/*
* -----------------------------------------------------------
Template Name : Promedi
Author Name   : EnvyTheme
Version       : 1.0
* ----------------------------------------------------------
*/

/*-----------------
01- Global Styles
02- Class Helper
03- Preloader
04- Main Header Styles
05- Navbar Styles
06- Hero Slider Styles
07- Welcome Styles
08- Services Styles
09- About Section Styles
10- Departments Section Styles
11- Video Section Styles
12- Counter Section Styles
13- Our Expert Doctors Section Styles
14- Appointment Section Styles
15- Patient Feedback Section Styles
16- Call to Action Styles
17- CTA area Styles
18- Latest News Section Styles
19- Newsletter Section Styles
20- Page Title Styles
21- Blog Details Styles
22- Department Details Styles
23- Doctors Details Styles
24- Contact Styles
25- Pagination Styles
26- Sidebar Styles
27- FAQ Styles
28- Error Styles
29- Footer Styles
30- Back To Top Button Styles
---------------------*/

/*
01- Global Styles
------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
body {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 28px;
    word-wrap: break-word;
}

a {
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    color: #666666;
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    -webkit-transition: all .5s;
    transition: all .5s;
}

button:focus {
    outline: 0;
}

img {
    max-width: 100%;
}

.default-btn {
    background-color: #0b580ec2;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #0b580ec2;
    cursor: pointer;
    padding: 8px 30px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
}

.default-btn:hover {
    background-color: #164687;
    border: 1px solid #164587;
    color: #ffffff;
}

.section-title {
    margin-bottom: 70px;
    margin-top: -8px;
    text-align: center;
}

.section-title h2 {
    font-size: 44px;
    margin-bottom: 44px;
    position: relative;

}

/* .section-title h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 75px;
    height: 3px;
    margin: 0 auto;
    background: #458048;
    right: 0;
    border-radius: 5px;
} */

.section-title p {
    max-width: 700px;
    font-size: 19px;
    margin: 0 auto 0;
    width: 100%;
}

.white-title h2 {
    color: #ffffff;
}

.white-title h2::before {
    background: #ffffff;
}

.white-title p {
    color: #ffffff;
}

.form-control {
    height: 45px;
    border-color: #ffffff;
    padding: 8px 15px;
    border-radius: 5px;
}

.form-control::-webkit-input-placeholder {
    color: #777777;
}

.form-control:-ms-input-placeholder {
    color: #777777;
}

.form-control::-ms-input-placeholder {
    color: #777777;
}

.form-control::placeholder {
    color: #777777;
}

.form-control:-ms-input-placeholder {
    color: #777777;
}

.form-control::-ms-input-placeholder {
    color: #777777;
}

.form-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

textarea.form-control {
    min-height: 120px;
}

/*
02- Class Helper
------------------------------*/

