@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 80px;
    max-width: 768px;
    width: 100%
}

.content-container{
    max-width: 100%;
    margin-bottom: 0;
}


.row{
    width: 100%;
}

.greybg{
    background-color: #f8f7fc;
}

.content-container .inner-row{
    display: flex;
    flex-wrap: nowrap;    
    max-width: 1024px;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 15px 0px;
}
.content-container .inner-row .col-left, .content-container .inner-row .col-right{
    width: 45%;
}    

.col-content h2{
    font-size: 32px;
}

.col-faq{
    width: 90%;
}


.col-image{
    text-align: center;
}
.col-image img{
    max-width: 85%;
}
.col-content h1{
    font-size: 32px;
}
.col-content p{
    font-size: 23px;
}


.faq-container{
    padding: 10px;
}
.faq-container .faq-child{
    border: 1.5px solid #cbd5e0;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

.faq-container .faq-child .faq-child-heading{
    border-radius: 10px;
    background: #fff;
    align-items: center;
    display: flex;
    border: none;
    cursor: pointer;
    justify-content: space-between;
    outline: none;
    padding: 15px;
    width: 100%;
}
.faq-container .faq-child .faq-child-heading h4{
    margin: 0px 0px;
    font-size: 20px;
    font-weight: 500;
    color: #111827;
}

.faq-container .faq-child .faq-child-heading span img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transform: rotate(0deg);
    /* transition: 0.5s; */
}

.faq-child-heading.active span img{
    transform: rotate(180deg) !important;    
    /* transition: 0.5s; */
}
.faq-child-heading.active .faq-child-panel{
    display: flex;
}

.faq-child-panel{
    height: auto;    
    padding: 0px;
    display: none;
    transition: 1s;
}

.faq-child-panel p{
    font-size: 15px;
    color: #000;
    padding: 5px 15px;  
}
.faq-child-panel.active{
    display: inline-block;
    transition: 1s;
}

.faq-btn-container{
    width: 100%;
    padding: 10px;
    text-align: center;
}

#faq-btn{
    background-color: #34495e;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    font-weight: 700;
    border-color: #707070;
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-shadow: 0 0 0 transparent;
    width: auto;
    box-shadow: 0 1px 5px #0006;
    border-radius: 10px;
    transition: all .2s ease-in-out 0s;
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
}

.text-center {
    text-align: center
}

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

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

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

.padding-right-left {
    padding-left: 15px;
    padding-right: 15px
}

.text-red {
    color: #c20018;
    white-space: nowrap;
}

.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;
}

@media only screen and (max-width: 768px) {

#question-container h1{
    line-height: 36px;
}

.col-content h2{
    line-height: 36px;
}

.content-container .inner-row{
    flex-wrap: wrap;
}

.content-container .inner-row .col-left, .content-container .inner-row .col-right {
    width: 100%;
    padding: 0px 15px;
}
.content-container .inner-row .order1{
    order: 1;
}
.content-container .inner-row .order2{
    order: 2;
}

.faq-container .faq-child .faq-child-heading h4{
    font-size: 15px;
}

.faq-child-panel p{
    font-size: 13px;
}

.faq-container{
    padding: 0;
}

.faq-container .faq-child .faq-child-heading span img {
    width: 15px;
    height: 15px;
}

}