/*
* -----------------------------------------------------------
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");
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300i,400,500,500i,700,700i&display=swap');

body {
    font-family: "Poppins";
    font-size: 15px;
    line-height: 28px;
    word-wrap: break-word;
}

@media only screen and (min-width: 680px) {
    .hide-pc {
      display:none;
    }
  }

a {
    -webkit-transition: all .5s;
    transition: all .5s;
}

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: "Poppins", "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: #8cae30;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #8cae30;
    cursor: pointer;
    padding: 8px 30px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
}

.default-btn:hover {
    background-color: #8cae30;
    border: 1px solid #8cae30;
    color: #ffffff;
}


.section-title {
    margin-bottom: 70px;
    margin-top: -8px;
    text-align: center;
}

.section-title h2 {
    font-size: 32px;
    /* margin-bottom: 44px; */
    position: relative;
}

/* .section-title h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 75px;
  height: 3px;
  margin: 0 auto;
  background: #396cf0;
  right: 0;
  border-radius: 5px;
} */

.section-title p {
    max-width: 773px;
    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;
}

.form-group {
    margin-bottom: 20px;
}

/*
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: 10px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 35px;
}

.pb-100 {
    padding-bottom: 26px;
}

.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: 12px 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: 200px;
    height: 125px;
    /* -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
    -webkit-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
}

.preloader .lds-heart img {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    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 img::after,
.preloader .lds-heart img::before {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    /* background: #396cf0; */
}

.preloader .lds-heart img::before {
    left: -17px;
    border-radius: 50% 0 0 50%;
}

.preloader .lds-heart img::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: absolute;
}

.header-info-text {
    padding: 20px 0;
}

.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: #396cf0;
    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: 1110px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.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: 14px;
    color: #333333;
    padding-right: 12px;
    padding-left: 20px;
    
}

.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;
    
}

/* .dropdown-item {
    overflow-y: scroll;
} */

.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    border-bottom: 1px dashed #f5f5f5;
    padding: 5px 12px;
    font-size: 14.5px;
}

.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: 250px;
    }

    .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;
    -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%;
    z-index: 99999;
}

.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: #8cae30;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 16px;
    border-radius: 5px;
    cursor: pointer;
}

.appointment-inline .appointment-btn:hover {
    background-color: #8cae30;
    color: #ffffff;
}

/*
06- Hero Slider Styles
------------------------------*/
.hero-slider .hs-item {
    height: 508px;
    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: #000000;
    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: 0px;
    width: 100%;
}

.hero-slider .hs-item .hero-text h1 {
    color: #fff;
    margin: 0px;
    font-weight: bold;
    font-size: 44px;
    /* text-align:center; */
}

.hero-slider .hs-item .hero-text .default-btn {
    margin: 25px 4px 0;
    border: 2px solid #8cae30;
    border-radius: 5px;
}

.hero-slider .hs-item-bg1 {
    background-image: url("../../assets/img/home-img/apex-bg-img.jpg");
}

.hero-slider .hs-item-bg2 {
    background-image: url("../../assets/img/home-img/apex-bg-img.jpg");
}

.hero-slider .hs-item-bg3 {
    background-image: url("../../assets/img/home-img/apex-bg-img.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: -130px;
    z-index: 999;
    position: relative;
    background-color: #ffffff;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px 0;
    border: 1px solid #eeeeee;
}

.single-card {
    border: 1px solid #eeeeee;
    -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);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.single-card .thumb-img::before {
    content: '';
    position: absolute;
    background-color: #396cf0;
    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: 30px 20px;
}

.single-card .caption-text h3 {
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 0;
}

.single-card .caption-text p {
    margin: 0;
}

.single-card .caption-text .designation {
    color: #396cf0;
    display: block;
    /*min-height: 52px;*/
}

.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: #396cf0;
}

.services-section {
    background-attachment: fixed;
    background-image: url(../../assets/img/bg.png);
    padding-bottom: 70px;
}

.single-services {
    margin-bottom: 30px;
    text-align: center;
    background: #ffffff;
    padding: 30px;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-services .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 65px;
    border: 2px solid #396cf0;
    border-radius: 50%;
    font-size: 30px;
    position: relative;
    color: #396cf0;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-services .icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #396cf0;
    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: #396cf0;
    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: #396cf0;
    color: #ffffff;
}

.department-section .single-department h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.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 {
    /*-webkit-box-flex: 0;*/
    /*flex: 0 0 16.666667%;*/
    /*max-width: 16.666667%;*/
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;

}

.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: 10px 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: #71921a;
    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 43px;;
}