.d-table {
    width: 100%;
    height: 100%;
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mb-minus-330 {
    margin-bottom: -330px;
}

.pt-330 {
    padding-top: 330px;
}

.mb-10 {
    margin-bottom: 10px;
}

.gray-bg {
    background-color: #f9faff;
}

.separate-line {
    border: .5px solid #eeeeee;
    margin: 10px 0;
}

/*
03- Preloader Styles
------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 999999999999;
    text-align: center;
}

.preloader .lds-heart {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
}

.preloader .lds-heart div {
    top: 23px;
    left: 19px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: #396cf0;
    -webkit-animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.preloader .lds-heart div::after,
.preloader .lds-heart div::before {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background: #396cf0;
}

.preloader .lds-heart div::before {
    left: -17px;
    border-radius: 50% 0 0 50%;
}

.preloader .lds-heart div::after {
    top: -17px;
    border-radius: 50% 50% 0 0;
}

@-webkit-keyframes lds-heart {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    5% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    39% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes lds-heart {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    5% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    39% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

/*
04- Main Header Styles
------------------------------*/

.main-header {
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}

.header-info-text {
    padding: 20px 0;
    background: #1a4b8f;
}

.header-info-text .contact-info {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header-info-text .contact-info li {
    display: inline-block;
    color: #ffffff;
    line-height: 26px;
    margin-right: 15px;
}

.header-info-text .contact-info li i {
    padding-right: 3px;
}

.header-info-text .contact-info li:last-child {
    margin-right: 0;
}

.header-info-text .social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.header-info-text .social-links li {
    display: inline-block;
    margin-left: 5px;
}

.header-info-text .social-links li i {
    background-color: #ffffff;
    color: #0e9347;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.header-info-text .social-links li i:hover {
    background-color: #396cf0;
    color: #ffffff;
}

/*
05- Navbar Styles
------------------------------*/

/* .navbar-container {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
} */
.navbar-container {
    max-width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: center;
    margin-right: auto;
    background: #fff;
}
.navbar-light {
    background-color: #ffffff;
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #333333c7;
    padding-right: 12px;
    padding-left: 12px;
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #396cf0;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #396cf0;
}

.navbar-light .navbar-nav .dropdown-menu {
    padding: 0px 0;
    margin: 0 0 0;
    border: 0px solid transition !important;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    border-bottom: 1px dashed #f5f5f5;
    padding: 2px 7px;
    font-size: 15px;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #396cf0;
    background-color: #f9faff;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #396cf0;
    background-color: #f9faff;
}

@media only screen and (min-width: 991px) {
    /* .navbar-light .dropdown .dropdown-menu {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        overflow: hidden;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        display: block;
        width: 260px;
    } */
    .navbar-light .dropdown .dropdown-menu {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        overflow: hidden;
        position: absolute;
        left: -366px !important;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        display: block;
        width: 810px !important;
    }
    .navbar-light .dropdown:hover>.dropdown-menu {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .navbar-light .collapse ul li {
        position: relative;
    }
}

.is-sticky {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-left: 100px ;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    max-width: 100%;
    background: #fff; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.appointment-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.appointment-inline .appointment-btn {
    background-color: #396cf0;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 20px;
}

.appointment-inline .appointment-btn:hover {
    background-color: #333333;
    color: #ffffff;
}

/*
06- Hero Slider Styles
------------------------------*/

.hero-slider .hs-item {
    height: 750px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hero-slider .hs-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005c;
    opacity: .4;
}

.hero-slider .hs-item .hero-text {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    width: 100%;
}

.hero-slider .hs-item .hero-text h1 {
    color: #ffffff;
    text-shadow: 1px 1px black;
    margin: 0;
    font-weight: bold;
    font-size: 44px;
}

.hero-slider .hs-item .hero-text .default-btn {
    margin: 25px 4px 0;
}

.hero-slider .hs-item-bg1 {
    background-image: url("../../assets/img/banner-1/pgs.jpg");
}

.hero-slider .hs-item-bg2 {
    background-image: url("../../assets/img/banner-1/pgs-2.jpg");
}

.hero-slider .hs-item-bg3 {
    background-image: url("../../assets/img/banner-1/pgs-3.jpg");
}

.hero-slider button.owl-prev,
.hero-slider button.owl-next {
    position: absolute;
    left: 50px;
    top: 50%;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    width: 50px;
    height: 50px;
    margin: -45px 0 0 0 !important;
    font-size: 25px !important;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.hero-slider button.owl-prev:hover,
.hero-slider button.owl-next:hover {
    background-color: #396cf0 !important;
    color: #ffffff !important;
    border-color: #396cf0 !important;
}

.hero-slider button.owl-next {
    left: auto;
    right: 50px;
}

.hero-slider .owl-item.active h1 {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active .default-btn {
    -webkit-animation: 1s .3s fadeInDown both;
    animation: 1s .3s fadeInDown both;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

/*
07- Welcome Styles
----------------------------*/

.single-box {
    position: relative;
    padding-left: 60px;
}

.single-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #396cf0;
    font-size: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.single-box:hover .icon {
    -webkit-animation: toTopFromBottom 0.5s forwards;
    animation: toTopFromBottom 0.5s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    51% {
        opacity: 1;
    }
}

.welcome-inner-content {
    margin-top: 70px;
}

.welcome-inner-content span {
    text-transform: uppercase;
    display: block;
    margin-top: -4px;
    font-size: 14px;
    color: #396cf0;
}

.welcome-inner-content h3 {
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 33px;
}

.welcome-inner-content p {
    margin-bottom: 0;
}

.welcome-inner-content ul {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    list-style-type: none;
}

.welcome-inner-content ul li {
    position: relative;
    color: #666666;
    margin-bottom: 10px;
    padding-left: 23px;
    float: left;
    width: 40%;
}

.welcome-inner-content ul li:last-child {
    margin-bottom: 0;
}

.welcome-inner-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    background: #396cf0;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/*
08- Services Styles
----------------------------*/

.services-box {
    margin-top: -162px;
    z-index: 999;
    position: relative;
    background-color: #ffffff;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px 0;
    border: 1px solid #eeeeee;
}

.single-card {
    border: 1px solid #ffffff;
    background: #1b4b8d;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-card .thumb-img {
    position: relative;
}

.single-card .thumb-img img {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
}

.single-card .thumb-img::before {
    content: '';
    position: absolute;
    background-color: #458048;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 3px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    -webkit-transition: .4s;
    transition: .4s;
}

.single-card .caption-text {
    padding: 8px 20px;
    color: #fff;
    /* height: 230px; */
}

.single-card .caption-text h3 {
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 15px;
}

.single-card .caption-text p {
    margin: 0;
    color: #fff;
}
.single-card:hover .caption-text p {
    margin: 0;
    color: #080202ad;
}

.single-card .caption-text .designation {
    color: #396cf0;
    display: block;
}

.single-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    background: #ffffff;
    border-color: #ffffff;
}

.single-card:hover .caption-text h3 {
    color: #458048;
}

.services-section {
    background-attachment: fixed;
    background-image: url(../../assets/img/bg.png);
    padding-bottom: 70px;
}

.single-services {
    margin-bottom: 30px;
    text-align: center;
    background: #19498a3b;
    padding: 30px;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-services .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 65px;
    border: 2px solid #19498a;
    border-radius: 50%;
    font-size: 30px;
    position: relative;
    color: #19498a;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-services .icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #19498a;
    z-index: -1;
    opacity: 0;
    border-radius: 3px;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    z-index: -1;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-services h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.single-services:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-services:hover .icon {
    color: #ffffff;
}

.single-services:hover .icon::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*
09- About Section Styles
------------------------------------*/

.about-section .about-us-img {
    -webkit-clip-path: polygon(3% 18%, 0 0, 20% 2%, 76% 2%, 100% 0, 97% 19%, 96% 80%, 100% 100%, 80% 96%, 18% 96%, 0 100%, 3% 82%);
    clip-path: polygon(3% 18%, 0 0, 20% 2%, 76% 2%, 100% 0, 97% 19%, 96% 80%, 100% 100%, 80% 96%, 18% 96%, 0 100%, 3% 82%);
}

.about-section .about-us-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.about-section .about-us-text .default-btn {
    margin-top: 10px;
}

/*
10- Departments Section Styles
------------------------------------*/

.department-section .single-department {
    text-align: center;
    margin-bottom: 50px;
}

.department-section .single-department i {
    font-size: 35px;
    background-color: #eaeaea;
    color: #174788;
    height: 75px;
    width: 75px;
    display: inline-block;
    line-height: 75px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.department-section .single-department:hover i {
    background-color: #0b580ec2;
    color: #ffffff;
}

.department-section .single-department h3 {
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #000;
}

.department-section .single-department p {
    margin: 0;
}

.tab .tabs {
    list-style-type: none;
    padding-left: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.tab .tabs li {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.tab .tabs li a {
    display: block;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    background: #ffffff;
    border-radius: 3px;
    padding: 25px 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3b566e;
    position: relative;
    z-index: 1;
}

.tab .tabs li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #396cf0;
    z-index: -1;
    opacity: 0;
    border-radius: 3px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.tab .tabs li a i {
    color: #396cf0;
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
}

.tab .tabs li a:hover,
.tab .tabs li a:hover i {
    color: #ffffff;
}

.tab .tabs li a:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tab .tabs li:first-child a {
    border-radius: 30px 0 0 0;
}

.tab .tabs li:first-child a::before {
    border-radius: 30px 0 0 0;
}

.tab .tabs li:last-child a {
    border-radius: 0 30px 0 0;
}

.tab .tabs li:last-child a::before {
    border-radius: 0 30px 0 0;
}

.tab .tabs li.current a,
.tab .tabs li.current a i {
    color: #ffffff;
}

.tab .tabs li.current a::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tab .tab_content .tabs_item {
    display: none;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.tab .tab_content .tabs_item:first-child {
    display: block;
}

.tab .tab_content .tabs_item .tabs_item_content {
    padding: 43px 0;
}

.tab .tab_content .tabs_item .tabs_item_content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.tab .tab_content .tabs_item .tabs_item_content ul {
    padding: 0;
    margin: 15px 0 20px 0;
    list-style-type: none;
}

.tab .tab_content .tabs_item .tabs_item_content ul li {
    position: relative;
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 25px;
}

.tab .tab_content .tabs_item .tabs_item_content ul li:last-child {
    margin-bottom: 0;
}

.tab .tab_content .tabs_item .tabs_item_content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    background: #396cf0;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/*
11- Video Section Styles
------------------------------------*/

.video-section {
    background-color: #1d4e8f;
    position: relative;
}

.video-section .video-content {
    background-image: url(../img/video-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 450px;
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

.video-section .video-content:before {
    content: '';
    position: absolute;
    background-color: #000000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .3;
    border-radius: 5px;
}

.video-section .video-content .play-video {
    position: relative;
    background-color: #ffffff;
    color: #396cf0;
    height: 100px;
    display: inline-block;
    width: 100px;
    line-height: 100px;
    font-size: 50px;
    border-radius: 50%;
    /* padding-left: 10px; */
}

.video-section .video-content .play-video:hover {
    background-color: #1e4e8f;
    color: #ffffff;
}

.sonar-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 8rem 0;
}

.sonar-wrapper .sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 9999px;
    background-color: HSL(45, 100%, 50%);
}

.sonar-wrapper .sonar-emitter .sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: HSL(45, 100%, 50%);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-animation: sonarWave 2s linear infinite;
    animation: sonarWave 2s linear infinite;
}

@-webkit-keyframes sonarWave {
    from {
        opacity: 0.6;
    }
    to {
        transform: scale(4);
        -webkit-transform: scale(4);
        opacity: 0;
    }
}

@keyframes sonarWave {
    from {
        opacity: 0.6;
    }
    to {
        transform: scale(4);
        -webkit-transform: scale(4);
        opacity: 0;
    }
}

/*
12- Counter Section Styles
------------------------------------*/

.counter-section .single-counter {
    text-align: center;
    margin-bottom: 30px;
}

.counter-section .single-counter i {
    color: #396cf0;
    font-size: 45px;
}

.counter-section .single-counter h3 {
    font-size: 40px;
    margin: 20px 0 6px;
}

.counter-section .single-counter p {
    font-size: 17px;
}

/*
13- Expert Doctors Section Styles
------------------------------------*/

.owl-theme-2 button.owl-prev,
.owl-theme-2 button.owl-next {
    position: absolute;
    left: -30px;
    top: 50%;
    background-color: #eeeeee !important;
    border: 1px solid #eeeeee !important;
    color: #396cf0 !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    margin: -45px 0 0 0 !important;
    font-size: 25px !important;
}

.owl-theme-2 button.owl-prev:hover,
.owl-theme-2 button.owl-next:hover {
    background-color: #396cf0 !important;
    border: 1px solid #396cf0 !important;
    color: #ffffff !important;
}

.owl-theme-2 button.owl-next {
    left: auto;
    right: -30px;
}

.hover-social {
    position: absolute;
    top: 0;
    background: #f5f5dc4d;
    height: 0%;
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    -webkit-transition: .6s;
    transition: .6s;
}

.hover-social ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hover-social ul li {
    display: inline-block;
    margin: 0 3px;
}

.hover-social ul li i {
    background-color: #ffffff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: .5s;
    transition: .5s;
}

.hover-social ul li i:hover {
    background-color: #333333;
    color: #ffffff;
}

.single-card {
    margin-bottom: 30px;
}

.single-card:hover .hover-social {
    height: 100%;
}

/*
14- Appointment Area Styles
------------------------------------*/

.appointment-area {
    background-color: #19498a;
}

.appointment-area .contant-number {
    background-image: url(../img/img-4.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: relative;
}

.appointment-area .contant-number h3 {
    margin: 0;
    position: absolute;
    bottom: 100px;
    right: 0;
    background: rgb(27 75 141);
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
    padding: 25px 20px;
    line-height: 0;
}

.appointment-area .appointment-form {
    max-width: 670px;
    padding-top: 90px;
    padding-bottom: 100px;
    padding-left: 50px;
}

.appointment-area .appointment-form .title {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 30px;
}

.book-now-btn {
    background-color: #ffffff;
    color: #396cf0;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 20px;
}

.book-now-btn:hover {
    background-color: #1b4b8d;
    color: #ffffff;
}

/*
15- Patient feedback Styles
------------------------------------*/

.single-feedback {
    border: 1px solid #e3f6fd;
    padding: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-feedback:hover {
    border-color: #396cf0;
}

.single-feedback .feedback-text {
    background-color: #e3f6fd;
    padding: 25px;
    text-align: center;
}

.single-feedback .feedback-text i {
    color: #396cf0;
    font-size: 50px;
}

.single-feedback .feedback-text p {
    margin: 15px 0 20px;
}

.single-feedback .profile-content img {
    width: 80px;
    border-radius: 50%;
    margin: auto;
    border: 3px solid #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-feedback .profile-content h4 {
    margin: 15px 0 0;
    font-size: 16px;
}

.single-feedback:hover .profile-content img {
    border-color: #396cf0;
}

.feedback-carousel .owl-item.active.center .single-feedback {
    border-color: #396cf0;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.feedback-carousel .owl-item.active.center .single-feedback .profile-content img {
    border-color: #396cf0;
}

/*
16- Call to Action Styles
------------------------------------*/

.call-to-action {
    background-image: url("../../assets/img/slider/1.jpg");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.call-to-action::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #073d85;
    opacity: .9;
    z-index: -1;
}

.call-to-action .call-to-action-text {
    position: relative;
    padding-left: 75px;
}

.call-to-action .call-to-action-text i {
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.call-to-action .call-to-action-text h3 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 5px;
}

.call-to-action .call-to-action-text p {
    color: #ffffff;
}

.call-to-action .call-to-action-text p span {
    font-weight: 900;
}

.call-to-action .col-lg-3 {
    text-align: right;
}

.call-to-action .default-btn {
    background-color: #ffffff;
    border-color: #ffffff;
    margin-top: 7px;
    color: #396cf0;
}

.call-to-action .default-btn:hover {
    background-color: #ffffff;
    border-color: #333333;
    color: #ffffff;
}

.call-to-action:hover .call-to-action-text i {
    -webkit-animation: toTopFromBottom 0.5s forwards;
    animation: toTopFromBottom 0.5s forwards;
    color: #ffeb3b;
}

/*
17- CTA area Styles
------------------------------------*/

.cta-area {
    position: relative;
}

.cta-area .cta-text-content {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.cta-area .cta-text-content h3 {
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    margin: 0;
}

.cta-area .cta-text-content p {
    font-size: 20px;
    margin: 15px 0 0px;
}

.cta-area .cta-text-content .cta-contant {
    font-size: 35px;
    font-weight: bold;
    color: #396cf0;
    margin-top: 25px;
}

.cta-area .cta-doctor-img {
    position: absolute;
    bottom: 0;
}

.cta-area .cta-doctor-img img {
    max-width: 210px;
}

/*
18- Latest News Section Styles
------------------------------------*/

.actical-card .caption-text h3 {
    margin-top: -5px;
}

.actical-card .caption-text h3 a {
    color: #212529;
    line-height: 28px;
}

.actical-card .caption-text h3 a:hover {
    color: #396cf0;
}

.actical-card .caption-text .read-more {
    color: #396cf0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
    line-height: 16px;
}

.actical-card .caption-text .read-more i {
    font-size: 16px;
}

.actical-card .caption-text .read-more:hover i {
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-left: 5px;
}

.actical-card .meta-tag {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

.actical-card .meta-tag li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    color: #666666;
}

.actical-card .meta-tag li::before {
    content: '';
    background-color: #ebebeb;
    width: 1px;
    height: 15px;
    position: absolute;
    right: -10px;
    top: 7px;
}

.actical-card .meta-tag li:last-child {
    margin-right: 0;
}

.actical-card .meta-tag li:last-child::before {
    display: none;
}

.actical-card .meta-tag li.author {
    position: relative;
    padding-left: 40px;
}

.actical-card .meta-tag li.author img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 30px !important;
    height: 30px;
}

.actical-card .meta-tag li.author a {
    color: #396cf0;
}

.actical-card .meta-tag li.author a:hover {
    text-decoration: underline;
}

/*
19- Newsletter Section Styles
------------------------------------*/

.newsletter-section {
    background-image: url("../img/newsletter-bg.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(21% 0, 100% 8%, 100% 100%, 50% 100%, 0 100%, 0 9%);
    clip-path: polygon(21% 0, 100% 8%, 100% 100%, 50% 100%, 0 100%, 0 9%);
}

.newsletter-section::before {
    content: '';
    background: #396cf0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .9;
}

.newsletter-section .section-title {
    position: relative;
}

.newsletter-section .subscribe-from {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-section .subscribe-from .form-control {
    border-radius: 30px;
    padding: 5px 25px;
    height: 50px;
    border: none;
}

.newsletter-section .subscribe-from .submit-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    height: 50px;
    padding: 5px 25px;
    line-height: 0;
    color: #396cf0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.newsletter-section .subscribe-from .submit-btn:hover {
    color: #333333;
}

.newsletter-section .subscribe-from .validation-danger {
    margin-top: 10px;
    color: #ffffff;
}

.newsletter-section .subscribe-from .validation-success {
    margin-top: 10px;
    color: #ffffff;
}

/*
20- Page Title Styles
------------------------------------*/

.page-title {
    /* background-image: url(../../assets/img/about-banner.jpg); */
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    /* padding-top: 244px;
    padding-bottom: 60px; */
    /* padding-top: 237px;
    padding-bottom: 167px; */
    padding-top: 202px;
    padding-bottom: 161px;
}
.page-1{
    background-image: url('../img/banner-1/about\ ban.jpg');
}
.page-2 {
    background-image: url('../img/banner-1/Anesthesiology.jpg');
}
.page-3 {
    background-image: url('../img/banner-1/Clinical haematology.jpg');
}
.page-4 {
    background-image: url('../img/banner-1/Dentistry.jpg');
}
.page-5 {
    background-image: url('../img/banner-1/Dermatology.jpg');
}
.page-6 {
    background-image: url('../img/banner-1/Diabetology and endocrinology.jpg');
}
.page-7 {
    background-image: url('../img/banner-1/cardiac ban.jpg');
}
.page-8 {
    background-image: url('../img/banner-1/ENT.jpg');
}
.page-9 {
    background-image: url('../img/banner-1/Fertility care.jpg');
}
.page-10 {
    background-image: url('../img/banner-1/General medicine.jpg');
}
.page-11 {
    background-image: url('../img/banner-1/general ban.jpg');
}
.page-12 {
    background-image: url('../img/banner-1/ortho ban.jpg');
}
.page-13 {
    background-image: url('../img/banner-1/opthomol ban.jpg');
}
.page-14 {
    background-image: url('../img/banner-1/obstetrics and gynecology 1.jpg');
}
.page-15 {
    background-image: url('../img/banner-1/emergency ban 1.jpg');
}
.page-16 {
    background-image: url('../img/banner-1/Contact.jpg');
}
.page-17 {
    background-image: url('../img/banner-1/Medical Tourism.jpg');
}
.page-18 {
    background-image: url('../img/banner-1/EECP.jpg');
}
.page-19 {
    background-image: url('../img/banner-1/why cbe.jpg');
}
.page-20 {
    background-image: url('../img/banner-1/Revamp.jpg');
}
.page-21 {
    background-image: url('../img/banner-1/Laparoscopic.jpg');
}
.page-22 {
    background-image: url('../img/banner-1/Paediatric.jpg');
}
.page-23 {
    background-image: url('../img/banner-1/Surgical.jpg');
}
.page-24 {
    background-image: url('../img/banner-1/Master-Health.jpg');
}
.page-25 {
    background-image: url('../img/banner-1/Critical-Care.jpg');
}
.page-26 {
    background-image: url('../img/banner-1/Laboratory-medicine.jpg');
}
.page-27 {
    background-image: url('../img/banner-1/Proctology.jpg');
}
.page-28 {
    background-image: url('../img/banner-1/Urology.jpg');
}
.page-29 {
    background-image: url('../img/banner-1/Pulmonalogy.jpg');
}

.page-30 {
    background-image: url('../img/banner-1/Doctors.jpg');
}
.page-31 {
    background-image: url('../img/banner-1/Women.jpg');
}
.page-32 {
    background-image: url('../img/banner-1/Nephrology.jpg');
}
.page-33 {
    background-image: url('../img/banner-1/Neurology.jpg');
}
.page-34 {
    background-image: url('../img/banner-1/Parenting.jpg');
}
.page-35 {
    background-image: url('../img/banner-1/Physiotherapy.jpg');
}
.page-36 {
    background-image: url('../img/banner-1/Radiology.jpg');
}
.page-37 {
    background-image: url('../img/banner-1/Sonologist.jpg');
}
.page-38 {
    background-image: url('../img/banner-1/Oncology.jpg');
}
.page-39 {
    background-image: url('../img/banner-1/Pain.jpg');
}

.page-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #0000009c; */
    opacity: .6;
    z-index: -1;
}

.page-title h2 {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 0;
    text-shadow: 3px 2px black;
}

.page-title ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.page-title ul li {
    display: inline-block;
    color: #000;
    position: relative;
    font-size: 18px;
    padding-left: 20px;
}

.page-title ul li a {
    color: #000;
}

.page-title ul li a:hover {
    color: #396cf0;
}

.page-title ul li::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 14px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

.page-title ul li:first-child {
    padding-left: 0;
}

.page-title ul li:first-child::before {
    display: none;
}

/*
21- Blog Details Styles
------------------------------------*/

.blog-details-area {
    position: relative;
}

.blog-details-area .blog-details {
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    background: #ffffff;
}

.blog-details-area .blog-details .article-img {
    position: relative;
}

.blog-details-area .blog-details .article-img .date {
    position: absolute;
    bottom: 15px;
    width: 100px;
    right: 15px;
    height: 100px;
    text-align: center;
    font-size: 25px;
    font-style: italic;
    background: #396cf0;
    color: #ffffff;
    border-radius: 5px;
    padding-top: 19px;
    line-height: 32px;
}

.blog-details-area .blog-details .article-content {
    padding: 30px;
}

.blog-details-area .blog-details .article-content ul li {
    display: inline-block;
}

.blog-details-area .blog-details .article-content ul.category {
    margin-bottom: 30px;
}

.blog-details-area .blog-details .article-content ul.category li a {
    background: #396cf0;
    color: #ffffff;
    padding: 5px 15px 3px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
}

.blog-details-area .blog-details .article-content h3 {
    font-size: 22px;
    margin-bottom: -5px;
}

.blog-details-area .blog-details .article-content p {
    margin-bottom: 0;
    margin-top: 20px;
}

.blog-details-area .blog-details .article-content .blockquote {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f4f4f4;
    padding: 30px;
    border-left: 4px solid #396cf0;
}

.blog-details-area .blog-details .article-content .blockquote p {
    margin-top: 0;
    font-size: 18px;
}

.blog-details-area .blog-details .article-content .share-post {
    text-align: center;
    margin-top: 30px;
}

.blog-details-area .blog-details .article-content .share-post ul li a {
    width: 40px;
    font-size: 15px;
    height: 40px;
    display: inline-block;
    line-height: 38px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    color: #555555;
}

.blog-details-area .blog-details .article-content .share-post ul li a:hover,
.blog-details-area .blog-details .article-content .share-post ul li a:focus {
    color: #ffffff;
    border-color: #396cf0;
    background-color: #396cf0;
}

.blog-details-area .blog-details .article-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .post-controls-buttons {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.blog-details-area .post-controls-buttons .controls-left {
    float: left;
}

.blog-details-area .post-controls-buttons .controls-right {
    float: right;
}

.blog-details-area .post-controls-buttons div a {
    border: 1px solid #eeeeee;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
}

.blog-details-area .post-controls-buttons div a:hover,
.blog-details-area .post-controls-buttons div a:focus {
    color: #ffffff;
    background: #396cf0;
    border-color: #396cf0;
}

.blog-details-area .post-comments {
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.blog-details-area .post-comments h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.blog-details-area .post-comments .single-comment {
    position: relative;
    padding-left: 95px;
    margin-top: 30px;
}

.blog-details-area .post-comments .single-comment .comment-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
}

.blog-details-area .post-comments .single-comment .comment-img img {
    border-radius: 50%;
}

.blog-details-area .post-comments .single-comment .comment-content h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.blog-details-area .post-comments .single-comment .comment-content p {
    margin-bottom: 15px;
}

.blog-details-area .post-comments .single-comment .comment-content a {
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
}

.blog-details-area .post-comments .single-comment.left-m {
    margin-left: 85px;
}

.blog-details-area .leave-a-reply {
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    margin-top: 25px;
}

.blog-details-area .leave-a-reply h3 {
    font-size: 22px;
    margin-bottom: 30px;
}

.blog-details-area .leave-a-reply .form-control {
    border: 1px solid #eeeeee;
}

/*
22- Department Details Styles
------------------------------------*/

.department-desc {
    margin-top: 30px;
}

.department-desc h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.share-department {
    margin-top: 25px;
}

.share-department h4 {
    font-size: 18px;
    margin-bottom: 13px;
}

.share-department ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.share-department ul li {
    display: inline-block;
}

.share-department ul li a {
    display: inline-block;
    margin-right: 15px;
}

.department-sidebar .department-info {
    margin-bottom: 30px;
}

.department-sidebar .department-info h4 {
    font-size: 18px;
    margin-bottom: 13px;
}

.department-sidebar .department-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.department-sidebar .department-info ul li {
    overflow: hidden;
    color: #666666;
    margin-top: 5px;
}

.department-sidebar .department-info ul li span {
    float: right;
}

.department-sidebar .department-info ul li a {
    color: #396cf0;
}

/*
23- Doctors Details Styles
------------------------------------*/

.doctors-desc {
    margin-top: 30px;
}

.doctors-desc h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.doctors-sidebar .doctors-info {
    margin-bottom: 20px;
}

.doctors-sidebar .doctors-info h4 {
    font-size: 18px;
    margin-bottom: 13px;
}

.doctors-sidebar .doctors-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.doctors-sidebar .doctors-info ul li {
    overflow: hidden;
    color: #666666;
    margin-top: 5px;
}

.doctors-sidebar .doctors-info ul li span {
    float: right;
}

.doctors-sidebar .doctors-info ul li a {
    color: #396cf0;
}

.doctors-sidebar .doctors-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.doctors-sidebar .doctors-social ul li {
    display: inline-block;
}

.doctors-sidebar .doctors-social ul li a {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    color: #396cf0;
}

/*
24- Contact Styles
------------------------------------*/

#map iframe {
    height: 480px;
    width: 100%;
    margin-bottom: -10px;
}

.contact-area .title {
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-area p {
    text-transform: uppercase;
    color: #396cf0;
}

.contact-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.contact-area .contact-info {
    margin-bottom: 30px;
}

.contact-area .contact-info ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    color: #666666;
}

.contact-area .contact-info ul li i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #396cf0;
}

.contact-area .contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-area .contact-info ul li a {
    color: #666666;
}

.contact-area .contact-info ul li a:hover {
    color: #396cf0;
}

.contact-area .opening-hours ul li {
    overflow: hidden;
    color: #666666;
    padding-right: 35px;
    margin-bottom: 5px;
}

.contact-area .opening-hours ul li span {
    float: right;
}

.contact-area .opening-hours ul li:last-child {
    margin-bottom: 0;
}

.contact-area #contactForm {
    margin-top: 25px;
}

.contact-area #contactForm .form-control {
    border: 1px solid #eeeeee;
}

.contact-area #contactForm .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.contact-area #contactForm .has-error ul li {
    color: red;
    margin-top: 5px;
}

.contact-area #contactForm .text-danger {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 20px;
}

/*
25- Pagination Styles
------------------------------------*/

.pagination-area {
    margin-top: 30px;
}

.pagination-area ul {
    padding: 0;
    margin: 0;
}

.pagination-area ul .page-item .page-link {
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0 5px;
    color: #848484;
    background-color: #ffffff;
    border-radius: 50% !important;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border: none;
}

.pagination-area ul .page-item .page-link:hover,
.pagination-area ul .page-item .page-link:focus {
    color: #ffffff;
    background: #396cf0;
}

.pagination-area ul .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination-area ul .page-item.active .page-link {
    background: #396cf0;
    color: #ffffff;
}

/*
26- Sidebar Styles
------------------------------------*/

.side-bar .widget {
    margin-bottom: 30px;
}

.side-bar .widget .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.side-bar .widget .title::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 90px;
    height: 3px;
    background: #396cf0;
}

.side-bar .quick-contact {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #eeeeee;
}

.side-bar .quick-contact h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.side-bar .quick-contact p {
    margin-bottom: 15px;
}

.side-bar .quick-contact a {
    color: #396cf0;
}

.side-bar .search-box form {
    position: relative;
}

.side-bar .search-box form .form-control {
    border: 1px solid #eee;
}

.side-bar .search-box form .default-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    height: 45px;
    width: 60px;
    cursor: pointer;
    padding: 0;
}

.side-bar .latest-post .single-post {
    overflow: hidden;
    position: relative;
    padding-left: 130px;
    margin-bottom: 20px;
}

.side-bar .latest-post .single-post .img {
    width: 115px;
    position: absolute;
    left: 0;
    top: 0;
}

.side-bar .latest-post .single-post .content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.side-bar .latest-post .single-post .content ul li {
    font-size: 15px;
    color: #848484;
}

.side-bar .latest-post .single-post .content ul li:last-child {
    margin-right: 0;
}

.side-bar .latest-post .single-post .content ul li a {
    font-size: 14px;
    color: #396cf0;
}

.side-bar .latest-post .single-post .content h4 {
    margin-top: 5px;
    line-height: 1.5;
    margin-bottom: 0;
}

.side-bar .latest-post .single-post .content h4 a {
    font-size: 15px;
    display: inline-block;
    color: #333333;
}

.side-bar .latest-post .single-post .content h4 a:hover {
    color: #396cf0;
}

.side-bar .categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.side-bar .categories ul li {
    margin-bottom: 12px;
}

.side-bar .categories ul li:last-child {
    margin-bottom: 0;
}

.side-bar .categories ul li a {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
}

.side-bar .categories ul li a:hover {
    color: #396cf0;
    padding-left: 5px;
}

.side-bar .popular-tags ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.side-bar .popular-tags ul li {
    display: inline-block;
    margin-top: 5px;
}

.side-bar .popular-tags ul li a {
    border-bottom: 3px solid #396cf0;
    font-weight: 700;
    font-size: 15px;
    padding: 6px 14px;
    color: #333333;
    background: #eeeeee;
    display: inline-block;
}

.side-bar .popular-tags ul li a:hover {
    color: #ffffff;
    background: #396cf0;
}

/*
27- FAQ Styles
------------------------------------*/

.single-questions {
    margin-bottom: 30px;
}

.single-questions h4 {
    font-size: 20px;
    margin-bottom: 18px;
}

.faq-contact {
    text-align: center;
    margin-top: 40px;
    padding: 40px 30px;
    background: #ffffff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.faq-contact h3 {
    font-size: 22px;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.faq-contact .form-control {
    border: 1px solid #eeeeee;
}

.faq-contact .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #396cf0;
}

.faq-contact .default-btn {
    margin-top: 10px;
}

/*
28- Error Styles
------------------------------------*/

.error-area {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.error-area .error {
    text-align: center;
}

.error-area .error h2 {
    font-size: 100px;
    font-weight: 700;
}

.error-area .error h4 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px;
}

.error-area .error p {
    margin-bottom: 25px;
}

/*
29- Footer Styles
------------------------------------*/

.footer-widget {
    margin-top: -4px;
}

.footer-widget .footer-logo {
    margin-bottom: 20px;
    display: inline-block;
}

.footer-widget h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.footer-widget .socials-links {
    list-style-type: none;
    padding: 5px;
    margin: 20px 0 0;
    font-size: 26px;
    color: #17411d;
}

.footer-widget .socials-links li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}

.footer-widget .socials-links li a:hover {
    padding: 0;
}

.footer-widget .socials-links li i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    background: #396cf0;
    color: #ffffff;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-widget .socials-links li i:hover {
    background-color: #333333;
    color: #ffffff;
}

.footer-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 9px;
}

.footer-widget ul li a {
    color: #000;
}

.footer-widget ul li a:hover {
    color: #396cf0;
    padding-left: 4px;
}

.footer-widget .foot-contact-info {
    position: relative;
    padding-left: 50px;
    margin-top: 15px;
}

.footer-widget .foot-contact-info i {
    background-color: #17411d;
    color: #ffffff;
    position: absolute;
    height: 40px;
    width: 40px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    left: 0;
    top: -6px;
}

.footer-widget .foot-contact-info p {
    line-height: 25px;
}

.bottom-footer p {
    margin: 0;
}

.bottom-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.bottom-footer ul li {
    display: inline-block;
    margin-left: 10px;
}

.bottom-footer ul li a {
    color: #666666;
}

.bottom-footer ul li a:hover {
    color: #396cf0;
}

.bottom-footer ul li:first-child {
    margin-left: 0;
}

/*
30- Back To Top Button Styles
-----------------------------------*/

#toTop {
    position: fixed;
    bottom: 20px;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 9999999;
}

