@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
/* font-family: 'Lato', sans-serif; font-family: 'Open Sans', sans-serif; */
*{
    margin:0;
    padding:0
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
::selection{
    background: var(--color2);
    color: #ffffff;
}

::-moz-selection{
   background: var(--color2);
    color: #ffffff;
}
:root{
    --color1:#4f2781;
    --color2:#bcc650;
    --font1: "Rethink Sans", sans-serif;
    --font2:'Open Sans', sans-serif;
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.container{
    max-width: 1250px;
}
body{ 
    box-sizing: border-box; 
    font-family: var(--font1); 
}
img { border: none }
ul{
    list-style: none;
}
i{
    font-weight: 400;
}
button:focus{
    outline: none!important;
}
a{
    text-decoration: none!important;
}
p, h1, h2, h3, h4, h5{
    margin: 0; 
    padding: 0;   
}
.headertop{
    background: var(--color1);
    padding: 6px 0;
}
.topleft ul{
    margin: 0;
    padding-left: 0;
}
.topleft ul li{
    display: inline;
    color: #fff;
    font-family: var(--font1);
    font-weight: 300;
    font-size: 15px;
    padding-right: 10px;
}
.topleft ul li a{
    color: white;
}
.topleft ul li i{
    display: inline;
    font-size: 17px;
    font-weight: 600;
    color:#ffffff;
    padding-right: 6px;
}
.topleft ul li a:hover{
    color: var(--color2);
}
.topright{
    float: right;
}
.bookappp button{
    background: var(--color2);
    cursor: pointer;
    color: var(--color1);
    padding: 3px 15px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
    font-family: var(--font1);
    border: 2px solid #d2dc67;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
}

.bookappp button:hover{
    background: #fff;
    color: var(--color1);
      box-shadow: 0 8px 20px rgba(188, 198, 80, 0.35);
}

.bookappp button::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,.4);
    transform: skewX(-25deg);
    transition: .6s;
}

.bookappp button:hover::before{
    left: 130%;
}

.sociallinks{
    float: right;
}
.sociallinks ul{
    margin-bottom: 0;
}
.sociallinks ul li{
    display: inline;
    margin: 0 0 0 5px;
    font-size: 15px;
     font-weight: 600;
    font-family: var(--font1);
}
.sociallinks ul li:hover {
    color: #901b02;
}
.sociallinks ul li i{
    font-size:19px;
    background:#f0ddff;
    width:28px;
    height:28px;
    line-height:28px;
    text-align:center;
    margin-right:8px;
    color:#000;
    border-radius:50%;
    transition:all .3s ease;
}

.sociallinks ul li i:hover{
    animation:iconPulse .5s ease forwards;
}

@keyframes iconPulse{
    0%{
        transform:scale(1);
        opacity:1;
    }
    50%{
        transform:scale(1.25);
        opacity:.7;
        background:var(--color1);
        color:#fff;
    }
    100%{
        transform:scale(1.15);
        opacity:1;
        background:var(--color1);
        color:#fff;
    }
}
.appbtn ul li button{
    background: #901b02;
    color: #fff;
    font-family: var(--font1);
    border: none;
    padding: 3px 10px;
    border-radius: 3px;
}
.appbtn ul li button i{
    background: none;
    color: #fff;
}
.banner{
    position: relative;
 
}
.banner.carousel-item {
    overflow: hidden;
}

.banner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomInOut 20s ease-in-out infinite alternate;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
.banner .carousel-caption {
    top: 16%;
    left: 9%;
    padding: 0;
    position: absolute;
    width: 601px;
    z-index: 9999;
    text-align: left;
    height: 260px;
    /* background: #ffffff95; */
}
.banner .carousel-caption h1 {
    font-size: 35px;
    font-family: var(--font1);
    line-height: 1.2em;
    margin: 0;
    font-weight: 800;
    padding-bottom: 25px;
    color: #333;
}
.banner .carousel-caption h1 span{
    color: var(--color1);
}
.banner .carousel-caption p{
    color: #000000;
    line-height: 1.6;
}
/*.banner .carousel-caption h2 {
    font-size: 30px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}*/
