header {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

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

nav {
    background: #fff;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease-out;
}

.navbar-expand-md .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-brand {
    padding: 0rem 1rem;
    /* background-color: #fff; */
    margin-right: 0rem;
}

.navbar-toggler-icon {
    margin-top: -10px;
    margin-right: 40px;
}

.navbar-toggler-icon hr {
    margin-top: 0.2rem;
    margin-bottom: 0.35rem;
    border: 0;
    border-top: 4px solid #0062a8;
    border-radius: 1rem;
}

.banner-bg {
    background-image: url(/assets/images/banner/specialities-ban.jpg) !important;
    background-size: cover;
    position: relative;
}

.overlay.banner-bg:before {
    content: "";
    background: rgb(0 0 0 / 18%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.youtube-video {
    width: 100%;
    height: 20rem;
    border-radius: 2rem;
}

.text-banner {
    min-height: 37.7rem;
}

.text-banner h1 {
    margin-top: 14rem;
}

.international-page p {
    margin-top: 14rem;
}

.international-page h1 {
    margin-top: 0rem;
}

.navbar-expand-md .navbar-nav .nav-item .nav-link {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 500;
    /* padding: 20px 15px; */
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.navbar-expand-md .navbar-nav .nav-item>.nav-link.animated-link:hover {
    animation: toBottomFromTop10 0.3s forwards;
    color: #0062a8;
}

.navbar {
    padding: 0 0rem 0 1rem;
}

.logo {
    width: 110px;
    height: auto;
}

.top-bar {
    background: #1f4e85;
    padding: 8px;
    background: #fff;
    color: #111;
    border-bottom: 1px solid #d7d7d7;
}

.top-bar p,
.top-bar p a {
    color: #2b2b2b;
}

.top-bar-social-links ul {
    list-style: none;
    margin-bottom: 0;
    float: right;
}

.top-bar-social-links ul li {
    color: #1f4e85;
    font-size: 14px;
    display: inline-block;
    margin-right: 12px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    padding: 2px;
}

.last-menu {
    padding: 2.7rem 3rem;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    background-color: #0062a9;
    color: #fff !important;
    font-weight: 800;
}

.dropdown-menu {
    border-radius: 0rem;
    /* border-top: 4px solid #2962a8; */
    padding-bottom: 0px;
    padding-top: 0;
    min-width: 250px;
    margin-top: 0 !important;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid #4a576433;
    transition: all 0.3s ease-out;
    position: relative;
}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #275ba7;
}


/* .dropdown-menu:hover .dropdown-menu{
    display: block;
} */

.contacts-mob a {
    border-bottom: 1px solid #0062a9;
    padding: 1rem 0rem;
}

.contacts-mob a:hover h5 {
    color: #fff;
}

.contacts-mob h5 {
    color: #0062a9;
    font-weight: 600;
}

.dropdown-submenu {
    /* position: relative; */
}

.dropdown-submenu .dropdown-menu {
    display: none;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 50%;
}

.dropdown-submenu:hover>.dropdown-menu,
.dropdown-submenu:focus>.dropdown-menu {
    display: flex;
    flex-direction: column;
    position: absolute !important;
    left: 100%;
    top: 0px;
}

.bgclr-1 {
    background: #0392ce;
    border: 2px solid #0392ce;
    color: #ffffff;
}

@media (max-width: 992px) {
    .dropdown-menu {
        width: 50%;
    }
    .dropdown-menu .dropdown-submenu {
        width: auto;
    }
}

.white {
    color: #fff;
}

.v-center {
    align-items: center;
}

address span {
    font-size: 0.7rem;
    color: #000;
}

.v-baseline {
    align-items: center;
    background-color: #fff;
    box-shadow: -2rem -2rem #feb3a0;
}

.text-more p {
    margin-bottom: 0rem;
}

.text-more {
    padding-bottom: 0rem;
}

.text-more h4 {
    font-weight: 600;
    font-size: 1.1rem;
}

.pt-6 {
    padding-top: 6rem !important;
}

.review-main .owl-item {
    background-color: #fff;
    border-radius: 1rem;
    min-height: 27rem;
    max-height: 27rem;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.btn {
    border-radius: 0rem;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    color: #fff;
    padding: 0.8rem;
    margin-bottom: 0.2rem;
}

.last-menu::after {
    display: none;
}

.social h2 {
    text-align: center;
}

.btn-white:hover {
    background-color: #fff;
}

.btn-card {
    color: #000;
    display: block;
    border: 1px solid #000;
    width: 14rem;
    transition: 0.5s ease;
}

.btn-card:hover {
    color: #ffffff;
    text-decoration: none;
    background: #2a62a9;
    border-color: #2a62a9;
}

.over-img {
    position: absolute;
    top: 32%;
    width: 100%;
}

#location_all,
#onlinebook {
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0.1rem 0.1rem 1rem #eaeaea;
    border-radius: 1rem;
}

#onlinebook {
    height: 15rem;
    left: 5%;
}

#location_all {
    right: -45%;
    margin-top: 20%;
}

p a,
a {
    color: #0056b3;
}

#location_all ul {
    text-align: left;
    margin-left: 14%;
}

.over-img .icon {
    width: 100%;
    text-align: center;
}

.img-background .bg-img {
    width: 80%;
}

.bg-eef8f9 {
    background-color: #eef8f9;
    border-right: 1.5rem solid #fff;
    padding-top: 4rem !important;
}

.bg-eef8f9:last-child {
    border-right: 0rem solid #fff;
}

