@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*General*/
body{
    font-family: 'Montserrat';
    font-size: 18px;
}
.fa-phone{
    rotate: 90deg;
}
.mb-view {
    display: none;
}
.ipad-view {
    display: none;
}
.w100{
    width: 100%;
}
@media (max-width:767px) {
    .mb-view {
        display: block;
    }
    .dk-view {
        display: none;
    }
}
@media (max-width:992px) {
    .ipad-view {
        display: block;
    }
    .dk-view {
        display: none;
    }
}
.section-heading{
    margin-bottom: 30px;
    display: block;
}
.section-heading h5{
    font-size: 40px;
    font-weight: 600;
    color: #274760;
    line-height: 1.2;
}
.section-heading h5 span{
    color: #BC3D3D;
}
.section-heading:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 5%;
    padding-top: 10px;
    border-bottom: 5px solid #BC3D3D;
    border-radius: 0px;
}
.owl-nav{
    display: none;
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 40px;
    height: 8px;
    border-radius: 10px;
    display: inline-block;
    background: #D9D9D9;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: #BC3D3D;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.owl-dots span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
@media (max-width:767px) {
    .section-heading h5{
        font-size: 30px;
    }
}
/*Header*/
.header_wrapper{
    background-color: #ffffff91;
    margin-top: 15px !important;
    padding: 18px;
    border-radius: 35px;
    width: 83%;
}
.container-fuild .row{
    margin: 0px;
}
.header-row .logo{
    width: 250px;
}
.cta-div{
    display: flex;
    justify-content: end;
}
.cta-div img{
    padding-left: 20px;
}
.cta-div a{
    text-decoration: none;
    color: #333;
    font-weight: 800;
}
@media (max-width: 768px){
    .header_wrapper{
        width: 95%;
        padding: 5px 15px;
    }
    .cta-div{
       padding: 5px 0px;
    }
    .cta-div .number{
        display: none;
    }
    .header-row .logo{
        width: 200px;
    }
}
@media (max-width: 450px){
    .header-row .logo{
        width: 150px;
    }
    .cta-div img {
        padding-left: 5px;
        width: 40px;
    }
}
/*Banner Section*/
.banner{
    background-image: url('../images/banner_dk.png');
    background-position: left 10% center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-info{
    padding: 80px 0px;
}
.banner-info h2{
    font-size: 65px;
    line-height: 70px;
    color: #BC3D3D;
    font-family: 'Montserrat Bold';
    margin: 15px 0px;
}
.banner-info h4{
    font-size: 40px;
    font-weight: 900;
    color: #333;
}
.banner-info h4 span{
    color: #BC3D3D;
}
.banner-info ul{
    padding-inline-start: 0;
    margin: 25px 0px;
}
.banner-info ul li{
    list-style-type: none;
    background-image: url(../images/banner_list_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 40px;
    font-size: 22px;
    line-height: 45px;
    font-weight: 800;
}
.banner-info .banner_button button{
    background: linear-gradient(93.21deg, #BC3D3D 2.66%, #274760 124.73%);
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    color: #fff;
}
.banner-info .banner_button button .fa{
    margin-right: 2px;
}
.banner-info .banner_button button .fas{
    margin-left: 15px;
}
.banner-info .banner_button img{
    margin-left: 20px;
}
@media (max-width: 768px){
    .banner{
        background-image: url('../images/banner_mb.png');
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner-info{
        padding: 15px 0px 345px;
    }
    .banner-info h4{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .banner-info h4.price{
        font-size: 30px;
        margin-bottom: 0px;
    }
    .banner-info h2{
        font-size: 35px;
        line-height: 40px;
        margin: 12px 0px;
    }
    .banner-info ul{
        margin: 15px 0px;
    }
    .banner-info ul li{
        font-size: 18px;
        line-height: 30px;
    }
    .banner-info .banner_button img{
        width: 80%;
        margin-left: 0px;
        margin-top: 10px;
    }
}
/*Steps Section*/
.steps{
    padding: 50px 0px;
}
.steps .section-heading:after{
    display: none;
}
.steps hr{
    margin-bottom: 0px;
}
.setps_wrapper{
    position: relative;
    text-align: center;
}
.step1_wrapper .vertical:before, .step3_wrapper .vertical:before{
    content: "";
    display: block;
    margin: 0 auto;
    width: 1px;
    height: 100px;
    padding-top: 10px;
    border-left: 3px solid #EDE8DB;
    border-radius: 0px;
}
.step2_wrapper .vertical:before{
    content: "";
    display: block;
    margin: 0 auto;
    width: 1px;
    height: 50px;
    padding-top: 10px;
    border-left: 3px solid #EDE8DB;
    border-radius: 0px;
}
.steps_wrapper .vertical::after{
    content: "";
    display: block;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    padding-top: 10px;
    background-color: #274760;
    border-radius: 50%;
}
.steps_info_wrapper{
    transition: transform .2s;
}
.steps_info_wrapper:hover{
    transform: scale(1.2);
}
.step1_wrapper .steps_info_wrapper{
    background-color: #274760;
    color: #fff;
    width: 75%;
    margin: 0 auto;
    padding: 25px;
    border-radius: 25px;
    margin-top: 20px;
}
.step2_wrapper .steps_info_wrapper{
    background-color: #BC3D3D;
    color: #fff;
    width: 75%;
    margin: 0 auto;
    padding: 25px;
    border-radius: 25px;
    margin-top: 20px;
}
.step3_wrapper .steps_info_wrapper{
    background-color: #274760;
    color: #fff;
    width: 75%;
    margin: 0 auto;
    padding: 25px;
    border-radius: 25px;
    margin-top: 20px;
}
.steps_wrapper .steps_info_wrapper h4{
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 45px;
}
/*Symptoms Section*/
.symptoms-heading{
    padding: 50px 0px 100px;
    background-color: #F8F7F4;
}
.symptoms{
    margin-top: -100px;
    padding-bottom: 80px;
}
.symptoms_wrapper_div{
    background-color: #fff;
    text-align: center;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 4px 5px 3px #0000001F;
    margin-bottom: 15px;
}
.symptoms_wrapper_div:hover .symptoms_img{
    visibility: visible;
}
.symptoms_wrapper_div:hover .icon_wrapper .symptoms_icon_white{
    display: inline;
}
.symptoms_wrapper_div:hover .icon_wrapper .symptoms_icon{
    display: none;
}
.symptoms_wrapper_div:hover .icon_wrapper h5{
    color: #fff;
}
.symptoms_wrapper_div .symptoms_img{
    visibility: hidden;
}
.symptoms_wrapper_div .icon_wrapper .symptoms_icon_white{
    display: none;
}
.symptoms_wrapper_div .icon_wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}
.symptoms_wrapper_div .icon_wrapper img{
    margin-bottom: 10px;
}
.symptoms_wrapper_div .icon_wrapper h5{
    color: #274760;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 450px){
    .symptoms_wrapper_div .icon_wrapper h5 {
        font-size: 15px;
    }
}
@media (max-width: 350px){
    .symptoms_wrapper_div .icon_wrapper h5 {
        font-size: 12px;
    }
}
/*Testimonials Section*/
.testimonials{
    padding: 50px 0px;
    background-image: url('../images/review_bg.png') !important;
}
.testimonials .section-heading:after{
    display: none;
}
.testimonials-reviews .item .review_data{
    line-height: 1.5;
}
.testimonials-reviews .item .review-star{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.testimonials-reviews .item .review-star img{
    width: auto !important;
}
.testimonials-reviews .item .review_name{
    color: #BC3D3D;
    font-weight: 800;
}
/*Faqs Section*/
.faqs{
    padding: 50px 0px;
}
.accordion-item{
    border: none !important;
    border-radius: 25px !important;
    background-color: #F8F7F4 !important;
}
.accordion-button{
    background-color: transparent;
    margin-top: 20px;
    padding: 20px 25px;
    font-size: 20px;
    color: #274760;
    border-radius: 10px !important;
    font-family: 'Montserrat Bold';
}
.accordion-body {
    padding: 0px 25px 20px 25px;
}
.accordion-button:not(.collapsed){
    color: #274760;
    background-color: unset;
    box-shadow: none;
}
.accordion-button::after {
    background-image: url('../images/faq_up.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 30px;
    height: 30px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../images/faq_down.png');
    background-position: center;
}

.sticky-cta{
    position: fixed;
    right: 0px;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 10px 13px;
    border-radius: 8px;
    z-index: 1111111;
}
.sticky-cta.call{
    bottom: 180px;
}
.sticky-cta.watsapp{
    bottom: 30px;
}

/*Footer*/

.footer{
    background-color: #621818;
    color: #fff;
    padding: 15px 0px;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer p{
    margin-bottom: 0px;
}
@media(max-width: 768px){
    .footer a, .footer p{
        font-size: 11px;
        line-height: 18px;
    }
}

/*Thank You*/
.thankyou button{
    background-color: #c9252b;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 10px;
}
.thankyou-main-col{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}