@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,500,700");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    color: #2c2222;
   font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    overflow-x: hidden;
    
}

h1 {
    color: #0d2178;
   font-family: 'Poppins', sans-serif;
    font-size: 80px !important;
    font-weight: 700
}
.about-se2{
    padding:20px;
}
h2 {
    color: #0d2178;
font-family: 'Poppins', sans-serif;
    font-size: 36px !important;
    font-weight: 700
}

h3 {
    color: #222;
    font-family: "Ubuntu", sans-serif;
    font-size: 23px !important;
    font-weight: 700;
    text-transform: uppercase
}

h4 {
    color: #c32f95;
    font-weight: bold;
    /* color: #222; */
    font-family: 'Poppins', sans-serif;
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 10px;
}

h5 {
    color: #777;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 400
}

h6 {
   
   font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.gg{
   
}
.faq-con{
    background: #c1657f17;  
    padding:20px;
    }
.header-top .fa{
    color:#fff;
}
.appointment-form{
        background: #0d2178;
    padding: 30px;
}
a:hover,
a:focus {
    text-decoration: none
}
a:hover{
    color:#fff;
}
input:focus,
textarea:focus {
    outline: none
}

/*.spinner {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    margin: 100px auto;*/
/*    background-color: #244cfd;*/
/*    border-radius: 100%;*/
/*    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;*/
/*    animation: sk-scaleout 1.0s infinite ease-in-out*/
/*}*/

/*@-webkit-keyframes sk-scaleout {*/
/*    0% {*/
/*        -webkit-transform: scale(0)*/
/*    }*/

/*    100% {*/
/*        -webkit-transform: scale(1);*/
/*        opacity: 0*/
/*    }*/
/*}*/

/*@keyframes sk-scaleout {*/
/*    0% {*/
/*        -webkit-transform: scale(0);*/
/*        transform: scale(0)*/
/*    }*/

/*    100% {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1);*/
/*        opacity: 0*/
/*    }*/
/*}*/

/*.preloader {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #fff;*/
/*    z-index: 5*/
/*}*/

/*.preloader .spinner {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    margin: 0;*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    -moz-transform: translate(-50%, -50%);*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    -o-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%)*/
/*}*/

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}

.nav-menu li {
    position: relative;
    white-space: nowrap
}

.nav-menu > li {
    float: left
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block
}

.nav-menu ul ul {
    top: 0;
    left: 100%
}

.nav-menu ul li {
    min-width: 180px;
    text-align: left
}

.menu-has-children ul li a {
    padding: 4px 10px !important;
    text-transform: uppercase !important
}

.sf-arrows .sf-with-ul {
    padding-right: 30px
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105"
}

#nav-menu-container {
    margin: 0
}

@media (max-width: 960px) {
    #nav-menu-container {
        display: none
    }
}
.nav-menu a {
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block;
    color: #101011;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
}
.nav-menu > li {
    margin-left: 15px
}

.nav-menu ul {
    margin: 14px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff
}

.nav-menu ul li {
    transition: 0.3s
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none
}

.nav-menu ul li:hover > a {
    color: #244cfd
}

.nav-menu ul ul {
    margin: 0
}

#mobile-nav-toggle {
    position: fixed;
    right: 15px;
    z-index: 999;
    top: 16px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer
}

#mobile-nav-toggle i {
    color: #244cfd;
    font-weight: 900
}

@media (max-width: 960px) {
    #mobile-nav-toggle {
        display: inline
    }

    #nav-menu-container {
        display: none
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#mobile-nav ul li {
    position: relative
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700
}

#mobile-nav ul li a:hover {
    color: #fff
}

#mobile-nav ul li li {
    padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
  
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #244cfd
}

#mobile-nav ul .menu-has-children li a {
    text-transform: capitalize
}

#mobile-nav ul .menu-item-active {
    color: #244cfd
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none
}

body.mobile-nav-active {
    overflow: hidden
}

body.mobile-nav-active #mobile-nav {
    left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff
}

.header-top {
    padding: 10px 0;
    background: #040d38;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.header-top h6 {
    margin-top: 6px
}