.btn-blue {
    display: inline-flex;
    border: none;
    font-size: 1.2rem;
    width: 14rem;
    padding: 1.5rem 1rem;
    font-weight: 600;
    background-image: linear-gradient(to right, #008dc5a6, #007aa9a3);
}

button.btn.btn-search {
    border: 1px solid #000;
    color: #000;
    width: 100%;
    min-height: 3rem;
    padding: 0.3rem;
    margin-bottom: 0;
}

button.btn.btn-search img {
    width: 45px;
}

.form-control:focus {
    border-color: #2a62a9;
    outline: 0;
    box-shadow: 0 0 8px 1px rgba(0, 123, 255, 0.25);
}

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

.owl-theme .owl-nav [class*="owl-"] {
    background: none;
}

.jumbotron {
    /* background: linear-gradient(to left, #1ca7c6 0%, #00536d 100%); */
    border-radius: 0rem;
}

.banner-btn {
    position: absolute;
    top: 13.333rem;
    right: -0.1rem;
}

.black {
    color: #000;
}

.mob-frame {
    position: absolute;
    right: 25.46rem;
}

.review-text {
    padding: 0.8rem;
}

.review-main p {
    font-size: 1rem;
    text-align: justify;
}

.review-main h6 {
    font-size: 1.1rem;
    text-align: right;
    font-weight: 600;
}

.bg-005995 {
    background-color: #005995;
}

.bg-fea087 {
    background-color: #fea087;
}

.color-7acaff {
    color: #7acaff;
}

.img-responsive {
    width: 100%;
}

.location-img {
    width: 100% !important;
}

.location-main .owl-item img {
    display: inline-block;
    width: 0.6rem;
    margin-right: 0.2rem;
}

.btn-green {
    background-color: #fea087;
    color: #fff;
    padding: 0.3rem 0.8rem;
}

.btn-black:hover {
    background-color: #26b1ff;
    color: #fff;
}


/* home page location and review css */

.location-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.location-carousel .owl-nav button.owl-prev {
    left: 0;
    display: none;
}

.location-carousel .owl-nav button.owl-next {
    right: 0;
    display: none;
}

.location-carousel .owl-dots {
    text-align: center;
    padding-top: 15px;
    display: none;
}

.location-carousel .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.location-carousel .owl-dots button.owl-dot.active {
    background-color: #000;
}

.location-carousel .owl-dots button.owl-dot:focus {
    outline: none;
}

.location-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.location-carousel span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.location-carousel .owl-nav button:focus {
    outline: none;
}

.location-carousel .locat-img-div {
    transition: all 0.3s ease-out;
    overflow: hidden;
    border-radius: 50%;
    background-color: #e9ecef;
    padding: 15px;
    position: relative;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
}

.location-carousel.owl-carousel.owl-drag .owl-item,
.location-carousel.owl-carousel .owl-stage {
    display: flex !important;
    justify-content: center;
}

.location-carousel .owl-item img {
    border-radius: 50%;
    transform: scale(1);
    margin: 0 auto;
    width: 100%;
    transition: all 0.5s;
    transition: transform 0.2s;
}

.location-carousel .owl-item .div-location-main {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.location-carousel .div-location-main .locat-img-div:hover {
    background-color: #2a62a9;
}

.location-carousel .div-location-main .locat-img-div:hover img {
    transform: scale(1.1);
    transition: transform 0.2s;
}

.location-carousel .div-location-main .loc-title {
    color: #000000;
    transition: all 0.5s ease-out;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px;
}

.location-carousel .div-location-main .loc-title a {
    color: #000000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
}

.location-carousel .div-location-main .loc-title a:hover {
    color: #2a62a9;
}

.location-carousel .div-location-main h5 {
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

.location-carousel .div-location-main h5 .fa {
    margin-right: 5px;
}

.location-carousel .div-location-main h5 a {
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

.location-carousel .div-location-main h6 {
    text-align: center;
    margin: 0;
}

.location-carousel .div-location-main h6 .fa {
    margin-right: 5px;
}

.location-carousel .div-location-main h6 a {
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

.location-carousel .div-location-main a.btn-location {
    background-color: #2a62a9;
    color: #fff;
    padding: 0.3rem 0.8rem;
    margin: 20px auto 0 auto;
    display: table;
    border: 2px solid #2a62a9;
    transition: all 0.5s;
}

.location-carousel .div-location-main a.btn-location:hover {
    background: #fff;
    color: #2a62a9;
}

.new-department {}

.new-department .new-department-sub {
    display: flex;
    border: 2px solid #e3e4e6;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.5s;
    justify-content: space-evenly;
    align-items: center;
}

.new-department .new-department-sub h4 {
    color: #0c141d;
    font-size: 17px;
    font-weight: 600;
    /* padding-top: 20px;
    padding-left: 20px; */
    transition: all 0.5s;
}

.new-department .new-department-sub:hover {
    border: 2px solid #2a62a9;
}

.new-department .new-department-sub:hover h4 {
    color: #2a62a9;
}

.home-speciality-img {
    margin-right: 10px;
}

.new-department .new-department-sub .home-speciality-img img {
    height: 70px;
    width: auto;
}

#by-speciality.form-control,
#by-location.form-control,
#by-name.form-control {
    display: none;
}

.profile-img img {
    max-width: 175px;
}

.profile-text {
    margin-top: 15px;
}

.box-shadow {
    /* max-height: 405px; */
}

.profile-card {
    margin: 0;
}

#button {
    display: inline-block;
    background-color: #034e85;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #fff;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #2a62a9;
    border: 1px solid #fff;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.testimonial-slide {
    background: #00aeef;
    /* Old browsers */
    background: -moz-linear-gradient( top, #00aeef 0%, #207cca 47%, #0062a8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, #00aeef 0%, #207cca 47%, #0062a8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, #00aeef 0%, #207cca 47%, #0062a8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#0062a8', GradientType=0);
    /* IE6-9 */
    padding: 70px 0;
}

.testimonial-slide .gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

.testimonial-slide .gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.testimonial-slide .owl-stage-outer {
    padding: 30px 0;
}

.testimonial-slide .gtco-testimonials .owl-nav {
    display: none;
}

.testimonial-slide .gtco-testimonials .owl-dots span {
    display: none !important;
}

.testimonial-slide .gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.testimonial-slide .gtco-testimonials .owl-dots .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.testimonial-slide .gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}

.testimonial-slide .gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}

.testimonial-slide .gtco-testimonials .card h5 {
    color: #01b0f8;
    font-size: 21px;

}

.testimonial-slide .gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}

.testimonial-slide .gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}

