html{
    scroll-behavior: smooth;
}
body{
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Raleway', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Nanum Gothic', sans-serif; */
    /* font-family: 'Catamaran', sans-serif; */
    /* font-family: 'News Cycle', sans-serif; */
    font-family: 'Didact Gothic', sans-serif;
    -webkit-font-smoothing: antialiased;
    /* font-family: 'Poiret One', cursive; */
    /* font-family: 'Belleza', sans-serif; */
    color:#343A40 !important;
    background: #F8F9FA;
    /* overflow-x: hidden !important; */
}
a{
    color: unset
}
a:hover{
    color: unset
}
@media(max-width:997px){
    .video_sm{
        margin-top: 100px;
    }
}
@media(max-width:997px){
    p{
        font-size: 1rem;
    }  
    .display-4{
        font-size: 2.2rem
    }
}

/* logo sm */
@media(min-width:997px){
    .logo-sm{
        display: none
    }
}

.fa-long-arrow-alt-right:hover{
    transform: translate(30px);
    transition: all 0.3s ease
}

/******************* Navigation ****************************/

@media (max-width:992px){
    .navigation{
        display: none;
    }
}
.navigation-menu{
        background:#F8F9FA !important;
        width: 100%;
        text-align: center;
        font-size:20px;
        color: black;
        padding-bottom:0;
        position: fixed;
        top: 0;
        z-index: 1000;
        height: 150px;
        padding-top:35px;
        transition: all 300ms ease
    }
    .navigation-menu ul{
        list-style-type: none;
        margin:0;
        padding:0;
    }
    .navigation-menu ul li{
        display: inline-block;
    }
    .navigation-menu li a::after{
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: black;
        transition: width .3s;
        margin-top: 10px;
    }
    .navigation-menu li a:hover::after{
        width: 100%;
    }
    nav ul li a{
        display:inline-block;
        padding:15px 30px;
        padding-top:40px;
        padding-bottom:40px; 
        text-decoration: none;
        color:black;
    }
    nav ul li a:hover{
        /* padding-top:40px;
        padding-bottom: 40px; */
        text-decoration: none;
        color:black;

    }
    .sub-menu{
        margin-left: 20px;
        margin-top: -20px;
        display: none;
        background-color:#F8F9FA;
        color: black;
        position: absolute;
        text-align: left;
        box-shadow:5px 10px 20px rgba(0, 0, 0, 0.265);
        font-size: 15px;
        border-radius: 10px;
    }
    .sub-menu:after {
        bottom: 100%;
        left: 20%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(64, 213, 99, 0);
        border-bottom-color: #ACBCC4;
        border-width: 10px;
        margin-left: -30px;
    }
    .sub-menu a{
        display:block; 
        padding:10px 45px; 
        text-align: center;  
    }
    .sub:hover .sub-menu{  
        display:block;
        visibility: visible; /* shows sub-menu */
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;  
     }
     input[type=search]::placeholder{
         color: black !important;
     }
     input[type=search]:focus{
         color: black !important;
         border-bottom:1px solid white !important;
         font-size: 15px;
     }
     .input-group-text{
         background-color:white;
         border: 0px; 
     }
     @keyframes logoimg{
        0%{transform:scale(1.1,1.1)}
    }
     .navbar-fixed-top.scrolled {
        background-color: #F8F9FA !important;
        margin-top: -60px;
        padding-left: -100px;
        transition: background-color 500ms ease-out;
        transition: margin-top 400ms ease-out;
        font-size: 17px ;
        transition:  font-size 400ms ease-out;
        color: #0D0D0D !important;
        padding-top: 55px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.374);
        animation: logoimg 400ms ease-out;
    }
    
    .logoimg.scrolled{
        /* height: 30px; */
        /* transition: height 400s ease-out !important; */
        /* padding-left: 20px; */
        /* animation: logoimg 400ms ease-out; */
        /* padding-top: 15px; */
    }

