@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:700);


@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratthin';
    src: url('../fonts/montserrat-thin-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'montserratregular', 'arial';
    font-weight: normal;
}
h1{
    font-family: 'montserratbold';
    font-weight: normal;
}
p{
    color: #77787b;
    margin-bottom: 5px;
}
h4{
    font-family: 'montserratbold';
    font-weight: normal;
    font-size: 20px;
}
ol{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-top:15px;
}
ol li{
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
    position: relative;
    padding-left: 5px;
}
ol li a {
    text-decoration: none;
    color: #77787b;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top:15px;
}
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 17px;
}
ul li a{
    text-decoration: none;
    color: #dedede;
}
ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #001a56;
    left: 0;
    top: 6px;
}
ul.checked-list li{
    padding-left: 23px;
}
ul.checked-list li:before{
    content:"\f14a";
    font-family:"font-awesome";
    font-family:"Font Awesome 5 Free";
    background: transparent;
    border: 2px solid transparent;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #001a56;
    left: 0;
    top: -2px;
}
ul.star-list li{
    padding-left: 23px;
}
ul.star-list li:before{
    content:"\f005";
    font-family:"font-awesome";
    font-family:"Font Awesome 5 Free";
    background: transparent;
    border: 2px solid transparent;
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 14px;
    border-radius: 50%;
    color: #001a56;
    left: 0;
    top: -1px;
}
ul.pdf-list li{
    padding-left: 23px;
}
ul.pdf-list li:before{
    content:"\f1c1";
    font-family:"font-awesome";
    font-family:"Font Awesome 5 Free";
    background: transparent;
    border: 2px solid transparent;
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 16px;
    border-radius: 50%;
    color: #ec4545;
    left: 0;
    top: -3px;
}
ul.pagination li{
    margin: 0;
    padding: 0;
}
ul.pagination li:before{
    background: transparent;
    border: 2px solid transparent;
}
.page-item.active .page-link{
    background-color: #001a56;
    border-color: #001a56;
}
.page-link{
    color: #001a56;
}
.page-link:hover {
    z-index: 2;
    color: #001a56;
    background-color: #ffe1e1;
    border-color: #dee2e6;
}
.top-header{
    background: #001a56;
    padding: 7px 0;
    text-align: right;
}
.contacts-link{
    margin: 0;
    padding: 0;
    list-style: none;
   text-align: right;
   display: inline-block;
}
.contacts-link li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-right: 1px solid #fff;
}
.contacts-link li:last-child {
    border-right: 0px solid #fff;
}
.contacts-link li a{
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}
.contacts-link li a:hover{
    text-decoration: none;
}

.contacts-link li.ext-text a{
    padding: 0;
}
.contacts-link li.ext-text{
    padding-right: 10px;
}

.top-header .social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.top-header .social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.top-header .social-icons li a {
    height: 27px;
    width: 27px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    transition: 0.3s;
    margin: 0 3px;
    font-size: 13px;
}
.top-header .social-icons li a:hover{
    background: #fff;
    color: #001a56;
}
.top-header .contacts-link li a:hover {
    color: #ffd9d9;
}
.social-icons.social-red li a{
    border: 1px solid #001a56;
    color: #001a56;
}
.social-icons.social-red li a:hover{
    border: 1px solid #001a56;
    color: #fff;
    background: #001a56;
}
/*CSS code for search*/

.top-search-box input {
    outline: none;
}
.top-search-box input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
.top-search-box input::-webkit-search-decoration,
.top-search-box input::-webkit-search-cancel-button {
    display: none; 
}


.top-search-box input[type=search] {
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 4px 10px 4px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.top-search-box input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #ed145a;
    
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}


.top-search-box input:-moz-placeholder {
    color: #999;
}
.top-search-box input::-webkit-input-placeholder {
    color: #999;
}
/* Demo 2 */
#demo-2 {
    top: 28px;
    right: 0;
}
#demo-2 input[type=search] {
    width: 12px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