.testimonial-slide .gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.testimonial-slide .gtco-testimonials .center {
    opacity: 1;
}

.testimonial-slide .gtco-testimonials .center h5 {
    font-size: 24px;
}

.testimonial-slide .gtco-testimonials .center h5 span {
    font-size: 20px;
}

.testimonial-slide .gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

.testimonial-slide .owl-carousel .owl-nav button.owl-next,
.testimonial-slide .owl-carousel .owl-nav button.owl-prev {
    display: none;
}

.testimonial-slide .owl-carousel button.owl-dot {
    display: none;
}


/* ends */


/* owl nav */

.owl-prev span,
.owl-next span {
    color: #000;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #8199a3;
}

.owl-prev,
.owl-next {
    /* position: absolute;
    top: 0;
    height: 100%; */
}

.owl-prev {
    left: -4rem;
}

.quick-link,
.social {
    border-right: 2px solid #bdcdcd;
}

.btn-black {
    border: 1px solid #000;
    padding: 0.5rem 1rem;
    display: block;
    margin-top: 2rem;
    color: #000;
    max-width: 12rem;
}

.bg-034e85 {
    background-color: #034e85;
}

.right-border {
    border-right: 2px solid #ccc;
}

footer {
    background-color: #dff4f5;
    padding: 5rem;
}

.bg-034e85 p {
    font-size: 1rem;
}

footer ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type: none;
    margin-left: -2.3rem;
}

footer ul a {
    color: #6f7877;
}

.owl-next {
    right: -4rem;
}

.s-icon {
    width: 0.7rem !important;
    display: inline !important;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.pl-6 {
    padding-left: 5rem;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.doctor-main.owl-carousel .owl-item img {
    width: auto;
}

.location-carousel .owl-item img {
    width: 100%;
}


/* removing blue outline from buttons */

button:focus,
button:active {
    outline: none;
}

.bg-linear-blue {
    background-image: url(/assets/images/mob-bg.jpg);
    background-position-x: center;
    background-position-y: -1.5rem;
    background-repeat: no-repeat;
}

.side-bar {
    /* border: 1px solid #cbcbcb;
    border-radius: .5rem; */
    box-shadow: 0.3rem 0.3rem 1rem #ccc;
    border-radius: 4px;
}

.side-bar h4 {
    position: relative;
    padding-bottom: 10px;
}

.side-bar h4::after {
    content: "";
    height: 3px;
    width: 50px;
    background: #396cf0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 4px;
}

.side-bar ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
}

.speciality-side-bar li {
    /* padding: 1rem 0; */
    width: 100%;
}

.speciality-side-bar li a {
    color: #000;
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #d9d9d9;
    color: #111111;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.speciality-side-bar li:last-child a {
    border-bottom: none;
}

.speciality-side-bar li a::before {
    content: "\f054";
    font-family: "FontAwesome";
    /* font-weight: 600; */
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    z-index: 1;
    color: #d9d9d9;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.speciality-side-bar li a::after {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    font-size: 28px;
    background-color: #d9d9d9;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.speciality-side-bar li a:hover {
    text-decoration: none;
    background: #2a62a9;
    color: #fff;
}

.speciality-side-bar li a:hover::before {
    color: #fff;
}

.speciality-side-bar li a:hover::after {
    background-color: #fff;
}

.last {
    border-bottom: 0px dotted #e6e6e6 !important;
}

.speciality-side-bar li {
    /* padding: 2rem 0 1rem;
    border-bottom: 1px dotted #e6e6e6; */
}

.sub-speciality {
    padding: 1rem;
    margin: 1rem;
    /* min-height: 25rem; */
}

.doc-content {
    padding: 1rem;
    margin: 1rem;
    background-color: #e7f7f7;
    box-shadow: 1rem 1rem 1.5rem #e6e6e6;
}

.sep-doctor {
    padding: 1rem;
    margin: 1rem;
    /* min-height: 58rem; */
}
@media only screen and (max-width: 480px) {
    .col.align-content-center h2 {
      margin-top: 25px;
      margin-bottom: 0px;
  }
  
  
  }
@media only screen and (max-width: 480px) {
    .sep-doctor {
      margin-bottom: -30% !important;
  }
}

.surg-content {
    padding: 1rem;
    margin: 1rem;
    background-color: #e7f7f7;
}

.sub-speciality .owl-prev,
.sub-speciality .owl-next {
    position: absolute;
    top: 10rem;
    height: 100%;
}

.sep-doctor .owl-prev,
.sep-doctor .owl-next {
    /* position: absolute;
    top: 25rem;
    height: 100%; */
}

.blank-space {
    min-height: 8rem;
    border-bottom: 1px solid #ccc3;
}

.appointment-img {
    display: inline;
    width: 4rem;
}

.appointment-text {
    display: inline;
}

.appointment-img img {
    width: 2rem;
}

.sep-doctor .owl-next {
    right: 22rem;
}

.sep-doctor .owl-prev {
    left: 22rem;
}

.review-main .owl-next {
    right: 0rem;
}

.review-main .owl-prev {
    left: 0rem;
}

.sub-speciality .owl-next {
    right: 23rem;
}

.sub-speciality .owl-prev {
    left: 23rem;
}

.box-shadow {
    box-shadow: 0.3rem 0.3rem 1rem #ccc;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.profile-text {
    transform: translate3d(0, 0%, 0);
    padding: 1rem;
}

.profile-card img {
    /* webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); */
}

.profile-card {
    display: flex;
    flex-direction: column;
    position: relative;
    /* justify-content: space-evenly; */
    height: 100%;
}

.doctors-lists .profile-card {
    justify-content: space-evenly;
    height: 100%;
}

.doctors-lists .box-shadow {
    height: 100%;
}

.profile-card .profile-img {
    width: 100%;
    margin-top: -6rem;
}

.profile-card .profile-text p {
    min-height: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
}

#by-location,
#by-speciality {
    margin-top: 0;
}