.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: #396cf0;
    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: #396cf0;
    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: rgba(57, 108, 240, 0.9);
    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: #a9cf46;
    color: #f9faff;
    border: 2px solid #f9faff;
}

.single-card {
    margin-bottom: 30px;
}

.single-card:hover .hover-social {
    height: 100%;
}

/*
14- Appointment Area Styles
------------------------------------*/
.appointment-area {
    background-color: #396cf0;
}

.appointment-area .contant-number {
    /* background-image: url(../img/appointment-left-bg2.jpg); */
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: relative;
    background-color: #fff;
}

.appointment-area .contant-number h3 {
    margin: 0;
    position: absolute;
    bottom: 100px;
    right: 0;
    background: rgba(47, 64, 112, 0.9);
    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: #a8cf45;
    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-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: #396cf0;
    opacity: .9;
    z-index: -1;
}

.call-to-action .call-to-action-text {
    position: relative;
    /* padding-left: 75px; */
    text-align: center;
}

.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 .default-btn {
    background-color: #8cae30;
    border-color: #8cae30;
    margin-top: 7px;
    color: #f9faff;
}

.call-to-action .default-btn:hover {
    background-color: #333333;
    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: #333333;
}

/*
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.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/slider/2.jpg"); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 53px;
    padding-bottom: 38px;
    background: #8cae30;
}

.page-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #000000; */
    opacity: .6;
}

.page-title h2 {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 0;
    text-align: center;
}

.page-title ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.page-title ul li {
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    padding-left: 20px;
}

.page-title ul li a {
    color: #ffffff;
}

.page-title ul li a:hover {
    /* color: #396cf0;
     */
    color: #ffffff;
    text-decoration: underline;
}

.page-title ul li::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 14px;
    width: 5px;
    height: 5px;
    background: #ffffff;
    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 {
    height: 400px;
    width: 100%;
}

.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: 5px;
    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: 0;
    margin: 20px 0 0;
}

.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: #8cae30;
    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;
    border-radius: 5px;
}

.footer-widget .socials-links li i:hover {
    background-color: #8cae30;
    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: #666666;
}

.footer-widget ul li a:hover {
    color: #396cf0;
    padding-left: 4px;
}

.footer-widget .foot-contact-info {
    position: relative;
    padding-left: 50px;
    margin-top: 19px;
}

.footer-widget .foot-contact-info i {
    background-color: #8cae30;
    color: #ffffff;
    position: absolute;
    height: 37px;
    width: 37px;
    /* -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: 37px;
    font-size: 18px;
    text-align: center;
    left: 0;
    top: 0px;
    border-radius: 5px;
}

.footer-widget .foot-contact-info p {
    line-height: 32px;
}

.bottom-footer p {
    margin: 0;
    text-align: center;
    color: #fff;
}

.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: 34px;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 9999999;
}

#toTop i {
    background: #8cae30;
    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: #8cae30;
    color: #ffffff;
}

/*# sourceMappingURL=style.css.map */


.contact-number {
    color: #fff !important;
}

.phone-checked {
    margin-top: 12px !important;
}

.footer-contact {
    margin-top: 12px !important;
    line-height: 37px !important;
}

.icofont-location-pin {
    margin-top: 10px;
}

.title-logo {
    font-size: 25px;
    color: #000000;
    position: absolute;
    top: 32px;
    left: 56px;
    font-weight: bolder;
}

.image-set {
    color: blue;
    position: absolute;
    top: 36px;
    font-size: 27px;
    left: 22px;
}

.image-set-footer {
    color: blue;
    position: absolute;
    top: -1px;
    font-size: 27px;
    left: 16px;
}

.title-logo-footer {
    font-size: 25px;
    color: #000000;
    position: absolute;
    top: -3px;
    left: 49px;
    font-weight: bolder;
}

.footer-bg {
    background: #e3f6fd;
    background-image: url(../../assets/img/bg.png)
}

.footer-line {
    background-color: #396cf0;
}

/* mobile footer */

@media (max-width: 1100px) {
    .mobile-btn {
        display: block !important;
        text-align: center;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 999;
        background: #396cf0;
        margin-left: auto;
        margin-right: auto;
        right: 0px;
        width: 100%;
    }

    .navbar-container {
        position: unset;
        height: 0;

    }
}

.mobile-btn {
    display: none;
}

@media (max-width: 1100px) {
    .mobile-btn .btn:first-child {
        border-left: none;
    }

    /* #toTop {
      display: unset !important;
    } */
    .mobile-btn .btn {
        cursor: pointer;
        display: block;
        /* padding: 0px 12px; */
        text-transform: uppercase;
        line-height: 30px;
        border-radius: 0px;
        text-align: center;
        font-size: 24px;
        /*width: 33.33%;*/
        width: 50%;
        float: left;
        border-left: 3px solid #fff;
    }

}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #396cf0;
}