#demo-2 input[type=search]:hover {
    background-color: #fff;
}
#demo-2 input[type=search]:focus {
    width: 170px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
#demo-2 input:-moz-placeholder {
    color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}

.navbar-brand img{
    width: 250px;
}

#carouselExampleCaptions .carousel-caption{
    width: 500px;
    text-align: left;
    top: 20%;
}
.carousel-caption h2{
    color: #000000;
    font-family: 'montserratextrabold';
    font-weight: bold;
    font-size: 42px;
}
.carousel-caption p{
    color: #2f2f2f;
}
.carousel-indicators [data-bs-target]{
    background-color: #001a56;
}
.banner-btn{
    background: #001a56;
    border: 0;
    color: #fff !important;
    text-align: center;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid transparent;
    margin-right: 7px;
    cursor: pointer;
}
.banner-btn:hover, .banner-btn:focus {
    text-decoration: none;
    outline: none;
    color: #e80566;
    background: transparent;
    border: 1px solid #e80566;
}
.common-btn {
    background: #001a56;
    border: 0;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid transparent;
    margin-right: 7px;
    cursor: pointer;
}

.common-btn:hover, .common-btn:focus {
    text-decoration: none;
    outline: none;
    color: #001a56;
    background: transparent;
    border: 1px solid #001a56;
}

.outline-common-btn {
    background: transparent;
    border: 0;
    color: #001a56;
    text-align: center;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #001a56;
    margin-right: 7px;
    cursor: pointer;
}

.outline-common-btn:hover, .outline-common-btn:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    background: #001a56;
    border: 1px solid #001a56;
}

h1{
    font-size: 26px;
    color: #001a56;
    font-family: 'montserratextrabold';
    font-weight: normal;
    text-transform: uppercase;
}
h1 span{
    color: #fd0028;
}
h3{
    font-family: 'montserratbold';
    font-weight: normal;
    font-size: 24px;
    color: #232323;
}
h3 span{
    color: #001a56;
}

p{
    color: #6a6a6a;
}
.big-label{
    font-size: 22px;
    color: #6a6a6a;
    margin-bottom: 10px;
}
.text-red{
    color: #001a56;
}
.link-red{
    text-decoration: none;
    color: #001a56;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'montserratregular';
    transition: 0.3s;
}
.link-red:hover{
    text-decoration: none;
    color: #fd0028;
}
.soc-text label{
    color: #2e2e2e;
    font-size: 20px;
    font-family: 'montserratbold';
    font-weight: normal;
}
.soc-text{
    padding: 15px;
    text-align: center;
}
.soc-box{
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    margin-bottom: 30px;
}


.facilities-text{
    padding: 15px;
}

.facilities-text label{
    color: #2e2e2e;
    font-size: 20px;
    font-family: 'montserratbold';
    font-weight: normal;
}


/*About*/
.image-rounded{
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;

}
b {
    color: #ec4545;
}

span.expertise {
    color: #fd0028;
    font-weight: 600;
    font-size:18px;
}