.banner .carousel-caption h3 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.banner .carousel-control-next{
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--color2);
    top: 45%;
}
.banner .carousel-control-prev{
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    background: var(--color2);
}
.banner .carousel-indicators{
    display: none;
}
.banner .carousel-indicators li{
    background: #fff;
    cursor: pointer;
    width: 8px;
    height: 8px
}
.banner .carousel-indicators li.active{
    background: #fff;
}
.banner .btn-change5{
    height: 40px;
    width: 150px;
    background: #23428f;
   cursor: pointer;
    float: none;
    font-weight: 600;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2da7da inset , -100px 0px 0 #2da7da inset;
}
.banner .btn-change5:hover{
    -webkit-box-shadow: 0px 0px 0 0 #2da7da inset , 0px 0px 0 #2da7da inset;
}
.heading {
    margin-bottom: 30px;
}
.heading h1{
    font-size: 38px;
    font-weight: 900;
    margin: 0;
    color: #333;
   font-family: var(--font1); 
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 35px;
} 
.heading h1:before{
    position: absolute;
    content: '';
    width: 200px;
    height: 2px;
    background: #cccccc80;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.heading h1:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
     background: var(--color2);
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
}
/* Service CSS */
.service{
    padding: 4em 0 0 0;
}
.serviceinner{
    position: relative;
}
.serviceinner .owl-theme .owl-nav{
    margin-top: 0;
}
.serviceinner a{
    text-decoration: none;
}
.serviceinner a:hover{
    text-decoration: none;
}

