
html{
    scroll-padding-top:12rem;
}

.header__logo a img{
    width:120px;
}
header{
    background-color: #fff;
}

.baner-area{
    height: 100vh;
    /* background-color: red; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.baner-area h1{
    font-size:60px;
    color: #f7efef;
    font-weight: 500;
    line-height: 75px;
    text-align: center;
    font-family: var(--rr-ff-heading);
}
.logo-color{
    color: #F0443A;
}

.baner-area p{
    font-size: 20px;
    color: #f7efef;
    margin: 0;
    margin-top: 20px;
    text-align: center;
}
.banner__space_cs{
    padding-bottom: 50px;
}

.about-us-section{
    padding-top: 0px;
    padding-bottom: 40px;
}
.about-us-section h5{
    font-size: 18px;
    color: #393676;
    font-weight: 500;
}
.about-us-section p{
    color: #000;
    text-align: justify;

}
.about-img-1{
    width: 236px;
    height: 268px;
    object-fit: cover;
}
.about-img-2{
    width: 285px;
    height: 492px;
    object-fit: cover;
}
.about-us-box{
      width: 236px;
    height: 200px;
    padding: 0;
}
.about-us-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;

}

.section-title-cs h2{
    font-size: 35px;
}
.section-title-cs small{
    font-size: 18px;
    color: #F0443A;
}

.highlight-container {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.highlight-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.highlight-section{
    padding-bottom: 40px;
}
.highlight-overlay{
    background: #000;
background: linear-gradient(187deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.45) 100%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 40px;
display: flex;
justify-content: center;
align-items: flex-end;
}
.highlight-title-box{
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 100%;
}
.highlight-title-box h3{
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    text-align: center;
}
.highlight-container:hover .highlight-overlay{
 background: #971911ab;
 transition: 0.5s;
 box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.highlight-container:hover{
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;  
}
.highlight-container:hover .highlight-overlay .highlight-title-box{
    display: none;
}
.highlight-overlay .highlight-description-box{
    display: none;
    

}
.highlight-container:hover .highlight-overlay .highlight-description-box{
    display: block;
}
.highlight-overlay .highlight-description-box p{
    color: #fff;
    line-height: 30px;
    margin: 0;
}
.highlight-container:hover img{
    transform: scale(1.1);
    rotate: 2deg;
    transition: 0.5s;
}

.highlight-widget{
    border: 1px solid #ccc;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    align-items: center;
    height: 100%;
}
.highlight-widget .hightlight-icons{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #b02820;
    display: flex;
    justify-content: center;
    align-items: center;
}
.highlight-widget h3{
   font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 10px 0;
    color: #000;
    text-align: center;
}
.highlight-widget p{
    margin: 0;
    font-size: 15px;
    color: #303030;
    line-height: 25px;
    text-align: center;
}
.highlight-widget .hightlight-icons i{
    font-size: 40px;
    color: #fff;
}
.highlight-section-padding{
    padding-bottom: 40px;
    padding-top: 40px;
}
.highlight-widget-2 {
  
    border-radius: 12px;
    height: 100%;
    min-height: 240px;
}
.highlight-widget-2 .highlight-widget-left{
    min-width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.highlight-widget-2 .highlight-widget-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.highlight-widget-2 .highlight-widget-right{
   padding: 0;

}
.highlight-widget-2 .highlight-widget-right h3{
   font-size: 20px;
    font-weight: 600;
    line-height:27px;
    margin: 10px 0;
    margin-bottom: 5px;
}
.highlight-widget-2 .highlight-widget-right p{
    color: #373737;
    font-size: 15px;
    line-height:25px;
    margin: 0;
    
}
.bottom-sec-cs p{
    color: #000;
    margin: 0;
    font-size: 15px;
    margin-top: 10px;
    
}
.bg-light-gray{
    background-color: #ffeeed;
}
.benefits-section{
    padding: 40px 0;
}

.nav-benifites{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    gap: 5px;

}
.nav-benifites li button{
    font-size: 15px;
    background-color: transparent;
    padding: 7px 20px !important;
    border: 1px solid #a1a1a1 !important;
    color: #000;
    border-radius: 5px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #f0443a;
    color: #fff;
}

.nav-benifites li button:hover{
    background-color: #f0443a;
    color: #fff;
}

.benifites-container{
    border-radius: 15px;
    overflow: hidden;
}
.benifites-container-img{
    height: 280px;
   
}
.benifites-container-img img{
    height: 100%;
    width: 100%;
     object-fit: cover;
     border-radius: 15px !important;

}

.benifites-container-info h3{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 25px;
    margin: 10px 0;
    margin-bottom: 5px;
}
.benifites-container-info p{
    margin: 0;
    font-size: 15px;
    color: #373737;
    line-height: 26px;
}
.carousel-tab{
    position: relative;
}
.carousel-btns {
    position: absolute;
    top: 43%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 111;
}
.carousel-btns .service-2__slider__arrow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.carousel-btns .service-2__slider__arrow button{
    background-color: #f0443a;
    color: #fff;
}
.carousel-btns .service-2__slider__arrow button.service-2__slider__arrow-prev{
    margin-left: -25px;
}
.carousel-btns .service-2__slider__arrow button.service-2__slider__arrow-next{
    margin-right: -25px;
}
.faq-section{
    padding: 40px 0;
}

/* .faq-container{
    display: flex;
    justify-content: flex-start;

} */
.faq-container ul.nav-tabs{
       display: flex
;
    justify-content: center;
    align-items: center;
    border: 0;
    gap: 5px;

}

.faq-container ul li button{
       font-size: 15px;
    background-color: transparent;
    padding: 7px 20px !important;
    border: 1px solid #a1a1a1 !important;
    color: #000;
    border-radius: 5px !important;

}
.faq-container ul li button:hover{
    background-color: #f0443a;
    color: #fff;
}
.bg-light-web{
    background-color: #f9f9f9;
}
.faq-container .tab-content{
       width: 100%;
    /* padding-left: 25px; */
    margin: auto;
}

.faq-body p{
    font-size: 15px;
    color: #000;
    margin: 0;
}
.faq-body ul{
    border: 0;
    width: 100%;
    padding-left: 30px;
}
.faq-body ul li{
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
}
.faq-body ul li strong{
    margin-right: 5px;
}
.faq-container h5{
    font-weight:400;
}
.download-section {
    padding: 40px 0;
    background-color: #2A284F;
}
.download-section .section-title h3{
    color: #fff;
}
.download-main-btn{
    padding: 20px;
    border-radius: 20px;
    background-color: #b23939;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
    width: fit-content;
}
.download-main-btn .download-icon{
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 37px;
    color: #fff;
}
.download-main-btn  a{
    width: 200px;
    background-color: #fff;
    color: #000;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: 0.5s;
}
.download-main-btn.bg-grn{
    background-color:#de4242 ;
}
.download-main-btn  a:hover{
    border-radius: 40px;
}
.download-text{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;

}

.download-text h4{
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    text-align:center;
}
.download-text p{
    color: #ccc;
    text-align:left;
}

.download-btn-img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.download-btn-img a{
    background-color: #000;
    padding: 10px;
     border: 1px solid #ccc;
     border-radius: 10px;
}
.download-btn-img a img{
 width: 200px;
 border-radius: 5px;

}

.download-app-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.download-app-img img{
    width: 500px;
}


.footer-section{
    background-color: #f2f2f2;
    padding: 40px 10px;
    padding-bottom: 0;

}
.take-appointment__form-input textarea{
    border-radius: 0;
    height: 150px;
    z-index: 2;
    position: relative;
    width: 100%;
    padding-bottom: 25px !important;
    padding-left: 0;
    padding-top: 0 !important;
    padding-right: 45px;
    border: none;
    border-bottom: 2px solid #f0443a87;
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    border-radius: 0 !important;
    color: rgba(7, 28, 60, 0.6) !important;
}
.sub-btn-cs{
    width: 50%;
    background-color: #F0443A;
    height: 55px;
    color: #fff;
    border: 0;
    border-radius: 10px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.sub-btn-cs:hover{
    border-radius: 40px;
}
.footer__content p{
    font-size: 20px;
    color: #292828;
    line-height: 30px;
    text-align: center;
}

.sm-sign-up-btn a{
     background-color: #f0443a;
    border-radius: 40px;
    width: fit-content !important;
    padding: 7px 20px !important;
    margin: 10px auto !important;
    display: flex !important
;
    justify-content: center !important;
    align-items: center !important;
    color: #fff !important;
}
.section__title-wrapper  h5{
    font-weight:500;
}

/* title-animation */



/* Styles Latest */
.home-baner-section{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.home-baner-section video {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.home-baner-section .baner_slider_cstm{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
        width: 100%;
        background-color: #0000006c;
    
}



.home-about-section {
    background-color: var(--bg-light);
}

.home-about-left {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-about-left img {
    width: 60%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.home-about-left .home-aout-secondry-img {
    width: 40%;
    height: 100%;
    padding-left: 10px;
}

.home-about-left .home-aout-secondry-img img {
    height: 49%;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 15px;
}

.home-about-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 40px;
    padding-right: 0;
}

.home-about-right h3 {
    font-size: 30px;
    color: var(--rr-common-black);
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
}

.home-about-right h2 {
    font-size: 40px;
    margin: 12px 0;
}

.home-about-right p {
    font-size: 17px;
    font-weight: 400;
    color: var(--rr-common-black);
}

.home-about-right a {
    width: fit-content;
    padding: 7px 15px;
    border: 1px solid var(--primary);
    color: var(--primary);
    text-decoration: none;
    transition: 0.5s;
}

.home-about-right a:hover {
    border-radius: 40px;
    background-color: var(--primary);
    color: var(--color-white);
}

.section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-title h6 {
    font-size: 18px;
    font-family: var(--font-fancy);
    color: var(--rr-theme-primary);
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.section-title h3 {
    font-size: 35px;
    text-align: center;
    line-height: 30px;

}
.section-padding{
    padding: 50px 0;
}


.home-highlights-box-first{
    width: 100%;
    height: 585px;
    /* background-color: #C63060; */
    border-radius: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}
.highlight-height-2{
    height: 330px;
}
.highlight-height-3{
    height: 250px;
}
.home-highlights-box-first h3{
    font-size:22px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    text-shadow: 1px 2px 5px rgba(0,0,0,0.6);
}
.home-highlights-box-first:hover h3{
    display: none;
}
.highlights-overlay{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #971911ab;
    position: absolute;
    top: -100%;
    left: 0;
    transition: 0.1s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.home-highlights-box-first:hover .highlights-overlay{
    top: 0;
}
.highlights-overlay p{
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height:25px;
    margin: 0;
}



.service-widget-second{
    width: 100%;
    /* padding: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.service-widget-second span{
    min-width: 80px;
    min-height: 80px;
    background-color: var(--rr-theme-primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--rr-common-white);
    font-weight: 600;
    position: relative;
}
.service-widget-second span::before{
    width: 2px;
    height: 20px;
    content: '';
    background-color: #ccc;
    position: absolute;
    top: 100%;
    left: 50%;
}

.service-widget-second-info{
    padding: 20px;
    background-color: #f7f7f7;
    margin-top: 20px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.service-widget-second-info h4{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--rr-common-black);
    margin-bottom: 5px;
}
.service-widget-second-info p{
      font-size: 15px;
    line-height: 23px;
    font-weight: 300;
        hyphens: auto;
       /* word-break: break-all; */
       margin: 0;
       color: var(--rr-common-black);
}


.footer-desc{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.take-appointment__form{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}