.btn-primary:active {
    color: #fff !important;
    background-color: #71921a !important;
    border-color: #71921a !important;
}

/* @media(max-width:991px){
.footer_copyright{
position: absolute;
    bottom: 50px;
    color: #396cf0 !important;
    text-align: center;
    padding: 0px 100px;
    border-top: 3px solid #ddd;
}
} */

/* slide-bar css */

.slidebar-header {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e6e6e6;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-column {
    flex-direction: column !important;
}

.slidebar-header .slidebar-item:last-child .slidebar-link {
    border-bottom: 0;
}

.slidebar-header > .slidebar-item > .slidebar-link {
    display: block;
    border: 0;
    background-color: #dee2e6;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Poppins", serif;
    color: #000;
    padding: 15px;
    transition: 0.3s;
}

.slidebar-link:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.slidebar-link {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.slidebar-link {
    display: block;
    padding: 0.5rem 1rem;
}

.collapse.show {
    display: block;
}

.collapse {
    display: none;
}

.flex-column {
    flex-direction: column !important;
}

.slidebar {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.slidebar-header ul .slidebar-item {
    position: relative;
    transition: 0.3s;
}


.slidebar-header .slidebar-item:last-child .slidebar-link {
    border-bottom: 0;
}

.slidebar-header ul .slidebar-link:hover,
.slidebar-header ul .slidebar-link.active {
    background: #396cf0;
    color: #fff;
}

.slidebar-header ul .slidebar-link {
    display: block;
    position: relative;
    border: 0;
    background-color: #fff;
    margin-bottom: 0;
    padding: 15px 15px 15px 50px;
    border-bottom: 1px solid #e6e6e6 !important;
    border-radius: 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.slidebar-link.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.slidebar-link:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.slidebar-link:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.slidebar-link {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.slidebar-link {
    display: block;
    padding: 0.5rem 1rem;
}

.slidebar-header ul .slidebar-link:before {
    content: '\ea5d';
    font-family: 'IcoFont';
    position: absolute;
    left: 21px;
    top: 17px;
    font-size: 16px;
    display: block;
    color: #cccccc;
}

.slidebar-link {
    color: #29292b;
}

.title-name {
    margin: 0 auto;
    max-width: 160px;
    position: relative;
}

.title-name::before {
    background-color: #396cf0;
}

.title-name::before {
    content: "";
    height: 3px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 39px;
}

.title-name::after {
    background-color: #396cf0;
}

.title-name::after {
    content: "";
    height: 3px;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 39px;
}

.icon-heartbeat {
    color: #396cf0;
    position: relative;
    top: -2px;
    font-size: 20px;
}

.main-title-name {
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: 600;
}


/* new header css */


#header {
    background-image: -webkit-linear-gradient(0deg, #396CF0 46%, #396CF0 100%);
    background-image: -ms-linear-gradient(0deg, #396CF0 46%, #396CF0 100%);
    padding: 18px 10px 13px 10px;
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-top: -14px;
}

/* #header .head .left a.navbar-brand img {
  width: 258px;
  height: 69px;
} */

#header .head .right {
    margin-top: 8px;
}

#header .head .right .left {
    float: left;
    padding: 10px 20px;
}

#header .head .right .left img {
    width: 32px;
    height: 32px;
}

#header .head .right .right {
    margin-top: 8px;
}

#header .head .right .right p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
    line-height: 20px;
    /* margin-left: 70px; */
}

/*  new navbar css  */

#navbar {
    margin-top: -55px;
}

#navbar .navbar {
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    /* padding: 0px 40px; */
    border-radius: 5px;
}

#navbar .navbar li.active a.nav-link {
    color: #3579b8;
}

#navbar .navbar a.nav-link {
    padding: 40px 10px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    color: #2e2e2e;
    text-decoration: none;
}

#navbar .navbar .dropdown-menu {
    border: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    border-top: 2px solid #3579b8;
    padding: 0 !important;
}

#navbar .navbar .dropdown-menu a.dropdown-item {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    min-width: 230px;
    -webkit-transition: all 0.333s;
    transition: all 0.333s;
    padding: 10px 20px;
}

#navbar .navbar .input-group {
    width: 300px;
}

#navbar .navbar .input-group input {
    background-color: #f0f0f0;
    border: 0;
    padding: 10px 20px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #3579b8;
}

