@import "bootstrap.min.css";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300,400;500;600;700&display=swap');
@import "https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.6.14/css/lightgallery.css";
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?rj51qv');
    src: url('../fonts/icomoon.eot?rj51qv#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?rj51qv') format('truetype'), url('../fonts/icomoon.woff?rj51qv') format('woff'), url('../fonts/icomoon.svg?rj51qv#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-internet:before {
    content: "\e900";
}

body {
    font-family: 'Raleway', sans-serif;
    line-height: normal;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

h2 {
    font-size: 45px;
    color: #234292;
    font-weight: 700;
}

h3 {
    font-size: 29px;
    font-weight: 700;
    line-height: 45px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    transition: all 0.3s;
}

.form-control {
    height: 54px;
    border-radius: 5px;
    background-color: #f3f3f2;
    font-size: 16px;
    color: #818181;
}

.form-control:focus {
    box-shadow: none;
    border-color: #234292;
}

.form-group {
    margin-bottom: 20px;
}

textarea.form-control {
    height: auto;
    min-height: 149px;
    resize: inherit;
}

.wrapper {
    overflow: hidden;
}


/* BUTTON CSS */

.btn {
    height: 53px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 0;
}

.btn:focus {
    box-shadow: none;
}

.cta-primary {
    background-color: #6dbfcd;
    color: #fff;
}

.cta-primary:hover {
    background-color: #21418e;
    color: #fff;
}

.cta-secondary {
    background-color: #21418e;
    color: #fff;
}

.cta-secondary:hover {
    background-color: #6dbfcd;
    color: #fff;
}

section {
    padding: 70px 0;
}


/* HEADER CSS */

header {
    padding: 20px 0 40px;
}

header .top-bar {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 5;
    align-items: flex-start
}

header .top-bar .right-link {
    display: inline-flex;
    align-items: center;
}

header .top-bar .social-top {
    display: flex;
    align-items: center;
    ;
}

header .top-bar .social-top li {
    margin: 0 7px;
}

header .top-bar .social-top a {
    display: inline-block;
}

header .top-bar .social-top a img {
    transition: all 0.3s;
}

header .top-bar .social-top a:hover img {
    opacity: 0.7;
}

header .navbar-nav {
    margin: 0 -8px;
}

header .navbar-nav .nav-item {
    margin: 0 8px;
    position: relative;
}

header .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    background-color: #6dbfcd;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    font-weight: 500;
    padding: 5px 18px;
}

header .navbar-nav .nav-item .nav-link:hover {
    background-color: #234292;
}

header .navbar-nav {
    padding-top: 60px;
}

header .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

header .dropdown_links a {
    display: block;
    color: #234292;
    font-size: 16px;
    border-top: 1px solid #e9e9e9;
    padding: 8px 0;
    font-weight: 600;
}

header .dropdown_links:before {
    content: '';
    background-image: url(../images/arrow-up.png);
    position: absolute;
    top: -11px;
    left: 11px;
    width: 30px;
    height: 17px;
    background-repeat: no-repeat;
}

header .dropdown_links a:hover {
    text-decoration: none;
    color: #6dbfcd;
}

header .dropdown_links {
    padding: 5px 13px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 1.04);
    border-radius: 5px;
    position: relative;
}

header .dropdown_links a:first-child {
    border-top: none;
}

header .navbar-nav {
    justify-content: flex-end;
    margin-left: auto;
}

.search-form {
    padding: 32px 0;
}

.search-form h2 {
    text-align: center;
    margin-bottom: 30px;
}

.search-form .form-control {
    border-radius: 0;
    height: 47px;
    border-width: 2px;
    border-color: #959595;
    border-style: solid;
    border-left: none;
    font-size: 20px;
    color: #959595;
    text-align: center;
    background-color: #fff;
}

.search-form .form-control:focus {
    box-shadow: none;
}

.search-form form .row.no-gutters .col:first-child .form-control {
    border-left: 2px solid #959595;
}

.search-form form .row.no-gutters .col:first-child {
    max-width: 163px;
    width: 100%;
}

.search-form form .row.no-gutters .col:last-of-type .form-control {
    border-right: none;
}

.search-form form .btn {
    background-color: #6dbfcd;
    border-radius: 0;
    height: 40px;
    padding: 0;
    background-color: #6dbfcd;
    width: 60px;
    height: 47px;
}

.search-form form .btn:hover {
    background-color: #234292;
}

.brand-name {
    display: inline-block;
}

.mt--25 {
    margin-top: -25px;
}

.slider-main {
    background-image: url(../images/bg-slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 116px;
    position: relative;
}

section.slider-main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(20 14 72 / 52%);
}

.hero-text {
    text-align: center;
    padding: 193px 0 126px;
}

.hero-text h1 {
    color: #fff;
    font-size: 63px;
    font-weight: 700;
    margin-bottom: 47px;
}

.hero-text .btn {
    min-width: 387px;
    border-radius: 27px;
    text-transform: uppercase;
}

.hero-slider.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
    width: 29px;
    height: 29px;
    background: #ececec;
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span,
.hero-slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #6dbfcd;
}


/* OPTION CSS */

.options {
    padding: 70px 0;
}