#toTop i {
    background: #396cf0;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    width: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}

#toTop i:hover {
    background: #333333;
    color: #ffffff;
}

/*# sourceMappingURL=style.css.map */

/* .logo-1 {
width: 80%;
height: auto;
} */
.logo-1 {
    width: 80%;
    height: auto;
    position: relative;
    left: -270px;
}

.mtt-200 {
    margin-top: 200px;
}

.pgs-image {
        width: 100%;
        height: auto;
    }

.pt-245 {
     padding-top: 245px;
     margin-bottom: -178px;
}
.foot-1 {
    background: #d7f1db94;
    padding: 28px 0px 20px 0px;
}

.foot-2 {
    color: #000;
}

.fa-calendar-plus-o:before {
    content: "\f271";
    color: #fff;
}
.single-card:hover .fa-calendar-plus-o::before {
    content: "\f271";
    color: #458048;
}

.fa-user-md:before {
    content: "\f0f0";
    color: #fff;
}
.single-card:hover .fa-user-md:before {

    color: #458048;
}
.fa-medkit:before {
    content: "\f0fa";
    color: #fff;
}
.single-card:hover .fa-medkit:before {

    color: #458048;
}
.fa-laptop:before {
    content: "\f109";
    color: #fff;
}
.single-card:hover .fa-laptop:before {

    color: #458048;
}