#navbar .navbar .input-group .btn {
    background-color: #f0f0f0;
    border: 0;
    padding: 15px 20px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 18px;
    cursor: pointer;

}

.navbar-top {
    /* top: 25.12%; */
    background-color: #ffffff;
    padding: 5px 2px;
    border-radius: 3px;
    position: absolute;
    z-index: 9;
    /* bottom: 5px; */
    margin-top: -28px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    margin-left: auto;
    margin-right: auto;
    left: 1%;
    right: 1%;
}

/* patient review */
.padding {
    padding: 80px 0;
}

.cbp {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    height: 400px;
}

.cbp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cbp-wrapper-outer,
.cbp-wrapper,
.cbp-wrapper-helper {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cbp-wrapper-outer {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.cbp-ready > * {
    visibility: visible;
}

/* .cbp>* {
  visibility: hidden;
} */

.cbp * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cbp *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cbp-wrapper,
.cbp-wrapper-helper {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.cbp-wrapper-outer,
.cbp-wrapper,
.cbp-wrapper-helper {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cbp .cbp-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.cbp-item {
    display: inline-block;
    margin: 0 10px 20px 0;
}

.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.cbp-caption-pushTop .cbp-caption-defaultWrap {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-active .cbp-caption-defaultWrap {
    top: 0;
}

.cbp-caption-active .cbp-caption-defaultWrap {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.cbp-caption,
.cbp-caption-defaultWrap,
.cbp-caption-activeWrap {
    display: block;
}

.testinomial_box {
}

.testinomial_box .testinomial_desc {
    border-radius: 5px;
    color: #fff;
    padding: 41px 30px;
    position: relative;
}

.blue_dark {
    background: #396cf0;;
}

.testinomial_box .testinomial_desc::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 21px solid #dadada;
    bottom: -22px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0;
}

.testinomial_desc p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.testinomial_box .testinomial_desc > .quote {
    bottom: -32px;
    display: inline-block;
    left: -47%;
    margin-bottom: 0;
    position: relative;
    width: auto;
}

.cbp-item img {
    width: 100%;
}

.testinomial_box .testinomial_desc::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #396cf0;;
    bottom: -20px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0;
}

.testinomial_box .testinomial_author {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

.testinomial_box .testinomial_author > img {
    width: 30px;
    float: left;
    margin-right: 10px;
    display: inline-block;
}

.testinomial_box .testinomial_author span.post_img {
    color: #646464;
    font-size: 14px;
}

.testinomial_box .testinomial_author span {
    display: block;
}

.cbp-item-wrapper img {
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.review-cart {
    width: 366px;
    left: 0px;
    top: 0px;
    margin-top: 12px;
    position: absolute;
}

.review-box {
    margin-left: 12px;
}

/* Contact us */

.title-wrap {
    position: relative;
}

ul.icn-list-lg {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 27px;
}

ul.icn-list-lg li:not(:last-child) {
    margin-bottom: 5px;
}

ul.icn-list-lg li {
    position: relative;
    padding-left: 35px;
}

#contact-block {
    position: relative;
    z-index: 10;
}

.mid-container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    -webkit-transition: max-width 200ms ease-out;
    -o-transition: max-width 200ms ease-out;
    transition: max-width 200ms ease-out;
}

.header-style {
    padding: 0 0 3rem;
    max-width: 991.98px;
    text-align: center;
    position: relative;
}

.header-style p {
    font-size: 1rem;
    font-style: italic;
    line-height: 1.8;
    color: #444;
}

#contact-block #form-block {
    max-width: 992.98px;
    margin: 0 auto;
    background: none;
    width: auto;
    padding: 15px;
    margin-top: 1rem;
}

#form-block {
    padding: 6rem;
}

#form-block {
    padding: 6rem;
}

#contact-block #form-block .error-message {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

#form-block .error-message {
    margin-top: 1rem;
}

#form-block .error-message {
    margin-top: 1rem;
}

.error-message {
    background: #396CF0;
    color: #FFF;
    padding: 2rem;
    margin-bottom: 2rem;
}

.error-message > strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

contact-block #form-block .form-holder {
    max-width: 768px;
    padding: 0;
    margin: auto;
}

#form-block .form-holder {
    max-width: 520px;
    list-style: none;
}

#form-block .label {
    display: block;
    position: relative;
}

label {
    /* display: inline-block; */
    margin-bottom: .5rem;
}

#contact-block #form-block .form-holder .placeholder {
    color: #333333;
}