.option-card {
    overflow: hidden;
    border-width: 6px;
    border-color: #6dbfcd;
    border-style: solid;
    border-radius: 40px;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.option-card .img-card {
    overflow: hidden;
}

.option-card .img-card img {
    transition: all 0.3s;
    width: 100%;
    height: 246px;
    object-fit: cover;
}

.option-card:hover .img-card img {
    transform: scale(1.1);
}

.option-card h3 {
    color: #234292;
    font-weight: 700;
    line-height: 1.067;
    margin: 0;
    text-decoration: none;
    padding: 27px 15px;
}

.option-card:hover h3 {
    color: #6dbfcd;
}

.option-card:hover {
    text-decoration: none;
}

.title {
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    margin: 0;
}

.doctor-apps .content ul li {
    font-size: 29px;
    line-height: 43px;
    font-weight: 500;
    color: #234292;
    display: flex;
}

.doctor-apps .content ul li span {
    flex: 1;
}

.doctor-apps {
    padding: 22px 0 50px;
}

.doctor-apps .title {
    margin-bottom: 53px;
}

.doctor-apps .content ul li i {
    margin-right: 22px;
}

.doctor-apps .content {
    padding: 64px 0;
}

.doctor-apps .content hr {
    border-color: #d7d7d7;
    margin: 37px 0;
}

.doctor-apps .media h4 {
    font-size: 25px;
    color: #234292;
    margin-bottom: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 23px;
}

.doctor-apps .media a {
    color: #ababab;
    font-size: 21px;
    font-weight: 500;
    line-height: 20px;
    display: inline-flex;
}

.doctor-apps .media .btn {
    font-size: 19px;
    font-weight: 600;
    min-width: 173px;
    height: 47px;
    line-height: 17px;
    color: #fff;
}

.doctor-apps .media-body {
    padding-right: 15px;
}

.doctor-apps .media {
    align-items: center;
    margin-bottom: 51px;
}

.doctor-apps .btn-apps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.doctor-apps .btn-apps a {
    margin-right: 18px;
}

.doctor-apps .btn-apps a:last-child {
    margin-right: 0;
}

.card-doctor .img-card {
    overflow: hidden;
}

.card-doctor .img-card img {
    width: 100%;
    height: 231px;
    object-fit: cover;
    transition: all 0.3s;
}

.card-doctor {
    background-color: #f2f0f1;
    display: flex;
    flex-direction: column;
}

.card-doctor:hover {
    text-decoration: none;
}

.card-doctor:hover .img-card img {
    transform: scale(1.1);
}

.card-doctor .card-body {
    padding: 20px;
    text-align: center;
}

.card-doctor .card-body h4 {
    color: #234292;
    font-weight: 600;
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 8px;
}

.card-doctor .card-body .desg {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 11px;
    color: #6dbfcd;
    font-weight: 700;
}

.card-doctor .card-body p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #575757;
}

.joined-doctor .card-doctor {
    margin-top: 83px;
}

.press-card {
    overflow: hidden;
    border-radius: 30px;
    border: 10px solid #6dbfcd;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.press-card .img-card img {
    width: 100%;
    transition: all 0.3s;
    height: 246px;
    object-fit: cover;
}

.press-card .img-card {
    overflow: hidden;
}

.press-card:hover .img-card img {
    transform: scale(1.1);
}

.press-card h2 {
    font-size: 48px;
    line-height: 32px;
    padding: 35.5px 30px;
}

.press-card:hover {
    text-decoration: none;
}

.press-card:hover h2 {
    color: #6dbfcd;
}

.press {
    padding: 40px 0 109px;
}

.consultaion {
    background-color: #e2e2e2;
    padding: 62px 0;
}

.consultaion .media {
    align-items: center;
}

.consultaion .media-body {
    padding-right: 15px;
    line-height: 45px;
    font-size: 35px;
    font-weight: 700;
    color: #2a2a2a;
}

.consultaion .btn {
    font-size: 17px;
    height: 54px;
    border-radius: 27px;
    font-weight: 700;
    min-width: 182px;
}

footer {
    color: #fff;
    background-color: #171717;
    padding: 86px 0 0;
}

footer h3 {
    color: #fff;
    margin-bottom: 45px;
}

footer .media {
    margin-bottom: 70px;
    align-items: center;
}

footer .media i {
    max-width: 70px;
    width: 100%;
    text-align: center;
    margin-right: 30px;
}

footer .media .media-body a,
footer .media .media-body p {
    font-size: 20px;
    line-height: 26px;
    color: #868686;
    display: inline-block;
    margin: 0 0;
}

footer .media .media-body a:hover {
    text-decoration: none;
    color: #6dbfcd;
}

footer .media .media-body p {
    margin-bottom: 0;
    max-width: 224px;
}

.social-footer {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.social-footer li {
    padding: 0 15px;
}

.social-footer li img {
    transition: all 0.3s;
}

.social-footer li a:hover img {
    opacity: 0.4;
}

footer .quick-links li:before {
    content: '';
    background-image: url(../images/chev-icon.png);
    background-size: contain;
    display: inline-block;
    width: 11px;
    height: 19px;
    background-repeat: no-repeat;
    margin-right: 14px;
    position: relative;
    top: 2px;
}

footer .quick-links li a {
    color: #868686;
    font-size: 20px;
    display: inline-flex;
    line-height: 45px;
}

footer .quick-links li a:hover {
    text-decoration: none;
    color: #6dbfcd;
}

footer form .form-control {
    border-radius: 0;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #5f5f5f;
    height: 64px;
    font-size: 20px;
    color: #fff;
}

footer form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #5f5f5f;
}

footer form textarea.form-control {
    height: auto;
    resize: inherit;
}

footer form .btn {
    margin-top: 42px;
    min-width: 169px;
    height: 47px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px;
    border-radius: 23.5px;
}

