* {
    margin:0;
    padding:0;
    box-sizing:border-box
}
.container {
    max-width:1300px;
    margin:0 auto;
    padding:0 20px;
}
.row {
    display:flex
}
.col-1 {
    flex:8.33%
}
.col-2 {
    flex:16.66%
}
.col-3 {
    flex:25%
}
.col-4 {
    flex:33.33%
}
.col-5 {
    flex:41.66%
}
.col-6 {
    flex:50%
}
.col-7 {
    flex:58.33%
}
.col-8 {
    flex:66.66%
}
.col-9 {
    flex:75%
}
.col-10 {
    flex:83.33%
}
.col-11 {
    flex:91.66%
}
.col-12 {
    flex:100%
}
.ptb-50{
    padding: 50px 0;
}
.mb-0{
    margin-bottom: 0 !important;
}
body {
    font-family: "Inter", sans-serif;
}
.dktp_only{
    display: block;
}
.mbl_only{
    display: none;
}
header{
    background-color: #135e5a;
}
.header_logo{
    width: 100%;
    max-width: 250px;
    display: block;
    margin: 0 auto;
}
h2.faq_head {
    color: #135e5a;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 50px;
}
.faq_btn {
    text-align: center;
    margin-bottom: 50px;
}
.faq_btn a {
    color: #fff;
    background: #135e5a;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 30px;
}
.faq_btn a:hover { 
    background-color: #ffffff;
    border: 1px solid #135e5a;
    color: #135e5a;
    font-weight: 700;
}
.dvdr {
    border: 1px solid #f4f6f6;
    margin-bottom: 20px;
}
.gnrl_points {
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}
.gnrl_points:hover,
.gnrl_points.active-section {
    border: 2px solid #135e5a;
    border-radius: 20px;
    background-color: #f4f6f6;
}
.gnrl_points p{
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #135e5a;
}
.gnrl_points p:hover, .active-section p{
    color: #25a8a2;
}
.gnrl_points img {
    width: 100%;
    max-width: 22px;
    height: 22px;
}
.faq_row {
    gap: 80px;
}
.text p{
    font-size: 20px;
    line-height: 30px;
    color: #4c5c63;
}
.mail_link{
    color: #25a8a2;
}

/* accordian css */
.accordion {
    color: #000;
}
.accordion .accordion__item {
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 20px;
    margin-bottom: 1em;
}
.accordion .accordion__item.active .accordion__header .icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.accordion .accordion__item.active .accordion__content {
    opacity: 1;
    height: auto;
    transition: all 250ms ease;
    will-change: opacity, height;
}
.accordion .accordion__item.active .accordion__header .icon {
    background-image: url(/assets-mbn/images/remove.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    max-width: 25px;
    background-size: contain;
    background-position: center;
}
.d-none
{
    display:none;
}
.accordion .accordion__item .accordion__header {
    padding-top: 1em;
    padding-bottom: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    gap: 10px;
}
.accordion .accordion__item .accordion__header .accordion__title {
    color: #135e5a;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    max-width: 85%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 10px;
}
.accordion .accordion__item .accordion__header .accordion__title:hover {
    color: #25a8a2;
}
em{
    color: #25a8a2;
    font-style: normal;
}
.accordion .accordion__item .accordion__header .icon {
    background-image: url(/assets-mbn/images/add.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-position: center;
}
.accordion .accordion__item .accordion__content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 250ms ease;
    will-change: opacity, height;
}
.accordion .accordion__item .accordion__content p:not(:last-child) {
    margin-bottom: 1.4em;
}
.accordion .accordion__item .accordion__content a:active,
.accordion .accordion__item .accordion__content a:focus,
.accordion .accordion__item .accordion__content a:hover {
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    .accordion .accordion__item {
        padding-left: 1.5rem;
        padding-right: 2.5rem;
    }
    .accordion .accordion__item .accordion__header .accordion__title {
        max-width: 100%;
        gap: 15px;
    }
    .accordion .accordion__item .accordion__header .accordion__title:before {
        width: 25px;
        height: 25px;
        -ms-flex-preferred-size: 25px;
        flex-basis: 25px;
    }
    .accordion .accordion__item .accordion__header .icon {
        width: 100%;
        height: 30px;
        max-width: 25px;
    }
}

@media(max-width: 1140px){
    .faq_row {
        gap: 35px;
    }
    .gnrl_points p {
        font-size: 20px;
        line-height: 30px;
    }
    .gnrl_points {
        padding: 15px;
    }
}

@media(max-width: 1024px){
    .faq_row {
        gap: 20px;
    }
    .gnrl_points img {
    max-width: 18px;
    height: 18px;
}
}
@media(max-width: 850px){
.accordion .accordion__item {
    padding-left: 1rem;
    padding-right: 2.5rem;
}
.accordion .accordion__item .accordion__header {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.accordion .accordion__item .accordion__header .accordion__title {
    font-size: 20px;
    line-height: 28px;
}
.text p {
    font-size: 18px;
    line-height: 28px;
}
.col-9 {
    flex: 60%;
}
}
@media(max-width: 768px){
    .faq_row {
        gap: 5px;
    }
}
@media(max-width: 750px){
    .dktp_only{
        display: none;
    }
    .mbl_only{
        display: block;
    }
    .gnrl_points:hover, .gnrl_points.active-section {
        border: none;
        border-radius: 0px;
        background-color: #fff;
    }
    .accordion .accordion__item {
        padding-left: 0;
        padding-right: 0;
    }
    .gnrl_points {
        width: 100%;
        padding: 15px 0;
        margin-bottom: 0;
    }
    .gnrl_points p {
        font-size: 22px;
        line-height: 32px;
    }
    .dvdr {
        margin-bottom: 0px;
    }
    .accordion .accordion__item {
        margin-bottom: 0;
    }
    h2.accordion__title {
        color: #135e5a;
        font-size: 20px;
        margin: 20px 0;
    }
    .text p {
        margin-bottom: 20px;
    }
    .gnrl_points .icon1{
    background-image: url(/assets-mbn/images/arrow-down.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-position: center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .35s -webkit-transform;
    transition: .35s transform;
    transition: .35s transform,.35s -webkit-transform;
}
}
@media(max-width: 430px){
    h2.faq_head {
    font-size: 28px;
    line-height: 38px;
}
.faq_btn a {
    padding: 10px 20px;
    font-size: 16px;
}
.header_logo {
    max-width: 200px;
}
}
@media(max-width: 412px){
    .gnrl_points p {
        font-size: 21px;
        line-height: 30px;
    }
}
@media(max-width: 375px){
    .gnrl_points p {
    font-size: 20px;
    line-height: 29px;
}
.gnrl_points {
    padding: 8px 0;
}
}