#form-block .placeholder {
    font-size: 17px;
    font-weight: 600;
    color: #616161;
    padding-bottom: 0.4rem;
    opacity: 1;
    text-transform: uppercase;
    -webkit-transition: all 0.32s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 0.32s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.32s cubic-bezier(0.7, 0, 0.3, 1);
}

#contact-block #form-block .form-holder .input-element {
    border: 1px solid #BDBDBD;
    color: #000;
}

#form-block .input-element {
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
    display: block;
    border: 0;
    border: solid 1px #9E9E9E;
    background: #fff;
    width: 100%;
    padding: 9px;
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

#form-block .form-holder li + li {
    margin-top: 2rem;
}

.btn--prime {
    background: #396CF0;
    color: #fff;
    border: 0;
}

.btn--prime:hover {
    color: #fff;
}

.btn--sm {
    font-size: .875rem;
    padding: 1rem 3rem;
}

.btn--prime::before {
    background: #396CF0;
}

@media (min-width: 992px) {
    .btn::before {

        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        top: auto;
        bottom: 0;
        width: 0;
        height: 3px;
        /* background: rgba(64, 186, 203, 0.7); */
        -webkit-transition: all 220ms ease-in;
        -o-transition: all 220ms ease-in;
        transition: all 220ms ease-in;
    }
}

.btn--prime::after {
    background: #396CF0;
}

@media (min-width: 992px) {
    .btn::after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        top: auto;
        bottom: 0;
        width: 0;
        height: 3px;
        /* background: rgba(64, 186, 203, 0.7); */
        -webkit-transition: all 220ms ease-in;
        -o-transition: all 220ms ease-in;
        transition: all 220ms ease-in;

    }
}

.icon-chacked {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 20px !important;
    color: #396CF0;
    margin-top: 0px;
}

.theme-color {
    color: #396CF0;
}

ul.icn-list-lg .d-flex > span {
    min-width: 50%;
}

.remove-color {
    color: #333333;
}

.remove-color:hover {
    color: #396CF0;
}

/* our speciliest */
.doctor-page-table,
.doctor-page-table td {
    border: 0;
}

.doctor-page-table {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.price-table,
.doctor-page-table {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.doctor-page-table tr:nth-child(odd) td {
    background-color: rgba(0, 123, 255, 0.11);
}

.doctor-page-table td {
    padding: 14px 14px;
    vertical-align: top;
    border-top: 1px solid rgba(0, 123, 255, 0.07);
    background-color: #fff;
}

.doctor-page-table ul.marker-list-md {
    font-size: 16px;
    line-height: 16px;
}

ul.marker-list-md {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 22px;
}

ul.marker-list-md li:not(:last-child) {
    margin-bottom: 16px;
}

ul.marker-list-md li {
    position: relative;
    padding-left: 24px;
}

ul.marker-list-md li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    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%);
}

.doctor-info {
    display: flex;
}

.doctor-info-name {
    flex: 1;
}

.doctor-info-name h3 {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 18px;
}

.doctor-info-name h6 {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 0;
    color: #396cf0;
}


.doctor-card {
    transform: translateY(-10px);
    background: #ffffff;
    border-color: #ffffff
}

.doctor-card .doctor-thumb-img {
    position: relative;
}

.doctor-card .doctor-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);
}

.doctor-card .doctor-thumb-img::before {
    content: '';
    position: absolute;
    background-color: #396cf0;
    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;
}

.doctor-card .caption-text {
    padding: 30px 20px;
}

.doctor-card .caption-text h3 {
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 15px;
}

.doctor-card.caption-text p {
    margin: 0;
}

.doctor-card .caption-text .designation {
    color: #396cf0;
    display: block;
}

/*
.doctor-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;
} */

.doctor-card:hover .caption-text h3 {
    color: #396cf0;
}


li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-title-sub {
    margin: 12px !important;
}

.diabetes-sub-title {
    background-color: #F4F4F4;
    padding: 12px;
    border-left: 4px solid #396cf0;
}

.diabetes-inner-content::before {
    content: '';
    position: absolute;
    left: 21px;
    /* 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%);
}

.tab-content {
    padding: 1px 16px 30px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    background: #ffffff;
}

.contact-area {
    max-width: 670px;
    padding-top: 90px;
    padding-bottom: 100px;
    padding-left: 50px;

}

.contant-wrap {
    padding: 30px;
    border: 6px solid #fff;
    border-radius: 9px;

}

.button_page_footer {
    margin-top: 12px;
}

.contact-info {
    margin-left: 17px;
}

.contact-header {
    margin-top: 15px !important;
}

.doctor-specialist,
.title-color {
    color: #396cf0;
}

.sperated-map {
    margin: 51px 0px 51px;
}

.header_menu {
    margin-top: -21px;
}

.sectiom-header-main {
    margin-bottom: 19px;
    margin-top: -8px;
    text-align: center;
}

.department-bg {
    padding-top: 0px;
    padding-bottom: 15px;
}

.about-set {
    padding-top: 50px;
    padding-bottom: 50px;
}

.expert-doctors {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}

.call-action {
    border-bottom: 2px solid #fff;
}


/*  */
.text-theme-colored {
    color: #00a3c8 !important;
}

.opening-hourse ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    margin-bottom: 0 !important;
}