/* rel cases */
.img-scale img:hover{
   transform:scale(1.2, 1.2);
   transition: 0.3s ease all;
   overflow: hidden;
   z-index: -5;
}
.img-scale img{
    transition: 0.3s ease all;
    width: 100% !important;
}
.img-scale .scale-img{
    overflow: hidden;
}
.img-scale img:hover .scale-img{
    background: #0033C0;
    z-index: 1000
}
/* play btn */
.btn_play{
    width: 500px;
    height: 500px
}
/**Side bar**/
 @media (min-width:992px){
     .sidebar-container{
         display: none
     }
}
    .sidebar{
        position: fixed;
        height:0;
        width: 100%;
        top: 0;
        background: #555657;
        z-index: 1050;
        overflow-x: hidden;
        /* overflow-y: hidden; */
        text-align: center;
        color: #e5e5e5 !important;
        -webkit-font-smoothing: antialiased;
        webkit-transition: background .16s cubic-bezier(0.32, 0.08, 0.24, 1),height .36s cubic-bezier(0.52, 0.16, 0.24, 1)!important;
        transition: background .06s cubic-bezier(0.32, 0.08, 0.24, 1),height .36s cubic-bezier(0.52, 0.16, 0.24, 1) !important;
    }
    .sidebar .menu-list{
        -webkit-font-smoothing: antialiased;
        overflow-y: auto;
        direction: ltr;
        display: none;
        font-size: 1.7rem;
        margin-top: 40px
    }
    .sidebar .menu-list a{
        background: rgba(14, 72, 165, 0);
        padding-left: 100px;
        
    }
    .sidebar ul a{
        text-decoration: none;
        color: #e5e5e5;
        padding: 20px;
        border: none
    }
    .sidebar ul a:hover{
        background: #555657;
        font-weight: bolder;
        color: #e5e5e5;
    }
    .show-btn{
        position:fixed;
        left:7px;
        top:35px;
        display:block;
        padding:15px 10px;
        cursor: pointer;
        z-index:4;
        background: rgba(220, 220, 218, 0.408);
        border-radius:100% 
    }
    .sidebar .hide-btn{
        position:absolute;
        left:7px;
        top:45px;
        padding:5px;
        display: block;
        cursor: pointer;
    }
    .show-btn span{
        position: sticky;
        display: block;
        width: 20px;
        height: 1.5px;
        margin: 5px;
        background: black;
        border-radius: 50%;
    }
    .sidebar .hide-btn span{
        display: block;
        width: 30px;
        height: 1.5px;
        margin: 5px;
        background: #e5e5e5;
        border-radius: 50%;
        position: sticky;
    }
    .side_sub_menu{
        display: none;
    }
    side_sub i{
        color: #555657 
    }
    .side_sub_menu{
        margin-left: 0px !important;
        -webkit-font-smoothing: antialiased;
        /* transition:all 0.5s !important; */
        background: #e5e5e5;
        color: #555657 !important;
        box-shadow:inset 0px 5px 40px rgba(0, 0, 0, 0.442);
    }
    .side_sub_menu a{
        color: #555657 !important
    }
    .side_sub_menu a:hover{
        background: none !important
    }
    .side_sub_menu1{
        display: none;
    }
    side_sub1 i{
        color: #555657 
    }
    .side_sub_menu1{
        margin-left: 0px !important;
        -webkit-font-smoothing: antialiased;
        /* transition:all 0.5s !important; */
        background: #e5e5e5;
        color: #555657 !important;
        box-shadow:inset 0px 5px 40px rgba(0, 0, 0, 0.442);
    }
    .side_sub_menu1 a{
        color: #555657 !important
    }
    .side_sub_menu1 a:hover{
        background: none !important
    }

/* video responsive */
@media(max-width:997px){
    .video_lg{
        display: none
    }
}
@media(min-width:997px){
    .video_sm{
        display: none
    }
}



    .arrow_rotate{
        transform: rotate(180deg);
    }