.header-top h6 i {
    font-size: 18px;
    position: relative;
    top: 2px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-top {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header-top {
        display: none
    }
}

@media (max-width: 575.98px) {
    .header-top {
        display: none
    }
}

.header-top .social-links ul {
    float: right;
    margin-top: 5px
}

.header-top .social-links ul li {
    display: inline;
    margin-left: 15px
}

.header-top .social-links ul li a {
    color: #777;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.header-top .social-links ul li a:hover {
    color: #244cfd
}

#header {
    padding: 14px 0;
    position: fixed;
    left: 0;
    top: 48px;
    right: 0;
    transition: all 0.5s;
    z-index: 997
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #header {
        top: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #header {
        top: 0
    }
}

@media (max-width: 575.98px) {
    #header {
        top: 0
    }
}

#header.header-scrolled {
    background: #f9f9fd;
    transition: all 0.5s;
    top: 0
}

@media (max-width: 673px) {
    #logo {
        margin-left: 20px
    }
}


#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px
}

#logo h2{
  
    font-size: 28px !important;
    margin-left: 10px;
    margin-top: 2px !important;

}
#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #244cfd
}

#header #logo img {
    padding: 0;
    margin: 0;
            border-radius: 50%;
    width: 49px

}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 28px
    }
    .about-se2 {
    padding: 0px !important;
}
    #header #logo img {
        max-height: 40px
    }
#logo h2 {
    font-size: 14px !important;
    margin-left: 10px;
    margin-top: -2px !important;
    line-height: 1;
}

}
    #logo h2 {

    font-size: 20px !important;
    margin-left: 10px;
    margin-top: 14px;
        text-transform: capitalize;
}
.banner-area {
    padding: 122px 0 0px;
    position: reletive;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.text-banner {
    right: 36%;
    position: absolute;
    top: 14%;
    left: 6%;
    text-align: left;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area {
        padding: 280px 0
    }
    
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-area {
        padding: 250px 0
    }

}

@media (max-width: 575.98px) {
    .banner-area {
        padding: 58px 0
    }
.text-banner {
    position: absolute;
    font-size: 10px;
    color: #000;
    right: 9%;
    position: absolute;
    top: 19%;
    left: 6%;
    text-align: left;
}
h4 {
    color: #c32f95;
    font-weight: bold;
    /* color: #222; */
    font-family: 'Poppins', sans-serif;
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 10px;
}
    #testimonial h2 {
    font-size: 28px !important;

    text-align: center !important;
    margin-top: -16px !important;
     margin-bottom: 0px !important; 
}
    .patient-area h4 {
    font-weight: bold;
   
}
.about-hospital {
    margin-top: 0px !important;
}
.text-banner h1{
        font-size: 22px !important;
        line-height: 1;
}
.about-se {
    margin-top: -64px !important;
    background: #43cea2 !important;
    background: -webkit-linear-gradient(to right, #040d38, #040d38)!important ;
    background: linear-gradient(to right, #040d38, #040d38) !important;
    /* z-index: 1; */
    padding: 0;
     position: static !important; 
    /* left: 9%; */
    /* right: 50%; */
    transform: translate;
        overflow: hidden;

}
.faq-con {
    background: #c1657f17;
    padding: 1px;
}
.appointment-form {
    background: #0d2178;
       padding: 15px;
}
.single-feature {
    background: #f9f9fd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.single-feature img {
    margin-bottom: 40px
}

.single-feature:hover {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1)
}

.welcome-img img {
    width: 120%;
    position: relative;
    z-index: 1
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .welcome-img img {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .welcome-img img {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .welcome-img img {
        width: 100%
    }
}

.welcome-text {
    padding: 100px;
    border: 10px solid #f9f9f9
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .welcome-text {
        padding: 50px
    }
}

@media (max-width: 575.98px) {
    .welcome-text {
        padding: 40px 20px
    }
    
}

.about-se {
    margin-top: -150px;
    background: #43cea2;
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2);
    background: linear-gradient(to right, #040d38, #040d38);
    z-index: 1;
    padding: 0;
    position: absolute;
    left: 0%;
    /* right: 50%; */
    transform: translate;
}
.about-hospital{
    margin-top:314px;
}

.about-se {
    color: #fff;
    padding: 10px;
}

.about-se p {
    color: #fff;
    text-transform: capitalize;
}

.about-se h4 {
    font-size: 23px !important;
    padding-top: 20px;
    color: #fff;
}

.high {
    font-weight: bold;
    font-size: 20px;
    color: #b41281;}
   .high2 {
    
       text-transform: capitalize;
       
   }
   .about-hospital{
    text-transform: capitalize;
   }
    
     
    
/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item i {
    transition: .5s;
}

.property-item:hover  {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
    background: #43cea2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #bd4f8c, #c87f70);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;

}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;

    z-index: -14;
}

/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
}
.custom-navbar t {
   color: #000;
}
.navbar-brand {
    float: left;
    height: 50px;

     padding: 0px 0px !important; 
    font-size: 18px;
    line-height: 20px;
    height: 68px;
}
.navbar-brand h4 {
    margin-top: 19px;
    font-size: 28px;
    margin-left: 20px;
    color: #000;
}
.navbar-brand span{
    color: pink;

}
.custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.custom-navbar .navbar-brand span {
    color: #40c6a2;
    font-weight: bold;
}
.top-nav-collapse {
    background: #ffffff;
}

.custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
}

.custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
}

.custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
}

.custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #ce3232;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        border-bottom: 0;
        background: 0 0;
    }

    .about-se {
        color: #fff;
        padding: 10px;
    }

    .p-0 {
        padding: 0 !important;
    }

    .custom-navbar.top-nav-collapse {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
        color: #454545;
    }

    .top-nav-collapse .nav li a {
        color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
        color: #ffffff;
    }
}



/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home {
    padding: 0;
}

#home h1 {
    color: #ffffff;
    padding-bottom: 30px;
}

#home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 768px) {
    .slider .col-md-8 {
        padding-left: 0;
    }
}

.slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme p {
    color: #fff;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    position: revert;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
}

.slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20, 20, 20, 0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
}

.slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
}

.slider .item-first {
    background-image: url(../images/Screenshot%202022-05-12%20104545.jpg);
}

/*
.slider .item-second {
    background-image: url(../images/dvd.png);
}
*/

.slider .item-third {
    background-image: url(../images/slider7.jpg);
}

.slider .item-second .section-btn {
    background: #292929;
}

.slider .item-second .section-btn:hover {
    background: #ffffff;
}

.section-btn2 {
    background: transparent;
    border: 1px solid #ffffff;
    color: #fff;
}

.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
}
.owl-carousel .owl-item img {
    display: block;
    width: 75%;
}



/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
}

.social-icon li a {
    border-radius: 100px;
    color: #ce3232;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.social-icon li a:hover {
    background: #ce3232;
    color: #ffffff;
}



/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
        margin-left: inherit;
    }
}


@media only screen and (max-width: 1200px) {
    .about-info {
        padding-right: 0;
    }

    .about-image {
        position: relative;
    }
}


@media only screen and (max-width: 992px) {
    section {
        padding: 60px 0;
    }

    .custom-navbar .section-btn {
        margin-left: 1em;
    }

    .slider .item {
        background-position: center;
    }

    .about-info {
        padding: 0;
    }

    .team-info {
        margin-bottom: 50px;
    }

    #menu .menu-thumb {
        width: 103%;
    }

    #testimonial {
        background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
        margin-bottom: 50px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 2.5em;
    }

    h1,
    h2,
    h3 {
        line-height: normal;
    }

    .custom-navbar {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        text-align: center;
    }

    .custom-navbar .nav li a {
        line-height: normal;
        padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
        color: #252525;
        font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
        color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
        display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
        display: block !important;
        width: 50%;
        margin: 10px auto 10px auto;
        padding: 10px;
    }

    .custom-navbar .section-btn a {
        color: #ffffff !important;
    }

    .slider .caption {
        padding: 0;
    }

    .menu-thumb .menu-info {
        top: 80%;
    }

    footer {
        padding: 60px 0;
        padding-bottom: 60px;
    }

    .footer-open-hour {
        right: 0;
        bottom: 0;
        margin-top: 30px;
    }
}