.clearfix:before {
    display: table;
    content: " ";
}

.opening-hourse ul li span {
    float: left;
}

.opening-hourse ul li .value {
    /* float: right; */
}

.clearfix:after {
    clear: both;
}

.btn-dark.btn-theme-colored {
    color: #fff;
    background-color: #396Cf0;
    border-color: #396cf0;
}

.btn-theme-colored {
    color: #fff;
    background-color: #396cf0;
    border-color: #396cf0;
}

.mt-30 {
    margin-top: 9px !important;
}

.btn {
    font-size: 13px;
    padding: 8px 22px;
}

.p-30 {
    padding: 0px 21px !important;
}

.tab .tabs a:hover img,
.tab .tabs .current a img {
    -webkit-filter: grayscale(100%);
    /* filter: grayscale(100%); */
    filter: brightness(0) invert(1);
}

.img-department {
    width: 46%;
}

.img-department-pcos {
    width: 34%;
}

.img-department-dental {
    width: 63%;
}

@media (max-width: 360px) {
    .call-to-action-text {
        padding: 0px !important;
        text-align: center;
    }
}

.call-text {
    font-size: 32px;
    margin-top: 23px
}

.email-footer {
    margin-right: -12px;
}

.about-action {
    padding-bottom: 50px;
}

.doctor-details {
    /* background-color: #396cf0; */
    color: #000;
}

.hero-slider .hs-item .hero-text .default-btn:hover {
    background-color: #8cae30;
    color: #ffffff;
    border: 1px solid #8cae30;
}

.call-to-action .default-btn:hover {
    background-color: #8cae30;
    color: #ffffff;
    border: 1px solid #8cae30;
}

.tabs_item_img {
    margin: 109px 0px 68px 23px;
}

.footer-widget .foot-contact-info i:hover {
    background-color: #8cae30;
    color: #ffffff;
}

.footer-logo-Apex {
    width: 47%;
    margin-bottom: -21px;
    margin-top: -32px;
    /* margin-left: -31px; */
}

.department-details {
    padding-top: 40px;
    padding-bottom: 16px;
}

.header-time {

    color: #ffff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
    line-height: 20px;

}

.section-time-hdr {
    margin-left: 80px;
}

.sub-time-hdr {
    margin-right: 48px;
    margin-left: 0px;
}

.sub-section-time {
    margin-right: 45px;
    margin-left: 31px;
}

.default-btn {
    margin-bottom: 15px;
}