.department-section .single-department:hover img {
    background-color: #1e4f9026;
    color: #ffffff;
}
.department-section .single-department img {
    font-size: 35px;
    background-color: #eaeaea;
    color: #174788;
    height: 85px;
    width: 85px;
    padding: 18px;
    display: inline-block;
    line-height: 75px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.care {
    width: 45%;
}

.ion-ios-arrow-back {
    display: none;
}

.ion-ios-arrow-forward {
    display: none;
}

.img-size {
    width: 80%;
}

.icofont-bubble-up:before {
    content: "^" !important;
}

.ptb-80 {
    padding: 36px 68px;
}

.vission {
    background: #00a4ef3d;
    padding: 20px;
    border-style: inset;
    /* border: 1px solid black; */
}

.mission {
    background: #00a4ef3d;
    padding: 20px;
    border-style: inset;
    margin-top: 28px;
    /* border: 1px solid black; */
}
.box-1 {
    /* background: #fea6a6; */
    /* padding: 15px; */
}

.box-2 {
    background: #0a264b;
    /* padding: 45px; */
    margin-top: 27px;
}

.box-3 {
    font-size: 20px;
}

/*================================================
Symptoms Area CSS
=================================================*/
.symptoms-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #f1f5fe;
    background-image: url(../img/symptoms-bg.jpg);
    background-position: -270px center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .symptoms-image {
    position: relative;
    left: -30px;
  }

  .symptoms-content {
    padding-left: 25px;
  }

  .symptoms-content .sub-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #4f87fb;
    display: block;
    font-size: 14px;
    font-weight: 600;
  }

  .symptoms-content h2 {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 800;
  }

  .symptoms-content p {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .symptoms-content ul {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .symptoms-content ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .symptoms-content ul li span {
    margin-top: 20px;
    display: block;
    background-color: #ffffff;
    position: relative;
    padding: 15px 15px 15px 55px;
    color: #130947;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0 5px 5px 0;
    z-index: 1;
    font-size: 18px;
    font-weight: 800;
  }

  .symptoms-content ul li span::before {
    width: 3px;
    height: 100%;
    z-index: -1;
    background-color: #130947;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .symptoms-content ul li span i {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #130947;
    font-size: 30px;
    background-color: #e5ecfe;
    border-radius: 50%;
  }

  .symptoms-content ul li span:hover {
    color: #ffffff;
  }

  .symptoms-content ul li span:hover::before {
    width: 100%;
  }

  .symptoms-section {
    position: relative;
    z-index: 1;
  }

  .symptoms-section.bg-white-color {
    padding-top: 40px;
  }

  .symptoms-section.bg-white-color::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    height: 60px;
    border-radius: 5px 5px 0 0;
    background-color: #ffffff;
    width: 100%;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
  }

  .symptoms-box-list {
    text-align: center;
  }

  .symptoms-box-list .box-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .symptoms-box-list .box-item .img {
    margin-bottom: 20px;
  }

  .symptoms-box-list .box-item h3 {
    margin-bottom: 12px;
    font-weight: 800;
    font-size: 22px;
  }

  .symptoms-box-list .box-item p {
    font-size: 15px;
  }

  .symptoms-box-list .box-item:nth-child(1) {
    left: 70px;
  }

  .symptoms-box-list .box-item:nth-child(3) {
    left: 70px;
  }

  .symptoms-box-list .box-item:last-child {
    margin-bottom: 0;
  }

  .row .col-lg-4:nth-child(3) .symptoms-box-list .box-item:nth-child(1) {
    left: -70px;
  }

  .row .col-lg-4:nth-child(3) .symptoms-box-list .box-item:nth-child(3) {
    left: -70px;
  }

  .symptoms-img {
    position: relative;
    left: -30px;
    text-align: center;
  }

  .symptoms-img img {
    max-width: 115%;
  }

  .symptoms-shape1 {
    position: absolute;
    right: 1%;
    top: 15%;
    z-index: -1;
  }

  .symptoms-shape1 img {
    -webkit-animation: movebounce 7s linear infinite;
            animation: movebounce 7s linear infinite;
  }

  .symptoms-shape2 {
    position: absolute;
    left: 0;
    bottom: 15%;
    z-index: -1;
  }

  .symptoms-shape2 img {
    -webkit-animation: movebounce 7s linear infinite;
            animation: movebounce 7s linear infinite;
  }
 .pb-60 {
    padding-bottom: 60px;
 }

 .vision-1 {
    font-size: 40px;
    color: #1e3062;
}

.vision-p {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    text-align: justify;
}

/* .share-1 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    position: relative;
    left: 117px;
    line-height: 31px;
    top: -82px;
} */

.share-1 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    padding: 19px 35px;
    /* position: relative; */
    /* left: 117px; */
    line-height: 31px;
    /* top: -82px; */
}
.d-flux {
    display: flex;
    justify-content: center;
}
/************************************/
/***     07. Our Services css	  ***/
/************************************/