.resources-1 {
    position: absolute;
    top: 5rem;
    background-color: #505050;
    padding: 2.2rem rem !important;
    width: 93%;
}

.w-95-5 {
    width: 97.5% !important;
    height: 18.3rem;
}

.fit-height {
    height: 18.3rem;
}

.btn-white-out {
    border: 2px solid #000;
    color: #000;
    padding: 1rem 2rem;
}

.left-align-img {
    width: 8rem;
    margin-left: -5rem;
}

.bg-f07e01 {
    background-color: #fea087;
}

.branchs-icon {
    width: auto;
    margin-bottom: 1rem;
}

.bg-f07e01 .col-md-4:nth-child(2) .branchs-icon {
    margin-bottom: 2rem;
}

.bg-f07e01 .col-md-4:nth-child(3) .branchs-icon {
    margin-bottom: 2rem;
}

.bg-f07e01 .col-md-4 {
    padding: 1rem;
    border-right: 2px solid #fff;
}

.bg-f07e01 .col-md-4:last-child {
    border-right: none;
}

.testi-content {
    border-right: 1rem Solid #fea087;
    border-bottom: 1rem solid #fea087;
    border-bottom-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    padding: 3rem 4rem 3rem 2rem;
    box-shadow: -0.5rem -0.5rem 2rem #ccc;
}

.book-appointment .col-md-6 .resources-book {
    border: 1px solid #000;
    padding: 3rem 1rem;
}

.btn-white-out img {
    width: 1rem;
}

.resources-book h5 {
    font-size: 3.25rem;
}

.resources-gallery {
    position: absolute;
    top: 2rem;
    padding: 2.2rem 3rem !important;
    width: 93%;
}

.resources-gallery h2 {
    font-size: 3rem;
}

.sep-doctor .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #86979100;
    color: #fff;
    text-decoration: none;
}

.sub-speciality .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #86979100;
    color: #fff;
    text-decoration: none;
}

.owl-nav.disabled {
    display: inline !important;
}

.btn-profile img {
    width: 2rem !important;
    /* margin-top: 2rem; */
}

.col-md-4 .profile-text {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* margin-top: 6rem; */
}

.col-md-4 .profile-text hr {
    width: 100%;
    margin-top: 0rem;
}

.tab-pane {
    display: none;
}

.active {
    display: block !important;
}

.btn-profile {
    align-items: center;
    display: flex;
    background: #00adef;
    text-align: center;
    padding: 1.5rem 3rem;
    font-size: 1rem;
    font-weight: 600;
}

#tab-function .nav {
    width: 100%;
}

#tab-function a:hover {
    text-decoration: none;
}

.doc-tabs img {
    width: 2rem;
    height: max-content;
    margin-right: 0.5rem;
    margin-top: 0.1rem;
}

.doc-tabs {
    padding: 1.4rem 2rem;
    min-height: 5.5rem;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 1.3rem;
    color: #5b6bce;
    display: flex;
    align-items: center;
}

.test-bg {
    width: 100%;
}

.tab-contant {
    padding: 2rem;
    border: 1px solid #000;
}

.tab-contant h2 {
    color: #5b6bce;
}

.test-inner {
    position: absolute;
}

.vid-img {
    width: 100% !important;
}

.doc-tabs:hover,
.tab-btn.active .doc-tabs {
    background-color: #ffffffd1;
    border-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 0px 13px 3px #a2a2a245;
}


/* .tab-btn.active .doc-tabs {
    background-color: #00adefd1;
    border-color: #fff;
} */

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #86979100;
    color: #fff;
    text-decoration: none;
}

.left-testimonial {
    padding: 4rem 6rem;
    background-color: #ffffffdb;
    border-radius: 2rem;
    min-height: 20rem;
}


/* about us */

.sec-title .border {
    position: relative;
    overflow: hidden;
    display: block;
    background: #f0f0f0;
    height: 1px;
    display: block;
    border: none !important;
}

.sec-title .border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background: #0392ce;
    content: "";
    right: 0;
    margin: 0 auto;
}

.certificates-area {
    background: #ffffff;
    padding-bottom: 80px;
}

.certificates-area .sec-title {}

.certificates-area .locat-img-div {
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    margin: 5px;
}

.certificates-area .certificates .single-item {
    height: auto;
    width: 100%;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    text-align: center;
    overflow: hidden;
}

.certificates-area .certificates .single-item a {}

.certificates-area .certificates .single-item:hover {}

.certificates-area .certificates .single-item:hover img {
    opacity: 0.9;
}

.certificates-area .owl-controls {
    position: absolute;
    right: -5px;
    top: -103px;
}

.certificates-area .owl-dots .owl-dot {
    background-image: none;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    padding: 0px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 500ms ease;
    float: left;
}

.certificates-area .owl-dots .owl-dot span {
    display: none;
}

.certificates-area .owl-dots .owl-dot.active {
    background: #0392ce;
    border-color: #0392ce;
    border-radius: 20px;
    /* border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; */
}

.certificates-area .owl-carousel .owl-dots {
    display: block !important;
    position: absolute;
    right: 0;
    top: -55px;
}

.certificates-area .owl-carousel .owl-nav {
    display: none;
}

.certificates-area .sec-title .border:before {
    right: auto;
}

#accordion .card {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #d1d3d4;
}

#accordion .card .card-header {
    background: none;
    border: none;
    padding: 25px 0;
}

#accordion .card .card-header.top-headline {
    padding: 0 0 25px;
}

#accordion .card .card-body {
    padding: 0 0 25px;
}

.leadership .doctors-list {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: rgb(0 123 255 / 4%);
    margin-bottom: 30px;
}

.leadership .doctors-list .doc_imgcol {
    text-align: center;
}

.leadership .doctors-list p.doc_name {
    font-size: 16px;
    padding-top: 15px;
    font-weight: 600;
    text-align: center;
}

.leadership .doctors-list p.decrip {
    text-align: justify;
}