@media (max-width: 1199px) {
    .section-time-hdr {
        margin-left: 68px;
    }

    .address-res {
        margin-left: 70px;
    }

    .sub-time-hdr {
        margin-right: 32.9px;
        margin-left: 33.5px;
    }

    .sub-section-time {
        margin-right: 29px;
        margin-left: 33px;
    }

    .time-sub-part {
        margin-left: 69px;
    }

    .default-btn {
        margin-bottom: 9px;
    }

    .navbar-top {
        left: 15%;
        right: 15%;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1178px) {
    .navbar-top {
        display: inline-table;
    }
}

@media (min-width: 1100px) {
    .services-box {
        border: none;
    }

    .tab .tabs li a {
        font-size: 14px;
    }

    .email-footer {
        margin-right: -27px;
    }
}

@media (max-width: 1024px) {
    .tab .tabs li a {
        font-size: 91.5%;
    }

    .default-btn {
        margin-bottom: 24px;
    }
}

@media (max-width: 991px) {
    .department-bg {
        padding-top: 0px !important;
        padding-bottom: 0px !important;

    }

    .sidepanel {
        display: none;
    }

    .about-set {
        padding-top: 0px !important;
        padding-bottom: 31px !important;
    }

    .tabs_item_img {
        margin: 35px 19px 68px 23px;
    }

    .single-card {
        position: relative;
        left: 0px;
    }

    .res-singlecard {
        position: relative;
        left: 192px;
    }

    .call-to-action .default-btn {
        margin-top: 20px;
        margin-left: 8px;
    }

    .contact-area {
        max-width: 670px;
        padding-top: 50px;
        padding-bottom: 65px;
        padding-left: 104px;
        margin-left: 116px;
        margin-bottom: -75px;
    }

    .hero-slider .hs-item {
        background-position: 75% 5%;
    }
}

@media (max-width: 768px) {
    .contact-area {
        max-width: 670px;
        padding-top: 46px;
        padding-bottom: 50px;
        padding-left: 104px;
        margin-left: 9px;
        margin-bottom: -75px;
    }

    .sidepanel {
        display: none;
    }

    .call-to-action .default-btn {
        margin-top: 20px;
        margin-left: 22px !important;
    }

    .custom-div-container .table.w-50 {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .call-to-action .call-to-action-text {
        padding-left: 0px !important;
        text-align: center;
    }

    .call-to-action .call-to-action-text p {
        text-align: center;
    }

    .call-to-action .default-btn {
        /* text-align: center; */
        margin-top: 5px !important;
        margin-left: 3px !important;
    }

    .icofont-location-pin {
        margin-top: -2px;
    }

    .single-card {
        position: unset !important;
        left: 0px !important;
    }

    .contact-area {
        max-width: 670px;
        padding-top: 90px;
        padding-bottom: 100px;
        padding-left: 104px;
        margin-left: 9px;
        margin-bottom: -75px;
    }

    .tab .tabs li:last-child a {
        border-radius: 0 0 0px 0 !important;
    }
}

@media (max-width: 414px) {
    .contact-area {
        max-width: 670px;
        padding-top: 40px;
        padding-bottom: 68px;
        padding-left: 62px;
        margin-left: -26px;
        margin-bottom: -75px;
    }

    .index-btn {
        position: relative;
        top: 13px;
        left: 58px;
    }

    /*.index-btn-res {*/
    /*    position: relative;*/
    /*    top: 9px;*/
    /*    left: 56px;*/
    /*}*/
    .doctor-btn {
        position: relative;
        top: -8px;
        left: 76px;
    }

    .doctor-btn-res {
        position: relative;
        top: -8px;
        left: 72px;
    }

    .sidepanel {
        display: none;
    }

    .text-msg-container {
        margin-right: -1px !important;
        margin-left: 0px !important;
    }

}

@media (max-width: 375px) {
    .index-btn {
        position: relative;
        top: 6px;
        left: 37px;
    }

    /*.index-btn-res {*/
    /*    position: relative;*/
    /*    top: 5px;*/
    /*    left: 36px;*/
    /*}*/
    .hero-slider .hs-item {
        background-position: 70% 5%;
    }
}

@media (max-width: 360px) {
    .index-btn {
        position: relative;
        top: 6px;
        left: 49px;
    }

    .index-btn-res {
        position: relative;
        top: 5px;
        left: 34px;

    }

    .contact-area {
        max-width: 670px;
        padding-top: 40px;
        padding-bottom: 68px;
        padding-left: 20px;
        margin-left: -4px;
        margin-bottom: -75px;
    }

    .doctor-btn {
        position: relative;
        top: -8px;
        left: 54px;
    }

    .doctor-btn-res {
        position: relative;
        top: -8px;
        left: 40px;
    }

    span.default-btn {
        font-size: 11.5px;
    }
}

@media (max-width: 335px) {
    .text-msg-container {
        margin-right: -1px;
        margin-left: 0px;
    }
}

@media (max-width: 320px) {
    .tabs_item_img {
        margin: 21px 16px 8px 23px;
    }

    .default-btn {
        margin-bottom: 9px;
    }

    .about-action {
        padding-bottom: 0px;
    }

    .call-to-action .call-to-action-text h3 {
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: 1.2px;
    }

    .default-btn {
        margin-left: 31px;
    }

    .contact-doctor {
        margin-left: 45px !important;
    }

    .default-btn {
        padding: 1px 16px !important;
        font-size: 8.5px !important;
        text-transform: capitalize;
    }

    .call-text {
        font-size: 21px;
    }

    .doctor-btn {
        position: relative;
        top: -8px;
        left: 30px;
    }

    .doctor-btn-res {
        position: relative;
        top: -8px;
        left: 25px;
    }

    .index-btn {
        position: relative;
        top: -8px;
        left: 20px;
    }

    .index-btn-res {
        position: relative;
        top: -8px;
        left: 41px;
    }

    .contact-area {
        max-width: 705px;
        padding-top: 35px;
        padding-bottom: 65px;
        padding-left: 8px;
        margin-left: 3px;
        margin-bottom: -75px;
    }

    .text-msg-container {
        margin-right: -1px !important;
        margin-left: 1px !important;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider .hs-item .hero-text .default-btn {
        /* display: unset !important; */
    }
}

.custom-navbar-brand {
    display: none;
}

.text-msg-container {
    margin-right: -5px;
    margin-left: -2px;
}

.modal-dialog {
    max-width: 340px;
    margin: 1.75rem auto;
}

.modal-header {
    background-color: #396CF0;
    color: #fff;
    justify-content: center;
}

.appoinment-icon {
    color: #007bff !important;
}

.btn-danger {
    color: #fff;
    background-color: #8CAE30;
    border-color: #8CAE30;
}

.btn-danger:hover {
    color: #fff;
    background-color: #8CAE30;
    border-color: #8CAE30;
}

.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #8CAE30;
    border-color: #8CAE30;
}

.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #8CAE30;
}

.hormone-icon 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%);
}