@media only screen and (max-width: 580px) {
    h1 {
        font-size: 1.3em;
    }
.banner-sub h4 {
    margin-top: -13px !important;
    font-size: 20px !important;
    font-weight: bold;
    text-align: center;
}
    .footer-open-hour {

        right: 0px !important;
        bottom: 0px !important;
    }

    #home h1 {

        margin-top: 155px;
    }
    .navbar-brand h4 {
   
     margin-left: 0px; 
}

    section {
        padding: 10px 0;
    }

    h2 {
        font-size: 1.8em;
    }

    .menu-thumb .menu-info {
        top: 60%;
    }
}

.navbar-brand{
    display: flex;
}
.appoinment-content {
    position: relative;
}

.appoinment-content img {
    width: 85%;
}

.appoinment-content .emergency {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 20px;
    background: #223a66;
    padding: 48px;
}

.appoinment-content .emergency h2 {
    color: #fff;
}

.appoinment-content .emergency i {
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.7);
}



.appoinment-form .form-control {
    background: #f4f9fc;
    height: 55px;
    border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
    height: auto;
}

.treatments h3 {
    margin: 50px 0px;
}

.about-wrap {
    width: 100%;
    padding: 0px;
    color: rgba(255, 255, 255, 0.7);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f89fc', endColorstr='#00dc94', GradientType=1);
}

@media (min-width: 768px) {
    .about-wrap {
        padding: 7% 25% 5% 10%;
    }

    .about-se {
        color: #fff;
        padding: 10px !important;
    }

    .abo
}

@media (min-width: 768px) {
    .about-wrap {
        padding: 7% 25% 5% 10%;
    }

    .about-se {
        color: #fff;
        padding: 10px !important;
    }

    .abo
}


.about-wrap .list-services {
    display: block;
    margin-bottom: 30px;
}

.about-wrap .list-services .icon {
    margin-top: 20px;
    width: 60px;
    height: 60px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 0;
}

.about-wrap .list-services .icon:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about-wrap .list-services .icon span {
    color: #fff;
    font-size: 30px;
}

.about-wrap .list-services .text {
    width: calc(100% - 60px);
    padding-left: 40px;
}

.about-wrap .list-services .text h3 {
    font-size: 20px;
    color: #fff;
}

.about-wrap .list-services:hover .icon:after,
.about-wrap .list-services:focus .icon:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-dr {
    background: #2f89fc;
    background: linear-gradient(to right, #b83a97, #c9836f);
    padding: 10px;
    color: #fff;
    margin-top: 30px;
}

.about-dr p {
    color: #fff;
}

.p-0 {
    padding: 0;
}

/*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

#testimonial {
    background: url('../images/slider7.jpg') center center no-repeat;
    background-size: cover;
    margin: 40px 0px;
    padding: 20px;
}

#testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
}

#testimonial .owl-theme .owl-dots .owl-dot,
#testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
}

#testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
}

#testimonial h2 {
    color: #ffffff;
}

#testimonial p,
.tst-author h4,
.tst-author span {
    display: inline;
}


/*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

#testimonial {
    background:linear-gradient(#040d38,rgba(0,0,0,0.6)), url('../images/slider7.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
}

#testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
}

#testimonial .owl-theme .owl-dots .owl-dot,
#testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
}

#testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
}

#testimonial h2 {
    color: #000000;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
#testimonial p,
.tst-author h4,
.tst-author span {
    display: inline;
}

#testimonial p {
    color: #000;
    font-size: 13px;
    line-height: 20px;
}

.tst-author {
    margin-top: 20px;
}

.tst-author h4,
.tst-author span {
    color: #b2b2b2;
}

.tst-author span {
    margin-left: 5px;
}

.tst-author {
    margin-top: 20px;
}

.tst-author h4,
.tst-author span {
    color: #b2b2b2;
}

.tst-author span {
    margin-left: 5px;
}



/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px 0;
    background-color: #040d38;
    padding-bottom: 0px;
    margin-top: 60px;
}

footer .section-title {
    padding-bottom: 10px;
}

footer h3 {
    font-size: 20px;
    color: #fff;
}

footer a,
footer p {
    color: #fff;
}

footer strong {
    color: #d9d9d9;
}

footer address p {
    margin-bottom: 0;
    color: #fff;
}

.footer-info,
footer .social-icon {
    margin-top: 20px;
}

.footer-open-hour {
    background: linear-gradient(to right, #bc4f8b, #c77b73);
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 35px 0 19px 9px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
}

/*
  .footer-open-hour::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }
*/

.footer-open-hour h2 {
    color: #ffffff;
}

.footer-open-hour p {
    color: #d9d9d9;
}

.footer-open-hour strong {
    color: #f9f9f9;
}



/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
    float: right;

}