/*Our Team*/
.our-team{
    padding: 40px 0;
    background: url(../images2/team-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}


 .items {
     width: 100%;
     margin: 0px auto;
     margin-top: 10px
 }

 .slick-dots{
    display: none !important;
 }

 .slick-slide {
     margin: 10px;
     border-radius: 0;
 }

 .media iframe,
 .media-content {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     border: 0;
     border-radius: inherit;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: 50% 50%;
     background-color: rgba(120, 120, 120, .1);
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center
 }

 .media-content:before {
     content: '';
     position: absolute;
     height: 10%;
     width: 90%;
     left: 5%;
     bottom: 0;
     background: inherit;
     background-position-y: 100%;
     filter: blur(10px)
 }

 .circle .media-content:before {
     width: 40%;
     left: 30%
 }

 .profile-image {
     width: 150px;
     height: 150px;
     border-radius: 50%;
     display: inline-block;
     margin: 0 auto;
     box-shadow: 5px 0px 15px 0px #ccc;
 }

.slick-dots li {
    margin: 0;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #e80566;
}
.slick-dots li button:before{
    font-size: 14px;
}
.slick-slide.card{
    border: 0;
    text-align: center;
}
.slick-slide.card label{
    color: #6a6a6a;
    font-size: 13px;
}
.slick-slide.card .card-title{
    color: #2f2f2f;
    font-size: 0.9rem;
    font-family: 'montserratbold';
    font-weight: normal; 
    margin-bottom: 0;
}
.slick-slide.card .card-title a{
    color: #2f2f2f;
    text-decoration: none;
}
.media{
    padding-top: 20px;
}

/*CSS for Top Medical Procedures*/

.procedures{
    padding: 70px 0;
}
.procedures .slick-slide.card{
    text-align: left;
}
.procedures .slick-slide.card h3{
    color: #2d3663;
    font-size: 1.2rem;
}

.slick-track .card h3{
    color: #2d3663;
    font-size: 1.2rem;
}
.slick-track a:hover{
    text-decoration: none;
}


.our-team .carousel-control-prev {
    left: 5%;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #001a56;
}


.our-team .carousel-control-next {
    right: 5%;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #001a56;
}

.slick-prev, .slick-next {
    width: 30px;
    height: 31px;
    color: #001a56;
    background: #001a56;
}

.slick-prev:hover, .slick-next:hover {
    color: #001a56;
    background: #001a56;
}
.slick-prev:focus, .slick-next:focus {
    color: #000;
    background: #000;
}

.slick-dots li button:before{
    display: none;
}


#carouselExampleDark .carousel-item img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
}

.quotes img {
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
}
#carouselExampleDark .carousel-caption {
   position: relative;
   text-align: center;
   left: 0;
}

.testimonials .carousel-caption{
    width: 900px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 0;
}