.accreditations {}

.accreditations img {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    transition: ease-in 0.5s;
}

.accreditations img:hover {
    transform: scale(1.1);
}

.accreditations h4.accreditations-title {
    font-size: 20px;
    color: #00aeef;
    margin: 0;
    padding-bottom: 10px;
    line-height: 28px;
}

.accreditations p.accreditations-descrip {
    font-size: 16px;
}

.accreditations .accreditations-sub {
    margin-bottom: 30px;
}


/* about us end */


/* FAQs Accordian  */

.faq-accordian .card-header {
    /* background: #f1f7fa; */
    padding: 0;
    position: relative;
}

.faq-accordian .card-header h5 {
    margin-bottom: 0;
}

.faq-accordian .card-header h5 a {
    font-weight: 600;
    font-size: 18px;
    display: block;
    text-decoration: none;
    padding: 18px 15px;
    color: #ffffff;
    background: #2a62a9;
}

.faq-accordian .card-header h5 a.collapsed {
    color: #0062a9;
    background: #f1f7fa;
}

.faq-accordian .card-body {
    background: #f1f7fa;
    margin-top: 5px;
    padding: 18px 15px;
}

.faq-accordian .card-body h4 {
    font-size: 20px;
    font-weight: 500;
}

.faq-accordian .card-header,
.faq-accordian .card {
    border: 0;
}

.faq-accordian .card {
    margin-bottom: 8px;
}

.faq-accordian .card-header::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #dde3e6;
    z-index: 7;
    top: 0;
    right: 60px;
}

.faq-accordian .card-header h5 a::after {
    font-family: FontAwesome;
    content: "\f078";
    font-weight: 600;
    right: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.faq-accordian .card-header h5 a.collapsed::after {
    content: "\f054";
    color: #0062a9;
}


/* FAQs Accordian Ends */


/* Contact Us */

.contact-us {
    padding-top: 80px;
}

.contact-us .sec-title {
    position: relative;
}

.tabs {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.tabs .active-tab {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    position: relative;
    color: black;
}

.tabs .active-tab:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -0.1em;
    left: 0;
    background: white;
}

.tabs li {
    display: inline-block;
    cursor: pointer;
    color: #0392ce;
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 18px;
}

.tabs li:first-child {
    margin-left: 10px;
}

.tabs-content {
    margin: 20px 0 70px 0;
    padding: 0;
    list-style: none;
}

.tabs-content .tab-cont-list {
    display: none;
}

.contact-us .sec-title .border:before {
    right: auto;
}

.contact-carousel .owl-nav button.owl-prev {
    display: none;
}

.contact-carousel .owl-nav button.owl-next {
    display: none;
}

.contact-us .drop-select {
    width: 200px;
    position: absolute;
    right: 0;
    top: 15px;
    padding: 7px 10px;
    border: 1px solid #f0f0f0;
    font-size: 16px;
    text-transform: capitalize;
}

.contact-us .drop-select:focus {
    outline: none;
}

.contact-us .size_chart {
    margin: 2rem 0;
}

.contact-us .contact-form form {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    display: block;
    padding: 36px 30px 60px;
    margin-bottom: 50px;
}

.contact-us .contact-form form h2 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 35px;
}

.contact-us .contact-form form input[type="text"],
.contact-us .contact-form form input[type="email"],
.contact-us .contact-form form textarea {
    background: #ffffff;
    border: 1px solid #ececec;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease;
}

.contact-us .contact-form form textarea {
    height: 120px;
    margin-bottom: 32px;
    padding: 10px 20px;
}

.contact-us .contact-form form button {
    width: 100%;
    padding: 14px 0 13px;
}

.quick-contact {
    overflow: hidden;
    padding: 50px 30px 54px;
    border: 1px solid #f4f4f4;
}

.quick-contact .title {
    margin-bottom: 25px;
}

.quick-contact .title h2 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 30px;
    text-transform: capitalize;
}

.quick-contact .title p {
    color: #999999;
    font-size: 16px;
    margin: 0;
}

.quick-contact .contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quick-contact .contact-info li {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 15px;
    padding-left: 35px;
    padding-bottom: 10px;
    position: relative;
    display: block;
}

.quick-contact .contact-info li .fa {
    font-size: 24px;
    color: #00aeef;
}

.quick-contact .contact-info li .icon-holder {
    position: absolute;
    top: 3px;
    left: 0;
}

.quick-contact .contact-info li .text-holder h5 {
    color: #999999;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.quick-contact .social-links {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 0;
    margin: 0 auto;
    display: table;
}

.quick-contact .social-links li {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.quick-contact .social-links li a,
.quick-contact .social-links li a:hover,
.quick-contact .social-links li a:active,
.quick-contact .social-links li a:focus {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
    color: #fff;
}

.quick-contact .social-links li a i {
    color: #999999;
    font-size: 16px;
    transition: all 500ms ease;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #999999;
}

.quick-contact .social-links li a i:hover {
    border: 1px solid #00aeef;
    color: #00aeef;
}

.quick-contact .contact-info li .text-holder h5 span {
    color: #333333;
    font-weight: 400;
}

.contact-us .sec-title .border-left::before {
    right: 0;
}

.map-section {
    margin-top: 2rem;
}

.hospital-img {
    margin-top: 2rem;
}

.team-area.doctor {
    padding-top: 80px;
    padding-bottom: 45px;
    background: #fcfcfc;
    border-bottom: 1px solid #f0f0f0;
}

.team-area.doctor ul {
    list-style: none;
    padding-left: 10px;
}

.team-area.doctor .single-team-member .img-holder .overlay-style {
    background: rgba(0, 0, 0, 0.8);
}

.sec-title {
    margin-top: -3px;
    padding-bottom: 50px;
    position: relative;
}

.sec-title h1 {
    color: #222222;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.sec-title .border {
    position: relative;
    overflow: hidden;
    display: block;
    background: #f0f0f0;
    height: 1px;
    display: block;
    border: none !important;
}

.sec-title .border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background: #0392ce;
    content: "";
    right: unset;
    margin: 0 auto;
}