.our-services {
    position: relative;
    background: #eff8ff;
    /* background-image: url(../images/our-service-bg.svg), linear-gradient(180deg, var(--secondary-color) 65%, var(--white-color) 35%); */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    padding: 20px 0 20px 0;
}
.our-services .icon-star-image{
	position: absolute;
	top: 40%;
	left: 0;
	transform: translate(-20px, -50%);
}

.service-item{
	position: relative;
	background-color: #fff;
	box-shadow: 0px 4px 40px 0px #0000000F;
	border-radius: 30px;
	/* height: calc(100% - 30px); */
    margin-bottom: 30px;
    padding: 50px 29px 50px;
    overflow: hidden;
    z-index: 1;
}

.service-item:before{
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: #0e384c;
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.service-item:hover:before{
    top: 0;
}

.service-item .icon-box{
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.service-item .icon-box img{
	max-width: 48px;
	transition: all 0.5s ease-in-out;
}

.service-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.service-body{
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.service-body h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
	transition: 0.5s ease-in-out;
}

.service-item:hover .service-body p,
.service-item:hover .service-body h3{
	color: #fff;
}

.service-body p{
	margin: 0;
	transition: 0.5s ease-in-out;
}

.read-more-btn{
	position: relative;
	z-index: 1;
}

.read-more-btn a{
	position: relative;
	display: inline-block;
	color: #1e84b5;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	padding-right: 35px;
	transition: all 0.5s ease-in-out;
}

.service-item:hover .read-more-btn a{
	color: #fff;
}

.service-item:hover .read-more-btn a:hover{
	color: var(--accent-color);
}

.read-more-btn a::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 10px auto;
	background-color: #1e84b5;
	border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: 0.4s ease-in-out;
}

.read-more-btn a:hover:after{
	background-size: 10px auto;
	transform: rotate(45deg);
}

.services-box-footer{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}

.our-services .container-fluid{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1e84b5;
    padding-left: 20px;
    margin-bottom: 10px;
}
.section-title h2 span {
    color: #1e84b5;
}
.sect-2 {
    font-size: 44px !important;
    font-weight: 700 !important;
    margin-bottom: 0;
}

.section-title-p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
}