.copyrights {
    background-color: #000000;
    padding: 49px 0;
    margin-top: 90px;
}

.copyrights p {
    margin: 0;
    text-align: center;
    font-size: 17px;
    line-height: 45px;
    color: #c1c1c1;
}

.copyrights p a {
    color: #6dbfcd;
}

.lang-selector .btn {
    font-size: 16px;
    font-weight: 700;
    height: 51px;
    display: inline-flex;
    position: relative;
    color: #134b97;
    background-color: #fff;
    text-align: center;
    -webkit-transition: background 600ms ease, color 600ms ease;
    transition: background 600ms ease, color 600ms ease;
}

.lang-selector input[type="radio"].toggle+label:hover,
.lang-selector .btn:hover {
    background-color: #fff;
}

.lang-selector {
    background-color: #234292;
    padding: 9px 8px;
    border-radius: 10px;
    margin-left: 15px;
}

.lang-selector label {
    margin: 0;
}

.lang-selector input[type="radio"].toggle {
    display: none;
}

.lang-selector input[type="radio"].toggle+label {
    cursor: pointer;
    min-width: 53px;
}

.lang-selector input[type="radio"].toggle+label:hover {
    background-color: #fff;
    color: #234292;
}

.lang-selector input[type="radio"].toggle+label:after {
    background: #1a1a1a;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    z-index: -1;
}

.lang-selector input[type="radio"].toggle.toggle-left+label {
    border-right: 0;
}

.lang-selector input[type="radio"].toggle.toggle-left+label:after {
    left: 100%;
}

.lang-selector input[type="radio"].toggle.toggle-right+label {
    margin-left: -5px;
}

.lang-selector input[type="radio"].toggle.toggle-right+label:after {
    left: -100%;
}

.lang-selector input[type="radio"].toggle:checked+label {
    cursor: default;
    color: #fff;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

.lang-selector input[type="radio"].toggle:checked+label:after {
    left: 0;
}

.lang-selector input[type="radio"].toggle:checked+label span {
    color: #fff;
    background-color: #6dbfcd;
}

.lang-selector input[type="radio"].toggle+label span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
}

.lang-selector input[type="radio"].toggle.toggle-left+label {
    border-top-left-radius: 25.5px;
    border-bottom-left-radius: 25.5px;
}

.lang-selector input[type="radio"].toggle.toggle-right+label {
    border-top-right-radius: 25.5px;
    border-bottom-right-radius: 25.5px;
}


/* HOSPITAL AND DOCTORS */

.page-title {
    text-align: center;
    background-image: linear-gradient(to top, #3469ef, #234292);
    padding: 59px 0;
}

.page-title h2 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.breadcrumb {
    background-color: #fff;
    padding: 21px 0;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
    font-size: 20px;
    color: #3b3b3b;
}

.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item {
    color: #6dbfcd;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #c2c2c2;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
}

.hospital-card {
    display: flex;
    align-items: center;
    max-width: 996px;
    margin: 0 auto;
}

.hospital-card .media-body h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.07;
    color: #363636;
    margin-bottom: 0;
}

.hospital-card .media-body p {
    font-size: 19px;
    line-height: 1.68;
    letter-spacing: normal;
    text-align: left;
    color: #565656;
    margin-bottom: 20px;
}

.hospital-card .media-body p span {
    font-size: 23px;
    font-weight: 700;
    color: #6dbfcd;
}

.hospital-card .media-body ul li a,
.hospital-card .media-body ul li {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.16;
    text-align: left;
    color: #454545;
    margin-bottom: 16px;
}

.hospital-card .media-body ul li:last-child {
    margin-bottom: 0;
}

.hospital-card .media-body {
    padding: 30px 47px;
    padding-right: 0;
}

.hospital-card .media-body ul li i {
    width: 27px;
    text-align: left;
    display: inline-block;
}

.hospital-card .img-holder {
    width: 45%;
}

.hospital-card .media-body {
    width: 55%;
}

.location-main {
    padding: 43px 0;
    border-top: 1px solid #dcdcdc;
}

.our-experts {
    padding: 60px 0 86px;
    border-top: 1px solid #dcdcdc;
}

.caption h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 0.88;
    color: #333333;
    margin-bottom: 30px;
}

.caption p {
    font-size: 16px;
    line-height: 2.31;
    letter-spacing: normal;
    text-align: left;
    color: #696969;
    margin-bottom: 19px;
}

.caption p:last-of-type {
    margin: 0;
}

.our-experts .expert-card {
    margin-top: 31px;
}

.our-experts .expert-card:hover {
    text-decoration: none;
}

.expert-card .img-card {
    width: 124px;
}

.expert-card .img-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.expert-card {
    border-radius: 5px;
    background-color: #f8f8f8;
    display: flex;
    overflow: hidden;
}

.expert-card .media-body a:hover {
    text-decoration: none;
}

.expert-card .media-body a:hover h4 {
    color: #258cb5;
}

.expert-card .media-body h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 15px;
    color: #234292;
    margin-bottom: 13px;
}

.expert-card .media-body {
    padding: 29px 19px;
    min-height: 136px;
}

.expert-card .media-body p {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 13px;
    color: #797979;
}

.expert-card .reviews {
    display: flex;
    align-items: center;
}

.reviews ul {
    display: flex;
}

.reviews ul li {
    margin: 0 1.5px;
}

.reviews ul li img {
    height: 20px;
}

.reviews span {
    font-size: 15px;
    font-weight: 500;
    line-height: 11px;
    color: #6dbfcd;
    display: inline-flex;
    margin-left: auto;
}