@media(min-width:997px){
    .tittle_responsive{
        margin-top: 100px !important
    }
}
@media(max-width:997px){
    .tittle_responsive{
        margin-top: 0px !important;
    }
}
.btn-cust{
    border-radius: 100px;
    box-shadow: none;
    background: linear-gradient(to right,rgb(59, 58, 58) 50%,#3273CC 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .2s ease-out;
    color: black;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.415)
}

@media(max-width:400px){
    .btn-cust{
        font-size: 0.7rem;
        padding: 10px 30px;
    }
}
.btn-cust:hover {
    background-position:left bottom 
}
.btn-cust a{
    color: white !important;
    text-transform: capitalize;
}
/* Vision & mission */
@media(min-width:1200px){
    .our_mission_sm{
        display: none
    }
}
@media(min-width:1200px){
    .container-custom_1{
        overflow: hidden;
        background:#ACBCC4;
    }
    .content_1{
        overflow: hidden;
        text-align: justify;
        color:#343A40;
    }
    .shaped_1{
        float:left;
        height:350px;
        width:50vw;
        background: black url(../../assets/img/mission.jpg) center top no-repeat;
        background-size:cover;
        shape-outside: polygon(0 0, 0 100%, 60% 100%, 100% 0);
        shape-margin: 20px;
        clip-path: polygon(0 0, 0 100%, 60% 100%, 100% 0);
        shape-image-threshold:0.5;
    }
    .welcome_container_1{
        display: none;
    }
    }
    @media(max-width:1200px){
        .container-custom_1{
            display: none;
        }
        .welcome_container_1{
            background-size: cover;
            background: url("../../assets/img/vision.jpg") no-repeat;
            background-position: center right ;
            height: 100%;
            padding-top:0; 
            margin: 0;
        }
        .col-text{
            background: #979A9D;
            color: #f5f5f5;
            padding: 20px;
        }
    }
    @media(min-width:1200px){
        .container-custom{
            overflow: hidden;
            background:#ACBCC4;
            padding-top: 0px;
            margin-top: 0px;
        }
        .content{
            overflow: hidden;
            text-align: justify;
            color:343A40;
        }
        .shaped{
            float:left;
            height:350px;
            width:40vw;
            float:right;
            background: black url(../../assets/img/vision.jpg) center top no-repeat;
            background-size:cover;
            shape-outside: polygon(0 0, 100% 0, 100% 100%, 100% 30%);
            shape-margin: 30px;
            clip-path: polygon(0% 100%, 50% 0, 100% 0, 100% 100%);
            shape-image-threshold:0.5;
        }
        .welcome_container{
            display: none;
        }
        }
        @media(max-width:1200px){
            .container-custom{
                display: none;
            }
            .welcome_container{
                background-size: cover;
                background: url("../../img/home/home_banner.jpg") no-repeat;
                background-position: center center;
                height: 100%;
            }
            .col-text{
                background: #283290cd;
                color: #f5f5f5;
                padding: 30px
            }
        }
@media(max-width:997px){
    .page3{
        display: none
    }
}
.page3{
    display: none
}
/* OUR SPECIALITIES */
@media(max-width:997px){
    .our_specialities{
        /* font-size: 0.7rem; */
        padding-top: 0 !important;
    }
    .our_specialities .container{
        margin-bottom: 0 !important
    }
}
@media(max-width:997px){
    .overlay-wrapper{
        display: none
    }
    .overlay{
        display: none
    }
    .overlay_text{
        display: none
    }
}
@media(min-width:997px){
    .overlay_sm{
        display: none
    }
}
.overlay-wrapper{
    position: relative;
    width: 100%;
}
.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background:linear-gradient(rgba(128, 128, 128, 0),rgba(0, 0, 0, 0.612), rgb(54, 52, 52));
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .3s ease;
}
.overlay-wrapper:hover .overlay{
    height: 70%;
    left: 0
}
.overlay_text{
    color: white !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: justify
}
.overlay-wrapper1{
    position: relative;
    width: 50%;
}
.overlay1{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3B3A3A;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .4s ease;
}
.overlay-wrapper1:hover .overlay1{
    width: 100%;
}
.overlay_text1{
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: justify
}

