@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&amp;display=swap);

body,
html {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

* {
    box-sizing: border-box
}

.full-w,
.red-line {
    width: 100%
}

.red-line {
    background-color: #c20018;
    height: 13px
}

.blue-bg {
    align-items: center;
    background-color: #003464;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%
}

.blue-bg p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px
}

@media(max-width:660px) {
    .blue-bg p {
        font-size: 13px
    }
}

.container {
    margin: auto auto 50px;
    max-width: 768px;
    width: 100%
}

.text-center {
    text-align: center
}

.sec-para {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px
}

.button-div {
    margin: auto;
    width: 90%
}

.main-button {
    background-color: #dc3545;
    border: none;
    border-radius: 22px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%
}

.padding-right-left {
line-height:34px;
    padding-left: 15px;
    padding-right: 15px
}

.text-red {
    color: #c20018
}

.anchore,
.bold {
    font-weight: 600
}

.anchore {
    align-items: center;
    display: flex;
    justify-content: center
}

.anchore svg {
    height: 25px;
    margin-bottom: 4px;
    margin-right: 10px;
    width: 30px
}

.main-button:hover {
    /* background-color: #770917 */
}

#q2, #q3, #cta, #r1{
    display: none;
    transition: 0.5s;
}

.fw500{
    font-weight: 500;
}

.red{
    color: #ff0000;
}

.phone-wrap img {
    max-width: 50px;
    vertical-align: middle;
    /* margin-right: 10px; */
    margin-top: -3px;
}