/* CONTACT */

.contact-form {
    text-align: center;
}

.contact-form h5 {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #234292;
    margin-bottom: 49px;
}

.contact-form {
    border-radius: 30px;
    box-shadow: 0 0 32px 0 #e2e2e2;
    background-color: #ffffff;
    padding: 50px 42px;
}

.contact-form .btn {
    min-width: 185px;
    height: 56px;
    border-radius: 28px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 29px;
}

.map-holder {
    height: 100%;
    position: relative;
}

.contact-us #map {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.contact-us .pr-0 {
    padding-left: 98px;
}

.contact-us {
    padding: 100px 0;
}

.card-banner {
    border-width: 5px;
    border-color: rgb(35, 66, 146);
    border-style: solid;
    border-radius: 30px;
    padding: 40px 12px;
    text-align: center;
}

.near-doctors .card-banner {
    margin-bottom: 27px;
}

.card-doctors .card-body ul.rating {
    display: flex;
    justify-content: center;
}

.card-doctors .card-body ul.rating li img {
    height: 20px;
}

.card-doctors .card-body ul.rating li {
    margin: 0 1.5px;
}

.card-doctors .info-doc i {
    width: 38px;
    text-align: left;
    display: inline-block;
}

.card-doctors .info-doc span {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: #454545;
}

.card-doctors .info-doc li {
    margin-bottom: 15px;
}

.card-doctors {
    border: solid 1px #dedede;
    background-color: #ffffff;
    border-top-left-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.card-doctors .img-holder {
    height: 195px;
    overflow: hidden;
}

.card-doctors .img-holder {
    position: relative;
}

.card-doctors .img-holder img.img-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s;
}

.card-doctors .icon-top {
    position: absolute;
    height: 44px;
    background-color: #234292;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.card-doctors .icon-top img {
    width: auto;
    height: auto;
}

.card-doctors .icon-top.icon-calendar {
    top: 13px;
    left: 13px;
}

.card-doctors .icon-top.icon-crown {
    top: 16px;
    right: 11px;
}

.card-doctors .icon-top span {
    margin-right: 10px;
    display: inline-flex;
}

.card-doctors .icon-top:hover {
    text-decoration: none
}

.card-doctors .card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.card-doctors .card-body:hover {
    text-decoration: none;
}

.card-doctors p {
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    color: #454545;
    margin-bottom: 10px;
}

.card-doctors .cta-call {
    min-width: 210px;
    height: 42px;
    border-radius: 5px;
}

.cta-call {
    background-color: #dff1f4;
    font-size: 18px;
    font-weight: 700;
    color: #234292;
    margin-top: 23px;
}

.cta-call:hover {
    background-color: #234292;
    color: #fff;
}

.card-doctors:hover {
    box-shadow: 0 0 18px 0 #cacaca;
}

.card-doctors:hover .img-holder img.img-card {
    transform: scale(1.1);
}

.near-doctors .card-doctors {
    margin-bottom: 30px;
}

.pagination .page-item a {
    font-size: 23px;
    font-weight: 500;
    color: #234292;
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    border: 1px solid #234292;
}

.pagination {
    margin: 0 -9px;
}

.pagination .page-item a:hover,
.pagination .page-item.active a {
    color: #fff;
    background-color: #234292;
}

.pagination .page-item {
    padding: 0 9px;
}

.pagination .page-item a img {
    transition: all 0.3s;
}

.pagination .page-item a:hover img {
    filter: brightness(0) invert(1);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.filter-card {
    display: flex;
    align-items: center;
}

.filter-card .pagination {
    flex: 1;
}

.filter-card .cta-secondary {
    min-width: 168px;
    height: 55px;
    border-radius: 27.5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.filter-card .cta-secondary img {
    margin-right: 12px;
}

.near-doctors {
    padding: 59px 0 100px;
}


/* HOSPITAL PROFILE */

.tabs-holder {
    background-color: #e6eeff;
}

.profile-tabs li a {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 14px;
    display: inline-flex;
    position: relative;
    position: relative;
}

.profile-tabs li a:hover,
.profile-tabs li a.active {
    background-color: #234292;
    color: #fff;
    text-decoration: none;
}

.profile-tabs li a.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #234292;
    border-width: 9px;
    margin-left: -9px;
}

.overviews .tab-content {
    padding: 45px 0 0;
}

.overviews {
    padding-bottom: 100px;
}

.content h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 18px;
    color: #333333;
    margin-bottom: 30px;
}

.content p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: normal;
    text-align: left;
    color: #696969;
    margin-bottom: 25px;
}

.support-card {
    display: flex;
    align-items: center;
}

.support-card h4 {
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    color: #3d3d3d;
    margin: 0;
}

.support-card .icon {
    width: 56px;
    height: 56px;
    background-color: #234292;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.content .support-card {
    margin-bottom: 33px;
}

.content .expert-card {
    margin-bottom: 30px;
}

.reviews-card .header-review {
    display: flex;
    margin-bottom: 15px;
}

.reviews-card .header-review .sorting {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.reviews-card .header-review .sorting span {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    margin-right: 3px;
}

.reviews-card .header-review .sorting a {
    font-weight: 600;
    color: #234292;
}

.reviews-card .header-review h3 {
    font-size: 25px;
    font-weight: 700;
    color: #333333;
    line-height: 18px;
}

.reviews-card .header-review {
    padding: 15px 0;
}

.ratings {
    margin: 0 -1.5px;
    display: flex;
}

.ratings li img {
    height: 20px;
}

.ratings li {
    padding: 0 1.5px;
}

.review-box {
    border-radius: 5px;
    border: solid 1px #dedede;
    background-color: #ffffff;
    padding: 22px 26px 30px;
}

.review-box .ratings {
    margin-bottom: 20px;
}

.review-box p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
    margin: 0 0 20px;
}