.testimonials #carouselExampleDark .carousel-caption img{
    width: 40px;
    height: auto;
    margin-bottom: 15px;
}
h5{
    font-family: 'montserratbold';
    font-weight: normal;
    color: #2e2e2e;
    font-size: 16px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #001a56;
}
.breakthrough-cases{
    padding: 40px 0;
    background: url(../images2/breakthrough-cases-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.breakthrough-cases .profile-image{
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}
.breakthrough-cases .media{
    padding-top:0; 
}
.big-left-box{
    box-shadow: 5px 0px 15px 0px #ccc;
}
.text-part{
    padding: 15px 20px;
}
.hover-box-img{
    position: relative;
}
.hover-box-img a{
    display: none;
    transition: 0.3s;
}
.hover-box-img:hover a{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: hsl(0deg 75% 50% / 85%);
    text-decoration: none;
    vertical-align: middle;
    padding-top: 30%;
    font-size: 22px;
    text-align: center;
}

.video-img{
    position: relative;

}
.play-icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
}

.bg-black{
    background: #000 !important;
}

.graduates .profile-image {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}
.graduates .card.slick-slide{
    box-shadow: 5px 0px 15px 0px #ccc;
}
.graduates .media{
    padding-top: 0;
    position: relative;
}
.slick-slide img {
    display: inline-block;
}

a.cta-text {
    color: #343434;
}

footer{
    padding: 80px 0;
    background: url(../images2/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #dedede;
    padding-bottom: 0;
}
footer p{
    color: #dedede;
}
footer h5{
    color: #ffffff;
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 20px;
}
.footer-list, .footer-list-1 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-list li , .footer-list-1 li{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 17px;
}
.footer-list-1 li{
    padding-left: 0;
}
.footer-list li:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dedede;
    left: 0;
    top: 6px;
}
.footer-list li a {
    color: #dedede;
    text-decoration: none;
    transition: 0.3s;
    display: block;
}
.footer-list li a:hover{
    text-decoration: none;
    color: #001a56; padding-left: 10px;
}
.footer-list li i, .footer-list-1 li i {
    margin-right: 5px;
}
.social-icons{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icons li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.social-icons li a{
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    transition: 0.3s;
    margin: 0 3px;
}
.social-icons li a:hover {
    background: #fff;
    color: #001a56;
}
.copyright{
    background: #0d0d0d;
    padding:15px 0;
    margin-top: 40px;
}
.blog-footer-img img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.blog-footer-img{
    float: left;
}
.blog-footer-text{
   float: left;
   display: inline-block;
   margin-left: 5px;
   font-size: 14px;
}
.blog-footer-text label a{
    color: #fff;
}
.blog-footer-text label a:hover{
    color: #fff;
}
.blog-footer-text span{
   display: block;
   color: #001a56;
   font-size: 13px;
}
.health-blog-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.health-blog-list li{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

ul.health-blog-list li:before {
    background: transparent;
    border: 2px solid transparent;
}
ul.navbar-nav li:before {
    background: transparent;
    border: 2px solid transparent;
}
ul.contacts-link li:before {
    background: transparent;
    border: 2px solid transparent;
}
ul.social-icons li:before {
    background: transparent;
    border: 2px solid transparent;
}
ul.footer-list-1 li:before {
    background: transparent;
    border: 2px solid transparent;
}


footer a{
    text-decoration: none;
    color: #fff;
}
footer .form-control{
    border-radius: 0;
    background: #06213a;
}

.navbar-expand-lg .navbar-nav .nav-link.conatct-btn {
    background: transparent;
    border: 0;
    color: #001a56;
    text-align: center;
    padding: 3px 15px;
    margin-left: 0px;
    margin-top: 3px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #001a56;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 40px;
}

.navbar-expand-lg .navbar-nav .nav-link.conatct-btn:hover, .conatct-btn:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    background: #001a56;
    border: 1px solid #001a56;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: #001a56;
    font-weight: bold;
    border-bottom: 3px solid #001a56;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #001a56;
    border-bottom: 3px solid #001a56;
}
.navbar-light .navbar-nav .nav-link {
    border-bottom: 3px solid transparent;
}
.navbar-light .navbar-nav .nav-item{
    margin: 0 5px;
    padding-left: 0;
}
.main-menu{ 
    box-shadow: 5px 0px 15px 0px #ccc;
}

.soc-box:hover{
    border: 1px solid #001a56;
}
.soc-text:hover label{
    color: #001a56;
}
.soc-text a{
    font-weight: bold;
}
.soc-img {
    overflow: hidden;
    margin: 0 auto;
}
   
.soc-img img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
   
.soc-img:hover img {
    transform: scale(1.5);
}
.soc-box:hover .soc-img img{
    transform: scale(1.5);
}
 
.breakthrough-cases .media {
    overflow: hidden;
    margin: 0 auto;
}
   
.breakthrough-cases .media img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
   
.breakthrough-cases .media:hover img {
    transform: scale(1.5);
}
.breakthrough-cases .card.slick-slide:hover .media img{
    transform: scale(1.5);
}


.hover-box-img {
    overflow: hidden;
    margin: 0 auto;
}
   
.hover-box-img img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
   
.hover-box-img:hover img {
    transform: scale(1.5);
}


.main-img {
    overflow: hidden;
    margin: 0 auto;
}
   
.main-img img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
.big-left-box:hover .main-img img {
    transform: scale(1.5);
}
   
.main-img:hover img {
    transform: scale(1.5);
}
.our-team .card.slick-slide:hover{
    background: #001a56;
}
.our-team .card.slick-slide:hover .card-title{
    color: #fff;
}
.our-team .card.slick-slide:hover .card-title a{
    color: #fff;
}
.our-team .card.slick-slide:hover label{
    color: #fff;
}

.graduates .card.slick-slide:hover{
    background: #001a56;
}
.graduates .card.slick-slide:hover .card-title{
    color: #fff;
}
.graduates .card.slick-slide:hover .card-title a{
    color: #fff;
}
.graduates .card.slick-slide:hover span{
    color: #fff;
}
.mob-view-only{
    display: none !important;
}
.desktop-view-only{
    display: block !important;
}
.text-sph{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-brand .sph-logo{
    width: auto;
    border-left: 2px solid #ccc;
    padding-left: 15px;
    margin-left: 13px;
}
.internal-banner{
    position: relative;
    z-index: 1;
}
.breadcrum-bg{
    background: rgb(255 255 255 / 88%);
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 5px 0px 15px 0px #ccc;
}
.breadcrumb{
    margin-bottom: 0;
}
.internal-page-heading{
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    text-align: right;
}
.doctor-img img{
    width: 100%;
    max-height: 260px;
    min-height: 260px;
    overflow: hidden;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    object-position: top;
}
.doc-pro-box{
    border-radius: 5px;
    margin-bottom: 30px;
}
.doc-pro-box label{
    font-weight: bold;
    margin-bottom: 7px;
}
.doc-pro-box i{
    color: #001a56;
}
.graduates-box {
    box-shadow: 5px 0px 15px 0px #ccc;
}
.graduates-img {
    padding-top: 0;
}

.graduates-img img {
    width: 100%;
    max-height: 250px;
    min-height: 250px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}
.graduates-text{
    padding: 15px;
    text-align: center;
}
.graduates-text a{
    text-decoration: none;
    color: #2f2f2f;
}
.graduates-title{
    color: #2f2f2f;
    font-size: 0.9rem;
    font-family: 'montserratbold';
    font-weight: normal;
    margin-bottom: 0;
}

.table>thead{
    background: #001a56;
    color: #fff;
}
.sidebar-right{
    background: #eeffdc;
    padding: 15px;
    box-shadow: 6px 0px 15px 1px #dcdcdc;
}
.form-control{
    border-radius: 0;
}
.doctor-speak .video-img{
    margin-bottom: 30px;
}
.user-comments{
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    box-shadow: 2px 2px 15px 2px #dad9d9;
}
.user-comments:before{
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #e7ffcb;
  border-left: 50px solid transparent;
  position: absolute;
  left: -50px;
  top: 20%;
}
.hr-row{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-top: 30px;
}
.publish-metadata{
    font-size: 13px;
}
.publish-metadata i{
    color: #001a56;
}
.photo-count{
    position: absolute;
    top: 20%;
    right: 0;
    background: rgb(28 116 141 / 85%);
    padding: 7px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.photo-count:hover{
    color: #fde0e0;
    background: #001a56;
}
.btn-close{
    color: #fff;
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 24px;
    z-index: 2;
    padding: 0px 5px 8px 5px;
    background: #000;
}
.btn-close:hover{
    color: #fff;
}
.photo-modal .btn-close {
    right: -45px;
    top: -35px;
}
#video_modal .btn-close {
    right: -45px;
    top: -35px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #001a56;
}
.modal-body{
    position: relative;
}
#desktop-nav{
    border: 1px solid #ccc;
    padding: 3px 10px 2px 10px;
    line-height: 1;
    display: inline-block;
    font-size: 24px;
    float: left;
    position: relative;
    top: 10px;
}
.menu_toggle{
    padding: 10px 0;
}
body.active-drop {overflow:hidden}
body.active-drop .desktop-menu{
    -ms-transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.mm-menu_offcanvas.mm-menu_opened {
    z-index: 2;
}
.menu_toggle{
    display: none;
}
ul.mm-listview li:before{
    background: transparent;
    border: 2px solid transparent;
}
.mobi-logo .navbar-brand img{
    width: 150px;
    max-height: initial;
}
.mobi-logo .navbar-brand .sph-logo{
    width: 60px;
}
.mm-panels > #mm-1.mm-panel {
    top: 35px !important;
}
.mm-menu {
    background: #000;
}
.mm-listitem, .mm-listitem .mm-btn_next, .mm-listitem .mm-btn_next:before, .mm-listitem:after, .mm-listview {
    border-color: #565656;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    background: #001a56;
}
.mobile-normal-logo.navbar-brand{
    margin-right: 0;
}
.mobile-normal-logo.navbar-brand img{
    width: 175px;
}
.mobile-normal-logo.navbar-brand .sph-logo{
    width: 66px;
}

.counter-achive{
    padding: 40px 0;
    background: url(../images2/counter-achive.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-achive ul li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #fff;
}
.counter-achive ul li:last-child {
    border-right: 1px solid transparent;
}
.counter-achive ul li:before {
    background: transparent;
    border: 1px solid transparent;
}
.counter-achive ul li i{
    font-size: 30px;
}
.counter-achive ul li label{
    font-size: 26px;
    font-family: "montserratbold";
    font-weight: normal;
    margin-top: 5px;
}
.counter-achive ul li span{
    font-size: 14px;
}
.counter-achive ul li i, .counter-achive ul li label, .counter-achive ul li span {
    display: block;
    color: #fff;
}

.hr-dashed{
    border: 1px dashed #ccc;
}


#button {
  display: inline-block;
  background-color: #fd0028;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}
#button:before {
  content:"\f35b";
  font-family:"Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.photos img{
    margin-bottom: 30px;
    border-radius: 10px;
}
#lightbox {
    flex-flow: column-reverse;
    display: flex;
}
.sidebar-right h3 a {
    font-size: 0.9rem;
}
.sidebar-right h3 {
    font-size: 18px;
}


.service-box img {
    height: 50px;
}


.service-box {
    height: 100%;
    padding: 15px;
    
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 15px;
    background: #fff;
}


/*sticky icon*/


.floating-btn-2 {
    position: fixed;
    bottom: 95px;
    right: -15px;
    width: 172px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.floating-btn-2 a {
    text-decoration: none;
}


.floating_btn {
    position: fixed;
    bottom: 95px;
    left: -15px;
    width: 172px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
}


.floating_btn a{
    text-decoration: none;
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*Start Media Query*/
@media only screen and (max-width: 1400px) and (min-width: 1024px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonials .carousel-caption{
        width: 100%;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev{
        left: 0;
        z-index: 1000;
    }
    .navbar-expand-lg .navbar-nav .nav-link.conatct-btn{
        margin: 0;
        width: 100%;
    }
    #demo-2 {
        position: absolute;
        top: 103px;
        right: 15px;
    }
    footer {
        padding: 25px 0;
        background: #0c233a;
        border-top: 8px solid #001a56;
        padding-bottom: 0;
    }
    footer .col-md-3{
        margin-bottom: 30px;
    }
    .copyright {
        margin-top: 0;
        font-size: 14px;
    }
    .big-label{
        margin-top: 20px;
    }
    .hover-box-img{
        margin-bottom: 15px;
    }
    .patients-speak .col-md-6{
        margin-bottom: 30px;
    }
    .contacts-link {
        text-align: center;
    }
    .top-header .text-end{
        text-align: center !important;
    }
    .top-header .text-start{
        text-align: center !important;
    }
    .top-header .social-icons{
        margin-top: 10px;
    }
    .mob-view-only{
        display: block !important;
    }
    .desktop-view-only{
        display: none !important;
    }
    #carouselExampleCaptions .carousel-caption {
        width: 100%;
        top: 5%;
    }
    #carouselExampleCaptions .carousel-caption h2 {
        font-size: 22px;
    }
    #carouselExampleCaptions .carousel-caption {
        right: 0;
        left: 0;
        padding: 15px;
    }
    .navbar-light .navbar-toggler {
        color: #001a56;
    }
    .navbar-brand img {
        width: 230px;
    }
    .internal-page-heading {
        text-align: center;
        top: 20%;
    }
    .sidebar-right{
        margin-top: 30px;
    }
    .doctor-img img {
        max-height: 320px;
        min-height: 320px;
        object-position: top;
    }
    .graduates-img img {
        max-height: 320px;
        min-height: 320px;
    }
    .desktop-menu{
        display: none;
    }
    .menu_toggle{
        display: block;
        text-align: center;
    }
    #button {
        margin: 30px;
      }
     
    
      
      
}