.team-area .single-team-member {
    position: relative;
    margin-bottom: 35px;
}

.team-area .single-team-member .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-area .single-team-member .img-holder img {
    transition: all 0.5s ease 0s;
    width: 100%;
}

.team-area .single-team-member .img-holder .overlay-style {
    background-color: rgba(3, 146, 206, 0.8);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    padding: 0 20px;
    transform: translate3d(0px, -100%, 0px);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.team-area.doctor .single-team-member .img-holder .overlay-style {
    background: rgba(0, 0, 0, 0.8);
}

.team-area .single-team-member .img-holder .overlay-style .box {
    display: table;
    width: 100%;
    height: 100%;
}

.team-area .single-team-member .img-holder .overlay-style .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.team-area .single-team-member .img-holder .overlay-style .box .content .top {
    position: relative;
    right: 100%;
    transition: all 0.9s ease;
}

.team-area .single-team-member .img-holder .overlay-style .box .content .top h3 {
    color: #ffffff;
    margin: 0 0 3px;
}

.team-area .single-team-member .img-holder .overlay-style .box .content .top span {
    color: #fcfcfc;
}

.team-area .single-team-member .img-holder .overlay-style .box .content .border {
    display: block;
    height: 1px;
    width: 50px;
    background: #ffffff;
    margin: 11px 0 21px;
}

.team-area .single-team-member .img-holder .overlay-style .box .content .bottom {
    position: relative;
    left: 100%;
    transition: all 0.9s ease;
}

.team-area .single-team-member .img-holder .overlay-style .box .content .bottom ul li {
    color: #ffffff;
    line-height: 32px;
}

.team-area .single-team-member .img-holder .overlay-style .box .content .bottom ul li i {
    display: inline-block;
    padding-right: 8px;
}

.team-area .single-team-member .text-holder {
    background: #ffffff;
    padding-top: 18px;
    padding-bottom: 12px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate3d(0px, 0%, 0px);
    transition: all 0.9s ease;
    transition-delay: 0.1s;
    border: 1px solid #f5f2f2;
    border-top: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.team-area .single-team-member .text-holder h3 {
    color: #222222;
    font-size: 20px;
    text-transform: none;
    margin: 0 0 3px;
}

.team-area .single-team-member .text-holder span {
    color: #0392ce;
}

.team-area .single-team-member:hover .img-holder .overlay-style {
    transform: translate3d(0px, 0%, 0px);
}

.team-area .single-team-member:hover .img-holder .overlay-style .box .content .top {
    right: 0%;
}

.team-area .single-team-member:hover .img-holder .overlay-style .box .content .bottom {
    left: 0%;
}

.team-area .single-team-member:hover .text-holder {
    transform: translate3d(0px, 120%, 0px);
    opacity: 0;
}


/* Contact us ends */


/* Careers */

.career {
    margin: 4rem 0 5rem 0;
}

.career .career-sub {
    box-shadow: 0 0 10px #0000001f;
    padding: 20px;
    border-radius: 10px;
}

.career .career-sub h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    padding: 20px 0;
    margin: 0;
    color: #034e85;
}

.career .career-sub p {
    font-size: 16px;
    line-height: 22px;
}

.career .carrer-role {}

.career .carrer-role .main {
    width: 100%;
    margin: 20px 0;
}


/* .career .carrer-role  select {
    display: none !important;
} */

.career .carrer-role .dropdown-select {
    background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.career .carrer-role .dropdown-select:focus {
    background-color: #fff;
}

.career .carrer-role .dropdown-select:hover {
    background-color: #fff;
}

.career .carrer-role .dropdown-select:active,
.career .carrer-role .dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.career .carrer-role .dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: "";
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.career .carrer-role .dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.career .carrer-role .dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.career .carrer-role .dropdown-select.open .option {
    cursor: pointer;
}

.career .carrer-role .dropdown-select.wide {
    width: 100%;
}

.career .carrer-role .dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.career .carrer-role .dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.career .carrer-role .dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.career .carrer-role .dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
}

.career .carrer-role .dropdown-select .dd-searchbox {
    width: 1000%;
    padding: 0;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    outline: none;
}

.career .carrer-role .dropdown-select .dd-searchbox:focus {
    border-color: #034e85;
}

.career .carrer-role .dropdown-select .list ul {
    padding: 0;
}

.career .carrer-role .dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.career .carrer-role .dropdown-select .option:hover,
.career .carrer-role .dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.career .carrer-role .dropdown-select .option.selected {
    font-weight: 600;
    color: #034e85;
}

.career .carrer-role .dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.career .carrer-role .dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.career .carrer-role .dropdown-select a:hover {
    color: #666;
}

.career-list {}

.career-list .career-list-sub {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px #0000001f;
    padding: 25px 25px;
    margin-bottom: 20px;
    min-height: 350px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.career-list .career-list-sub h3 {
    font-size: 14px;
    font-weight: 600;
    color: #034e85;
    text-transform: uppercase;
    text-align: center;
}

.career-list .career-list-sub p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
}

.career-list .career-list-sub a.career-btn {
    margin: 15px auto;
    padding: 5px 15px;
    display: table;
    background: #034e85;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}


/* Careers */


/* Gallery CSS */

.gallery-box-wrapper {
    padding: 10px;
    border: 1px solid #808080;
}

.gallery-box {
    position: relative;
}

.gallery-box .img {
    height: 300px;
    overflow: hidden;
    display: flex;
}

.gallery-box .img img {
    width: 100%;
    object-fit: cover;
}

.gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #1a5880c2, #007fd2ad, #48adef54);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); */
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.5s ease;
}

.gallery-box:hover .gallery-content {
    /* -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); */
    opacity: 1;
}

.gallery-content h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.gallery-content i {
    background: #fff;
    padding: 8px 9px;
    color: #48adef;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
}


/* Gallery CSS Ends */


/* Publications */

.publications .public-sub {
    background: #dff4f56b;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #dff4f5;
    transition: all 0.5s;
    margin-bottom: 30px;
}

.publications .public-sub:hover {
    background: #034e8561;
}

.publications .public-sub h3 {
    color: #000;
    font-size: 22px;
    margin: 0;
    transition: all 0.5s;
    position: relative;
    line-height: 24px;
    padding-bottom: 5px;
}

.publications .public-sub .pulic-sub-content::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #00aeef;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 2px;
    transition: all 0.5s;
}

