@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700;900&family=Poppins:wght@400;500;600;700;800;900&display=swap');
body{
    overflow-x: hidden;
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
a{
    color: inherit;
    display: inline-block;
}
a:hover{
    text-decoration: none;
    color:inherit;
}

/*Nav Hover*/
.nav-item .nav-link:hover {
    background-color: white;
    color: black;

}

.mobile-dropdown-icon {
    padding: 10px;
    
}

/*Scroll Bar*/
::-webkit-scrollbar {
  width: 5px;
  background: rgb(55, 159, 183);
}

::-webkit-scrollbar-track {
  /*background: rgb(254, 18, 3);*/
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: rgb(254, 18, 3);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}
img{
    width: 100%;
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
ul li{
    list-style: none;
}
.object-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.object-contain{
    width: 100%;
    height: 100%;
    object-fit: contain;    
}
.auto-container{
    margin:0px 64px ;
}
#topscroll {
    position: fixed;
    right: 1%;
    bottom: 8%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background:var(--sky);
    text-align: center;
    z-index: 10;
    cursor: pointer;
    display: none;
    line-height: 40px;
    font-size: 16px;
    color: var(--white);
}
.text-blue{
    color: var(--blue);
}
.bg-sky{
    background: var(--sky);
}
@media screen and (max-width:1100px){
    .auto-container{
        margin:0px 32px;
    }
}
@media screen and (max-width:1023px){
    .auto-container{
        margin:0px 24px;
    }
}
@media screen and (max-width:600px){
    .auto-container{
        margin:0px 16px;
    }
}
.form-control:focus{
    box-shadow: none;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
section{
    position: relative;
}
.main-logo p{
    font-weight:500;
}
.logo{
    width: 250px;
}
.btn{
    padding: 10px 18px;
    border-radius: 12px;
    text-transform: capitalize;
}
.btn-sky{
    border: 0;
    background: var(--blue);
}
.btn-outline-sky{
    border: 0;
    outline: 1px solid var(--blue);
    outline-offset: -1px;
}
.btn-sky, .btn-sky:hover{
    color: white;
}
.btn-outline-sky,.btn-outline-sky:hover{
    color: var(--blue);
}
.btn-outline-light:hover{
    color: var(--light);
    background: transparent;
}
.date-number li{
    display: inline-block;
}
.bg-blue{
    background: var(--blue);
}
.bg-lightblue{
    background: var(--lightblue);
}
.bg-lightgreen{
    background: var(--lightgreen);
}
.bg-gradient{
    background: linear-gradient(45deg,var(--blue), var(--sky));
}
.social-media li a{
    padding: 4px 8px; 
}
.navbar{
    padding: 0 16px;
}

.navbar .nav-item {
    line-height: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .nav-link{       
    /*height: 80px;*/
    /*line-height: 80px;*/
        height: 50%;
    /*margin-top: 20%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem !important;
    
    transition: ease 0.5s all;
}
.pogoSlider-slide:nth-child(1){
    background:url('../images/a1.jpg');
}
.pogoSlider-slide:nth-child(2){
    background:url('../images/a2.jpg');
}
.pogoSlider-slide:nth-child(3){
    background:url('../images/a3.png');
}
.pogoSlider{
    height: 80vh;
}
.pogoSlider-slide{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.banner-content{
    position: absolute;
    top: 0;left: 0;
    width: 100%;height: 100%;
    background: linear-gradient(90deg, var(--blue), transparent);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:100px ;
    z-index: 2;
}
.banner-content h2{
    width: 50%;
    color: white;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: .5px;
    word-spacing: 1px;
    font-family: 'Lato', sans-serif;
}
.pogoSlider-progressBar{
  display: none;
}
.rounded-icon-list li{
    display: inline-flex;
    align-items: center;
}
.rounded-icon-list span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 8px;
    border-radius: 4px;
}

.title{
    text-transform: capitalize;
    color: var(--blue);
    font-family: 'Lato', sans-serif;
}
.about-img{
    position: relative;
    width: 80%;
    margin-left: auto;
}
.about-img.alter{
    margin-left: 0;
}
.about-big-img{
    width: 100%;
    height: 300px;
    border-radius: 40px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}
.about-img.alter .about-big-img{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 24px;
}
.about-small-img{
    position: absolute;
    bottom: 8%;
    left: -80px;
    width: 160px;
    height: 160px;
    border-radius: 24px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}
.about-img.alter .about-small-img{
    left: auto;
    right: -80px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 4px;
}
.box-icon-list li{
    width: 48%;
    display: flex;
    align-items: center;
}
.box-icon{
    width: 50px;
    height: 50px;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}
.box-icon-detail h4{
    font-family: 'Lato', sans-serif;
}
.icon-list li{
    position: relative;
    padding-left: 40px;
}
.icon-list li:not(:last-child){
    margin-bottom: 12px;
}
.icon-list li i{
    position: absolute;
    top: 6px;
    left: 14px;
    font-size: 12px;
    background: -webkit-linear-gradient(45deg, var(--sky)30%, var(--blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer .icon-list li i{
    top: 4px;
    left: 8px;
    font-size:16px;
}
.footer-title{
    font-size: 2;
}
.form-control:not(textarea){
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
}
.form-control{
    border-radius: 8px;
    font-size: 14px;
}
input[type='number']::-webkit-inner-spin-button, .pogoSlider-nav{
    display: none;
}
.contact-section::before{
    content: " ";
    position: absolute;
    top: 50%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: #0455860d;
    z-index: -1;
    border-radius: 50%;
    transform: translateY(-50%);
}
.laparascopy-section:before{
    content: " ";
    position: absolute;
    top: 0;
    right:0;
    width: 30%;
    height: 100%;
    background: #0455860d;
    z-index: -1;
}
.contact-section .form-group{
    margin-bottom: 0;
    width: 20%;
}
.faq-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    color: #333;
    border: 1px solid #007bff40;
    border-radius: 8px;
}
.faq-btn span{
    font-weight: 500;
}
.faq-btn i{
    margin-left:4px;
    color: var(--blue);
}
.faq-content{
    padding: 20px 20px 0 20px;
    display: none;
    color: var(--secondary);
}
.faq-box:not(:last-child){
    margin-bottom: 12px;
}

footer .social-media a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: white;
    border-radius: 4px;
    color: var(--blue);
    padding: 0;
    border-radius: 8px;
}
footer .social-media li:not(:last-child){
    margin-right: 12px;
}
footer, .about-right{
    position: relative;
}
.about-right::before{
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #ccc;
}
.about-right li{
    padding-left: 60px;
    position: relative;
}
.about-right li span{
    position: absolute;
    top: 0;
    left: 8px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
}
marquee ul li{
    padding: 0 8px;
}
.dropdown-menu{
    padding: 0;
    border-radius: 0;
}
.dropdown-item{
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
}
.dropdown-item:not(:last-child){
    border-bottom: 1px dashed #ccc;
}
.mini-section{
    margin-top: -40px;
    z-index: 1000;
}
.mini-section .bg-white{
    overflow: hidden;
}
.special-box{
    width: 25%;
    position: relative;
    padding: 12px;
}
.special-icon{
    width: 80px;
    height: 80px;
    padding: 12px;
    border-radius: 8px;
}
.special-box p{
    flex: 1;
    margin-bottom: 0;
    text-transform: capitalize;
    padding: 0 4px;
}
.treatment-section .flex, .surgery-section .flex{
    gap: 1rem;
}
.treatment-box{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 32%;
    padding: 12px;
    border-radius: 8px;
    background: white;
}
.surgery-box{
    width: 15%;
    text-align: center;
}
.treatment-box{
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
}
.treatment-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.treatment-detail{
    flex: 1;
    padding-right: 16px;
}
.treatment-detail p{
    margin-bottom: 4px;
    font-size: 14px;
    color: #444;
}
.treatment-detail a{
    font-size: 14px;
}
.text-sky{
    color: var(--sky);
}
.page-title{
    font-size: 30px;
}
.surgery-section .flex a{
    padding: 6px 16px;
    border-radius: 8px;
    background: white;
    text-transform: capitalize;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    position: relative;
    overflow: hidden;
    transition: 1s;
}
.surgery-section .flex a::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(45deg,var(--blue), var(--sky));
    width: 0%;
    height: 100%;
    transition: 1s all ease;
    z-index: -1;
}
.surgery-section .flex a:hover{
    color: white;
    background: transparent;
}
.surgery-section .flex a:hover::after{
    right: auto;
    left: 0;
    width: 100%;
}
.animated-title{
    transition: 1s all ease;
}
.surgery-section h3{
    font-size: 32px;
}
.about-page-img{
    position: relative;
    height: 270px;
}
.mission-img{
    width: 80px;
    height: 80px;
    margin: auto;
}
.mission-box{
    height: 100%;
}
.service-img{
    height: 300px;
    overflow: hidden;
    border-radius: 32px;
}
.service-small-img{
    width:200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}
.services-tab .nav-item{
    width: 32%;
}
.services-tab .nav-item .nav-link{
    background: transparent;
}
.booking-img{
    height: 400px;
}
#booking-appointment-form .flex .form-control{ 
    width: 75%;
}
::placeholder{
    font-size: 14px;
}
.toggle-btn::after{
    display: none;
}
.read-para{
    display: none;
}
.whatsapp{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    background-color: var(--success);
    position: fixed;
    bottom: 16%;
    right: 1%;
    border-radius: 50%;
    z-index: 1000;
    animation:zoom 3s infinite ease-in-out;
}
.whatsapp:hover{
    color: white;
}

.landingform{
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.185);
    padding: 12px;
}


.gallery-img{
    padding: 12px;
    height: 300px;
    width: 100%;
}
.background-img{
    /* background-image: url('../images//landingpage_images/top_bg.jpg');
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
    filter: blur(1px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; */
}


@keyframes zoom{
    0%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
}
@media screen and (max-width:1200px){
    .logo {
        width: 180px;
    }
    .navbar .btn-sky{
        padding: 8px;
    }
    .banner-content h2{
        width: 60%;
        font-size: 40px;
    }
    .pogoSlider-slide{
        background-position: right !important;
    }
    .title {
        font-size: 36px;
    }
    .navbar .nav-link {
        font-size: 15px;
        padding: 0 1rem !important;
    }
}
@media screen and (max-width:991px){
    .contact-section .form-group {
        margin-bottom: 12px;
        width: 49%;
    }
    .banner-content h2{
        width: 80%;
        font-size: 36px;
    }
    .banner-content{
        padding-left: 40px;
    }
    .logo {
        width: 250px;
    }
    .navbar{
        padding: 8px;
    }
    .navbar-collapse{
        order: 4;
    }
    .navbar .nav-link {
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
    .pogoSlider{
        height: 70vh;
    }
    .special-box{
        width: 50%;
    }
    .treatment-box {
        width: 48%;
    }
    #booking-appointment-form .flex .form-control{ 
        width: 100%;
    }
}
@media screen and (max-width:600px){
    .contact-section .form-group {
        width: 100%;
    }
    .title {
        font-size: 24px;
    }
    .banner-content h2{
        width: 100%;
        font-size: 24px;
    }
    .banner-content{
        padding:16px;
        justify-content: flex-end;
    }
    .box-icon-list li {
        width: 100%;
        margin-bottom: 12px;
    }
    .about-img{
        width: 100%;
    }
    .about-small-img{
        display: none;
    }
    .laparascopy-section:before{
        display: none;
    }
    .pogoSlider{
        height: 40vh;
    }
    .banner-content .d-flex, .pogoSlider-dir-btn, .contact-section::before{
        display: none !important;
    }
    .special-box{
        width: 100%;
    }
    .mini-section {
        margin-top: 40px;
    }
    .treatment-box {
        width: 100%;
    }
    .services-tab .nav-item .nav-link {
        font-size: 15px;
        padding: 4px;
    }
}

/* Custome Style Done By Ashok */

.dropdown-menu {
    display: none;
}

#dropDownHover:hover .dropdown-menu {
    display: block;
}

.mobile-dropdown-icon{
    width: 10px;
    /*height: 10px;*/
}

.res-mobile-dropdown-icon {
    display: none;
}

.res-mobile-dropdown-icon.fixed {
    z-index: 1000;
}

@media screen and (max-width:991px){
    .nav-list {
        display: flex;
    }

    .mobile-dropdown-icon {
        display: none;
    }

    .res-mobile-dropdown-icon {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        padding: 6px 10px;
        background-color: red;
    }

    #dropDownHover:hover .dropdown-menu {
        display: none;
    }

    #dropDownHover:hover {
        background-color: transparent;
    }

    .dropdown-menu {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:600px){
    .nav-list {
        display: flex;
    }

    .mobile-dropdown-icon {
        display: none;
    }

    .res-mobile-dropdown-icon {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        padding: 6px 10px;
        background-color: red;
    }

    #dropDownHover:hover .dropdown-menu {
        display: none;
    }

    #dropDownHover:hover {
        background-color: transparent;
    }

    .dropdown-menu {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

.testimonial-review {
    padding: 10px;
}