.social-icon li a {
    border-radius: 100px;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.social-icon li a:hover {
    background: #1f6d9e;
    color: #ffffff;
}


.p-0 {
    padding: 10px !important;
}

.testimonial-box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.testimonial-box {

    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
   
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile {
    display: flex;
    align-items: center;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.testimonial-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

@media(max-width:1060px) {
    .testimonial-box {
        width: 45%;
        padding: 10px;
    }
}

@media(max-width:790px) {
    .testimonial-box {
        width: 100%;
    }

    .testimonial-heading h1 {
        font-size: 1.4rem;
    }
}

@media(max-width:340px) {
    .box-top {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .reviews {
        margin-top: 10px;
    }
}

::selection {
    color: #ffffff;
    background-color: #252525;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link {
    color: #fff;
    line-height: 2;
}

.patient-area .single-patient {
    background: #f9f9fd;
    padding: 40px 80px 20px 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 90px
}

.patient-area .single-patient:hover {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1)
}

.patient-area .single-patient img {
    margin-bottom: 24px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: -90px
}

.patient-area .appointment-form {
    padding: 80px;
    background-image: url("../images/patient.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .patient-area .appointment-form {
        padding: 80px 40px
    }
}

@media (max-width: 575.98px) {
    .patient-area .appointment-form {
        padding: 40px 20px
    }
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .patient-area .appointment-form:before {
        right: -20%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .patient-area .appointment-form:before {
        position: inherit
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .patient-area .appointment-form:before {
        position: inherit
    }
}

@media (max-width: 575.98px) {
    .patient-area .appointment-form:before {
        position: inherit
    }
}

.patient-area h4{
    font-weight: bold;
}

.patient-area .appointment-form h3 {
    font-size: 24px !important;
    color: #fff !important
}
.appointment-form input, .appointment-form textarea {
    border-radius: 20px;
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #FFF;
    
}
.header-top h6{
    color:#fff;
    font-size:13px;
}

.appointment-form .template-btn {
    padding: 10px 20px;
    width: 100%;
    background: #fff;
    color: #000;
}
.banner-sub{
    background-image: url(../images/banner-bg2.jpg);
    padding: 84px;
    background-position: top;
    background-size: cover;
    background-size: cover;
}
.banner-sub h4 {
    margin-top: 100px;
    font-size: 31px !important;
    font-weight: bold;
    text-align:center;
}
.template-btn{
    background: #ce4da7;
  
    color: #fff;
    padding: 9px 30px;
}

.features-box {
    color: #c83ba2 !important;
    background: #040d38;
    padding: 41px 13px;
    /* margin: 1px; */
    text-align: center;
    FONT-SIZE: 40PX;
    font-weight: bold;
}
.f2{
       background: #0d21789e;
}
.f3{
        background: #00008bbd;
}
.f4{
    background: #1c1c82d9;
}
.f5{
        background:#252379c7;
}
.features-box  h5{
    color: #fff !important;
   font-size:20px !important;
}
.feature{
        background:linear-gradient(#040d38,rgba(0,0,0,0.6)), url(../images/slider7.jpg) center center no-repeat;
    background-size: cover;
    padding:30px;
    margin:30px 0;
}