.review-box .text-help {
    display: flex;
}

.review-box .text-help .action-option span,
.review-box .text-help h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #234292;
}

.review-box .text-help .action-option {
    display: flex;
    margin-left: 18px;
    align-items: center;
}

.review-box .text-help .action-option a {
    color: #919191;
    margin: 0 10px;
}

.review-box .text-help .action-option a:hover {
    color: #234292;
}

.review-box .text-help .action-option a:first-of-type {
    margin-left: 15px;
}

.reviews-card .review-box {
    margin-bottom: 21px;
}

.medical-center .map-holder {
    position: relative;
    height: 100%;
}

.medical-center .map-holder #map {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.medical-center .media-body p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #6dbfcd;
    margin-bottom: 20px;
}

.medical-center .media-body ul li i {
    width: 27px;
    text-align: left;
    display: inline-block;
}

.medical-center .media-body ul li {
    display: flex;
    margin-bottom: 20px;
}

.medical-center .media-body ul li:last-child {
    margin-bottom: 0;
}

.medical-center .media-body ul li a,
.medical-center .media-body ul li span {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.16;
    text-align: left;
    color: #454545;
    flex: 1;
}

.medical-center .media-body {
    padding: 39px 0;
}

.medical-center {
    padding: 15px 0 72px;
}

.medical-center h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 0.88;
    color: #333333;
    margin-bottom: 30px;
}

.card-form {
    max-width: 970px;
    border-radius: 50px;
    border: solid 7px #6dbfcd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 50px 90px;
}

.login-social {
    display: flex;
    margin: 0 -10px;
    padding: 40px 0;
}

.login-social li {
    flex: 1;
    text-align: center;
    padding: 0 10px;
}

.login-social li a {
    height: 54px;
    border-radius: 27px;
    display: inline-flex;
    align-items: center;
    padding: 5px 22px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    padding-right: 5px;
}

.login-social li a:hover {
    text-decoration: none;
}

.login-social li a i {
    font-size: 23px;
    margin-right: 9px;
    display: inline-flex;
}

.login-social li a.google {
    background-color: #dd4339;
}

.login-social li a.google:hover {
    background-color: #b1372f;
}

.login-social li a.fb {
    background-color: #3e5893;
}

.login-social li a.fb:hover {
    background-color: #344877;
}

.login-social li a.linkdin {
    background-color: #258cb5;
}

.login-social li a.linkdin:hover {
    background-color: #207292;
}

.ligin-form {
    max-width: 615px;
    margin: 0 auto;
}

.card-form .or {
    font-size: 21px;
    font-weight: 600;
    line-height: 15px;
    color: #636363;
    display: block;
    margin-bottom: 32px;
}

.card-form h3 {
    font-size: 33px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: normal;
    color: #234292;
    margin-bottom: 34px;
}

.card-form .form-control {
    height: 48px;
    border: 1px solid #f3f3f2;
    font-size: 16px;
    color: #333333;
}

.card-form .form-control::placeholder {
    color: #565656;
    opacity: 0.8;
}

.card-form .form-control:focus {
    background-color: #f3f3f2;
}

.ligin-form .input-group .input-group-addon {
    position: absolute;
    right: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #f3f3f2;
    color: #bebebe;
    z-index: 5;
}

.ligin-form .input-group .input-group-addon a {
    color: #bebebe;
}

.ligin-form .input-group .input-group-addon:before {
    width: 1px;
    height: 34px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    background-color: #bebebe;
}

.ligin-form .input-group .form-control {
    padding-right: 54px;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.checkbox-style,
.radio-style {
    opacity: 0;
    position: absolute;
}

.checkbox-style-3-label,
.radio-style-3-label {
    position: relative;
    margin: 0;
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
    padding-left: 37px;
}

.checkbox-style-3-label span,
.radio-style-3-label span {
    flex: 1;
    margin: 0 1px;
}

.checkbox-style:checked+.checkbox-style-3-label:before,
.radio-style:checked+.radio-style-3-label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #909090;
    font-size: 13px;
}

.checkbox-style-3-label:before,
.radio-style-3-label:before {
    content: '';
    background: #FFF;
    border: 2px solid #909090;
    align-items: center;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 4px 0 3px;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
}

.ligin-form .checkbox-style-3-label {
    font-size: 21px;
    font-weight: 600;
    color: #303030;
}

.ligin-form .btn {
    min-width: 185px;
    height: 56px;
    border-radius: 28px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 13px;
}

.other-links a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 1.08px;
    text-align: left;
    color: #626262;
    display: inline-flex;
}

.other-links a.active {
    color: #234292;
    font-weight: 600;
}

.other-links {
    margin-top: 38px;
}


/* SIGN UP FORM START */

.form-header h2 {
    font-size: 39px;
    font-weight: 700;
    text-align: left;
    color: #234292;
    margin-bottom: 8px;
}

.form-header a.already-acoount {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #6dbfcd;
    display: inline-block;
}

.form-header a.already-acoount:hover {
    text-decoration: none;
    color: #234292;
}

.form-header {
    margin-bottom: 40px;
}

.card-form label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    color: #234292;
}

.card-form .rules h4 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #4e4e4e;
    margin-bottom: 10px;
}

.card-form .rules p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
    color: #4e4e4e;
}