.specialities_lg img{
    filter: drop-shadow( 0px 10px 10px rgba(53, 52, 52, 0.293));
    border-radius: 30px
}
.specialities_lg .card{
    background: #F0F0F0 !important;
    color: #343A40 !important
}
.specialities_sm .card{
    background: #F0F0F0 !important;
    color: #343A40 !important
}
@media(min-width:997px){
    .specialities_sm{
        display: none
    }
}
@media(max-width:997px){
    .specialities_lg{
        display: none;
    }
}
/* Doctors */
@media(max-width:997px){
    .our_doctors_lg{
        display: none;
    }   
}
.our_doctors_title{
    background: #ACBCC4; 
}
@media(min-width:997px){
    .our_doctors_sm{
        display: none
    }
    .sm_title{
        display: none
    }
}
.our_doctors_sm p{
    font-size: 0.7rem !important
}
  .swiper-container {
    /* width: 100%;
    padding-top: 50px; */
    padding-bottom: 50px;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 300px;
  }
/* PArticleJS */
#particles-js{
    height: 100%;
    background: #979A9D;
    
}
/* Services */
.services_container img{
    height: 100px;
    widows: 100px;
    padding: 10px;
}
.services_container p{
    font-size: 0.9rem
}
@media(max-width:576px){
    .services_container p{
        font-size: 0.6rem;
    }
}
/* Our health Plans */
@media(max-width:997px){
    .our_health_plans_lg div{
        padding: 0px;
        margin-top: -150px !important;
        padding-top: 0px !important; 
    }
    .our_health_plans_lg img{
        padding: 100px !important
    }
}
/*
@media(min-width:997px){
    .our_health_plans_sm{
        display: none
    }
} */
/* partners */
.partners img{
    height: 80px;
    width: 100px;
    filter: grayscale(100%);
    cursor: pointer;
}
.partners img:hover{
    filter: grayscale(0);
}


/* SPECIALITIES PAGE */
.specialities_shadow{
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
}
.specialities_shadow:hover{
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.435);
    transform: scale(1.09);
    background: #fdfdfd
}
/* footer */
.footer{
    /* background:url('') no-repeat; */
    background-position: center;
    background-attachment: fixed; 
    background-size:contain; 
    bottom: 0;
}
.footer a{
    color: #fdfdfd;
}
.footer li{
    color: #fdfdfd
}
.bg_footer {
    background: #3F4041 !important; 
}

/* services page */
.services-indi ul li{
    list-style-type: none;
}
.services-indi ul li::before{
    align-items: flex-start;
    text-align: left;
    padding: 10px;
    content: url('../../img/services/check.png')
    
}

/* contact page */
.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

/* Our Doctors Page */
.round_wrapper{
    text-align: center;
    /* margin-top: 100px !important; */
    /* margin-bottom: 50px !important; */
    transition: 0.3s all ease;

}
.round_wrapper:hover{
    transform: translateY(-20px);
    transition: 0.3s all ease;
}
.round_img img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    /* margin-top: -50px; */
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.442);
}
.spin{
    margin-top: -20px !important
    /* animation: spin 10s infinite linear; */
}
@keyframes spin {
    0%{transform: rotate3d(0,10,0, 360deg)}
}

/* map  Address*/
.map_main{
    /* position: relative; */
}
.map_address{
    background: #979A9D;
    position: absolute;
    left: 0;
    /* right: 70%; */
    padding: 50px;
    color: #F0F0F0;
    margin: 0 auto;
    padding-right: 100px;
    /* margin-bottom:-300px !important; */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.34)
}