.publications .public-sub:hover .pulic-sub-content::before {
    width: 100%;
    border-bottom: 1px solid #fff;
}

.publications .public-sub p {
    font-size: 16px;
    margin: 0;
    padding: 5px 0;
    line-height: 22px;
    transition: all 0.5s;
}

.publications .public-sub:hover h3 {
    color: #fff;
}

.publications .public-sub:hover p {
    color: #fff;
}

.publications .public-sub p.pulic-sub-content {
    position: relative;
}


/*  */

.right-sidebar {
    position: fixed;
    width: 285px;
    right: -278px;
    top: 285px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: linear-gradient(to right, #008dc5a6, #007aa9a3);
    transition: 0.6s ease;
    z-index: 100;
    /* padding: 20px 5px; */
}

.show-right-sidebar {
    right: 0;
}

.right-nav {}

.right-sidebar .right-fixed-btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 0;
    border-radius: 6px;
    transform: rotate(-90deg);
    background: #e3000f;
    position: absolute;
    left: -127px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0px -2px 15px -5px #565656;
    padding: 10px 35px;
}

.right-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.right-sidebar ul li a {
    width: 100%;
    padding: 15px;
    text-align: left;
    margin-bottom: 0px;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #fff;
}

.right-sidebar ul li:last-child a {
    border-bottom: 0;
}

.right-sidebar ul li a .appointment-img {
    width: 3rem;
}

.right-sidebar ul li a .appointment-img img {
    width: 1.5rem;
}

@media (min-width: 1200px) {
    .branches-page .doc-content {
        padding: 3.5rem;
    }
    .branches-page .doc-content h2 {
        margin-bottom: 2rem;
    }
    .branches-page .side-bar {
        /* padding-top: 3rem!important; */
    }
    .branches-page .doc-content p {
        line-height: 2;
    }
    .doc-test-main .owl-prev,
    .doc-test-main .owl-next,
    .right-testimonial .owl-prev,
    .right-testimonial .owl-next {
        position: absolute;
        top: 14rem;
        height: 100%;
    }
    .doc-test-main .owl-prev {
        left: 5rem;
    }
    .right-testimonial .owl-prev {
        left: 11rem;
    }
    .doc-test-main .owl-next {
        right: 5rem;
    }
    .right-testimonial .owl-next {
        right: 11rem;
    }
    .test-inner {
        padding-top: 6rem;
    }
    .right-text .doc-content {
        padding: 3.5rem;
        min-height: 30rem;
    }
    .container {
        max-width: 1292px;
    }
    .bg-linear-blue {
        background-size: 100%;
    }
    .right-text {
        margin-top: 7rem;
    }
}

@media (min-width: 767px) {
    .doc-tabs {
        margin: -0.5rem;
    }
    .jumbotron {
        padding: 1rem 2rem;
    }
    .nav-link {
        padding: 0rem 1rem;
    }
    .navbar-expand-md .navbar-collapse {
        /* display: block!important; 
        justify-content: flex-end;
        height: 105px;
        display: flex;*/
        justify-content: left;
        align-items: center;
    }
    .navbar-nav {
        float: right;
        /*  height: 100%; */
    }
    .navbar-nav li.nav-item {
        height: 100%;
    }
    .contacts-mob {
        top: 100%;
        right: 0.1rem;
        left: -3rem;
        background-color: #dff4f5ab;
        text-align: center;
        border: 0px solid;
        padding: 1rem;
    }
    .dropdown-toggle .contacts-mob a {
        padding: 1rem 1rem;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        color: #0062a9;
    }
}

@media (min-width: 767px) {
    .navbar-expand-md .navbar-collapse {
        /* display: block!important; 
        justify-content: flex-end;
        height: 105px;
        display: flex;*/
        height: 105px;
    }
}


/* desktop view */

@media (min-width: 1200px) {
    .search-section {
        max-width: 1100px;
    }
    .appointment-img img {
        width: 2.5rem;
    }
    .appointment-img {
        width: 5rem;
    }
}


/* potrate devices */

@media (max-width: 1250px) and (min-width: 500px) {
    li.nav-item {
        display: inline-block;
    }
    .appointment-img img {
        width: 100%;
    }
    /* .navbar-nav {
        display: inline;
    } */
    .nav-link {
        padding: 1rem 0rem;
    }
    .num-more {
        font-size: 2rem;
    }
    .mob-frame {
        right: 7.2rem;
    }
    .banner-btn {
        position: absolute;
        top: 13.333rem;
        width: 29rem;
        right: -1.05rem;
    }
    h4 {
        font-size: 1.1rem;
    }
    .speciality-side-bar li a {
        font-size: 0.8rem;
    }
    .btn-black {
        font-size: 0.8rem;
    }
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: 0.7rem;
    }
    .btn-card {
        font-size: 0.7rem;
        width: 10rem;
    }
    .resources-1 {
        background-color: #505050;
        padding: 1.75rem 1rem !important;
    }
    h2 {
        font-size: 1.1rem;
    }
    footer ul a {
        font-size: 0.8rem;
    }
}


/* mobile view */