.prodbox{
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.overlay{
    position: absolute;
    visibility: hidden;
    background: #901b0295;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
}
.overlay p{
    color: #fff;
    text-align: center;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 20px;
    font-size:16px;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
}
.overlay p i{
    font-size: 14px;
}
.prodbox:hover{
    transform: translate(0, -5px);
}
.prodbox:hover .overlay{
    visibility: visible;
}
.prodbox:hover .overlay p{
     top: 45%;
}
.serviceinner .owl-carousel button.owl-dot{
    top: 50px;
}

.serviceinner .owl-carousel .owl-nav button.owl-next {
    background: #333333!important;
    position: absolute;
    
    right: -50px;
    top: 35%;
    width: 30px;
    height: 30px;
  
    color: #fff;
    outline: none;
    border-radius: 100%;
    transition: 0.5s ease;
}
.serviceinner .owl-carousel .owl-nav button.owl-next:hover{
    background: #901b02;
}
.serviceinner .owl-carousel .owl-nav button.owl-next i{
    color: #ffff
}

.serviceinner .owl-carousel .owl-nav button.owl-prev{
    background: #333333!important;
    position: absolute;
    border-radius: 100%;
    left: -50px;
    top: 35%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
}
/* Testmonials CSS */
.testimonials{
    background: #00000010; 
    padding: 4em  0;
    position: relative;
}
.testibox {
    text-align: left;
    /* padding: 0 80px; */
    margin-top: 10px;  
}
.testibox p{
     font-size: 15px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding-top: 20px;
}
.testibox h3{
    text-align: left;
    margin: 0;
    color: #666;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    padding-top:8px;
    position: relative;
    padding-top: 30px;
    display: block;
}
.testibox h3:before{
    margin: 0;
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 10px;
    left: 0;
    right: 0;
    background: #333;
}
.testibox img{
    text-align: center;
    margin: auto;
    width: 50px!important;
}
.serviceinner .owl-carousel button.owl-dot{
    top: 50px;
}
.testimonials .owl-theme .owl-dots .owl-dot span{
    background: #fff!important;
    color: #901b02;
    border: 2px solid #901b02;
    width: 12px;
    height: 12px;
    border-radius: 0;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span{
    background: #901b02!important;
    
}
.testimonials .owl-carousel .owl-nav button.owl-next {
    background:#333333!important;
    position: absolute;
    border-radius: 0;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
    border-radius: 100%;
}
.testimnials .owl-carousel .owl-nav button.owl-next i{
    color: #ffff
}
.testimonials .owl-carousel .owl-nav button.owl-prev{
   background: #333333!important;
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
    border-radius: 100%;
}



footer{
      background: #eee;
}
.footertop{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    padding: 4em 0 2em 0;
    border-bottom: 1px solid #dddddd25;
}
.footertop img{
    width: 250px;
    margin-bottom: 30px;
}
.footertop p{
    line-height: 22px;    
}

.widget h2{
    font-size: 28px;
    font-family: var(--font1);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #00000015
}
.widget h3{
    font-size: 16px;
    font-family: var(--font1);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    padding-bottom: 15px;
    
    border-bottom: 1px solid #00000015
}
.links ul{
    padding: 0;
}
.links ul li {
    line-height: 2;
    color: #333;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
  
}
.links ul li i{
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 14px;

}
.links ul li a{
    font-family: var(--font1);
       color: #bbb;
    text-decoration: none;
}
.links ul li a:hover{

    color: var(--color2);
    
}

.widget p{
    font-size: 16px;
     color: #bbb;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 10px;
}
.widget p span{
    display: block;
    font-weight: 600;
}
.footerbtm{
    padding: 12px 0;
    
    text-align: center;
}
.footerbtm ul{
    margin: 0;
    padding: 0;
}
.footerbtm ul li{
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.footerbtm ul li::after{
    content: '';
    position: absolute;
    background: #ffffff70;
    right: 0;
    top: 7px;
    width: 1px;
    height: 10px;
}
.footerbtm ul li:last-child::after{
    display: none;
}
.footerbtm ul li a{
    color: #bbbbbb;
    font-size: 16px;
    font-weight: 300;
}
.footerbtm ul li a:hover{
    color: var(--color2);
}
.footerbtm p{
    color: rgb(122, 115, 115);
    margin: 0;
    font-size: 13px;
     font-family: 'Open Sans', sans-serif;
}
.last { float: right;}

.footerbtm p a{
    color: rgb(122, 115, 115);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.5s ease;
}
.footerbtm p a:hover{
    color: #eee;
}
.bookapp{
    position: absolute;
    width: 464px;
    top: -58px;
    padding:  0 30px;
    z-index: 99;
    padding-bottom: 30px;
    background: #fff;
}

.back-to-top {

    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 65px;
    right: 45px;
    display: none;
}
.back-to-top img{
    width: 40px;
}
/* Testimonial Page */
.patientsay{
    padding: 4em 0;
}
.testipage{
    background: #eeeeee80;
    padding: 40px 80px;
    margin: 20px 0;
    border-radius: 0 50px 50px 50px;
    box-shadow: 13px 13px 2px 2px #00000015;
}
.testipage p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
    text-align: justify;
    
}
.testipage h3{
    font-size: 15px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    position: relative;
    color: #666;
    padding-top: 20px;
    padding-left: 25px;
    text-transform: uppercase;
}
.testipage h3::before{
    position: absolute;
    width: 2px;
    left: 0;
    content: '';
    height: 30px;
    top: 15px;
    background: #a01d1a;
}
.navbar-brand{
    padding: 0;
}
.logo{
    display: grid;
    align-items: center;
    grid-template-columns: 1.6fr 5fr;
}
.logo img{
    width: 85px;
}
.logo h1{
    font-size: 32px;
    font-weight: 700;
    color: #333;
    padding-bottom: 0;
    font-family: var(--font1);
}
.logo p{
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #4a4a4a;
    font-family: var(--font1);
}
.headerbottom{
    padding: 15px 0;

}
/*
.navbar-nav .nav-link::after{
    content:'';
    position:absolute;
    left:18px;
    bottom:6px;
    width:0;
    height:2px;
    background:var(--secondary);
    transition:.4s;
}*/

/*.navbar-nav .nav-link:hover::after{
    width:calc(100% - 36px);
}*/

/* Dropdown Animation */
.dropdown-menu{
    border:none;
    border-radius:10px;
    box-shadow:0 7px 10px rgba(0,0,0,.10);
    display:block;
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.35s ease;
    margin-top:0;
}

.dropdown:hover > .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.dropdown-menu .dropdown-item{
    padding:6px 20px;
    font-weight:500;
    transition:.3s;

}

.dropdown-menu .dropdown-item:hover{
    background:var(--primary);
    color:#fff;
}

/* Multi Level */
.dropdown-submenu{
    position:relative;
}

.dropdown-submenu .dropdown-menu{
    top:0;
    left:100%;
    margin-left:0;
}

.dropdown-submenu:hover > .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.dropdown-submenu > a::after{
    content:"›";
    float:right;
    font-size:18px;
}

/* Appointment Button */
.btn-appointment{
    background:var(--primary);
    color:#fff;
    border-radius:50px;
    padding:10px 25px;
    font-weight:600;
    transition:.3s;
}

.btn-appointment:hover{
    background:var(--secondary);
    color:#000;
}

@media(max-width:991px){

    .dropdown-menu{
        opacity:1;
        visibility:visible;
        transform:none;
        display:none;
        box-shadow:none;
    }

    .dropdown-menu.show{
        display:block;
    }

    .dropdown-submenu .dropdown-menu{
        left:0;
        margin-left:15px;
    }
}
.menu ul li a{
    color: #000!important;
    font-size: 17px;
    font-weight: normal;
    font-family: var(--font1)!important;
    transition: 0.5s ease;
}
.menu ul li a:hover{
    color: var(--color1)!important;
}
#mainNav > ul > li{
    padding-left: 13px;
}

#mainNav > ul > li > ul > li > a{
    font-size: 15px;
    font-weight: normal;
    padding: 6px 15px;

}
.appointment-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 24px;
    background:linear-gradient(135deg, #4f2781, #6c3bb0);
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    border-radius:5px;
    box-shadow:0 10px 25px rgba(79,39,129,.25);
    transition:all .3s ease;
    position:relative;
    overflow:hidden;
    margin-top: 15px;
}

.appointment-btn::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.2);
    transition:.5s;
}

.appointment-btn:hover::before{
    left:100%;
}

