.blogHeroSection{
    background-color: #F2F9FF;
}

.breadcrumbSection, .breadcrumbSection a{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #0071B8 !important;
}

.breadcrumbSection span{
    font-weight: 600;
}

.mainTitle{
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    color: #272727;
}

.faqContainer{
    border: 1px solid #0071B84D;
    box-shadow: 0px 0px 10px 0px #00000040;
    padding: 20px;
    border-radius: 12px;
}

.faqInner .accordion{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faqInner .accordion .accordion-item{
    border: 1px solid #0071B84D;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-button:not(.collapsed) {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #272727;
    background-color: #F6FBFF !important;
    box-shadow: 0px 0px 8px 0px #0000000F;
}

.accordion-button {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #272727;
    background-color: #F6FBFF !important;
}

.faqInner .accordion .accordion-item .accordion-body{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #6F8390;
}

/* Newsletter section start */
.newsletter-right-section{
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 15px !important;
    border-radius: 18px;
}
.newsletter-long-title{
    font-size: 25px !important;
    font-weight: 600;
    line-height: 25px !important;
    text-align: center;
    color: #272727;
}
.newsletter-long-title span{
    color: #0071B8;
}
.newsletter-form input{
    border: 1px solid #0000001A;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 5px 10px;
}
.form-button{
    background-color: #0071B8;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 16px;
    margin-top: 0.5rem;
}
/* Newsletter section end */

@media (min-width: 768px) {
    /* Newsletter section start */
    .newsletter-right-section{
        padding: 15px !important;
    }
    .newsletter-long-title{
        font-size: 25px !important;
        line-height: 25px !important;
    }
    .form-button{
        padding: 8px 16px !important;
    }
    /* Newsletter section end */
}
@media (min-width: 992px) {
    /* Newsletter section start */
    .newsletter-right-section{
        padding: 50px 15px !important;
    }
    .newsletter-long-title{
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .newsletter-form input{
        padding: 5px 10px !important;
    }
    /* Newsletter section end */
}