@media (max-width: 575px) {
    .navbar-expand-md .navbar-nav .nav-item .nav-link {
        justify-content: left;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        width: 100%;
        position: relative !important;
        left: 0;
        transform: unset;
        visibility: visible;
        opacity: 1;
    }
    #collapsibleNavbar {
        height: 90vh;
        overflow-y: auto;
    }
    #location_all {
        right: 0;
        margin-top: 15%;
    }
    #onlinebook {
        height: 15rem;
        left: 0;
    }
    .review-main .owl-item img {
        width: 100%;
    }
    .over-img {
        top: 0;
    }
    .bg-eef8f9 {
        border-right: 0rem solid #fff;
        margin: 1rem;
    }
    .img-background .bg-img {
        width: 100%;
        height: 35rem;
        opacity: 0;
    }
    h1 {
        font-size: 1.2rem;
    }
    .mob-mt-4 {
        margin-top: 4rem;
    }
    h2 {
        font-size: 1rem;
    }
    p {
        font-size: 0.8rem;
    }
    .btn {
        font-size: 0.7rem;
    }
    a.ml-2 {
        margin-left: 0px !important;
    }
    .doc-content {
        margin: 0rem;
    }
    .left-testimonial {
        padding: 2rem 1rem;
        background-color: #ffffffdb;
        border-radius: 2rem;
        min-height: 15.5rem;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .testimonials-section {
        min-height: 33rem;
    }
    .color-7acaff {
        text-align: center;
    }
    .doc-tabs {
        margin-right: 0rem;
        margin-left: 0rem;
        padding: 1rem 1rem;
        min-height: 4rem;
        font-size: 1rem;
        color: #5b6bce;
    }
    .test-bg {
        min-height: 35rem;
    }
    .youtube-video {
        height: 13rem;
    }
    .mob-m-0 {
        margin: 0rem !important;
        margin-top: 1rem !important;
    }
    .mob-mt-2 {
        margin-top: 2rem;
    }
    .right-border {
        border-right: 0px solid #ccc;
    }
    .bg-034e85 .col-md-7 {
        padding-top: 1rem;
        border-top: 2px solid #fff;
        margin-top: 1rem;
        text-align: justify;
    }
    footer {
        padding: 2rem 1rem;
    }
    footer .pl-6 {
        padding-left: 1rem;
        padding-top: 1rem;
        margin-top: 1rem;
        border-top: 2px solid #bdcdcd;
    }
    .quick-link {
        border-right: 0px solid #bdcdcd;
    }
    .social {
        border-right: 0px solid #bdcdcd;
        border-top: 2px solid #bdcdcd;
        padding-left: 1rem;
        padding-top: 1rem;
        margin-top: 1rem;
    }
    .p-5 {
        padding: 2rem 1rem !important;
    }
    .pt-6 {
        padding-top: 2rem !important;
    }
    .pb-6 {
        padding-bottom: 2rem !important;
    }
    .navbar {
        padding: 10px 1rem 10px 1rem;
    }
    .dropdown-item {
        padding: 1rem !important;
    }
    .nav-item:last-child {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .contacts-mob {
        text-align: center;
    }
    .logo {
        width: 4rem;
    }
    button.btn.btn-search {
        /* width: 14rem; */
    }
    .btn-black {
        width: 10rem;
    }
    img.img-social {
        width: 2.8rem;
    }
    .navbar-toggler-icon {
        margin-top: 0px;
        margin-right: 0;
    }
    .navbar-toggler-icon hr {
        margin-top: 0.2rem;
        margin-bottom: 0.35rem;
        border: 0;
        border-top: 4px solid #0062a8;
        border-radius: 1rem;
    }
    h3 {
        font-size: 1.1rem;
        font-weight: 600;
    }
    .mob-frame {
        right: -6.8rem;
    }
    .bg-linear-blue {
        background-image: url(/assets/images/mob-bg.jpg);
        background-position-x: center;
        background-position-y: -5.5rem;
    }
    .owl-next {
        right: -1rem;
    }
    .owl-prev {
        left: -1rem;
    }
    .sep-doctor .owl-next {
        right: 2rem;
    }
    .sep-doctor .owl-prev {
        left: 2rem;
    }
    .sub-speciality .owl-next {
        right: 3rem;
    }
    .sub-speciality .owl-prev {
        left: 3rem;
    }
    .btn-card {
        width: 11rem;
    }
    .banner-btn {
        position: absolute;
        top: 96px;
        right: 0;
    }
    .btn-blue {
        padding: 0.5rem 1rem;
    }
    .text-banner h1 {
        /* text-align: center; */
        margin-top: 0;
    }
    .m-3 {
        margin: 0rem !important;
    }
    .text-banner {
        min-height: 7rem;
    }
    .btn-blue {
        width: 9.5rem;
    }
    .review-text {
        padding: 2rem;
    }
    .social h2 {
        text-align: left;
    }
    .col-md-4 .profile-text {
        transform: translate3d(0, -5%, 0);
        padding: 1rem;
        min-height: 22rem;
    }
    .doctors-lists .profile-card {
        height: 75%;
    }
    .right-sidebar {
        /* display: none; */
    }
    .jumbotron {
        min-height: 175px !important;
        background-size: contain;
    }
    .blank-space {
        min-height: 12rem;
        border-bottom: 1px solid #ccc3;
    }
}


/*tab view */

@media (max-width: 767px) {
    .navbar-expand-md .navbar-nav .nav-item .nav-link {
        justify-content: left;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        width: 100%;
        position: relative !important;
        left: 0;
        transform: unset;
        visibility: visible;
        opacity: 1;
    }
    #collapsibleNavbar {
        height: 90vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 769px) and (min-width: 576px) {
    .quick-link,
    .social {
        border-right: 0px solid #bdcdcd;
    }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
    .pl-6 {
        padding-left: 1rem;
    }
}

@media screen and (max-width: 700px) and (min-width: 576px) {}

@media (min-width: 768px) and (max-width: 1000px) {
    .collapse {
        display: none !important;
    }
}


/*large screen */

@media (min-width: 1250px) {
    .navbar-nav {
        float: right;
        height: 100%;
    }
    .navbar-expand-md .navbar-nav .nav-item .nav-link {
        padding: 20px 7px;
    }
}

@media (max-width: 1250px) and (min-width: 767px) {
    .navbar-nav {
        display: inline;
    }
}