.fnt-19 {
    font-size: 19px;
}
.btn-default {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    color: #fff;
    background: #1e84b5;
    text-transform: capitalize;
    padding: 14px 50px 14px 20px;
    border-radius: 99px;
    border: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-default:hover {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    color: #fff !important;
    background: #1e84b5;
    text-transform: capitalize;
    padding: 14px 50px 14px 20px;
    border-radius: 99px;
    border: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-default:hover:before {
    transform: translate(-10px, -50%) rotate(45deg);
    background-size: 10px auto;
}
.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
    transform: translate(-10px, -50%);
    transition: all 0.4s ease-in-out;
}
.btn-default::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 99px;
    background: #0e384c;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.btn-default:hover::after {
    width: 100%;
}
a:hover {
    color: #212529 !important;
}

/* visit */

/* .visit-clinic{
	position: relative;
	background: url('../img/vdo-img.jpg') no-repeat;
	background-position: center center;
	background-size: auto;
	border-radius: 40px;
	padding: 134px 0;
}

.visit-clinic::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0e384c;
	border-radius: 40px;
	opacity: 60%;
	width: 100%;
	height: 100%;
} */

.visit-clinic-content{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.visit-clinic-content .section-title h3,
.visit-clinic-content .section-title h2{
	color: #fff;
}

.visit-clinic-content .section-title h3::before{
	filter: brightness(0) invert(1);
}

.visit-clinic-btn .play-btn{
	display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    color: #1e84b5;
    background: #fff;
    text-transform: capitalize;
    padding: 14px 50px 14px 20px;
    border-radius: 99px;
    border: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
	cursor: none;
    z-index: 1;
}

.visit-clinic-btn .play-btn:hover{
	background-color: transparent;
	color: var(--white-color);
}

/* .visit-clinic-btn .play-btn::before{
    content: '\f04b';
	font-family: 'Font Awesome 6 Free';
	font-size: 12px;
	font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #1e84b5;
	color: #fff;
	border-radius: 50%;
    transform: translate(-10px, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
    transition: all 0.4s ease-in-out;
} */

.visit-clinic-btn .play-btn:hover:before{
	background-color: var(--white-color);
	color: var(--primary-color);
}

.visit-clinic-btn .play-btn::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 99px;
    background: #0e384c;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.visit-clinic-btn .play-btn:hover::after{
    width: 106%;
}
.intro-clinic-video {
    padding: 10px 0 50px;
}