.appointment-btn:hover{
    transform:translateY(-3px);
    background:linear-gradient(135deg, #bcc650, #d6e15a);
    color:#4f2781;
    box-shadow:0 15px 35px rgba(188,198,80,.35);
}

.appointment-btn i{
    font-size:18px;
}
.section{
    padding: 90px 0;
}
.abt{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    font-family: var(--font1);
}
.abt-text h2{
    font-size: 42px;
    font-weight: 700;
    font-family: var(--font1);    
    padding-bottom: 8px;
    color: #333333;
    position: relative;
    border-bottom: 2px solid #cccccc80;
    margin-bottom: 15px;
}
.abt-text h2:after{
    position: absolute;
    content: '';
    width: 80px;
    height: 5px;
    bottom: -4px;
    left: 0;
    background: var(--color2);
}

.abt-text h3{
    color: var(--color1);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 10px;
}
.abt-text p{
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;

}  
.abt-text button{
    cursor: pointer;
    color: var(--color1);
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font1);
    position: relative;
    background: var(--color2);
    padding: 8px 15px;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(210, 220, 103);
    border-image: initial;
    transition: 0.4s;
    overflow: hidden;
    line-height: 1.6;
    margin-top: 15px;
}
.abt-text button i{
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.6;
}
.abt-text button:hover {
    background: #fff;
    color: var(--color1);
    transform: translate(10px);
    box-shadow: 0 8px 20px rgba(188, 198, 80, 0.35);
}
.abt-img{
    position: relative;
}
.abt-img img{
    height: 490px;
    border-radius: 10px;
}
.stm-appointment-form-wrap{
    background: linear-gradient(
        135deg,
        var(--color1) 0%,
        #6d429f 35%,
        #9d40c4 70%,
        #9d40c4 100%
    );
    padding:40px 30px;
    border-radius:10px;
    color:#fff;
    margin:auto;
    overflow:hidden;
}

.stm-form-title{
    font-size:25px;
    font-weight:700;
    text-align:center;
    margin-bottom:10px;
    color:#fff;
}

.stm-form-subtitle{
    text-align:center;
    font-size:14px;
    margin-bottom:15px;
    color:#fff;
}

.stm-form-group{
    margin-bottom:10px;
}

.stm-form-label{
    display:block;
    font-size:14px;
    font-weight:400;
    margin-bottom:2px;
    color:#fff;
}

.stm-form-control{
    width:100%;
    height:40px;
    background:#fff;
    border:none;
    border-radius:3px;
    padding:0 18px;
    color:#000;
    font-size:15px;
    outline:none;
}
.stm-form-group textarea{
    width:100%;
    height:100px;
    background:#fff;
    border:none;
    border-radius:3px;
    padding:10px 18px;
    color:#000;
    font-size:15px;
    outline:none;
}


.stm-form-control::placeholder{
    color:#33333380;
}
.stm-form-control[name="appointment_date"]{
    color:#33333380;
}
.stm-textarea-control{
    height:130px;
    padding-top:15px;
    resize:none;
}

.stm-submit-btn{
    width:100%;
    height:40px;
    background:var(--color2);
    border:none;
    border-radius:3px;
    color:var(--color1);
    font-size:17px;
    font-weight:600;
    text-transform: uppercase;
    cursor:pointer;
    transition:.3s;
    margin-top: 10px;
    border: 2px solid #d2dc67;
}

