@charset "UTF-8";
.megadropdown {
    position: static !important;
}
.megadropdown-container {
    margin: 0 auto;
    max-width: 1220px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.megadropdown-container,
.megadropdown-container > .row {
    height: 100%;
}
.nav-item:not(.megadropdown-item-solid).show .nav-link {
    background: #35b6b4;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}
.nav-item:not(.megadropdown-item-solid).show .button-target {
    background: #35b6b4 !important;
}
.nav-item:not(.megadropdown-item-solid).show .button-target > img {
    filter: invert(1);
}
.megadropdown-item-solid.nav-item.show .nav-link {
    font-weight: 700;
}
.megadropdown-item-solid.nav-item.show .nav-link:before {
    background: #fff;
    box-shadow: -1px -1px 2px rgba(0, 58, 112, 0.1);
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 47px;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    z-index: 2;
}
.megadropdown .nav-link {
    transition: none;
}
.megadropdown-menu,
.megadropdown-menu-boxed,
.megadropdown-menu-boxed-md,
.megadropdown-menu-boxed-sm,
.megadropdown-menu-small {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 58, 112, 0.09);
    margin: 0;
    padding: 10px 0;
    z-index: 1;
}
.megadropdown-menu {
    height: 100vh;
    left: -40px;
    right: -40px;
}
.megadropdown-menu:before {
    background: transparent;
    box-shadow: -2px 3px 4px rgba(0, 0, 0, 0.08);
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: -22px;
    width: 100%;
}
.megadropdown-menu-link:hover {
    background: #f7f7f7;
    text-decoration: none;
}
.megadropdown-menu-link-o use {
    stroke: #616161 !important;
}
.megadropdown-menu-link-o:hover {
    background-color: #f7f7f7;
    color: #35b6b4 !important;
    text-decoration: none;
}
.megadropdown-menu-link-o:hover use {
    stroke: #35b6b4 !important;
}
.megadropdown-menu-small {
    border: none;
    min-width: 309px;
    top: 54px;
}
.megadropdown-menu-boxed {
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 58, 112, 0.1);
    left: 0;
    margin-top: -1px;
    right: 0;
}
.megadropdown-menu-boxed-md,
.megadropdown-menu-boxed-sm {
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 58, 112, 0.1);
    left: 50%;
    top: 53px;
    transform: translateX(-50%);
}
.megadropdown-menu-boxed-md {
    width: 900px;
}
.megadropdown-menu-boxed-sm {
    width: 570px;
}
.dropdown-menu-left {
    background: #fff;
    display: none;
    height: 100%;
    left: 100%;
    padding: 0 20px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 200%;
    z-index: 1;
}
.dropdown-menu-left:before {
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 20px;
}
.dropdown-left:hover:after {
    border: 10px solid transparent;
    border-left-color: #f7f7f7;
    content: "";
    margin-top: -27px;
    position: absolute;
    right: -15px;
    top: auto;
    z-index: 2;
}
.dropdown-left:hover .dropdown-menu-left {
    display: block;
}
.tabs-underline a {
    border-bottom: 2px solid transparent;
}
.tabs-underline a.active {
    border-bottom-color: #16605f;
}
.navigation-mobile {
    background: #fff;
    border-top: 1px solid #35b6b4;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 100;
}
.navigation-mobile-link {
    height: 66px;
}
.navigation-mobile-link:active {
    background: #f7f7f7;
}
.navigation-fullpage-mobile {
    bottom: 67px;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 66px;
    z-index: 120;
}
@media (min-width: 992px) {
    .navigation-fullpage-mobile {
        top: 122px;
    }
}
.navigation-fullpage-mobile-body {
    background: #fff;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
}
@media (min-width: 992px) {
    .navigation-fullpage-mobile {
        display: none !important;
    }
}
.navigation-fullpage-mobile-dropdown {
    display: none;
    height: 100%;
    left: -20px;
    overflow-y: auto;
    position: fixed;
    right: -20px;
    top: 0;
    transform: translateX(100%);
}
.navigation-fullpage-mobile-dropdown .navigation-fullpage-mobile-dropdown {
    left: 20px;
}
.navigation-fullpage-mobile-inner {
    position: relative;
    transition: transform 0.3s ease;
}
.navigation-fullpage-mobile-inner.is-open {
    transform: translateX(calc(-100% - 40px));
}
.navigation-fullpage-mobile-item.has-dropdown {
    position: relative;
}
.navigation-fullpage-mobile-item.has-dropdown > a:after {
    content: "\f054";
    font-family: Font Awesome\5 Free;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 0;
}
.has-dropdown .has-dropdown .navigation-fullpage-mobile-link:after {
    right: 10px;
}
.navigation-fullpage-mobile-item.has-dropdown .navigation-fullpage-mobile-link.active + .navigation-fullpage-mobile-dropdown {
    display: block;
    overflow-y: auto;
}
.navigation-fullpage-mobile-item:not(:last-of-type) {
    border-bottom: 1px dashed #c4c4c4;
}
.navigation-fullpage-mobile-col {
    border-bottom: 1px solid #002a51;
}
.navigation-fullpage-mobile-col:nth-child(odd) {
    border-right: 1px solid #002a51;
}
.stickyHeader + .navigation-fullpage-mobile {
    top: 66px;
}
.emergency-trigger {
    left: auto;
    position: absolute;
    right: 0;
    top: 66px;
    z-index: 20;
}
@media (min-width: 992px) {
    .emergency-trigger {
        left: 0;
        position: fixed;
        right: auto;
        top: 200px;
    }
}
.emergency-trigger-btn {
    background: #c13434;
    border: 1px solid #c13434;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 6px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.emergency-trigger-panel {
    background: #c13434;
    border-radius: 0 0 10px 10px;
    bottom: 0;
    display: none !important;
    left: 26px;
    padding: 20px;
    top: 0;
    width: 315px;
}
@media (min-width: 992px) {
    .emergency-trigger-panel {
        border-radius: 0 10px 10px 0;
        position: absolute;
    }
}
.emergency-trigger-close {
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
    height: 32px;
    position: absolute;
    right: -13px;
    top: 0;
    width: 32px;
}
@media (min-width: 992px) {
    .emergency-trigger-close {
        height: 46px;
        right: -23px;
        top: 50%;
        transform: translateY(-50%);
        width: 46px;
    }
}
.emergency-trigger-close > img {
    display: block;
    height: 22px;
    margin: 0 auto;
    max-width: 22px;
    width: 89%;
}
.emergency-trigger.is-open .emergency-trigger-panel {
    display: flex !important;
}
.search-form {
    max-width: 1039px;
    padding: 20px 10px;
    width: 100%;
}
@media (min-width: 992px) {
    .search-form {
        padding: 30px 26px;
    }
}
.search-form > form {
    margin-bottom: 0 !important;
}
.search-form-title {
    color: #16605f;
    font-size: 1rem;
    margin: 0 0 7px;
}
@media (min-width: 992px) {
    .search-form-title {
        font-size: 19px;
    }
}
.search-form-group {
    flex: 1;
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
    .search-form-group {
        padding-right: 0 !important;
    }
}
.search-form-control {
    border-color: transparent;
    font-size: 14px;
    height: 49px;
    padding: 8px 15px 8px 50px !important;
}
@media (min-width: 992px) {
    .search-form-control {
        border-color: rgba(0, 58, 112, 0.7);
        font-size: 18px;
        height: 70px;
        padding: 17px 15px 17px 52px !important;
    }
}
.search-form-control-search {
    background: #f7f7f7
        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIxLjg2NiAyMC41Ny02LjM5MS02LjM5YTguNjY0IDguNjY0IDAgMCAwIDEuOTQyLTUuNDdDMTcuNDE3IDMuOTA2IDEzLjUxIDAgOC43MDggMCAzLjkwNyAwIDAgMy45MDggMCA4LjcxYzAgNC44IDMuOTA3IDguNzA3IDguNzA4IDguNzA3IDIuMDcyIDAgMy45NzQtLjczIDUuNDctMS45NDFsNi4zOTIgNi4zOWMuMTc5LjE4LjQ2OS4xOC42NDggMGwuNjQ4LS42NDhhLjQ1OC40NTggMCAwIDAgMC0uNjQ4Wk04LjcwOCAxNS41ODRBNi44ODMgNi44ODMgMCAwIDEgMS44MzMgOC43MWE2Ljg4MyA2Ljg4MyAwIDAgMSA2Ljg3NS02Ljg3NSA2Ljg4MyA2Ljg4MyAwIDAgMSA2Ljg3NSA2Ljg3NSA2Ljg4MyA2Ljg4MyAwIDAgMS02Ljg3NSA2Ljg3NVoiIGZpbGw9IiMwMDM5NzQiLz48L3N2Zz4=)
        no-repeat 15px;
}
.search-form-control-location {
    background: #f7f7f7
        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBmaWxsPSIjMDAzOTc0Ij48cGF0aCBkPSJNMTEgMEM2LjczNSAwIDMuMjY2IDMuNDcgMy4yNjYgNy43MzZjMCAxLjQ0MS4zOTkgMi44NDcgMS4xNTQgNC4wNjdsNi4xNCA5Ljg5NGMuMTE3LjE5LjMyNC4zMDUuNTQ3LjMwNWguMDA2YS42NDQuNjQ0IDAgMCAwIC41NDctLjMxNGw1Ljk4My05Ljk5YTcuNzI0IDcuNzI0IDAgMCAwIDEuMDkxLTMuOTYyYzAtNC4yNjUtMy40Ny03LjczNC03LjczNC03LjczNFptNS41MzcgMTEuMDM2LTUuNDQgOS4wODItNS41ODEtOC45OTVhNi40MzcgNi40MzcgMCAwIDEtLjk3LTMuMzg4YzAtMy41NTQgMi45LTYuNDU0IDYuNDU0LTYuNDU0czYuNDUgMi45IDYuNDUgNi40NTRhNi40NCA2LjQ0IDAgMCAxLS45MTMgMy4zWiIvPjxwYXRoIGQ9Ik0xMSAzLjg2OGEzLjg3MiAzLjg3MiAwIDAgMC0zLjg2NyAzLjg2N0EzLjg2MiAzLjg2MiAwIDAgMCAxMSAxMS42MDJhMy44NiAzLjg2IDAgMCAwIDMuODY3LTMuODY3QTMuODcyIDMuODcyIDAgMCAwIDExIDMuODY4Wm0wIDYuNDU0YTIuNTg5IDIuNTg5IDAgMCAxLTIuNTg3LTIuNTg3QTIuNTk2IDIuNTk2IDAgMCAxIDExIDUuMTQ4YTIuNTkyIDIuNTkyIDAgMCAxIDIuNTgyIDIuNTg3QTIuNTg0IDIuNTg0IDAgMCAxIDExIDEwLjMyMloiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDIydjIySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)
        no-repeat 15px;
    padding-right: 35px;
}
.search-form-control-sm {
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 22px;
    padding-top: 22px;
}
.search-form-btn {
    font-size: 1rem;
    font-weight: 700;
    padding: 17px 15px;
}
@media (min-width: 992px) {
    .search-form-btn {
        font-size: 20px;
        height: 70px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px 15px;
    }
}
.search-form-btn-sm {
    padding-bottom: 19px;
    padding-top: 19px;
}
@media (min-width: 992px) {
    .search-form-btn-sm {
        max-width: 248px;
        padding-bottom: 16px;
        padding-top: 16px;
    }
}
.search-form-location-btn {
    margin-top: -3px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.search-form .error {
    color: #f94242;
    font-size: 13px;
    position: absolute;
}
.search-form .ng-select .ng-select-container {
    align-items: center;
}
.search-form .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    flex-wrap: nowrap !important;
}
.search-form .ng-select .ng-clear-wrapper {
    top: 7px;
}
.header-inner {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
.headerMobControl .icon-search {
    width: 18px;
}
@media (max-width: 991.98px) {
    body {
        padding-bottom: 66px;
    }
}
.overlay-search {
    background: hsla(0, 0%, 100%, 0.97);
    bottom: 66px;
    display: none;
    left: 0;
    padding-top: 118px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}
.overlay-search-close {
    position: absolute;
    right: 15px;
    top: 85px;
}
@media (max-width: 991.98px) {
    .overlay-search.is-show {
        display: block;
    }
}
.headerPrimary-trigger.collapsed .fa-times,
.headerPrimary-trigger:not(.collapsed) .fa-chevron-down {
    display: none;
}
.headerSecondry .dropdown-toggle:after {
    margin-top: 2px;
    vertical-align: middle;
}
.quick-query-dropdown {
    background-color: #0082a8 !important;
    border-radius: 0 0 10px 10px;
    margin-top: 10px !important;
    min-width: 300px;
}
.quick-query-dropdown:before {
    border: 7px solid transparent;
    border-bottom-color: #0082a8;
    content: "";
    left: 35px;
    position: absolute;
    top: -13px;
}
.autosuggest-target-wrapper .twitter-typeahead {
    height: 100%;
    width: 100%;
}
.autosuggest-target-menu {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    margin-left: 1px;
    margin-top: -6px;
    max-height: 325px;
    overflow-y: auto;
    right: 0;
}
@media (min-width: 992px) {
    .autosuggest-target-menu {
        max-height: 375px;
    }
}
.autosuggest-target-header {
    background: #cdcdcd;
    color: #383838;
    margin: 0;
}
.autosuggest-target-header,
.autosuggest-target-suggestion {
    font-size: 14px;
    padding: 12px;
}
@media (min-width: 992px) {
    .autosuggest-target-header,
    .autosuggest-target-suggestion {
        font-size: 18px;
    }
}
.autosuggest-target-cursor,
.autosuggest-target-suggestion:hover {
    background-color: #f7f7f7;
}
.search-single {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
    height: 70px;
    margin: auto;
    max-width: 764px;
    position: relative;
    width: 100%;
    z-index: 3;
}
.search-single-sm {
    height: 55px;
}
.search-single-group {
    flex: 1;
}
.search-single-form-control {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIxLjg2NiAyMC41Ny02LjM5MS02LjM5YTguNjY0IDguNjY0IDAgMCAwIDEuOTQyLTUuNDdDMTcuNDE3IDMuOTA2IDEzLjUxIDAgOC43MDggMCAzLjkwNyAwIDAgMy45MDggMCA4LjcxYzAgNC44IDMuOTA3IDguNzA3IDguNzA4IDguNzA3IDIuMDcyIDAgMy45NzQtLjczIDUuNDctMS45NDFsNi4zOTIgNi4zOWMuMTc5LjE4LjQ2OS4xOC42NDggMGwuNjQ4LS42NDhhLjQ1OC40NTggMCAwIDAgMC0uNjQ4Wk04LjcwOCAxNS41ODRBNi44ODMgNi44ODMgMCAwIDEgMS44MzMgOC43MWE2Ljg4MyA2Ljg4MyAwIDAgMSA2Ljg3NS02Ljg3NSA2Ljg4MyA2Ljg4MyAwIDAgMSA2Ljg3NSA2Ljg3NSA2Ljg4MyA2Ljg4MyAwIDAgMS02Ljg3NSA2Ljg3NVoiIGZpbGw9IiMwMDM5NzQiLz48L3N2Zz4=);
    background-position: 20px;
    background-repeat: no-repeat;
    border-radius: 10px 0 0 10px;
    border-right: none;
    color: #16605f;
    font-size: 18px;
    height: 100%;
    padding: 0 52px 0 62px;
}
.search-single-form-control::-webkit-input-placeholder {
    color: rgba(0, 58, 112, 0.6);
}
.search-single-form-control:-moz-placeholder,
.search-single-form-control::-moz-placeholder {
    color: rgba(0, 58, 112, 0.6);
}
.search-single-form-control:-ms-input-placeholder {
    color: rgba(0, 58, 112, 0.6);
}
.search-single-btn {
    border-radius: 0 10px 10px 0;
    font-size: 22px;
    min-width: 179px;
}
.search-single-overlap-btn {
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}
.footer {
    background: #16605f;
    padding: 45px 0 40px;
}
.footer a {
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
.footer a:not(.footer-bordered-link):focus,
.footer a:not(.footer-bordered-link):hover {
    color: #84d5ce;
    text-decoration: none;
    transform: translateX(10px);
}
.footer-inner {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
@media (min-width: 992px) {
    .footer-inner {
        padding: 0 40px !important;
    }
}
.footer-social-link {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.footer-social-link:hover {
    background: #fff;
    color: #16605f;
    text-decoration: none;
}
.footer-bordered-link {
    border: 1px dashed #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 4px 9px;
}
.footer-bordered-link:hover {
    background: #fff;
    color: #16605f;
    text-decoration: none;
}
.footer-search .autosuggest-target-menu {
    bottom: 100% !important;
    top: auto !important;
}
.btn-primary {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #35b6b4;
    border-color: #35b6b4;
    color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 88, 133, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #35b6b4;
    border-color: #35b6b4;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 88, 133, 0.5);
}
.btn-green-darken {
    background-color: #0082a8;
    border-color: #0082a8;
    color: #fff;
}
.btn-green-darken.focus,
.btn-green-darken:focus,
.btn-green-darken:hover {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-green-darken.focus,
.btn-green-darken:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 149, 181, 0.5);
}
.btn-green-darken.disabled,
.btn-green-darken:disabled {
    background-color: #0082a8;
    border-color: #0082a8;
    color: #fff;
}
.btn-green-darken:not(:disabled):not(.disabled).active,
.btn-green-darken:not(:disabled):not(.disabled):active,
.show > .btn-green-darken.dropdown-toggle {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-green-darken:not(:disabled):not(.disabled).active:focus,
.btn-green-darken:not(:disabled):not(.disabled):active:focus,
.show > .btn-green-darken.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 149, 181, 0.5);
}
.btn-primary-shaded {
    background-color: #005e8c;
    border-color: #005e8c;
    color: #fff;
}
.btn-primary-shaded.focus,
.btn-primary-shaded:focus,
.btn-primary-shaded:hover {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-primary-shaded.focus,
.btn-primary-shaded:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 118, 157, 0.5);
}
.btn-primary-shaded.disabled,
.btn-primary-shaded:disabled {
    background-color: #005e8c;
    border-color: #005e8c;
    color: #fff;
}
.btn-primary-shaded:not(:disabled):not(.disabled).active,
.btn-primary-shaded:not(:disabled):not(.disabled):active,
.show > .btn-primary-shaded.dropdown-toggle {
    background-color: #003c59;
    border-color: #00334c;
    color: #fff;
}
.btn-primary-shaded:not(:disabled):not(.disabled).active:focus,
.btn-primary-shaded:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-shaded.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 118, 157, 0.5);
}
.btn-primary-outline {
    background-color: #fff;
    border-color: #16605f;
    color: #212529;
}
.btn-primary-outline.focus,
.btn-primary-outline:focus,
.btn-primary-outline:hover {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-primary-outline.focus,
.btn-primary-outline:focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 55, 101, 0.5);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    background-color: #fff;
    border-color: #16605f;
    color: #212529;
}
.btn-primary-outline:not(:disabled):not(.disabled).active,
.btn-primary-outline:not(:disabled):not(.disabled):active,
.show > .btn-primary-outline.dropdown-toggle {
    background-color: #16605f;
    border-color: #16605f;
    color: #fff;
}
.btn-primary-outline:not(:disabled):not(.disabled).active:focus,
.btn-primary-outline:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-outline.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 55, 101, 0.5);
}
.btn-default {
    background-color: #35b6b4;
    border-color: #35b6b4;
    color: #fff;
}
.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
    background-color: #2c9897;
    border-color: #298f8d;
    color: #fff;
}
.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 193, 191, 0.5);
}
.btn-default.disabled,
.btn-default:disabled {
    background-color: #35b6b4;
    border-color: #35b6b4;
    color: #fff;
}
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
    background-color: #298f8d;
    border-color: #278583;
    color: #fff;
}
.btn-default:not(:disabled):not(.disabled).active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus,
.show > .btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 193, 191, 0.5);
}
.btn-secondary-outline {
    border-color: #35b6b4;
    color: #35b6b4;
}
.btn-secondary-outline.green-lighten {
    background: #dbf0f0;
    border-color: #dbf0f0;
    color: #013a70;
}
.btn-secondary-outline:hover {
    background-color: #35b6b4;
    border-color: #35b6b4;
    color: #fff;
}
.btn-secondary-outline.focus,
.btn-secondary-outline:focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 182, 180, 0.5);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    background-color: transparent;
    color: #35b6b4;
}
.btn-secondary-outline:not(:disabled):not(.disabled).active,
.btn-secondary-outline:not(:disabled):not(.disabled):active,
.show > .btn-secondary-outline.dropdown-toggle {
    background-color: #35b6b4;
    border-color: #35b6b4;
    color: #fff;
}
.btn-secondary-outline:not(:disabled):not(.disabled).active:focus,
.btn-secondary-outline:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary-outline.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 182, 180, 0.5);
}
.btn-white-outline {
    border-color: #fff;
    color: #fff;
}
.btn-white-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: #35b6b4;
}
.btn-white-outline.focus,
.btn-white-outline:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
    background-color: transparent;
    color: #fff;
}
.btn-white-outline:not(:disabled):not(.disabled).active,
.btn-white-outline:not(:disabled):not(.disabled):active,
.show > .btn-white-outline.dropdown-toggle {
    background-color: #fff;
    border-color: #fff;
    color: #212529;
}
.btn-white-outline:not(:disabled):not(.disabled).active:focus,
.btn-white-outline:not(:disabled):not(.disabled):active:focus,
.show > .btn-white-outline.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-border-light {
    border: 1px solid #fff;
}
.btn-xxs {
    font-size: 12px;
}
.btn-link {
    color: #0084ff;
}
.btn-link:hover {
    color: #16605f;
}
@media (max-width: 991.98px) {
    .btn-lg {
        font-size: 18px;
    }
}
.btn-as-select {
    padding: 14px 18px;
}
.btn-icon-box {
    width: 30px;
}
.btn-with-icon-shade {
    background-color: #005e8c !important;
}
.btn-with-icon-sm {
    max-width: 180px !important;
}
@media (min-width: 768px) {
    .btn-with-icon-sm {
        max-width: 200px !important;
    }
}
.btn-with-icon-md {
    max-width: 210px !important;
}
@media (min-width: 992px) {
    .btn-with-icon-md {
        max-width: 225px !important;
    }
}
.btn-with-icon-lg {
    max-width: 210px !important;
}
@media (min-width: 992px) {
    .btn-with-icon-lg {
        max-width: 245px !important;
    }
}
@media (max-width: 991.98px) {
    .btn-with-icon.sm-on-mob {
        max-width: 180px !important;
    }
}
.btn-with-icon-xs {
    max-width: 160px;
}
.btn-wide {
    max-width: 235px;
    width: 100%;
}
.btn-circle {
    border-radius: 40px;
}
.table-button {
    height: 25px;
    width: 25px;
}
.color-base {
    color: #383838;
}
@media (min-width: 992px) {
    .color-lg-base {
        color: #383838;
    }
}
.color-red {
    color: #f94242 !important;
}
.color-green {
    color: #35b6b4 !important;
}
.color-blue {
    color: #16605f !important;
}
.color-gray-600 {
    color: #616161 !important;
}
@media (min-width: 992px) {
    .color-lg-blue {
        color: #16605f !important;
    }
    .color-gray-lg-600 {
        color: #616161 !important;
    }
}
.color-gray-500 {
    color: #545454 !important;
}
.color-white {
    color: #fff;
}
.color-green-darken {
    color: #0082a8 !important;
}
.bg-blue {
    background-color: #16605f;
}
.bg-blue-lighten {
    background-color: #eaf3fb;
}
.bg-green {
    background-color: #35b6b4;
}
.bg-green-dark {
    background-color: #00a5bf;
}
.bg-green-lighten {
    background-color: #84d5ce;
}
.bg-green-darken {
    background-color: #0082a8;
}
@media (min-width: 992px) {
    .bg-lg-white {
        background-color: #fff !important;
    }
}
.bg-backdrop-white {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
}
.bg-gray-100 {
    background: #f7f7f7;
}
.bg-green-light {
    background: rgba(53, 182, 180, 0.2);
}
@media (min-width: 992px) {
    .bg-lg-green-light {
        background: rgba(53, 182, 180, 0.2);
    }
}
.link-gray-600 {
    color: #616161;
}
.link-gray-600:focus,
.link-gray-600:hover {
    color: #35b6b4;
}
@media (min-width: 768px) {
    .f-md-base {
        font-size: 1rem;
    }
    .f-md-18 {
        font-size: 18px;
    }
    .f-md-24 {
        font-size: 24px;
    }
    .f-md-26 {
        font-size: 26px;
    }
}
.site-heading-with-border {
    position: relative;
}
.site-heading-with-border:after {
    border-bottom: 1px solid #cfcfcf;
    content: "";
    display: block;
}
.site-heading-with-border > span {
    display: inline-block;
}
.site-heading-with-border > span:after {
    border-bottom: 3px solid #16605f;
    content: "";
    display: block;
    margin-bottom: -1px;
}
.site-heading-with-border.no-light-border:after {
    display: none;
}
.l-h-12 {
    line-height: 1.2;
}
@media (min-width: 992px) {
    .lh-lg-normal {
        line-height: normal;
    }
}
.lh-lg-normal {
    line-height: normal;
}
.font-weight-semi-bold {
    font-weight: 600;
}
@media (min-width: 992px) {
    .font-weight-lg-semi-bold {
        font-weight: 600;
    }
    .font-weight-lg-bold {
        font-weight: 700 !important;
    }
}
.site-content ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4 {
    font-size: 18px;
    font-weight: 600;
}
.site-content p:last-of-type {
    margin-bottom: 0;
}
.site-content ul li {
    padding-left: 1.5em;
    text-indent: -0.7em;
}
.site-content ul li:not(:last-child) {
    margin-bottom: 0.5em;
}
.site-content ul li:before {
    color: #cfcfcf;
    content: "●";
    font-size: 17px;
    left: -0.7em;
    position: relative;
}
.site-content-bullets ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.site-content-bullets ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.site-content-bullets ul li:before {
    content: "●";
    font-size: 0.65em;
    padding-right: 1em;
    position: relative;
    top: -2px;
}
.f-10 {
    font-size: 10px;
}
.f-11 {
    font-size: 11px;
}
.f-12 {
    font-size: 12px;
}
.f-13 {
    font-size: 13px;
}
.f-14 {
    font-size: 14px;
}
.f-15 {
    font-size: 15px;
}
.f-16 {
    font-size: 16px;
}
.f-17 {
    font-size: 17px;
}
.f-18 {
    font-size: 18px;
}
.f-19 {
    font-size: 19px;
}
.f-20 {
    font-size: 20px;
}
.f-21 {
    font-size: 21px;
}
.f-22 {
    font-size: 22px;
}
.f-23 {
    font-size: 23px;
}
.f-24 {
    font-size: 24px;
}
.f-25 {
    font-size: 25px;
}
.f-26 {
    font-size: 26px;
}
.f-27 {
    font-size: 27px;
}
.f-28 {
    font-size: 28px;
}
.f-29 {
    font-size: 29px;
}
.f-30 {
    font-size: 30px;
}
.f-31 {
    font-size: 31px;
}
.f-32 {
    font-size: 32px;
}
.f-base {
    font-size: 1rem;
}
@media (min-width: 992px) {
    .f-lg-12 {
        font-size: 12px !important;
    }
    .f-lg-13 {
        font-size: 13px !important;
    }
    .f-lg-14 {
        font-size: 14px !important;
    }
    .f-lg-15 {
        font-size: 15px !important;
    }
    .f-lg-16 {
        font-size: 16px !important;
    }
    .f-lg-17 {
        font-size: 17px !important;
    }
    .f-lg-18 {
        font-size: 18px !important;
    }
    .f-lg-19 {
        font-size: 19px !important;
    }
    .f-lg-20 {
        font-size: 20px !important;
    }
    .f-lg-21 {
        font-size: 21px !important;
    }
    .f-lg-22 {
        font-size: 22px !important;
    }
    .f-lg-23 {
        font-size: 23px !important;
    }
    .f-lg-24 {
        font-size: 24px !important;
    }
    .f-lg-25 {
        font-size: 25px !important;
    }
    .f-lg-26 {
        font-size: 26px !important;
    }
    .f-lg-27 {
        font-size: 27px !important;
    }
    .f-lg-28 {
        font-size: 28px !important;
    }
    .f-lg-29 {
        font-size: 29px !important;
    }
    .f-lg-30 {
        font-size: 30px !important;
    }
    .f-lg-31 {
        font-size: 31px !important;
    }
    .f-lg-32 {
        font-size: 32px !important;
    }
    .f-lg-36 {
        font-size: 36px !important;
    }
    .f-lg-40 {
        font-size: 40px !important;
    }
    .f-lg-50 {
        font-size: 50px !important;
    }
    .font-weight-lg-normal {
        font-weight: 400 !important;
    }
}
b,
strong {
    font-weight: 600;
}
.mx-pagination-item:not(:last-child):after,
.mx-pagination-link,
.mx-pagination-text {
    color: #16605f;
    font-size: 12px;
    font-weight: 600;
}
@media (min-width: 768px) {
    .mx-pagination-item:not(:last-child):after,
    .mx-pagination-link,
    .mx-pagination-text {
        font-size: 14px;
    }
}
.mx-pagination {
    align-items: flex-start;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.mx-pagination-item:not(:last-child):after {
    content: "–";
    display: inline-block;
    margin-left: 2px;
    margin-right: 4px;
    vertical-align: top;
}
.mx-pagination-item-white:after {
    color: #fff !important;
}
.mx-pagination-item-white .mx-pagination-link,
.mx-pagination-item-white .mx-pagination-text {
    color: #fff;
}
.mx-pagination-link,
.mx-pagination-text {
    display: inline-block;
    vertical-align: top;
}
.mx-pagination-link:focus,
.mx-pagination-link:hover {
    color: #35b6b4;
    text-decoration: none;
}
:root {
    --color-base: $color-base;
    --color-blue: $color-blue;
    --color-blue-dar: $color-blue-dark;
    --color-blue-darke: $color-blue-darker;
    --color-blue-ligh: $color-blue-light;
    --color-green: $color-green;
    --color-green-lighte: $color-green-lighten;
    --color-green-dar: $color-green-dark;
    --color-green-darke: $color-green-darken;
    --color-green-shad: $color-green-shade;
    --color-green-ligh: $color-green-light;
    --color-red-dar: $color-red-dark;
    --gray-100: $gray-100;
    --gray-900: $gray-900;
    --gray-800: $gray-800;
    --gray-400: $gray-400;
    --gray-300: $gray-300;
    --gray-500: $gray-500;
    --gray-600: $gray-600;
    --gray-200: $gray-200;
}
.search-form {
    background: #fff;
    border-radius: 10px;
}
.blue-lg-panel {
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) {
    .blue-lg-panel:after {
        background-color: #16605f;
        border-radius: 10px;
        content: "";
        height: 100%;
        left: 0;
        max-width: 716px;
        position: absolute;
        top: 0;
        width: 90%;
        z-index: -1;
    }
}
.btn-with-icon {
    align-items: center;
    background: #0082a8;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    max-width: 220px;
    overflow: hidden;
    padding: 11px 52px 11px 19px;
    padding-left: 0 !important;
    padding-right: 52px !important;
    position: relative;
}
@media (min-width: 992px) {
    .btn-with-icon {
        height: 58px;
        max-width: 289px;
        padding: 11px 52px 11px 38px;
    }
}
@media (max-width: 991px) {
    .btn-with-icon.align-left-on-sm {
        justify-content: start !important;
        padding-left: 20px !important;
    }
}
.btn-with-icon:after {
    background: #00a5bf
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMzY3Ljk1NCAyMTMuNTg4IDE2MC42NyA1Ljg3MmMtNy44MDQtNy44MTktMjAuNDY3LTcuODMxLTI4LjI4NC0uMDI5LTcuODE5IDcuODAyLTcuODMyIDIwLjQ2NS0uMDMgMjguMjg0bDIwNy4yOTkgMjA3LjczMWM3Ljc5OCA3Ljc5OCA3Ljc5OCAyMC40ODYtLjAxNSAyOC4yOTlMMTMyLjM1NiA0NzcuODczYy03LjgwMiA3LjgxOS03Ljc4OSAyMC40ODIuMDMgMjguMjg0QTE5LjkzNSAxOS45MzUgMCAwIDAgMTQ2LjUxMyA1MTJjNS4xMjUgMCAxMC4yNS0xLjk1OCAxNC4xNTctNS44NzNsMjA3LjI2OS0yMDcuNzAxYzIzLjM5NC0yMy4zOTQgMjMuMzk0LTYxLjQ1OS4wMTUtODQuODM4eiIgZmlsbD0iI2ZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIi8+PC9zdmc+)
        no-repeat 50%;
    background-size: 16px 16px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: width 0.2s ease-in-out;
    width: 52px;
}
.btn-with-icon:focus,
.btn-with-icon:hover {
    background: #007294;
    color: #fff;
    text-decoration: none;
}
.btn-with-icon:focus:after,
.btn-with-icon:hover:after {
    width: 55px;
}
.disabled.btn-with-icon,
[disabled].btn-with-icon {
    cursor: default;
    opacity: 0.6;
    pointer-events: none;
}
.doctor-img-carousel-wrap .slick-dots,
.doctor-img-carousel .slick-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.doctor-img-carousel-wrap .slick-dots > li > button,
.doctor-img-carousel .slick-dots > li > button {
    background: transparent
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMzAuMDY1IDMwLjA2NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI2LjUxMSAxMi4wMDQgNi4yMzMuNDYzQzQuMDgyLS43NjUgMS44ODkuNTc4IDEuODg5IDIuOTkzdjI0LjA5M2MwIDIuMDQ2IDEuMzMyIDIuOTc5IDIuNTcgMi45NzkuNTgzIDAgMS4xNzctLjE4NCAxLjc2Ny0uNTQzbDIwLjM2OS0xMi40NjhjMS4wMjQtLjYyOSAxLjU5OS0xLjU2IDEuNTgxLTIuNTU1LS4wMTctLjk5Ni0uNjIzLTEuOTA2LTEuNjY1LTIuNDk1em0tMS4yODEgMi44MjNMNC44NjIgMjcuMjkyYTEuMjk3IDEuMjk3IDAgMCAxLS4zMTkuMTQ3IDEuMzU0IDEuMzU0IDAgMCAxLS4wNC0uMzUzVjIuOTk0YzAtLjI0OC4wNDUtLjM3My4wNDUtLjQwNC4wOC4wMDUuMjIuMDQ2LjM5Ni4xNDZsMjAuMjc1IDExLjU0MWMuMjUuMTQzLjMyNC4yNjcuMzQ4LjI0LS4wMTMuMDM0LS4wOTguMTYxLS4zMzcuMzF6IiBmaWxsPSIjYzRjNGM0IiBkYXRhLW9yaWdpbmFsPSIjMDEwMDAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciLz48L3N2Zz4=)
        no-repeat 50% / cover;
    border: none;
    font-size: 0;
    height: 12px;
    margin: 0 4px;
    padding: 0;
    transition: width 0.16s, height 0.16s;
    width: 12px;
}
.doctor-img-carousel-wrap .slick-dots > li.slick-active > button,
.doctor-img-carousel .slick-dots > li.slick-active > button {
    background: #c4c4c4;
    border-radius: 15px;
    height: 6px;
    width: 15px;
}
.accordion-trigger {
    position: relative;
}
.accordion-trigger-chevron {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.3s ease;
}
.accordion-trigger.collapsed .accordion-trigger-chevron {
    transform: translateY(-50%) rotate(0deg);
}
.date-calendar .datepicker,
.date-calendar .datepicker-centuries > table,
.date-calendar .datepicker-days > table,
.date-calendar .datepicker-decades > table,
.date-calendar .datepicker-months > table,
.date-calendar .datepicker-years > table {
    width: 100%;
}
.date-calendar .datepicker-centuries > table .next,
.date-calendar .datepicker-centuries > table .prev,
.date-calendar .datepicker-days > table .next,
.date-calendar .datepicker-days > table .prev,
.date-calendar .datepicker-decades > table .next,
.date-calendar .datepicker-decades > table .prev,
.date-calendar .datepicker-months > table .next,
.date-calendar .datepicker-months > table .prev,
.date-calendar .datepicker-years > table .next,
.date-calendar .datepicker-years > table .prev {
    color: #16605f;
    font-family: Font Awesome\5 Free;
    font-size: 16px;
    font-size: 0;
    font-weight: 900;
    height: auto;
    width: auto;
}
.date-calendar .datepicker-centuries > table .prev:before,
.date-calendar .datepicker-days > table .prev:before,
.date-calendar .datepicker-decades > table .prev:before,
.date-calendar .datepicker-months > table .prev:before,
.date-calendar .datepicker-years > table .prev:before {
    content: "\f053";
    font-size: 16px;
}
.date-calendar .datepicker-centuries > table .next:before,
.date-calendar .datepicker-days > table .next:before,
.date-calendar .datepicker-decades > table .next:before,
.date-calendar .datepicker-months > table .next:before,
.date-calendar .datepicker-years > table .next:before {
    content: "\f054";
    font-size: 16px;
}
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(2),
.date-calendar .datepicker-days > table > thead > tr:nth-child(2),
.date-calendar .datepicker-decades > table > thead > tr:nth-child(2),
.date-calendar .datepicker-months > table > thead > tr:nth-child(2),
.date-calendar .datepicker-years > table > thead > tr:nth-child(2) {
    height: 42px;
    vertical-align: top;
}
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(2) > th,
.date-calendar .datepicker-days > table > thead > tr:nth-child(2) > th,
.date-calendar .datepicker-decades > table > thead > tr:nth-child(2) > th,
.date-calendar .datepicker-months > table > thead > tr:nth-child(2) > th,
.date-calendar .datepicker-years > table > thead > tr:nth-child(2) > th {
    color: #16605f;
    height: 20px;
}
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(3),
.date-calendar .datepicker-days > table > thead > tr:nth-child(3),
.date-calendar .datepicker-decades > table > thead > tr:nth-child(3),
.date-calendar .datepicker-months > table > thead > tr:nth-child(3),
.date-calendar .datepicker-years > table > thead > tr:nth-child(3) {
    background: #00a5bf;
}
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(3) th,
.date-calendar .datepicker-days > table > thead > tr:nth-child(3) th,
.date-calendar .datepicker-decades > table > thead > tr:nth-child(3) th,
.date-calendar .datepicker-months > table > thead > tr:nth-child(3) th,
.date-calendar .datepicker-years > table > thead > tr:nth-child(3) th {
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    position: relative;
    text-align: center;
    width: 50px;
}
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(3) th:first-child,
.date-calendar .datepicker-days > table > thead > tr:nth-child(3) th:first-child,
.date-calendar .datepicker-decades > table > thead > tr:nth-child(3) th:first-child,
.date-calendar .datepicker-months > table > thead > tr:nth-child(3) th:first-child,
.date-calendar .datepicker-years > table > thead > tr:nth-child(3) th:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(3) th:last-child,
.date-calendar .datepicker-days > table > thead > tr:nth-child(3) th:last-child,
.date-calendar .datepicker-decades > table > thead > tr:nth-child(3) th:last-child,
.date-calendar .datepicker-months > table > thead > tr:nth-child(3) th:last-child,
.date-calendar .datepicker-years > table > thead > tr:nth-child(3) th:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.date-calendar .datepicker-centuries > table > thead > tr:nth-child(3) th:not(:last-child):after,
.date-calendar .datepicker-days > table > thead > tr:nth-child(3) th:not(:last-child):after,
.date-calendar .datepicker-decades > table > thead > tr:nth-child(3) th:not(:last-child):after,
.date-calendar .datepicker-months > table > thead > tr:nth-child(3) th:not(:last-child):after,
.date-calendar .datepicker-years > table > thead > tr:nth-child(3) th:not(:last-child):after {
    background: #fff;
    bottom: 10px;
    content: "";
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 1px;
}
.date-calendar .datepicker-centuries > table td,
.date-calendar .datepicker-days > table td,
.date-calendar .datepicker-decades > table td,
.date-calendar .datepicker-months > table td,
.date-calendar .datepicker-years > table td {
    border-radius: 50%;
    color: #616161;
    font-size: 13px;
    height: 46px;
}
.date-calendar .datepicker-centuries > table td:hover,
.date-calendar .datepicker-days > table td:hover,
.date-calendar .datepicker-decades > table td:hover,
.date-calendar .datepicker-months > table td:hover,
.date-calendar .datepicker-years > table td:hover {
    background: transparent !important;
}
.date-calendar .datepicker-days > table td:hover {
    color: #00a5bf;
}
.date-calendar .datepicker-days > table td.active,
.date-calendar .datepicker-days > table td.active.disabled:hover,
.date-calendar .datepicker-days > table td.active:hover,
.date-calendar .datepicker-days > table td.color-blue,
.date-calendar .datepicker-days > table td.color-green,
.date-calendar .datepicker-days > table td.color-green-dark,
.date-calendar .datepicker-days > table td.color-green-lighten,
.date-calendar .datepicker-days > table td.color-multi-2,
.date-calendar .datepicker-days > table td.color-multi-3,
.date-calendar .datepicker-days > table td.color-multi-4,
.date-calendar .datepicker-days > table td.today,
.date-calendar .datepicker-days > table td.today.disabled,
.date-calendar .datepicker-days > table td.today.disabled:hover {
    background: transparent !important;
    color: #fff !important;
    position: relative;
    z-index: 1;
}
.date-calendar .datepicker-days > table td.active.disabled:hover:after,
.date-calendar .datepicker-days > table td.active:after,
.date-calendar .datepicker-days > table td.active:hover:after,
.date-calendar .datepicker-days > table td.color-blue:after,
.date-calendar .datepicker-days > table td.color-green-dark:after,
.date-calendar .datepicker-days > table td.color-green-lighten:after,
.date-calendar .datepicker-days > table td.color-green:after,
.date-calendar .datepicker-days > table td.color-multi-2:after,
.date-calendar .datepicker-days > table td.color-multi-3:after,
.date-calendar .datepicker-days > table td.color-multi-4:after,
.date-calendar .datepicker-days > table td.today.disabled:after,
.date-calendar .datepicker-days > table td.today.disabled:hover:after,
.date-calendar .datepicker-days > table td.today:after {
    border-radius: 50%;
    content: "";
    height: 35px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    z-index: -1;
}
@media (min-width: 992px) {
    .date-calendar .datepicker-days > table td.active.disabled:hover:after,
    .date-calendar .datepicker-days > table td.active:after,
    .date-calendar .datepicker-days > table td.active:hover:after,
    .date-calendar .datepicker-days > table td.color-blue:after,
    .date-calendar .datepicker-days > table td.color-green-dark:after,
    .date-calendar .datepicker-days > table td.color-green-lighten:after,
    .date-calendar .datepicker-days > table td.color-green:after,
    .date-calendar .datepicker-days > table td.color-multi-2:after,
    .date-calendar .datepicker-days > table td.color-multi-3:after,
    .date-calendar .datepicker-days > table td.color-multi-4:after,
    .date-calendar .datepicker-days > table td.today.disabled:after,
    .date-calendar .datepicker-days > table td.today.disabled:hover:after,
    .date-calendar .datepicker-days > table td.today:after {
        height: 40px;
        width: 40px;
    }
}
.date-calendar .datepicker-days > table td.active:after,
.date-calendar .datepicker-days > table td.today.disabled:after,
.date-calendar .datepicker-days > table td.today.disabled:hover:after,
.date-calendar .datepicker-days > table td.today:after,
.date-calendar .datepicker-days > table td.today:hover:after {
    background: #16605f;
}
.date-calendar .datepicker-days > table td.color-blue,
.date-calendar .datepicker-days > table td.color-blue.active {
    color: #fff !important;
}
.date-calendar .datepicker-days > table td.color-blue.active:after,
.date-calendar .datepicker-days > table td.color-blue:after {
    background: #16605f;
}
.date-calendar .datepicker-days > table td.color-green,
.date-calendar .datepicker-days > table td.color-green.active {
    color: #fff !important;
}
.date-calendar .datepicker-days > table td.color-green.active:after,
.date-calendar .datepicker-days > table td.color-green:after {
    background: #35b6b4;
}
.date-calendar .datepicker-days > table td.color-green-dark,
.date-calendar .datepicker-days > table td.color-green-dark.active {
    color: #fff !important;
}
.date-calendar .datepicker-days > table td.color-green-dark.active:after,
.date-calendar .datepicker-days > table td.color-green-dark:after {
    background: #00a5bf;
}
.date-calendar .datepicker-days > table td.color-green-dark.day:hover:after {
    background: #16605f;
}
.date-calendar .datepicker-days > table td.color-green-lighten,
.date-calendar .datepicker-days > table td.color-green-lighten.active {
    color: #fff !important;
}
.date-calendar .datepicker-days > table td.color-green-lighten.active:after,
.date-calendar .datepicker-days > table td.color-green-lighten:after {
    background: #84d5ce;
}
.date-calendar .datepicker-days > table td.color-multi-2,
.date-calendar .datepicker-days > table td.color-multi-2.active {
    color: #fff !important;
}
.date-calendar .datepicker-days > table td.color-multi-2.active:after,
.date-calendar .datepicker-days > table td.color-multi-2:after {
    background: linear-gradient(180deg, #35b6b4 50%, #16605f 0);
}
.date-calendar .datepicker-days > table td.color-multi-3,
.date-calendar .datepicker-days > table td.color-multi-3.active {
    color: #fff !important;
}
.date-calendar .datepicker-days > table td.color-multi-3.active:after,
.date-calendar .datepicker-days > table td.color-multi-3:after {
    background: linear-gradient(180deg, #84d5ce 26%, #16605f 0, #16605f 78%, #35b6b4 0);
}
.date-calendar .datepicker-days > table td.color-multi-4,
.date-calendar .datepicker-days > table td.color-multi-4.active {
    color: #fff !important;
}
.date-calendar .datepicker-days > table td.color-multi-4.active:after,
.date-calendar .datepicker-days > table td.color-multi-4:after {
    background: linear-gradient(0deg, #16605f 25%, #35b6b4 0, #35b6b4 50%, #00a5bf 0, #00a5bf 75%, #84d5ce 0);
}
.date-calendar .datepicker .datepicker-switch:hover,
.date-calendar .datepicker .next:hover,
.date-calendar .datepicker .prev:hover,
.date-calendar .datepicker tfoot tr th:hover {
    background-color: transparent;
}
.date-calendar .datepicker table tr td span.active,
.date-calendar .datepicker table tr td span.active.disabled,
.date-calendar .datepicker table tr td span.active.disabled:hover,
.date-calendar .datepicker table tr td span.active:hover {
    background: #16605f;
    color: #fff;
}
@media (min-width: 992px) {
    .doctor-detail-section {
        height: 429px;
    }
}
@media (max-width: 991.98px) {
    .doctor-detail-section {
        background: linear-gradient(180deg, #0082a8 51%, transparent 0);
    }
}
.doctor-img-carousel,
.doctor-img-carousel-wrap {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
@media (min-width: 992px) {
    .doctor-img-carousel,
    .doctor-img-carousel-wrap {
        border-radius: 10px;
        margin-right: 0;
        max-width: 300px;
    }
}
.doctor-img-carousel-img,
.doctor-img-carousel-wrap-img {
    height: 250px;
    margin: 0 auto;
    max-width: 300px;
    -o-object-position: top;
    object-position: top;
}
@media (min-width: 992px) {
    .doctor-img-carousel-img,
    .doctor-img-carousel-wrap-img {
        height: 300px;
        width: 300px;
    }
    .doctor-img-carousel-wrap .slick-dots,
    .doctor-img-carousel .slick-dots {
        margin-top: 10px;
    }
}
.date-calendar-color-dot {
    border-radius: 50%;
    height: 15px;
    width: 15px;
}
@media (max-width: 991.98px) {
    .doctor-detail-rightpanel {
        padding-top: 0 !important;
    }
}
.box-shadow-sm,
.search-form {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.box-shadow-darken {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
    .box-shadow-lg {
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    }
    .box-shadow-lg-big {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }
}
.header-sticked {
    padding-top: 80px;
}
@media (min-width: 992px) {
    .header-sticked {
        padding-top: 153px;
    }
}
.divider {
    border-color: #cfcfcf;
}
.opacity-50 {
    opacity: 0.5;
}
.right-60 {
    right: 60px;
}
.white-space-nowrap {
    white-space: nowrap;
}
.rounded {
    border-radius: 5px !important;
}
.rounded-lg {
    border-radius: 10px !important;
}
.rounded-top-lg {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.rounded-bottom-lg {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
@media (min-width: 992px) {
    .rounded-top-lg-lg {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }
}
.hover-no-underline:hover {
    text-decoration: none;
}
.hover-underline:hover {
    text-decoration: underline;
}
.hover-color-green:hover,
.hover-color-green:hover .hover-target {
    color: #35b6b4 !important;
}
.hover-color-white:hover,
.hover-color-white:hover .hover-target {
    color: #fff !important;
}
.hover-filter-white:hover .hover-target {
    filter: brightness(0) invert(1);
}
.hover-bg-blue:hover {
    background-color: #16605f !important;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.text-truncate-line-2,
.text-truncate-line-3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.text-truncate-line-3 {
    -webkit-line-clamp: 3;
}
.text-truncate-line-5 {
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 5;
}
.text-truncate-line-5,
.text-truncate-line-7 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.text-truncate-line-7 {
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 7;
}
@media (min-width: 992px) {
    .text-truncate-lg-line-2 {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    .text-truncate-lg-none {
        line-clamp: unset;
        display: block;
        overflow: visible;
    }
    .col-lg-none {
        flex: none;
        max-width: none;
        width: auto;
    }
}
.border-color-green {
    border-color: #35b6b4 !important;
}
.border-color-blue {
    border-color: #16605f !important;
}
.border-color-alpha-2 {
    border-color: rgba(0, 58, 112, 0.2) !important;
}
.border-bottom-color-alpha-white-2 {
    border-color: hsla(0, 0%, 100%, 0.2) !important;
}
.border-color-green-darken {
    border-color: #0082a8 !important;
}
.right-0 {
    right: 0;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.rounded-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.blue-lg-panel:after,
.blue-panel:after {
    width: 100%;
}
.blue-lg-panel.one-third:after,
.blue-panel.one-third:after {
    height: 70%;
}
.blue-lg-panel._35:after,
.blue-panel._35:after {
    height: 35%;
}
.blue-lg-panel._65:after,
.blue-panel._65:after {
    height: 65%;
}
.blue-lg-panel.bottom-rounded:after,
.blue-panel.bottom-rounded:after {
    border-radius: 0 0 10px 10px;
}
.blue-panel {
    position: relative;
    z-index: 1;
}
.blue-panel:after {
    background-color: #16605f;
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    max-width: 716px;
    position: absolute;
    top: 0;
    width: 90%;
    width: 100%;
    z-index: -1;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
@media (min-width: 992px) {
    .rounded-lg-lg {
        border-radius: 10px !important;
    }
}
.rounded-lg-top-left {
    border-top-left-radius: 10px;
}
.rounded-lg-top-right {
    border-top-right-radius: 10px;
}
.z-index-1 {
    z-index: 1;
}
.to-front {
    z-index: 100;
}
@media (min-width: 992px) {
    .leaf-lg-at-bottom {
        background: url(/images/leaf-up-down.svg?bc8dd66eb401da2c14d3eee9977ed2e0) no-repeat 114% 165%;
        background-size: 350px;
    }
    .d-lg-table-header-group {
        display: table-header-group !important;
    }
}
.font-style-normal {
    font-style: normal !important;
}
@media (min-width: 992px) {
    .rouned-lg-0 {
        border-radius: 0 !important;
    }
}
.hidden {
    display: none;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.visiblity-toggler.active .visiblity-toggler-toggled,
.visiblity-toggler:not(.active) .visiblity-toggler-initial {
    display: none;
}
@media (min-width: 992px) {
    .rounded-lg-0 {
        border-radius: 0 !important;
    }
}
.w-22 {
    width: 22px;
}
.h-22 {
    height: 22px;
}
.h-30 {
    height: 30px;
}
.w-30 {
    width: 30px;
}
.w-45 {
    width: 45px;
}
.h-45 {
    height: 45px;
}
.h-14 {
    height: 14px;
}
.h-18 {
    height: 18px;
}
.h-98 {
    height: 98px;
}
.w-98 {
    width: 98px;
}
.w-180 {
    width: 180px;
}
.w-25p {
    width: 25px;
}
.w-50p {
    width: 50px;
}
.h-25p {
    height: 25px;
}
.h-85 {
    height: 85px;
}
.h-65 {
    height: 65px;
}
.h-50p {
    height: 50px;
}
.h-160 {
    height: 160px;
}
.h-180 {
    height: 180px;
}
.h-280 {
    height: 280px;
}
.w-100-px {
    width: 100px;
}
.h-100p {
    height: 100px;
}
.w-10 {
    width: 10%;
}
.min-width-0 {
    min-width: 0;
}
.max-width-none {
    max-width: none !important;
}
.min-h-unset {
    min-height: unset !important;
}
.min-h-40 {
    min-height: 40px;
}
.min-h-45 {
    min-height: 45px;
}
.min-h-140 {
    min-height: 140px;
}
.min-h-60 {
    min-height: 60px;
}
@media (max-width: 991.98px) {
    .w-100-md-down {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .min-h-lg-66 {
        min-height: 66px;
    }
    .min-h-lg-60 {
        min-height: 60px;
    }
    .min-h-lg-55 {
        min-height: 55px;
    }
}
.h-20 {
    height: 20px;
}
.h-40 {
    height: 40px;
}
@media (min-width: 992px) {
    .w-lg-236 {
        width: 236px !important;
    }
    .w-lg-254 {
        width: 254px !important;
    }
    .w-lg-300 {
        width: 300px !important;
    }
    .w-lg-280 {
        width: 280px !important;
    }
    .h-lg-309 {
        height: 309px !important;
    }
    .h-lg-330 {
        height: 330px !important;
    }
    .h-lg-45 {
        height: 45px !important;
    }
    .h-lg-80 {
        height: 80px !important;
    }
}
@media (min-width: 768px) {
    .h-md-30 {
        height: 30px !important;
    }
    .h-md-23 {
        height: 23px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-150 {
        width: 150px !important;
    }
    .w-lg-180 {
        width: 180px !important;
    }
    .w-lg-80 {
        width: 80px !important;
    }
    .h-lg-160 {
        height: 160px !important;
    }
    .h-lg-130 {
        height: 130px !important;
    }
    .h-lg-100p {
        height: 100px !important;
    }
    .h-lg-180 {
        height: 180px !important;
    }
    .h-lg-211 {
        height: 211px !important;
    }
    .h-lg-240 {
        height: 240px !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-100p {
        width: 100px !important;
    }
    .w-lg-20 {
        width: 20% !important;
    }
    .w-lg-30 {
        width: 30% !important;
    }
    .min-h-lg-35 {
        min-height: 35px !important;
    }
    .min-h-lg-50 {
        min-height: 50px !important;
    }
    .min-h-lg-45 {
        min-height: 45px !important;
    }
}
@media (max-width: 991.98px) {
    .max-width-none-md-down {
        max-width: none !important;
    }
}
@media (min-width: 992px) {
    .max-width-lg-none {
        max-width: none !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
}
.floating-search-field {
    max-width: 160px;
    right: 75px;
}
.abs-search-btn {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.search-btn-right-sm {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.ml-n15,
.mx-n15 {
    margin-left: -15px;
}
.mr-n15,
.mx-n15 {
    margin-right: -15px;
}
.ml-15,
.mx-15 {
    margin-left: 15px;
}
.mr-15,
.mx-15 {
    margin-right: 15px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-80 {
    margin-bottom: 80px;
}
.ml-n10,
.mx-n10 {
    margin-left: -10px;
}
.mr-n10,
.mx-n10 {
    margin-right: -10px;
}
@media (min-width: 992px) {
    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -10px !important;
    }
    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -10px !important;
    }
}
.ml-n05,
.mx-n05 {
    margin-left: -5px;
}
.mr-n05,
.mx-n05 {
    margin-right: -5px;
}
@media (min-width: 992px) {
    .ml-lg-n05,
    .mx-lg-n05 {
        margin-left: -5px;
    }
    .mr-lg-n05,
    .mx-lg-n05 {
        margin-right: -5px;
    }
}
.mx-n10 {
    margin-left: -10px;
    margin-right: -10px;
}
.mx-n20 {
    margin-left: -20px;
}
.mr-n20,
.mx-n20 {
    margin-right: -20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mr-20 {
    margin-right: 20px;
}
@media (min-width: 992px) {
    .mr-lg-20 {
        margin-right: 20px !important;
    }
    .mb-lg-35 {
        margin-bottom: 35px !important;
    }
}
@media (min-width: 1200px) {
    .mb-xl-35 {
        margin-bottom: 35px !important;
    }
}
@media (min-width: 992px) {
    .mt-lg-30 {
        margin-top: 30px !important;
    }
    .mt-lg-40 {
        margin-top: 40px !important;
    }
    .mb-lg-50 {
        margin-bottom: 50px !important;
    }
    .mb-lg-70 {
        margin-bottom: 70px !important;
    }
    .mb-lg-55 {
        margin-bottom: 55px !important;
    }
    .mb-lg-20 {
        margin-bottom: 20px !important;
    }
    .mb-lg-40 {
        margin-bottom: 40px !important;
    }
}
@media (min-width: 768px) {
    .mb-md-30 {
        margin-bottom: 30px !important;
    }
}
@media (min-width: 992px) {
    .mb-lg-30 {
        margin-bottom: 30px !important;
    }
    .mt-lg-n40 {
        margin-top: -40px !important;
    }
    .mb-lg-10 {
        margin-bottom: 10px !important;
    }
    .mb-lg-15 {
        margin-bottom: 15px !important;
    }
}
.pl-20,
.px-20 {
    padding-left: 20px;
}
.pr-20,
.px-20 {
    padding-right: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.p-20 {
    padding: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pl-30 {
    padding-left: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.py-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.py-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.py-14 {
    padding-bottom: 14px;
    padding-top: 14px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-05,
.px-05 {
    padding-right: 5px !important;
}
.pl-05,
.px-05 {
    padding-left: 5px !important;
}
@media (min-width: 992px) {
    .pr-lg-05,
    .px-lg-05 {
        padding-right: 5px !important;
    }
    .pl-lg-05,
    .px-lg-05 {
        padding-left: 5px !important;
    }
}
.pr-10,
.px-10 {
    padding-right: 10px !important;
}
.pl-10,
.px-10 {
    padding-left: 10px !important;
}
.pb-10 {
    padding-bottom: 10px;
}
@media (min-width: 992px) {
    .pl-lg-20,
    .px-lg-20 {
        padding-left: 20px !important;
    }
    .pr-lg-20,
    .px-lg-20 {
        padding-right: 20px !important;
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 10px !important;
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 10px !important;
    }
    .pt-lg-12 {
        padding-top: 12px !important;
    }
    .pl-lg-30 {
        padding-left: 30px !important;
    }
    .pr-lg-30 {
        padding-right: 30px !important;
    }
    .pl-lg-35 {
        padding-left: 35px !important;
    }
    .pr-lg-35 {
        padding-right: 35px !important;
    }
    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 20px !important;
    }
    .pb-lg-18,
    .py-lg-18 {
        padding-bottom: 18px !important;
    }
    .pb-lg-35 {
        padding-bottom: 35px !important;
    }
    .pt-lg-20,
    .py-lg-20 {
        padding-top: 20px !important;
    }
    .pt-lg-18,
    .py-lg-18 {
        padding-top: 18px !important;
    }
    .pt-lg-40 {
        padding-top: 40px !important;
    }
    .pt-lg-30,
    .py-lg-30 {
        padding-top: 30px !important;
    }
    .pb-lg-30,
    .py-lg-30 {
        padding-bottom: 30px !important;
    }
    .pl-lg-46,
    .px-lg-46 {
        padding-left: 46px !important;
    }
    .pr-lg-46,
    .px-lg-46 {
        padding-right: 46px !important;
    }
    .py-lg-40 {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }
    .pl-lg-40,
    .px-lg-40 {
        padding-left: 40px !important;
    }
    .pr-lg-40,
    .px-lg-40 {
        padding-right: 40px !important;
    }
    .pb-lg-40 {
        padding-bottom: 40px !important;
    }
}
@media (min-width: 1200px) {
    .pl-xl-40,
    .px-xl-40 {
        padding-left: 40px !important;
    }
    .pr-xl-40,
    .px-xl-40 {
        padding-right: 40px !important;
    }
}
@media (min-width: 992px) {
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 10px !important;
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 10px !important;
    }
    .pl-lg-50,
    .px-lg-50 {
        padding-left: 50px !important;
    }
    .pr-lg-50,
    .px-lg-50 {
        padding-right: 50px !important;
    }
    .pl-lg-70 {
        padding-left: 70px !important;
    }
    .pr-lg-70 {
        padding-right: 70px !important;
    }
    .pt-lg-50,
    .py-lg-50 {
        padding-top: 50px !important;
    }
    .pb-lg-50,
    .py-lg-50 {
        padding-bottom: 50px !important;
    }
}
td.disabled.day.no-available {
    position: relative;
}
td.disabled.day.no-available:after,
td.disabled.day.no-available:before {
    display: none;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
td.disabled.day.no-available:before {
    background: #013a70;
    border-radius: 5px;
    color: #fff;
    content: "Doctor slot not available";
    padding: 6px;
    top: -28px;
    white-space: nowrap;
    z-index: 2;
}
td.disabled.day.no-available:after {
    border: 5px solid transparent;
    border-top-color: #013a70;
    bottom: 30px;
    content: "";
}
td.disabled.day.no-available:hover:after,
td.disabled.day.no-available:hover:before {
    display: block;
}
.cursor-pointer,
.day {
    cursor: pointer;
}
.date-calendar th {
    font-size: inherit;
    padding: 0;
}
.date-calendar .datepicker-days > table td.day.color-blue.active:after {
    background: #35b6b4;
    border: 2px solid #fff;
    box-shadow: 3px 3px 12px -3px #000000bd;
}
.date-calendar .datepicker-days > table td.day.color-blue:hover:after {
    background: #00a5bf;
}
.date-calendar .datepicker-days > table td.day.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.date-calendar .datepicker-days > table td.day.disabled:hover {
    color: #616161;
}
.date-calendar .datepicker-days > table thead > tr th.next,
.date-calendar .datepicker-days > table thead > tr th.prev {
    color: #16605fb0;
    font-family: inherit;
    font-size: 1rem;
    font-style: inherit;
    font-weight: 600;
}
.date-calendar .datepicker-days > table thead > tr th.next:before,
.date-calendar .datepicker-days > table thead > tr th.prev:before {
    content: none;
}
.date-calendar .datepicker-days > table thead > tr th.datepicker-switch {
    font-family: inherit;
    font-size: 1rem;
    font-style: inherit;
}

/*# sourceMappingURL=doctor-detail.css.map*/