.card-form .rules {
    margin-bottom: 18px;
}

.select-check .checkbox-style-3-label {
    font-size: 17px;
    min-height: 17px;
    text-align: left;
    color: #858585;
}

.select-check .checkbox-style-3-label:before,
.select-check .radio-style-3-label:before {
    width: 19px;
    height: 19px;
    padding: 2px;
    overflow: hidden;
}

.select-check .checkbox-style:checked+.checkbox-style-3-label:before,
.select-check .radio-style:checked+.radio-style-3-label:before {
    font-size: 11px;
    line-height: 1;
}

.select-check .check-holder {
    margin-bottom: 6px;
}

.card-form .form-body .btn {
    min-width: 362px;
    height: 56px;
    border-radius: 28px;
    margin-top: 41px;
}

.select {
    position: relative;
}

select.form-control.is-valid,
.was-validated select.form-control:valid,
.select select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select-aroow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 97% 50%;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.invalid-feedback {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #ff1414;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #ff1414;
}

.select-check.d-flex .check-holder {
    margin-right: 20px;
}

.map-form {
    min-height: 266px;
    position: relative;
    margin: 15px 0 30px;
}

.map-form #map {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.card-file {
    height: 201px;
    border-radius: 5px;
    background-color: #f3f3f2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.custom-file-input:lang(en)~.custom-file-label::after,
.custom-file-label::after {
    content: none;
}

.custom-file-label {
    width: 190px;
    height: 47px;
    border-radius: 23.5px;
    box-shadow: 0 0 10px 0 #d5d5d5;
    background-color: #ffffff;
    text-align: center;
    line-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.card-file h4 {
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    color: #272727;
    margin-bottom: 14px;
}

.card-specialist {
    padding: 24px 14px;
    border-radius: 5px;
    background-color: #f3f3f2;
}

.card-specialist ul li {
    font-size: 16px;
    line-height: 2;
    color: #a0a0a0;
}

.logo-med {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f1f1f1;
    padding: 20px;
}

.logo-med img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

form .relative {
    position: relative;
}

form .relative .cta-add {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    background-color: #21418e;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 14.5px;
}

form .relative .form-control {
    padding-right: 115px;
}

form .relative .cta-add:hover {
    text-decoration: none;
}

form .relative .cta-add i {
    margin-right: 8px;
}

.add-specialist .alert {
    margin: 14px 0 0;
    background-color: #dbe5ff;
}

.card-form-address h3 {
    margin: 0 0 15px;
    font-size: 22px;
    color: #505050;
}

.card-form-address h3 span {
    font-size: 14px;
    font-weight: 300;
}

.card-form-address {
    margin-bottom: 30px;
}

.add-specialist {
    margin-bottom: 30px;
}

.media-profile .media-body ul li a,
.media-profile .media-body ul li {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.16;
    text-align: left;
    color: #454545;
    margin-bottom: 16px;
}

.media-profile .media-body ul li i {
    width: 27px;
    text-align: left;
    display: inline-block;
}

.media-profile .media-body {
    padding: 30px 40px
}

.media-profile .img-holder {
    width: 270px;
}

.media-profile .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.media-profile .header-profile {
    display: flex;
}

.media-profile .header-profile .media_body {
    padding-right: 15px;
    flex: 1;
}

.media-profile .header-profile h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.07;
    margin: 0 0 12px;
    color: #234292;
}

.media-profile .header-profile p {
    font-size: 19px;
    line-height: 1.68;
    color: #565656;
}

.media-profile .header-profile .fav {
    font-size: 16px;
    color: #234292;
    font-weight: 600;
    margin-right: 24px;
}

.media-profile .header-profile .fav i {
    color: #c2c2c2;
    margin-right: 9px;
}

.media-profile .right-action {
    display: flex;
    align-items: center;
}

.media-profile .right-action .cta-secondary {
    font-size: 14px;
    min-width: 127px;
    height: 33px;
    border-radius: 16.5px;
    font-weight: 500;
}

.media-profile .right-action .cta-secondary img {
    margin-left: 8px;
}

.review__count {
    display: flex;
    align-items: center;
}

.review__count span {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.16;
    color: #6dbfcd;
    margin-left: 12px;
    text-decoration: underline;
}

.review__count .ratings li {
    margin-bottom: 0 !important;
}

.about-us {
    background-color: #f0f4ff;
    padding: 41px 0;
}

.review-form {
    border-radius: 10px;
    background-color: #234292;
    padding: 37px 25px;
    color: #fff;
    margin-bottom: 30px;
}

.rating-chart .header-chart {
    display: flex;
    align-items: center;
}

.rating-chart .header-chart span {
    font-size: 51px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    width: 91px;
    height: 58px;
    border-radius: 10px;
    background-color: #3457b2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 12px;
}

.rating-chart .header-chart p {
    margin: 0;
}

.rating-chart .header-chart .media-body {
    padding: 0 18px;
}

.rating-chart .header-chart .media-body p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    margin: 5px 0 0;
    color: #ffffff;
}