/* how-we-work */

.how-we-work {
    padding: 100px 0 70px;
    background: var(--light-accent-color);
}
.section-row {
    margin-bottom: 60px;
}
.how-we-work .section-title {
    margin-bottom: 0;
    padding-right: 100px;
}
.section-row .section-title {
    margin-bottom: 0;
}
.section-title {
    /* text-align: left; */
    margin-bottom: 40px;
}
.section-title h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
}
.work-head {
    color: #212529;
}
.work-title {
    color: #212529 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.work-title-1 {
text-align: left !important;
text-transform: uppercase;
}
.work-para {
    font-size: 19px;
    color: #000000a3;
}
.work-step-item .step-item-content h3 {
    font-size: 19px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    padding-top: 9px;
    text-align: center;
}
.working-process-item {
    background: #f7f2ff;
    padding: 60px;
    position: relative;
    height: 100%;
}
.working-process-item.bg-color {
    background-color: #eed3b1;
}
.row.no-gutters > * {
    padding-right: 0px;
    padding-left: 0px;
}
.working-process-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 20px;
}
.working-process-content p {
    color: #000;
}
.working-process-step {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
}
.working-process-step h2 {
    font-size: 32px;
    color: #000;
}
.working-process-item .icon-box {
    margin-bottom: 25px;
}
.flex-center {
    display: flex;
    justify-content: center;
}

/************************************/
/***       06. About Us css	      ***/
/************************************/

.about-us{
	padding: 100px 0;
}

.about-image{
	background: url('../images/about-bg-image.svg') no-repeat;
	background-position: center center;
	background-size: auto;
	position: relative;
	margin-right: 50px;
    padding-bottom: 78px;
}

.about-img-1{
	width: 410px;
}

.about-img-2 figure,
.about-img-1 figure{
	display: block;
}

.about-img-1 img{
	aspect-ratio: 1 /0.96;
	object-fit: cover;
	border-radius: 40px;
}

.about-img-2{
	position: absolute;
	bottom: 0;
	right: 0;
}

.about-img-2 img{
	aspect-ratio: 1 /0.72;
	object-fit: cover;
	border: 7px solid var(--white-color);
	border-radius: 40px;
}

.about-experience{
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-50%, 50%);
}

.about-experience img{
	animation: rotate 30s infinite linear;
}

@keyframes rotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

.about-us-body{
	margin-bottom: 40px;
}

.about-us-body ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about-us-body ul li{
    position: relative;
    width: calc(50% - 10px);
    font-weight: 600;
    color: var(--primary-color);
    text-transform: capitalize;
    padding-left: 30px;
}

.about-us-body ul li:before{
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    color: var(--accent-color);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 3px;
    left: 0;
}

.w-icon {
    width: 12% !important;
}

.sec-10 {
    padding: 55px 10px;
}

.foot-2 a {
    color: #000;
}

.clr-w {
    color: #fff;
    text-align: center;
}
.fi-ts-anatomical-heart:before {
    content: "\e069";
    font-size: 35px !important;
}

.service-item:hover i{
    color: #fff;
}

.fi-tr-capsules:before {
    content: "\e2dd";
    font-size: 35px !important;
}
.fi-tr-blood-test-tube-alt:before {
    content: "\e1c6";
    font-size: 35px !important;
}

.fi-ts-ambulance:before {
    content: "\e05f";
    font-size: 35px !important;
}
.fi-ts-hospital:before {
    content: "\e05f";
    font-size: 35px !important;
}
.fi-ts-x-ray:before {
    content: "\f18b";
    font-size: 35px !important;
}
/* .navbar-light .collapse ul li {
    position: relative;
    left: 355px;
}

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    width: 600px !important;
    flex-basis: auto;
} */


.icofont-double-left:before {
    content: "<<" !important;
    font-size: 26px;
    font-weight: 900;
    /* background: url(../img/icons/angle-left.png); */
}
.icofont-double-right:before {
    content: ">>" !important;
    font-size: 26px;
    font-weight: 900;
}
.pt-35{
    padding-top: 28px;
}
.news {
    font-size: 37px;
    color: #15427e;
    text-align: center;
}
.date {
    font-size: 17px;
    font-weight: 400;
}
.date-1 {
    font-size: 24px;
    color: #000;
}
.read-bud {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    background: black;
    padding: 0px 14px;
    border-radius: 16px;
}
.section-1 {
    padding: 35px 0px;
}

/* div#sticky{
    position: sticky;
    top: 0;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;

} */

.fly-img {
    position: absolute;
    top: 60%;
    left: -7%;
    animation: zoom 1s linear 1s infinite;
}
@keyframes zoom{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
.width-1 {
    width: 151px;
}


  
  /* .bloc-video {
    position: relative;
    height: 100vh;
  }
   */
   .bloc-video {
    /* padding: 35px; */
    margin: 38px;
    position: relative;
    height: 85vh;
    /* background: bisque; */
    border-radius: 74px;
}
.section-title-1 {
    margin-bottom: 70px;
    margin-top: -107px;
    text-align: center;
}
.bloc-video video {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    border-radius: 69px;
    height: 88vh;
    top: -49px;
}
.bloc-video .content-video {
    flex-direction: column;
    color: #ffffff;
    margin-top: 80px;
    position: relative;
    top: 280px;
}
  
  .bloc-video .content-video .content-text, .content-button {
    display: flex;
    justify-content: center;
  }
  
  .bloc-video .content-video .content-button {
    margin-top: 0px;
  }
  
  .bloc-video .content-video .content-button button {
    cursor: pointer;
    padding: 10px;
    width: 200px;
    height: 60px;
    font-size: 16px;
    font-family: cursive;
    font-weight: 600;
    background: none;
    color: #ffffff;
    text-shadow: 1px 1px #000;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
}
  
  .bloc-video .content-video .content-button button:hover {
    transition: all .75s ease-in-out;
    background-color: #ffffff;
    color: #000000;
    transform: rotateX(360deg);
  }

  .end-text {
    position: relative;
    left: 210px;
}

.bloc-video-1 video {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    border-radius: 0px;
    top: -257px;
    height: 111vh;
}
.bloc-video-1 {
    /* padding: 35px; */
    margin: 0px;
    position: relative;
    height: 77vh;
    /* background: bisque; */
    border-radius: 0;
}
.section-title h4 {
    top: -518px;
    font-size: 44px;
    margin-bottom: 44px;

}
.sec-21 {
    position: relative;
    top: 216px;
}

/* who we are */

.who-we-are-img-2 h3 {
    font-size: 25px;
    margin-bottom: 38px;
    line-height: 32px;
    max-width: 215px;
    margin-top: 40px;
}
.who-we-are-content .top-title {
    font-size: 16px;
    color: #0057b8;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .15em;
}
.who-we-are-content h2 {
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 13px;
}
.who-we-are-content p {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #000000a6;
}
.single-who-we-are {
    margin-bottom: 40px;
}
.single-who-we-are i {
    font-size: 40px;
    color: #0057b8;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}
.single-who-we-are h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 32px;
}
.par-2 {
    font-size: 18px;
    color: #000000bd;
    line-height: 33px;
}

.single-mison.bg-color {
    background-color: #0057b8;
    height: 242px;
}
.single-mison {
    padding: 30px;
    background-color: #091c47;
    height: 242px;
}
.single-mison h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}
.single-mison p {
    color: #fff;
}
.who-we-are-img-3 {
    margin-bottom: 30px;
}
.who-we-are-img {
    margin-bottom: 25px;
}
.who-we-are-img-2 {
    margin-bottom: 25px;
}