.stm-submit-btn:hover{
   background: #fff;
    color: var(--color1);
    box-shadow: 0 8px 20px rgba(188, 198, 80, 0.35);
}
.servicesec{
    background: #efecf1;
    background: url('../images/bg2.png');
    position: relative;
}
.overlaybg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.oak-counter-section{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.oak-counter-box{
    width: 100%;
    margin: 0 auto;
    text-align:center;
    padding:25px 15px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition: 0.9s ease;
     transform-style: preserve-3d;
}

.oak-counter-box img{
    transition: 0.3s ease;

}
.oak-counter-box h3{
    font-size:40px;
    font-weight:700;
    color:var(--color1);
    margin-bottom:5px;
    transition: 0.9s ease;
}
.oak-counter-box:hover img{
    transform: scale(1.2);
}
/*.oak-counter-box:hover h3{
   color: var(--color2);
}*/
.oak-counter-box p{
    font-size:16px;
    font-weight:500;
    color:#555;
    margin:0;
}
.oak-counter-box img {
    width: 70px;
    filter: grayscale(100%);

}
@media(max-width:991px){
    .oak-counter-section{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .oak-counter-section{
        grid-template-columns:1fr;
    }
}
.sersection{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px 20px;
    margin-top: 40px;
}
.serbox {
    text-align: center;
    transition: 0.3s ease;
}
.serbox:hover h2{
    color: #9d40c4;
}   
.serbox:hover img{
    transform: scale(1.1);
}

.serbox h2{
    color: var(--color1);
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 10px;
    transition: 0.3s ease;
}
.serbox p{
    margin: 0;
    color: #3a3a3a;
    padding: 0;
    line-height: 1.5;
    font-size: 15px;
}
.serbox img{
    width: 120px;
     box-shadow: 0 0 10px 2px #33333310;
    /*border: 2px solid var(--color2);*/
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}



.experience-circle{
    position:absolute;
    bottom: 0%;
    width:160px;
    height:160px;
    margin:auto;
}

.experience-text{
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    animation:rotateText 12s linear infinite;
}

.experience-text p{
    position:absolute;
    width:100%;
    height:100%;
    margin:0;
    font-size:10px;
    font-weight:700;
    color:#222;
}

.experience-text span{
    position:absolute;
    left:50%;
    top:0;
    transform-origin:0 80px;
}

.experience-center{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:110px;
    height:110px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.experience-center h2{
    margin:0;
    font-size:52px;
    color:var(--color1);
    font-weight:800;
}

@keyframes rotateText{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
.serapp{
    text-align: center;
    
    padding-top: 25%;
    background: url('../images/appbg.jpg') left center;
}
.serapp a{
    padding: 8px 10px!important;
}
.serapp p{
    margin-top: 15px;
    color: #fff;
}
.whyussec{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
    padding-top: 0;
    background: linear-gradient(135deg, var(--color1) 0%,  var(--color1) 35%, var(--color1) 60%, #9d40c4 100%);
}

.whylft img{
    width: 100%;
}
.whyrgt{
    padding: 60px;
    padding-bottom: 40px;
}
.whyrgt h2{
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 2px solid #cccccc80;;
}

.whyrgt p{
    color: #fff;
    padding-bottom: 20px;
}
.whyrgt h2:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 5px;
    bottom: -4px;
    left: 0;
    background: var(--color2);
}
.whyrgt ul{
    margin-bottom: 0;
    padding-bottom: 0;
}
.whyrgt ul li{
    color: #fff;
    padding-bottom: 8px;
    position: relative;
    padding-left: 40px;
}
.whyrgt ul li img{
    position: absolute;
    right: 0;
    width: 25px;
    left: 0;
}
.whyrgt ul li:last-child{
    padding-bottom: 0;
}
.whyrgt .bookappp{
    margin-top: 25px;
}
.whyrgt .bookappp button{
    color: var(--color1);
    font-size: 17px;
    padding: 8px 15px;
}
.whyrgt .bookappp button:hover{
    color:var(--color1);
    transform: translate(10px);
}
.reviewsec{
   padding: 70px 0;
   display: block;
    background: #4f278117;
    background-image: url(../images/bg.png);
    /* background-color: #f6f4f9; */
}
.revsec{
    margin: 15px;
    border-radius: 30px;
    transition: 0.3s ease;
}
.revsec:hover{
    transform: scale(1.05);
}
.revsectext{
    background: #ffffff70;
    padding: 30px;
    box-shadow: 0 5px 10px #00000045;
    border-radius: 30px;
     border: 1px solid var(--color1);
     position: relative;
}
.revsectext img{
    position: absolute;
    width: 50px!important;
    bottom: -65px;
}
.revsec p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-weight: normal;
}
.revsec p::last-child{
    margin-bottom: 0;
}
.revsec h2{
    font-size: 20px;
    color: var(--color1);
    margin-top: 15px;
    margin-left: 90px;
}
.revsec h2:after{

}
.revsec h2 span{
    display: block;
    margin-top: 5px;
}
.revsec h2 span i{
    font-size: 18px;
    color: #efb746;
}
.reviewsec .owl-carousel button.owl-dot{
    top: 50px;
}

.reviewsec .owl-carousel .owl-nav button.owl-next {
      background: var(--color2);
    position: absolute;
    border-radius: 2px;
    right: -50px;
    top: 40%;
    width:40px;
    height:40px;
    color: #fff;
    outline: none;
}
.reviewsec .owl-carousel .owl-nav button.owl-next:hover{
    background: var(--color2);
}
.reviewsec .owl-carousel .owl-nav button.owl-next i{
    color: #ffff
}

.reviewsec .owl-carousel .owl-nav button.owl-prev{
    background: var(--color2);
    position: absolute;
    border-radius: 2px;
    left: -50px;
    top: 40%;
    width:40px;
    height:40px;
    color: #fff;
    outline: none;
}
.reviewsec .owl-carousel .owl-nav button.owl-prev:hover{
    background: var(--color2);
}
footer{
    background: #0f0718;
}
.slf{
    margin-top: 20px;
    float: left;
}
.slf ul{
    padding: 0;
}
.address h3{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 15px;
    padding-bottom: 0;
}
.address h3 i{
    font-size: 20px;
    color: var(--color2);
    margin-right: 7px;
}
.address p a{
    color: #bbb;
}
.address p a:hover{
    color: var(--color2);
}

.widget button {
    cursor: pointer;
    color: var(--color1);
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font1);
    position: relative;
    background: var(--color2);
    padding: 3px 15px;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(210, 220, 103);
    border-image: initial;
    transition: 0.4s;
    overflow: hidden;
    line-height: 1.6;
    margin-top: 15px;
}
.widget button:hover {
    background: #fff;
    color: var(--color1);
    transform: translate(10px);
    box-shadow: 0 8px 20px rgba(188, 198, 80, 0.35);
}

/* Common Style */
.call-float,
.whatsapp-float{
    position: fixed;
    right: 25px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    z-index: 9999;
    font-size: 34px;
    transition: all .3s ease;
}

/* Call Button */
.call-float{
    bottom: 120px; /* Above WhatsApp */
    background: #bcc650;
    box-shadow: 0 5px 25px rgba(188,198,80,.4);
    animation: pulseCall 1.8s infinite;
}

/* WhatsApp Button */
.whatsapp-float{
    bottom: 25px;
    background: #25D366;
    box-shadow: 0 5px 25px rgba(37,211,102,.4);
    animation: pulseWhatsapp 1.8s infinite;
}

.call-float:hover,
.whatsapp-float:hover{
    color:#fff;
    transform:scale(1.1);
}

/* Call Animation */
@keyframes pulseCall{
    0%{box-shadow:0 0 0 0 rgba(188,198,80,.7);}
    70%{box-shadow:0 0 0 20px rgba(188,198,80,0);}
    100%{box-shadow:0 0 0 0 rgba(188,198,80,0);}
}

/* WhatsApp Animation */
@keyframes pulseWhatsapp{
    0%{box-shadow:0 0 0 0 rgba(37,211,102,.7);}
    70%{box-shadow:0 0 0 20px rgba(37,211,102,0);}
    100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}

/* Shake Icon */
.call-float i,
.whatsapp-float i{
    animation: shake 3s infinite;
}

@keyframes shake{
    0%,100%{transform:rotate(0deg);}
    5%{transform:rotate(-15deg);}
    10%{transform:rotate(15deg);}
    15%{transform:rotate(-15deg);}
    20%{transform:rotate(0deg);}
}
.copy{
    text-align: center;
    padding: 15px 0;
}
.copy p{
    color: #ddd;
}
.innerbanner{
    background: url('../images/innerbanner.jpg') center right no-repeat;
    background-size: cover;
    height: 260px;
    padding: 80px;
    padding-top: 110px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
     display: grid;
    grid-template-columns: 1fr 1fr;
}

.innerbanner h1{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5px;
}   
.innerbanner p{
    float: right;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 30px;
    background: var(--color2);
}
.innerbanner p a{
    font-size: 15px;
    color: #1a1a1a;
}
.innerbanner p i{
    padding: 0 5px;
    font-size: 12px;
}
.abtpg{
    display: grid;
    grid-template-columns: 1fr 2fr;

}
.abtpg .abt-text{
    padding-left: 30px;
}

.ciinfo{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}
.ciinfo  .stm-appointment-form-wrap {
    padding: 30px;
}
.contactpg{
    background: #faf4ff!important;
}
.cnt-itm{
    text-align: center;
}
.cnt-itm img{
    width: 40px;
    margin-bottom: 10px;
      transition: 0.5s ease-out;
}
.cnt-itm:hover img{
    transform: scale(1.2);
}
.cnt-itm h5{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.cnt-itm p{
    margin-bottom: 0;
    padding-bottom: 0;
}
.cnt-itm a{
    color: #000;
    transition: 0.5s ease-out;
}
.cnt-itm a:hover{
    color: var(--color1);
}



.cta-sec{
    padding:80px 0;
    font-family:var(--font1);
}

.cta-box{
    background:linear-gradient(135deg,var(--color1),#6f45a7);
    border-radius:30px;
    padding:60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
    position:relative;
    overflow:hidden;
}

.cta-box::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-150px;
    right:-100px;
}

.cta-box::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border:2px solid rgba(255,255,255,.12);
    border-radius:50%;
    bottom:-60px;
    left:-60px;
}

.cta-content{
    max-width:700px;
    position:relative;
    z-index:2;
}

.cta-tag{
    display:inline-block;
    background:var(--color2);
    color:#222;
    padding:8px 18px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:18px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px;
}

.cta-content h2{
    color:#fff;
    font-size:46px;
    line-height:1.2;
    margin-bottom:20px;
    font-weight:700;
}

.cta-content p{
    color:rgba(255,255,255,.85);
    font-size:18px;
    line-height:1.8;
    margin:0;
}

.cta-btns{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    position:relative;
    z-index:2;
}

.btn-primary,
.btn-outline{
    min-width:220px;
    text-align:center;
    padding:18px 35px;
    border-radius:60px;
    font-size:17px;
    font-weight:700;
    text-decoration:none;
    transition:.35s;
}

.btn-primary{
    background:var(--color2);
    color:#222;
}

.btn-primary:hover{
    background:#fff;
    transform:translateY(-5px);
}

.btn-outline{
    border:2px solid rgba(255,255,255,.5);
    color:#fff;
}

.btn-outline:hover{
    background:#fff;
    color:var(--color1);
    border-color:#fff;
    transform:translateY(-5px);
}

.btn-primary i,
.btn-outline i{
    margin-right:10px;
    font-size: 20px;
    transform: translateY(2px);
}

@media(max-width:992px){

    .cta-box{
        flex-direction:column;
        text-align:center;
        padding:45px 30px;
    }

    .cta-content h2{
        font-size:34px;
    }

    .cta-btns{
        justify-content:center;
    }

}
.attachmentpg{
    padding: 70px 0;
}


.hospital-attachment-card{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:25px;
    border-radius:18px;
    background:#fff;
    border:1px solid #e9eef5;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    overflow:hidden;
    position:relative;
}

.hospital-attachment-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:var(--color1);
}

.hospital-attachment-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.hospital-attachment-icon{
    width:70px;
    height:70px;
    min-width:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
        background: linear-gradient(135deg, var(--color1) 0%, #6d429f 35%, #9d40c4 70%);
    color:#fff;
    font-size:30px;
}

.attachment-label{
    display:inline-block;
    padding:6px 14px;
    background:#f8f2ff;
    color: #232323;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
    margin-bottom:10px;
}

.hospital-attachment-content h4{
    margin:0 0 7px;
    color:var(--color1);
    font-size:22px;
    font-weight:700;
    line-height:1.3;
}

.hospital-attachment-content p{
    margin:0;
    color:#232323;
    font-size:15px;
    line-height:1.6;
}

.hospital-attachment-content button{
    background: var(--color1);
    color: #fff;
    font-weight: 500;
    padding: 7px 20px;
    border: none;
    border-radius: 3px;
    margin-top: 15px;
    transition: 0.5s ease;
}
.hospital-attachment-content button:hover{
    background: var(--color2);
}
.hospital-attachment-content button i{
    margin-left: 5px;
}

@media(max-width:576px){
    .hospital-attachment-card{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

    .hospital-attachment-icon{
        margin-bottom:5px;
    }
}

.gallerypg {
    padding: 70px 0;
}
.gallerypg h1{
    text-align: center;
    font-size: 55px;
    color: var(--color1);
}
.reviewpg{
    padding: 70px 150px;
}

.stm-review-card{
    position:relative;
    margin:0 0 40px 0;
}

.stm-review-box{
    position:relative;
    background:#fff;
    border:2px solid #8b5dc4;
    border-radius:30px;
    padding:35px;
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.stm-review-box p{
    color:#232323;
    font-size:16px;
    line-height:1.7;
    margin-bottom:10px;
}

.stm-review-box p:last-child{
    margin-bottom:0;
}

.stm-review-footer{
    display:flex;
    align-items:flex-start;
    margin-top: 10px;
    margin-left:30px;
}

.stm-review-arrow{
    width:50px;
    text-align:center;
    font-size:40px;
    color:#6b33a3;
    transform:rotate(-180deg);
}

.stm-review-author{
    margin-left:15px;
}

.stm-review-author h4{
    margin:0 0 0;
    font-size:24px;
    color:#5d2f92;
    font-weight:700;
    margin-top: 5px;
}

.stm-review-stars{
    color:#f5b82e;
    font-size:18px;
}

.stm-review-stars i{
    margin-right:2px;
}

@media(max-width:767px){

    .stm-review-box{
        padding:25px;
    }

    .stm-review-box p{
        font-size:15px;
    }

    .stm-review-footer{
        margin-left:10px;
    }

    .stm-review-author h4{
        font-size:24px;
    }

    .stm-review-arrow{
        font-size:42px;
        width:45px;
    }

    .stm-review-stars{
        font-size:18px;
    }

}
.serpg{
    padding: 70px 0;
}
.sidebar{
    background: #f7f1ff;
    padding-bottom: 20px;
     border: 1px solid #cccccc80;
     border-radius: 15px;
     overflow: hidden;
}
.sidebar h2{
    font-size: 24px;
    padding: 12px 15px;
    text-transform: uppercase;
    font-family: var(--font1);
    text-align: center;
    background: var(--color1);
    color: white;
    margin-bottom: 25px;
}
.sidebar ul{
    margin: 0;
    padding: 0;

}
.sidebar ul li a{
    padding: 0 30px;
    display: block;
    color: #232323;
    padding-left: 35px;
    line-height: 1.6;
    font-size: 16px;
}   
.sidebar ul li a:hover{
    color: var(--color1);
}
.sidebar ul li{
    position: relative;
    padding-bottom: 11px;
}
.sidebar ul li:last-child{
    padding-bottom: 0;
}
.sidebar ul li i{
    font-size: 15px;
    position: absolute;
    left: 20px;
    top: 5px;
}


.appointment-sidebar{
     background: #f7f1ff;
    border-radius:15px;
    padding:30px;
    border: 1px solid #cccccc80;
    /*box-shadow:0 10px 35px rgba(0,0,0,.08);*/
  
    text-align:center;
    margin-top: 25px;
}

.appointment-sidebar .sub-title{
    display:inline-block;
    background:#ffffff;
    color:var(--primarycolor);
    padding:6px 20px;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
    font-family: var(--font1);
    margin-bottom:15px;
}

.appointment-sidebar h3{
    font-size:26px;
    font-weight:700;
    color:var(--color1);
    margin-bottom:15px;
}

.appointment-sidebar .qualification{
    font-size:16px;
    color:#232323;
    line-height:1.7;
    margin-bottom:10px;
}

.appointment-sidebar .designation{
    color:var(--primarycolor);
    font-weight:600;
    font-size:15px;
    margin-bottom:25px;
}

.appointment-btn1{
    display:block;
    background:var(--color1);
    color:#fff;
    padding:15px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.appointment-btn1 i{
    margin-right:8px;
}

.appointment-btn1:hover{
    background:var(--color2);
    color:#fff;
    transform:translateY(-2px);
}
.servicetext h2{
    font-size: 32px;
    font-weight: 700;
    font-family: var(--font1);
    color: var(--color1);
    margin-top: 20px;
    padding-bottom: 10px;
}
.servicetext h3{
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font1);
    color: #232323;
    margin-top: 15px;
    padding-bottom: 5px;
}
.servicetext h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    font-family: var(--font1);
    color: #232323;
    margin-top: 15px;
    padding-bottom: 5px;
}
.servicetext ul{
    padding: 0;
    padding-top: 10px;
}
.servicetext ul li{
    position: relative;
    padding-bottom: 5px;
    padding-left: 15px;
}
.servicetext ul li i{
    position: absolute; 
    left: 0;
    font-size: 14px;
    top: 5px;
}
.accordion-header{
    margin-top: 0!important;
   
}
.accordion-header .accordion-button{
     /*background: var(--color2)!important;*/
     color: var(--color1);
     font-size: 20px;
     font-weight: 600;
}
.accordion-button:not(.collapsed){
     background: var(--color2)!important;
     color: var(--color1);
     font-size: 20px;
     font-weight: 600;
}



/* Button */
.popup-btn{
    background:linear-gradient(135deg,var(--color1),#67349e);
    color:#fff;
    border:none;
    padding:12px 28px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
    box-shadow:0 10px 30px rgba(79,39,129,.25);
}
.popup-btn:hover{
    background:var(--color2);
    color:var(--color1);
    transform:translateY(-3px);
}

/* Modal */
.modal-content{
    border:none;
    border-radius:20px;
    overflow:hidden;
}

.modal-header{
    background:linear-gradient(135deg,var(--color1),#6a3da8);
    color:#fff;
    border:none;
    padding:22px 30px;
}

.modal-header h4{
    font-weight:700;
    margin:0;
}

.btn-close{
    filter:brightness(0) invert(1);
}

.modal-body{
    padding:35px;
    background:#fff;
}

/* Left Side */
.form-info{
    background:linear-gradient(160deg,var(--color1),#6d3fa8);
    color:#fff;
    border-radius:18px;
    padding:35px 25px;
    height:100%;
    position:relative;
    overflow:hidden;
}

.form-info:before{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-80px;
    right:-80px;
}

.form-info h3{
    font-weight:700;
    margin-bottom:15px;
}

.form-info p{
    opacity:.9;
    line-height:28px;
}

/* Inputs */

.form-control,
.form-select{
    height:52px;
    border-radius:12px;
    border:1px solid #ddd;
    box-shadow:none;
    font-size:15px;
}

textarea.form-control{
    height:130px;
    resize:none;
}

.form-control:focus,
.form-select:focus{
    border-color:var(--color2);
    box-shadow:0 0 0 .15rem rgba(188,198,80,.25);
}

/* Submit */

.submit-btn{
    background:var(--color2);
    color:var(--color1);
    border:none;
    font-weight:700;
    padding:13px 35px;
    border-radius:50px;
    transition:.3s;
}

.submit-btn:hover{
    background:var(--color1);
    color:#fff;
}

@media(max-width:767px){
    .modal-body{
        padding:20px;
    }
    .form-info{
        margin-bottom:25px;
    }
}
.servicepg{
    padding: 70px 0;
}