.rating-chart .chart-main li {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.rating-chart .chart-main li .progress {
    flex: 1;
}

.rating-chart .chart-main li .star-c img {
    height: 20px;
    margin-right: 8px;
}

.rating-chart .chart-main li .star-c i {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.29;
    color: #ffffff;
}

.rating-chart .chart-main li .star-c {
    min-width: 70px;
    margin-right: 15px;
}

.rating-chart .chart-main li span {
    display: block;
    width: 40px;
    text-align: center;
    margin-left: 12px;
}

.chart-main {
    margin-top: 30px;
}

.rating-char .chart-main li {
    margin-top: 15x;
}

.progress {
    height: 11px;
}

.progress-bar {
    background-color: #ffcf0e;
}

.review-form form h3 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.review-form form p {
    font-size: 17px;
    line-height: 2.06;
    color: #ffffff;
    margin-bottom: 0;
}

.about-us .reviews-card .header-review h3 {
    font-size: 19px;
    font-weight: 600;
}

.about-us .review-form .form-control {
    border-radius: 5px;
    background-color: #3657ac;
    border: none;
    color: #fff;
    min-height: 96px;
    font-size: 15px;
}

.about-us .review-form .form-control::placeholder {
    color: #fff;
}

.about-us .review-form form .btn {
    min-width: 136px;
    height: 43px;
    border-radius: 21.5px;
    background-color: #6dbfcd;
    font-size: 15px;
    font-weight: 600;
}

.rating-star {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    line-height: 30px;
}

.rating-star label {
    position: relative;
    cursor: pointer;
}

.rating-star label:not(:first-of-type) {
    padding-right: 2px;
}

.rating-star label:before {
    content: "\2605";
    font-size: 27px;
    color: #e4e4e4;
    line-height: 1;
}

.rating-star input {
    display: none;
}

.rating-star input:checked~label:before,
.rating-star:not(:checked)>label:hover:before,
.rating-star:not(:checked)>label:hover~label:before {
    color: #ffcf0e;
}

.rating-star label {
    margin: 0;
}

.select-rating {
    display: flex;
    align-items: center;
    margin: 11px 0 22px;
}

.review-form form .select-rating p {
    font-size: 15px;
    color: #88a5ef;
    margin: 0;
    margin-left: 22px;
}

.review-form form {
    padding-left: 31px;
    border-left: 1px solid #3f5fb2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-us .content p {
    font-size: 18px;
}

.form-group label span.str {
    color: #ff1414;
}

.slider_main {
    background-image: url(../images/bg-slider1.jpg);
    background-position: center;
    background-size: cover;
    min-height: 665px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.cotent-slider {
    background-color: rgba(35, 66, 140, 0.75);
    width: 100%;
    padding: 66px 0 36px;
}

.cotent-slider h4 {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.03;
    color: #ffffff;
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}

.mission .content p {
    font-size: 20px;
    line-height: 1.95;
    text-align: center;
    color: #4f4f4f;
}

.mission .content h3 {
    font-size: 60px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #234292;
    text-align: center;
    max-width: 814px;
    margin: 0 auto 40px;
}

.mission .content {
    max-width: 1099px;
    text-align: center;
}

.card-vacancy {
    border-radius: 10px;
    box-shadow: 0 0 18px 0 #e5e5e5;
    background-color: #ffffff;
    padding: 34px;
    text-align: left;
    margin-bottom: 40px;
}

.card-vacancy h4 {
    text-align: left;
    font-size: 31px;
    font-weight: 700;
    line-height: 31px;
    color: #234292;
    display: inline-block;
    position: relative;
}

.card-vacancy h4:after {
    content: '';
    width: 241px;
    height: 1px;
    background-color: #234292;
    position: absolute;
    top: 19px;
    margin-left: 20px;
}

.card-vacancy ul li {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: normal;
    text-align: left;
    color: #383838;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
    ;
}

.card-vacancy ul li .address img {
    margin-right: 16px;
}

.card-vacancy ul li .address {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.radio-style-2-label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #5e5e5e;
}

.radio-style:checked+.radio-style-2-label:before {
    background: #234292;
    box-shadow: inset 0px 0px 0px 3px #fff;
    border-color: #234292;
}

.radio-style-2-label:before {
    border-radius: 50%;
}

.radio-style-2-label:before {
    content: '';
    background: #FFF;
    border: 1px solid #afafaf;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin-right: 14px;
    line-height: 1;
    text-align: center;
}

.card-filter {
    border-radius: 5px;
    background-color: #fbfbfb;
    padding: 12px 24px 12px;
    margin-bottom: 30px;
}

.card-filter h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    color: #313131;
    border-bottom: 2px solid #e7e7e7;
    margin: 0;
}

.filter-option {
    padding: 8px 0 18px;
}

.filter-option li {
    margin-top: 12px;
}

.filter-option li label {
    margin: 0;
    cursor: pointer;
}

.checkbox-style-3-label.ratings span img {
    height: 20px;
}

.checkbox-style-3-label.ratings:before {
    width: 20px;
    top: 1px;
    height: 20px;
    margin-right: 13px;
    padding: 2px;
    border-color: #d0d0d0;
}

.checkbox-style-3-label.ratings {
    padding-left: 32px;
}

.filter-option .checkbox-style:checked+.checkbox-style-3-label:before {
    border-color: #234292;
    font-size: 11px;
    color: #234292;
}

.expeirence-list li {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: normal;
    color: #696969;
}

.expeirence-list {
    margin-bottom: 25px;
}

.social-media {
    display: flex;
    align-items: center;
    margin: 0 -7.5px 25px;
}

.social-media li {
    padding: 0 7.5px;
}

.social-media li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4a4a4a;
    color: #fff;
    font-size: 22px;
}

.social-media li a:hover {
    text-decoration: none;
    background-color: #21418e;
}

.location-map {
    position: relative;
    height: 408px;
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #d8d8d8;
    border: solid 2px #ffffff;
    background-color: #b38f6c
}

.gallery-main h3,
.location-map h3 {
    margin-bottom: 25px;
}