/* departments */
.department-orthopedics-content {
    margin-right: 70px;
}
.mr-15 {
    margin-right: 15px;
}
.department-orthopedics-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 400;
}
.department-orthopedics-content .gap-mb-30 {
    margin-bottom: 30px;
}
.department-orthopedics-content .gap-mb-30 {
    margin-bottom: 30px;
}
.department-orthopedics-content ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}
/* .department-orthopedics-content ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #0057b8;
    border-radius: 50px;
} */
.sidebar-widget h3 {
    font-size: 25px;
    color: #fff;
    background-color: #0057b8;
    padding: 20px 30px;
    margin-bottom: 0;
}
.sidebar-widget:last-child {
    margin-bottom: 0;
}
.sidebar-widget {
    background-color: #f1f5f8;
    margin-bottom: 30px;
}
.sidebar-widget h3 {
    font-size: 21px;
    color: #fff;
    background-color: #0057b8;
    padding: 10px 30px;
    margin-bottom: 0;
}
.sidebar-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding: 15px;
}
.sidebar-widget.departments ul li {
    margin-bottom: 9px;
}
.sidebar-widget.departments ul li a {
    display: block;
    font-weight: 500;
    font-size: 17px;
    color: #111;
}
.sidebar-widget.departments ul li a i {
    float: right;
}

.doctors-dept {
    width: 300px;
    height: auto;
    padding: 8px;
    border: 1px solid #1a4b8f;
    border-radius: 20px;
}
.doctors-dept:hover {
    border: 1px solid #70534b;
    border-radius: 20px;
    background: #70534b;
}
.doctors-dept-1 {
    display: flex;
    justify-content: flex-start;
    padding: 5px 3px;
}
.doc-dept {
    padding: 71px 20px 14px 21px;
}

.doc-name {
    font-size: 25px;
    color: #1a4b8f;
}
.doc-role {
    font-size: 19px;
    color: #0b0b0c;
    line-height: 33px;
    font-weight: 600;
}

/* contact */
.page-contact {
    padding: 100px 0 50px;
}
.contact-us-item {
    border: 1px solid #0e384c1a;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0px 4px 40px 0px #0000000F;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.contact-us-item .contact-info-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.contact-us-item .contact-info-content p {
    width: 100%;
    margin: 0;
}
.contact-us-item .icon-box {
    background: #eff8ff;
    border-radius: 100px;
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.f0nt-17{
    font-size: 17px;
}

/* EECP */
.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.choose-consultation-content {
    margin-bottom: 30px;
}
.choose-consultation-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 500;
}
.para-3 {
    font-size: 18px;
    line-height: 33px;
    color: #000000a8;
}
.single-consult-online h2 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 500;
}
.single-consult-online {
    padding: 41px 0px;
}
.eecp-w {
    padding: 10px;
    border-radius: 66px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #333333c7 !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.img-center {
    display: flex;
    justify-content: center;
}
.bg-img {
    width: 100%;
    /* height: 400px; */
}

.medical-t {
    font-size: 17px;
    font-weight: 700;
    background: #000;
    color: #fff;
    width: 188px;
    padding: 8px 9px;
    margin: 13px 0;
    border-radius: 20px;
}

/* .about-image {
    position: relative;
    margin-right: 30px;
}
.about-img figure {
    display: block;
    border-radius: 40px;
}
.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    visibility: hidden;
    overflow: hidden;
} */
.image-anime {
    position: relative;
    overflow: hidden;
}
figure {
    margin: 0;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.happy-patients-counter {
    position: absolute;
    bottom: 240px;
    left: 50px;
    background: #605c5ca6;
    border: 1px solid #ffffff1f;
    border-radius: 40px;
    width: 175px;
    height: 170px;
    padding: 21px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1;
}
.happy-patients-counter .icon-box {
    position: relative;
    background-color: #ffffff1f;
    border: 1px solid #ffffff1f;
    border-radius: 14px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.happy-patients-counter .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e384c;
    border-radius: 14px;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.happy-patients-counter .icon-box img {
    position: relative;
    max-width: 24px;
    z-index: 1;
}
.happy-patients-counter-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
}
.happy-patients-counter-content p {
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    font-size: 15px;
}
.head-22 {
    perspective: 400px;
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}
 .hh-2 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 400;
}
.table-head {
    background: #125981 !important;
    color: #fff;
}

/* why cbe */
.section-head.style-1 p {
    font-size: 18px;
    font-weight: 300;
}
.section-head p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}
.fw-normal {
    font-weight: 400 !important;
}
.title-dashed-separator {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgb(0 189 224) !important;
}
.title-dashed-separator::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(var(--bs-body-color-rgb), .3) 50%, rgba(255, 255, 255, 0) 0);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.area-cbe {
    font-size: 18px;
    color: #000000b0;
    line-height: 39px;
}
.cbe-2 {
        color: #000;
        font-weight: 700;
}

.cbe-img {
    padding: 6px;
    border: 1px solid #000;
    border-radius: 28px;
}

.cbe-img-2 {
    border-radius: 46px;
    width: 100%;
    padding: 10px;
}
.pt-50 {
    padding-top: 4rem !important;
}

/* .bloc-video-2 {
    margin: 2px;
    position: relative;
    height: 60vh;
    border-radius: 74px;
    display: flex;
    justify-content: center;
} */
.bloc-video-2 {
    display: flex;
    justify-content: center;
}

/* .bloc-video-2 video {
    height: auto;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    height: 56vh;
} */

.news-1 {
    font-size: 21px;
    color: #15427e;
    text-align: center;
}

.flex-end-1 {
    display: flex;
    justify-content: flex-end;
}
.nav-link {
    display: block;
    padding: 0 !important;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out;
}

.menu-2 {
    position: relative;
    left: 222px;
}

.vdo-gal {
    font-size: 30px;
    text-align: center;
    padding: 25px 0px;
}

.heading-med {
    color: #000;
    font-weight: 600;
} 
.fa-angle-double-right:before {
    content: "\f101";
    color: #000 !important;
}

.department-orthopedics-content h1 {
    font-size: 23px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
}

.faci {
    font-size: 20px;
    text-align: center;
    color: #000;
}

.img-22 {
    border: 1px solid #ffffff;
    border-radius: 22px;
}

.doctors-1 {
    padding: 10px;
}
.team-image img {
    width: 100%;
    /* aspect-ratio: 1 / 1.2; */
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.team-image {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 20px;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.team-content h3 {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px;
}
.team-content p {
    text-transform: capitalize;
    margin: 0;
    font-size: 14px;
    color: #504f4f;
}
.team-content {
    text-align: center;
}