.hormone-icon ul li {
    position: relative;
    color: #666666;
    margin-bottom: 10px;
    padding-left: 23px;

}


.side-bar-hormonce .title-hormonce::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 90px;
    height: 3px;
    background: #396cf0;
}

.side-bar-hormonce .title-hormonce {
    margin-bottom: 26px;
    position: relative;
    margin-top: 35px !important;
}

.nesting-ul {
    padding: 0px;
    margin-top: 17px;
}

.widget-popular-tags-hd {
    font-weight: 700;
    font-size: 15px;
    padding: 6px 6px;
    color: #4d7bf2;
    /* background: #f4f4f4; */
    display: inline-block;
}

.sub-nested-hd {
    color: #000000c4;
}

.hd-number {
    font-size: 18px;
    font-weight: 500;
}

.nesting-ul-hd {
    padding: 0px;
    margin-top: 0px !important;
}

.img-tretment {
    /* height: 508px; */
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: -26px;
}

.img-tretment:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #8cae30;
    opacity: .4;
}

.nav-left-hd {
    margin-right: auto !important;
}

.icon-header-test {
    display: none !important;
}

@media (max-width: 1100px) {
    .icon-header-test {
        display: block !important;
    }

    .navbar-brand {
        margin-right: 26rem;
    }

    #header {
        height: 69px;
    }

    .social-sidebar {
        bottom: 12% !important;
    }
}

@media (max-width: 550px) {
    .navbar-brand {
        margin-right: 2.5rem;
    }
}

@media (max-width: 640px) {
    .navbar-brand {
        margin-right: 2.5rem;
    }
}

.icons-header-social {
    border: 2px solid white !important;
    margin-top: 10px !important;
    border-radius: 6px !important;
    height: 2rem;
    width: 2rem;
}

.icon-social-site {
    border: 2px solid white !important;
    padding: 1px 7px !important;
    margin-top: 10px !important;
    border-radius: 6px !important;
}

.social-sidebar {
    position: fixed;
    right: 0;
    bottom: 7%;
    z-index: 999;
}

.social-sidebar .social-sidebar-item {
    display: flex;
    height: 65px;
    background: #3a6df1;
    text-align: left;
    margin-bottom: 2px;
    padding: 0 10px 0 25px;
    color: #fff;
    align-items: center;
    position: relative;
}

.social-sidebar .social-sidebar-item span {
    font-size: 13px;
    margin-left: 5px;
    line-height: 15px;
}

.social-sidebar .social-sidebar-item i {
    color: #FFFFFF;
    font-size: 44px;
    position: absolute;
    display: block;
    left: -45px;
    background: #25D366;
    padding: 12px;
    border-radius: 50%;
}

.expert-doctors .single-card {
    background: #FFFFFF;
    height: calc(100% - 30px);
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

/*.tz-gallery {*/
/*    padding: 40px;*/
/*}*/

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 5px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: IcoFont !important;
    content: '\ec97';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 97.5%;
    height: 97%;
    opacity: 0;
    background-color: rgba(57, 108, 240, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.learn-more-btn, .learn-more-btn:hover {
    background-color: #3a6df1;
    border: 1px solid #3a6df1;
}

.welcome-inner-content ul.full-width-list li {
    float: unset;
    width: unset;
}

.custom-div-container p {
    margin-bottom: 10px;
}

.language-btn-group .btn {
    color: #3a6df1;
    display: inline-block;
    border: 1px solid #3a6df1;
    cursor: pointer;
    padding: 8px 30px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
}

.language-btn-group .btn.active {
    color: #ffffff;
    background: #3a6df1;
}

.patient-education-tab .default-btn{
    padding: 8px 12px;
    font-weight: bold;
    font-size: 12px;
}