.location-map #map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.demo-gallery>ul {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.demo-gallery>ul>li {
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.demo-gallery>ul>li a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 64, 143, 0.7);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.cardmap {
    max-width: 403px;
    padding: 20px 23px 12px;
}

.cardmap p {
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #585858;
}

.cardmap .c-number,
.cardmap a {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #234292;
}

.cardmap a:hover {
    text-decoration: none;
}

.social-card h3,
.location-card h3 {
    margin-bottom: 30px;
}

.location-card,
.social-card {
    margin-bottom: 40px;
}

html {
    scroll-behavior: smooth;
}

#media,
#location,
#social,
#reviews,
#providers,
#quality,
#overview {
    padding-top: 15px;
}

.tabs-holder ul {
    margin: 0 -15px;
}

.tabs-holder ul li {
    padding: 0 15px;
}

.call-doctor {
    padding: 35px 0 0;
    background-color: #bcd0e8;
}

.card_call h3 {
    font-size: 49px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 49px;
    letter-spacing: normal;
    color: #234292;
    margin-bottom: 46px;
}

.card_call p {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.52;
    color: #262626;
}

.heading2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: #234292;
    text-align: center;
}

.press-release {
    padding: 73px 0;
}

.press-release-card .card_press {
    padding-right: 30px;
}

.press__body {
    box-shadow: 0 0 18px 0 #e5e5e5;
    background-color: #ffffff;
    border-bottom: 6px solid #6dbfcd;
    padding: 25px 19px;
    margin-top: -54px;
    position: relative;
}

.press__body h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.52;
    color: #363636;
}

.press__body .info {
    display: flex;
    justify-content: space-between
}

.press__body .info .date {
    flex: 1;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.88;
    color: #6dbfcd;
}

.press__body .info a {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #234292;
}

.press__body .info a img {
    margin-left: 8px;
    width: 25px;
    object-fit: cover;
}

.press-release .heading2 {
    margin-bottom: 92px;
}

.owl-theme.press-slider .owl-dots .owl-dot span {
    height: 25px;
    width: 25px;
    margin: 0 5px;
    background: #dedede;
}

.owl-theme.press-slider .owl-dots .owl-dot.active span {
    background: #6dbfcd;
}

.owl-theme.press-slider .owl-dots .owl-dot {
    outline: none !important;
}

.owl-theme.press-slider .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.interviews .heading2 {
    margin-bottom: 30px;
}

.interview-video {
    border-radius: 30px;
    border: solid 3px #6dbfcd;
    background-color: #234292;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.interview-video .play-icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    z-index: 9;
    border-radius: 50%;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: pulse 1.6s infinite;
    animation: pulse 1.6s infinite;
}

.interview-video:hover .play-icon {
    visibility: visible;
    opacity: 1;
}

.interview-video:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(35, 66, 146, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .85);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .85);
    }
    70% {
        -webkit-box-shadow: 0 0 0 2em rgba(215, 17, 73, 0);
        box-shadow: 0 0 0 2em rgba(215, 17, 73, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(215, 17, 73, 0);
        box-shadow: 0 0 0 0 rgba(215, 17, 73, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .85);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .85);
    }
    70% {
        -webkit-box-shadow: 0 0 0 2em rgba(215, 17, 73, 0);
        box-shadow: 0 0 0 2em rgba(215, 17, 73, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(215, 17, 73, 0);
        box-shadow: 0 0 0 0 rgba(215, 17, 73, 0);
    }
}

.interviews {
    text-align: center;
}

.interviews a.btn {
    min-width: 290px;
    height: 56px;
    border-radius: 28px;
    background-color: #6dbfcd;
    border-radius: 23px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 73px;
}

.blogs-post .caption {
    max-width: 938px;
    padding: 0 15px;
    margin: 0 auto;
}

.blogs-post .caption .heading2 {
    margin-bottom: 8px;
}

.blogs-post .caption p {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #4f4f4f;
    margin: 0;
}

.blog-content {
    padding-left: 33px;
}

.blog-content span.date {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.13;
    letter-spacing: normal;
    color: #9c9c9c;
    margin-bottom: 15px;
}

.blog-content .blog-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.blog-content .blog-title .media-body h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: normal;
    color: #3e3e3e;
}

.blog-content .blog-title .icon {
    width: 81px;
    height: 81px;
    margin-right: 23px;
    background-color: #234292;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.blog-content p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    color: #6c6c6c;
    margin-bottom: 25px;
}

.blogs-post .media-post-right,
.blogs-post .media-post {
    max-width: calc(592px + 50vw);
}

.cta-load-more .cta-secondary,
.blog-content .cta-secondary {
    height: 53px;
    border-radius: 26.5px;
    box-shadow: 0 0 13px 0 #c9c9c9;
    min-width: 211px;
    font-size: 19px;
    font-weight: 600;
}

.media-post-right .blog-content .blog-title {
    flex-direction: row-reverse;
}

.media-post-right .blog-content {
    text-align: right;
    padding-left: 0;
    padding-right: 33px;
}

.media-post-right .blog-content .blog-title .icon {
    margin-right: 0;
    margin-left: 23px;
    background-color: #6dbfcd;
}

.media-post-right,
.media-post {
    margin-top: 100px;
}

.media-post-right .blog-content .cta-secondary {
    background-color: #6dbfcd;
}

.blogs-post .media-post-right {
    margin-left: auto;
}

.cta-load-more {
    margin-top: 85px;
}

.blogs-post {
    padding-bottom: 88px;
}