@charset "UTF-8";
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica_neue';
    src: url('fonts/Helvetica_neue.ttf') format('truetype');
    font-style: normal;
}

.font-title {
    font-family: "Helvetica", sans-serif;
}

.is-uppercase {
    text-transform: uppercase;
    -moz-font-feature-settings: 'case';
    -webkit-font-feature-settings: 'case';
    font-feature-settings: 'case' on;
}
/******* BASE *******/

h1 {
    font-weight: normal;
    font-size: 40px;
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 27px;
    }
}

h2 {
    font-weight: normal;
    font-size: 30px;
}

@media (max-width: 767.98px) {
    h2 {
        font-size: 23px;
    }
}

h3 {
    font-weight: normal;
    font-size: 24px;
}

@media (max-width: 1023.98px) {
    h3 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    h3 {
        font-size: 16px;
    }
}

h4 {
    font-weight: normal;
    font-size: 18px;
}

@media (max-width: 1023.98px) {
    h4 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-weight: normal;
    font-size: 19px;
}

@media (max-width: 1023.98px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-weight: normal;
    font-size: 18px;
}

@media (max-width: 1023.98px) {
    h6 {
        font-size: 16px;
    }
}


.primary {
    background-color: #1e273e;
}

html {
    height: 100%;
}

body {
    font-family: "Helvetica_neue", sans-serif;
    background-color: #ffffff;
    font-size: 0.9375rem;
    color: #6B7280;
    line-height: 1.5;
    height: 100%;
    overflow-x: hidden;
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 13px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #2E3842;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}

a:hover {
    color: #09e5ab;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

p {
    margin-top: 0;
    margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #272b41;
    font-weight: 500;
}

.h1, h1 {
    font-size: 2.25rem;
}

@media (max-width: 767.98px) {
    .h1, h1 {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .h1, h1 {
        font-size: 28px;
    }
}

.h2, h2 {
    font-size: 30px;
}

@media (max-width: 767.98px) {
    .h2, h2 {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .h2, h2 {
        font-size: 24px;
    }
}

.h3, h3 {
    font-size: 1.5rem;
}

@media (max-width: 767.98px) {
    .h3, h3 {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .h3, h3 {
        font-size: 20px;
    }
}

.h4, h4 {
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .h4, h4 {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .h4, h4 {
        font-size: 16px;
    }
}

.h5, h5 {
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .h5, h5 {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .h5, h5 {
        font-size: 14px;
    }
}

.h6, h6 {
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .h6, h6 {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .h6, h6 {
        font-size: 12px;
    }
}

.btn-primary {
    background-color: #09e5ab;
    border: 1px solid #1e273e;
}

.btn-primary:hover {
    background-color: #1e273e;
    border: 1px solid #FFFFFF;
}

.container-fluid {
    padding: 0 30px;
}

@media (max-width: 1199.98px) {
    .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 991.98px) {
    .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 767.98px) {
    .container-fluid {
        padding: 0 15px;
    }
}

/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/

/****** LAYOUT ******/
.btn.focus, .btn:focus {
    box-shadow: unset;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn-white {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #272b41;
}

.bg-primary,
.badge-primary {
    background-color: #1e273e !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #FFFFFF !important;
}

.bg-success,
.badge-success {
    background-color: #00e65b !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #00cc52 !important;
}

.bg-info,
.badge-info {
    background-color: #009efb !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #028ee1 !important;
}

.bg-warning,
.badge-warning {
    background-color: #ffbc34 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
    background-color: #ff0100 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #e63333 !important;
}

.bg-white {
    background-color: #ffffff;
}

.bg-purple,
.badge-purple {
    background-color: #9368e9 !important;
}

.text-primary {
    color: #1e273e !important;
}

.dropdown-menu li > a.text-primary {
    color: #1e273e !important;
}

.dropdown-menu li > a.text-success {
    color: #00cc52 !important;
}

.dropdown-menu li > a.text-danger {
    color: #ff0100 !important;
}

.dropdown-menu li > a.text-info {
    color: #009efb !important;
}

.dropdown-menu li > a.text-warning {
    color: #ffbc34 !important;
}

.dropdown-menu li > a.text-purple {
    color: #7460ee !important;
}

.text-success {
    color: #00cc52 !important;
}

.text-danger {
    color: #ff0100 !important;
}

.text-info {
    color: #009efb !important;
}

.text-warning {
    color: #ffbc34 !important;
}

.text-purple {
    color: #7460ee !important;
}

.text-muted {
    color: #757575 !important;
}

.btn-primary {
    background-color: #1e273e;
    border: 1px solid #1e273e;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
    color: #1e273e;
    background-color: #FFFFFF;
    border-color: #1e273e;
}

.btn-primary:focus .open > .dropdown-toggle.btn-primary, .btn-primary:hover .open > .dropdown-toggle.btn-primary, .btn-primary:active .open > .dropdown-toggle.btn-primary, .btn-primary.active .open > .dropdown-toggle.btn-primary {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover, .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus, .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus, .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-primary:active:focus, .btn-primary:active:hover {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-primary .active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled) {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #ffffff;
}

.btn-primary .active:focus:not(:disabled):not(.disabled), .btn-primary:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset;
}

.btn-primary .show > .btn-primary.dropdown-toggle {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #ffffff;
}

.btn-primary .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #1e273e;
    border-color: #1e273e;
    color: #ffffff;
}

.btn-secondary.active:focus :not(:disabled):not(.disabled), .btn-secondary:active:focus :not(:disabled):not(.disabled) {
    box-shadow: unset;
}

.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.show > .btn-success.dropdown-toggle {
    background-color: #00cc52;
    border-color: #00cc52;
    color: #ffffff;
}

.show > .btn-success.dropdown-toggle:focus {
    box-shadow: unset;
}

.show > .btn-info.dropdown-toggle {
    background-color: #028ee1;
    border-color: #028ee1;
    color: #ffffff;
}

.show > .btn-info.dropdown-toggle:focus {
    box-shadow: unset;
}

.show > .btn-warning.dropdown-toggle {
    background-color: #e9ab2e;
    border-color: #e9ab2e;
    color: #ffffff;
}

.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: unset;
}

.show > .btn-danger.dropdown-toggle {
    background-color: #e63333;
    border-color: #e63333;
    color: #ffffff;
}

.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: unset;
}

.show > .btn-light.dropdown-toggle:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: unset;
}

.show > .btn-outline-primary.dropdown-toggle {
    background-color: #1e273e;
    border-color: #1e273e;
}

.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.show > .btn-outline-success.dropdown-toggle {
    background-color: #00e65b;
    border-color: #00e65b;
}

.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}

.show > .btn-outline-info.dropdown-toggle {
    background-color: #009efb;
    border-color: #009efb;
}

.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: none;
}

.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.show > .btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-success {
    background-color: #00e65b;
    border: 1px solid #00e65b;
}

.btn-success:hover, .btn-success:focus .btn-success.active, .btn-success:active {
    background-color: #00cc52;
    border: 1px solid #00cc52;
    color: #ffffff;
}

.btn-success .open > .dropdown-toggle.btn-success {
    background-color: #00cc52;
    border: 1px solid #00cc52;
    color: #ffffff;
}

.btn-success .open > .dropdown-toggle.btn-success.focus, .btn-success .open > .dropdown-toggle.btn-success:hover, .btn-success .open > .dropdown-toggle.btn-success:focus {
    background-color: #00cc52;
    border: 1px solid #00cc52;
}

.btn-success.active:focus, .btn-success.active.focus, .btn-success.active:hover, .btn-success.focus, .btn-success:active:focus, .btn-success:active:hover {
    background-color: #00cc52;
    border: 1px solid #00cc52;
}

.btn-success.active:not(:disabled):not(.disabled), .btn-success:active:not(:disabled):not(.disabled) {
    background-color: #00cc52;
    border-color: #00cc52;
    color: #ffffff;
}

.btn-success.active:focus:not(:disabled):not(.disabled), .btn-success:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset;
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #00e65b;
    border-color: #00e65b;
    color: #ffffff;
}

.btn-info {
    background-color: #009efb;
    border: 1px solid #009efb;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.btn-info.active:focus, .btn-info.active.focus, .btn-info.active:hover, .btn-info.focus, .btn-info:active:focus, .btn-info:active:hover {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.btn-info.active:not(:disabled):not(.disabled), .btn-info:active:not(:disabled):not(.disabled) {
    background-color: #028ee1;
    border-color: #028ee1;
    color: #ffffff;
}

.btn-info.active:not(:disabled):not(.disabled):focus, .btn-info:active:not(:disabled):not(.disabled):focus {
    box-shadow: unset;
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #009efb;
    border-color: #009efb;
    color: #ffffff;
}

.btn-warning {
    background-color: #ffbc34;
    border: 1px solid #ffbc34;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.btn-warning.active:focus, .btn-warning.active.focus, .btn-warning.active:hover, .btn-warning.focus, .btn-warning:active:focus, .btn-warning:active:hover {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.btn-warning.active:not(:disabled):not(.disabled), .btn-warning:active:not(:disabled):not(.disabled) {
    background-color: #e9ab2e;
    border-color: #e9ab2e;
    color: #ffffff;
}

.btn-warning.active:not(:disabled):not(.disabled):focus, .btn-warning:active:not(:disabled):not(.disabled):focus {
    box-shadow: unset;
}

.btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #ffffff;
}

.btn-danger {
    background-color: #ff0100;
    border: 1px solid #ff0100;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.btn-danger.active:focus, .btn-danger.active.focus, .btn-danger.active:hover, .btn-danger.focus, .btn-danger:active:focus, .btn-danger:active:hover {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.btn-danger.active:not(:disabled):not(.disabled), .btn-danger:active:not(:disabled):not(.disabled) {
    background-color: #e63333;
    border-color: #e63333;
    color: #ffffff;
}

.btn-danger.active:not(:disabled):not(.disabled):focus, .btn-danger:active:not(:disabled):not(.disabled):focus {
    box-shadow: unset;
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #ff0100;
    border-color: #ff0100;
    color: #ffffff;
}

.open > .dropdown-toggle.btn-info {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.open > .dropdown-toggle.btn-warning {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.open > .dropdown-toggle.btn-danger {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.btn-light.active:focus:not(:disabled):not(.disabled), .btn-light:active:focus:not(:disabled):not(.disabled), .btn-dark.active:focus:not(:disabled):not(.disabled), .btn-dark:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset;
}

.btn-outline-primary {
    color: #1e273e;
    border-color: #1e273e;
}

.btn-outline-primary:hover {
    background-color: #1e273e;
    border-color: #1e273e;
}

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1e273e;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #1e273e;
    border-color: #1e273e;
}

.btn-outline-success {
    color: #00e65b;
    border-color: #00e65b;
}

.btn-outline-success:hover {
    background-color: #00e65b;
    border-color: #00e65b;
}

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

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00e65b;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #00e65b;
    border-color: #00e65b;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-info {
    color: #009efb;
    border-color: #009efb;
}

.btn-outline-info:hover {
    color: #ffffff;
    background-color: #009efb;
    border-color: #009efb;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    background-color: transparent;
    color: #009efb;
}

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

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #009efb;
    border-color: #009efb;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-warning {
    color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffbc34;
}

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

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-danger {
    color: #ff0100;
    border-color: #ff0100;
}

.btn-outline-danger:hover {
    color: #212529;
    background-color: #ff0100;
    border-color: #ff0100;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    background-color: transparent;
    color: #ff0100;
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #ff0100;
    border-color: #ff0100;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-light {
    color: #ababab;
    border-color: #e6e6e6;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #ababab;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #1e273e;
    border-color: #1e273e;
}

.pagination > .active > a, .pagination > .active > span {
    color: #ffffff;
}

.pagination > li > a, .pagination > li > span {
    color: #1e273e;
}

.page-link:hover {
    color: #1e273e;
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link {
    background-color: #1e273e;
    border-color: #1e273e;
}

.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inherit;
    font-size: 14px;
    border-radius: 3px;
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #1e273e;
}

.navbar-nav__.open--.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #1e273e;
    text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: #1e273e;
}

.bg-info-light {
    background-color: rgba(2, 182, 179, 0.12) !important;
    color: #1db9aa !important;
}

.bg-primary-light {
    background-color: rgba(17, 148, 247, 0.12) !important;
    color: #2196f3 !important;
}

.bg-danger-light {
    background-color: rgba(242, 17, 54, 0.12) !important;
    color: #e63c3c !important;
}

.bg-warning-light {
    background-color: rgba(255, 152, 0, 0.12) !important;
    color: #f39c12 !important;
}

.bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}

.bg-purple-light {
    background-color: rgba(197, 128, 255, 0.12) !important;
    color: #c580ff !important;
}

.bg-default-light {
    background-color: rgba(40, 52, 71, 0.12) !important;
    color: #283447 !important;
}

.text-xs {
    font-size: 12px !important;
}

.text-sm {
    font-size: 14px !important;
}

.text-lg {
    font-size: 20px !important;
}

.text-xl {
    font-size: 24px !important;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}

.avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar .avatar-title {
    width: 100%;
    height: 100%;
    background-color: #1e273e;
    color: #ffffff;
}

.avatar.avatar-online::before {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: "";
    border: 2px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #00e65b;
}

.avatar.avatar-offline::before {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: "";
    border: 2px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ff0100;
}

.avatar.avatar-away::before {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: "";
    border: 2px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ffbc34;
}

.avatar .border {
    border-width: 3px !important;
}

.avatar .rounded {
    border-radius: 6px !important;
}

.avatar .avatar-title {
    font-size: 18px;
}

.avatar .avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}

.avatar .avatar-xs .border {
    border-width: 2px !important;
}

.avatar .avatar-xs .rounded {
    border-radius: 4px !important;
}

.avatar .avatar-xs .avatar-title {
    font-size: 12px;
}

.avatar .avatar-xs.avatar-away::before, .avatar .avatar-xs.avatar-offline::before, .avatar .avatar-xs.avatar-online::before {
    border-width: 1px;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

.avatar-sm .border {
    border-width: 3px !important;
}

.avatar-sm .rounded {
    border-radius: 4px !important;
}

.avatar-sm .avatar-title {
    font-size: 15px;
}

.avatar-sm.avatar-away::before, .avatar-sm.avatar-offline::before, .avatar-sm.avatar-online::before {
    border-width: 2px;
}

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}

.avatar-lg .border {
    border-width: 3px !important;
}

.avatar-lg .rounded {
    border-radius: 8px !important;
}

.avatar-lg .avatar-title {
    font-size: 24px;
}

.avatar-lg.avatar-away::before, .avatar-lg.avatar-offline::before, .avatar-lg.avatar-online::before {
    border-width: 3px;
}

.avatar-xl {
    width: 5rem;
    height: 5rem;
}

.avatar-xl .border {
    border-width: 4px !important;
}

.avatar-xl .rounded {
    border-radius: 8px !important;
}

.avatar-xl .avatar-title {
    font-size: 28px;
}

.avatar-xl.avatar-away::before, .avatar-xl.avatar-offline::before, .avatar-xl.avatar-online::before {
    border-width: 4px;
}

.avatar-xxl {
    width: 5.125rem;
    height: 5.125rem;
}

@media (min-width: 768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }
}

.avatar-xxl .border {
    border-width: 6px !important;
}

@media (min-width: 768px) {
    .avatar-xxl .border {
        border-width: 4px !important;
    }
}

.avatar-xxl .rounded {
    border-radius: 8px !important;
}

@media (min-width: 768px) {
    .avatar-xxl .rounded {
        border-radius: 12px !important;
    }
}

.avatar-xxl .avatar-title {
    font-size: 30px;
}

@media (min-width: 768px) {
    .avatar-xxl .avatar-title {
        font-size: 42px;
    }
}

.avatar-xxl.avatar-away::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-online::before {
    border-width: 4px;
}

@media (min-width: 768px) {
    .avatar-xxl.avatar-away::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-online::before {
        border-width: 4px;
    }
}

.avatar-group .avatar + .avatar {
    margin-left: -0.75rem;
}

.avatar-group .avatar:hover {
    z-index: 1;
}

.avatar-group .avatar-xs + .avatar-xs {
    margin-left: -0.40625rem;
}

.avatar-group .avatar-sm + .avatar-sm {
    margin-left: -0.625rem;
}

.avatar-group .avatar-lg + .avatar-lg {
    margin-left: -1rem;
}

.avatar-group .avatar-xl + .avatar-xl {
    margin-left: -1.28125rem;
}

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}
/*

.select2-results__option {
    padding: 6px 15px;
}

.select2-container .select2-selection--single {
    border: 1px solid #dcdcdc;
    height: 46px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dcdcdc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    margin-left: -10px;
    margin-top: -2px;
    width: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #272b41;
    font-size: 15px;
    font-weight: normal;
    line-height: 44px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #dcdcdc;
    border-width: 0 6px 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1e273e;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dcdcdc;
    min-height: 46px;
}

.select2-dropdown {
    border-color: #dcdcdc;
}
*/

.breadcrumb-bar {
    background-color: #15558d;
    padding: 15px 0;
}

@media (max-width: 767.98px) {
    .breadcrumb-bar {
        height: auto;
    }
}

.breadcrumb-bar .breadcrumb-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0 0;
}

@media (max-width: 767.98px) {
    .breadcrumb-bar .breadcrumb-title {
        font-size: 18px;
    }
}

.breadcrumb-bar .page-breadcrumb ol {
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb-bar .page-breadcrumb ol li.active {
    color: #ffffff;
}

.breadcrumb-bar .page-breadcrumb ol li a {
    color: #ffffff;
}

.breadcrumb-bar .page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #ffffff;
    font-size: 10px;
}

.form-focus {
    height: 50px;
    position: relative;
}

.form-focus .focus-label {
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
    transform: translate3d(0, 22px, 0) scale(1);
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -ms-transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transition: 240ms;
    -ms-transition: 240ms;
    transition: 240ms;
    z-index: 1;
    color: #b8b8b8;
    margin-bottom: 0;
    position: absolute;
    top: -8px;
    left: 12px;
}

.form-focus.focused .focus-label {
    opacity: 1;
    top: -18px;
    font-size: 12px;
    z-index: 1;
}

.form-focus.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.form-focus .form-control {
    height: 50px;
    padding: 21px 12px 6px;
}

.form-focus .form-control:focus ~ .focus-label, .form-focus .form-control:-webkit-autofill ~ .focus-label {
    opacity: 1;
    font-weight: 400;
    top: -18px;
    font-size: 12px;
    z-index: 1;
}

.form-focus .form-control::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 240ms;
    -ms-transition: 240ms;
    transition: 240ms;
}

.form-focus .form-control:focus::-webkit-input-placeholder {
    transition: none;
}

.form-focus.select-focus .focus-label {
    opacity: 1;
    font-weight: 300;
    top: -20px;
    font-size: 12px;
    z-index: 1;
}

.form-focus .select2-container .select2-selection--single {
    border: 1px solid #e3e3e3;
    height: 50px;
}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 7px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #cccccc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    margin-left: -10px;
    margin-top: -2px;
    width: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
}

.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #e3e3e3;
    border-width: 0 6px 6px;
}

.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fc6075;
}

#loader {
    background-color: #ffffff;
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loader {
    display: inline-block;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.loader span {
    -webkit-animation: loader 1.3s linear infinite;
    animation: loader 1.3s linear infinite;
    background-color: #1e273e;
    border-radius: 100%;
    display: inline-block;
    height: 50px;
    position: absolute;
    width: 50px;
}

.loader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes loader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

table.table {
    color: #272b41;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

table.table thead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

table.table thead tr th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

table.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

table.table tbody tr:last-child {
    border-color: transparent;
}

table.table.table-center td, table.table.table-center th {
    vertical-align: middle;
}

table.table > tbody > tr > th {
    border-top: 0;
    padding: 10px 8px;
}

table.table .no-border > tbody > tr > th {
    border-top: 0;
    padding: 10px 8px;
}

table.table .no-border > tbody > tfoot > tr > th, table.table .no-border > tbody > tfoot > tr > td, table.table .no-border > tbody thead > tr > th, table.table .no-border > tbody thead > tr > td {
    border-top: 0;
    padding: 10px 8px;
}

table.table .dataTable {
    border-collapse: collapse !important;
}

table .table-striped thead tr {
    border-color: transparent;
}

table .table-striped tbody tr {
    border-color: transparent;
}

table .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.3);
}

table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(235, 235, 235, 0.4);
}

table .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f8f9fa;
}

table .table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

table .table-bordered th, table .table-bordered td {
    border-color: rgba(0, 0, 0, 0.05);
}

table .table-nowrap td, table .table-nowrap th {
    white-space: nowrap;
}

table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

table.table td h2 .table-avatar {
    font-size: inherit;
    font-weight: 400;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

table.table td h2 a {
    color: #272b41;
}

table.table td h2 a:hover {
    color: #FFFFFF;
}

table.table td h2 span {
    color: #888888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

table.table td h2.table-avatar {
    font-size: inherit;
    font-weight: 400;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

table .table-hover tbody tr:hover {
    background-color: #f7f7f7;
}

table .table-hover tbody tr:hover td {
    color: #474648;
}

.table-hover tbody tr:hover {
    background-color: #f7f7f7;
}

.table-hover tbody tr:hover td {
    color: #474648;
}

.card-table card-body {
    padding: 0;
}

.card-table card-body .table > thead > tr > th {
    border-top: 0;
}

.card-table card-body .table tr th, .card-table card-body .table tr td {
    border-top: 1px solid #e2e5e8;
    padding: 1rem 0.75rem;
    white-space: nowrap;
}

.card-table card-body .table tr th:first-child, .card-table card-body .table tr td:first-child {
    padding-left: 1.5rem;
}

.card-table card-body .table tr th:last-child, .card-table card-body .table tr td:last-child {
    padding-right: 1.5rem;
}

.card-table .card-body {
    padding: 0;
}

.card-table .card-body .table > thead > tr > th {
    border-top: 0;
}

.card-table .card-body .table tr th, .card-table .card-body .table tr td {
    border-top: 1px solid #e2e5e8;
    white-space: nowrap;
    padding: 1rem 0.75rem;
}

.card-table .card-body .table tr th:first-child, .card-table .card-body .table tr td:first-child {
    padding-left: 1.5rem;
}

.card-table .card-body .table tr th:last-child, .card-table .card-body .table tr td:last-child {
    padding-right: 1.5rem;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.slick-track {
    display: block;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
}

.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    display: table;
    content: "";
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    cursor: pointer;
    border: none;
    outline: none;
    background: #ffffff;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 50%;
    padding: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #1e273e;
    color: #ffffff;
    opacity: 1;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    color: #ffffff;
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #383838;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .slick-prev {
        left: -10px;
    }
}

.slick-prev:before {
    content: "←";
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: 0;
}

@media (max-width: 767.98px) {
    .slick-next {
        right: -10px;
    }
}

@media (max-width: 575.98px) {
    .slick-next {
        right: 0px;
    }
}

.slick-next:before {
    content: "→";
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

[dir=rtl] .slick-next:before {
    content: "←";
}

.dot-slider .slick-slide {
    height: 600px;
}

@media (max-width: 991.98px) {
    .dot-slider .slick-slide {
        height: 375px;
    }
}

@media (max-width: 767.98px) {
    .dot-slider .slick-slide {
        height: 100%;
    }
}

.dot-slider .slick-slide img {
    width: 100%;
}

.dot-slider .profile-widget {
    padding: 0;
    border: none;
}

@media (max-width: 991.98px) {
    .dot-slider .profile-widget {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .dot-slider .profile-widget {
        margin-bottom: 0;
    }
}

.dot-slider .slick-dots {
    width: unset;
    position: absolute;
    top: 30%;
    right: 50px;
    bottom: unset;
}

.dot-slider .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 8px 0;
}

.dot-slider .slick-dots li.slick-active button {
    background-color: #1860CA;
}

.dot-slider .slick-dots li button {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffffff;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #C0C0C0;
}

.slick-dots .slick-dots {
    width: unset;
    position: absolute;
    top: 30%;
    right: 50px;
    bottom: unset;
}

.slick-dots .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 8px 0;
}

.slick-dots .slick-dots li button {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffffff;
}

.slick-dots .slick-dots li button:hover, .slick-dots .slick-dots li button:focus {
    outline: none;
}

.slick-dots .slick-dots li button:hover::before, .slick-dots .slick-dots li button:focus::before {
    opacity: 1;
}

.slick-dots .slick-dots li.slick-active button {
    background-color: #1860CA;
    background-color: #1e273e;
}

.slick-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #1e273e;
}

.clinic-slider .slick-prev, .browse-slider .slick-prev, .book-slider .slick-prev {
    right: 80px;
    left: unset;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 5px 12px 5px 12px;
    background-color: #E74E84;
    transform: translateX(0%) rotate(-45deg);
    -webkit-transform: translateX(0%) rotate(-45deg);
    -ms-transform: translateX(0%) rotate(-45deg);
    z-index: 999;
}

.clinic-slider .slick-prev:before, .browse-slider .slick-prev:before, .book-slider .slick-prev:before {
    content: "";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    font-family: "slick";
    font-size: 10px;
    line-height: 1;
    opacity: 0.75;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.clinic-slider .slick-prev:hover, .browse-slider .slick-prev:hover, .book-slider .slick-prev:hover {
    background-color: #ff4877;
}

.clinic-slider .slick-next, .browse-slider .slick-next, .book-slider .slick-next {
    right: 15px;
    left: unset;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 5px 12px 5px 12px;
    background-color: #E74E84;
    transform: translateX(0%) rotate(-45deg);
    -webkit-transform: translateX(0%) rotate(-45deg);
    -ms-transform: translateX(0%) rotate(-45deg);
    z-index: 999;
}

.clinic-slider .slick-next:before, .browse-slider .slick-next:before, .book-slider .slick-next:before {
    content: "";
    font-family: "slick";
    font-size: 10px;
    line-height: 1;
    opacity: 0.75;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.clinic-slider .slick-next:hover, .browse-slider .slick-next:hover, .book-slider .slick-next:hover {
    background-color: #ff4877;
}

.clinic-slider .slick-list, .browse-slider .slick-list, .book-slider .slick-list {
    padding-top: 50px;
}

.clinic-slider .slick-slide, .browse-slider .slick-slide, .book-slider .slick-slide {
    display: block;
    margin-left: 0;
    width: 280px;
    padding: 10px 10px 0;
}

.clinic-slider .profile-widget, .browse-slider .profile-widget, .book-slider .profile-widget {
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.clinic-slider .profile-widget .brower-box, .browse-slider .profile-widget .brower-box, .book-slider .profile-widget .brower-box {
    background: #ffffff;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 44px rgba(238, 238, 238, 0.25);
    border-radius: 10px;
    margin: 0;
    padding: 30px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.clinic-slider .profile-widget .brower-box:hover, .browse-slider .profile-widget .brower-box:hover, .book-slider .profile-widget .brower-box:hover {
    background-color: #1860CA;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.clinic-slider .profile-widget .brower-box:hover a, .browse-slider .profile-widget .brower-box:hover a, .book-slider .profile-widget .brower-box:hover a {
    background-color: #ffffff;
}

.clinic-slider .profile-widget .brower-box:hover .img-fluid, .browse-slider .profile-widget .brower-box:hover .img-fluid, .book-slider .profile-widget .brower-box:hover .img-fluid {
    display: none;
}

.clinic-slider .profile-widget .brower-box:hover .img-fluid.hover, .browse-slider .profile-widget .brower-box:hover .img-fluid.hover, .book-slider .profile-widget .brower-box:hover .img-fluid.hover {
    display: block;
}

.clinic-slider .profile-widget .brower-box:hover h4, .browse-slider .profile-widget .brower-box:hover h4, .book-slider .profile-widget .brower-box:hover h4 {
    color: #ffffff;
}

.clinic-slider .profile-widget .brower-box:hover p, .browse-slider .profile-widget .brower-box:hover p, .book-slider .profile-widget .brower-box:hover p {
    color: #ffffff;
}

.clinic-slider .profile-widget .brower-box:hover p span, .browse-slider .profile-widget .brower-box:hover p span, .book-slider .profile-widget .brower-box:hover p span {
    color: #ffffff;
}

.clinic-slider .profile-widget .brower-box:hover a.arrow, .browse-slider .profile-widget .brower-box:hover a.arrow, .book-slider .profile-widget .brower-box:hover a.arrow {
    background-color: #2868C8;
}

.clinic-slider .profile-widget .brower-box a, .browse-slider .profile-widget .brower-box a, .book-slider .profile-widget .brower-box a {
    height: 85px;
    width: 85px;
    background-color: #1860CA;
    border-radius: 50% 50% 50% 50%/60% 60% 35% 35%;
    margin: 0 auto 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.clinic-slider .profile-widget .brower-box img, .browse-slider .profile-widget .brower-box img, .book-slider .profile-widget .brower-box img {
    width: 70px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.clinic-slider .profile-widget .brower-box .img-fluid.hover, .browse-slider .profile-widget .brower-box .img-fluid.hover, .book-slider .profile-widget .brower-box .img-fluid.hover {
    display: none;
}

.clinic-slider .profile-widget .brower-box h4, .browse-slider .profile-widget .brower-box h4, .book-slider .profile-widget .brower-box h4 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 13px;
}

.clinic-slider .profile-widget .brower-box p, .browse-slider .profile-widget .brower-box p, .book-slider .profile-widget .brower-box p {
    margin-bottom: 20px;
}

.clinic-slider .profile-widget .brower-box .arrow, .browse-slider .profile-widget .brower-box .arrow, .book-slider .profile-widget .brower-box .arrow {
    background-color: #FFFFFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transform: unset;
    margin: 0 auto;
}

.clinic-slider .profile-widget .brower-box .arrow i, .browse-slider .profile-widget .brower-box .arrow i, .book-slider .profile-widget .brower-box .arrow i {
    color: #ffffff;
}

.brower-box {
    text-align: center;
    border-radius: 10px;
    border: 6px solid #ffffff;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.brower-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2264C5;
}

.brower-box p {
    font-size: 14px;
    font-weight: 500;
    color: #E74E84;
    margin: 0;
}

.brower-box p span {
    color: #000000;
}

.brower-box a {
    height: 85px;
    width: 85px;
    background-color: #1860CA;
    border-radius: 50% 50% 50% 50%/60% 60% 35% 35%;
    margin: 0 auto 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.aval-slider .slick-slide {
    display: block;
    margin-left: 0;
    padding: 10px;
    width: 280px;
}

.aval-slider .slick-list {
    padding: 50px 0;
}

@media (max-width: 767.98px) {
    .aval-slider .slick-list {
        padding: 30px 0;
    }
}

.aval-slider .slick-prev {
    left: 5px;
    width: 35px;
    height: 35px;
}

.aval-slider .slick-prev:before {
    font-family: "slick";
    font-size: 10px;
    line-height: 1;
    opacity: 0.75;
    color: #1860CA;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: solid #1860CA;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
}

.aval-slider .slick-next {
    right: 5px;
    width: 35px;
    height: 35px;
}

.aval-slider .slick-next:before {
    font-family: "slick";
    font-size: 10px;
    line-height: 1;
    opacity: 0.75;
    color: #1860CA;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: solid #1860CA;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.content {
    min-height: 200px;
    padding: 80px 0 60px;
}

@media (max-width: 991.98px) {
    .content {
        padding: 60px 0 40px;
    }
}

@media (max-width: 767.98px) {
    .content {
        padding: 50px 0 30px;
    }
}

.top-space {
    padding-top: 140px;
}

.account-page .content.top-space {
    padding-top: 140px;
}

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
}

@media (max-width: 767.98px) {
    .card {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .card {
        margin-bottom: 0.9375rem;
    }
}

.card .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 575.98px) {
    .card .card-header {
        padding: 0.75rem 1.25rem;
    }
}

.card .card-header .card-title {
    margin-bottom: 0;
}

.card-body {
    padding: 1.5rem;
}

@media (max-width: 575.98px) {
    .card-body {
        padding: 1.25rem;
    }
}

.card-title {
    margin-bottom: 15px;
}

.card-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
}

@media (max-width: 575.98px) {
    .card-header {
        padding: 0.75rem 1.25rem;
    }
}

.card-footer {
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
}

@media (max-width: 575.98px) {
    .card-footer {
        padding: 0.75rem 1.25rem;
    }
}

.custom-modal .modal-content {
    border: 0;
    border-radius: 10px;
}

.custom-modal .modal-content .modal-header {
    padding: 1.25rem;
}

.custom-modal .modal-content .modal-header .modal-title {
    font-size: 20px;
}

.custom-modal .close {
    background-color: #a0a0a0;
    color: #ffffff;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    opacity: 1;
    width: 20px;
    z-index: 99;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 26px;
    right: 20px;
}

.custom-modal .modal-body {
    padding: 1.25rem;
}

.custom-modal .modal-footer {
    padding: 1.25rem;
}

.custom-modal .modal-footer .btn-outline {
    margin: 0.25rem auto;
}

.custom-medicalrecord-modal .modal-content .modal-header {
    border-color: #e5e5e5;
    margin: 1.5rem 1.5rem 0 1.5rem;
    padding: 0 0 1rem;
}

.custom-medicalrecord-modal .modal-content .form-control, .custom-medicalrecord-modal .modal-content .bootstrap-tagsinput {
    background-color: #f5f5f7;
    border-color: #f5f5f7;
}

.custom-medicalrecord-modal .modal-content .select2-container .select2-selection--single {
    background-color: #f5f5f7;
    border-color: #f5f5f7;
}

.custom-medicalrecord-modal .modal-content .upload-medical-records {
    position: relative;
}

.custom-medicalrecord-modal .modal-content .upload-medical-records input[type=file] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone {
    min-height: 180px;
}

.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone h5 {
    color: #7c7c7c;
    margin-bottom: 3px;
}

.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone h6 {
    color: #7c7c7c;
    margin-bottom: 3px;
}

.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone h6 span {
    text-decoration: underline;
}

.footer {
    background-color: #15558d;
}

.footer.footer-one .footer-bottom .copyright .copyright-text p {
    color: #6B7280;
}

@media (max-width: 767.98px) {
    .footer.footer-one .footer-bottom .copyright .copyright-text p {
        text-align: center;
    }
}

.footer .footer-top {
    padding: 40px 0;
}

@media (max-width: 991.98px) {
    .footer .footer-top {
        padding-bottom: 10px;
    }
}

.footer .footer-top .footer-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .footer .footer-top .footer-title {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .footer .footer-top .footer-title {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .footer .footer-top .footer-widget {
        margin-bottom: 30px;
    }
}

.footer .footer-top .footer-widget.footer-menu ul {
    list-style: none;
    outline: none;
    margin: 0;
    padding: 0;
}

.footer .footer-top .footer-widget.footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
}

.footer .footer-top .footer-widget.footer-menu ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-top .footer-widget.footer-menu ul li a {
    color: #ffffff;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer .footer-top .footer-widget.footer-menu ul li a:hover {
    color: #ffffff;
    letter-spacing: 0.5px;
    padding-left: 30px;
}

.footer .footer-top .footer-widget.footer-menu ul li a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.footer .footer-top .footer-widget .footer-logo {
    margin: 0 0 30px;
}

.footer .footer-top .footer-widget .footer-about-content p {
    color: #ffffff;
}

.footer .footer-top .footer-widget .footer-about-content p:last-child {
    margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-about-content .social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-top .footer-widget .footer-about-content .social-icon ul li {
    margin-right: 15px;
}

.footer .footer-top .footer-widget .footer-about-content .social-icon ul li:last-child {
    margin-right: 0;
}

.footer .footer-top .footer-widget .footer-about-content .social-icon ul li a {
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer .footer-top .footer-widget .footer-about-content .social-icon ul li a:hover {
    color: #1e273e;
}

.footer .footer-top .footer-widget .footer-contact-info {
    color: #ffffff;
    font-size: 15px;
}

.footer .footer-top .footer-widget .footer-contact-info .footer-address span {
    margin-right: 20px;
}

.footer .footer-top .footer-widget .footer-contact-info .footer-address span i.fa-map-marker-alt {
    font-size: 20px;
}

.footer .footer-top .footer-widget .footer-contact-info .footer-address p {
    margin: 0 0 1rem;
}

.footer .footer-top .footer-widget .footer-contact-info p i {
    margin-right: 15px;
}

.footer .footer-bottom .copyright {
    border-top: 1px solid #1663a6;
    padding: 30px 0;
}

.footer .footer-bottom .copyright .copyright-text p {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-bottom .copyright .copyright-text p a {
    color: #1F2937;
    font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer .footer-bottom .copyright .copyright-text p a:hover {
    color: #1e273e;
}

.footer .footer-bottom .copyright .copyright-text p.title {
    font-weight: 400;
    margin: 10px 0 0;
}

.footer .footer-bottom .copyright .policy-menu {
    font-size: 14px;
    text-align: right;
    margin: 0;
    padding: 0;
}

@media (max-width: 767.98px) {
    .footer .footer-bottom .copyright .policy-menu {
        margin-top: 10px;
        text-align: left;
    }
}

.footer .footer-bottom .copyright .policy-menu li {
    display: inline-block;
    margin-right: 15px;
}

.footer .footer-bottom .copyright .policy-menu li:last-child {
    margin-right: 0;
}

.footer .footer-bottom .copyright .policy-menu li a {
    color: #ffffff;
}

.footer .footer-bottom .copyright .policy-menu li a:hover, .footer .footer-bottom .copyright .policy-menu li a:focus {
    color: #1e273e;
}

.footer .footer-bottom .copyright .policy-menu li::after {
    color: #ffffff;
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}

.footer .footer-bottom .copyright .policy-menu li:last-child::after {
    content: "";
}

.header .header-nav {
    background-color: #ffffff;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    height: 85px;
    margin-bottom: 0;
    padding: 0 30px;
}

@media (max-width: 1199.98px) {
    .header .header-nav {
        padding: 0 20px;
    }
}

@media (max-width: 575.98px) {
    .header .header-nav {
        padding: 0 15px;
    }
}

@media (max-width: 991.98px) {
    .header .header-nav .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media (max-width: 575.98px) {
    .header .header-nav .navbar-header {
        width: 100%;
    }
}

.header .header-nav .navbar-header .bar-icon {
    display: inline-block;
    width: 31px;
}

.header .header-nav .navbar-header .bar-icon span {
    background-color: #1e273e;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}

.header .header-nav .navbar-header .bar-icon span:nth-child(2) {
    width: 16px;
}

.header .header-nav .navbar-header .bar-icon span:nth-child(3) {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .header .header-nav .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media (max-width: 575.98px) {
    .header .header-nav .navbar-header {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .header .header-nav .main-menu-wrapper {
        order: 3;
        width: 260px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1060;
        transform: translateX(-260px);
        -webkit-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -webkit-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
        background-color: #15558d;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
    }
}

.header .header-nav .menu-header {
    background-color: #ffffff;
    height: 60px;
    border-bottom: 1px solid #f0f0f0;
    display: none;
    padding: 0 20px;
}

@media (max-width: 991.98px) {
    .header .header-nav .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header .header-nav .menu-header .menu-logo img {
    height: 40px;
}

.header .header-nav .menu-header .menu-close {
    font-size: 18px;
}

.header .header-nav .main-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .header .header-nav .main-nav {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        list-style: none;
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .header .header-nav .main-nav ul {
        background-color: #3474ac;
        display: none;
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
        border-color: transparent #ffffff #ffffff transparent;
    }
}

.header .header-nav .main-nav > .has-submenu.active .submenu li.active > a {
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .header .header-nav .main-nav > .has-submenu.active .submenu li.active > a {
        color: #FFFFFF;
    }
}

.header .header-nav .main-nav > .has-submenu.active > a {
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .header .header-nav .main-nav > .has-submenu.active > a {
        color: #FFFFFF;
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav > li {
        margin-right: 30px;
    }
}

@media (max-width: 991.98px) {
    .header .header-nav .main-nav > li {
        border-bottom: 1px solid #1663a6;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav > li > a {
        line-height: 85px;
        padding: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .header .header-nav .main-nav > li > a {
        line-height: 1.5;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        padding: 15px 20px !important;
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav > li > a > i {
        font-size: 12px;
        margin-left: 3px;
    }
}

@media (max-width: 991.98px) {
    .header .header-nav .main-nav > li > a > i {
        float: right;
        margin-top: 5px;
    }
}

.header .header-nav .main-nav > li.active > a {
    color: #FFFFFF;
}

.header .header-nav .main-nav > li .submenu li {
    position: relative;
}

@media (min-width: 992px) {
    .header .header-nav .main-nav > li .submenu li:first-child a {
        border-top: 0;
    }
}

.header .header-nav .main-nav > li .submenu li a {
    display: block;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #2d3b48;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    -webkit-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 10px 15px;
}

@media (max-width: 991.98px) {
    .header .header-nav .main-nav > li .submenu li a {
        border-top: 0;
        color: #ffffff;
        padding: 10px 15px 10px 35px;
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav > li .submenu li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }
}

.header .header-nav .main-nav > li .submenu li .submenu li {
    position: relative;
}

.header .header-nav .main-nav > li .submenu li .submenu li a {
    display: block;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #2d3b48;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
    -webkit-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media (max-width: 991.98px) {
    .header .header-nav .main-nav > li .submenu li .submenu li a {
        border-top: 0;
        color: #ffffff;
        padding: 10px 15px 10px 45px;
    }
}

.header .header-nav .main-nav > li .submenu li .submenu li .has-submenu > a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    top: 12px;
    right: 15px;
}

@media (min-width: 992px) {
    .header .header-nav .main-nav > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }
}

.header .header-nav .main-nav > li .submenu > li.has-submenu > a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    top: 12px;
    right: 15px;
}

@media (max-width: 991.98px) {
    .header .header-nav .main-nav > li .submenu > li.has-submenu > a::after {
        content: "";
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav > li:last-child {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav li {
        display: block;
        position: relative;
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav li > ul {
        background-color: #ffffff;
        display: block;
        font-size: 14px;
        min-width: 200px;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }
}

.header .header-nav .main-nav li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.header .header-nav .main-nav li.login-link {
    display: none;
}

@media (max-width: 575.98px) {
    .header .header-nav .main-nav li.login-link {
        display: block;
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav li .submenu a:hover {
        color: #FFFFFF !important;
        letter-spacing: 0.5px;
        padding-left: 20px !important;
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav li .submenu::before {
        border: 7px solid #ffffff;
        border-color: transparent transparent #ffffff #ffffff;
        content: "";
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        position: absolute;
        top: 2px;
        left: 45px;
        -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 991.98px) {
    .header .header-nav .main-nav li + li {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

.header .header-nav .main-nav .has-submenu.active > a {
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .header .header-nav .main-nav .has-submenu.active > a {
        color: #FFFFFF;
    }
}

.header .header-nav .main-nav .has-submenu.active .submenu li.active > a {
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .header .header-nav .main-nav .has-submenu.active .submenu li.active > a {
        color: #FFFFFF;
    }
}

@media (min-width: 992px) {
    .header .header-nav .main-nav .has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

.header .header-nav .main-nav .has-submenu > .submenu__ > .has-submenu--.submenu::before {
    top: 20px;
    margin-left: -35px;
    border-color: transparent #ffffff #ffffff transparent;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
}

.header .header-nav .logo {
    display: inline-block;
    margin-right: 30px;
    width: 160px;
}

@media (max-width: 575.98px) {
    .header .header-nav .logo {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .header .header-nav .logo img {
        height: 40px;
    }
}

.header .header-nav .header-navbar-rht {
    margin: 0 0 0 auto;
    padding: 0;
}

@media (max-width: 575.98px) {
    .header .header-nav .header-navbar-rht {
        display: none;
    }
}

.header .header-nav .header-navbar-rht li {
    padding-right: 20px;
}

.header .header-nav .header-navbar-rht li:last-child {
    padding-right: 0px;
}

.header .header-nav .header-navbar-rht li .dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .header .header-nav .header-navbar-rht li .dropdown-menu {
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        display: block;
        margin: 0;
        padding: 0;
        border-radius: 5px;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
    }
}

.header .header-nav .header-navbar-rht li .dropdown-menu::before {
    content: "";
    border: 7px solid #ffffff;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;
    top: -5px;
    right: 17px;
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item {
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
}

.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
    border-top: 0;
    border-radius: 5px 5px 0 0;
}

.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 5px 5px;
}

.header .header-nav .header-navbar-rht li .dropdown-menu a:hover {
    color: #FFFFFF;
    letter-spacing: 0.5px;
    padding-left: 20px;
    background-color: #ffffff;
}

.header .header-nav .header-navbar-rht li a.header-login {
    border: 2px solid #1e273e;
    text-align: center;
    font-size: 15px;
    color: #1e273e;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    padding: 10px 15px !important;
}

.header .header-nav .header-navbar-rht li a.header-login:hover {
    background-color: #1e273e;
    border-color: #1e273e;
    color: #ffffff;
}

.header .header-nav .header-navbar-rht li .header-contact-img {
    display: inline-block;
}

.header .header-nav .header-navbar-rht li .header-contact-img i {
    color: rgba(0, 0, 0, 0.5);
    font-size: 30px;
}

.header .header-nav .header-navbar-rht li .header-contact-detail {
    display: inline-block;
    padding-left: 10px;
}

.header .header-nav .header-navbar-rht li .header-contact-detail p.contact-header {
    color: #484848;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 2px;
    text-align: left;
}

.header .header-nav .header-navbar-rht li .header-contact-detail p.contact-info-header {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.header .header-nav .header-navbar-rht li .header-contact-detail p.contact-info-header.white-font {
    color: #ffffff;
}

@media (min-width: 992px) {
    .header .header-nav .header-navbar-rht li.show > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

.header .header-nav .header-navbar-rht li .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (min-width: 992px) {
    .header .header-nav .header-navbar-rht li .dropdown-menu {
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        display: block;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        border-radius: 5px;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .header .header-nav .header-navbar-rht li.contact-item {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .header .header-nav .header-navbar-rht li.contact-item {
        display: none;
    }
}

.header .header-nav .header-navbar-rht .dropdown-toggle::after {
    display: none;
}

.header .header-nav .header-navbar-rht .dropdown-menu {
    min-width: 200px;
    padding: 0;
}

.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item {
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}

.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item:hover {
    color: #1e273e;
}

.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #757575;
    border-right: 2px solid #757575;
    content: "";
    height: 8px;
    display: inline-block;
    pointer-events: none;
    width: 8px;
    vertical-align: 2px;
    margin-left: 10px;
    transform-origin: 66% 66%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle .user-img {
    display: inline-block;
    position: relative;
}

.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle .user-img > img {
    height: 31px;
    object-fit: cover;
    width: 31px;
}

.header .header-nav .header-navbar-rht .has-arrow .user-header {
    padding: 10px 15px;
}

.header .header-nav .header-navbar-rht .has-arrow .user-header .user-text {
    margin-left: 10px;
}

.header .header-nav .header-navbar-rht .has-arrow .user-header .user-text h6 {
    font-size: 15px;
    margin-bottom: 2px;
}

.header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link {
    font-size: 14px;
    line-height: 85px;
    padding: 0 10px;
}

.header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link {
    font-size: 14px;
    line-height: 85px;
    padding: 0 10px;
}

.header .header-nav .header-navbar-rht .view-cart-header {
    position: relative;
}

.header .header-nav .header-navbar-rht .view-cart-header a#cart {
    position: relative;
    font-size: 18px;
    color: #6B7280;
}

.header .header-nav .header-navbar-rht .view-cart-header a#cart:hover {
    color: #1e273e;
}

.header .header-nav .header-navbar-rht .noti-nav .nav-link {
    font-size: 18px;
    color: #6B7280;
}

.header .header-nav .header-navbar-rht .noti-nav .nav-link .badge {
    background-color: #1e273e;
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    position: absolute;
    top: 19px;
    right: -6px;
    padding: 0 5px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-weight: normal;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu {
    min-width: 370px;
    padding: 0;
    font-weight: normal;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .topnav-dropdown-header {
    border-bottom: 1px solid #EEF1FE;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .noti-content {
    height: 260px;
    width: 420px;
    overflow-y: auto;
    position: relative;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu ul.notification-list > li {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
    padding: 0;
    margin: 0;
    width: 100%;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu ul.notification-list > li a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
    width: 100%;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu ul.notification-list > li a:hover {
    letter-spacing: normal;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .media:last-child {
    border-bottom: none;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .media > .avatar {
    margin-right: 10px;
    width: auto;
    height: auto;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .media > .avatar > img {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    margin-right: 8px;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .media-body {
    width: 100%;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .media-body h6 {
    margin-bottom: 3px;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .noti-title {
    color: #1e273e;
}

.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notification-time {
    font-size: 12px;
    line-height: 1.35;
    float: right;
}

.header .nav-transparent {
    background-color: transparent !important;
    border-bottom: 0 !important;
}

@media (min-width: 992px) {
    .header .nav-transparent .white-font > li > a {
        color: #ffffff;
    }
}

.header.custom {
    background-color: transparent;
    border-bottom: 0 !important;
}

.header.custom .no-border {
    border: none !important;
}

@media (min-width: 992px) {
    .header.custom .white-font > li > a {
        color: #ffffff;
    }
}

.header.custom .header-navbar-rht.right-menu .header-contact-img i {
    width: 30px;
    background-color: #ffffff;
    height: 30px;
    border-radius: 50%;
    font-size: 11px;
    color: #1860CA;
    border: 2px solid #acc9f5;
}

.header.custom .header-navbar-rht.right-menu .header-contact-detail p.contact-info-header {
    color: #ffffff;
}

.header.custom .header-navbar-rht.right-menu li {
    border-right: 0;
}

.header.custom .header-navbar-rht.right-menu li a.header-login {
    width: 120px;
    padding: 10px !important;
}

.header.custom .header-navbar-rht.right-menu li:last-child {
    border-right: 0;
    padding: 0;
}

.header.header-five .no-border {
    border: none !important;
}

.header.header-five .main-menu-wrapper {
    margin-left: 40px !important;
}

@media (max-width: 991.98px) {
    .header.header-five .main-menu-wrapper {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .header.header-five .main-menu-wrapper .main-nav .has-submenu.active > a {
        color: #28DAF4;
    }
}

.header.header-five .main-menu-wrapper .main-nav .has-submenu.active > a:after {
    content: "";
    width: 70px;
    background: #28DAF4;
    height: 2px;
    z-index: 9;
    position: absolute;
    bottom: 25px;
    left: -7px;
}

.header.header-five .main-menu-wrapper .main-nav.blue-font > li > a {
    color: #2A85D1;
    text-transform: uppercase;
}

.header.header-five .header-navbar-rht li a.header-login.white-bg {
    background-color: #ffffff;
    color: #28DAF4 !important;
    border: 1px solid #28DAF4;
    font-size: 12px;
}

.header .user-menu {
    float: right;
    position: relative;
    z-index: 99;
    margin: 0;
}

.header .user-menu.nav li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 58px;
    height: 60px;
    padding: 0 15px;
}

.header .user-menu.nav li a:hover, .header .user-menu.nav li a:focus {
    background-color: rgba(0, 0, 0, 0.2);
}

.header .user-menu.nav li a:hover i, .header .user-menu.nav li a:focus i {
    color: #ffffff;
}

.header .user-menu.nav li a.mobile_btn {
    border: 0;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.header.header-four .header-nav {
    background-color: #2264C5;
    border: none;
}

@media (min-width: 992px) {
    .header.header-four .main-nav .has-submenu.active > a {
        color: #ffffff;
        border-top: 3px solid #E74E84;
    }
}

@media (min-width: 992px) {
    .header.header-four .main-nav > li > a {
        line-height: 80px;
        color: #ffffff;
    }
}

.header.header-four .nav-item {
    line-height: 60px;
    align-items: center;
    display: flex !important;
}

.header.header-four .nav-item a.header-login {
    border: 2px solid #ffffff;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 15px !important;
}

.header.header-four .nav-item a.header-login:hover {
    background-color: #1e273e;
    border: 2px solid #1e273e;
}

.header.header-four .nav-item a.header-login i {
    font-size: 14px;
    margin: 0;
    margin-right: 3px;
}

.header.header-trans {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 9999;
    background: transparent;
}

.header.header-trans .header-nav {
    background: transparent;
    border-bottom: 1px solid #EEF2FF;
}

.header.header-trans .main-menu-wrapper {
    margin-left: auto;
}

.header.header-trans .header-navbar-rht li {
    border-right: 2px solid #ffffff;
    height: 20px;
    padding-right: 15px;
}

.header.header-trans .header-navbar-rht li .header-contact-img i {
    color: #1C5B90;
    font-size: 14px;
}

.header.header-trans .header-navbar-rht li .header-contact-detail p.contact-info-header {
    color: #1C5B90;
}

.header.header-trans .header-navbar-rht li:last-child {
    border-right: 0;
    padding-left: 15px;
}

.header.header-trans .header-navbar-rht li a.header-login {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    background: #1e273e;
    box-shadow: 0px 4px 4px rgba(189, 189, 189, 0.25);
    border-radius: 47px;
    border: 0;
}

.header.header-trans .header-navbar-rht li a.header-login.white-bg {
    background-color: #ffffff;
    color: #2264C5;
}

.header.header-trans .header-navbar-rht li a.header-login:hover {
    background-color: #1e273e;
    color: #ffffff;
}

.header-one {
    width: 100%;
    z-index: 1040;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: transparent;
    box-shadow: 0px 4px 4px rgba(198, 198, 198, 0.25);
}

.header-one .header-nav .main-nav .has-submenu.active .submenu li.active > a {
    color: #1e273e;
}

.header-one.min-header {
    width: 100%;
    z-index: 1040;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: transparent;
}

.header-one.header-fixed {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 9999;
    background: #F2F6F6;
    box-shadow: inherit;
}

.header-one.header-space .header-nav {
    height: 80px;
}

.header-one .header-nav {
    background-color: transparent;
    border: 0;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 991.98px) {
    .header-one .header-nav {
        height: 70px;
    }
}

@media (max-width: 991.98px) {
    .header-one .header-nav {
        margin: 0;
        padding: 0 0;
    }
}

@media (max-width: 991.98px) {
    .header-one .header-nav .menu-header {
        height: 70px;
    }
}

@media (max-width: 991.98px) {
    .header-one .header-nav .main-menu-wrapper {
        background-color: #1e273e;
    }
}

@media (max-width: 991.98px) {
    .header-one .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
    }
}

.header-one .navbar-header #mobile_btn {
    display: none;
    margin-right: 30px;
}

@media (max-width: 991.98px) {
    .header-one .navbar-header #mobile_btn {
        display: inline-block;
        margin: 0;
        padding: 0 0;
    }
}

@media (max-width: 767.98px) {
    .header-one .navbar-header #mobile_btn {
        margin-right: 0;
    }
}

.header-one .navbar-header #mobile_btn .bar-icon {
    display: inline-block;
    width: 31px;
}

.header-one .navbar-header #mobile_btn .bar-icon span {
    background-color: #1e273e;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition: ease all 0.5s;
    position: relative;
}

.header-one .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
    width: 16px;
}

.header-one .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
    margin-bottom: 0;
}

.header-one .main-menu-wrapper {
    margin: 0;
    padding: 0;
}

.header-one .main-menu-wrapper .main-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .header-one .main-menu-wrapper .main-nav ul {
        background-color: #E6F1FF;
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
}

.header-one .main-menu-wrapper .main-nav li .btn {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 8px !important;
    border: 1px solid #1e273e;
    border-radius: 6px;
}

.header-one .main-menu-wrapper .main-nav li .btn:hover {
    color: #1e273e;
    border: 1px solid #1e273e;
}

.header-one .main-menu-wrapper .main-nav li .btn i {
    font-size: 15px;
    margin-right: 5px;
    margin-left: 0;
}

.header-one .main-menu-wrapper .main-nav li .btn.reg-btn {
    min-width: 108px;
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    color: #1F2937;
    box-shadow: inset 0 0 0 0 #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.header-one .main-menu-wrapper .main-nav li .btn.reg-btn:hover {
    color: #ffffff;
    background-color: #1e273e;
    border: 1px solid #1e273e;
    box-shadow: inset 0 0 0 50px #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.header-one .main-menu-wrapper .main-nav li .btn.log-btn {
    min-width: 87px;
    color: #ffffff;
    background-color: #1e273e;
    border: 1px solid #1e273e;
    box-shadow: inset 0 0 0 0 #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.header-one .main-menu-wrapper .main-nav li .btn.log-btn:hover {
    color: #1e273e;
    background-color: #ffffff;
    border: 1px solid #1e273e;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.header-one .main-menu-wrapper .main-nav li a {
    font-size: 15px;
    font-weight: 500;
    color: #1F2937;
    display: block;
}

@media (max-width: 1199.98px) {
    .header-one .main-menu-wrapper .main-nav li a {
        font-size: 14px;
    }
}

.header-one .main-menu-wrapper .main-nav li.login-link {
    display: none;
}

@media (max-width: 991.98px) {
    .header-one .main-menu-wrapper .main-nav li.login-link {
        display: block;
    }
}

@media (min-width: 992px) {
    .header-one .main-menu-wrapper .main-nav li > ul {
        background: #ffffff;
        box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.25);
        border-radius: 0px 0px 6px 5px;
        display: block;
        font-size: 14px;
        min-width: 200px;
        opacity: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        visibility: hidden;
        z-index: 1000;
    }
}

@media (min-width: 992px) {
    .header-one .main-menu-wrapper .main-nav li {
        display: block;
        position: relative;
    }
}

.header-one .main-menu-wrapper .main-nav .register-btn {
    margin-right: 10px;
}

.header-one .main-menu-wrapper .main-nav .register-btn:last-child {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .header-one .main-menu-wrapper .main-nav .register-btn {
        display: none;
    }
}

@media (min-width: 992px) {
    .header-one .main-menu-wrapper .main-nav > li {
        margin-right: 8px;
    }
}

@media (min-width: 1200.98px) {
    .header-one .main-menu-wrapper .main-nav > li {
        margin-right: 20px;
    }
}

@media (max-width: 991.98px) {
    .header-one .main-menu-wrapper .main-nav > li {
        border-bottom: 1px solid #E6F1FF;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .header-one .main-menu-wrapper .main-nav > li > a i {
        float: right;
        margin-top: 5px;
    }
}

@media (max-width: 991.98px) {
    .header-one .main-menu-wrapper .main-nav > li > a {
        line-height: 1.5;
        padding: 15px 20px !important;
        color: #ffffff !important;
        font-size: 14px;
        background: transparent !important;
        border-radius: 0 !important;
    }
}

.header-one .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
}

.header-one .main-menu-wrapper .main-nav > li.active > a {
    color: #1e273e !important;
}

@media (max-width: 991.98px) {
    .header-one .main-menu-wrapper .main-nav > li.active > a {
        color: #ffffff !important;
    }
}

.header-one .main-menu-wrapper .main-nav > li > a {
    position: relative;
}

.header-one .main-menu-wrapper .main-nav > li > a:hover {
    color: #1e273e;
}

@media (min-width: 992px) {
    .header-one .main-menu-wrapper .main-nav > li > a {
        padding: 23px 0 28px !important;
        line-height: normal;
    }
}

.header-one .main-menu-wrapper .main-nav > li > a > i {
    font-size: 10px;
    margin-left: 6px;
}

.header-one .main-menu-wrapper .main-nav > li.searchbar a {
    color: #6B7280;
}

.header-one .main-menu-wrapper .main-nav > li.searchbar a i {
    font-size: 16px;
}

@media (max-width: 1199.98px) {
    .header-one .main-menu-wrapper .main-nav > li.searchbar {
        display: none;
    }
}

.header-one .main-menu-wrapper .main-nav > li.has-submenu .submenu .has-submenu .submenu::before {
    top: 20px;
    margin-left: -35px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
}

@media (min-width: 992px) {
    .header-one .main-menu-wrapper .main-nav > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    .header-one .main-menu-wrapper .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        margin-right: 0;
    }
}

.header-one .main-menu-wrapper .main-nav > li .submenu li {
    position: relative;
}

.header-one .main-menu-wrapper .main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #2d3b48;
    -webkit-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
    width: 100%;
    position: relative;
    border-top: 1px solid #f0f0f0;
}

.header-one .main-menu-wrapper .main-nav > li .submenu li a.active {
    color: #1e273e;
}

.header-one .main-menu-wrapper .main-nav > li .submenu li a:hover {
    color: #1e273e !important;
}

@media (max-width: 991.98px) {
    .header-one .main-menu-wrapper .main-nav > li .submenu li a {
        padding: 10px 15px 10px 35px;
    }
}

.header-one .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 13px;
}

@media (min-width: 992px) {
    .header-one .main-menu-wrapper .main-nav > li .submenu > li .inner-submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .header-one .main-menu-wrapper .main-nav > li .submenu::before {
        border: 7px solid #ffffff;
        border-color: transparent transparent #ffffff #ffffff;
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
        content: "";
        position: absolute;
        top: 2px;
        left: 45px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
    }
}

@media (max-width: 991.98px) {
    .header-one .main-menu-wrapper .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
}

@media (max-width: 991.98px) {
    .header-one .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1060;
        -webkit-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
        transform: translateX(-260px);
        -webkit-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        background-color: #1e273e;
    }
}

.header-one .logo {
    display: inline-block;
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .header-one .logo.navbar-brand {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
}

.header-one .header-nav .header-navbar-rht {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-right: 2px;
}

.header-one .header-nav .header-navbar-rht li {
    margin-right: 10px;
}

.header-one .header-nav .header-navbar-rht li .btn {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 12px;
    border: 1px solid #1e273e;
    border-radius: 6px;
}

.header-one .header-nav .header-navbar-rht li .btn:hover {
    color: #1e273e;
    border: 1px solid #1e273e;
}

.header-one .header-nav .header-navbar-rht li .btn i {
    margin-right: 5px;
}

.header-one .header-nav .header-navbar-rht li .btn.reg-btn {
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    color: #1F2937;
    box-shadow: inset 0 0 0 0 #1e273e;
}

.header-one .header-nav .header-navbar-rht li .btn.reg-btn:hover {
    color: #ffffff;
    background-color: #1e273e;
    border: 1px solid #1e273e;
}

.header-one .header-nav .header-navbar-rht li:last-child {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .header-one .header-nav .header-navbar-rht {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .header-one .header-nav .header-navbar-rht {
        display: none;
    }
}

.header-one .menu-header {
    background-color: #ffffff;
    height: 72px;
    padding: 0 15px;
    border-bottom: 2px solid #1e273e;
    display: none;
}

.header-one .menu-header .menu-close {
    font-size: 20px;
}

.header-one .menu-header .menu-close i {
    color: #1e273e;
}

.header-one .menu-header .menu-close i:hover {
    color: #000000;
}

@media (max-width: 991.98px) {
    .header-one .menu-header {
        display: flex;
    }
}

.togglesearch {
    position: absolute;
    top: 74px;
    right: 8%;
    width: 280px;
    display: none;
    z-index: 999;
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(183, 183, 183, 0.25);
}

.togglesearch input[type=text] {
    width: 182px;
    padding: 5px 10px;
    border: 1px solid #1e273e;
    outline: none;
    height: 39px;
    border-radius: 5px 0 0 5px;
}

.togglesearch button {
    background: #1e273e;
    color: #ffffff;
    border: 1px solid #1e273e;
    outline: none;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    padding: 10px 12px;
    font-size: 14px;
}

.sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1040;
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width: 991.98px) {
    .sidebar-overlay.opened {
        display: block;
    }
}

.menu-opened .main-menu-wrapper {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
}

html.menu-opened body {
    overflow: hidden;
}

#mobile_btn {
    display: none;
    margin-right: 30px;
}

@media (max-width: 991.98px) {
    #mobile_btn {
        display: inline-block;
    }

    .navbar-brand.logo img {
        height: 40px;
    }
}

@media (max-width: 575.98px) {
    #mobile_btn {
        margin-right: 0;
        z-index: 99;
        position: absolute;
        left: 0;
        padding: 0 15px;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand.logo {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand.logo img {
        height: 40px;
    }
}

.header-top {
    display: flex;
    background: #1e273e;
    color: #ffffff;
    padding: 8px 30px;
}

@media (max-width: 991.98px) {
    .header-top {
        display: none;
    }
}

.header-top ul {
    display: flex;
}

.header-top ul li {
    padding-right: 25px;
    font-size: 13px;
}

.header-top ul li .top-icon {
    margin-right: 5px;
}

.header-top ul li:last-child {
    padding-right: 0;
}

.header-top .right-top {
    margin-left: auto;
}

.login-header-info {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: unset;
    background: #ffffff;
    border-bottom: 2px solid #F1F1F3;
    width: 100%;
    z-index: 11;
}

@media (max-width: 991.98px) {
    .login-header-info {
        display: none;
    }
}

.login-header-info .header-nav {
    height: 83px;
    margin: 0;
    padding: 0 30px;
}

@media (max-width: 991.98px) {
    .login-header-info .header-nav {
        height: 70px;
        margin: 0;
        padding: 0 20px;
    }
}

@media (max-width: 767.98px) {
    .login-header-info .header-nav {
        margin: 0;
        padding: 0 15px;
    }
}

.login-header-info .header-nav .main-nav li a {
    font-size: 15px;
    font-weight: 500;
    color: #6B7280;
}

.login-header-info .header-nav .main-nav li a:hover {
    color: #1e273e;
}

.login-header-info .header-navbar-rht {
    display: none;
}

@media (max-width: 991.98px) {
    .login-header-info .header-navbar-rht {
        display: inherit;
    }
}

@media (max-width: 767.98px) {
    .login-header-info .header-navbar-rht {
        display: none;
    }
}

.login-header-info .flag-dropdown {
    margin: 0;
    padding: 18px 0;
}

@media (max-width: 991.98px) {
    .login-header-info .flag-dropdown {
        margin: 0;
        padding: 12px 0;
    }
}

.flag-dropdown .dropdown-toggle {
    color: #1F2937 !important;
    font-size: 14px !important;
    padding: 11px 15px;
    min-width: 146px;
    background: #ffffff;
    border: 1px solid #E4E4E8;
    border-radius: 8px;
    position: relative;
    display: flex !important;
}

.flag-dropdown .dropdown-toggle.show + .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

.flag-dropdown .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    content: "";
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
    margin-left: 0;
    position: absolute;
    top: 15px;
    right: 15px;
}

.flag-dropdown .dropdown-toggle:after:hover {
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}

.flag-dropdown .dropdown-toggle .flag-img {
    margin-right: 10px;
    border-radius: 50px;
    width: 20px;
}

.flag-dropdown.show + .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

.flag-dropdown .dropdown-menu {
    border-radius: 5px;
    margin: 0;
    padding: 0;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: auto !important;
    right: 0 !important;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
}

.flag-dropdown .dropdown-menu .dropdown-item {
    font-size: 14px !important;
    color: #000000;
    margin: 0;
    padding: 10px 15px;
    font-weight: 600;
}

.flag-dropdown .dropdown-menu .dropdown-item img {
    margin-right: 10px;
    width: 20px;
}

.flag-dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 14px !important;
}

.flag-dropdown .dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.main-nav li .flag-dropdown .submenu::before {
    display: none;
}

.flag-dropdown .dropdown-menu .dropdown-item.active,
.flag-dropdown .dropdown-menu .dropdown-item:active {
    color: #ffffff;
    background-color: #1e273e;
}

.noti-nav .nav-link {
    font-size: 18px;
    color: #6B7280;
}

.noti-nav .nav-link .badge {
    background-color: #1e273e;
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    position: absolute;
    top: 19px;
    right: -6px;
    padding: 0 5px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-weight: normal;
}

.noti-nav .dropdown-menu {
    min-width: 420px;
    padding: 0;
}

.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 767.98px) {
    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        padding: 5px 0;
        border-radius: 3px;
    }
}

.nav-tabs > li > a {
    margin-right: 0;
    color: #888888;
    border-radius: 3px;
}

@media (max-width: 767.98px) {
    .nav-tabs > li > a {
        border-width: 2px;
        border-left-color: transparent;
    }
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: transparent;
    color: #272b41;
}

@media (max-width: 767.98px) {
    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        background-color: #fafafa;
    }
}

@media (max-width: 767.98px) {
    .nav-tabs > li > a.active {
        border-color: transparent transparent transparent #1e273e !important;
        border-left-width: 2px;
    }
}

.nav-tabs > li.open:not(.active) > a, .nav-tabs > li.open:not(.active) > a:hover, .nav-tabs > li.open:not(.active) > a:focus {
    background-color: #fafafa;
}

@media (max-width: 767.98px) {
    .nav-tabs .nav-item {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .nav-tabs .nav-item.show .nav-link {
        border-color: transparent transparent transparent #1e273e !important;
        border-left-width: 2px;
    }
}

.nav-tabs .nav-link {
    border-radius: 0;
}

@media (max-width: 767.98px) {
    .nav-tabs .nav-link {
        border-width: 2px;
    }
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #eeeeee;
    border-color: transparent;
    color: #272b41;
}

@media (max-width: 767.98px) {
    .nav-tabs.nav-justified {
        border-bottom: 1px solid #dddddd;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-radius: 0;
}

.nav-tabs.nav-justified > li > a:hover, .nav-tabs.nav-justified > li > a:focus {
    border-bottom-color: #dddddd;
}

@media (max-width: 767.98px) {
    .nav-tabs.nav-justified > li > a.active {
        border-color: transparent transparent transparent #1e273e;
        border-left-width: 2px !important;
    }
}

.nav-tabs.nav-justified.nav-tabs-solid > li > a {
    color: #272b41;
}

.nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified.nav-tabs-top > li > a, .nav-tabs.nav-justified.nav-tabs-top > li > a:hover, .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-top > li > a {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top > li > a.open {
    border-top-color: #dddddd;
}

.nav-tabs.nav-tabs-top > li > a:hover, .nav-tabs.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
    border-top-color: #dddddd;
}

.nav-tabs.nav-tabs-top > li > a.active, .nav-tabs.nav-tabs-top > li > a.active:hover, .nav-tabs.nav-tabs-top > li > a.active:focus {
    border-top-color: #1e273e;
}

.nav-tabs.nav-tabs-top > li + li > a {
    margin-left: 1px;
}

.nav-tabs.nav-tabs-bottom > li > a.active, .nav-tabs.nav-tabs-bottom > li > a.active:hover, .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #1e273e;
    background-color: transparent;
    -webkit-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
}

@media (max-width: 767.98px) {
    .nav-tabs.nav-tabs-bottom > li > a.active, .nav-tabs.nav-tabs-bottom > li > a.active:hover, .nav-tabs.nav-tabs-bottom > li > a.active:focus {
        background-color: #f5f5f5;
    }
}

@media (max-width: 767.98px) {
    .nav-tabs .nav-tabs-justified {
        border-bottom: 1px solid #dddddd;
    }
}

.nav-tabs .nav-tabs-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs .nav-tabs-justified > li > a:hover, .nav-tabs .nav-tabs-justified > li > a:focus {
    border-bottom-color: #dddddd;
}

.nav-tabs .nav-tabs-justified > li > a.active, .nav-tabs .nav-tabs-justified > li > a.active:focus, .nav-tabs .nav-tabs-justified > li > a.active:hover {
    border-width: 0 0 0 2px;
    border-left-color: #1e273e;
}

.nav-tabs .nav-tabs-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}

.nav-tabs .nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs .nav-tabs-justified.nav-tabs-top > li a, .nav-tabs .nav-tabs-justified.nav-tabs-top > li a:hover, .nav-tabs .nav-tabs-justified.nav-tabs-top > li a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
}

@media (max-width: 767.98px) {
    .nav-tabs.nav-tabs-solid {
        padding: 5px;
    }
}

.nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-solid > li a {
    color: #272b41;
}

.nav-tabs.nav-tabs-solid > li a.active, .nav-tabs.nav-tabs-solid > li a.active:hover, .nav-tabs.nav-tabs-solid > li a.active:focus {
    background-color: #1e273e;
    border-color: #1e273e;
    color: #ffffff;
}

.nav-tabs.nav-tabs-solid > li > a {
    border-color: transparent;
}

@media (max-width: 767.98px) {
    .nav-tabs.nav-tabs-solid > li > a {
        border-left-width: 0 !important;
    }
}

.nav-tabs.nav-tabs-solid > li > a:hover, .nav-tabs.nav-tabs-solid > li > a:focus {
    background-color: #f5f5f5;
}

.nav-tabs.nav-tabs-solid > li > a.active, .nav-tabs.nav-tabs-solid > li > a.active:hover, .nav-tabs.nav-tabs-solid > li > a.active:focus {
    background-color: #1e273e;
    border-color: #1e273e;
    color: #ffffff;
}

.nav-tabs.nav-tabs-solid .active > a, .nav-tabs.nav-tabs-solid .active a:hover, .nav-tabs.nav-tabs-solid .active a:focus {
    background-color: #1e273e;
    border-color: #1e273e;
    color: #ffffff;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}

@media (max-width: 767.98px) {
    .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
        border-radius: 5px;
    }
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
    border-radius: 50px;
}

@media (max-width: 767.98px) {
    .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
        border-color: transparent transparent transparent #1e273e !important;
        border-left-width: 2px;
    }
}

@media (max-width: 767.98px) {
    .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
        border-radius: 5px;
    }
}

.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: #f5f5f5;
    border-color: transparent;
}

@media (max-width: 767.98px) {
    .nav-tabs .nav-link.active {
        border-color: transparent transparent transparent #1e273e !important;
        border-left-width: 2px;
    }
}

.tab-content {
    padding-top: 20px;
}

.card-header-tabs {
    border-bottom: 0;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-fade .carousel-item-next {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-item-next .carousel-item-left {
    opacity: 1;
}

.carousel-fade .carousel-item-prev {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-item-prev .carousel-item-right {
    opacity: 1;
}

.carousel-fade .active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.carousel-fade .active .carousel-item-left, .carousel-fade .active .carousel-item-right {
    opacity: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.carousel-item {
    height: 75vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1 !important;
}

.divider .carousel-caption {
    position: absolute;
    top: 110px;
    right: 0;
    bottom: 20px;
    left: 5%;
}

.carousel-caption {
    z-index: 10;
    padding-bottom: 20px;
    color: #ffffff;
    position: absolute;
    top: 110px;
    right: 0;
    bottom: 20px;
    left: 15%;
}

.carousel-caption span {
    font-size: 32px;
    font-weight: 700;
    color: #2e3842;
}

.carousel-caption h2 {
    font-size: 54px;
    font-weight: 700;
    color: #1e5c92;
}

.carousel-caption p {
    font-size: 18px;
    font-weight: 700;
    color: #2e3842;
}

@media (max-width: 991.98px) {
    .carousel-inner {
        height: 430px;
    }
}

@media (max-width: 767.98px) {
    .carousel-inner {
        height: 200px;
    }
}

.slide-nav-1 button.owl-next, .slide-nav-1 button.owl-prev, .slide-nav-20 button.owl-next, .slide-nav-20 button.owl-prev, .slide-nav-2 button.owl-next, .slide-nav-2 button.owl-prev, .slide-nav-3 button.owl-next, .slide-nav-3 button.owl-prev, .slide-nav-4 button.owl-next, .slide-nav-4 button.owl-prev {
    width: 34px;
    height: 34px;
    background: #1e273e;
    text-shadow: none;
    top: 4px;
    cursor: pointer;
    border: 0;
    color: #ffffff;
    margin-bottom: 15px;
    border-radius: 8px;
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
}

@media (max-width: 767.98px) {
    .slide-nav-1 button.owl-next, .slide-nav-20 button.owl-prev, .slide-nav-20 button.owl-next, .slide-nav-1 button.owl-prev, .slide-nav-2 button.owl-next, .slide-nav-2 button.owl-prev, .slide-nav-3 button.owl-next, .slide-nav-3 button.owl-prev, .slide-nav-4 button.owl-next, .slide-nav-4 button.owl-prev {
        width: 28px;
        height: 28px;
    }
}

.owl-theme .owl-dots, .owl-nav button {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .owl-theme .owl-dots, .owl-nav button {
        margin-top: 10px;
    }
}

.custom-arrow {
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
}

.owl-nav button.owl-next {
    margin-left: 20px;
}

.footer-one {
    background: #F2F6F6;
}

.footer-one .footer-top {
    margin: 0;
    padding: 50px 0;
}

@media (max-width: 991.98px) {
    .footer-one .footer-top {
        margin: 0;
        padding: 40px 0 10px;
    }
}

@media (max-width: 767.98px) {
    .footer-one .footer-top {
        margin: 0;
        padding: 40px 0 0;
    }
}

.footer-one .footer-top .footer-widget .footer-logo {
    margin-bottom: 20px;
    width: 75%;
}

.footer-one .footer-top .footer-widget .footer-about-content {
    max-width: 272px;
}

.footer-one .footer-top .footer-widget .footer-about-content p {
    margin-bottom: 0;
    font-size: 14px;
    color: #6B7280;
}

.footer-one .footer-top .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-one .footer-top .footer-widget .footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .footer-one .footer-top .footer-widget {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .footer-one .footer-top .footer-widget {
        margin-bottom: 25px;
    }
}

.footer-one .footer-top .footer-widget.footer-menu ul li {
    margin-bottom: 15px;
}

.footer-one .footer-top .footer-widget.footer-menu ul li:last-child {
    margin-bottom: 0;
}

.footer-one .footer-top .footer-widget.footer-menu ul li a {
    color: #6B7280;
    position: relative;
    overflow: hidden;
    background: url(../img/footer-arrow.png) no-repeat -10px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-left: 0;
    font-size: 14px;
}

.footer-one .footer-top .footer-widget.footer-menu ul li a:hover {
    color: #1e273e;
    background: url(../img/footer-arrow.png) no-repeat 4px;
    padding-left: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer-one .footer-top .footer-widget.footer-menu ul li a::before {
    display: none;
}

.footer-one .footer-top .footer-widget .footer-contact-info .footer-address {
    margin-bottom: 15px;
}

.footer-one .footer-top .footer-widget .footer-contact-info .footer-address p {
    margin-bottom: 0;
    color: #6B7280;
    font-size: 14px;
}

.footer-one .footer-top .footer-widget .footer-contact-info .footer-address p i {
    font-size: 16px;
    color: #9CA3AF;
    margin-right: 10px;
}

.footer-one .footer-bottom .copyright {
    border-top: 1px solid #E5E7EB;
    margin: 0;
    padding: 30px 0;
}

.footer-one .footer-bottom .copyright .policy-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.footer-one .footer-bottom .copyright .policy-menu li {
    display: inline-block;
    margin-right: 25px;
    color: #1F2937;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .footer-one .footer-bottom .copyright .policy-menu li {
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
        text-align: center;
        margin-top: 10px;
    }

    .footer-one .footer-bottom .copyright .policy-menu li:last-child {
        margin-bottom: 0;
    }
}

.footer-one .footer-bottom .copyright .policy-menu li::after {
    font-size: 15px;
    color: #6B7280;
    content: "|";
    font-weight: 500;
    position: relative;
    left: 15px;
}

@media (max-width: 767.98px) {
    .footer-one .footer-bottom .copyright .policy-menu li::after {
        display: none;
    }
}

.footer-one .footer-bottom .copyright .policy-menu li:last-child::after {
    content: "";
}

.footer-one .footer-bottom .copyright .policy-menu li a {
    color: #6B7280;
}

.footer-one .footer-bottom .copyright .policy-menu li a:hover {
    color: #1e273e;
}

@media (max-width: 991.98px) {
    .footer-one .footer-bottom .copyright {
        margin: 0;
        padding: 25px 0;
    }
}

.subscribe-form {
    position: relative;
    margin-bottom: 20px;
}

.subscribe-form .form-control {
    font-weight: 500;
    font-size: 14px;
    min-height: 46px;
    color: #6B7280;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 6px 0px 0px 6px;
    margin: 0;
    padding: 6px 112px 6px 15px;
}

@media (max-width: 991.98px) {
    .subscribe-form .form-control {
        padding-right: 180px;
    }
}

@media (max-width: 767.98px) {
    .subscribe-form .form-control {
        min-height: 46px;
        padding-right: 145px;
    }
}

.subscribe-form .form-control::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #6B7280;
}

.subscribe-form .btn {
    font-weight: normal;
    margin: 0;
    padding: 11px 16px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0 6px 6px 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #ffffff;
    background: #1e273e;
    border: 1px solid #1e273e;
    box-shadow: inset 0 0 0 0 #ffffff;
}

.subscribe-form .btn:hover {
    color: #1e273e;
    border-color: #1e273e;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767.98px) {
    .subscribe-form .btn {
        font-size: 14px;
    }
}

.subscribe-content p {
    max-width: 360px;
    margin-bottom: 0;
    font-size: 14px;
    color: #6B7280;
}

.footer-two {
    background-color: #15558d;
}

.footer-two .footer-top {
    padding: 40px 0;
}

@media (max-width: 991.98px) {
    .footer-two .footer-top {
        padding-bottom: 10px;
    }
}

.footer-two .footer-top .footer-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .footer-two .footer-top .footer-title {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .footer-two .footer-top .footer-title {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .footer-two .footer-top .footer-widget {
        margin-bottom: 30px;
    }
}

.footer-two .footer-top .footer-widget.footer-menu ul {
    list-style: none;
    outline: none;
    margin: 0;
    padding: 0;
}

.footer-two .footer-top .footer-widget.footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
}

.footer-two .footer-top .footer-widget.footer-menu ul li:last-child {
    margin-bottom: 0;
}

.footer-two .footer-top .footer-widget.footer-menu ul li a {
    color: #ffffff;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-two .footer-top .footer-widget.footer-menu ul li a:hover {
    color: #ffffff;
    letter-spacing: 0.5px;
    padding-left: 30px;
}

.footer-two .footer-top .footer-widget.footer-menu ul li a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-two .footer-top .footer-widget .footer-logo {
    margin: 0 0 30px;
}

.footer-two .footer-top .footer-widget .footer-about-content {
    max-width: inherit;
}

.footer-two .footer-top .footer-widget .footer-about-content p {
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-two .footer-top .footer-widget .footer-about-content p:last-child {
    margin-bottom: 0;
}

.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul li {
    margin-right: 15px;
}

.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul li:last-child {
    margin-right: 0;
}

.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul li a {
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-two .footer-top .footer-widget .footer-about-content .social-icon ul li a:hover {
    color: #1e273e;
}

.footer-two .footer-top .footer-widget .footer-contact-info {
    color: #ffffff;
    font-size: 15px;
}

.footer-two .footer-top .footer-widget .footer-contact-info .footer-address span {
    margin-right: 20px;
}

.footer-two .footer-top .footer-widget .footer-contact-info .footer-address span i.fa-map-marker-alt {
    font-size: 20px;
}

.footer-two .footer-top .footer-widget .footer-contact-info .footer-address p {
    margin: 0;
}

.footer-two .footer-top .footer-widget .footer-contact-info p i {
    margin-right: 15px;
}

.footer-two .footer-bottom .copyright {
    border-top: 1px solid #1663a6;
    padding: 30px 0;
}

.footer-two .footer-bottom .copyright .copyright-text p {
    color: #ffffff;
    font-size: 15px;
}

.footer-two .footer-bottom .copyright .copyright-text p a {
    color: #1e273e;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-two .footer-bottom .copyright .copyright-text p a:hover {
    color: #ffffff;
}

.footer-two .footer-bottom .copyright .copyright-text p.title {
    font-weight: 400;
    margin: 10px 0 0;
}

.footer-two .footer-bottom .copyright .policy-menu {
    font-size: 14px;
    text-align: right;
    margin: 0;
    padding: 0;
}

@media (max-width: 767.98px) {
    .footer-two .footer-bottom .copyright .policy-menu {
        margin-top: 10px;
        text-align: left;
    }
}

.footer-two .footer-bottom .copyright .policy-menu li {
    display: inline-block;
    margin-right: 15px;
}

.footer-two .footer-bottom .copyright .policy-menu li:last-child {
    margin-right: 0;
}

.footer-two .footer-bottom .copyright .policy-menu li a {
    color: #ffffff;
}

.footer-two .footer-bottom .copyright .policy-menu li a:hover, .footer-two .footer-bottom .copyright .policy-menu li a:focus {
    color: #1e273e;
}

.footer-two .footer-bottom .copyright .policy-menu li::after {
    color: #ffffff;
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}

.footer-two .footer-bottom .copyright .policy-menu li:last-child::after {
    content: "";
}

.footer-three {
    background: #ffffff;
}

.footer-three .footer-top {
    margin: 0;
    padding: 30px 0;
}

.footer-three .footer-widget .footer-title {
    color: #0071DC;
    margin: 0 0 15px;
}

.footer-three .footer-widget .footer-about-content p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 28px;
}

.footer-three .footer-menu ul li {
    margin: 0 0 10px;
}

.footer-three .footer-menu ul li a {
    color: #000000;
    font-size: 16px;
    background: none;
}

.footer-three .footer-menu ul li a:hover {
    background: none;
    padding-left: 0;
}

@media (max-width: 1199.98px) {
    .footer-three .footer-menu ul li a {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .footer-three .footer-menu ul li a {
        font-size: 14px;
    }
}

.footer-three .footer-link {
    margin-bottom: 20px !important;
}

.footer-three .social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-three .social-icon ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-three .social-icon ul li:last-child {
    margin-right: 0;
}

.footer-three .social-icon ul li a {
    width: 45px;
    height: 45px;
    color: #ffffff;
    background: #0071DC;
    border: 1px solid #0071DC;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-three .social-icon ul li a:hover {
    background: #3B9CF6;
    color: #ffffff;
}

@media (max-width: 1199.98px) {
    .footer-three .social-icon ul li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.footer-three .footer-bottom .copyright {
    borde-top: 1px solid #D9D9D9;
}

.footer-three .footer-bottom .copyright .copyright-menu p {
    color: #000000;
    margin: 0;
}

@media (max-width: 991.98px) {
    .footer-three .footer-bottom .copyright .copyright-menu {
        margin: 0 0 15px;
    }
}

@media (max-width: 767.98px) {
    .footer-three .footer-bottom .copyright .footer-language > img {
        margin: 0 0 15px;
    }
}

.footer-three .footer-bottom .copyright .footer-language .footer-select {
    width: 164px;
    position: relative;
}

.footer-three .footer-bottom .copyright .footer-language .footer-select .select-icon {
    position: absolute;
    top: 55%;
    left: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9;
    color: #999999;
}

.footer-three .footer-bottom .copyright .footer-language .footer-select .select2-container .select2-selection--single {
    border: 1px solid #D9D9D9;
    border-radius: 100px;
}

.footer-three .footer-bottom .copyright .footer-language .footer-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
}

.footer-three .footer-bottom .copyright .footer-language .footer-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999999;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .footer-three .footer-bottom .copyright .footer-language {
        display: block;
    }
}

.footer-one .social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-one .social-icon ul li {
    margin-right: 15px;
}

.footer-one .social-icon ul li:last-child {
    margin-right: 0;
}

.footer-one .social-icon ul li a {
    color: #6B7280;
    font-size: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-one .social-icon ul li a:hover {
    color: #1e273e;
}

.footer.footer-two .footer-title {
    color: #1e273e;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer.footer-two .footer-widget.footer-menu ul li a {
    font-size: 13px;
    padding-left: 0;
}

.footer.footer-two .footer-widget.footer-menu ul li a::before {
    display: none;
}

.footer.footer-two .footer-widget.footer-menu ul li a:hover {
    letter-spacing: 0;
    padding-left: 0;
}

.footer.footer-two .footer-widget .footer-logo {
    margin-bottom: 10px;
}

.footer.footer-two .footer-widget .footer-logo img {
    width: 120px;
}

.footer.footer-two .footer-widget .footer-about-content p {
    font-size: 13px;
}

.footer.footer-two .footer-address p {
    font-size: 13px;
}

.footer.footer-two .footer-contact-info {
    font-size: 13px !important;
}

.footer.footer-two .footer-contact-info .footer-address span i.fa-map-marker-alt {
    font-size: 16px !important;
}

.footer.footer-four .footer-top {
    padding: 50px 0;
}

@media (max-width: 767.98px) {
    .footer.footer-four .footer-top {
        padding: 30px 0 0;
    }
}

.footer.footer-five {
    background-color: #1376CA;
}

.footer.footer-five .footer-top {
    background-color: #1376CA;
    padding: 60px 0;
}

@media (max-width: 991.98px) {
    .footer.footer-five .footer-top {
        padding: 40px 0 10px;
    }
}

.footer.footer-five .footer-bottom .copyright {
    border-top: 1px solid #28DAF4;
}

.footer.custom-footer .footer-top {
    padding: 60px 0;
}

@media (max-width: 767.98px) {
    .footer.custom-footer .footer-top {
        padding: 40px 0 10px;
    }
}

.footer.custom-footer .footer-bottom .copyright {
    border-top: 1px solid #0f4d84;
}

.footer.custom-footer .copyright-text span {
    color: #1e273e;
}

/****** PAGES ******/
.section-search {
    background: #f9f9f9 url(../img/search-bg.png) no-repeat bottom center;
    min-height: 450px;
    background-size: 100% auto;
    position: relative;
    background-blend-mode: Darken;
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .section-search {
        min-height: 330px;
    }
}

@media (max-width: 767.98px) {
    .section-search {
        background: #f9f9f9;
        padding: 50px 0;
    }
}

@media (max-width: 479.98px) {
    .section-search {
        min-height: 410px;
        padding: 30px 15px;
    }
}

.section-search .banner-wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .section-search .banner-wrapper {
        max-width: 720px;
    }
}

.section-search .banner-wrapper .banner-header {
    margin: 0 0 30px;
}

.section-search .banner-wrapper .banner-header h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 10px;
}

@media (max-width: 991.98px) {
    .section-search .banner-wrapper .banner-header h1 {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .section-search .banner-wrapper .banner-header h1 {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .section-search .banner-wrapper .banner-header h1 {
        font-size: 28px;
    }
}

.section-search .banner-wrapper .banner-header p {
    color: #757575;
    font-size: 20px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .section-search .banner-wrapper .banner-header p {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .section-search .banner-wrapper .search-box {
        max-width: 535px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .section-search .banner-wrapper .search-box form {
        -ms-flex-direction: column;
        flex-direction: column;
        word-wrap: break-word;
        background-clip: border-box;
    }
}

@media (max-width: 575.98px) {
    .section-search .banner-wrapper .search-box form {
        display: block;
    }
}

.section-search .banner-wrapper .search-box .form-control {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-left: 35px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.section-search .banner-wrapper .search-box .form-control::placeholder {
    font-size: 14px;
}

.section-search .banner-wrapper .search-box .search-location {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 12px;
    position: relative;
    width: 240px;
}

@media (max-width: 767.98px) {
    .section-search .banner-wrapper .search-box .search-location {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .section-search .banner-wrapper .search-box .search-location {
        width: 100% !important;
        -ms-flex: none;
        flex: none;
    }
}

.section-search .banner-wrapper .search-box .search-location .form-control {
    background: #ffffff url(../img/location.png) no-repeat 10px center;
}

.section-search .banner-wrapper .search-box .search-info {
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
    margin-right: 12px;
    position: relative;
    width: 490px;
}

@media (max-width: 991.98px) {
    .section-search .banner-wrapper .search-box .search-info {
        -ms-flex: 0 0 410px;
        flex: 0 0 410px;
        width: 410px;
    }
}

@media (max-width: 767.98px) {
    .section-search .banner-wrapper .search-box .search-info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .section-search .banner-wrapper .search-box .search-info {
        width: 100% !important;
        -ms-flex: none;
        flex: none;
    }
}

.section-search .banner-wrapper .search-box .search-info .form-control {
    background: #ffffff url(../img/search.png) no-repeat 10px center;
}

.section-search .banner-wrapper .search-box .search-btn {
    width: 46px;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px;
    height: 46px;
}

@media (max-width: 767.98px) {
    .section-search .banner-wrapper .search-box .search-btn {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-height: 46px;
        width: 100%;
    }
}

.section-search .banner-wrapper .search-box .search-btn span {
    display: none;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .section-search .banner-wrapper .search-box .search-btn span {
        display: inline-block;
        margin-left: 5px;
        text-transform: uppercase;
    }
}

.section-search .banner-wrapper .search-box .form-text {
    color: #757575;
    font-size: 13px;
}

.section-search .banner-wrapper .search-box .search-location {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 12px;
    position: relative;
    width: 240px;
}

@media (max-width: 767.98px) {
    .section-search .banner-wrapper .search-box {
        max-width: 535px;
        margin: 0 auto;
    }
}

.section-header {
    margin-bottom: 60px;
}

.section-header h5 {
    font-weight: 600;
    font-size: 18px;
    color: #1e273e;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 24px;
    }
}

.section-header .sub-title {
    color: #757575;
    font-size: 16px;
    max-width: 600px;
    margin: 15px auto 0;
}

@media (max-width: 767.98px) {
    .section-header .sub-title {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .section-header .sub-title {
        font-size: 14px;
    }
}

.section-header p {
    color: #757575;
    font-size: 16px;
    margin: 15px 0 0 0;
}

@media (max-width: 767.98px) {
    .section-header p {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .section-header p {
        font-size: 15px;
    }
}

.section-specialities {
    background-color: #ffffff;
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .section-specialities {
        padding: 50px 0;
    }
}

@media (max-width: 479.98px) {
    .section-specialities {
        background-color: #ffffff;
        padding: 30px 0;
    }
}

.section-specialities .specialities-slider .slick-slide {
    display: block;
    margin: 10px 20px 0 0;
    padding: 0 12px;
}

@media (max-width: 767.98px) {
    .section-specialities .specialities-slider .slick-slide {
        margin-right: 15px;
    }
}

@media (max-width: 479.98px) {
    .section-specialities .specialities-slider .slick-slide {
        margin-right: 10px;
    }
}

.section-specialities .specialities-slider .slick-dots {
    margin-top: 44px;
    position: unset;
}

.section-specialities .specialities-slider .speicality-item p {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 0;
}

@media (max-width: 767.98px) {
    .section-specialities .specialities-slider .speicality-item p {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .section-specialities .specialities-slider .speicality-item p {
        font-size: 14px;
    }
}

.section-specialities .specialities-slider .speicality-item .speicality-img {
    position: relative;
    height: 150px;
    border-radius: 100%;
    width: 150px;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
}

@media (max-width: 479.98px) {
    .section-specialities .specialities-slider .speicality-item .speicality-img {
        width: 120px;
        height: 120px;
    }
}

.section-specialities .specialities-slider .speicality-item .speicality-img img {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

@media (max-width: 479.98px) {
    .section-specialities .specialities-slider .speicality-item .speicality-img img {
        width: 50px;
    }
}

.section-specialities .specialities-slider .speicality-item .speicality-img span {
    border-radius: 50%;
    padding: 5px;
    background-color: #ffffff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
}

.section-specialities .specialities-slider .speicality-item .speicality-img span i {
    font-size: 15px;
    color: #1e273e;
}

.slick-dots {
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: -25px;
    margin: 0;
    padding: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 5px;
    cursor: pointer;
    margin: 0 5px;
    padding: 0;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #C0C0C0;
    padding: 0;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    display: none;
    font-family: "slick";
    font-size: 76px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    content: "-";
    text-align: center;
    opacity: 0.25;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-dots li.slick-active button {
    background-color: #1e273e;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #1e273e;
}

.slick-dots li.slick-active button .slick-slide {
    outline: none !important;
}

.section-doctor {
    background-color: #f8f9fa;
    padding: 80px 0;
}

@media (max-width: 767.98px) {
    .section-doctor {
        padding: 50px 0;
    }
}

.section-doctor .profile-widget {
    -webkit-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.section-doctor .section-header {
    margin: 0 0 30px;
}

.section-doctor .section-header p {
    margin-top: 10px;
}

@media (max-width: 991.98px) {
    .section-doctor .about-content {
        margin-bottom: 30px;
    }
}

.section-doctor .about-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.section-doctor .about-content p + p {
    margin-top: 20px;
}

.section-doctor .about-content a {
    background-color: #1e273e;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    min-width: 150px;
    margin: 30px 0 0;
    padding: 15px 20px;
    text-align: center;
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    .section-doctor .about-content a {
        padding: 12px 20px;
    }
}

.section-doctor .about-content a:hover, .section-doctor .about-content a:focus {
    background-color: #01cae4;
    border-color: #01cae4;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .section-doctor .doctor-slider {
        margin-top: 25px;
    }
}

.section-doctor .doctor-slider .slick-slide {
    display: block;
    width: 280px;
    margin-bottom: 0;
    padding: 10px;
}

.profile-widget {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.profile-widget .fav-btn {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    color: #2E3842;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    border-radius: 3px;
}

.profile-widget:hover .fav-btn {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.profile-widget:hover .fav-btn:hover {
    background-color: #fb1612;
    color: #ffffff;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.profile-widget .verified {
    color: #28a745;
    margin-left: 3px;
}

.profile-widget .rating {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px !important;
}

.profile-widget .rating i {
    font-size: 14px;
}

.profile-widget .doc-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}

.profile-widget .doc-img img {
    border-radius: 4px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    width: 100%;
}

.profile-widget .doc-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

.profile-widget .pro-content {
    padding: 15px 0 0;
}

.profile-widget .pro-content .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.profile-widget .pro-content .title a {
    display: inline-block;
}

.profile-widget .pro-content p.speciality {
    font-size: 13px;
    color: #757575;
    margin-bottom: 5px;
    min-height: 40px;
}

.profile-widget .pro-content .rating {
    list-style: none;
    width: 100%;
    margin: 0 0 7px;
    padding: 0;
}

.profile-widget .pro-content .rating i {
    color: #dedfe0;
}

.profile-widget .pro-content .rating i.filled {
    color: #f4c150;
}

.profile-widget .pro-content .available-info {
    font-size: 13px;
    color: #757575;
    font-weight: 400;
    list-style: none;
    margin: auto auto 15px;
    padding: 0;
}

.profile-widget .pro-content .available-info li i {
    width: 22px;
}

.profile-widget .pro-content .available-info li + li {
    margin-top: 5px;
}

.profile-widget .pro-content .row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}

.profile-widget .pro-content .row.row-sm > div {
    padding-left: 3px;
    padding-right: 3px;
}

.section-features {
    background-color: #ffffff;
    padding: 80px 0;
}

@media (max-width: 767.98px) {
    .section-features {
        padding: 50px 0;
    }
}

@media (max-width: 479.98px) {
    .section-features {
        background-color: #ffffff;
        padding: 30px 0;
    }
}

@media (max-width: 767.98px) {
    .section-features .features-img {
        text-align: center;
        margin: 0 auto;
    }
}

.section-features .features-slider .slick-slide {
    margin-right: 62px;
}

.section-features .features-slider .slick-center {
    opacity: 1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.section-features .features-slider .slick-list {
    padding: 16px 50px !important;
}

.section-features .features-slider .slick-dots {
    margin-top: 44px;
    position: unset;
}

@media (max-width: 767.98px) {
    .section-features .features-slider .slick-dots {
        text-align: center;
        margin: 0 auto;
    }
}

.section-features .features-slider .feature-item img {
    box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
    height: 115px;
    object-fit: cover;
    width: 115px;
    border-radius: 100%;
}

.section-features .features-slider .feature-item p {
    font-weight: 500;
    margin: 20px 0 0;
}

.section-blogs {
    background-color: #f8f9fa;
    padding: 80px 0;
}

@media (max-width: 767.98px) {
    .section-blogs {
        padding: 50px 0;
    }
}

@media (max-width: 479.98px) {
    .section-blogs {
        padding: 30px 0;
    }
}

.section-blogs .view-all .btn {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 30px;
}

.rating {
    list-style: none;
    width: 100%;
    margin: 0 0 7px;
    padding: 0;
}

.rating i {
    color: #dedfe0;
}

.rating i.filled {
    color: #f4c150;
}

.home-tile-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.home-tile-section .doctor-book-card {
    position: relative;
    max-width: 100%;
    box-shadow: 0px 3px 20px #0000000b;
    overflow: hidden;
    margin: 0 auto;
}

@media (max-width: 575.98px) {
    .home-tile-section .doctor-book-card {
        margin-bottom: 0.9375rem;
    }
}

.home-tile-section .doctor-book-card img {
    vertical-align: middle;
    border-radius: 0.25rem;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.home-tile-section .doctor-book-card .doctor-book-card-content {
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 20px;
}

.home-tile-section .doctor-book-card .doctor-book-card-content > div {
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.home-tile-section .doctor-book-card .doctor-book-card-content .book-btn1 {
    font-size: 14px;
}

.home-tile-section .doctor-book-card .tile-card-content-1 {
    background: rgba(13, 13, 13, 0.33);
}

.home-tile-section .doctor-book-card h3 {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.home-tile-section .doctor-book-card:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

.banner-section {
    background: #F2F6F6;
    padding: 100px 0 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner-section::after {
    content: "";
    background: url(../img/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-shapes {
    position: relative;
}

.banner-shapes .banner-shape-left {
    position: absolute;
    top: 600px;
    left: 0;
}

.banner-shapes .banner-shape-right {
    position: absolute;
    top: 30px;
    left: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.banner-content {
    padding-bottom: 80px;
    position: relative;
}

.banner-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.banner-content h1 span {
    color: #9e1cac !important;
}

.banner-content h1 span {
    color: #1e273e;
}

@media (max-width: 991.98px) {
    .banner-content h1 {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .banner-content h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.banner-content .header-icon {
    position: absolute;
    right: -30px;
    top: -15px;
    width: 70px;
}

@media (max-width: 1199.98px) {
    .banner-content .header-icon {
        display: none;
    }
}

.banner-content p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
}

@media (max-width: 767.98px) {
    .banner-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.banner-content .btn {
    font-weight: 500;
    border-radius: 8px;
    margin: 0;
    padding: 12px 15px;
    min-width: 200px;
    display: inline-block;
    background-color: #1e273e;
    border: 1px solid #1e273e;
    color: #ffffff;
    font-size: 18px;
    box-shadow: inset 0 0 0 0 #ffffff;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.banner-content .btn:hover {
    color: #1e273e;
    border-color: #1e273e;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 991.98px) {
    .banner-content .btn {
        font-size: 16px;
        margin: 0;
        padding: 10px 15px;
        min-width: 190px;
    }
}

@media (max-width: 767.98px) {
    .banner-content .btn {
        font-size: 15px;
        margin: 0;
        padding: 9px 15px;
        min-width: 170px;
    }
}

@media (max-width: 991.98px) {
    .banner-content {
        text-align: center;
        padding-bottom: 40px;
    }
}

.banner-arrow-img {
    position: absolute;
    left: 220px;
    top: 180px;
}

@media (max-width: 1199.98px) {
    .banner-arrow-img {
        display: none;
    }
}

.search-box-one {
    min-width: 680px;
    background: #ffffff;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.2);
    border-radius: 7px;
    margin: 0;
    padding: 13px 15px;
    display: table;
    position: relative;
    z-index: 1;
}

.search-box-one form {
    /*float: left;*/
    width: 100%;
    display: flex;
    align-items: center;

}

.search-box-one input:hover, .search-box-one input:focus {
    background-color: #ffffff !important;
}

.bg-success-50 {
    color: #fff;
    background-color: #28a74580;
    margin-left: 10px;
    font-size: 15px;

}

.bg-danger-50 {
    color: #fff;
    background-color: #c8233380;
    margin-left: 10px;
    font-size: 15px;

}


@media (max-width: 991.98px) {
    .search-box-one {
        min-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .search-box-one {
        margin: 0;
        /*padding: 0px 15px 15px;*/
    }
}

.search-box-one .form-control:hover, .search-box-one .form-control:focus {
    background-color: #ffffff !important;
}

.search-input {
    width: 25%;
    /*float: left;*/
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    position: relative;
}

.search-input.search-line {
    flex: 1;
}

/*.search-input.search-line::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1px;
    height: 44px;
    background: #E3E4E8;
    content: "";
    z-index: 1;
}*/

@media (max-width: 767.98px) {
    .search-input.search-line::before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .search-input.search-line {
        width: 100%;
    }
}

.search-input.search-map-line {
    width: 26%;
}

.search-input.search-map-line::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1px;
    height: 44px;
    background: #E3E4E8;
    content: "";
    z-index: 1;
}

@media (max-width: 767.98px) {
    .search-input.search-map-line::before {
        display: none;
    }
}

.search-input.search-map-line input {
    padding: 0px 36px 0px 36px;
}

@media (max-width: 767.98px) {
    .search-input.search-map-line input {
        padding: 0px 25px 0px 25px;
    }
}

.search-input.search-map-line > i {
    left: 10px;
}

@media (max-width: 767.98px) {
    .search-input.search-map-line > i {
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .search-input.search-map-line {
        width: 100%;
    }
}

.search-input input {
    height: 40px;
    padding: 0 10px 0 25px;
    border: 0;
}

.search-input input::placeholder {
    color: #8C97B0;
}

.search-input.search-calendar-line input {
    padding: 0 36px 0 36px;
}

@media (max-width: 767.98px) {
    .search-input.search-calendar-line input {
        padding: 0px 25px 0px 25px;
    }
}

.search-input.search-calendar-line > i {
    left: 10px;
}

@media (max-width: 767.98px) {
    .search-input.search-calendar-line > i {
        left: 0;
    }
}

.search-input i {
    position: absolute;
    top: 50%;
    right: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #8894AE;
    font-size: 18px;
}

.search-input .current-loc-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: 0px;
    color: #8894AE;
    font-size: 18px;
    line-height: 0;
}

.search-input .current-loc-icon i {
    position: unset;
    transform: unset;
}

.search-input > i.bficon {
    right: inherit;
    left: 0;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .search-input {
        width: 100%;
    }
}

.form-search-btn {
    /*float: right;*/
    /*padding-top: 4px;*/
}

.form-search-btn .btn {
    font-size: 15px;
    font-weight: 500;
    min-width: 97px;
    padding: 7px 15px;
    border-radius: 10px;
    background-color: #1e273e;
    border: 1px solid #1e273e;
    color: #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.form-search-btn .btn:hover {
    color: #1e273e;
    border-color: #1e273e;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767.98px) {
    .form-search-btn {
        /*float: left;*/
    }
}

.banner-img {
    position: relative;
}

.banner-img .banner-img1 {
    position: absolute;
    top: 260px;
    left: -40px;
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}

.banner-img .banner-img2 {
    position: absolute;
    top: 200px;
    right: 20px;
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 3s infinite alternate;
}

.banner-img .banner-img3 {
    position: absolute;
    top: 500px;
    right: -50px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@keyframes float {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
    }
}

@media (max-width: 991.98px) {
    .banner-img {
        display: none;
    }
}

.specialities-section-one {
    background-color: #ffffff;
    margin: 0;
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .specialities-section-one {
        margin: 0;
        padding: 40px 0;
    }
}

.specialities-section-one .specialities-slider-one .item {
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
    .specialities-section-one .specialities-slider-one .item {
        margin-bottom: 40px;
    }
}

.specialities-section-one .specialities-slider-one .owl-stage-outer {
    margin-left: -10px;
}

.specialities-section-one .specialities-slider-one .owl-item img {
    width: auto;
}

.specialities-section-one .specialities-item {
    background: #ffffff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    height: 196px;
    margin: 15px 0 0 10px;
    padding: 30px;
    cursor: pointer;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.specialities-section-one .specialities-item:hover {
    background: #ffffff;
    border-color: #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.specialities-section-one .specialities-item:hover .specialities-img span {
    background: #1e273e;
    border: #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.specialities-section-one .specialities-item:hover .specialities-img span img {
    filter: invert(1) brightness(100);
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.specialities-section-one .specialities-item p {
    font-weight: 600;
    font-size: 16px;
    color: #2F353C;
    margin-bottom: 0;
}

.specialities-section-one .specialities-img {
    padding-bottom: 18px;
}

.specialities-section-one .specialities-img span {
    background: #F2F6F6;
    border: 1px solid #F2F6F6;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.specialities-section-one .specialities-img span img {
    width: auto;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.specialities-section-one .specialities-btn {
    text-align: center;
}

.specialities-section-one .specialities-btn .btn {
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    min-width: 170px;
    padding: 11px 15px;
    background: #1e273e;
    border: 1px solid #1e273e;
    box-shadow: inset 0 0 0 0 #ffffff;
    color: #ffffff;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.specialities-section-one .specialities-btn .btn:hover {
    color: #1e273e;
    background: #ffffff;
    border-color: #1e273e;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767.98px) {
    .specialities-section-one .specialities-btn .btn {
        font-size: 14px;
        min-width: 190px;
    }
}

.section-header-one {
    margin-bottom: 60px;
}

.section-header-one h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .section-header-one h2 {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .section-header-one h2 {
        font-size: 26px;
    }
}

.section-header-one .section-title {
    display: inline-block;
    position: relative;
}

.section-header-one .section-title::before {
    content: "";
    background: url(../img/icons/header-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: -5px;
    right: -30px;
    width: 35px;
    height: 20px;
}

@media (max-width: 767.98px) {
    .section-header-one .section-title::before {
        display: none;
    }
}

.section-header-one h5 {
    font-weight: 600;
    font-size: 18px;
    color: #1e273e;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .section-header-one {
        margin-bottom: 40px;
    }
}

.slide-nav-1 button.owl-next,
.slide-nav-1 button.owl-prev,
.slide-nav-20 button.owl-next,
.slide-nav-20 button.owl-prev,
.slide-nav-2 button.owl-next,
.slide-nav-2 button.owl-prev {
    width: 44px;
    height: 44px;
    font-size: 18px;
    color: #1E3259;
    background: #ffffff;
    box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
    text-shadow: none;
    top: 0;
    cursor: pointer;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    border-radius: 50px;
}

.slide-nav-1 button.owl-next:hover,
.slide-nav-1 button.owl-prev:hover,
.slide-nav-20 button.owl-next:hover,
.slide-nav-20 button.owl-prev:hover,
.slide-nav-2 button.owl-next:hover,
.slide-nav-2 button.owl-prev:hover {
    color: #ffffff;
    background: #1e273e;
}

.doctor-shape-img {
    position: relative;
}

.doctor-shape-img .doctor-shape-left {
    position: absolute;
    top: 0;
    left: -35px;
}

.doctor-shape-img .doctor-shape-right {
    position: absolute;
    top: 230px;
    right: 0;
}

@media (max-width: 991.98px) {
    .doctor-shape-img {
        display: none;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.doctor-profile-widget {
    background: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.doctor-profile-widget .doc-content .available-info li {
    list-style-type: none;
    padding: 0px;
}

.doc-pro-img {
    position: relative;
}

.doctor-profile-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.doctor-profile-img img {
    position: relative;
    border-radius: 8px 8px 0px 0px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    width: 100%;
}

.doctor-profile-img:hover img {
    -webkit-transition: scale(1.15);
    -ms-transition: scale(1.15);
    transition: scale(1.15);
}

.doctor-profile-img:hover::before {
    -webkit-animation: circle 1s;
    animation: circle 1s;
}

.doctor-profile-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.doctor-amount {
    position: absolute;
    top: 20px;
    right: 20px;
}

.doctor-amount span {
    font-weight: 500;
    font-size: 15px;
    color: #2C2C2C;
    padding: 6px 12px;
    background: #ffffff;
    border-radius: 8px;
}

.offer span {
    font-weight: 500;
    font-size: 15px;
    color: #2C2C2C;
    padding: 6px 12px;
    background: #ffffff;
    border-radius: 8px;
}

.doc-content {
    padding: 5px 9px;
}

@media (max-width: 767.98px) {
    .doc-content {
        padding: 15px;
    }
}

.doc-pro-info {
    padding-bottom: 15px;
}

.doc-pro-info .doc-pro-name a {
    font-weight: 600;
    font-size: 20px;
}

.doc-pro-info .doc-pro-name a:hover {
    color: #1e273e;
}

@media (max-width: 1399.98px) {
    .doc-pro-info .doc-pro-name a {
        font-size: 18px;
    }
}

.doc-pro-info .doc-pro-name p {
    color: #9CA3AF;
    font-size: 12px;
    margin-bottom: 0;
}

.reviews-ratings p {
    color: #9CA3AF;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 0;
}

.reviews-ratings span {
    margin: 0 4px 0 0;
    padding: 2px 3px;
    min-width: 46px;
    color: #ffffff;
    font-size: 12px;
    background: #FFBC11;
    border-radius: 6px;
}

.reviews-ratings span i {
    margin-right: 6px;
}

.location p {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60ch;
    margin-right: 8px;

}

.location p {
    margin-bottom: 5px;
    margin-top: 16px;
}

.location:hover .tooltiptext {
    visibility: visible;
}

.location .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #1e273e transparent transparent transparent;
}

.tooltiptext {
    visibility: hidden;
    width: 85%;
    background-color: #1e273e;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    top: 0;
    transform: translateY(-100%);
    font-size: 15px;
    position: absolute;
    z-index: 1;
}


.work-section {
    /*background: #F2F6F6;*/
    background-color: #ffffff !important;
    margin: 0;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/*.work-section::after {*/
/*    content: "";*/
/*    background: url(../img/bg/doctor-shape-img1.png);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: left;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 213px;*/
/*    height: 335px;*/
/*    opacity: 0.5;*/
/*    z-index: -1;*/
/*}*/

@media (max-width: 991.98px) {
    .work-section::after {
        display: none;
    }
}

/*
.work-section::before {
    content: "";
    background: url(../img/bg/doctor-shape-img2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    width: 213px;
    height: 335px;
    z-index: -1;
}*/

@media (max-width: 991.98px) {
    .work-section::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .work-section {
        margin: 0;
        padding: 40px 0 20px;
    }
}

.work-img-info {
    position: relative;
}

@media (max-width: 991.98px) {
    .work-img-info {
        display: none;
    }
}

.work-img-info .work-img {
    position: absolute;
    bottom: 0;
}

.work-details {
    padding-left: 60px;
}

@media (max-width: 1199.98px) {
    .work-details {
        padding-left: 20px;
    }
}

.work-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 35px;
}

@media (max-width: 991.98px) {
    .work-info {
        margin-bottom: 20px;
    }
}

.work-info .work-icon {
    margin-right: 20px;
}

.work-info .work-icon span {
    min-width: 70px;
    height: 70px;
    background: #E0E7FF;
    border-radius: 10px;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
}

.work-info .work-icon span img {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.work-info:hover .work-icon span {
    background: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.work-info:hover .work-icon span img {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.work-info .work-content h5 {
    font-weight: 600;
    font-size: 18px;
    color: #1F2937;
    margin-bottom: 14px;
}

@media (max-width: 767.98px) {
    .work-info .work-content h5 {
        margin-bottom: 10px;
    }
}

.work-info .work-content p {
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .work-info .work-content p {
        font-size: 14px;
    }
}


@media (max-width: 991.98px) {
    .work-section {
        margin: 0;
        padding: 40px 0 20px;
    }
}

.work-img-info {
    position: relative;
}

@media (max-width: 991.98px) {
    .work-img-info {
        display: none;
    }
}

.work-img-info .work-img {
    position: absolute;
    bottom: 0;
}

.work-details {
    padding-left: 60px;
}

@media (max-width: 1199.98px) {
    .work-details {
        padding-left: 20px;
    }
}

.work-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 35px;
}

@media (max-width: 991.98px) {
    .work-info {
        margin-bottom: 20px;
    }
}

.work-info .work-icon {
    margin-right: 20px;
}

.work-info .work-icon span {
    min-width: 70px;
    height: 70px;
    background: #E0E7FF;
    border-radius: 10px;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
}

.work-info .work-icon span img {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.work-info:hover .work-icon span {
    background: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.work-info:hover .work-icon span img {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.work-info .work-content h5 {
    font-weight: 600;
    font-size: 18px;
    color: #1F2937;
    margin-bottom: 14px;
}

@media (max-width: 767.98px) {
    .work-info .work-content h5 {
        margin-bottom: 10px;
    }
}

.work-info .work-content p {
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .work-info .work-content p {
        font-size: 14px;
    }
}

.articles-section {
    background: #F2F6F6;
    margin: 0;
    padding: 80px 0 55px;
}

@media (max-width: 991.98px) {
    .articles-section {
        margin: 0;
        padding: 40px 0 15px;
    }
}

.articles-grid {
    border: 2px solid #EDEDED;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
}

.articles-info .articles-left {
    margin-right: 20px;
}

.articles-info .articles-left .articles-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 205px;
    height: 180px;
}

.articles-info .articles-left .articles-img img {
    position: relative;
    border-radius: 8px;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    width: 100%;
}

.articles-info .articles-left .articles-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

.articles-info .articles-left .articles-img:hover::before {
    -webkit-animation: circle 1s;
    animation: circle 1s;
}

.articles-info .articles-left .articles-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
}

@media (max-width: 1199.98px) {
    .articles-info .articles-left .articles-img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1199.98px) {
    .articles-info .articles-left {
        margin: 0 0 20px 0;
        padding: 0;
    }
}

@media (max-width: 1199.98px) {
    .articles-info {
        display: block;
        text-align: center;
    }
}

.articles-content .articles-list {
    margin-bottom: 10px;
}

.articles-content .articles-list li {
    margin-right: 15px;
}

.articles-content .articles-list li:last-child {
    margin-right: 0;
}

.articles-content .articles-list li i {
    font-size: 18px;
    margin-right: 8px;
}

@media (max-width: 1199.98px) {
    .articles-content .articles-list {
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }
}

.articles-content h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    max-width: 320px;
}

@media (max-width: 991.98px) {
    .articles-content h4 {
        max-width: inherit;
    }
}

.articles-content h4 a:hover {
    color: #1e273e;
}

.articles-content p {
    margin-bottom: 16px;
}

.articles-content .btn {
    font-weight: 500;
    font-size: 15px;
    color: #1e273e;
    background: #ffffff;
    border: 2px solid #1e273e;
    box-shadow: inset 0 0 0 0 #1e273e;
    border-radius: 6px;
    min-width: 112px;
    padding: 7px 12px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.articles-content .btn:hover {
    color: #ffffff;
    border-color: #1e273e;
    background: #1e273e;
    box-shadow: inset 0 0 0 50px #1e273e;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767.98px) {
    .articles-content .btn {
        font-size: 14px;
    }
}

.app-section {
    background-color: #ffffff;
    margin: 0;
    padding: 20px 0 80px;
}

@media (max-width: 1199.98px) {
    .app-section {
        margin: 0;
        padding: 0 0 80px;
    }
}

@media (max-width: 991.98px) {
    .app-section {
        margin: 0;
        padding: 20px 0 40px;
    }
}

@media (max-width: 767.98px) {
    .app-section {
        margin: 0;
        padding: 0px 0 40px;
    }
}

.app-bg {
    background: #1e273e;
    background-image: url(../img/app-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    border-radius: 25px;
    padding: 40px 0 0 50px;
}

@media (max-width: 1199.98px) {
    .app-bg {
        margin: 0;
        padding: 30px;
    }
}

@media (max-width: 991.98px) {
    .app-bg {
        margin: 0;
        padding: 40px 0;
        background-image: inherit;
    }
}

@media (max-width: 767.98px) {
    .app-bg {
        margin: 0;
        padding: 30px 0;
    }
}

@media (max-width: 991.98px) {
    .app-content {
        text-align: center;
    }
}

.app-header {
    padding-bottom: 40px;
}

.app-header h5 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .app-header h5 {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .app-header h5 {
        font-size: 18px;
    }
}

.app-header h2 {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    max-width: 565px;
}

.app-header h2 span {
    color: #9e1cac !important
}

@media (max-width: 991.98px) {
    .app-header h2 {
        font-size: 34px;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .app-header h2 {
        font-size: 26px;
    }
}

@media (max-width: 991.98px) {
    .app-header {
        padding-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .app-header {
        padding-bottom: 20px;
    }
}

.app-scan {
    padding-bottom: 40px;
}

.app-scan p {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .app-scan {
        padding-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .app-scan {
        padding-bottom: 20px;
    }
}

.google-imgs a {
    margin-right: 24px;
}

.google-imgs a:last-child {
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .google-imgs a img {
        width: 120px;
    }
}

@media (max-width: 767.98px) {
    .google-imgs a {
        margin-right: 14px;
    }
}

.mobile-img {
    position: relative;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .mobile-img {
        display: none;
    }
}

@media (max-width: 1440.98px) {
    .mobile-img img {
        max-width: 450px;
    }
}

@media (max-width: 1199.98px) {
    .mobile-img img {
        max-width: 370px;
    }
}

.faq-section {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 0 140px;
}

@media (max-width: 1199.98px) {
    .faq-section {
        margin: 0;
        padding: 0 0 80px;
    }
}

@media (max-width: 991.98px) {
    .faq-section {
        margin: 0;
        padding: 0 0 40px;
    }
}

.faq-img {
    position: relative;
}

@media (max-width: 991.98px) {
    .faq-img {
        text-align: center;
        margin-bottom: 80px;
    }
}

@media (max-width: 767.98px) {
    .faq-img {
        margin-bottom: 70px;
    }
}

.faq-patients-count {
    background: #ffffff;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.03), 0px 64.81px 46.85px rgba(0, 0, 0, 0.0228), 0px 38.52px 25.48px rgba(0, 0, 0, 0.0182), 0px 20px 13px rgba(0, 0, 0, 0.015), 0px 8.15px 6.52px rgba(0, 0, 0, 0.0118), 0px 1.85px 3.15px rgba(0, 0, 0, 0.0072);
    border-radius: 10px;
    padding: 15px;
    min-width: 222px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991.98px) {
    .faq-patients-count {
        justify-content: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        box-shadow: none;
        border: 1px solid #F3F3F3;
    }
}

.faq-smile-img {
    margin-right: 15px;
}

.faq-patients-content h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 3px;
}

@media (max-width: 767.98px) {
    .faq-patients-content h4 {
        font-size: 20px;
    }
}

.faq-patients-content p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .faq-patients-content p {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .faq-patients-content {
        text-align: left;
    }
}

.faq-info .accordion-item {
    background: #F8F8F8;
    border: 0;
    border-radius: 0;
    margin: 0 0 24px;
    padding: 15px;
}

.faq-info .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-info .accordion-item .accordion-body {
    margin-top: 15px;
    padding: 15px 0 0;
    border-top: 1px solid #E2E8F0;
}

@media (max-width: 767.98px) {
    .faq-info .accordion-item {
        margin-bottom: 20px;
    }
}

.faq-info .accordion-header {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}

.faq-info .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: #1F2937;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    cursor: pointer;
}

.faq-info .accordion-button:hover {
    border: 0;
}

.faq-info .accordion-button:after {
    content: "";
    font-family: "feather";
    font-size: 20px;
    background: none;
    color: #1e273e;
    background: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 5px;
}

@media (max-width: 767.98px) {
    .faq-info .accordion-button:after {
        position: absolute;
        right: 0;
    }
}

.faq-info .accordion-button:not(.collapsed)::after {
    content: "";
    color: #ffffff;
    background: #1e273e;
}

@media (max-width: 767.98px) {
    .faq-info .accordion-button {
        font-size: 14px;
        padding-right: 30px;
        line-height: 24px;
    }
}

.faq-info .accordion-content p {
    color: #6B7280;
    margin-bottom: 0;
}

.partners-section {
    background-color: #ffffff;
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .partners-section {
        padding: 40px 0;
    }
}

.partners-section .owl-nav {
    display: none;
}

.partners-slider {
    list-style: none;
}

.partners-slider li a {
    background: #ffffff;
    border: 2px solid #F5F5F5;
    padding: 14px 20px;
    text-align: center;
    height: 79px;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .partners-slider.owl-carousel .owl-item img {
        width: auto;
        margin: 0 auto;
        height: auto;
    }
}

.footer-1.footer {
    background-color: #F2F6F6;
}

.footer-1.footer .footer-top .footer-title {
    color: #1F2937;
}

.footer-1.footer .footer-top .footer-widget.footer-menu ul li a {
    color: #6B7280;
    position: relative;
    overflow: hidden;
    background: url(../img/footer-arrow.png) no-repeat -20px 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer-1.footer .footer-top .footer-widget .footer-about-content p {
    color: #6B7280;
}

.footer-1.footer .footer-top .footer-widget .footer-contact-info {
    color: #6B7280;
}

.footer-1.footer .subscribe-form {
    position: relative;
}

.footer-1.footer .subscribe-form .form-control {
    font-weight: 500;
    font-size: 14px;
    min-height: 46px;
    color: #6B7280;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 6px 0px 0px 6px;
    margin: 0;
    padding: 6px 112px 6px 15px;
}

.footer-1.footer .subscribe-form .btn {
    font-weight: normal;
    margin: 0;
    padding: 11px 16px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0 6px 6px 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.blog {
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    position: relative;
    border-radius: 4px;
    margin: 0 0 30px;
    padding: 1.5rem;
}

@media (max-width: 575.98px) {
    .blog {
        padding: 1.25rem;
    }
}

.blog .blog-image {
    margin: 0 0 30px;
    overflow: hidden;
}

.blog .blog-image img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.blog .blog-image a:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

.blog .blog-title {
    font-size: 22px;
    margin: 0 0 10px;
}

@media (max-width: 767.98px) {
    .blog .blog-title {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .blog .blog-title {
        font-size: 18px;
    }
}

.blog .blog-title a {
    color: #272b41;
}

.blog .blog-title a:hover {
    color: #1e273e;
}

.blog .blog-content {
    position: relative;
}

.blog .blog-content p {
    color: #666;
    font-size: 14px;
    margin: 0 0 30px;
}

.blog .blog-content .entry-meta {
    color: #757575;
    font-size: 14px;
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.blog .blog-content .entry-meta li {
    display: inline-block;
    margin-right: 15px;
}

.blog .blog-content .entry-meta li:last-child {
    margin-right: 0;
}

.blog.grid-blog {
    padding: 20px;
}

.blog.grid-blog .blog-title {
    font-size: 18px;
    min-height: 43px;
    margin: 0 0 5px;
}

@media (max-width: 767.98px) {
    .blog.grid-blog .blog-title {
        min-height: inherit;
    }
}

.blog.grid-blog .blog-content p {
    margin: 0 0 15px;
}

.blog.grid-blog .blog-info {
    margin: 0 0 15px;
}

.blog.grid-blog .blog-image {
    margin: 0 0 20px;
}

.blog.grid-blog .entry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
}

.blog.grid-blog .entry-meta li {
    margin: 0 20px 5px;
}

.blog.grid-blog .entry-meta li:last-child {
    flex: 0 0 200px;
    max-width: 200px;
}

.blog.grid-blog .post-author {
    width: 189px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog.grid-blog .post-author a:hover {
    color: #1e273e;
}

.blog-image, .blog-image > a, .blog-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.read-more {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    color: #1e273e;
    text-decoration: underline;
    font-weight: 700;
}

.read-more:hover {
    color: #1e273e;

}

@media (max-width: 575.98px) {
    .read-more {
        font-size: 14px;
    }
}

.blog-info {
    color: #757575;
    font-size: 14px;
    margin: 0 0 15px;
}

.blog-info a {
    color: #757575;
}

.blog-info a:hover {
    color: #757575;
}

.blog-info i {
    color: #1e273e;
    font-size: 14px;
    margin-right: 5px;
}

@media (max-width: 575.98px) {
    .blog-info i {
        font-size: 14px;
    }
}

.blog-pagination .pagination {
    margin: 0 0 30px;
}

.blog-pagination .pagination li a {
    font-weight: 600;
    color: #2E3842;
    border-radius: inherit !important;
    border-color: #f0f0f0;
    margin: 0 10px 0 0;
    padding: 12px 20px;
}

.blog-pagination .pagination li.disabled a {
    border-color: #f0f0f0;
}

.blog-pagination .pagination li.active a {
    background: #1e273e;
    border-color: transparent;
    color: #ffffff;
}

.post-left ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.post-left ul li {
    margin-bottom: 5px;
    margin-right: 20px;
}

@media (max-width: 575.98px) {
    .post-left ul li {
        margin-right: 10px;
    }
}

.post-left ul li:last-child {
    margin-right: 0;
}

@media (max-width: 575.98px) {
    .post-left ul li:last-child {
        margin-right: 10px;
    }
}

.post-author a {
    display: flex;
    align-items: center;
}

.video {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.video iframe, .video object, .video embed {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

.latest-posts {
    margin: 0;
    padding: 0;
}

.latest-posts li {
    display: table;
    width: 100%;
    margin: 0 0 20px;
}

.latest-posts li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.post-thumb {
    width: 80px;
    float: left;
    overflow: hidden;
    border-radius: 4px;
}

.post-thumb a img {
    border-radius: 4px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.post-thumb a:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

.post-info {
    margin-left: 95px;
}

.post-info h3 {
    font-size: 18px;
    margin: 0 0 5px;
}

.post-info h3 a {
    color: #272b41;
}

.post-info h3 a:hover {
    color: #1e273e;
}

.post-info p {
    color: #757575;
    font-size: 12px;
    margin: 0;
}

.post-info p i {
    color: #1e273e;
    font-size: 14px;
    margin-right: 4px;
}

.category-widget .categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-widget .categories li {
    margin: 0 0 20px;
}

.category-widget .categories li:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.category-widget .categories li a {
    color: #2E3842;
    font-size: 15px;
    font-weight: 500;
}

.category-widget .categories li a span {
    float: right;
    color: #757575;
}

.category-widget .categories li a:hover {
    color: #1e273e;
}

.category-widget .categories > li > a > i {
    color: #1e273e;
    font-size: 18px;
    margin-right: 10px;
}

.tags-widget .card-body {
    padding-bottom: 1rem;
}

.tags {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    background-color: #ffffff;
    color: #272b41;
    position: relative;
    font-size: 14px;
    border: 1px solid #cccccc;
    display: inline-block;
    border-radius: 4px;
    margin: 0 0.5rem 0.5rem 0;
    padding: 5px 10px;
}

.tag:hover {
    background-color: #1e273e;
    border-color: #1e273e;
    color: #ffffff;
}

.comment-by {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
}

.comments-list .comment-block p {
    font-size: 14px;
    margin: 0 0 5px;
}

/*-----------------
	Blog Details
-----------------------*/
.blog-view .blog-title {
    font-size: 24px;
}

@media (max-width: 767.98px) {
    .blog-view .blog-title {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .blog-view .blog-title {
        font-size: 20px;
    }
}

.blog-view .blog-info {
    border: 0;
    margin: 0 0 20px;
    padding: 0;
}

.blog-content p:last-child {
    margin: 0;
}

.social-share {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-share > li {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.social-share > li:first-child {
    margin-left: 0;
}

.social-share > li a:hover {
    background-color: #1e273e;
    color: #ffffff;
    border-color: #1e273e;
}

.social-share > li > a {
    border: 1px solid #dfdfdf;
    color: #666;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.blog-reply > a {
    color: #999;
    font-size: 12px;
    font-weight: 500;
}

.blog-date {
    color: #999;
    font-size: 12px;
}

.blog-comments .comments-list {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.blog-comments .comments-list li {
    clear: both;
    padding-left: 80px;
}

@media (max-width: 575.98px) {
    .blog-comments .comments-list li {
        padding: 10px 0 0 50px;
    }
}

.blog-comments .comments-list li .comment {
    margin: 0 0 20px;
}

.blog-comments .comments-list li .comment-author {
    position: absolute;
    left: 0;
}

.blog-comments .comments-list li img.avatar {
    height: 58px;
    width: 58px;
    border-radius: 58px;
}

@media (max-width: 575.98px) {
    .blog-comments .comments-list li img.avatar {
        height: 40px;
        width: 40px;
        border-radius: 40px;
    }
}

.blog-comments .comment-btn {
    color: #1e273e;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}

.blog-author-name {
    color: #272b41;
    font-size: 16px;
    font-weight: 600;
}

.new-comment label {
    font-weight: 500;
}

.comment-submit .btn {
    background-color: #1e273e;
    border-color: #1e273e;
    font-size: 18px;
    padding: 8px 26px;
    color: #ffffff;
    border-radius: 0;
}

.about-author-img {
    background-color: #ffffff;
    height: 100px;
    overflow: hidden;
    position: absolute;
    width: 100px;
}

@media (max-width: 575.98px) {
    .about-author-img {
        height: 60px;
        width: 60px;
    }
}

.author-details {
    margin: 0 0 0 10px;
}

@media (max-width: 575.98px) {
    .author-details {
        margin-left: 80px;
    }
}

.author-details .blog-author-name {
    display: inline-block;
    margin: 0 0 10px;
}

.about-author {
    min-height: 100px;
}

.post-author img {
    width: 28px;
    margin-right: 5px;
    border-radius: 100%;
}

.blogs-section {
    padding: 0px 0;
    background-color: #ffffff;
}

@media (max-width: 767.98px) {
    .blogs-section {
        padding: 30px 0;
    }
}

.blogs-section .blog-wrapper {
    background: #ffffff;
    border: 1px solid #E8EEFF;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 30px;
}

.blogs-section .blog-wrapper .wrap-image img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.blogs-section .blog-wrapper .wrap-content {
    padding: 10px;
}

.blogs-section .blog-wrapper .wrap-content .sp-title {
    font-size: 13px;
    color: #2264C5;
    font-weight: 600;
    margin-right: 5px;
}

.blogs-section .blog-wrapper .wrap-content .post-author a {
    display: flex;
    align-items: center;
}

.blogs-section .blog-wrapper .wrap-content .post-author a img {
    width: 20px;
    flex: 0 0 20px;
    margin: 0 5px;
}

.blogs-section .blog-wrapper .wrap-content .post-author a span {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}

.blogs-section .blog-wrapper .wrap-content .date-cart {
    background-color: #1860CA;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    width: 65px;
    height: 60px;
    flex-direction: column;
    position: absolute;
    right: 25px;
    margin: -40px 0 0;
    padding: 10px 8px;
    border-radius: 10px;
}

.blogs-section .blog-wrapper .wrap-content .date-cart span {
    font-size: 8px;

}

@media (max-width: 991.98px) {
    .blogs-section .blog-wrapper .wrap-content .date-cart {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .blogs-section .blog-wrapper .wrap-content .date-cart {
        font-size: 14px;
        width: 60px;
        height: 55px;
        padding: 5px;
    }
}

.blogs-section .blog-wrapper .wrap-content .date-cart span {
    font-size: 11px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .blogs-section .blog-wrapper .wrap-content .date-cart span {
        font-size: 10px;
    }
}

.blogs-section .blog-wrapper .wrap-content-body {
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .blogs-section .blog-wrapper .wrap-content-body h3 {
        font-size: 17px;
    }
}

.blogs-section .blog-wrapper .wrap-content-body h3 a {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 15px;
}

@media (max-width: 767.98px) {
    .blogs-section .blog-wrapper .wrap-content-body h3 a {
        font-size: 17px;
    }
}

.blogs-section .blog-wrapper .wrap-content-body p {
    font-size: 12px;
    color: #000000;
    height: 60px;
    line-height: 20px; /* Height / no. of lines to display */
    overflow: hidden;
}

.blogs-section .blog-wrapper .wrap-content-body a.read-txt {
    width: 150px;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 30px;
    display: block;
    text-align: center;
    color: #1e273e;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #1e273e;
}

.blogs-section .blog-wrapper .wrap-content-body a.read-txt:hover {
    background-color: #1e273e;
    color: #FFFFFF;
}

.blogs-section .view-btn {
    background-color: #1e273e;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #1e273e;
    padding: 6px 20px;
}

@media (max-width: 767.98px) {
    .blogs-section .view-btn {
        font-size: 14px;
    }
}

.blogs-section .view-btn:hover {
    background-color: #1e273e;
    border: 1px solid #1e273e;
}

.our-blog-section {
    padding: 60px 0;
    background: #ffffff;
}

@media (max-width: 991.98px) {
    .our-blog-section {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .our-blog-section {
        padding: 30px 0;
    }
}

.our-blog-section .our-blogs {
    display: block;
    transition: 0.6s;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.our-blog-section .our-blogs .blogs-img {
    position: relative;
}

.our-blog-section .our-blogs .blogs-img .blogs-overlay {
    align-items: center;
    background: #ffffff;
    border-radius: 30px 0px 0px 30px;
    padding: 5px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.our-blog-section .our-blogs .blogs-img .blogs-overlay img {
    height: 35px;
    width: 35px !important;
    border-radius: 50%;
    margin-right: 10px;
}

.our-blog-section .our-blogs .blogs-img .blogs-overlay .blogs-writter {
    display: none;
}

.our-blog-section .our-blogs .blogs-info {
    background: #ffffff;
    border: 1px solid #E8EEFF;
    padding: 15px;
}

.our-blog-section .our-blogs .blogs-info span {
    color: #1e273e;
}

.our-blog-section .our-blogs .blogs-info h4 {
    color: #000000;
    line-height: 28px;
}

.our-blog-section .our-blogs .blogs-info p {
    color: #000000;
    font-size: 13px;
}

.our-blog-section .our-blogs .blogs-nav {
    border: 1px solid #E8EEFF;
    padding: 10px;
    border-top: 0;
}

.our-blog-section .our-blogs .blogs-nav .blogs-btn {
    background: #1C5B90;
    border-radius: 30px;
    color: #ffffff;
    padding: 8px 10px;
    display: block;
    width: 110px;
    text-align: center;
    font-size: 12px;
}

.our-blog-section .our-blogs .blogs-nav .blogs-btn:hover {
    background-color: #1e273e;
}

.our-blog-section .our-blogs:hover .blogs-img .blogs-overlay .blogs-writter {
    display: block;
}

.blogs-time {
    color: #17418E !important;
}

.booking-doc-info .booking-doc-img {
    width: 80px;
    margin-right: 15px;
}

@media (max-width: 767.98px) {
    .booking-doc-info .booking-doc-img {
        width: 75px;
    }
}

@media (max-width: 575.98px) {
    .booking-doc-info .booking-doc-img {
        width: 70px;
    }
}

.booking-doc-info .booking-doc-img img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    .booking-doc-info .booking-doc-img img {
        height: 75px;
        width: 75px;
    }
}

@media (max-width: 575.98px) {
    .booking-doc-info .booking-doc-img img {
        height: 70px;
        width: 70px;
    }
}

.schedule-widget {
    min-height: 100px;
    border-radius: 4px;
}

.schedule-widget .schedule-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 20px;
    border-radius: 4px 4px 0 0;
}

.schedule-widget .schedule-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0 0;
}

.day-slot ul {
    float: left;
    list-style: none;
    position: relative;
    width: 100%;
    margin: auto -5px 0 -5px;
    padding: 0;
}

.day-slot ul li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 14.28%;
}

.day-slot ul li span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .day-slot ul li span {
        font-size: 16px;
        text-transform: unset;
    }
}

.day-slot ul li span.slot-date {
    display: block;
    color: #757575;
    font-size: 14px;
}

.day-slot ul li small.slot-year {
    color: #757575;
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .day-slot ul li small.slot-year {
        display: none;
    }
}

.day-slot ul li.left-arrow {
    text-align: center;
    width: 20px !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .day-slot ul li.left-arrow {
        left: -10px;
    }
}

.day-slot ul li.right-arrow {
    text-align: center;
    width: 20px !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -11px;
    padding: 0;
}

.schedule-cont {
    padding: 20px;
}

.time-slot ul {
    list-style: none;
    margin: auto -5px 0 -5px;
    padding: 0;
}

.time-slot ul li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%;
}

.time-slot ul li .timing {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #757575;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 5px;
    text-align: center;
    position: relative;
}

.time-slot ul li .timing:hover {
    background-color: #ffffff;
}

.time-slot ul li .timing:last-child {
    margin-bottom: 0;
}

.time-slot ul li .timing.selected {
    background-color: #42c0fb;
    border: 1px solid #42c0fb;
    color: #ffffff;
}

.time-slot ul li .timing.selected::before {
    color: #ffffff;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: 6px;
    right: 6px;
}

@media (max-width: 991.98px) {
    .time-slot ul li .timing.selected::before {
        display: none;
    }
}

.schedule-list {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.schedule-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.submit-section.proceed-btn {
    margin: 0 0 30px;
}

@media (max-width: 767.98px) {
    .submit-section.proceed-btn {
        margin-bottom: 20px;
    }
}

.tab-content.schedule-cont .card-title {
    margin-bottom: 10px;
}

.doc-slot-list {
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    color: #ffffff;
    font-size: 14px;
    margin: 10px 10px 0 0;
    padding: 6px 15px;
    border-radius: 4px;
}

.doc-slot-list a {
    color: #e48784;
    display: inline-block;
    margin-left: 5px;
}

.doc-slot-list a:hover {
    color: #ffffff;
}

.schedule-nav .nav-tabs {
    border: 0 !important;
}

.schedule-nav .nav-tabs li {
    display: inline-block;
    margin: 5px 15px 5px 0;
}

@media (max-width: 479.98px) {
    .schedule-nav .nav-tabs li {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
    }
}

.schedule-nav .nav-tabs li:last-child {
    margin-right: 0;
}

.schedule-nav .nav-tabs li a.active {
    background: #ff4877;
    border: 1px solid #ff4877 !important;
    color: #ffffff;
}

.schedule-nav .nav-tabs > li > a {
    border: 1px solid #dcddea;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 6px 15px;
}

.hours-info .form-control {
    min-height: auto;
}

.hours-info .btn.btn-danger.trash {
    height: 38px;
    width: 100%;
}

.add-more a {
    color: #1e273e;
}

.edit-link {
    color: #1e273e;
    font-size: 16px;
    margin-top: 4px;
}

@media (max-width: 575.98px) {
    .edit-link {
        font-size: 14px;
        margin-top: 2px;
    }
}

.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
}

@media (max-width: 767.98px) {
    .submit-section .submit-btn {
        padding: 10px 20px;
        font-size: 15px;
        min-width: 105px;
    }
}

.success-card .card-body {
    padding: 50px 20px;
}

.success-cont {
    text-align: center;
}

.success-cont i {
    color: #ffffff;
    width: 60px;
    height: 60px;
    border: 2px solid #1e273e;
    font-size: 30px;
    margin-bottom: 30px;
    background-color: #1e273e;
    border-radius: 50%;
}

.success-cont h3 {
    font-size: 24px;
}

@media (max-width: 767.98px) {
    .success-cont h3 {
        font-size: 22px;
    }
}

.success-cont p {
    margin-bottom: 30px;
}

.success-cont strong {
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .booking-schedule.schedule-widget {
        overflow-x: auto;
    }
}

@media (max-width: 575.98px) {
    .booking-schedule.schedule-widget > div {
        width: 730px;
    }
}

@media (max-width: 575.98px) {
    .booking-schedule .day-slot ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 575.98px) {
    .booking-schedule .day-slot ul li {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
    }
}

@media (max-width: 575.98px) {
    .booking-schedule .day-slot ul li.right-arrow {
        right: -20px;
    }
}

@media (max-width: 575.98px) {
    .booking-schedule .time-slot ul {
        display: flex;
    }
}

@media (max-width: 575.98px) {
    .booking-schedule .time-slot ul li {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
    }
}

@media (max-width: 767.98px) {
    .booking-schedule .time-slot ul li .timing span {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .booking-schedule .time-slot ul li .timing span {
        display: inline-block;
    }
}

.visits .visit-btns {
    color: #272b41;
    background-color: #ffffff;
    width: 80%;
    margin-bottom: 10px;
    display: block;
    outline: unset;
    cursor: pointer;
}

.visits input:checked ~ .visit-rsn {
    background-color: #1e273e;
    color: #ffffff;
    border-radius: 4px;
}

.visits input:checked ~ .visit-rsn:before {
    opacity: 1;
}

.visits input:disabled ~ .visit-rsn {
    background-color: #e30303;
    color: #ffffff;
    border-radius: 5px;
}

.visits input.form-check-input {
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.visits .form-check-input {
    opacity: 0;
}

.visits span.visit-rsn {
    background: #F3F9FF;
    border: 0;
    border-radius: 5px;
    color: #64627C;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    font-weight: 600;
    min-width: 133px;
    width: 100%;
    padding: 13px 5px;
}

.visits span.visit-rsn:before {
    color: #1e273e;
    background-color: #ffffff;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 900;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.back-link {
    padding-bottom: 30px;
}

.back-link a {
    font-size: 15px;
    color: #959595;
}

.back-link a:hover {
    color: #1e273e;
}

.back-link a i {
    margin-right: 10px;
}

@media (max-width: 767.98px) {
    .back-link {
        padding-bottom: 25px;
    }
}

.booking-header {
    padding-bottom: 25px;
}

.booking-header .booking-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .booking-header {
        padding-bottom: 20px;
    }
}

.booking-date.choose-date-book {
    padding-bottom: 30px;
}

.booking-date.choose-date-book p {
    color: #8C8C8C;
    margin: 0 10px 0 0;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .booking-date.choose-date-book p {
        margin: 0 0 10px 0;
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .booking-date.choose-date-book {
        display: block;
        padding-bottom: 20px;
    }
}

.booking-date-slider {
    padding-bottom: 30px;
}

.booking-range .btn {
    background: #ffffff;
    border: 1px solid #E4E4E8;
    border-radius: 6px;
    font-size: 14px;
    font-weight: normal;
    color: #4A4A4A;
    margin: 0;
    padding: 10px 15px;
}

@media (max-width: 767.98px) {
    .booking-range .btn {
        font-size: 13px;
        margin: 0;
        padding: 10px;
        position: relative;
    }
}

.booking-range img {
    margin-right: 10px;
}

.booking-range i {
    font-size: 16px;
    margin-left: 10px;
    color: #5B5B5B;
}

.booking-device-img {
    margin-right: 15px;
}

.booking-device-img img {
    max-width: inherit;
}

.booking-doctor-info h3 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.booking-doctor-info .device-text {
    margin-bottom: 12px;
}

.booking-doctor-info .btn {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    padding: 4px 10px;
    min-width: 109px;
    color: #1e273e;
    background: #ffffff;
    border: 2px solid #1e273e;
    box-shadow: inset 0 0 0 0 #1e273e;
    border-radius: 6px;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.booking-doctor-info .btn:hover {
    color: #ffffff;
    background: #1e273e;
    box-shadow: inset 0 0 0 50px #1e273e;
    border: 2px solid #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.time-slot.time-slot-blk {
    text-align: center;
}

.time-slot.time-slot-blk h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

.time-slot.time-slot-blk ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.time-slot.time-slot-blk ul li {
    display: block;
    margin-bottom: 15px;
    float: inherit;
    width: 100%;
}

.time-slot.time-slot-blk li:last-child {
    margin-bottom: 0;
}

.time-slot.time-slot-blk li .timing {
    background: #F5F5F5;
    border: 2px solid #F3F3F3;
    border-radius: 8px;
    color: #595959;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    box-shadow: inset 0 0 0 0 #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.time-slot.time-slot-blk li .timing:hover {
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.time-slot.time-slot-blk li .timing.active {
    background: #1e273e;
    border: 2px solid #1e273e;
    color: #ffffff;
    box-shadow: inset 0 0 0 0 #1e273e;
}

.time-slot.time-slot-blk li .timing.active:hover {
    background: #1e273e;
    border: 2px solid #1e273e;
    color: #ffffff;
    box-shadow: inset 0 0 0 50px #1e273e;
}

.time-slot.time-slot-blk li .timing i {
    margin-right: 4px;
}

.time-slot.time-slot-blk li .load-more-timings a {
    font-weight: 500;
    text-decoration: underline;
    color: #1e273e;
}

.time-slot.time-slot-blk li .load-more-timings a:hover {
    color: #000000;
}

.time-slot.time-slot-blk .time-slot-open {
    display: none;
}

@media (max-width: 991.98px) {
    .time-slot.time-slot-blk {
        padding-bottom: 15px;
    }
}

.date-slider {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.date-slider .slick-slide {
    display: block;
    margin: 0;
    padding: 0 5px;
}

.date-slider li h4 {
    font-weight: 500;
    font-size: 16px;
    color: #B9B9B9;
    margin-bottom: 5px;
}

@media (max-width: 1199.98px) {
    .date-slider li h4 {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    .date-slider li h4 {
        font-size: 16px;
    }
}

.date-slider li p {
    color: #D4D4D4;
    margin-bottom: 0;
}

.date-slider li.active h4 {
    color: #000000;
}

.date-slider li.active p {
    color: #AAAAAA;
}

.date-slider .slick-prev:before {
    content: " ";
}

.date-slider .slick-next:before {
    content: " ";
}

.date-slider .slick-prev,
.date-slider .slick-next {
    background: transparent;
    color: #000000;
    line-height: normal;
    box-shadow: none;
    width: 30px;
    height: 30px;
}

.date-slider .slick-prev:hover,
.date-slider .slick-prev:focus,
.date-slider .slick-next:hover,
.date-slider .slick-next:focus {
    background-color: transparent;
    color: #1e273e;
    opacity: 1;
}

.date-slider .slick-prev:hover:before,
.date-slider .slick-prev:focus:before,
.date-slider .slick-next:hover:before,
.date-slider .slick-next:focus:before {
    color: #1e273e;
}

.date-slider .slick-prev:before,
.date-slider .slick-next:before {
    font-family: "feather";
    font-size: 26px;
}

.date-slider .slick-prev {
    left: -12px;
}

.date-slider .slick-next {
    right: -12px;
}

.content.content-space {
    padding: 80px 0px;
}

@media (max-width: 991.98px) {
    .content.content-space {
        padding: 50px 0px;
    }
}

.prime-btn {
    background-color: #1e273e;
    border: 1px solid #1e273e;
    box-shadow: inset 0 0 0 0 #ffffff;
}

.prime-btn:hover {
    color: #1e273e;
    background-color: #ffffff;
    border-color: #1e273e;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.prime-btn:hover i {
    color: #1e273e;
}

.attachment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    background: #FFFFFF;
    border: 1px solid #E4E4E8;
    border-radius: 8px;
    padding: 6px 15px;
}

.attachment-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.attachment-icon {
    font-size: 24px;
    color: #9D9D9D;
    margin-right: 12px;
}

.attachment-content p {
    color: #54595E;
    margin-bottom: 0;
}

.attachment-content span {
    font-size: 12px;
    color: #54595E;
}

.attachment-close a {
    font-size: 22px;
    color: #ABB5BE;
}

.attachment-close a:hover {
    color: #1e273e;
}

.paitent-appointment .form-group {
    margin-bottom: 25px;
}

.paitent-appointment .form-group .form-group-title {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.paitent-appointment .form-group .form-group-title i {
    font-size: 16px;
}

.paitent-appointment .form-group .form-group-title span {
    font-weight: 400;
    font-size: 12px;
    color: #A3A3A3;
}

.paitent-appointment .form-group .custom_radio {
    margin-bottom: 0;
    padding-left: 25px;
}

.paitent-appointment .form-control::placeholder {
    font-weight: 500;
    color: #9E9E9E;
}

.paitent-appointment textarea.form-control {
    resize: none;
    min-height: 100px;
}

.paitent-appointment .characters-text {
    font-size: 12px;
    color: #9E9E9E;
    text-align: right;
    margin-top: 8px;
    margin-bottom: 0;
}

.form-group-flex .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #292929;
    padding: 3px 5px;
    margin-bottom: 10px;
    min-width: 60px;
    background: #E0EFFF;
    border: 1px solid #E0EFFF;
    border-radius: 4px;
    box-shadow: inset 0 0 0 0 #1e273e;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.form-group-flex .btn:hover {
    color: #FFFFFF;
    border: 1px solid #1e273e;
    box-shadow: inset 0 0 0 50px #1e273e;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.form-group-flex .btn i {
    font-size: 16px;
    margin-right: 2px;
}

.widget-profile {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

.widget-profile .profile-info-widget {
    display: block !important;
    text-align: center !important;
}

.widget-profile .profile-info-widget .booking-doc-img {
    display: inline-block;
    width: auto;
    background-color: #f7f7f7;
    margin: 0 0 15px !important;
    padding: 8px;
    border-radius: 50%;
}

.widget-profile .profile-info-widget .booking-doc-img img {
    height: 120px !important;
    width: 120px !important;
    border-radius: 50% !important;
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img {
    padding: 0;
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 50%;
}

.appointment-list .profile-info-widget {
    margin-right: auto;
    text-align: left;
}

@media (max-width: 479.98px) {
    .appointment-list .profile-info-widget {
        text-align: center;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .appointment-list .profile-info-widget .booking-doc-img {
        margin: 0 0 15px;
    }
}

.appointment-list .profile-info-widget .booking-doc-img img {
    height: 120px;
    object-fit: cover;
    width: 120px;
    border-radius: 4px;
}

@media (max-width: 479.98px) {
    .appointment-list .profile-info-widget .booking-doc-img img {
        height: 100px;
        width: 100px;
        border-radius: 50%;
    }
}

@media (max-width: 479.98px) {
    .appointment-list .profile-det-info {
        margin-bottom: 15px;
    }
}

.appointments .appointment-list {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 4px;
}

.appointments .appointment-list:last-child {
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .appointments .appointment-list {
        display: block;
    }
}

@media (max-width: 479.98px) {
    .appointments .appointment-list {
        text-align: center;
    }
}

@media (max-width: 479.98px) {
    .appointments .appointment-list .profile-det-info {
        margin-bottom: 15px;
    }
}

@media (max-width: 991.98px) {
    .appointments .appointment-action {
        margin-top: 10px;
    }
}

@media (max-width: 479.98px) {
    .appointments .appointment-action {
        margin-top: 0;
    }
}

.appointments .appointment-action a {
    font-size: 13px;
}

.appointments .appointment-action a + a {
    margin-left: 5px;
}

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

.info-details li {
    margin-bottom: 10px;
}

.info-details li:last-child {
    margin-bottom: 0;
}

.info-details li .title {
    color: #272b41;
    font-weight: 500;
}

.info-details li .text {
    color: #757575;
    display: block;
    font-size: 16px;
    overflow: hidden;
}

.clinic-direction {
    color: #757575;
    font-size: 14px;
    margin-bottom: 25px;
}

.clinic-direction a {
    color: #1e273e;
    font-weight: 500;
}

.doctor-action {
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .doctor-action {
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }
}

.doctor-action a + a {
    margin-left: 8px;
}

.doctor-action .fav-btn:hover {
    background-color: #fb1612;
    border-color: #fb1612;
    color: #ffffff;
}

.msg-btn:hover, .msg-btn:focus {
    background-color: #1e273e;
    border-color: #1e273e;
    color: #ffffff;
}

call-btn:hover, call-btn:focus {
    background-color: #1e273e;
    border-color: #1e273e;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .user-tabs {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .user-tabs .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #ffffff;
        padding: 5px 0;
        border: 1px solid #dddddd;
        border-radius: 3px;
    }
}

.user-tabs .nav-tabs > li > a {
    border: 0;
    border-bottom: 3px solid transparent;
    color: #3e3e3e;
    font-weight: 700;
    padding: 20px;
}

.user-tabs .nav-tabs > li > a:hover {
    background-color: unset;
    color: #1e273e;
}

@media (max-width: 767.98px) {
    .user-tabs .nav-tabs > li > a {
        border-left: 2px solid transparent;
        border-bottom: 0;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 767.98px) {
    .user-tabs .nav-tabs.nav-justified {
        border-bottom: 1px solid #dddddd;
    }
}

@media (max-width: 767.98px) {
    .user-tabs .nav-tabs .nav-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 479.98px) {
    .user-tabs .nav-tabs .nav-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active, .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover, .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 3px;
    color: #1e273e;
}

@media (max-width: 767.98px) {
    .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active, .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover, .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
        border-left-width: 2px;
        color: #1e273e;
    }
}

.user-tabs .med-records {
    display: inline-block;
    min-width: 130px;
}

@media (max-width: 575.98px) {
    .user-tabs .med-records {
        min-width: 110px;
    }
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 15px;
}

.experience-box {
    position: relative;
}

.experience-list {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.experience-list::before {
    background: #dddddd;
    bottom: 0;
    content: "";
    width: 2px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.experience-list li {
    position: relative;
}

.experience-list li:last-child .experience-content {
    margin-bottom: 0;
}

.experience-list > li .experience-user {
    background: #ffffff;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    margin: 0;
    padding: 0;
}

.experience-list > li .experience-content {
    background-color: #ffffff;
    position: relative;
    margin: 0 0 20px 40px;
    padding: 0;
}

.experience-list > li .experience-content .timeline-content {
    color: #757575;
}

.experience-list > li .experience-content .timeline-content a.name {
    font-weight: 500;
}

.experience-list > li .time {
    color: #757575;
    display: block;
    font-size: 13px;
}

.experience-user .avatar {
    height: 32px;
    line-height: 32px;
    width: 32px;
    margin: 0;
}

.before-circle {
    background-color: rgba(32, 192, 243, 0.2);
    height: 12px;
    width: 12px;
    border: 2px solid #1e273e;
    border-radius: 50%;
}

.exp-year {
    color: #1e273e;
    margin-bottom: 2px;
}

.exp-title {
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .exp-title {
        font-size: 14px;
    }
}

.awards-widget .experience-list > li:last-child p {
    margin-bottom: 0;
}

.service-list {
    margin-bottom: 30px;
}

.service-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.service-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-list ul li {
    float: left;
    padding-left: 25px;
    position: relative;
    width: 33%;
    margin: 6px 0;
}

@media (max-width: 767.98px) {
    .service-list ul li {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .service-list ul li {
        width: 100%;
    }
}

.service-list ul li::before {
    color: #cccccc;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}

.location-list {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 10px;
    width: 49%;
    display: inline-block;
}

.location-list + .location-list {
    margin-top: 20px;
}

.location-list .consult-price {
    font-size: 20px;
    font-weight: 500;
    color: #272b41;
}

.clinic-content .clinic-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.clinic-content .clinic-direction a {
    display: inline-block;
    margin-top: 8px;
}

.timings-days {
    font-weight: 700;
    color: #272b41;
    margin-bottom: 5px;
}

.timings-times span {
    display: block;
}

.timings-times span:last-child {
    margin-bottom: 1rem;
}

.review-listing {
    border-bottom: 1px solid #f5f7fc;
    margin-top: 20px;
    padding-bottom: 30px;
}

.review-listing > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.review-listing > ul li + li {
    margin-top: 20px;
    border-top: 1px dashed #f0f0f0;
    padding-top: 20px;
}

.review-listing > ul li .comment {
    margin-bottom: 30px;
}

.review-listing > ul li .comment:last-child {
    margin-bottom: 0;
}

.review-listing > ul li .comment .comment-body {
    margin-left: 16px;
}

.review-listing > ul li .comment .comment-body .meta-data {
    position: relative;
    margin-bottom: 10px;
}

.review-listing > ul li .comment .comment-body .meta-data span {
    display: block;
    font-size: 16px;
    color: #757575;
}

.review-listing > ul li .comment .comment-body .meta-data span.comment-author {
    font-weight: 600;
    color: #272b41;
    text-transform: capitalize;
}

.review-listing > ul li .comment .comment-body .meta-data span.comment-date {
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .review-listing > ul li .comment .comment-body .meta-data span.comment-date {
        margin-bottom: 5px;
    }
}

.review-listing > ul li .comment .comment-body .meta-data .review-count {
    width: auto;
    position: absolute;
    top: 3px;
    right: 0;
}

@media (max-width: 767.98px) {
    .review-listing > ul li .comment .comment-body .meta-data .review-count {
        position: unset;
    }
}

.review-listing > ul li .comment .comment-body .comment-content {
    color: #757575;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.review-listing > ul li .comment .comment-body .comment-reply .comment-btn {
    color: #1e273e;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}

.review-listing > ul li .comments-reply {
    list-style: none;
    margin-left: 65px;
    padding: 0;
}

@media (max-width: 479.98px) {
    .review-listing > ul li .comments-reply {
        margin-left: 0;
    }
}

.review-listing .recommend-btn {
    float: right;
    color: #757575;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .review-listing .recommend-btn {
        float: none;
    }
}

.review-listing .recommend-btn a {
    border: 1px solid rgba(128, 137, 150, 0.4);
    display: inline-block;
    color: #757575;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    margin: 0 3px;
    padding: 4px 12px;
}

.review-listing .recommend-btn a.like-btn:hover {
    background-color: #28a745;
    border: 1px solid #28a745;
    color: #ffffff;
}

.review-listing .recommend-btn a.dislike-btn:hover {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: #ffffff;
}

.review-listing .recommend-btn a i {
    font-size: 16px;
}

@media (max-width: 479.98px) {
    .review-listing .recommend-btn span {
        display: block;
        margin-bottom: 10px;
    }
}

.recommended {
    color: #28a745;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.all-feedback {
    margin-top: 20px;
}

.star-rating {
    direction: rtl;
}

.star-rating input[type=radio] {
    display: none;
}

.star-rating input[type=radio]:checked ~ label {
    color: #f2b600;
}

.star-rating label {
    color: #bbb;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.star-rating label:hover, .star-rating label:hover ~ label {
    color: #f2b600;
}

.terms-accept a {
    color: #1e273e;
    font-weight: 500;
}

.business-widget {
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    margin-bottom: 0;
    padding: 20px;
}

.listing-day {
    color: #000000;
    margin-bottom: 10px;
}

.listing-day:last-child {
    margin-bottom: 0;
}

.listing-day.current {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.listing-day.current .day {
    font-weight: 700;
}

.listing-day .day {
    font-weight: 500;
}

.listing-day .day span {
    display: block;
    font-weight: normal;
}

.time-items {
    color: #757575;
}

.time-items > span {
    display: block;
    text-align: right;
}

.time-items > span.open-status {
    margin-bottom: 3px;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    display: none;
}

.upload-wrap .upload-images + .upload-images {
    margin-left: 20px;
}

.upload-images {
    position: relative;
    width: 80px;
}

.upload-images img {
    height: 80px;
    width: auto;
    border-radius: 4px;
}

.contact-card .card-body {
    padding-bottom: 0.625rem;
}

.custom_price_cont {
    margin-top: 20px;
}

.btn.btn-danger.trash {
    height: 46px;
    width: 46px;
}

@media (max-width: 767.98px) {
    .btn.btn-danger.trash {
        margin-bottom: 20px;
    }
}

.add-more a {
    color: #1e273e;
}

.bootstrap-tagsinput {
    border-color: #dcdcdc;
    box-shadow: inherit;
    min-height: 46px;
    width: 100%;
    border-radius: 0;
}

.bootstrap-tagsinput.focus {
    border-color: #bbb;
}

.bootstrap-tagsinput .tag {
    background-color: #1e273e;
    color: #6B7280;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-right: 2px;
    border-radius: 0;
    padding: 8px 15px;
}

.services-card .bootstrap-tagsinput input {
    width: 160px;
}

.submit-section .submit-btn {
    font-weight: 700;
    font-size: 16px;
    min-width: 120px;
    padding: 12px 30px;
}

.submit-section .submit-btn + .submit-btn {
    margin-left: 15px;
}

@media (max-width: 767.98px) {
    .submit-section .submit-btn {
        font-size: 15px;
        min-width: 105px;
        padding: 10px 20px;
    }
}

.profile-sidebar {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    .profile-sidebar {
        margin-bottom: 20px !important;
    }
}

.profile-sidebar .pro-widget-content {
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding: 20px;
    text-align: center;
}

.profile-sidebar .dashboard-menu ul {
    color: #757575;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.profile-sidebar .dashboard-menu ul li {
    line-height: inherit;
}

.profile-sidebar .dashboard-menu ul li a i {
    font-size: 16px;
    margin-right: 10px;
    width: 16px;
}

.profile-sidebar .dashboard-menu ul li a span, .profile-sidebar .dashboard-menu ul li a i {
    display: inline-block;
    vertical-align: middle;
}

.profile-sidebar .dashboard-menu ul li .unread-msg {
    background-color: #1e273e;
    color: #272b41;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 2px;
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0 5px;
}

.profile-sidebar .dashboard-menu > ul > li {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.profile-sidebar .dashboard-menu > ul > li:last-child {
    border-bottom: 0;
}

.profile-sidebar .dashboard-menu > ul > li a {
    color: #757575;
    display: block;
    padding: 16px 20px;
}

.profile-sidebar .dashboard-menu > ul > li:hover > a {
    color: #1e273e;
}

.profile-sidebar .dashboard-menu > ul > li.active > a {
    color: #1e273e;
}

@media (max-width: 1199.98px) {
    .dash-card .dash-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .dash-card .dash-widget {
        flex-direction: unset;
        text-align: left;
    }
}

.dash-card .dash-widget .circle-bar {
    margin-right: 15px;
}

@media (max-width: 1199.98px) {
    .dash-card .dash-widget .circle-bar {
        margin: 0 0 15px;
    }
}

@media (max-width: 991.98px) {
    .dash-card .dash-widget .circle-bar {
        margin: 0 15px 0 0;
    }
}

.dash-card .dash-widget .circle-bar > div {
    display: inline-block;
    position: relative;
    text-align: center;
}

.dash-card .dash-widget .circle-bar > div img {
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.dash-card .dash-widget .circle-bar > div canvas {
    width: 90px !important;
    height: 90px !important;
}

.dash-card .dash-widget.dct-border-rht {
    border-right: 1px solid #f0f0f0;
}

@media (max-width: 991.98px) {
    .dash-card .dash-widget.dct-border-rht {
        border-bottom: 1px solid #f0f0f0;
        border-right: 0;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
}

.dash-card .dash-widget h6 {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .dash-card .dash-widget h6 {
        font-size: 15px;
    }
}

.dash-card .dash-widget h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

@media (max-width: 767.98px) {
    .dash-card .dash-widget h3 {
        font-size: 20px;
    }
}

.dash-card .dash-widget p {
    color: #757575;
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .dash-card .dash-widget p {
        font-size: 13px;
    }
}

.dash-card .row {
    margin-left: -10px;
    margin-right: -10px;
}

.dash-card .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.appointment-tab {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .appointment-tab {
        margin-bottom: 20px;
    }
}

.appointment-tab .nav-tabs {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 0.25rem 0.25rem 0 0 !important;
    border-bottom: 0;
    padding: 1.5rem;
}

@media (max-width: 767.98px) {
    .appointment-tab .nav-tabs {
        padding: 1.5rem;
    }
}

.appointment-tab .tab-content {
    padding-top: 0;
}

.appointment-tab .card {
    border-radius: 0;
}

.profile-det-info {
    overflow: hidden;
}

.profile-det-info h3 {
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.profile-det-info .patient-details h5 {
    color: #757575;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-det-info .patient-details h5 i {
    width: 18px;
}

.profile-info-widget {
    text-align: left;
}

.profile-info-widget .booking-doc-img {
    margin-right: 15px;
}

.profile-info-widget .booking-doc-img img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 4px;
}

.change-avatar .profile-img {
    margin-right: 15px;
}

.change-avatar .profile-img img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 4px;
}

@media (max-width: 575.98px) {
    .change-avatar .profile-img img {
        height: 80px;
        width: 80px;
    }
}

.change-avatar .change-photo-btn {
    margin: 0 0 10px;
    width: 150px;
}

.change-avatar .change-photo-btn input.upload {
    bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.dropzone {
    background-color: #fbfbfb;
    border: 2px dashed rgba(0, 0, 0, 0.1);
}

.profile-image img {
    margin-bottom: 1.5rem;
}

.biller-info, .billing-info {
    margin-bottom: 15px;
}

.add-more-item {
    margin-bottom: 10px;
}

.add-more-item a {
    color: #1e273e;
    font-weight: 500;
}

.signature-wrap {
    float: right;
    margin-bottom: 20px;
    text-align: center;
    width: 220px;
}

.signature {
    border: 2px dashed #cccccc;
    color: #272b41;
    cursor: pointer;
    height: 85px;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 4px;
}

.signature:hover {
    background-color: #fcfcfc;
}

.signature .sign-name {
    width: 100%;
    float: right;
}

.pat-widget-profile .pro-widget-content {
    padding: 0 0 20px;
}

.pat-widget-profile .booking-date li {
    font-size: 14px;
}

.pat-widget-profile .booking-date li span {
    font-size: 14px;
}

.add-new-btn {
    background-color: #1e273e;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 10px 20px;
    border-radius: 30px;
}

.add-new-btn:focus, .add-new-btn:hover, .add-new-btn.active {
    background-color: #1e273e;
    color: #ffffff;
}

.patient-info {
    margin-top: 15px;
}

.patient-info ul {
    list-style: none;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
}

.patient-info ul li {
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
}

.patient-info ul li + li {
    margin-top: 15px;
}

.patient-info ul li i {
    width: 18px;
}

.patient-info ul li span {
    color: #757575;
    float: right;
    font-weight: 400;
}

.profile-sidebar {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
}

.pro-widget-content {
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    padding: 20px;
}

.profile-info-widget {
    text-align: left;
}

.profile-info-widget .booking-doc-img {
    margin-right: 15px;
}

.profile-info-widget .booking-doc-img img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 4px;
}

.profile-det-info {
    overflow: hidden;
}

.profile-det-info h3 {
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.patient-details h5 {
    color: #757575;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.patient-details h5 i {
    width: 18px;
}

.dashboard-menu ul {
    color: #757575;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.dashboard-menu ul li {
    line-height: inherit;
}

.dashboard-menu ul li a i {
    font-size: 16px;
    margin-right: 10px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}

.dashboard-menu ul li a span {
    display: inline-block;
    vertical-align: middle;
}

.dashboard-menu > ul > li {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.dashboard-menu > ul > li :last-child {
    border-bottom: 0;
}

.dashboard-menu > ul > li > a {
    color: #757575;
    display: block;
    padding: 16px 20px;
}

.dashboard-menu > ul > li:hover > a, .dashboard-menu > ul > li.active > a {
    color: #1e273e;
}

.unread-msg {
    background-color: #1e273e;
    color: #272b41;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0 5px;
    border-radius: 2px;
}

.patient-dashboard-top > div {
    width: 100%;
}

.patient-dashboard-top h6 {
    font-size: 18px;
    margin-bottom: 0;
}

.patient-dashboard-top h6 sub {
    font-size: 12px;
}

.patient-graph-col .graph-box {
    background: #7289DE;
    border-bottom: 8px solid #6A5DEE;
    width: 100%;
    margin: 15px 0;
    padding: 22px;
}

.patient-graph-col .graph-box.pink-graph {
    background-color: #ffa69e;
    border-bottom: 8px solid #ffa69e;
}

.patient-graph-col .graph-box.sky-blue-graph {
    background-color: #a9d4ff;
    border-bottom: 8px solid #8ec4ff;
}

.patient-graph-col .graph-box.orange-graph {
    background-color: #ffb88e;
    border-bottom: 8px solid #ffb88e;
}

.patient-graph-col .graph-box h4 {
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
}

.patient-graph-col .graph-box > div {
    width: 100%;
}

.patient-graph-col .graph-box .graph-img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.patient-graph-col .graph-box .graph-status-result h3 {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 0.9;
    width: 100%;
}

.patient-graph-col .graph-box .graph-status-result span.graph-update-date {
    color: #ffffff;
    font-weight: 500;
    opacity: 0.7;
    text-align: center;
    width: 100%;
}

.chat-page .footer {
    display: none;
}

.chat-window {
    position: relative;
}

.chat-window .chat-cont-left {
    border-right: 1px solid #f0f0f0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    z-index: 4;
    position: relative;
    left: 0;
}

@media (max-width: 1199.98px) {
    .chat-window .chat-cont-left {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 991.98px) {
    .chat-window .chat-cont-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
        width: 100%;
        border-right: 0;
    }
}

@media (max-width: 479.98px) {
    .chat-window .chat-cont-left a.media .media-body > div:first-child .user-name, .chat-window .chat-cont-left a.media .media-body > div:first-child .user-last-chat {
        max-width: 160px;
    }
}

.chat-window .chat-cont-left .chat-header {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    color: #272b41;
    height: 72px;
    padding: 0 15px;
}

.chat-window .chat-cont-left .chat-header span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.chat-window .chat-cont-left .chat-header .chat-compose {
    color: #8a8a8a;
}

.chat-window .chat-cont-left .chat-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
    width: 100%;
}

.chat-window .chat-cont-left .chat-search .input-group {
    width: 100%;
}

.chat-window .chat-cont-left .chat-search .input-group .form-control {
    background-color: #ffffff;
    padding-left: 36px;
    border-radius: 50px;
}

.chat-window .chat-cont-left .chat-search .input-group .form-control:focus {
    border-color: #cccccc;
    box-shadow: none;
}

.chat-window .chat-cont-left .chat-search .input-group .form-control::placeholder {
    font-size: 14px;
}

.chat-window .chat-cont-left .chat-search .input-group .input-group-prepend {
    color: #666;
    pointer-events: none;
    z-index: 4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
}

.chat-window .chat-cont-left .chat-users-list {
    background-color: #ffffff;
}

.chat-window .chat-cont-left .chat-users-list a.media {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.chat-window .chat-cont-left .chat-users-list a.media:last-child {
    border-bottom: 0;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    height: 45px;
    width: 45px;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap .status {
    height: 10px;
    width: 10px;
    border: 2px solid #ffffff;
    position: absolute;
    right: 4px;
    bottom: 7px;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #272b41;
    text-transform: capitalize;
}

@media (max-width: 1399.98px) {
    .chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
        max-width: 180px;
    }
}

@media (max-width: 1199.98px) {
    .chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
        max-width: 150px;
    }
}

@media (max-width: 767.98px) {
    .chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
        max-width: 250px;
    }
}

@media (max-width: 479.98px) {
    .chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
        max-width: 160px;
    }
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8a8a8a;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 1399.98px) {
    .chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
        max-width: 180px;
    }
}

@media (max-width: 1199.98px) {
    .chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
        max-width: 150px;
    }
}

@media (max-width: 767.98px) {
    .chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
        max-width: 250px;
    }
}

@media (max-width: 479.98px) {
    .chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
        max-width: 160px;
    }
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:last-child {
    text-align: right;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:last-child .last-chat-time {
    color: #8a8a8a;
    font-size: 13px;
}

.chat-window .chat-cont-left .chat-users-list a.media:hover {
    background-color: #f5f5f6;
}

.chat-window .chat-cont-left .chat-users-list a.media.read-chat .media-body > div:last-child .last-chat-time {
    color: #8a8a8a;
}

.chat-window .chat-cont-left .chat-users-list a.media.active {
    background-color: #f5f5f6;
}

.chat-window .chat-scroll {
    min-height: 300px;
    max-height: calc(100vh - 224px);
    overflow-y: auto;
}

.chat-window .chat-cont-right {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

@media (max-width: 1199.98px) {
    .chat-window .chat-cont-right {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (max-width: 991.98px) {
    .chat-window .chat-cont-right {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: -100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
        width: 100%;
    }
}

.chat-window .chat-cont-right .chat-header {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    height: 72px;
    padding: 0 15px;
}

@media (max-width: 991.98px) {
    .chat-window .chat-cont-right .chat-header {
        justify-content: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
    }
}

.chat-window .chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}

@media (max-width: 991.98px) {
    .chat-window .chat-cont-right .chat-header .back-user-list {
        display: block;
    }
}

.chat-window .chat-cont-right .chat-header .media .media-img-wrap {
    position: relative;
    margin-right: 15px;
}

.chat-window .chat-cont-right .chat-header .media .media-img-wrap .avatar {
    height: 50px;
    width: 50px;
}

.chat-window .chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #ffffff;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 3px;
    bottom: 0;
}

@media (max-width: 767.98px) {
    .chat-window .chat-cont-right .chat-header .media .media-body {
        display: none;
    }
}

.chat-window .chat-cont-right .chat-header .media .media-body .user-name {
    color: #272b41;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.chat-window .chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .chat-window .chat-cont-right .chat-header .chat-options {
        margin-left: auto;
    }
}

.chat-window .chat-cont-right .chat-header .chat-options > a {
    border-radius: 50%;
    height: 30px;
    color: #8a8a8a;
    margin-left: 10px;
    width: 30px;
}

.chat-window .chat-cont-right .chat-body {
    background-color: #f5f5f6;
}

.chat-window .chat-cont-right .chat-body ul.list-unstyled {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}

.chat-window .chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px;
}

.chat-window .chat-cont-right .chat-body .media .media-body {
    margin-left: 20px;
}

.chat-window .chat-cont-right .chat-body .media .media-body .msg-box > div {
    display: inline-block;
    position: relative;
    border-radius: 0.25rem;
    padding: 10px 15px;
}

.chat-window .chat-cont-right .chat-body .media .media-body .msg-box > div p {
    color: #272b41;
    margin-bottom: 0;
}

.chat-window .chat-cont-right .chat-body .media .media-body .msg-box + .msg-box {
    margin-top: 5px;
}

.chat-window .chat-cont-right .chat-body .media.received {
    margin-bottom: 20px;
}

.chat-window .chat-cont-right .chat-body .media.received .media-body {
    position: relative;
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box > div {
    background-color: #ffffff;
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box > div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ffffff;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 8px;
    right: auto;
    left: -6px;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e3e3e3;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 8px;
    right: -6px;
    left: auto;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}

.chat-window .chat-cont-right .chat-body .media:last-child {
    margin-bottom: 0;
}

.chat-window .chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body {
    margin-left: 0;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
    background-color: #e3e3e3;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div p {
    color: #272b41;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info {
    flex-direction: row-reverse;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-attachments {
    flex-direction: row-reverse;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div:hover .chat-msg-actions {
    opacity: 1;
}

.chat-window .chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.chat-window .chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
}

.chat-window .chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-left: 28px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
}

.chat-window .chat-cont-right .chat-footer {
    background-color: #ffffff;
    position: relative;
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
}

.chat-window .chat-cont-right .chat-footer .input-group {
    width: 100%;
}

.chat-window .chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
}

.chat-window .chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none;
}

.chat-window .chat-cont-right .chat-footer .input-group .form-control::placeholder {
    font-size: 14px;
}

.chat-window .chat-cont-right .chat-footer .input-group .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}

.chat-window .chat-cont-right .chat-footer .input-group .btn.msg-send-btn {
    background-color: #1e273e;
    border-color: #1e273e;
    color: #ffffff;
    margin-left: 10px;
    min-width: 46px;
    font-size: 20px;
    border-radius: 50%;
}

.chat-window .chat-cont-right .msg-typing {
    width: auto;
    height: 24px;
    padding-top: 8px;
}

.chat-window .chat-cont-right .msg-typing span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #a0a0a0;
    display: block;
    opacity: 0.4;
    border-radius: 50%;
}

.chat-window .chat-cont-right .msg-typing span:nth-of-type(1) {
    animation: 1s blink infinite 0.33333s;
}

.chat-window .chat-cont-right .msg-typing span:nth-of-type(2) {
    animation: 1s blink infinite 0.66666s;
}

.chat-window .chat-cont-right .msg-typing span:nth-of-type(3) {
    animation: 1s blink infinite 0.99999s;
}

.chat-window .chat-msg-info {
    clear: both;
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}

.chat-window .chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative;
}

.chat-window .chat-msg-info li:not(:last-child):after {
    content: "";
    height: 4px;
    width: 4px;
    background: #d2dde9;
    border-radius: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 8px;
}

.chat-window .chat-msg-info li a {
    color: #777;
}

.chat-window .chat-msg-info li a:hover {
    color: #2c80ff;
}

@media (max-width: 991.98px) {
    .chat-window.chat-slide .chat-cont-left {
        left: -100%;
    }
}

@media (max-width: 991.98px) {
    .chat-window.chat-slide .chat-cont-right {
        right: 0;
        opacity: 1;
        visibility: visible;
    }
}

.chat-seen i {
    color: #00d285;
    font-size: 16px;
}

.chat-msg-attachments {
    width: 100%;
    margin: 0 -1px;
    padding: 4px 0;
}

.chat-msg-attachments > div {
    margin: 0 1px;
}

.chat-attachment {
    position: relative;
    max-width: 130px;
    overflow: hidden;
    border-radius: 0.25rem;
}

.chat-attachment img {
    max-width: 100%;
}

.chat-attachment:before {
    background: #000000;
    content: "";
    opacity: 0.4;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.chat-attachment:hover:before {
    opacity: 0.6;
}

.chat-attachment:hover .chat-attach-caption {
    opacity: 0;
}

.chat-attachment:hover .chat-attach-download {
    opacity: 1;
}

.chat-attach-caption {
    color: #ffffff;
    padding: 7px 15px;
    font-size: 13px;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.chat-attach-download {
    opacity: 0;
    color: #ffffff;
    width: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
}

.chat-attach-download:hover {
    color: #495463;
    background: #ffffff;
}

chat-attachment-list {
    margin: -5px;
}

chat-attachment-list li {
    width: 33.33%;
    padding: 5px;
}

.chat-attachment-item {
    border: 5px solid rgba(230, 239, 251, 0.5);
    height: 100%;
    min-height: 60px;
    text-align: center;
    font-size: 30px;
}

.chat-msg-actions {
    opacity: 0;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: -30px;
}

.chat-msg-actions > a {
    color: #495463;
    font-size: 24px;
    padding: 0 10px;
}

.chat-msg-actions > a:hover {
    color: #2c80ff;
}

@keyframes blink {
    50% {
        opacity: 1;
    }
}

.btn-file {
    font-size: 20px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    padding: 0 0.75rem;
}

.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.incoming-btns {
    margin-top: 20px;
}

.call-wrapper {
    position: relative;
    height: calc(100vh - 145px);
}

@media (max-width: 991.98px) {
    .call-wrapper {
        height: calc(100vh - 140px);
    }
}

@media (max-width: 767.98px) {
    .call-wrapper {
        height: calc(100vh - 115px);
    }
}

.call-page .footer {
    display: none;
}

.dropdown-action .dropdown-toggle::after {
    display: none;
}

.call-modal .modal-body {
    padding: 40px;
}

.call-modal .modal-content {
    border: 0;
    border-radius: 10px;
}

/*-----------------
	Incoming call
-----------------------*/
.call-box .call-wrapper {
    height: auto;
    text-align: center;
}

.call-box .call-wrapper .call-user {
    margin-bottom: 30px;
}

.call-box .call-wrapper .call-user h4 {
    font-size: 24px;
}

.call-box .call-wrapper .call-user span {
    display: block;
    font-weight: 500;
    text-align: center;
}

.call-box .call-wrapper .call-avatar {
    margin-bottom: 30px;
    cursor: pointer;
    animation: ripple 2s infinite;
}

.call-box .call-wrapper .call-items .call-item {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid transparent;
    border-radius: 100%;
    color: #ffffff;
    line-height: 0;
    margin: 0 5px;
    padding: 15px;
}

.call-box .call-wrapper .call-items .call-item:hover {
    opacity: 0.9;
}

.call-box .call-wrapper .call-items .call-item:first-child, .call-box .call-wrapper .call-items .call-item:last-child {
    margin-top: -30px;
}

.call-box .call-wrapper .call-items .call-item.call-end {
    background: #f06060;
    border: 1px solid #f06060;
    color: #ffffff;
    line-height: 0;
    border-radius: 100%;
    margin: 30px 20px 0;
    padding: 20px;
}

.call-box .call-wrapper .call-items .call-item.call-start {
    background: #55ce63;
    border: 1px solid #55ce63;
    color: #ffffff;
    line-height: 0;
    border-radius: 100%;
    margin: 30px 20px 0;
    padding: 20px;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-start, .call-box.incoming-box .call-wrapper .call-items .call-item.call-end {
    margin: 0 10px;
}

.call-box .call-avatar {
    height: 140px;
    max-width: 140px;
    min-width: 140px;
    position: relative;
    width: 100%;
    border: 10px solid #fafafa;
    border-radius: 100%;
}

.call-box .btn {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
}

@keyframes ripple {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    100% {
        -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #aaa;
}

.view-cart-header {
    position: relative;
}

.view-cart-header .dropdown-menu {
    min-width: 320px !important;
}

.view-cart-header .shopping-cart {
    padding: 15px;
}

.view-cart-header .shopping-cart.show-cart {
    opacity: 1;
    visibility: visible;
}

.view-cart-header .shopping-cart:after {
    border: 7px solid #ffffff;
    border-color: transparent transparent #ffffff #ffffff;
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
}

.view-cart-header .shopping-cart .booking-date {
    display: block;
    padding-bottom: 0;
}

.view-cart-header .shopping-cart .booking-date li span {
    font-size: 14px;
}

.view-cart-header .shopping-cart-total {
    float: right;
}

.view-cart-header .shopping-cart-items {
    padding-top: 0px;
}

.view-cart-header .shopping-cart-items li {
    display: block !important;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    margin: 0 0 10px 0 !important;
    padding: 0 0 14px;
}

.view-cart-header .shopping-cart-items li a {
    padding-left: 0 !important;
    letter-spacing: normal !important;
}

.view-cart-header .shopping-cart-items .close-icon {
    cursor: pointer;
    color: #6B7280;
    position: absolute;
    top: 10px;
    right: 0;
}

.view-cart-header .shopping-cart-items img {
    float: left;
    width: 70px;
    margin-right: 12px;
    max-width: 100%;
    height: auto;
}

.view-cart-header .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    padding-right: 20px;
    color: #6B7280;
    font-weight: normal;
}

.view-cart-header .shopping-cart-items .item-price {
    margin-right: 8px;
    color: #1e273e;
    font-size: 13px;
    font-weight: normal;
}

.view-cart-header .shopping-cart-items .item-quantity {
    color: #ABB0BE;
    font-size: 13px;
    font-weight: normal;
}

.view-cart-header .cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.view-cart-header .booking-date li {
    display: block !important;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 !important;
}

.view-cart-header .booking-date li span {
    float: right;
}

.view-cart-header .booking-total {
    padding-top: 0;
    text-align: center;
}

.view-cart-header .apt-btn {
    font-size: 13px;
    letter-spacing: normal !important;
    padding: 7px 20px;
}

.view-cart-header .apt-btn:hover {
    border-color: #1e273e !important;
    background-color: #1e273e !important;
    color: #ffffff !important;
}

.unread-msg1 {
    background-color: #1e273e;
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0 5px;
}

.custom-increment.cart button {
    font-size: 10px;
}

.custom-increment.cart input[type=text] {
    width: 60px;
}

.custom-increment button {
    font-size: 14px;
    height: 39px;
    background: #dcdcdc;
    color: #000000;
    border: 0;
    display: inline-block;
}

.custom-increment button.btn-danger {
    border-radius: 4px 0px 0px 4px;
}

.custom-increment button:hover, .custom-increment button:focus, .custom-increment button:active {
    background: #dcdcdc !important;
    color: #000000 !important;
    border: 0 !important;
}

.custom-increment button.btn-success {
    border-radius: 0 4px 4px 0;
}

.custom-increment button.btn-danger {
    border-radius: 4px 0px 0px 4px;
}

.custom-increment .input-group1 {
    width: 100%;
}

.custom-increment input[type=text] {
    border: 1px solid #dbdbdb;
    border-radius: 0;
    text-align: center;
    width: 70%;
    padding: 7px 15px;
}

.custom-increment input[type=text]:focus {
    border-color: transparent;
}

.doc-review.review-listing {
    margin: 0;
}

.review-listing.doc-review > ul > li {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 20px;
}

.account-page {
    background-color: #ffffff;
}

.account-page .content {
    padding: 50px 0;
}

@media (max-width: 767.98px) {
    .account-page .content {
        padding: 15px 0;
    }
}

.login-right {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 25px;
}

@media (max-width: 767.98px) {
    .login-right {
        margin: 0 15px;
        padding: 15px;
    }
}

.login-right .dont-have {
    color: #3d3d3d;
    margin-top: 20px;
    font-size: 13px;
}

.login-right .dont-have a {
    color: #1e273e;
    font-weight: 900;
    text-decoration: underline;
}

.login-right .inner-right-login {
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
}

.login-right .country-select .select-col .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
    width: 79px;
}

.login-right .country-select .select-col .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1e273e;
}

.login-right .country-select .select-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../../assets/img/icons/down-arrow-gray-dark.svg);
}

@media (max-width: 991.98px) {
    .login-left {
        display: none;
    }
}

.login-header {
    margin-bottom: 20px;
}

.login-header p {
    margin-bottom: 0;
}

.login-header h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

@media (max-width: 479.98px) {
    .login-header h3 {
        text-align: center;
    }
}

.login-header h3 a {
    color: #1e273e;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}

@media (max-width: 479.98px) {
    .login-header h3 a {
        color: #1e273e;
        float: none;
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
        display: block;
    }
}

.login-header .logo-icon {
    text-align: center;
    margin: 40px auto 20px;
}

.login-btn {
    font-size: 18px;
    font-weight: 500;
}

.login-or {
    color: #d4d4d4;
    position: relative;
    margin: 20px 0;
    padding: 10px 0;
}

.or-line {
    background-color: #e5e5e5;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.span-or {
    background-color: #ffffff;
    display: block;
    margin-left: -20px;
    text-align: center;
    width: 42px;
    position: absolute;
    top: -3px;
    left: 50%;
}

.forgot-link {
    color: #3d3d3d;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
}

.social-login .btn:hover, .social-login .social-login .btn:focus {
    color: #ffffff;
}

span.agree {
    font-size: 16px;
    margin-left: 6px;
}

.terms-and-policy span.terms {
    color: #FFFFFF;
}

.terms-and-policy a {
    color: #FFFFFF;
}

.login-page .login-right {
    width: 100%;
    position: relative;
    font-family: "Helvetica_neue", sans-serif;
    height: 100vh;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.login-page .login-right .step-process-col label {
    color: #1e273e;
}

.login-page .login-right .step-process-col .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #808080;
}

.login-page .login-right .step-process-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../../assets/img/icons/down-arrow-gray.svg);
}

.login-page .login-right .step-process-col .form-control {
    color: #808080;
}

.login-page .login-right .search-location-input-box input {
    background-image: url(../../assets/img/icons/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 16px;
    padding-left: 38px;
    color: #948CA0;
}

.login-bottom-copyright {
    color: #A4A4A4;
    font-family: "Helvetica_neue", sans-serif;
    font-weight: 500;
    padding-bottom: 25px;
    width: 100%;
    align-self: flex-end;
    -webkit-align-self: flex-end;
}

.step-list {
    text-align: center;
    padding: 10px 0;
}

.step-list ul {
    display: inline-block;
}

.step-list ul li {
    float: left;
    margin: 5px 0;
    padding: 0 30px 0 0;
}

.step-list ul li:last-child {
    padding-right: 0;
}

.step-list ul li a {
    background-color: #e9f5f7;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
    color: #808080;
}

.step-list ul li a:hover, .step-list ul li a.active {
    background-color: #1e273e;
    color: #ffffff;
}

.step-list ul li a.active-done {
    background-color: #1e273e;
    color: #ffffff;
    background-image: url(../../assets/img/icons/tick-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    font-size: 0;
}

.profile-pic-col {
    padding-top: 40px;
    text-align: center;
}

.profile-pic-col h3 {
    color: #000000;
    font-size: 20px !important;
}

.profile-pic-upload {
    width: 150px;
    background: rgba(175, 213, 254, 0.4);
    border-radius: 20px;
    position: relative;
    margin: 40px auto 0;
    padding: 24px;
}

.profile-pic-upload input[type=file] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.profile-pic-upload .cam-col {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 70px;
    overflow: hidden;
    margin: 0 auto;
}

.profile-pic-upload span {
    color: #000000;
    font-size: 13px;
    list-style: none;
    display: inline-block;
    margin-top: 15px;
}

.select-gender-col [type=radio]:checked, .select-gender-col [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.select-gender-col [type=radio]:checked + label, .select-gender-col [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.select-gender-col [type=radio]:checked + label:before, .select-gender-col [type=radio]:not(:checked) + label:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 5px 20px 60px 10px rgba(0, 4, 107, 0.07);
    position: absolute;
    top: 0;
    left: 0;
}

.select-gender-col [type=radio]:checked + label:after, .select-gender-col [type=radio]:not(:checked) + label:after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 10px;
    border: 2px solid #1e273e;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.select-gender-col [type=radio]:not(:checked) + label:after {
    opacity: 0;
}

.select-gender-col [type=radio]:checked + label:after {
    opacity: 1;
}

.select-gender-col .gender-icon {
    position: relative;
}

.select-gender-col .gender-icon label {
    text-align: center;
    padding: 15px 20px !important;
}

.select-gender-col .gender-icon img {
    max-height: 90px;
}

.select-gender-col span {
    position: relative;
    color: #000000;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    width: 100%;
}

.select-gender-col.payment-menthods-choose label {
    min-width: 90px;
    text-align: center;
    color: #000000;
    padding: 10px !important;
}

.select-gender-col.payment-menthods-choose label span.credit-card-option {
    min-width: 192px;
    font-size: 15px;
}

.select-gender-col.payment-menthods-choose label img {
    position: relative;
    max-width: 68px;
}

.select-gender-col.payment-menthods-choose [type=radio]:checked + label::after, .select-gender-col.payment-menthods-choose [type=radio]:not(:checked) + label::after {
    border: 1px solid #1e273e;
}

.select-gender-col label {
    text-align: center;
    padding: 15px 20px !important;
}

.pregnant-col .remember-me-col {
    color: #000000;
    font-size: 16px;
}

.pregnant-col .remember-me-col .custom_check .checkmark {
    border-color: #1e273e;
}

.step-process-col {
    text-align: left;
}

.checklist-col span {
    font-size: 16px;
}

.checklist-col .custom_check .checkmark {
    width: 24px;
    height: 24px;
}

.checklist-col .custom_check .checkmark:after {
    left: 6px;
    top: 3px;
}

.checklist-col .remember-me-col {
    position: relative;
    padding: 10px 0;
}

.checklist-col.pregnant-col .remember-me-col .custom_check {
    padding-left: 25px;
}

.checklist-col.pregnant-col .remember-me-col .custom_check .checkmark {
    border-color: #B4ABCA;
}

.otp-col {
    color: #ffffff;
}

.otp-col h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
}

.dnt-recive-call {
    color: #ffffff;
}

.dnt-recive-call a {
    color: #ffffff;
}

.otp-box {
    margin: 25px 0;
}

.otp-box .digit-group input {
    width: 45px;
    height: 45px;
    background-color: rgba(245, 245, 245, 0.2);
    border: none;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 5px 20px 60px 10px rgba(0, 4, 107, 0.07);
    border-radius: 8px;
    color: #000000;
    margin: 0 3px;
}

.otp-box .digit-group input:focus {
    background-color: #ffffff;
    border: 0;
    outline: 0;
}

.otp-box .digit-group input[type=text].active {
    background-color: #ffffff;
    color: #000000;
}

.otp-box .splitter {
    color: #ffffff;
    font-size: 24px;
    padding: 0 5px;
}

.otp-box .prompt {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 20px;
}

.increment-decrement .input-groups {
    border: 0;
    background-color: transparent;
    height: 35px;
    margin-right: 0px;
    display: block;
}

.increment-decrement .input-groups .quantity-field {
    width: 40px;
    text-align: center;
    background-color: transparent;
    float: left;
    border: 0;
}

.increment-decrement .input-groups .quantity-field:focus {
    border: 0;
    outline: 0;
}

.increment-decrement .input-groups input[type=button] {
    background-color: transparent;
    font-size: 20px;
    border: 1px solid #1e273e;
    border-radius: 4px;
    height: 24px;
    width: 24px;
    margin-top: 0px;
    line-height: 0;
    padding: 0;
    color: #1e273e;
}

.increment-decrement .input-groups input[type=button]:focus-visible {
    outline: 0;
}

.increment-decrement .input-groups input[type=button].button-minus {
    float: left;
}

.increment-decrement .input-groups input[type=button].button-plus {
    float: right;
}

.country-select {
    position: relative;
}

.country-select .select-col {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.country-select .select-col .flagstrap {
    height: 100%;
}

.country-select .select-col .btn-info.dropdown-toggle {
    border: 0;
    color: #1e273e;
    border-radius: 10px 0px 0px 10px;
    background-color: #ffffff;
    height: 100%;
    font-size: 0;
    width: 79px;
    text-align: left;
    padding: 0 12px;
}

.country-select .select-col .btn-info.dropdown-toggle:after {
    background-image: url(../../assets/img/icons/down-arrow-gray-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 14px;
    height: 7px;
    border: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

.country-select .select-col .btn-info.dropdown-toggle span {
    font-size: 0;
}

.country-select .select-col .dropdown-menu {
    font-size: 0;
    width: 79px;
    min-width: inherit;
    margin-top: 0;
    border-radius: 10px;
    padding: 0;
}

.country-select .select-col .dropdown-menu li {
    margin: 14px 13px;
}

.country-select .select-col .dropdown-menu li:first-child {
    display: none;
}

.country-select .select-col .dropdown-menu li a {
    display: inline-block;
    cursor: pointer;
}

.country-select .select-col .flagstrap-icon.flagstrap-in, .country-select .select-col .flagstrap-icon.flagstrap-ng, .country-select .select-col .flagstrap-icon.flagstrap-gb, .country-select .select-col .flagstrap-icon.flagstrap-us {
    background-image: url(../../assets/img/flag/india.png);
    background-position: center;
    width: 33px;
    height: 22px;
    background-size: cover;
    border-radius: 4px;
}

.country-select .select-col .flagstrap-icon.flagstrap-ng {
    background-image: url(../../assets/img/flag/ng.png);
}

.country-select .select-col .flagstrap-icon.flagstrap-gb {
    background-image: url(../../assets/img/flag/gb.png);
}

.country-select .select-col .flagstrap-icon.flagstrap-us {
    background-image: url(../../assets/img/flag/usa.png);
}

.country-select .number-col input {
    padding-left: 96px;
}

.location-text h5 {
    color: #000000;
    margin-top: 5px;
}

.location-search {
    margin: 12px 0;
}

.skip-now-col {
    margin-top: 5px;
}

.skip-now-col a {
    color: #000000;
    font-size: 12px;
}

.sort-by-col .select2-container .select2-selection--single {
    border-color: #E8EEFF;
    border-radius: 10px;
    width: 160px;
}

.sort-by-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../../assets/img/icons/down-arrow-gray.svg);
}

.premium-text {
    font-size: 18px;
}

.plan-details {
    list-style: none;
    margin: 0;
    padding: 4px 0 0;
}

.plan-details li {
    position: relative;
    min-width: 35%;
}

.plan-details li span {
    color: #B4ABCA;
    display: inline-block;
    margin-bottom: 3px;
    font-size: 15px;
}

.plan-chooser-col {
    background-color: rgba(175, 213, 254, 0.4);
    border-radius: 20px;
    margin: 0 0 28px;
    padding: 5px 20px;
}

.plan-chooser-col .memeber-img {
    border-radius: 15px;
    margin-bottom: 10px;
    width: 100%;
}

.plan-chooser-col .memeber-img img {
    border-radius: 15px;
}

.plan-chooser-col .subscription-list {
    margin: 15px 0;
}

.memeber-details h4 {
    margin-bottom: 0;
}

.payment-menthods ul {
    text-align: center;
}

.payment-menthods ul li {
    display: inline-block;
    margin: 0;
    padding: 6px;
}

.card-choose-col {
    max-width: 325px;
    margin: 0 auto;
}

.day-week-month-col ul li {
    float: left;
}

.day-week-month-col ul li:first-child a {
    border-radius: 4px 0 0 4px !important;
}

.day-week-month-col ul li:last-child a {
    border-radius: 0px 4px 4px 0px !important;
}

.day-week-month-col ul li a {
    background-color: #9D9D9D;
    border: 1px solid transparent;
    color: #64627C;
    display: inline-block;
    font-family: "Helvetica_neue", sans-serif;
    font-weight: 500;
    padding: 10px 20px;
}

.day-week-month-col ul li a.active {
    border-color: #536CF1;
    color: #536CF1;
    border-radius: 0 !important;
}

.day-week-month-col ul li a:first-child.active {
    border-color: #536CF1;
}

.day-week-month-col ul li a:last-child.active {
    border-color: #536CF1;
}

.login-body {
    background: #ffffff;
}

.pass-group {
    position: relative;
}

.pass-group .toggle-password {
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #797979;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.pass-group .toggle-password:hover {
    background-color: #F3F3F3;
}

.toggle-password-sub {
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #797979;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.toggle-password-sub:hover {
    background-color: #F3F3F3;
}

#passwordInfo, #passwordInfos {
    font-size: 12px;
    font-weight: normal;
    margin-top: 15px;
}

.poor-active span.active#poor, .poor-active span.active#poors {
    background: #FF0000;
}

.avg-active span.active#poor, .avg-active span.active#poors, .avg-active span.active#weak, .avg-active span.active#weaks {
    background: #FFB54A;
}

.strong-active span.active#poor, .strong-active span.active#weak, .strong-active span.active#strong, .strong-active span.active#poors, .strong-active span.active#weaks, .strong-active span.active#strongs {
    background: #1e273e;
}

.heavy-active span.active#poor, .heavy-active span.active#weak, .heavy-active span.active#strong, .heavy-active span.active#heavy,
.heavy-active span.active#poors, .heavy-active span.active#weaks, .heavy-active span.active#strongs, .heavy-active span.active#heavys {
    background: #159F46;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.password-strength {
    margin-top: 15px;
}

.password-strength span {
    width: 100%;
    height: 6px;
    background: #E4E6EF;
    margin-right: 10px;
    border-radius: 30px;
}

.password-strength span:last-child {
    margin-right: 0;
}

.weak-pass .password-strength span {
    background: #FF0000;
}

.pass-checked {
    position: absolute;
    top: 55%;
    right: 46px;
    transform: translateY(-50%);
    color: #4CAF50;
    opacity: 0;
}

.pass-checked.active {
    opacity: 1;
}

.password-info {
    margin-top: 15px;
}

.password-info p {
    color: #9E9E9E;
    margin-bottom: 0;
}

.login-success-icon {
    padding-bottom: 18px;
}

.login-success-icon i {
    font-size: 40px;
    color: #00CC45;
}

.modal-open .main-wrapper {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.call-main-row {
    overflow: auto;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.call-main-wrapper {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.call-view {
    display: table-cell;
    height: 100%;
    float: none;
    position: static;
    vertical-align: top;
    width: 75%;
    padding: 0;
}

.call-window {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
}

.fixed-header {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
}

.fixed-header .navbar {
    border: 0 none;
    min-height: auto;
    margin: 0;
    padding: 0;
}

.fixed-header .user-info a {
    color: #272b41;
    font-weight: 500;
}

.fixed-header .custom-menu {
    margin: 0 0 1px;
}

.typing-text {
    color: #1e273e;
    font-size: 12px;
    text-transform: lowercase;
}

.last-seen {
    color: #888888;
    display: block;
    font-size: 12px;
}

.custom-menu {
    margin-top: 6px;
}

.custom-menu.nav > li > a {
    color: #bbb;
    font-size: 26px;
    line-height: 32px;
    margin-left: 15px;
    padding: 0;
}

.custom-menu.navbar-nav > li > a:hover, .custom-menu.navbar-nav > li > a:focus {
    background-color: transparent;
}

.custom-menu .dropdown-menu {
    left: auto;
    right: 0;
}

.call-contents {
    display: table-row;
    height: 100%;
}

.call-content-wrap {
    height: 100%;
    position: relative;
    width: 100%;
}

.voice-call-avatar {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 2;
    flex: 2;
}

.voice-call-avatar .call-avatar {
    width: 150px;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin: 15px;
    padding: 3px;
    border-radius: 100%;
}

@media (max-width: 767.98px) {
    .voice-call-avatar .call-avatar {
        height: 100px;
        width: 100px;
    }
}

@media (max-width: 575.98px) {
    .voice-call-avatar .call-avatar {
        height: 80px;
        width: 80px;
    }
}

.voice-call-avatar .call-timing-count {
    padding: 5px;
}

.voice-call-avatar .username {
    font-size: 20px;
    font-weight: 500;
}

.call-duration {
    display: inline-block;
    font-size: 30px;
    margin-top: 4px;
    position: absolute;
    left: 0;
}

@media (max-width: 767.98px) {
    .call-duration {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .call-duration {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        position: inherit;
    }
}

.call-footer {
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    padding: 15px;
}

.call-icons {
    text-align: center;
    position: relative;
}

.call-icons .call-items {
    list-style: none;
    display: inline-block;
    border-radius: 5px;
    margin: 0;
    padding: 0;
}

.call-icons .call-items .call-item {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.call-icons .call-items .call-item:last-child {
    margin-right: 0;
}

.call-icons .call-items .call-item a {
    color: #777;
    border: 1px solid #dddddd;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 20px;
    border-radius: 50px;
}

.call-icons .call-items .call-item a i {
    width: 18px;
    height: 18px;
}

.call-icons .call-items li.end-call-new {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.call-icons .call-items li.end-call-new a {
    background-color: #f06060;
    color: #ffffff;
    display: inline-block;
    line-height: 10px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 8px 25px;
}

.user-video {
    overflow: auto;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.user-video img, .user-video video {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.my-video {
    z-index: 99;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.my-video ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.my-video ul li {
    float: left;
    width: 120px;
    margin-right: 10px;
}

@media (max-width: 767.98px) {
    .my-video ul li {
        width: 50px;
    }
}

.my-video ul li img {
    border: 3px solid #ffffff;
    border-radius: 6px;
}

.end-call {
    position: absolute;
    top: 7px;
    right: 0;
}

@media (max-width: 575.98px) {
    .end-call {
        margin-top: 10px;
        position: inherit;
    }
}

.end-call a {
    background-color: #f06060;
    color: #ffffff;
    display: inline-block;
    line-height: 10px;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 50px;
}

.call-users {
    z-index: 99;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.call-users ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.call-users ul li {
    float: left;
    width: 80px;
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .call-users ul li {
        width: 50px;
    }
}

.call-users ul li img {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 2px;
}

.call-users ul li a:hover .call-mute {
    display: block;
}

.call-mute {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #ffffff;
    display: none;
    border: 3px solid transparent;
    border-radius: 6px;
    position: absolute;
    top: 0;
}

@media (max-width: 767.98px) {
    .call-mute {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
}

.call-details {
    margin: 10px 0 0;
}

.call-info {
    margin-left: 10px;
    width: 100%;
}

.call-user-details, .call-timing {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.call-description {
    white-space: nowrap;
    vertical-align: bottom;
}

.call-timing {
    color: #727272;
    font-size: 14px;
    margin-top: 1px;
    overflow: hidden;
    white-space: pre;
}

.content-full {
    height: 100%;
    position: relative;
    width: 100%;
}

.video-window .fixed-header {
    margin: 0;
    padding: 0;
}

.video-window .fixed-header .nav > li > a {
    padding: 18px 15px;
}

.user-img {
    display: inline-block;
    position: relative;
}

span.call-duration.float-end {
    display: inline-block;
    font-size: 22px;
    margin-top: 0px;
    color: #40dda4;
    position: absolute;
    right: 0;
    left: unset;
}

.toggle-voice-video {
    display: inline-block;
    font-size: 30px;
    margin-top: 4px;
    position: absolute;
    left: 0;
}

.toggle-voice-video .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.toggle-voice-video .switch input {
    display: none;
}

.toggle-voice-video .slider {
    cursor: pointer;
    background-color: #2196f3;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.toggle-voice-video .slider:before {
    content: "";
    height: 26px;
    width: 26px;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    left: 4px;
}

.toggle-voice-video .slider:after {
    content: "VOICE";
    color: #ffffff;
    display: block;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.toggle-voice-video input:checked + .slider {
    background-color: #2ab934;
}

.toggle-voice-video input:checked + .slider:before {
    transform: translateX(55px);
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
}

.toggle-voice-video input:checked + .slider:after {
    content: "VIDEO";
}

.toggle-voice-video input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.map-page .footer {
    display: none;
}

.map-page .header {
    z-index: 1030;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.map-page .content {
    padding-top: 115px;
}

@media (max-width: 991.98px) {
    .map-page .content {
        padding-top: 100px;
    }
}

.map-right {
    height: 100%;
    min-height: 100%;
    padding-right: 30px;
    z-index: 1029;
    position: fixed;
    top: 115px;
    right: 0;
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .map-right {
        height: 450px;
        position: static;
        min-height: inherit;
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.map-right .available-info {
    margin-bottom: 0;
}

.map-listing {
    height: calc(100vh - 145px);
    width: 100%;
}

@media (max-width: 1199.98px) {
    .map-listing {
        height: 450px;
    }
}

.map-listing .profile-widget {
    width: 200px !important;
    border: 0;
    margin-bottom: 0;
    padding: 0;
}

.view-icons {
    display: inline-flex;
    float: right;
}

.view-icons a {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #212529;
    font-size: 20px;
    text-align: center;
    margin-left: 10px;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    padding: 4px 10px;
}

.view-icons a:hover {
    border-color: #1e273e;
    color: #1e273e;
}

.view-icons a.active {
    background-color: #1e273e;
    border-color: #1e273e;
    color: #ffffff;
}

.breadcrumb-bar {
    background-color: #15558d;
    padding: 15px 0;
}

.page-breadcrumb ol {
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
}

.page-breadcrumb ol li a {
    color: #ffffff;
}

.page-breadcrumb ol li.active {
    color: #ffffff;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #ffffff;
    font-size: 10px;
}

.breadcrumb-bar-one {
    background: #F2F6F6;
    background-repeat: no-repeat;
    padding-top: 70px;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.breadcrumb-bar-one::after {
    content: "";
    background: url(../img/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb-bar-one .inner-banner {
    margin: 0;
    padding: 70px 0;
}

.breadcrumb-bar-one .inner-banner .breadcrumb-title {
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 6px;
}

@media (max-width: 991.98px) {
    .breadcrumb-bar-one .inner-banner .breadcrumb-title {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-bar-one .inner-banner .breadcrumb-title {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-bar-one .inner-banner {
        margin: 0;
        padding: 50px 0;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb-bar-one {
        padding-top: 40px;
        min-height: 260px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-bar-one {
        min-height: auto;
    }
}

.breadcrumb-bar-one .page-breadcrumb ol {
    background-color: transparent;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.breadcrumb-bar-one .page-breadcrumb ol li a {
    font-weight: 500;
    color: #4B5563;
}

.breadcrumb-bar-one .page-breadcrumb ol li.active {
    color: #1F2937;
}

@media (max-width: 767.98px) {
    .breadcrumb-bar-one .page-breadcrumb ol {
        font-size: 15px;
    }
}

.breadcrumb-bar-one .page-breadcrumb .breadcrumb a:hover {
    color: #1e273e;
}

.breadcrumb-bar-one .page-breadcrumb .breadcrumb-item + .breadcrumb-item {
    font-weight: 500;
    color: #1F2937;
    padding-left: 10px;
}

.breadcrumb-bar-one .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    font-family: "feather";
    float: left;
    padding-right: 10px;
    color: #9CA3AF;
    font-size: 14px;
    font-weight: 600;
}

.sort-by {
    float: right;
}

.sort-title {
    color: #ffffff;
    font-size: 14px;
    margin-right: 10px;
}

.sortby-fliter {
    display: inline-block;
    width: 120px;
}

.cal-icon {
    position: relative;
    width: 100%;
}

.cal-icon:after {
    color: #979797;
    content: "";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    position: absolute;
    top: 10px;
    right: 15px;
}

.custom_check {
    color: #666;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: 0.9375rem;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom_check input:checked ~ .checkmark {
    background-color: #ffffff;
}

.custom_check input:checked ~ .checkmark:after {
    display: block;
}

.custom_check .checkmark {
    height: 20px;
    width: 20px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}

.custom_check .checkmark::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: none;
    color: #1e273e;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 4px;
}

.custom_radio {
    color: #555;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

.custom_radio input {
    position: absolute;
    opacity: 0;
}

.custom_radio input:checked ~ .checkmark:after {
    opacity: 1;
}

.custom_radio .checkmark {
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.custom_radio .checkmark:after {
    display: block;
    content: "";
    opacity: 0;
    width: 12px;
    height: 12px;
    background: #ff9b44;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 3px;
    left: 3px;
}

.radio_input .custom_radio + .custom_radio {
    margin-left: 15px;
}

.filter-widget {
    margin-bottom: 20px;
}

.filter-widget h4 {
    font-size: 1rem;
    margin-bottom: 15px;
}

.filter-widget .custom_check {
    line-height: 18px;
}

.btn-search .btn {
    background-color: #1e273e;
    border: 1px solid #1e273e;
    color: #ffffff;
    height: 35px;
    font-weight: 500;
    font-size: 13px;
}

.btn-search .btn:hover {
    background-color: #ffffff;
    color: #1e273e;

}

@media (max-width: 767.98px) {
    .doctor-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.doctor-widget .doc-name {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 3px;
}

@media (max-width: 767.98px) {
    .doctor-widget .doc-name {
        font-size: 18px;
    }
}

.doctor-widget .rating i {
    font-size: 14px;
}

.doctor-widget .average-rating {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .doc-info-left {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.doc-info-right {
    margin-left: auto;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}

@media (max-width: 767.98px) {
    .doc-info-right {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.doctor-img {
    margin-right: 20px;
    max-width: 340px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .doctor-img {
        margin: 0 auto 20px;
    }
}

.doctor-img img {
    border-radius: 5px;
}

.doc-department {
    color: #1e273e;
    font-size: 14px;
    margin-bottom: 8px;
    width: 20em;
}

.doc-department img {
    width: 19px;
    display: inline-block;
    margin-right: 10px;
}

.doc-location {
    color: #757575;
    font-size: 15px;
    margin-bottom: 0px;
}

.doc-location a {
    color: #1e273e;
    font-weight: 500;
}

.doc-speciality {
    font-size: 14px;
    color: #757575;
    margin-bottom: 15px;
}

.clinic-details {
    margin-bottom: 15px;
    font-size: 15px;
}

.clinic-details h5 {
    font-weight: normal;
    color: #757575;
    margin-bottom: 25px;
}

.clinic-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clinic-details ul li {
    display: inline-block;
    padding-right: 5px;
}

.clinic-details ul li:last-child {
    padding-right: 0;
}

.clinic-details ul li a {
    display: inline-block;
}

.clinic-details ul li a img {
    width: 60px;
    border-radius: 5px;
}

.clinic-services {
    color: #272b41;
    font-size: 13px;

}

@media (max-width: 767.98px) {
    .clinic-services {
        text-align: center;
        font-size: 12px;
    }
}

.clinic-services span {
    border: 1px solid #cccccc;
    display: inline-block;

    padding: 3px 5px;
    border-radius: 4px;
    margin-top: 5px;

    text-align: center;

}

.clinic-services span + span {
    margin-left: 5px;
}

.clini-infos {
    margin-bottom: 15px;
}

.clini-infos ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.clini-infos ul li {
    display: block;
    line-height: 30px;
    color: #4E4852;
}

.clini-infos ul li i {
    font-size: 15px;
    min-width: 20px;
}

.clinic-booking a {
    background-color: #ffffff;
    border: 2px solid #1e273e;
    color: #1e273e;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
}

.clinic-booking a + a {
    margin-top: 15px;
}

.clinic-booking a.view-pro-btn:hover, .clinic-booking a.view-pro-btn:focus {
    background: #1e273e;
    color: #ffffff;
}

.clinic-booking a.apt-btn {
    background: #1e273e;
    color: #ffffff;
}

@media (max-width: 479.98px) {
    .clinic-booking a.apt-btn {
        width: 100%;
    }
}

.clinic-booking a.apt-btn:hover, .clinic-booking a.apt-btn:focus {
    background-color: #ffffff;
    border-color: #1e273e;;
    color: #1e273e;
}

@media (max-width: 479.98px) {
    .clinic-booking a.view-pro-btn {
        width: 100%;
        margin-bottom: 15px;
    }
}

.load-more {
    margin-bottom: 30px;
}

.filter-contents {
    border: 2px solid #F3F4F6;
    border-radius: 10px;
}

@media (max-width: 991.98px) {
    .filter-contents {
        margin-bottom: 24px;
    }
}

.filter-header {
    background: #F2F6F6;
    border-radius: 10px 10px 0px 0px;
    padding: 15px 20px;
}

.filter-header .filter-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.filter-details {
    padding: 20px;
}

.filter-grid {
    padding-bottom: 25px;
}

.filter-grid h4 {
    margin-bottom: 0;
}

.filter-grid h4 a {
    font-weight: 600;
    font-size: 16px;
    color: #1F2937;
    position: relative;
}

.filter-grid h4 a:hover {
    color: #272B41;
}

.filter-grid h4 a::before {
    content: "";
    font-family: "feather";
    color: #1F2937;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 0;
    line-height: normal;
}

.filter-grid h4 a:not(.collapsed)::before {
    content: "";
    font-family: "feather";
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-collapse {
    padding-top: 20px;
}

.filter-collapse ul {
    padding: 0;
    margin: 0;
    list-style: 0;
}

.filter-collapse ul li {
    display: block;
    margin-bottom: 10px;
}

.filter-collapse ul li:last-child {
    margin-bottom: 0;
}

.filter-collapse ul li .custom_check {
    padding-left: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6B7280;
    margin-bottom: 0;
}

.filter-collapse ul li .custom_check.custom_check .checkmark {
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    height: 17px;
    width: 17px;
    top: 3px;
}

.filter-collapse ul li .custom_check input:checked ~ .checkmark {
    background: #ffffff;
    border-color: #1e273e;
}

.filter-collapse ul li .custom_check .checkmark::after {
    content: "";
    background: #1e273e;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    border-radius: 3px;
}

.filter-collapse ul li .custom_check .online-icon {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 5px;
}

.rating_custom_check {
    width: 100%;
}

.rating_custom_check .rating {
    width: 100%;
}

.rating_custom_check .rating .rating-count {
    font-weight: 500;
    float: right;
    color: #9CA3AF;
}

.filter-content-slider p {
    color: #1F2937;
    margin-bottom: 15px;
}

.filter-content-slider p span {
    float: right;
}

.price-wrapper {
    margin: 15px 0 0;
    font-size: 14px;
}

.price-wrapper h6 {
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    margin-bottom: 0;
}

.price-wrapper h6 span {
    font-weight: 600;
    color: #1F2937;
}

.slider-wrapper .ui-slider-handle {
    background: #1e273e;
    border: 0;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(124, 124, 124, 0.25);
    width: 18px;
    height: 18px;
    box-shadow: 0 0px 0px 4px #1e273e;
    width: 12px;
    height: 12px;
    background: #ffffff;
    margin: 0;
}

#price-range.ui-slider-horizontal {
    height: 6px;
    border: 0;
    border-radius: 25px;
    background: #E9ECF1;
}

.ui-widget-header {
    background: #1e273e;
}

.filter-btn .btn {
    font-weight: 600;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 6px;
}

.doctor-filter-info {
    padding-bottom: 30px;
}

@media (max-width: 767.98px) {
    .doctor-filter-info {
        display: none;
    }
}

.doctors-found {
    padding-bottom: 12px;
}

.doctors-found p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.doctors-found p span {
    color: #1F2937;
}

@media (max-width: 1399.98px) {
    .doctors-found p {
        font-size: 14px;
    }
}

.doctor-filter-availability p {
    font-weight: 600;
    color: #4B5563;
    margin-left: 15px;
    margin-bottom: 8px;
}

.doctor-filter-option {
    flex-shrink: 0;
}

.doctor-filter-sort {
    padding-right: 15px;
}

.doctor-filter-sort:last-child {
    padding-right: 0;
}

.doctor-filter-sort p {
    color: #8C97B0;
    margin-right: 15px;
    margin-bottom: 0;
}

.doctor-filter-sort .filter-today {
    margin-right: 0;
}

.doctor-filter-sort .filter-today i {
    font-size: 18px;
    margin-right: 10px;
}

.doctor-filter-sort .nav li {
    margin-right: 8px;
}

.doctor-filter-sort .nav li:last-child {
    margin-right: 0;
}

.doctor-filter-sort .nav li a {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 2px solid #F3F4F6;
    border-radius: 7px;
    color: #6B7280;
}

.doctor-filter-sort .nav li a:hover {
    background: #1e273e;
    border: 2px solid #1e273e;
    color: #ffffff;
}

.doctor-filter-sort .nav li a:hover img {
    filter: invert(1) brightness(100);
}

.doctor-filter-sort .nav li a.active {
    background: #1e273e;
    border: 2px solid #1e273e;
    color: #ffffff;
}

.doctor-filter-sort .nav li a.active img {
    filter: invert(1) brightness(100);
}

.doctor-filter-select {
    width: 94px;
}

.doctor-filter-select .select2-container .select2-selection--single {
    background-color: #F2F6F6;
    border: 1px solid #F3F4F6;
    height: 32px;
}

.doctor-filter-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    padding-left: 10px;
    font-weight: 600;
    color: #1F2937;
}

.doctor-filter-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

.doctor-card {
    border: 2px solid #F3F4F6;
    border-radius: 10px;
}

.doctor-widget-one .doc-name {
    margin-bottom: 4px;
    font-size: 20px;
}

.doctor-widget-one .doc-name a {
    color: #1F2937;
}

.doctor-widget-one .doc-name i {
    margin-left: 8px;
    font-size: 16px;
    color: #22C550;
}

@media (max-width: 991.98px) {
    .doctor-widget-one .doc-name {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .doctor-widget-one {
        text-align: center;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .doctor-widget-one .doc-info-left {
        flex-direction: column;
    }
}

.doctor-widget-one .doctor-img {
    -ms-flex: 0 0 164px;
    flex: 0 0 164px;
    margin-right: 20px;
    width: 164px;
    height: 164px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.doctor-widget-one .doctor-img img {
    width: 164px;
    height: 164px;
    border-radius: 10px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.doctor-widget-one .doctor-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

@media (max-width: 767.98px) {
    .doctor-widget-one .doctor-img {
        margin: 0 auto 20px;
        padding: 0;
    }
}

.doctor-widget-one .favourite-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
}

.doctor-widget-one .favourite-btn .favourite-icon {
    background-color: #ffffff;
    border: 1px solid #EDF1F1;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50px;
    color: #9CA3AF;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.doctor-widget-one .favourite-btn .favourite-icon:hover {
    color: #fb1612;
}

.doctor-widget-one .favourite-btn .favourite-icon.favourite {
    animation: size 0.4s;
    color: #FF3333;
}

.doctor-widget-one .doc-speciality {
    font-size: 12px;
    color: #9CA3AF;
    margin-bottom: 20px;
}

.doctor-widget-one .clinic-details {
    padding-bottom: 14px;
}

.doctor-widget-one .doc-info-cont .reviews-ratings p {
    font-size: 12px;
}

.doctor-widget-one .doc-info-cont .reviews-ratings p span {
    font-size: 14px;
    margin: 0 4px 0 0;
    padding: 2px 5px;
}

.doctor-widget-one .doc-location {
    font-weight: 500;
    margin-bottom: 14px;
}

.doctor-widget-one .doc-location:last-child {
    margin-bottom: 0;
}

.doctor-widget-one .doc-location span {
    color: #1F2937;
    margin-right: 3px;

}

.doctor-widget-one .doc-location i {
    margin-right: 10px;
    font-size: 18px;
    color: #9CA3AF;
}

@media (max-width: 767.98px) {
    .doctor-widget-one .doc-location i {
        margin: 0 0 5px 0;
        padding: 0;
    }
}

.doctor-widget-one .doc-location a {
    font-weight: 500;
    color: #1e273e;
    margin-left: 8px;
}

.doctor-widget-one .doc-location a:hover {
    color: #000000;
}

@media (max-width: 767.98px) {
    .doctor-widget-one .doc-location {
        flex-direction: column;
    }
}

.doctor-widget-one .doc-info-right {
    margin-left: auto;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
}

@media (max-width: 991.98px) {
    .doctor-widget-one .doc-info-right {
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        max-width: 270px;
    }
}

@media (max-width: 767.98px) {
    .doctor-widget-one .doc-info-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

.doctor-widget-one .doc-info-details {
    margin-left: auto;
    max-width: 230px;
}

@media (max-width: 767.98px) {
    .doctor-widget-one .doc-info-details {
        margin: 0 auto 0;
        padding: 0;
    }
}

.doctor-widget-one .clini-infos {
    margin-bottom: 15px;
}

.doctor-widget-one .clini-infos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.doctor-widget-one .clini-infos ul li {
    color: #6B7280;
    margin-bottom: 8px;
}

.doctor-widget-one .clini-infos ul li:last-child {
    margin-bottom: 0;
}

.doctor-widget-one .clini-infos ul li .available-date {
    border-radius: 5px;
    padding: 3px 15px;
    font-weight: normal;
}

.doctor-widget-one .clini-infos ul li .available-today {
    background: #DCFCE5;
    color: #22C550;
    font-weight: 500;
}

.doctor-widget-one .clini-infos ul li .available-tomorrow {
    background: #FFF6D8;
    color: #F3DB00;
}

.doctor-widget-one .clini-infos ul li .available-icon {
    font-size: 18px;
    color: #9CA3AF;
    margin-right: 10px;
}

.doctor-widget-one .clini-infos ul li .votes {
    font-size: 12px;
    color: #9CA3AF;
    margin-left: 5px;
}

.doctor-widget-one .clini-infos ul li .available-info-icon {
    font-size: 14px;
    color: #9CA3AF;
    margin-left: 5px;
}

@media (max-width: 767.98px) {
    .doctor-widget-one .clini-infos ul li {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .doctor-widget-one .clini-infos {
        margin: 20px 0 15px 0;
        padding: 0;
    }
}

.doctor-widget-one .clinic-booking .btn {
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    border: 2px solid #1e273e;
    padding: 6px 15px;
}

.doctor-widget-one .clinic-booking .btn-primary-light {
    color: #1e273e;
    background: #ffffff;
    box-shadow: inset 0 0 0 0 #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    margin-top: 8px;
}

.doctor-widget-one .clinic-booking .btn-primary-light:hover {
    color: #ffffff;
    background: #1e273e;
    box-shadow: inset 0 0 0 50px #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.doctor-widget-one .clinic-booking.book-appoint .btn-primary {
    color: #fff;
    background-color: #1e273e;
    border: 2px solid #1e273e;
    box-shadow: inset 0 0 0 0 #fff;
}

.doctor-widget-one .clinic-booking.book-appoint .btn-primary:hover {
    color: #1e273e;
    background-color: #ffffff;
    border-color: #1e273e;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.doctor-widget-one .clinic-booking.book-appoint .btn-primary-light {
    color: #1e273e;
    background: #ffffff;
    box-shadow: inset 0 0 0 0 #1e273e;
    border: 2px solid #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.doctor-widget-one .clinic-booking.book-appoint .btn-primary-light:hover {
    color: #fff;
    background-color: #1e273e;
    border: 2px solid #1e273e;
    box-shadow: inset 0 0 0 0 #fff;
}

.doctor-profile-widget.doc-grid {
    margin-bottom: 24px;
}

.doctor-profile-widget.doc-grid .doc-pro-img .doctor-profile-img {
    margin: 15px 15px 0;
}

.doctor-profile-widget.doc-grid .doc-pro-img .doctor-profile-img img {
    border-radius: 10px;
}

.doctor-profile-widget.doc-grid .doc-pro-img .favourite-btn {
    top: 15px;
    right: 25px;
}

.doctor-profile-widget.doc-grid .doc-pro-img .reviews-ratings {
    position: absolute;
    top: 15px;
    left: 25px;
}

.doctor-profile-widget.doc-grid .doc-pro-img .reviews-ratings p span {
    min-width: 52px;
    font-size: 14px;
    margin: 0;
    padding: 2px 3px;
}

.doctor-profile-widget.doc-grid .doc-content {
    padding: 15px;
}

.doctor-profile-widget.doc-grid .doc-content .review-price p {
    font-weight: 500;
    font-size: 18px;
    color: #28283C;
}

.doctor-profile-widget.doc-grid .doc-content .review-price p span {
    font-size: 13px;
    color: #6B7280;
}

@media (max-width: 1399.98px) {
    .doctor-profile-widget.doc-grid .doc-content .review-price p {
        font-size: 14px;
    }
}

.doctor-profile-widget.doc-grid .doc-content .doc-pro-name {
    width: 100%;
    overflow: hidden;
}

.doctor-profile-widget.doc-grid .doc-content .doc-pro-name h4 {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 2px;
}

.doctor-profile-widget.doc-grid .doc-content .doc-pro-name h4 a {
    margin-right: 6px;
}

.doctor-profile-widget.doc-grid .doc-content .doc-pro-name h4 i {
    color: #22C550;
}

.doctor-profile-widget.doc-grid .doc-content .doc-pro-location p {
    margin-bottom: 10px;
    font-size: 14px;
}

.doctor-profile-widget.doc-grid .doc-content .doc-pro-location p:last-child {
    margin-bottom: 0;
}

.doctor-profile-widget.doc-grid .doc-content .doc-pro-location p i {
    color: #9CA3AF;
    font-size: 18px;
}

.doctor-profile-widget.doc-grid .doc-content .doc-pro-location p span {
    color: #1F2937;
    margin-right: 2px;
}

.doctor-profile-widget.doc-grid .favourite-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
}

.doctor-profile-widget.doc-grid .favourite-btn .favourite-icon {
    background-color: #ffffff;
    border: 1px solid #EDF1F1;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50px;
    color: #484848;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.doctor-profile-widget.doc-grid .favourite-btn .favourite-icon:hover {
    color: #fb1612;
}

.doctor-profile-widget.doc-grid .favourite-btn .favourite-icon.favourite {
    animation: size 0.4s;
    color: #FF3333;
}

.filter-collapse .more-view {
    color: #1e273e;
}

.more-view {
    color: #1e273e;
    font-size: 14px;
    font-weight: 500;
}

.fill-more {
    height: 97px;
    overflow: hidden;
    border-bottom: 1px solid #F3F4F6;
    margin-bottom: 10px !important;
}

.apply-btn .btn-primary {
    color: #fff;
    background-color: #1e273e;
    border: 2px solid #1e273e;
    box-shadow: inset 0 0 0 0 #ffffff;
    display: grid;
}

.apply-btn .btn-primary:hover {
    color: #1e273e;
    background-color: #ffffff;
    border-color: #1e273e;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.apply-btn .btn-outline-primary {
    color: #1e273e;
    background: #ffffff;
    box-shadow: inset 0 0 0 0 #1e273e;
    border: 2px solid #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    display: grid;
}

.apply-btn .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #1e273e;
    border: 2px solid #1e273e;
    box-shadow: inset 0 0 0 0 #ffffff;
}

.map-right {
    height: 100%;
    min-height: 100%;
    padding-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1029;
    display: none;
}

.map-right .available-info {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .map-right {
        position: static;
        height: 450px;
    }
}

.map-right.grid-list-map {
    display: block;
    padding-right: 0px;
    top: 80px;
}

.map-listing {
    height: calc(100vh - 0px);
    width: 100%;
}

.map-listing .profile-widget {
    width: 320px;
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .map-listing {
        height: 450px;
    }
}

.info-widget {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.card-label > label {
    background-color: #ffffff;
    color: #959595;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 6px auto auto 8px;
    padding: 0 7px;
}

@media (max-width: 991.98px) {
    .card-label > label {
        font-size: 12px;
    }
}

.card-label > input {
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    display: block;
    height: 50px;
    margin-top: -13px;
    -webkit-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    transition: border-color 0.3s;
    width: 100%;
    border-radius: 4px;
    padding: 5px 15px 0;
}

.exist-customer a {
    color: #1e273e;
    font-weight: 500;
}

.payment-widget .payment-list + .payment-list {
    margin-bottom: 15px;
}

.payment-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #272b41;
    text-transform: capitalize;
}

.payment-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.payment-radio .checkmark {
    width: 19px;
    height: 19px;
    border: 2px solid #dddddd;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin: 3px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.payment-radio .checkmark::after {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #1e273e;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 3px;
    left: 3px;
}

.payment-radio input:checked ~ .checkmark {
    border-color: #1e273e;
}

.payment-radio input:checked ~ .checkmark::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.booking-date {
    list-style: none;
    padding: 0;
}

.booking-date li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.booking-date li span {
    float: right;
    color: #757575;
    font-weight: 400;
    font-size: 15px;
}

.booking-fee {
    list-style: none;
    padding: 0;
}

.booking-fee li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.booking-fee li span {
    float: right;
    color: #757575;
    font-weight: 400;
    font-size: 15px;
}

.booking-total {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 20px;
}

.booking-total ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.booking-total ul li span {
    font-size: 18px;
    font-weight: 700;
    color: #272b41;
}

@media (max-width: 767.98px) {
    .booking-total ul li span {
        font-size: 14px;
    }
}

.booking-total ul li .total-cost {
    color: #1e273e;
    font-size: 16px;
    float: right;
}

@media (max-width: 767.98px) {
    .booking-total ul li .total-cost {
        font-size: 14px;
    }
}

#calendar-events {
    background-color: #fcfcfc;
}

.calendar-events {
    border: 1px solid transparent;
    cursor: move;
    padding: 10px 15px;
}

.calendar-events:hover {
    border-color: #e9e9e9;
    background-color: #ffffff;
}

.calendar-events i {
    margin-right: 8px;
}

.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
}

@media (max-width: 479.98px) {
    .fc-toolbar.fc-header-toolbar .fc-right {
        margin-bottom: 10px;
    }
}

@media (max-width: 479.98px) {
    .fc-toolbar.fc-header-toolbar .fc-left {
        margin-bottom: 10px;
    }
}

.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar .ui-state-hover, .fc-toolbar button:hover, .fc-toolbar button:focus {
    z-index: 0;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-day-grid-event .fc-time {
    font-family: "Roboto", sans-serif;
}

.fc-day {
    background: #ffffff;
}

.fc th.fc-widget-header {
    background: #eeeeee;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 0;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
    border-color: #f3f3f3;
}

.fc-unthemed .fc-today {
    background: #ffffff;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 2px 5px;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.fc-button {
    background: #f1f1f1;
    border: none;
    color: #797979;
    text-transform: capitalize;
    box-shadow: none !important;
    border-radius: 3px !important;
    height: auto !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}

.fc-state-hover {
    background: #f3f3f3;
}

.fc-state-highlight {
    background: #f0f0f0;
}

.fc-state-down, .fc-state-active, .fc-state-disabled {
    background-color: #1e273e !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

.fc-cell-overlay {
    background: #f0f0f0;
}

.fc-event {
    border: none;
    color: #ffffff !important;
    cursor: move;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    margin: 1px 7px;
    padding: 5px 5px;
}

.event-form .input-group .form-control {
    height: 40px;
}

.comp-header {
    margin-bottom: 1.875rem;
}

.comp-header .comp-title {
    color: #272b41;
}

.line {
    background-color: #1e273e;
    height: 2px;
    margin: 0;
    width: 60px;
}

.comp-buttons .btn {
    margin-bottom: 5px;
}

.pagination-box .pagination {
    margin-top: 0;
}

.comp-dropdowns .btn-group {
    margin-bottom: 5px;
}

.progress-example .progress {
    margin-bottom: 1.5rem;
}

.progress-xs {
    height: 4px;
}

.progress-sm {
    height: 15px;
}

@media (max-width: 575.98px) {
    .progress-lg .page-link {
        font-size: 16px;
        padding: 0.5rem 0.625rem;
    }
}

.progress.progress-sm {
    height: 6px;
}

.progress.progress-md {
    height: 8px;
}

.progress.progress-lg {
    height: 18px;
}

.row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}

.row.row-sm > div {
    padding-left: 3px;
    padding-right: 3px;
}

@media (max-width: 575.98px) {
    .pagination-lg .page-link {
        font-size: 16px;
        padding: 0.5rem 0.625rem;
    }
}

.custom-edit-service textarea.form-control {
    min-height: 200px;
}

.custom-edit-service .service-upload {
    border: 1px solid #dcdcdc;
    border-radius: 0.25rem;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    margin: 0 0 30px;
    padding: 70px 0;
}

.custom-edit-service .service-upload i {
    font-size: 50px;
    color: #858585;
}

.custom-edit-service .service-upload span {
    font-size: 15px;
    color: #858585;
    margin-top: 14px;
    display: block;
}

.custom-edit-service .service-upload input[type=file] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.upload-wrap li {
    margin: 10px;
    list-style: none;
}

.upload-wrap li:first-child {
    margin-left: 0;
}

.invoice-content {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 30px;
}

@media (max-width: 575.98px) {
    .invoice-content {
        padding: 1.25rem;
    }
}

.invoice-item .invoice-logo {
    margin-bottom: 30px;
}

.invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px;
}

.invoice-item .invoice-text {
    padding-top: 42px;
    padding-bottom: 36px;
}

.invoice-item .invoice-text h2 {
    color: #272b41;
    font-size: 36px;
    font-weight: 600;
}

.invoice-item .invoice-details {
    text-align: right;
    color: #757575;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .invoice-item .invoice-details {
        text-align: left;
    }
}

.invoice-item .invoice-details strong {
    color: #272b41;
}

.invoice-item .invoice-details-two {
    text-align: left;
}

.invoice-item .customer-text {
    font-size: 18px;
    color: #272b41;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

@media (max-width: 767.98px) {
    .invoice-item .customer-text {
        font-size: 16px;
    }
}

.invoice-info {
    margin-bottom: 30px;
}

.invoice-info p {
    margin-bottom: 0;
}

.invoice-info.invoice-info2 {
    text-align: right;
}

@media (max-width: 767.98px) {
    .invoice-info.invoice-info2 {
        text-align: left;
    }
}

.invoice-info h5 {
    font-size: 16px;
    font-weight: 500;
}

.invoice-table tr th, .invoice-table tr td, .invoice-table-two tr th, .invoice-table-two tr td {
    color: #272b41;
    font-weight: 700;
    line-height: inherit;
    padding: 10px 20px;
}

.invoice-table tr td, .invoice-table-two tr td {
    color: #757575;
    font-weight: 500;
}

.invoice-table-two {
    margin-bottom: 0;
}

.invoice-table-two tr th, .invoice-table-two tr td {
    border-top: 0;
}

.invoice-table-two tr td {
    text-align: right;
}

.other-info {
    margin-top: 10px;
}

.terms-text {
    margin-bottom: 20px;
}

.terms-text h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.terms-text p {
    color: #666;
    display: inline-block;
    font-size: 16px;
}

.account-card {
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
    padding: 10px;
}

.account-card span {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.info-list {
    margin-bottom: 10px;
}

.info-list .title {
    color: #272b41;
    font-weight: 500;
}

.info-list .text {
    color: #757575;
    display: block;
    overflow: hidden;
}

.section-search-1 {
    background: #f9f9f9 url(../img/slider-bg.jpg) no-repeat bottom center;
    min-height: 450px;
    position: relative;
    background-blend-mode: Darken;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .section-search-1 .dr-img {
        display: none;
    }
}

.search-doctor {
    margin: auto;
}

.search-doctor .search-area {
    background: #ffffff6b;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    max-width: 410px;
    margin: auto;
    padding: 60px 30px;
}

.search-doctor .search-area h2 {
    font-size: 1.7rem;
    font-weight: 600;
}

.search-doctor .submit-section .submit-btn {
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
    padding: 12px 30px;
}

@media (max-width: 767.98px) {
    .search-doctor .submit-section .submit-btn {
        font-size: 15px;
        min-width: 105px;
        padding: 10px 20px;
    }
}

.section-category {
    background-color: #ffffff;
    padding: 80px 0;
}

.section-category .category-box {
    text-align: center;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    margin: 0 0 30px;
    padding: 20px;
}

.section-category .category-box .category-image {
    background: #1e273e;
    height: 60px;
    width: 60px;
    align-items: center;
    border-radius: 4px;
    margin: auto;
    padding: 7px 0 0;
}

.section-category .category-box .category-image img {
    width: 45px;
    height: 45px;
}

.section-category .category-box .category-content {
    margin-top: 20px;
}

.section-category .category-box .category-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #272b41;
}

.section-category .category-box:hover {
    text-align: center;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    cursor: pointer;
    padding: 20px;
}

.pharmacy-home-slider {
    position: relative;
}

.pharmacy-home-slider .swiper-container {
    position: relative;
    padding: 0 !important;
    height: 450px;
    min-height: inherit;
}

.pharmacy-home-slider .swiper-container:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(13, 13, 13, 0.33);
    position: absolute;
    top: 0;
    left: 0;
}

.pharmacy-home-slider img {
    max-width: 100%;
    height: 100%;
}

.pharmacy-home-slider .swiper-button-next {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    background: #ffffff;
    z-index: 9999;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
}

@media (max-width: 767.98px) {
    .pharmacy-home-slider .swiper-button-next {
        display: none;
    }
}

.pharmacy-home-slider .swiper-button-next::before {
    content: "→";
    color: #383838;
    height: 40px;
    font-size: 20px;
}

.pharmacy-home-slider .swiper-button-next::after {
    display: none;
}

.pharmacy-home-slider .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    background: #ffffff;
    z-index: 9999;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: auto;
    left: 10px;
}

@media (max-width: 767.98px) {
    .pharmacy-home-slider .swiper-button-prev {
        display: none;
    }
}

.pharmacy-home-slider .swiper-button-prev:before {
    content: "←";
    color: #383838;
    height: 40px;
    font-size: 20px;
}

.pharmacy-home-slider .swiper-button-prev::after {
    display: none;
}

.pharmacy-home-slider .banner-wrapper {
    padding: 0 15px;
    z-index: 999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.pharmacy-home-slider .banner-wrapper .banner-header {
    margin-bottom: 30px;
}

.pharmacy-home-slider .banner-wrapper .banner-header h1 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .pharmacy-home-slider .banner-wrapper .banner-header h1 {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .pharmacy-home-slider .banner-wrapper .banner-header h1 {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .pharmacy-home-slider .banner-wrapper .banner-header h1 {
        font-size: 28px;
    }
}

.pharmacy-home-slider .banner-wrapper .banner-header p {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .pharmacy-home-slider .banner-wrapper .banner-header p {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .pharmacy-home-slider .banner-wrapper .search-box {
        max-width: 535px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .pharmacy-home-slider .banner-wrapper .search-box form {
        -ms-flex-direction: column;
        flex-direction: column;
        word-wrap: break-word;
        background-clip: border-box;
    }
}

@media (max-width: 575.98px) {
    .pharmacy-home-slider .banner-wrapper .search-box form {
        display: block;
    }
}

.pharmacy-home-slider .banner-wrapper .search-box form .search-location {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 12px;
    position: relative;
    width: 240px;
}

@media (max-width: 767.98px) {
    .pharmacy-home-slider .banner-wrapper .search-box form .search-location {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .pharmacy-home-slider .banner-wrapper .search-box form .search-location {
        width: 100% !important;
        -ms-flex: none;
        flex: none;
    }
}

.pharmacy-home-slider .banner-wrapper .search-box form .search-location .form-control {
    background: #ffffff url(../img/location.png) no-repeat 10px center;
}

.pharmacy-home-slider .banner-wrapper .search-box form .form-control {
    border: 1px solid #cccccc;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding-left: 35px;
}

.pharmacy-home-slider .banner-wrapper .search-box form .form-text {
    color: #ffffff;
    font-size: 13px;
}

.pharmacy-home-slider .banner-wrapper .search-box form .search-info {
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
    margin-right: 12px;
    position: relative;
    width: 490px;
}

@media (max-width: 991.98px) {
    .pharmacy-home-slider .banner-wrapper .search-box form .search-info {
        -ms-flex: 0 0 410px;
        flex: 0 0 410px;
        width: 410px;
    }
}

@media (max-width: 767.98px) {
    .pharmacy-home-slider .banner-wrapper .search-box form .search-info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .pharmacy-home-slider .banner-wrapper .search-box form .search-info {
        width: 100% !important;
        -ms-flex: none;
        flex: none;
    }
}

.pharmacy-home-slider .banner-wrapper .search-box form .search-info .form-control {
    background: #ffffff url(../img/search.png) no-repeat 10px center;
}

.pharmacy-home-slider .banner-wrapper .search-box form .search-btn {
    width: 46px;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px;
    height: 46px;
}

@media (max-width: 767.98px) {
    .pharmacy-home-slider .banner-wrapper .search-box form .search-btn {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-height: 46px;
        width: 100%;
    }
}

.pharmacy-home-slider .banner-wrapper .search-box form .search-btn span {
    display: none;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .pharmacy-home-slider .banner-wrapper .search-box form .search-btn span {
        display: inline-block;
        margin-left: 5px;
        text-transform: uppercase;
    }
}

.pharmacy-home-slider .banner-wrapper .search-box .form-group {
    margin-bottom: 0px;
}

.pharmacy-home-slider .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 20px;
}

.pharmacy-home-slider .swiper-pagination .swiper-pagination-bullet {
    background: #C0C0C0;
    width: 20px;
    height: 5px;
    opacity: 1;
    left: 0 !important;
    border-radius: 0;
    margin: 0 5px;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
}

.pharmacy-home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1e273e;
    width: 20px;
    height: 5px;
    opacity: 1;
}

.section-search-2 {
    background: #4d72d0;
    min-height: 450px;
    position: relative;
    background-blend-mode: Darken;
    background-repeat: repeat;
}

.section-search-2 .search-img {
    margin-top: 80px;
    margin-bottom: 80px;
}

.section-search-2 .search-doctor {
    margin: auto;
}

.banner-wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .banner-wrapper {
        max-width: 720px;
    }
}

.banner-wrapper .search-box-3 {
    background: #1e5c92;
    border-radius: 10px;
    position: absolute;
    margin: -50px 0 0;
    padding: 40px 20px;
}

@media (max-width: 991.98px) {
    .banner-wrapper .search-box-3 {
        display: none;
    }
}

.banner-wrapper .search-box-3 .search-location {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 12px;
    position: relative;
    width: 240px;
}

.banner-wrapper .search-box-3 .search-location .form-control {
    background: #ffffff url(../img/location.png) no-repeat 10px center;
}

.banner-wrapper .search-box-3 .form-group {
    margin-bottom: 0px;
}

.banner-wrapper .search-box-3 .form-control {
    border: 1px solid #cccccc;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding-left: 35px;
}

.banner-wrapper .search-box-3 .search-info {
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
    margin-right: 12px;
    position: relative;
    width: 490px;
}

.banner-wrapper .search-box-3 .search-info .form-control {
    background: #ffffff url(../img/search.png) no-repeat 10px center;
}

.banner-wrapper .search-box-3 .form-control {
    background: #ffffff url(../img/search.png) no-repeat 10px center;
}

.banner-wrapper .search-box-3 .search-btn {
    width: 46px;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px;
    height: 46px;
}

.banner-wrapper .search-box-3 .search-btn span {
    display: none;
    font-weight: 500;
}

.btn-search {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #1e5c92;
}

.doc-form {
    position: absolute;
    top: 155px;
    padding: 50px 0;
}

@media (max-width: 991.98px) {
    .doc-form {
        width: 600px;
        padding: 37px 0;
        position: absolute;
        top: 85px;
        left: 20px;
    }
}

@media (max-width: 767.98px) {
    .doc-form {
        padding: 10px;
        left: 0;
    }
}

.doc-form .app-form {
    position: relative;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.87);
    padding: 30px;
}

@media (max-width: 767.98px) {
    .doc-form .app-form {
        display: none;
    }
}

.doc-form .app-form h2 {
    color: #E74E84;
    font-size: 34px;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .doc-form .app-form h2 {
        font-size: 30px;
    }
}

.doc-form .app-form h2 .header-highlight {
    color: #1860CA;
    font-weight: 600;
}

.doc-form .app-form .doctor-search-form .form-custom {
    position: relative;
}

.doc-form .app-form .doctor-search-form .form-custom i {
    color: #FFFFFF;
}

.doc-form .app-form .doctor-search-form input {
    border-radius: 20px;
}

@media (max-width: 991.98px) {
    .doc-form .app-form .doctor-search-form input {
        min-height: 50px;
    }
}

.doc-form .app-form .banner-btn {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 18px 30px;
}

@media (max-width: 991.98px) {
    .doc-form .app-form .banner-btn {
        padding: 10px 30px;
        min-height: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

.doc-form .app-form .banner-btn:hover {
    background-color: #1e273e;
}

.form-custom i {
    color: #DD2D4E;
    position: absolute;
    top: 35%;
    right: 15px;
}

.doctor-search-form select {
    border: 1px solid rgba(16, 222, 253, 0.1);
    box-shadow: 0px 4px 4px rgba(237, 237, 237, 0.25);
    border-radius: 5px;
}

.doctor-search-form input {
    border: 1px solid rgba(16, 222, 253, 0.1);
    box-shadow: 0px 4px 4px rgba(237, 237, 237, 0.25);
    border-radius: 5px;
}

.doctor-search-form input, .doctor-search-form select {
    background: #ffffff;
    border-radius: 130px;
    min-height: 60px;
    border: 0;
}

.category-sec {
    position: relative;
    margin: -30px 0 0;
    padding: 0 0 50px 0;
}

@media (max-width: 991.98px) {
    .category-sec {
        margin: 0;
        padding: 50px 0;
    }
}

@media (max-width: 767.98px) {
    .category-sec {
        padding: 30px 0;
    }
}

.category-sec .set-category {
    background-color: #1860CA;
    border-radius: 20px;
    min-height: 200px;
    padding: 15px;
}

@media (max-width: 991.98px) {
    .category-sec .set-category {
        padding: 10px;
    }
}

@media (max-width: 991.98px) {
    .category-sec .set-category {
        margin-bottom: 30px;
    }
}

.category-sec .set-category .img-holder {
    margin-right: 20px;
}

@media (max-width: 991.98px) {
    .category-sec .set-category .img-holder {
        margin-right: 10px;
    }
}

.category-sec .set-category .img-holder a {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    .category-sec .set-category .img-holder a {
        width: 50px;
        height: 50px;
    }
}

.category-sec .set-category .img-holder a img {
    width: 30px;
}

@media (max-width: 991.98px) {
    .category-sec .set-category .img-holder a img {
        width: 20px;
    }
}

.category-sec .set-category .info-holder h3 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .category-sec .set-category .info-holder h3 {
        font-size: 20px;
    }
}

.category-sec .set-category .info-holder p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .category-sec .set-category .info-holder p {
        font-size: 11px;
    }
}

.category-sec .set-category .info-holder .book-now {
    color: #ffffff;
}

.category-sec .set-category .info-holder .book-now i {
    position: absolute;
    margin: 4px 6px;
}

.category-sec .set-category h1 {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    opacity: 0.1;
    margin: 0;
    position: absolute;
    right: 25px;
    bottom: -13px;
}

.category-sec .set-category.light {
    background-color: #FFFFFF;
}

.category-sec .set-category.lighter {
    background-color: #00BCD1;
}

.clinic-section {
    padding: 50px 0 20px;
}

@media (max-width: 767.98px) {
    .clinic-section {
        padding: 30px 0 0;
    }
}

.sec-header {
    margin-bottom: 40px;
    text-align: center;
}

.sec-header h2 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 700;
    color: #22396B;
}

@media (max-width: 767.98px) {
    .sec-header h2 {
        font-size: 24px;
    }
}

.sec-header .bottom-border {
    border-top: 3px solid #E74E84;
    width: 75px;
    position: relative;
    display: inline-block;
    border-radius: 150px;
    margin: 20px 0 auto;
}

.sec-header .bottom-border:after {
    content: "";
    width: 6px;
    background: #ffffff;
    height: 3px;
    z-index: 9;
    position: absolute;
    top: -3px;
    right: 4px;
}

.browse-speciality {
    background-color: #F8FBFF;
    padding: 50px 0 25px;
}

@media (max-width: 767.98px) {
    .browse-speciality {
        padding: 30px 0 15px;
    }
}

.browse-widget:hover .overlay {
    background-color: rgba(36, 36, 36, 0.5);
}

.browse-widget:hover .overlay .arrows {
    background-color: #ffffff;
    transform: translate(0, -320%);
    -webkit-transform: translate(0, -320%);
    -ms-transform: translate(0, -320%);
}

.browse-widget:hover .overlay .arrows i {
    color: #1C5B90;
}

.browse-widget > img {
    border-radius: 10px;
    width: 100%;
}

.browse-widget .overlay {
    background-color: rgba(34, 100, 197, 0.8);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    flex-direction: column;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
}

.browse-widget .overlay h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.browse-widget .overlay .arrows {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
}

.browse-widget .overlay .arrows i {
    color: #ffffff;
}

.patient-select {
    background: url(../img/slider/blue-bg.png);
    background-size: cover;
    padding: 50px 0;
}

@media (max-width: 767.98px) {
    .patient-select {
        background: #2264C5 url(../img/slider/blue-bg.png);
        padding: 30px 0 0;
    }
}

.patient-select .select-box {
    background: url(../img/slider/doctor-bg.jpg);
    border-radius: 60px 10px 10px 60px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    padding: 30px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .patient-select .select-box {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .patient-select .select-box {
        margin-bottom: 30px;
        border-radius: 60px;
    }
}

.patient-select .select-box::before {
    content: "";
    background: rgba(16, 222, 253, 0.6);
    z-index: -1;
    border-radius: 55px 5px 5px 55px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.patient-select .select-box .image-holder {
    margin-right: 20px;
}

@media (max-width: 991.98px) {
    .patient-select .select-box .image-holder {
        margin-right: 15px;
    }
}

.patient-select .select-box .image-holder span {
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 6px solid #d2edf6;
}

.patient-select .select-box .image-holder span img {
    width: 55px;
}

.patient-select .select-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .patient-select .select-box h2 {
        font-size: 24px;
    }
}

.patient-select .select-box p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .patient-select .select-box p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .patient-select .select-box p {
        font-size: 12px;
    }
}

.patient-select .select-box .book-now {
    background-color: #1C71EF;
    color: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 110px;
    padding: 6px 20px;
}

@media (max-width: 991.98px) {
    .patient-select .select-box .book-now {
        padding: 8px 20px;
    }
}

@media (max-width: 767.98px) {
    .patient-select .select-box .book-now {
        font-size: 13px;
    }
}

.patient-select .select-box .book-now:hover {
    background-color: #1e273e;
}

.patient-select .select-box.theme {
    background: url(../img/slider/patient-bg.jpg);
    border-radius: 10px 60px 60px 10px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .patient-select .select-box.theme {
        border-radius: 60px;
    }
}

.patient-select .select-box.theme::before {
    content: "";
    background: rgba(28, 113, 239, 0.6);
    z-index: -1;
    border-radius: 5px 55px 55px 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.patient-select .select-box.theme .image-holder span {
    border: 6px solid #d9e1f0;
}

.patient-select .select-box.theme .book-now {
    background-color: #20D7F2;
}

.patient-select .select-box.theme .book-now:hover {
    background-color: #1e273e;
}

.book-doctor {
    padding: 50px 0;
}

@media (max-width: 767.98px) {
    .book-doctor {
        padding: 30px 0;
    }
}

.book-doctor .view-btn {
    background-color: #1e273e;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #1e273e;
    padding: 6px 20px;
}

@media (max-width: 767.98px) {
    .book-doctor .view-btn {
        font-size: 14px;
    }
}

.book-doctor .view-btn:hover {
    background-color: #1e273e;
    border: 1px solid #1e273e;
}

@media (max-width: 767.98px) {
    .book-doctor .row.mt-4 {
        margin-top: 0 !important;
    }
}

.book-slider.doctor-best .pro-content .star {
    right: 15px;
}

.book-slider .profile-widget {
    border: none;
    margin: 0 0 70px;
    padding: 0;
}

.book-slider .profile-widget a {
    border-radius: 10px 10px 0px 0px;
}

.book-slider .profile-widget a img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.book-slider .profile-widget .content-info {
    display: none;
    padding: 0;
}

.book-slider .profile-widget .content-info .view-btn {
    background-color: #216EE1;
    border: 1px solid #216EE1;
    border-radius: 30px;
    padding: 7px;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.book-slider .profile-widget .content-info .book-btn {
    background-color: #1e273e;
    border: 1px solid #1e273e;
    border-radius: 30px;
    padding: 7px;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.book-slider .profile-widget:hover .rating {
    display: block;
}

.book-slider .profile-widget:hover .content-info {
    display: block;
}

.book-slider .profile-widget:hover .side-arrow {
    display: none;
}

.book-slider .pro-content {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: 0;
}

.book-slider .pro-content .amt {
    background-color: #E74E84;
    padding: 3px 8px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.book-slider .pro-content .star {
    background-color: #2264C5;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    right: 0;
}

.book-slider .provider-info {
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 15px;
}

@media (max-width: 767.98px) {
    .book-slider .provider-info h3 {
        font-size: 18px;
    }
}

.book-slider .provider-info h3 a {
    font-size: 22px;
    font-weight: 700;
    color: #22396B;
}

@media (max-width: 767.98px) {
    .book-slider .provider-info h3 a {
        font-size: 20px;
    }
}

.book-slider .provider-info h5 {
    color: #E74E84;
    font-size: 15px;
    font-weight: 600;
    float: left;
}

@media (max-width: 767.98px) {
    .book-slider .provider-info h5 {
        font-size: 12px;
    }
}

.book-slider .provider-info .rating {
    display: none;
    font-size: 12px;
    width: auto;
    text-align: right;
}

.book-slider .provider-info .rating i {
    font-size: 10px;
    color: #dfdfdf;
}

.book-slider .provider-info .rating i.filled {
    color: #FED35D;
}

.book-slider .provider-info .rating span {
    padding: 0 8px;
    background-color: #FED35D;
    border-radius: 30px;
    font-size: 10px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 5px;
}

.book-slider .provider-info .side-arrow {
    width: 40px;
    height: 40px;
    background-color: #2868C8;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: 15px;
    right: 15px;
}

@media (max-width: 767.98px) {
    .book-slider .provider-info .side-arrow {
        width: 30px;
        height: 30px;
    }
}

.book-slider .available-info li {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

@media (max-width: 767.98px) {
    .book-slider .available-info li {
        font-size: 13px;
    }
}

.book-slider .available-info li i {
    font-size: 14px;
    color: #1C5B90;
}

.aval-features {
    background-color: #2467CA;
}

@media (min-width: 1200.98px) {
    .aval-features .custom-contain {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media (max-width: 991.98px) {
    .aval-features .custom-contain {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}

.aval-features .feature {
    background: url(../img/slider/feature-img.jpg);
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .aval-features .feature {
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 40px;
    }
}

@media (max-width: 767.98px) {
    .aval-features .feature {
        padding: 30px;
    }
}

.aval-features .feature .info-box {
    background: rgba(24, 96, 202, 0.8);
    padding: 40px;
}

@media (max-width: 991.98px) {
    .aval-features .feature .info-box {
        padding: 20px;
    }
}

.aval-features .feature .info-box h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

@media (max-width: 991.98px) {
    .aval-features .feature .info-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .aval-features .feature .info-box h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 479.98px) {
    .aval-features .feature .info-box h2 {
        font-size: 20px;
    }
}

.aval-features .feature .info-box p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .aval-features .feature .info-box p {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

.aval-features .feature .info-box a {
    background: #1e273e;
    border-radius: 30px;
    width: 120px;
    color: #ffffff;
    padding: 6px;
}

@media (max-width: 767.98px) {
    .aval-features .feature .info-box a {
        font-size: 12px;
        width: 100px;
    }
}

.aval-features .feature .info-box a:hover {
    background-color: #1e273e;
    border: 2px solid #1e273e;
}

.aval-features .aval-widget {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.aval-features .aval-widget .features-img {
    width: 150px;
    height: 150px;
    border-radius: 80px 60px 50px 50px;
    margin: 0 auto;
}

.aval-features .aval-widget .features-img img {
    border-radius: 80px 60px 50px 50px;
    width: 100%;
    border: 4px solid #ffffff;
}

.aval-features .aval-widget .features-img p {
    background: #1e273e;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    margin: 20px 0 0;
    padding: 6px;
}

.aval-features .aval-widget .features-img p:hover {
    background-color: #1e273e;
}

@media (max-width: 767.98px) {
    .aval-features .col-md-6.ps-0 {
        padding-left: 15px !important;
    }
}

.doctor-search-section {
    padding-top: 95px;
    position: relative;
    background: url(../img/banner-2.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .doctor-search-section {
        padding-top: 85px;
    }
}

.doctor-search-section .doctor-search {
    padding-bottom: 15px;
}

@media (max-width: 991.98px) {
    .doctor-search-section .doctor-search {
        padding: 30px 0;
    }
}

.doctor-search-section .banner-header h2 {
    color: #186DB5;
    font-size: 32px;
    font-weight: 600;
    line-height: 54px;
}

@media (max-width: 767.98px) {
    .doctor-search-section .banner-header h2 {
        font-size: 26px;
        line-height: 40px;
    }
}

.doctor-search-section .doctor-search-form select, .doctor-search-section .doctor-search-form input {
    border: 1px solid rgba(16, 222, 253, 0.1);
    box-shadow: 0px 4px 4px rgba(237, 237, 237, 0.25);
    border-radius: 5px;
}

@media (max-width: 991.98px) {
    .doctor-search-section .dr-img {
        display: none;
    }
}

.clinics-section {
    padding: 60px 0 40px;
    background: #ffffff;
}

@media (max-width: 991.98px) {
    .clinics-section {
        padding: 40px 0 25px;
    }
}

@media (max-width: 767.98px) {
    .clinics-section {
        padding: 30px 0 10px;
    }
}

.clinics-section .clinic-item:hover .clinics-card .clinics-img:after {
    background: rgba(45, 226, 253, 0.9);
}

.clinics-section .clinic-item:hover .clinics-icon {
    transform: translate(0, -180%);
    -webkit-transform: translate(0, -180%);
    -ms-transform: translate(0, -180%);
}

.clinics-section .clinic-item:hover .clinics-icon i {
    color: #1C5B90;
    background: #ffffff;
}

.clinics-section .clinics-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.clinics-section .clinics-card .clinics-img {
    position: relative;
}

.clinics-section .clinics-card .clinics-img:after {
    content: "";
    background: rgba(28, 91, 144, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.clinics-section .clinics-card .clinics-info {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.clinics-section .clinics-card .clinics-info img {
    width: 60px !important;
    margin: auto;
    margin-bottom: 10px;
}

.clinics-section .clinics-card .clinics-info span {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

.clinics-section .clinics-icon {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.clinics-section .clinics-icon i {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #1e273e;
    color: #ffffff;
    margin: auto;
    display: block;
}

.section-heading {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .section-heading {
        margin-bottom: 15px;
    }
}

.section-heading h2 {
    font-weight: 700;
    font-size: 26px;
    color: #1C5B90;
}

@media (max-width: 767.98px) {
    .section-heading h2 {
        font-size: 20px;
    }
}

.section-heading p {
    font-size: 14px;
    color: #757578;
    margin-bottom: 0;
}

.section-heading.bg-area h2 {
    color: #ffffff;
}

.section-heading.bg-area p {
    color: #ffffff;
}

.specialities-section {
    padding: 80px 0 55px;
    position: relative;
    background: url(../img/specialist-bg.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .specialities-section {
        padding: 60px 0 35px;
    }
}

@media (max-width: 767.98px) {
    .specialities-section {
        padding: 40px 0 15px;
    }
}

.specialities-section:after {
    content: "";
    background: rgba(25, 69, 107, 0.9);
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.specialities-section .specialist-card {
    background: #ffffff;
    box-shadow: 0px 4px 24px rgba(183, 183, 183, 0.25);
    border-radius: 163px;
    align-items: center;
    margin: 0 0 25px;
    padding: 15px;
}

.specialities-section .specialist-card:hover {
    background: #E0F2FF;
}

.specialities-section .specialist-card:hover .specialist-img {
    background: #1e273e;
}

.specialities-section .specialist-card:hover .specialist-nav i {
    background: #1e273e;
    color: #ffffff;
}

.specialities-section .specialist-card .specialist-img {
    background: #1B5D92;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0 10px 0 0;
    padding: 10px;
}

.specialities-section .specialist-card .specialist-info p {
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
}

.specialities-section .specialist-card .specialist-info h4 {
    font-weight: 600;
    color: #274782;
    margin-bottom: 0;
}

.specialities-section .specialist-card .specialist-nav i {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #ffffff;
    box-shadow: 0px 4px 24px rgba(183, 183, 183, 0.25);
    color: #D84153;
    margin: auto;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.shapes {
    position: absolute;
    width: 100%;
}

@media (max-width: 991.98px) {
    .shapes {
        display: none;
    }
}

.shapes .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.shapes .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.shapes .shape-3 {
    position: absolute;
    top: -110px;
    left: 0;
}

.shapes .shape-4 {
    position: absolute;
    top: -110px;
    right: 0;
}

.our-doctors-section {
    padding: 60px 0;
    background: #ffffff;
}

@media (max-width: 991.98px) {
    .our-doctors-section {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .our-doctors-section {
        padding: 30px 0;
    }
}

.our-doctors-card {
    background: rgba(232, 246, 255, 0.4);
    border: 1px solid rgba(231, 237, 255, 0.5);
    border-radius: 10px;
    padding: 10px;
}

.our-doctors-card .doctors-header {
    position: relative;
}

.our-doctors-card .doctors-header img {
    border-radius: 10px 10px 0 0;
}

.our-doctors-card .doctors-header .img-overlay {
    background: #1B5D92;
    border-radius: 110px;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.our-doctors-card .doctors-body {
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}

.our-doctors-card .doctors-body .rating {
    font-size: 12px;
}

.our-doctors-card .doctors-body .rating i.filled {
    color: #1C5B90;
}

.our-doctors-card .doctors-body .rating .average-ratings {
    background: #1C5B90;
    border-radius: 70px;
    color: #ffffff;
    padding: 1px 15px;
    margin-left: 10px;
}

.our-doctors-card .doctors-body h4 {
    color: #1C1C1C;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.our-doctors-card .doctors-body p {
    color: #204892;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 15px;
}

.our-doctors-card .doctors-body .location {
    padding: 0 0;
}

.our-doctors-card .doctors-body .location p {
    font-size: 17px;
    color: #000000;
    cursor: pointer;
}

.our-doctors-card .doctors-body .location p i {
    color: #1C5B90;
    margin-right: 2px;
    margin-bottom: 5px;
}

.our-doctors-card .doctors-body .view-btn {
    background: #ffffff;
    border: 1px solid #1e273e;
    box-sizing: border-box;
    border-radius: 30px;
    color: rgba(41, 68, 129, 0.9);
    padding: 10px 0;
}

.our-doctors-card .doctors-body .view-btn:hover {
    background-color: #1e273e;
    color: #ffffff;
}

.our-doctors-card .doctors-body .book-btn {
    background: #1e273e;
    border: 1px solid #1e273e;
    border-radius: 30px;
    padding: 10px 0;
}

.our-doctors-card .doctors-body .book-btn:hover {
    background-color: #ffffff;
    color: #1e273e;
}


.doctors-section {
    background: #F2F6F6;
    margin: 0;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.doctors-section::after {
    content: "";
    background: url(../img/bg/doctor-shape-img1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 213px;
    height: 335px;
    opacity: 0.5;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .doctors-section::after {
        display: none;
    }
}

.doctors-section::before {
    content: "";
    background: url(../img/bg/doctor-shape-img2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    width: 213px;
    height: 335px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .doctors-section::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .doctors-section {
        margin: 0;
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .doctors-section .section-header-slider {
        margin-bottom: 20px;
    }
}

.clinic-features-section {
    position: relative;
    background: url(../img/featured-bg.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

@media (max-width: 991.98px) {
    .clinic-features-section {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .clinic-features-section {
        padding: 30px 0;
    }
}

.clinic-features-section .clinic-features {
    position: relative;
}

.clinic-features-section .clinic-features img {
    border-radius: 10px;
}

.clinic-features-section .clinic-feature-overlay {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20px;
}

.clinic-features-section .clinic-feature-overlay .img-overlay {
    background: #1e273e;
    border-radius: 60px;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #E6F4FD;
    font-weight: 600;
    min-width: 150px;
    display: inline-block;
}

.clinic-features-section .clinic-feature-overlay .img-overlay:hover {
    background-color: #1e273e;
}

.section-search-3 {
    position: relative;
    background: url(../img/banner-3.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    min-height: 450px;
    padding-top: 85px;
}

.section-search-3:after {
    content: "";
    background: rgba(24, 96, 202, 0.9);
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.section-search-3 .banner-info {
    padding: 130px 0 190px;
}

@media (max-width: 991.98px) {
    .section-search-3 .banner-info {
        padding: 60px 0 130px;
    }
}

@media (max-width: 767.98px) {
    .section-search-3 .banner-info {
        padding: 20px 0 100px;
    }
}

@media (max-width: 479.98px) {
    .section-search-3 .banner-info {
        padding: 20px 0 70px;
    }
}

.section-search-3 .banner-info .header-banner h2 {
    color: #ffffff;
    font-weight: 600;
    line-height: 40px;
}

.section-search-3 .banner-info .header-banner h2 .header-highlight {
    font-weight: 700;
    color: #FFFFFF;
}

.section-search-3 .banner-info .header-banner p {
    font-size: 17px;
    color: #ffffff;
}

.section-search-3 .doctor-search {
    padding-bottom: 15px;
}

@media (max-width: 991.98px) {
    .section-search-3 .doctor-search {
        padding: 30px 0;
    }
}

.section-search-3 .doctor-search .doctor-search-form.trans .form-control {
    color: #ffffff;
}

.section-search-3 .doctor-search .doctor-search-form.trans input, .section-search-3 .doctor-search .doctor-search-form.trans select {
    background-color: transparent;
    border: 2px solid #c2d6f3 !important;
    border-radius: 130px;
    min-height: 60px;
    border: 0;
    box-shadow: 0px 4px 4px rgba(237, 237, 237, 0.25);
    border-radius: 5px;
}

.section-search-3 .doctor-search .doctor-search-form.trans input::placeholder, .section-search-3 .doctor-search .doctor-search-form.trans select::placeholder {
    color: #ffffff;
}

.section-search-3 .doctor-search .doctor-search-form.trans .form-custom i {
    color: #ffffff;
}

.section-search-3 .doctor-search .doctor-search-form.trans .banner-btn {
    background-color: #13a5e5;
}

.section-search-3 .doctor-search .doctor-search-form.trans .banner-btn:hover {
    background-color: #1e273e;
}

@media (max-width: 991.98px) {
    .section-search-3 .doctor-search .doctor-search-form.trans .banner-btn {
        padding: 18px 30px;
    }
}

.doctor-category {
    position: relative;
    margin-top: -130px;
    z-index: 9;
    padding: 60px 0;
}

@media (max-width: 767.98px) {
    .doctor-category {
        padding: 40px 0 10px;
        margin-top: -110px;
    }
}

.doctor-category .pop-box {
    background-color: #ffffff;
    padding: 15px 15px 0;
    border-radius: 5px;
    box-shadow: 0px 4px 44px rgba(219, 219, 219, 0.25);
}

@media (max-width: 767.98px) {
    .doctor-category .pop-box {
        margin-bottom: 30px;
    }
}

.doctor-category .pop-box .top-section {
    background-color: #E5F6FD;
    padding: 20px;
    min-height: 150px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.doctor-category .pop-box .top-section i {
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 30px;
    color: #1e273e;
    border: 5px solid #f5f8f9;
}

.doctor-category .pop-box .top-section.three {
    background-color: #FFE0E7;
}

.doctor-category .pop-box .top-section.three i {
    color: #FFAABD;
}

.doctor-category .pop-box .top-section.two {
    background-color: #FFF1C9;
}

.doctor-category .pop-box .top-section.two i {
    color: #FFBD07;
}

.doctor-category .pop-box .body-section {
    padding: 20px;
    min-height: 200px;
    flex-direction: column;
}

.doctor-category .pop-box .body-section h3 {
    color: #2467CA;
    font-weight: 600;
    font-size: 24px;
}

@media (max-width: 991.98px) {
    .doctor-category .pop-box .body-section h3 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .doctor-category .pop-box .body-section h3 {
        font-size: 18px;
    }
}

.doctor-category .pop-box .body-section p {
    color: #E74E84;
    font-weight: 500;
}

.doctor-category .pop-box .body-section .book-btn {
    width: 150px;
    margin: 0 auto;
    border-radius: 30px;

}

.section-header-three {
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    .section-header-three {
        margin-bottom: 40px;
    }
}

@media (max-width: 479.98px) {
    .section-header-three {
        margin-bottom: 30px;
    }
}

.section-header-three h2 {
    color: #2868C8;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .section-header-three h2 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .section-header-three h2 {
        font-size: 24px;
    }
}

@media (max-width: 479.98px) {
    .section-header-three h2 {
        font-size: 15px;
    }
}

.section-header-three h2:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #ffd152;
    border-radius: 50%;
    box-shadow: 15px 0px 0px -2px #ffd152;
    position: absolute;
    top: 12px;
    left: -40px;
}

.section-header-three h2:after {
    width: 13px;
    height: 13px;
    content: "";
    background: #ffd152;
    border-radius: 50%;
    box-shadow: -15px 0px 0px -2px #ffd152;
    position: absolute;
    top: 12px;
    right: -40px;
}

.section-header-three h2 img {
    margin: 2px 5px 5px;
}

.section-header-three p {
    color: #757575;
    font-size: 16px;
    max-width: 600px;
    margin: 15px auto 0;
}

@media (max-width: 767.98px) {
    .section-header-three p {
        font-size: 14px;
    }
}

@media (max-width: 479.98px) {
    .section-header-three p {
        font-size: 11px;
    }
}

.clinic-specialities {
    background: url(../img/special-banner.jpg);
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .clinic-specialities {
        padding: 40px 0;
    }
}

.clinic-specialities .special-box {
    background-color: #ffffff;
    border-radius: 10px;
    height: 160px;
    cursor: pointer;
    margin-bottom: 30px;
    -webkit-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    transition: ease all 0.4s;
}

.clinic-specialities .special-box .special-body {
    padding: 20px;
}

.clinic-specialities .special-box .special-body img {
    width: 50px;
    margin-bottom: 15px;
}

.clinic-specialities .special-box .special-body h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 479.98px) {
    .clinic-specialities .special-box .special-body h4 {
        font-size: 15px;
    }
}

.clinic-specialities .special-box .special-body .spc-book {
    background-color: #ffffff;
    padding: 10px 15px;
    min-width: 120px;
    color: #E74E84;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: none;
}

.clinic-specialities .special-box .special-body .spc-book i {
    background-color: #E74E84;
    color: #ffffff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 10px;
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.clinic-specialities .special-box .special-footer {
    border-top: 1px solid #EAEAEA;
    width: 100%;
    margin: 0;
    padding: 15px;
}

.clinic-specialities .special-box .special-footer .doc-count {
    font-size: 14px;
    font-weight: 700;
    color: #E74E84;
}

@media (max-width: 479.98px) {
    .clinic-specialities .special-box .special-footer .doc-count {
        font-size: 13px;
    }
}

.clinic-specialities .special-box .special-footer .doc-count span {
    color: #000000;
    font-weight: 500;
}

.clinic-specialities .special-box .special-footer .clin-count {
    font-size: 14px;
    font-weight: 700;
    color: #1C71EF;
}

@media (max-width: 479.98px) {
    .clinic-specialities .special-box .special-footer .clin-count {
        font-size: 13px;
    }
}

.clinic-specialities .special-box .special-footer .clin-count span {
    color: #000000;
    font-weight: 500;
}

.clinic-specialities .special-box:hover {
    background-color: #1C71EF;
    -webkit-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    transition: ease all 0.4s;
}

.clinic-specialities .special-box:hover .special-body {
    height: 100%;
    flex-direction: column;
}

.clinic-specialities .special-box:hover .special-body h4 {
    color: #ffffff;
}

.clinic-specialities .special-box:hover .spc-book {
    margin-top: 10px;
    display: block;
}

.clinic-specialities .special-box:hover img {
    display: none;
}

.clinic-specialities .special-box:hover .special-footer {
    display: none;
}

.view-all-more .btn {
    background: #FFFFFF;
    border-radius: 30px;
    border-color: #FFFFFF;
    margin: 20px 0 0;
    padding: 9px 30px;
}

@media (max-width: 479.98px) {
    .view-all-more .btn {
        font-size: 14px;
        padding: 6px 20px;
    }
}

.view-all-more .btn:hover {
    background-color: #1e273e;
    border: 1px solid #1e273e;
}

.browse-section {
    background-color: #E5F6FD;
    padding: 60px 0;
}

@media (max-width: 767.98px) {
    .browse-section {
        padding: 40px 0;
    }
}

.browse-section .brower-box {
    text-align: center;
    border-radius: 10px;
    border: 6px solid #ffffff;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.browse-section .brower-box > div {
    border-radius: 15px;
    background-color: #E5F6FD;
    height: 100%;
    padding: 15px;
}

.browse-section .brower-box > div .brower-img {
    background-color: #1C71EF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.browse-section .brower-box > div .brower-img img {
    width: auto;
}

.browse-section .brower-box > div h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2264C5;
}

.browse-section .brower-box > div p {
    font-size: 14px;
    font-weight: 500;
    color: #E74E84;
    margin: 0;
}

@media (max-width: 767.98px) {
    .doctor-divison .d-flex {
        display: block !important;
    }
}

.doctor-divison .doc-background {
    background: url(../img/shapes/doctor-bg.jpg);
    background-position: center;
    min-height: 350px;
    background-size: cover;
    padding: 40px 30px;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .doctor-divison .doc-background {
        min-height: 250px;
    }
}

@media (max-width: 767.98px) {
    .doctor-divison .doc-background {
        padding: 20px 15px;
        min-height: 200px;
    }
}

.doctor-divison .doc-background::before {
    content: "";
    background: rgba(61, 59, 59, 0.84);
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.doctor-divison h3 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .doctor-divison h3 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .doctor-divison h3 {
        font-size: 16px;
    }
}

@media (max-width: 479.98px) {
    .doctor-divison h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.doctor-divison p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .doctor-divison p {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .doctor-divison p {
        font-size: 11px;
    }
}

@media (max-width: 479.98px) {
    .doctor-divison p {
        font-size: 10px;
        margin-bottom: 20px;
    }
}

.doctor-divison .doc-bok-btn {
    font-size: 14px;
    padding: 6px 12px;
    color: #ffffff;
    background-color: #1C71EF;
    border-radius: 30px;
    width: 100px;
    text-align: center;
}

@media (max-width: 479.98px) {
    .doctor-divison .doc-bok-btn {
        font-size: 12px;
        padding: 5px 10px;
    }
}

.doctor-divison .doc-bok-btn:hover {
    background-color: #1e273e;
}

.doctor-divison .pat-background {
    background: url(../img/shapes/doctor-right-bg.jpg);
    background-position: center;
    min-height: 350px;
    background-size: cover;
    padding: 40px 30px;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .doctor-divison .pat-background {
        min-height: 250px;
    }
}

@media (max-width: 767.98px) {
    .doctor-divison .pat-background {
        padding: 20px 15px;
        min-height: 200px;
    }
}

.doctor-divison .pat-background.pat-background::before {
    content: "";
    background: rgba(28, 113, 239, 0.9);
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.doctor-divison .pat-background .doc-bok-btn {
    background-color: #FED35D;
}

.doctor-divison .pat-background .doc-bok-btn:hover {
    background-color: #f39c12;
}

.book-section {
    background: url(../img/special-banner.jpg);
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .book-section {
        padding: 40px 0;
    }
}

.book-section .book-best-doctors {
    margin-bottom: 30px;
}

.book-section .book-best-doctors .book-header img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.book-section .book-best-doctors .book-header .img-overlay {
    background: #E74E84;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.book-section .book-best-doctors .book-header .img-overlay i {
    font-size: 12px;
}

.book-section .book-best-doctors .doctors-body {
    background-color: #ffffff;
    padding: 0;
    box-shadow: 0px -6px 54px rgba(152, 152, 152, 0.25);
    border-radius: 0;
}

.book-section .book-best-doctors .doctors-body .inner-section {
    padding: 15px 15px 0;
}

.book-section .book-best-doctors .doctors-body .inner-section > span {
    color: #E74E84;
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .book-section .book-best-doctors .doctors-body .inner-section > span {
        font-size: 12px;
    }
}

.book-section .book-best-doctors .doctors-body .rating {
    font-size: 12px;
}

.book-section .book-best-doctors .doctors-body .rating i {
    font-size: 10px;
    color: #dfdfdf;
    margin-bottom: 10px;
}

.book-section .book-best-doctors .doctors-body .rating i.filled {
    color: #FED35D;
}

.book-section .book-best-doctors .doctors-body .rating .average-ratings {
    background-color: #FED35D;
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .book-section .book-best-doctors .doctors-body .rating .average-ratings {
        font-size: 10px;
        margin: 0 0 0 7px;
        padding: 1px 8px;
    }
}

.book-section .book-best-doctors .doctors-body h4 {
    color: #22396B;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .book-section .book-best-doctors .doctors-body h4 {
        font-size: 18px;
    }
}

@media (max-width: 479.98px) {
    .book-section .book-best-doctors .doctors-body h4 {
        font-size: 16px;
    }
}

.book-section .book-best-doctors .doctors-body p {
    color: #0098AE;
    font-size: 12px;
    font-weight: 600;
}

.book-section .book-best-doctors .loc-details {
    background-color: #f6faff;
    margin: 15px 0 0;
    padding: 15px 10px 0;
}

.book-section .book-best-doctors .loc-details .d-flex {
    margin-bottom: 15px;
}

.book-section .book-best-doctors .loc-details img {
    color: #22396B;
    width: auto;
    margin-right: 10px;
}

@media (max-width: 479.98px) {
    .book-section .book-best-doctors .loc-details img {
        margin-right: 6px;
    }
}

.book-section .book-best-doctors .available-info {
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    clear: both;
    display: block;
    margin: 0;
    color: #757575;
}

@media (max-width: 479.98px) {
    .book-section .book-best-doctors .available-info {
        font-size: 11px;
    }
}

.book-section .book-best-doctors .data-info {
    font-weight: 700;
    font-size: 11px;
    color: #2264C5;
}

@media (max-width: 479.98px) {
    .book-section .book-best-doctors .data-info {
        font-size: 10px;
    }
}

.book-section .book-best-doctors .amt-txt {
    color: #E74E84;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .book-section .book-best-doctors .amt-txt {
        font-size: 16px;
    }
}

@media (max-width: 479.98px) {
    .book-section .book-best-doctors .amt-txt {
        font-size: 14px;
    }
}

.book-section .book-best-doctors .book-btn {
    font-size: 14px;
    padding: 6px 12px;
    color: #ffffff;
    background-color: #1C71EF;
    border-radius: 30px;
    width: 100px;
    text-align: center;
    float: right;
}

@media (max-width: 479.98px) {
    .book-section .book-best-doctors .book-btn {
        font-size: 12px;
        padding: 5px 10px;
        width: 80px;
    }
}

.book-section .book-best-doctors .book-btn:hover {
    background-color: #1e273e;
}

.average-ratings {
    background: #1C5B90;
    border-radius: 70px;
    color: #ffffff;
    margin: 0 0 0 10px;
    padding: 1px 15px;
}

.latest-blog {
    background-color: #f4fcff;
    padding: 60px 0 30px;
}

@media (max-width: 767.98px) {
    .latest-blog {
        padding: 40px 0 10px;
    }
}

.latest-blog .blog-wrap {
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
}

.latest-blog .blog-wrap img {
    border-radius: 10px;
}

.latest-blog .blog-wrap .blog-wrap-body {
    padding: 20px 15px;
    background-color: #ffffff;
}

.latest-blog .blog-wrap .blog-wrap-body h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 991.98px) {
    .latest-blog .blog-wrap .blog-wrap-body h3 {
        font-size: 18px;
    }
}

@media (max-width: 479.98px) {
    .latest-blog .blog-wrap .blog-wrap-body h3 {
        font-size: 16px;
    }
}

.latest-blog .blog-wrap .blog-wrap-body p {
    font-size: 14px;
    color: #737373;
}

@media (max-width: 479.98px) {
    .latest-blog .blog-wrap .blog-wrap-body p {
        font-size: 12px;
    }
}

.latest-blog .blog-wrap .blog-wrap-body .blog-footer {
    border-top: 1px solid #1b70ee;
    padding: 15px 0 0;
}

.latest-blog .blog-wrap .blog-wrap-body .blog-footer .read-txt {
    color: #1b70ee;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 479.98px) {
    .latest-blog .blog-wrap .blog-wrap-body .blog-footer .read-txt {
        font-size: 12px;
    }
}

.latest-blog .blog-wrap .blog-wrap-body .blog-footer .read-txt i {
    margin: 2px 6px;
    position: absolute;
    top: 3px;
}

.latest-blog .blog-wrap .blog-wrap-body .blog-footer .cal-txt {
    color: #1b70ee;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 479.98px) {
    .latest-blog .blog-wrap .blog-wrap-body .blog-footer .cal-txt {
        font-size: 12px;
    }
}

.latest-blog .blog-wrap .blog-wrap-body .blog-footer .cal-txt i {
    margin: 2px 6px;
}

.home-search-section {
    background: url(../img/slider/banner-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.home-search-section .wrapper-content {
    padding: 90px 0 0;
}

.home-search-section .wrapper-content .doctor-search {
    padding-bottom: 15px;
}

@media (max-width: 991.98px) {
    .home-search-section .wrapper-content .doctor-search {
        padding: 40px 0;
    }
}

.home-search-section .wrapper-content .doctor-search .banner-header h2 {
    color: #28DAF4;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 54px;
}

@media (max-width: 991.98px) {
    .home-search-section .wrapper-content .doctor-search .banner-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .home-search-section .wrapper-content .doctor-search .banner-header h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 479.98px) {
    .home-search-section .wrapper-content .doctor-search .banner-header h2 {
        font-size: 28px;
    }
}

.home-search-section .wrapper-content .doctor-search .banner-header h2 .highlighter {
    font-weight: 600;
}

.home-search-section .wrapper-content .doctor-form .doctor-search-form select, .home-search-section .wrapper-content .doctor-form .doctor-search-form input {
    border: 1px solid rgba(16, 222, 253, 0.1);
    box-shadow: 0px 4px 4px rgba(237, 237, 237, 0.25);
    border-radius: 5px;
}

.home-search-section .wrapper-content .doctor-form .banner-btn {
    background: #E74E84;
    border: 1px solid #E74E84;
    box-shadow: 10px 4px 14px rgba(247, 247, 247, 0.25);
    border-radius: 5px;
}

.home-search-section .wrapper-content .doctor-form .banner-btn:hover {
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .home-search-section .wrapper-content .dr-img {
        display: none;
    }
}

.facility-section {
    background-color: #F3F8FF;
    padding: 60px 0;
}

@media (max-width: 991.98px) {
    .facility-section {
        padding: 40px 0 20px;
    }
}

@media (max-width: 991.98px) {
    .facility-section .operat-img {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .facility-section .operat-img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.facility-section .visit-doctor {
    background-color: #ffffff;
    margin: 0 0 30px;
    padding: 20px;
}

@media (max-width: 991.98px) {
    .facility-section .visit-doctor {
        margin: 0 0 20px;
        padding: 15px;
    }
}

.facility-section .visit-doctor .inner-details {
    position: relative;
}

.facility-section .visit-doctor .inner-details .count h1 {
    font-weight: 700;
    font-size: 24px;
    color: #1860CA;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 5px solid #F7FAFF;
    margin-right: 20px;
}

@media (max-width: 991.98px) {
    .facility-section .visit-doctor .inner-details .count h1 {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .facility-section .visit-doctor .inner-details .count h1 {
        font-size: 18px;
    }
}

.facility-section .visit-doctor .inner-details .info h1 {
    font-weight: 700;
    font-size: 24px;
    color: #1860CA;
}

@media (max-width: 991.98px) {
    .facility-section .visit-doctor .inner-details .info h1 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .facility-section .visit-doctor .inner-details .info h1 {
        font-size: 18px;
    }
}

.facility-section .visit-doctor .inner-details .info p {
    color: #9D9D9D;
    font-size: 14px;
    max-width: 280px;
}

.facility-section .visit-doctor .inner-details .info a {
    font-size: 14px;
    font-weight: 600;
    color: #1860CA;
}

.facility-section .visit-doctor .inner-details .info a i {
    margin: 5px 6px;
    position: absolute;
}

.facility-section .visit-doctor .inner-details img {
    width: 50px;
    position: absolute;
    right: 0;
    bottom: -20px;
}

@media (max-width: 991.98px) {
    .facility-section .visit-doctor .inner-details img {
        bottom: -13px;
    }
}

.facility-section .visit-doctor .inner-details.pharmacy .count h1 {
    color: #FFFFFF;
}

.facility-section .visit-doctor .inner-details.pharmacy .info h1 {
    color: #FFFFFF;
}

.facility-section .visit-doctor .inner-details.pharmacy .info a {
    color: #FFFFFF;
}

.facility-section .visit-doctor .inner-details.lab .count h1 {
    color: #00BCD1;
}

.facility-section .visit-doctor .inner-details.lab .info h1 {
    color: #00BCD1;
}

.facility-section .visit-doctor .inner-details.lab .info a {
    color: #00BCD1;
}

.heading-wrapper {
    margin-bottom: 40px;
    align-items: center;
}

@media (max-width: 991.98px) {
    .heading-wrapper {
        margin-bottom: 30px;
        text-align: center;
    }
}

.heading-wrapper h1 {
    max-width: 250px;
    font-weight: 700;
    font-size: 38px;
    color: #6C6C6C;
}

@media (max-width: 991.98px) {
    .heading-wrapper h1 {
        font-size: 30px;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .heading-wrapper h1 {
        font-size: 24px;
    }
}

.heading-wrapper .nav-arrow {
    width: 40px;
    height: 40px;
    background-color: #F3F8FF;
    border: 3px solid #1860CA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #2264C5;
}

@media (max-width: 991.98px) {
    .heading-wrapper .nav-arrow {
        display: none;
    }
}

.clinic-speciality {
    background-color: #ffffff;
    padding: 60px 0;
}

@media (max-width: 991.98px) {
    .clinic-speciality {
        padding: 40px 0 10px;
    }
}

.clinic-speciality .clinic-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    height: 250px;
}

@media (max-width: 991.98px) {
    .clinic-speciality .clinic-wrap {
        height: 200px;
    }
}

.clinic-speciality .clinic-wrap:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(222, 235, 255, 0.28);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.clinic-speciality .clinic-wrap .wrapper-overlay {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
}

.clinic-speciality .clinic-wrap .wrapper-overlay img {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border: 5px solid #F7FAFF;
    border-radius: 50%;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .clinic-speciality .clinic-wrap .wrapper-overlay img {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .clinic-speciality .clinic-wrap .wrapper-overlay img {
        margin: 0 auto 0;
    }
}

.clinic-speciality .clinic-wrap .wrapper-overlay h3 {
    font-size: 22px;
    color: #E74E84;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .clinic-speciality .clinic-wrap .wrapper-overlay h3 {
        font-size: 20px;
        text-align: center;
    }
}

.clinic-speciality .clinic-wrap .wrapper-overlay p {
    font-weight: 700;
    color: #E74E84;
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .clinic-speciality .clinic-wrap .wrapper-overlay p {
        text-align: center;
    }
}

.clinic-speciality .clinic-wrap .wrapper-overlay p span {
    font-weight: 500;
    color: #000000;
}

.clinic-speciality .clinic-wrap .wrapper-overlay p.blue {
    color: rgba(24, 96, 202, 0.9);
}

.clinic-speciality .clinic-wrap .wrapper-overlay .row.row-sm {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.browse-section.brower-category {
    padding: 60px 0;
    background: url(../img/slider/banner-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 991.98px) {
    .browse-section.brower-category {
        padding: 40px 0 20px;
    }
}

.browse-section.brower-category .heading-wrapper h1 {
    color: #E5F6FD;
}

.browse-section.brower-category .brower-box {
    text-align: center;
    border-radius: 10px;
    border: 6px solid #ffffff;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.browse-section.brower-category .brower-box > div {
    background-color: #F2F7FF;
    border-radius: 20px 20px 0px 0px;
}

.browse-section.brower-category .brower-box > div .brower-img {
    background-color: #28DAF4;
    margin-bottom: 40px;
}

.browse-section.brower-category .brower-box > div h4 {
    color: #28DAF4;
}

.doctor-divison.provider-select .doc-background {
    background: url(../img/shapes/doctor-bg.jpg);
    background-size: cover;
    padding: 60px 30px;
}

.doctor-divison.provider-select .doc-background::before {
    background: rgba(242, 247, 255, 0.94);
}

@media (max-width: 991.98px) {
    .doctor-divison.provider-select .doc-background {
        padding: 40px 30px;
    }
}

.doctor-divison.provider-select .doc-background h3 {
    color: #2357A6;
}

.doctor-divison.provider-select .doc-background p {
    color: #4B4B4B;
}

.doctor-divison.provider-select .pat-background {
    background: url(../img/shapes/doctor-right-bg.jpg);
    background-size: cover;
    padding: 60px 30px;
}

.doctor-divison.provider-select .pat-background::before {
    background: rgba(40, 218, 244, 0.9);
}

@media (max-width: 991.98px) {
    .doctor-divison.provider-select .pat-background {
        padding: 40px 30px;
    }
}

.doctor-divison.provider-select .pat-background a {
    background-color: #FFFFFF;
}

.doc-booking {
    padding: 60px 0;
    background-color: #F3F8FF;
}

@media (max-width: 991.98px) {
    .doc-booking {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .doc-booking {
        padding: 30px 0;
    }
}

@media (max-width: 991.98px) {
    .doc-booking .heading-wrapper {
        margin-bottom: 30px;
        text-align: center;
    }
}

.doc-booking .book-slider .slick-list {
    padding-top: 0;
}

@media (max-width: 767.98px) {
    .doc-booking .book-slider .slick-list {
        padding-top: 50px;
    }
}

.doc-booking .book-slider .slick-prev {
    border: 3px solid #1860CA;
    background-color: #F3F8FF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transform: none;
    box-shadow: none;
    top: -110px;
    right: 80px;
    left: unset;
}

@media (max-width: 991.98px) {
    .doc-booking .book-slider .slick-prev {
        top: -75px;
    }
}

@media (max-width: 767.98px) {
    .doc-booking .book-slider .slick-prev {
        top: 0;
    }
}

.doc-booking .book-slider .slick-prev::before {
    font-family: "slick";
    font-size: 10px;
    line-height: 1;
    opacity: 0.75;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: solid #1860CA;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
}

.doc-booking .book-slider .slick-next {
    border: 3px solid #1860CA;
    background-color: #F3F8FF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: none;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    top: -110px;
    right: 15px;
    left: unset;
}

@media (max-width: 991.98px) {
    .doc-booking .book-slider .slick-next {
        top: -75px;
    }
}

@media (max-width: 767.98px) {
    .doc-booking .book-slider .slick-next {
        top: 0;
    }
}

.doc-booking .book-slider .slick-next::before {
    font-family: "slick";
    font-size: 10px;
    line-height: 1;
    opacity: 0.75;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: solid #1860CA;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
}

.doc-booking .book-slider .profile-widget {
    margin-bottom: 0;
}

.doc-booking .book-slider .profile-widget .pro-content {
    display: block;
    text-align: left;
    border-radius: 10px;
}

.doc-booking .book-slider .profile-widget .pro-content .amt {
    opacity: 1;
    padding: 6px 12px;
    border-radius: 0px 100px 100px 0px;
    background-color: #28DAF4;
    position: absolute;
    left: -7px;
}

.doc-booking .book-slider .profile-widget .pro-content .provider-info {
    bottom: 0;
    background-color: #1376CA;
    border-radius: 0 0 10px 10px;
}

.doc-booking .book-slider .profile-widget .pro-content .provider-info h3 a {
    color: #28DAF4;
}

.doc-booking .book-slider .profile-widget .pro-content .provider-info h5 {
    color: #ffffff;
    float: unset;
}

.doc-booking .book-slider .profile-widget .pro-content .provider-info .rating {
    display: block;
    text-align: left;
}

.doc-booking .book-slider .profile-widget .pro-content .provider-info a.book-btn {
    border-radius: 30px;
    background-color: transparent;
    width: 100px;
}

.doc-booking .book-slider .profile-widget a img {
    border-radius: 10px;
}

.blogs-section.blog-container {
    padding: 60px 0;
}

@media (max-width: 991.98px) {
    .blogs-section.blog-container {
        padding: 40px 0 10px;
    }
}

.blogs-section.blog-container .blog-wrapper .date-cart {
    top: 50px;
    right: 25px;
}

.blogs-section.blog-container .blog-wrapper .wrap-content-body h3 a {
    color: #1860CA;
}

.blogs-section.blog-container .blog-wrapper .wrap-content-body .sp-title {
    color: #28DAF4;
    font-size: 14px;
}

.full-slide-home {
    background: #e3e3e3;
}

.full-slide-home .slick-prev {
    left: 30px;
}

.full-slide-home .slick-next {
    right: 30px;
}

.full-slide-home .slick-slide .slide-image {
    width: 100%;
    min-height: 358px;
    justify-content: center;
    flex-direction: column;
    padding: 70px 50px 70px 100px;
    vertical-align: middle;
    background-position: right;
    background-size: contain;
}

.full-slide-home .slick-slide .slide-image h2 {
    font-size: 36px;
    font-weight: 500;
}

.full-slide-home .slick-slide .slide-image .slide-ul li {
    color: #757575;
    font-size: 13px;
}

.full-slide-home .slick-slide .slide-image .slide-ul li:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "";
    color: #a2a1a1;
    font-size: 10px;
}

.section-search-pharmacy {
    min-height: inherit !important;
    background: #ffffff;
    padding: 40px 0;
}

.section-search-pharmacy .banner-wrapper2 {
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
}

.section-search-pharmacy .banner-wrapper2 .search-box1 .search-location1 {
    margin-right: 12px;
    position: relative;
    width: 400px;
    margin-bottom: 0;
}

.section-search-pharmacy .banner-wrapper2 .search-box1 .form-control {
    border: 1px solid #cccccc;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding-left: 35px;
}

.section-search-pharmacy .banner-wrapper2 .search-box1 .search-detect {
    padding: 5px 9px 5px 28px;
    font-size: 13px;
    color: #757575;
    border-radius: 5px;
    background: #e3e3e3 url(../img/google-map.png) no-repeat 9px center;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 5px;
}

.section-search-pharmacy .banner-wrapper2 .search-box1 .search-btn {
    width: 46px;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px;
    height: 46px;
    margin: 0;
}

.section-search-pharmacy .banner-wrapper2 .search-box1 .search-btn span {
    display: none;
    font-weight: 500;
}

.doctor-img1 {
    margin-right: 20px;
}

.doc-info-right .clinic-booking a {
    padding: 10px 15px;
}

.pharmacy-location,
.pharmacy-title {
    color: #2E3842;
}

.custom-short-by .sort-title {
    color: #2E3842;
}

.custom-short-by > div {
    margin-right: 20px;
}

.custom-short-by > div:first-child {
    margin-right: 0;
}

.product-custom span.price {
    font-size: 20px;
    font-weight: 500;
}

.product-custom span.price-strike {
    font-weight: 400;
    text-decoration: line-through;
    color: #999;
}

.product-custom .cart-icon {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    float: right;
}

.product-custom .profile-widget:hover .cart-icon {
    color: #ffffff;
    background-color: #1e273e;
}

.product-description .doctor-img1 {
    width: 40%;
}

.product-description .doc-info-cont {
    width: 60%;
}

.clini-infos h2 b.strike {
    text-decoration: line-through;
    font-weight: 500;
}

.feature-product span {
    padding-bottom: 10px;
    display: inline-block;
}

.feature-product ul li {
    padding: 3px 0;
}

ul.benifits-col li i {
    font-size: 20px;
    margin-right: 20px;
    color: #1e273e;
}

.booking-date li span {
    text-align: right;
}

.booking-date li span a {
    color: #1e273e;
    font-size: 13px;
    width: 100%;
    display: inline-block;
}

.doctor-content {
    background-color: #ffffff;
    margin: 0;
    padding: 140px 0 60px;
}

@media (max-width: 991.98px) {
    .doctor-content {
        margin: 0;
        padding: 100px 0 40px;
    }
}

@media (max-width: 767.98px) {
    .doctor-content {
        margin: 0;
        padding: 100px 0 20px;
    }
}

.doctor-content.content {
    margin: 0;
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .doctor-content.content {
        margin: 0;
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .doctor-content.content {
        margin: 0;
        padding: 20px 0;
    }
}

.back-link {
    padding-bottom: 30px;
}

.back-link a {
    font-size: 15px;
    color: #959595;
}

.back-link a:hover {
    color: #1e273e;
}

.back-link a i {
    margin-right: 10px;
}

@media (max-width: 767.98px) {
    .back-link {
        padding-bottom: 25px;
    }
}

.paitent-header {
    padding-bottom: 40px;
}

.paitent-header .paitent-title {
    font-size: 22px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .paitent-header .paitent-title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .paitent-header .paitent-title {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .paitent-header {
        padding-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .paitent-header {
        padding-bottom: 20px;
    }
}

.booking-header {
    padding-bottom: 25px;
}

.booking-header .booking-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .booking-header {
        padding-bottom: 20px;
    }
}

.payment-form-group {
    margin-bottom: 10px;
}

.payments-form .custom_radio {
    font-weight: 500;
    color: #000000;
    padding-left: 26px;
    margin-bottom: 0;
}

.payments-form .custom_radio input:checked ~ .checkmark {
    border: 5px solid #1e273e;
}

.payments-form .custom_radio .checkmark {
    top: inherit;
    border: 2px solid #9A9A9A;
}

.payments-form .custom_radio .checkmark:after {
    top: -1px;
    left: -1px;
    background: #ffffff;
    width: 0;
    height: 0;
}

.card-label > label {
    background-color: #ffffff;
    color: #ABABAB;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 6px auto auto 8px;
    padding: 0 7px;
}

.card-label > .form-control {
    margin: -13px 0 0;
    padding: 6px 15px 0;
    min-height: 48px;
}

.card-label > .form-control::placeholder {
    font-weight: 500;
    color: #3C4758;
}

.booking-btn .btn {
    min-width: 123px;
    font-weight: 500;
    margin: 0;
    padding: 8px 10px;
    border-radius: 5px;
}

.booking-btn .btn i {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    left: 8px;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.booking-btn .btn:hover i {
    color: #1e273e;
    left: 12px;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

@media (max-width: 767.98px) {
    .booking-btn .btn {
        min-width: 100px;
        margin: 0;
        padding: 7px 10px;
    }
}

@media (max-width: 991.98px) {
    .booking-btn {
        padding-bottom: 25px;
    }
}

.booking-card {
    border: 2px solid #F4F4F4;
    border-radius: 8px;
    margin-bottom: 25px;
}

.booking-card .booking-card-body {
    padding: 15px;
}

@media (max-width: 991.98px) {
    .booking-card {
        margin-bottom: 20px;
    }
}

.booking-doctor-img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    border-radius: 50%;
}

.booking-doctor-img img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.booking-doctor-info h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.booking-doctor-info h4 a:hover {
    color: #1e273e;
}

.booking-doctor-info p {
    color: #888888;
    margin-bottom: 0;
}

.booking-doctor-right p {
    margin-bottom: 0;
}

.booking-doctor-right i {
    margin-right: 18px;
    font-size: 20px;
    color: #28a745;
}

.booking-doctor-right a {
    font-weight: 500;
    text-decoration: underline;
    color: #1e273e;
}

.booking-doctor-right a:hover {
    color: #000000;
}

.booking-list-body {
    padding-bottom: 5px !important;
}

.booking-list-body .booking-doctor-right {
    padding-bottom: 10px;
}

.booking-date-list {
    width: 300px;
}

.booking-date-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.booking-date-list ul li {
    font-weight: 500;
    color: #494949;
    padding-bottom: 10px;
}

.booking-date-list ul li span {
    font-weight: normal;
    color: #777777;
    float: right;
    text-align: right;
}

.booking-date-list ul li span i {
    font-size: 16px;
    margin-right: 6px;
}

@media (max-width: 1399.98px) {
    .booking-date-list {
        width: 265px;
    }
}

.booking-date-list.consultation-date-list {
    width: 100%;
}

.proceed-btn {
    text-align: right;
}

.proceed-btn .btn {
    margin: 0;
    padding: 8px 15px;
    min-width: 209px;
}

@media (max-width: 767.98px) {
    .proceed-btn .btn {
        min-width: 200px;
    }
}

@media (max-width: 991.98px) {
    .proceed-btn {
        padding-bottom: 0;
    }
}

.custom_radio {
    color: #8D8D8D;
    position: relative;
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
}

.custom_radio input {
    position: absolute;
    opacity: 0;
}

.custom_radio input:checked ~ .checkmark {
    border: 1px solid #1e273e;
}

.custom_radio input:checked ~ .checkmark:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px solid #AEAEB2;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1e273e;
    visibility: hidden;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.radio_input .custom_radio + .custom_radio {
    margin-left: 15px;
}

.pricing-section {
    background-color: #ffffff;
    margin: 0;
    padding: 80px 0 55px;
}

@media (max-width: 991.98px) {
    .pricing-section {
        margin: 0;
        padding: 40px 0 15px;
    }
}

@media (max-width: 767.98px) {
    .pricing-section {
        margin: 0;
        padding: 40px 0 20px;
    }
}

.pricing-inner-header {
    margin-bottom: 80px;
}

@media (max-width: 991.98px) {
    .pricing-inner-header {
        margin-bottom: 40px;
    }
}

.plan-choose-info {
    padding-top: 15px;
}

.plan-choose-info label {
    margin-bottom: 0;
}

.plan-choose-info .monthly-plan {
    color: #0A0B0D;
}

.plan-choose-info .yearly-plan {
    color: #6B7280;
}

.plan-choose-info .status-toggle {
    margin: 0 20px;
    padding: 0;
}

.plan-choose-info .checktoggle {
    background-color: #1e273e;
    border: 1px solid #1e273e;
}

.plan-choose-info .check:checked + .checktoggle {
    background-color: #ffffff;
    border: 1px solid #1e273e;
}

.plan-choose-info .check:checked + .checktoggle:after {
    background-color: #1e273e;
}

.plan-choose-info .monthly-plan, .plan-choose-info .yearly-plan {
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .plan-choose-info .monthly-plan, .plan-choose-info .yearly-plan {
        font-size: 16px;
    }
}

.pricing-card {
    background: #F2F6F6;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card:hover {
    background: #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card:hover .pricing-icon span {
    background: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.pricing-card:hover .pricing-icon span img {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card:hover .pricing-title p {
    color: #EFF0F7;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card:hover .pricing-title h4 {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card:hover .pricing-header-text p {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card:hover .pricing-amount h2 {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card:hover .pricing-amount h2 span {
    color: #D9DBE9;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card:hover .pricing-amount h6 {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card:hover .pricing-list ul li {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card:hover .pricing-list ul li:before {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card:hover .pricing-btn .btn {
    color: #ffffff;
    border: 1px solid #3B9CF6;
    box-shadow: inset 0 0 0 50px #3B9CF6;
}

.pricing-card .card-body {
    margin: 0;
    padding: 30px;
}

@media (max-width: 991.98px) {
    .pricing-card .card-body {
        margin: 0;
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .pricing-card .card-body {
        margin: 0;
        padding: 15px;
    }
}

.pricing-card-active {
    background: #1e273e;
}

.pricing-card-active .pricing-icon span {
    background: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.pricing-card-active .pricing-icon span img {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card-active .pricing-title p {
    color: #EFF0F7;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card-active .pricing-title h4 {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card-active .pricing-tag {
    margin-left: auto;
}

.pricing-card-active .pricing-tag span {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 500;
    border-radius: 10px;
    padding: 12px 13px;
}

.pricing-card-active .pricing-header-text p {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card-active .pricing-amount h2 {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card-active .pricing-amount h2 span {
    color: #D9DBE9;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card-active .pricing-amount h6 {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card-active .pricing-list ul li {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card-active .pricing-list ul li:before {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-card-active .pricing-btn .btn {
    color: #ffffff;
    border: 1px solid #3B9CF6;
    box-shadow: inset 0 0 0 50px #3B9CF6;
}

.pricing-header {
    padding-bottom: 15px;
}

.pricing-header-info {
    padding-bottom: 15px;
}

.pricing-icon {
    margin-right: 15px;
}

.pricing-icon span {
    min-width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 16px;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
}

.pricing-icon span img {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-title p {
    font-weight: 500;
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 0;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

@media (max-width: 767.98px) {
    .pricing-title p {
        font-size: 15px;
    }
}

.pricing-title h4 {
    font-size: 24px;
    color: #1F2937;
    margin-bottom: 0;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

@media (max-width: 767.98px) {
    .pricing-title h4 {
        font-size: 20px;
    }
}

.pricing-header-text p {
    color: #6B7280;
    margin-bottom: 0;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-amount {
    padding-bottom: 20px;
}

.pricing-amount h2 {
    font-weight: 700;
    font-size: 30px;
    color: #1F2937;
    margin-bottom: 8px;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-amount h2 span {
    font-weight: 400;
    font-size: 14px;
    color: #9CA3AF;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

@media (max-width: 991.98px) {
    .pricing-amount h2 {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .pricing-amount h2 {
        font-size: 30px;
    }
}

.pricing-amount h6 {
    font-weight: 500;
    font-size: 20px;
    color: #1F2937;
    margin-bottom: 0;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

@media (max-width: 767.98px) {
    .pricing-amount h6 {
        font-size: 16px;
    }
}

.pricing-list {
    padding-bottom: 50px;
}

.pricing-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-list ul li {
    position: relative;
    font-size: 16px;
    color: #6B7280;
    padding-left: 25px;
    margin-bottom: 10px;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.pricing-list ul li:last-child {
    margin-bottom: 0;
}

.pricing-list ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    color: #1e273e;
    border: 0;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

@media (max-width: 767.98px) {
    .pricing-list ul li {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .pricing-list {
        padding-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .pricing-list {
        padding-bottom: 20px;
    }
}

.pricing-btn {
    text-align: center;
}

.pricing-btn .btn {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    padding: 11px 15px;
    min-width: 100%;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #1e273e;
    background: #1e273e;
}

@media (max-width: 767.98px) {
    .pricing-btn .btn {
        margin: 0;
        padding: 8px 15px;
        font-size: 14px;
    }
}

.breadcrumb-bar-two {
    background: #F2F6F6;
    background-repeat: no-repeat;
    padding-top: 30px;
    height: 210px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.breadcrumb-bar-two .inner-banner {
    margin: 0;
    padding: 70px 0;
}

.breadcrumb-bar-two .inner-banner .breadcrumb-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
}

@media (max-width: 991.98px) {
    .breadcrumb-bar-two .inner-banner .breadcrumb-title {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-bar-two .inner-banner .breadcrumb-title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-bar-two .inner-banner {
        margin: 0;
        padding: 50px 0;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb-bar-two {
        padding-top: 40px;
        min-height: 260px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-bar-two {
        min-height: auto;
    }
}

.breadcrumb-bar-two .page-breadcrumb ol {
    background-color: transparent;
    font-weight: 500;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.breadcrumb-bar-two .page-breadcrumb ol li a,
.breadcrumb-bar-two .page-breadcrumb ol li h1 {
    font-weight: 500;
    color: #4B5563;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.breadcrumb-bar-two .page-breadcrumb ol li.active {
    color: #1F2937;
}

@media (max-width: 767.98px) {
    .breadcrumb-bar-two .page-breadcrumb ol {
        font-size: 15px;
    }
}

.breadcrumb-bar-two .page-breadcrumb .breadcrumb a:hover {
    color: #1e273e;
}

.breadcrumb-bar-two .page-breadcrumb .breadcrumb-item + .breadcrumb-item {
    font-weight: 500;
    color: #1F2937;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.breadcrumb-bar-two .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    font-family: "feather";
    float: left;
    padding-right: 10px;
    color: #9CA3AF;
    font-size: 14px;
    font-weight: 600;
}

.about-section {
    background-color: #ffffff;
    margin: 0;
    padding: 80px 0;
}

.about-section .about-img-info {
    padding-right: 30px;
}

.about-section .about-img-info .about-img {
    border-radius: 8px;
    margin-bottom: 25px;
}

.about-section .about-img-info .about-img:last-child {
    margin-bottom: 0;
}

.about-section .about-img-info .about-img img {
    border-radius: 8px;
}

.about-section .about-img-info .about-box {
    background: #1e273e;
    border-radius: 8px;
    margin: 15px 0 25px;
    padding: 45px 10px;
    text-align: center;
}

.about-section .about-img-info .about-box h4 {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    max-width: 208px;
    margin: 0 auto 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .about-section .about-img-info {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .about-section {
        margin: 0;
        padding: 40px 0;
    }
}

.section-inner-header {
    margin-bottom: 40px;
}

.section-inner-header h6 {
    font-weight: 500;
    font-size: 16px;
    color: #1e273e;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .section-inner-header h6 {
        margin-bottom: 10px;
    }
}

.section-inner-header h2 {
    font-weight: 600;
    font-size: 40px;
    color: #1F2937;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .section-inner-header h2 {
        font-size: 32px;
        max-width: inherit;
    }
}

@media (max-width: 767.98px) {
    .section-inner-header h2 {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .section-inner-header {
        margin-bottom: 40px;
    }
}

.about-inner-header {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .about-inner-header {
        margin-bottom: 20px;
    }
}

.about-content-details {
    padding-bottom: 25px;
}

.about-content-details p {
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 25px;
}

.about-content-details p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .about-content-details p {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

.about-contact-icon {
    margin-right: 15px;
}

.about-contact-icon span {
    width: 47px;
    height: 47px;
    border-radius: 50px;
    color: #ffffff;
    background: #1e273e;
}

.about-contact-text p {
    font-weight: 500;
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 5px;
}

@media (max-width: 767.98px) {
    .about-contact-text p {
        font-size: 14px;
    }
}

.about-contact-text h4 {
    color: #27272A;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .about-contact-text h4 {
        font-size: 18px;
    }
}

.why-choose-section {
    background-color: #ffffff;
    margin: 0;
    padding: 0 0 55px;
}

@media (max-width: 991.98px) {
    .why-choose-section {
        margin: 0;
        padding: 20px 0 15px;
    }
}

@media (max-width: 767.98px) {
    .why-choose-section {
        margin: 0;
        padding: 0 0 20px;
    }
}

.why-choose-card {
    border: 1px solid #F3F4F6;
    border-radius: 8px;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.why-choose-card:hover {
    box-shadow: 0px 0px 111px rgba(0, 0, 0, 0.09);
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.why-choose-card:hover .why-choose-icon span img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.why-choose-card .card-body {
    margin: 0;
    padding: 25px;
}

@media (max-width: 991.98px) {
    .why-choose-card .card-body {
        margin: 0;
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .why-choose-card .card-body {
        margin: 0;
        padding: 15px;
    }
}

.why-choose-icon {
    padding-bottom: 24px;
}

.why-choose-icon span {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    color: #ffffff;
    background: #1e273e;
}

.why-choose-icon span img {
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

@media (max-width: 767.98px) {
    .why-choose-icon {
        padding-bottom: 20px;
    }
}

.why-choose-content h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
}

.why-choose-content p {
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .why-choose-content p {
        font-size: 14px;
    }
}

.way-section {
    background-color: #ffffff;
    margin: 0;
    padding: 0 0 80px;
}

.way-section .way-bg {
    background: #1e273e;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.way-section .way-bg .way-shapes-img {
    position: relative;
}

.way-section .way-bg .way-shapes-img .way-shapes-left {
    position: absolute;
    top: 60px;
    right: 200px;
}

.way-section .way-bg .way-shapes-img .way-shapes-right {
    position: absolute;
    right: 0;
}

@media (max-width: 991.98px) {
    .way-section .way-bg .way-shapes-img {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .way-section .way-bg {
        border-radius: 10px;
    }
}

@media (max-width: 991.98px) {
    .way-section {
        margin: 0;
        padding: 0 0 40px;
    }
}

.way-inner-header {
    margin: 0;
    padding: 60px;
}

.way-inner-header h2 {
    color: #ffffff;
    margin-bottom: 29px;
}

.way-inner-header p {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .way-inner-header p {
        margin-bottom: 15px;
    }
}

.way-inner-header .btn {
    font-weight: 600;
    font-size: 15px;
    padding: 11px 16px;
    color: #3B9CF6;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: inset 0 0 0 0 #1e273e;
}

.way-inner-header .btn:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: #1e273e;
    box-shadow: inset 0 0 0 50px #1e273e;
}

@media (max-width: 767.98px) {
    .way-inner-header .btn {
        font-size: 14px;
        margin: 0;
        padding: 10px 15px;
    }
}

@media (max-width: 991.98px) {
    .way-inner-header {
        margin: 0;
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .way-inner-header {
        margin: 0;
        padding: 20px;
    }
}

.way-img {
    position: relative;
    top: 10px;
}

@media (max-width: 991.98px) {
    .way-img {
        display: none;
    }
}

.professional-section {
    margin: 0;
    padding: 0 0 55px;
    background: #ffffff;
}

.professional-section .doctor-profile-widget {
    margin-bottom: 25px;
}

@media (max-width: 767.98px) {
    .professional-section .doctor-profile-widget {
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .professional-section {
        margin: 0;
        padding: 0 0 15px;
    }
}

@media (max-width: 767.98px) {
    .professional-section {
        margin: 0;
        padding: 0 0 20px;
    }
}

.testimonial-section {
    background: #F2F6F6;
    margin: 0;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.testimonial-section::after {
    content: "";
    background: url(../img/bg/doctor-shape-img1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 213px;
    height: 335px;
    opacity: 0.5;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .testimonial-section::after {
        display: none;
    }
}

.testimonial-section::before {
    content: "";
    background: url(../img/bg/doctor-shape-img2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    width: 213px;
    height: 335px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .testimonial-section::before {
        display: none;
    }
}

.testimonial-section .testimonial-shape-img {
    position: relative;
}

.testimonial-section .testimonial-shape-img .testimonial-shape-left {
    position: absolute;
    top: -30px;
    left: -40px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.testimonial-section .testimonial-shape-img .testimonial-shape-left img {
    width: 100px;
}

.testimonial-section .testimonial-shape-img .testimonial-shape-right {
    position: absolute;
    top: 60px;
    right: 0;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.testimonial-section .testimonial-shape-img .testimonial-shape-right img {
    width: 100px;
}

@media (max-width: 991.98px) {
    .testimonial-section .testimonial-shape-img {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .testimonial-section {
        margin: 0;
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .testimonial-info {
        flex-direction: column;
    }
}

.testimonial-img {
    border-radius: 50%;
    margin-right: 50px;
    width: 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}

@media (max-width: 767.98px) {
    .testimonial-img {
        margin: 0 0 30px 0;
        padding: 0;
        width: 200px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.testimonial-img img {
    border-radius: 50%;
    width: 100%;
}

.testimonial-header {
    margin-bottom: 25px;
}

.testimonial-details p {
    font-size: 16px;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .testimonial-details p {
        font-size: 14px;
    }
}

.testimonial-details h6 {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
    color: #9CA3AF;
}

.testimonial-details h6 span {
    font-weight: 500;
    font-size: 16px;
    color: #1F2937;
}

.testimonial-grid {
    margin: 0;
    padding: 0 60px;
}

@media (max-width: 767.98px) {
    .testimonial-grid {
        margin: 0;
        padding: 0 25px;
    }
}

.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    width: 44px;
    height: 44px;
    font-size: 0;
    color: #1E3259;
    background: #ffffff;
    box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
}

.testimonial-slider .slick-prev:hover, .testimonial-slider .slick-next:hover {
    color: #ffffff;
    background: #1e273e;
}

.testimonial-slider .slick-prev:focus, .testimonial-slider .slick-next:focus {
    color: #ffffff;
    background: #1e273e;
    opacity: 1;
}

.testimonial-slider .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-size: 16px;
    font-weight: 900;
}

.testimonial-slider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-size: 16px;
    font-weight: 900;
}

.faq-section-inner {
    margin: 0;
    padding: 80px 0 80px;
}

@media (max-width: 1199.98px) {
    .faq-section-inner {
        margin: 0;
        padding: 80px 0 80px;
    }
}

@media (max-width: 991.98px) {
    .faq-section-inner {
        margin: 0;
        padding: 40px 0;
    }
}

.faq-inner-page {
    background-color: #ffffff;
    margin: 0;
    padding: 80px 0 55px;
}

.faq-inner-info .accordion-item {
    margin-bottom: 25px;
}

.faq-inner-info .accordion-item:last-child {
    margin-bottom: 25px;
}

.onboard-page {
    overflow: hidden;
}

.right-panel-title {
    background: #0C4F8A;
    padding: 10px;
    display: none;
}

.onboard-wrapper {
    overflow: hidden;
    height: 100vh;
    background: #ffffff;
}

.left-panel {
    background-color: #0C4F8A;
    width: 25%;
    padding: 45px;
    height: 100vh;
    overflow: auto;
    flex-direction: column;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.left-panel::-webkit-scrollbar {
    display: none;
}

@media (max-width: 991.98px) {
    .left-panel {
        display: none;
    }
}

.right-panel {
    width: 75%;
    height: 100vh;
    overflow: auto;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    flex-wrap: wrap;
}

.right-panel .select2-container .select2-selection--single {
    border: 1px solid #E6E9F4;
    height: 54px;
    background: #F5F6FA;
}

.right-panel .select2-container .select2-selection--single:focus {
    border-color: #1e273e;
    background-color: #ffffff;
}

.right-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: 400;
    font-weight: normal;
    line-height: 54px;
    color: #585858;
}

.right-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
    right: 7px;
}

.right-panel .accordion-item:first-of-type {
    margin-bottom: 16px;
    border-radius: 6px;
    overflow: hidden;
}

.right-panel .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 16px;
    border-radius: 6px;
    overflow: hidden;
}

.right-panel .accordion-button {
    padding: 20px;
}

.right-panel .accordion-button::after {
    transform: rotate(-90deg);
}

.right-panel .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.right-panel .accordion-button:focus {
    box-shadow: 8px 7px 14px -15px rgba(0, 0, 0, 0.4);
}

.right-panel .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #000000;
}

.right-panel .accordion-body {
    padding: 1rem 1rem;
}

@media (max-width: 991.98px) {
    .right-panel {
        width: 100%;
        height: auto;
        padding: 0px;
    }
}

.onboard-img {
    margin: auto;
    padding: 70px 0px 20px 0px;
    animation: mymove 1s ease-in-out infinite alternate;
    text-align: center;
    width: 240px;
}

.onboard-content h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
}

.onboard-content p {
    color: #ffffff;
    font-weight: 200;
    font-size: 13px;
}

.onboarding-slider {
    margin-top: 10px;
}

#onboard-slider .owl-dots {
    margin-top: 0px;
    justify-content: center;
}

#onboard-slider .owl-nav {
    display: none;
}

#onboard-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #1e273e;
    width: 15px;
    height: 6px;
    border-radius: 50px;
    transition: 0.5s all;
    margin: 5px 3px 0;
    display: block;
    position: relative;
}

#onboard-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff;
    width: 50px;
    border-radius: 50px;
}

.on-board-wizard {
    position: sticky;
    top: 65px;
}

.on-board-wizard ul {
    list-style: none;
    padding: 0px;
}

.on-board-wizard ul li a {
    align-items: center;
    background: #ffffff;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 4px 4px rgba(212, 237, 255, 0.25);
    border-radius: 4px;
    margin: 0 0 18px 0;
    padding: 13px 5px 13px 8px;
    transition: 0.1s ease-out;
}

.on-board-wizard ul li a:hover {
    box-shadow: 8px 7px 14px -15px rgba(0, 0, 0, 0.4);
}

.onboarding-list h6 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.onboarding-list p {
    font-weight: 300;
    font-size: 13px;
    color: #585858;
    margin-bottom: 0px;
}

li:hover .onboarding-list h6 {
    color: #000000;
}

.onboarding-progress {
    margin-right: 20px;
    min-width: 35px;
    height: 35px;
    background: #F4F4F4;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.onboarding-progress.active {
    background: #10916F;
    color: #ffffff;
}

.onboarding-progress span {
    font-size: 13px;
}

.onboarding-title h2 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}

.onboarding-title h2 span {
    color: #FF0202;
}

.onboarding-title h6 {
    font-weight: 400;
    font-size: 15px;
    color: #585858;
    margin-bottom: 25px;
    line-height: 1.5;
}

.onboarding-title h6 span {
    font-weight: 600;
}

.onboarding-title.profile-title {
    margin-bottom: 35px;
}

.onboarding-title.pass-title {
    margin-bottom: 32px;
}

.onboarding-content-box {
    margin-top: 20px;
    margin: 20px 0 0 0;
    padding: 50px;
    background: #ffffff;
    box-shadow: 0px 24px 24px rgba(212, 237, 255, 0.3);
    border-radius: 4px;
    border: 1px solid #E6E9F4;
}

.onboarding-content-box.content-wrap {
    flex-direction: column;
    min-height: 580px;
}

.onboarding-content-box.lock-box {
    padding: 70px;
}

.onboarding-btn a {
    background: #1e273e;
    border-radius: 6px;
    padding: 15px 50px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #1e273e;
    transition: all 0.5s;
}

.onboarding-btn a:hover {
    box-shadow: inset 0 60px 0 0 #10916F;
    border-color: #10916F;
}

.onboarding-btn.Personalize-btn {
    margin-top: 30px;
}

.onboarding-btn.Consultation-btn {
    margin-top: 70px;
}

.onboarding-btn.Consultation-btn a:nth-child(2) {
    background: #ffffff;
    border-radius: 6px;
    padding: 15px 50px;
    color: #0C4F8A;
    border: none;
}

.onboarding-btn.Consultation-btn a:nth-child(2):hover {
    box-shadow: none;
    color: #1e273e;
}

.onboarding-btn.Consultation-btn.cost-btns {
    margin-top: 40px;
}

.onboarding-btn.prefer-btn {
    margin-top: 70px;
}

.onboarding-btn.pop-btn {
    margin-top: 4px;
}

.passcode-wrap input,
.passcode-wrap select,
.passcode-wrap textarea {
    background-color: #F5F6FA;
    border: 1px solid #E6E9F4;
    border-radius: 5px;
    width: 60px;
    height: 54px;
    text-align: center;
    color: #354052;
    font-size: 20px;
    font-weight: 500;
    margin-right: 23px;
}

.passcode-wrap input:focus {
    color: #354052;
    border-color: #1e273e;
    background-color: #ffffff;
    outline: none;
}

.passcode-wrap.mail-box input {
    width: 100%;
    text-align: unset;
    font-size: 14px;
    height: 54px;
}

.passcode-wrap.mail-box select {
    width: 100%;
    text-align: unset;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #E6E9F4 !important;
    outline: none;
    color: #585858;
    padding: 0px 10px;
}

.passcode-wrap.mail-box textarea {
    width: 100%;
    height: 145px;
    text-align: unset;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #E6E9F4;
    outline: none;
    resize: none;
}

.passcode-wrap select:focus {
    color: #354052;
    border-color: #1e273e !important;
    background-color: #ffffff;
    outline: none;
}

.passcode-wrap.form-focus.focused .focus-label {
    opacity: 1;
    top: -31px;
    font-size: 12px;
    z-index: 1;
    background: #ffffff;
    padding: 0px 5px;
    color: #5EC6CD;
    font-weight: 400;
}

.passcode-wrap.form-focus .focus-label {
    top: -4px;
    color: #585858;
}

.passcode-wrap textarea:focus {
    color: #354052;
    border-color: #1e273e;
    background-color: #ffffff;
    outline: none;
}

.passcode-wrap.form-floating > label {
    color: #585858;
    font-size: 14px;
}

.mail-icon {
    background: url("../img/mail-box.png") no-repeat 99% 50%;
}

.form-focus .focus-label span {
    color: #F0142F;
}

.placeholder-style::placeholder {
    font-family: "Helvetica_neue";
    font-weight: 400;
    font-size: 14px;
    color: #585858;
    opacity: 1;
}

.placeholder-style:-ms-input-placeholder {
    color: #585858;
}

.placeholder-style::-ms-input-placeholder {
    color: #585858;
}

.onboarding-lable {
    font-family: "Helvetica_neue";
    font-weight: 500;
    font-size: 14px;
}

.onboarding-lable span {
    color: #FF0202;
}

.upload-pic {
    align-items: center;
    border-radius: 10px;
    height: 163px;
    width: 183px;
    position: relative;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    border: 1px dashed #8F9BBA;
}

.upload-pic img {
    max-width: 100%;
    border-radius: 10px;
}

.upload-pic h6 {
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    color: #8F9BBA;
}

.upload-pic.patient-photo-upload {
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    width: 265px;
    height: 235px;
    background: #F5F6FA;
    border: none;
}

.upload-pics input[type=file] {
    opacity: 0;
    width: 40px;
    height: 63px;
    position: absolute;
    cursor: pointer;
    top: -15px;
    right: 8px;
    margin-right: 0px;
}

.photo-norms h5 {
    color: #8F9BBA;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 35px;
}

.btn-profile img {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 11px;
    right: 8px;
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.tog-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F5F6FA;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.tog-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    bottom: 4px;
    background-color: #008F64;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 4px;
    left: 4px;
}

.tog-slider.round {
    border-radius: 30px;
    width: 56px;
    height: 28px;
    border: 2px solid #F3F3F3;
}

.tog-slider.round:before {
    border-radius: 50%;
}

input:checked + .tog-slider {
    background-color: #008F64;
}

input:checked + .tog-slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
    background: #ffffff;
    left: -1px;
}

.save-card {
    margin-left: 22px;
}

.save-card h5 {
    font-weight: 500;
    font-size: 14px;
}

.save-card h6 {
    font-weight: 400;
    font-size: 14px;
    color: #8F9BBA;
}

.save-detail {
    padding: 25px 0 0;
}

.payment-icon {
    position: relative;
}

.payment-icon img {
    position: absolute;
    top: 250px;
}

.avail-content {
    margin-left: 15px;
    margin-top: 4px;
}

.avail-content h6 {
    color: #10916F;
}

.weekDays-selector input {
    display: none !important;
}

.weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 4px;
    background: #ffffff;
    padding: 8px 0px;
    width: 60px;
    margin-right: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #E6E9F4;
    font-weight: 400;
    font-size: 20px;
}

.weekDays-selector input[type=checkbox]:checked + label {
    background: #F5F6FA;
    color: #000000;
}

.consult-option {
    position: relative;
}

.call-option {
    position: relative;
    width: 33%;
    margin-right: 10px;
}

.call-option.file-option {
    margin-right: 0px;
    background: #F5F6FA;
    border-radius: 10px;
    border: 2px dashed #E6E9F4;
    width: 100%;
}

.call-option.verify-account {
    min-width: 242px;
}

.option-radio {
    appearance: none;
    display: none;
}

.option-radio:checked + .call-lable {
    box-shadow: 0 0 0 60px #0C4F8A inset;
    color: #ffffff;
}

.option-radio:checked + .call-lable img {
    filter: brightness(0) invert(1);
}

.call-lable {
    align-items: center;
    justify-content: center;
    position: relative;
    transition-duration: 0.5s;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    min-height: 75px;
    text-align: center;
    border: 1px solid #E6E9F4;
    cursor: pointer;
}

.call-lable img {
    margin-right: 6px;
    margin-bottom: 5px;
}

.call-lable.verify-lable.verify-lable {
    width: 100%;
    height: 170px;
    font-size: 14px;
    font-weight: 400;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.call-lable.verify-lable.verify-options {
    height: 105px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    border-radius: 5px;
}

.accordion-body .onboarding-title h2 {
    font-size: 16px;
}

.accordion-body .onboarding-title h6 {
    font-size: 14px;
}

.prefer-box {
    border-radius: 4px;
    box-shadow: 0px 4px 24px rgba(227, 227, 227, 0.25);
    width: 100%;
    padding: 36px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #E6E9F4;
}

.prefer-box .right-sec i {
    font-size: 16px;
    color: #433489;
}

.prefer-box:hover {
    box-shadow: 0px 0px 10px 3px #d4edff;
}

.verify-item {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
}

.verify-item::marker {
    color: #0C4F8A;
    font-size: 120%;
}

.verify-list {
    padding: 0 0 0 20px;
    margin-bottom: 0px;
}

.verify-list li:last-child {
    margin-bottom: 0px;
}

.upload-sucess-note h6 {
    color: #10906F;
    font-weight: 400;
    font-size: 16px;
}

.upload-sucess-note h6:nth-child(2) {
    color: #3E45EB;
    font-weight: 400;
    font-size: 16px;
    margin-top: 18px;
}

.upload-sucess-note h6:nth-child(2) i {
    margin-left: 4px;
    cursor: pointer;
}

.verify-box {
    background: #FAFDFF;
    padding: 16px;
}

.modal-content.id-pop-content {
    border-radius: 10px;
}

.modal-header.id-pop-header {
    border-bottom: none;
    padding: 2rem 1rem 1rem 1rem;
}

.modal-footer.id-pop-footer {
    border-top: none;
    padding: 0.75rem 0rem 2rem 0rem;
}

.modal-body.id-pop-body {
    padding: 1rem 3rem;
}

.modal-body.id-pop-body h2 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 14px;
}

.modal-body.id-pop-body p {
    font-weight: 400;
    font-size: 15px;
    color: #585858;
}

.modal-body.id-pop-body h3 {
    font-weight: 500;
    font-size: 20px;
}

.modal-body.id-pop-body span {
    font-weight: 500;
    font-size: 20px;
    color: #228FE0;
    padding-bottom: 30px;
    display: block;
}

.modal.show .modal-dialog.id-upload {
    max-width: 600px;
}

.fade.fade-custom {
    background: rgba(0, 0, 0, 0.8);
}

.set-path {
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.lock-content img {
    margin-bottom: 20px;
}

.lock-content h2 {
    font-weight: 500;
    font-size: 24px;
}

.lock-content h6 {
    margin: 15px 0px 30px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #585858;
}

.lock-content a {
    color: #FF0202;
    font-weight: 600;
    font-size: 16px;
}

.lock-content a:hover {
    color: #000000;
}

.mail-icon2 {
    background: url(../img/icons/phone.png) no-repeat 99% 50%;
}

.pass-icon {
    background: url(../img/icons/password-duotone.svg) no-repeat 99% 50%;
}

.pass-icon-1 {
    background: url(../img/icons/fluent-password.svg) no-repeat 99% 50%;
}

.form-group.pass-group {
    margin-bottom: 2rem;
}

.method-btn a {
    color: #0C4F8A;
    font-weight: 500;
    font-size: 14px;
}

.method-btn a:hover {
    color: #1e273e;
}

.code-title {
    background: rgba(76, 218, 180, 0.1);
    border-radius: 4px;
    margin: 30px 0px;
    padding: 12px 15px;
}

.code-title h6 {
    color: #10916F;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
}

.opt-resend {
    padding-top: 30px;
    position: relative;
}

.opt-resend a {
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: 0px;
}

.upload-patient-btn {
    position: relative;
    margin-bottom: 15px;
}

.upload-patient-btn:hover .pic-upload-btn {
    color: #1e273e;
}

#patient-verified .modal-body.id-pop-body p {
    font-size: 16px;
    max-width: 280px;
    margin: auto;
}

.upload-patient-pic {
    padding: 10px 0px 30px 0px;
}

.upload-patient-pic input[type=file] {
    opacity: 0;
    max-width: 468px;
    min-height: 60px;
    cursor: pointer;
    top: 0px;
    left: 87px;
    position: absolute;
}

.pic-upload-btn {
    margin: auto;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 4px 10px rgba(225, 225, 225, 0.25);
    border-radius: 5px;
    cursor: pointer;
    display: block;
    max-width: 475px;
    text-align: center;
    z-index: 99999;
}

.onboarding-contents {
    justify-content: center;
}

.uploads-report {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.uploads-report a:nth-child(1) {
    margin-bottom: 20px;
}

.select-gender-option [type=radio]:checked, .select-gender-option [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.select-gender-option [type=radio]:checked + label, .select-gender-col [type=radio]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.select-gender-option label {
    background: #ffffff;
    box-shadow: 0px 4px 24px rgba(194, 194, 194, 0.25);
    border-radius: 5px;
    padding: 28px;
    width: 100%;
    text-align: center;
    position: relative;
}

.select-gender-option [type=radio]:not(:checked) + label:after {
    opacity: 0;
}

.select-gender-option [type=radio]:checked + label:after, .select-gender-option [type=radio]:not(:checked) + label:after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(212, 237, 255, 0.25);
    border: 2px solid #228FE0;
    box-shadow: 0px 4px 24px rgba(34, 143, 224, 0.04);
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid #1e273e;
}

.login-header .form-focus .focus-label {
    top: -6px;
    color: #585858;
}

.relative-form {
    position: relative;
    background: #F5F6FA;
    border: 1px solid #E6E9F4;
    border-radius: 5px;
    min-height: 54px;
    padding: 6px 15px;
    align-items: center;
}

.relative-form span {
    color: #131523;
}

.relative-form .form-control::placeholder {
    color: #131523;
    font-weight: 400;
    font-size: 14px;
}

.relative-form .btn {
    border-radius: 6px;
    padding: 5px 15px;
    position: absolute;
    top: 7px;
    right: 7px;
}

.relative-file-upload {
    color: #000;
    padding: 11px 35px;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 4px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    background: #EEEEEE;
    border-radius: 4px;
}

.relative-file-upload:hover {
    color: #ffffff;
    background: #bdb8b8;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.relative-file-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #ffffff;
    cursor: inherit;
    display: block;
}

.onboarding-content .checklist-col .custom_check .checkmark {
    width: 35px;
}

.onboarding-content .checklist-col .custom_check .checkmark:after {
    left: 10px;
    top: 3px;
}

.onboarding-content .checklist-col.pregnant-col .remember-me-col .custom_check .checkmark {
    border-color: #228FE0;
}

.onboarding-content .checklist-col .remember-me-col {
    border-bottom: 1px solid #F4F4F4;
}

.onboarding-content .custom_check .checkmark {
    left: -10px;
}

.onboarding-content .custom_check .checkmark::after {
    color: #ffffff;
}

.onboarding-content .custom_check input:checked ~ .checkmark {
    background-color: #228FE0;
}

.onboarding-content .increment-decrement .input-groups input[type=button] {
    background-color: transparent;
    font-size: 20px;
    border: 1px solid #228FE0;
    border-radius: 4px;
    height: 24px;
    width: 35px;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 0px;
    line-height: 0;
    padding: 0px;
    color: #228FE0;
}

.modal-footer.id-pop-footer.text-center {
    justify-content: center;
}

@keyframes mymove {
    to {
        transform: translateY(-5px);
    }
}


/*.custom_check {
	color: $__congo_brown;
	display: $__inline__block;
	position: $__relative;
	font-size: $__font__size__14;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: $__pointer;
	user-select: $__none
}
.custom_check input {
	position: $__absolute;
	opacity: 0;
	cursor: $__pointer;
}
.custom_check input:checked ~ .checkmark {
	background-color: $__white;
	border-color: $__misty_rose;
}
.custom_check .checkmark {
	@include position($__absolute, 0, null, null, 0);
	height: 20px;
	width: 20px;
	border: 1px solid $__white_shade;
	background-color: $__white;
	border-radius: 3px;
	@include transition(all 0.3s ease-in-out);
}
.custom_check .checkmark::after {
    content: "\f00c";
    font-family: $__fontawesome__family;
    font-weight: $__bolder;
	@include position($__absolute, 50%, null, null, 4px);
    display: $__none;
    color: $__blue__14;
    font-size: $__font__size__12;
}
.custom_check input:checked ~ .checkmark:after {
	display: $__block;
}
*/
.contact-section {
    margin: 0;
    padding: 80px 0 55px;
}

@media (max-width: 991.98px) {
    .contact-section {
        margin: 0;
        padding: 40px 0 15px;
    }
}

@media (max-width: 767.98px) {
    .contact-section {
        margin: 0;
        padding: 40px 0 20px;
    }
}

.contact-inner-header {
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .contact-inner-header {
        margin-bottom: 30px;
    }
}

.contact-card {
    border: 2px solid #E9EAF6;
    border-radius: 0;
}

.contact-card .card-body {
    margin: 0;
    padding: 30px;
}

@media (max-width: 991.98px) {
    .contact-card .card-body {
        margin: 0;
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .contact-card .card-body {
        margin: 0;
        padding: 15px;
    }
}

.contact-icon {
    color: #1e273e;
    font-size: 44px;
    margin-right: 20px;
}

@media (max-width: 991.98px) {
    .contact-icon {
        font-size: 40px;
        margin-right: 15px;
    }
}

.contact-details h4 {
    font-weight: 600;
    font-size: 20px;
    color: #0A0B0D;
    margin-bottom: 8px;
}

@media (max-width: 991.98px) {
    .contact-details h4 {
        font-size: 18px;
    }
}

.contact-details p {
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .contact-details p {
        font-size: 14px;
    }
}

.contact-form-card {
    background: #F8FBFF;
    border-radius: 10px;
    border: 0;
}

.contact-form-card .card-body {
    margin: 0;
    padding: 30px;
}

@media (max-width: 991.98px) {
    .contact-form-card .card-body {
        margin: 0;
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .contact-form-card .card-body {
        margin: 0;
        padding: 15px;
    }
}

.contact-form-card .form-group {
    margin-bottom: 25px;
}

.contact-form-card .form-group label {
    font-size: 12px;
    color: #0A0B0D;
    margin-bottom: 8px;
}

.contact-form-card .form-group .form-control {
    font-weight: 500;
    color: #6B7280;
}

.contact-form-card .form-group .form-control::placeholder {
    font-weight: 500;
    color: #6B7280;
}

.contact-form-card .form-group textarea.form-control {
    min-height: 150px;
    resize: none;
}

.contact-form-card .form-group-btn {
    margin-top: 35px;
}

.contact-form-card .form-group-btn .btn {
    border-radius: 5px;
    min-width: 150px;
    margin: 0;
    padding: 10px 15px;
    font-weight: 500;
}

.contact-map iframe {
    width: 100%;
    border: none;
    height: 450px;
}

.error-section {
    margin: 0;
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .error-section {
        margin: 0;
        padding: 40px 0;
    }
}

.error-img {
    padding-bottom: 50px;
}

@media (max-width: 767.98px) {
    .error-img {
        padding-bottom: 25px;
    }
}

.error-404-img {
    position: relative;
}

.error-404-content {
    width: 100%;
    position: absolute;
    bottom: 30px;
}

@media (max-width: 1399.98px) {
    .error-404-content {
        bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .error-404-content {
        position: static;
        margin-top: 20px;
    }
}

.error-content h2 {
    font-weight: 600;
    font-size: 38px;
    color: #0A0B0D;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .error-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .error-content h2 {
        font-size: 22px;
    }
}

.error-content p {
    font-weight: 500;
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .error-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.error-content .btn {
    min-width: 246px;
    font-size: 18px;
    display: inline-block;
    margin: 0;
    padding: 13px 15px;
}

@media (max-width: 991.98px) {
    .error-content .btn {
        min-width: 230px;
        font-size: 16px;
        margin: 0;
        padding: 10px 15px;
    }
}

@media (max-width: 767.98px) {
    .error-content .btn {
        min-width: 150px;
        font-size: 14px;
        margin: 0;
        padding: 8px 15px;
    }
}

.coming-soon-count {
    width: 104px;
    height: 104px;
    margin: 0 16px 0 0;
    padding: 13px;
    border-radius: 50px;
    background: #FFFFFF;
    flex-shrink: 0;
}

.coming-soon-count:last-child {
    margin-right: 0;
}

.coming-soon-count h4 {
    font-weight: 600;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .coming-soon-count h4 {
        font-size: 20px;
    }
}

.coming-soon-count p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .coming-soon-count p {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .coming-soon-count {
        width: 66px;
        height: 66px;
        margin: 0 10px 0 0;
        padding: 8px;
    }
}

.terms-section {
    margin: 0;
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .terms-section {
        margin: 0;
        padding: 40px 0;
    }
}

.terms-section .terms-content {
    padding-bottom: 50px;
}

.terms-section .terms-content .terms-text {
    padding-bottom: 24px;
}

.terms-section .terms-content .terms-text:last-child {
    padding-bottom: 0;
}

.terms-section .terms-content .terms-text p {
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 24px;
}

.terms-section .terms-content .terms-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .terms-section .terms-content .terms-text p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.terms-section .terms-content .terms-text.terms-list p {
    margin-bottom: 10px;
}

.terms-section .terms-content .terms-text.terms-list p i {
    position: relative;
    top: 4px;
    margin-right: 8px;
    color: #1e273e;
}

@media (max-width: 991.98px) {
    .terms-section .terms-content {
        padding-bottom: 30px;
    }
}

.terms-btn .btn-right-now {
    font-weight: 500;
    font-size: 16px;
    margin: 0 15px 0 0;
    padding: 5px 15px;
    min-width: 149px;
    border-radius: 8px;
    color: #3F3F3F;
    background: #F3F3F3;
    border: 1px solid #F3F3F3;
    box-shadow: inset 0 0 0 0 #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.terms-btn .btn-right-now:hover {
    color: #ffffff;
    background: #1e273e;
    border-color: #1e273e;
    box-shadow: inset 0 0 0 50px #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

@media (max-width: 767.98px) {
    .terms-btn .btn-right-now {
        font-size: 14px;
        min-width: 130px;
        margin-right: 0;
    }
}

.terms-btn .btn-primary {
    padding: 5px 15px;
    min-width: 166px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .terms-btn .btn-primary {
        min-width: 150px;
    }
}

@media (max-width: 767.98px) {
    .terms-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.consultation-info {
    padding-bottom: 25px;
}

.consultation-info p {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .consultation-info p {
        margin-bottom: 15px;
    }
}

.consultation-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.consultation-list ul li {
    display: block;
    margin-bottom: 15px;
}

.consultation-list ul li:last-child {
    margin-bottom: 0;
}

.consultation-types a {
    font-weight: 500;
    font-size: 16px;
    color: #6B6B6B;
    background: #ffffff;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    min-width: 413px;
    margin: 0;
    padding: 10px 15px;
}

.consultation-types a:hover {
    color: #1e273e;
    background: #ffffff;
    border: 1px solid #1e273e;
}

.consultation-types a i {
    font-size: 18px;
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    .consultation-types a {
        min-width: 300px;
    }
}

@media (max-width: 767.98px) {
    .consultation-types a {
        font-size: 14px;
        min-width: 250px;
        margin: 0;
        padding: 7px 15px;
    }
}

.consultation-types span {
    margin-left: 18px;
    font-size: 20px;
    color: #28a745;
    display: none;
}

.consultation-types.active a {
    color: #1e273e;
    background: #ffffff;
    border: 1px solid #1e273e;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.07);
}

.consultation-types.active span {
    display: block;
}

.booking-device-img {
    margin-right: 15px;
}

.booking-doctor-info h3 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.booking-doctor-info .device-text {
    margin-bottom: 12px;
}

.booking-doctor-info .btn {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    padding: 4px 10px;
    min-width: 109px;
    color: #1e273e;
    background: #ffffff;
    border: 2px solid #1e273e;
    box-shadow: inset 0 0 0 0 #1e273e;
    border-radius: 6px;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.booking-doctor-info .btn:hover {
    color: #ffffff;
    background: #1e273e;
    box-shadow: inset 0 0 0 50px #1e273e;
    border: 2px solid #1e273e;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.app-images a {
    margin-right: 8px;
}

.app-images a:last-child {
    margin-right: 0;
}

.booking-date {
    padding-bottom: 30px;
}

.booking-date p {
    color: #8C8C8C;
    margin: 0 10px 0 0;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .booking-date p {
        margin: 0 0 10px 0;
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .booking-date {
        display: block;
        padding-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .time-slot-card-body {
        padding-bottom: 0 !important;
    }
}

.booking-range .btn {
    background: #ffffff;
    border: 1px solid #E4E4E8;
    border-radius: 6px;
    font-size: 14px;
    font-weight: normal;
    color: #4A4A4A;
    margin: 0;
    padding: 10px 15px;
}

@media (max-width: 767.98px) {
    .booking-range .btn {
        font-size: 13px;
        margin: 0;
        padding: 10px;
        position: relative;
    }
}

.booking-range img {
    margin-right: 10px;
}

.booking-range i {
    font-size: 16px;
    margin-left: 10px;
    color: #5B5B5B;
}

.booking-card {
    border: 2px solid #F4F4F4;
    border-radius: 8px;
    margin-bottom: 25px;
}

.booking-date-slider {
    padding-bottom: 30px;
}

.date-slider {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.date-slider .slick-slide {
    display: block;
    margin: 0;
    padding: 0 5px;
}

.date-slider li h4 {
    font-weight: 500;
    font-size: 16px;
    color: #B9B9B9;
    margin-bottom: 5px;
}

@media (max-width: 1199.98px) {
    .date-slider li h4 {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    .date-slider li h4 {
        font-size: 16px;
    }
}

.date-slider li p {
    color: #D4D4D4;
    margin-bottom: 0;
}

.date-slider li.active h4 {
    color: #000000;
}

.date-slider li.active p {
    color: #AAAAAA;
}

.date-slider .slick-prev:before {
    content: " ";
}

.date-slider .slick-next:before {
    content: " ";
}

.date-slider .slick-prev,
.date-slider .slick-next {
    background: transparent;
    color: #000000;
    line-height: normal;
}

.date-slider .slick-prev:hover,
.date-slider .slick-prev:focus,
.date-slider .slick-next:hover,
.date-slider .slick-next:focus {
    background-color: transparent;
    color: #1e273e;
    opacity: 1;
}

.date-slider .slick-prev:hover:before,
.date-slider .slick-prev:focus:before,
.date-slider .slick-next:hover:before,
.date-slider .slick-next:focus:before {
    color: #1e273e;
}

.date-slider .slick-prev:before,
.date-slider .slick-next:before {
    font-family: "feather";
    font-size: 26px;
}

.time-slot {
    text-align: center;
}

.time-slot h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

.time-slot ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.time-slot ul li {
    display: block;
    margin-bottom: 15px;
}

.time-slot li:last-child {
    margin-bottom: 0;
}

.time-slot li .timing {
    background: #F5F5F5;
    border: 2px solid #F3F3F3;
    border-radius: 8px;
    color: #595959;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    box-shadow: inset 0 0 0 0 #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.time-slot li .timing:hover {
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.time-slot li .timing.active {
    background: #1e273e;
    border: 2px solid #1e273e;
    color: #ffffff;
    box-shadow: inset 0 0 0 0 #1e273e;
}

.time-slot li .timing.active:hover {
    background: #1e273e;
    border: 2px solid #1e273e;
    color: #ffffff;
    box-shadow: inset 0 0 0 50px #1e273e;
}

.time-slot li .timing i {
    margin-right: 4px;
}

.time-slot li .load-more-timings a {
    font-weight: 500;
    text-decoration: underline;
    color: #1e273e;
}

.time-slot li .load-more-timings a:hover {
    color: #000000;
}

.time-slot .time-slot-open {
    display: none;
}

@media (max-width: 991.98px) {
    .time-slot {
        padding-bottom: 15px;
    }
}

.success-content {
    text-align: center;
    padding-bottom: 40px;
}

.success-content h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .success-content h4 {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .success-content {
        padding-bottom: 30px;
    }
}

.success-icon {
    padding-bottom: 15px;
}

.success-icon i {
    font-size: 50px;
    color: #28a745;
}

@media (max-width: 991.98px) {
    .success-icon i {
        font-size: 36px;
    }
}

.booking-success-info {
    padding-bottom: 20px;
}

.booking-success-info .booking-doctor-img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin-right: 15px;
}

.booking-success-info .booking-doctor-img img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.booking-success-info .booking-doctor-info p {
    margin-bottom: 15px;
}

.success-btn {
    text-align: center;
    padding-bottom: 25px;
}

.success-btn .btn {
    font-weight: 500;
    padding: 8px 18px;
}

@media (max-width: 767.98px) {
    .success-btn .btn {
        display: flex;
    }
}

.success-btn .btn-primary {
    margin-right: 15px;
}

@media (max-width: 767.98px) {
    .success-btn .btn-primary {
        margin: 0 0 10px 0;
        padding: 8px 18px;
    }
}

.success-btn .btn-light {
    color: #7C7C7C;
    background: #F5F5F5;
}

.success-dashboard-link {
    text-align: center;
}

.success-dashboard-link a {
    font-weight: 500;
    font-size: 15px;
    color: #959595;
}

.success-dashboard-link a:hover {
    color: #1e273e;
}

.success-dashboard-link a i {
    margin-right: 12px;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .success-dashboard-link a {
        font-size: 14px;
    }
}

/*# sourceMappingURL=custom.css.map */
/* Sidebar styles */
.sidebar {
    text-align: left;
}

.sidebar .card-body {
    height: 100%;

    text-align: left;

    margin-left: -32px;
}

.mask {
    display: none;
}

.accordion1 {
    display: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #0E82FD;
    height: 42px;
    font-size: 20px;
    color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.panel {
    position: relative;
    margin-bottom: 0px;
}

.sidebar ul {
    list-style-type: none;

}

.specialist-directions h3 {
    margin-left: 0;
    margin-right: 5px;
}

/* Media Query for mobile devices */
@media (max-width: 767px) {
    .sidebar .panel {
        position: fixed;
        bottom: 30px;
        left: 0;
        width: 100%;
        text-align: center;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        color: white;
        transform: translateY(100%);
        background: #fff;
        transition: all 0.25s ease;
        opacity: 0;
        pointer-events: none;
        z-index: -1;
        border: 1px solid #cecece;
    }

    .sidebar .mask {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0;
        pointer-events: none;
        display: block;
        z-index: -1;
        transition: all 0.25s ease;
    }

    .sidebar.open .panel {
        transform: translateY(0%);
        opacity: 1;
        pointer-events: auto;
        z-index: 999;
        overflow: scroll;
        max-height: 70%;
    }
}

.sidebar.open .mask {
    opacity: 0.5;
    pointer-events: auto;
    z-index: 99;
}

.accordion1 {
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center;
}

.h-60px {
    height: 60px;
}

.reset-all-styles {
    all: unset;
}

.p-relative {
    position: relative;
}

.owl-stage {
    display: flex;
}

.owl-stage .item {
    height: 100%;
}

.owl-stage .item .doctor-profile-widget {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.owl-stage .item .doc-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.owl-stage .item .our-doctors-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pagination-wrapper {
    display: flex;
    justify-content: space-around;
}

/**/
.clinic-gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clinic-gallery:hover li {
    opacity: 0.8;
}

.clinic-gallery li:hover {
    opacity: 1;
}

.clinic-gallery li {
    transition: opacity .25s ease;
    display: inline-block;
    padding-right: 5px;
}

.clinic-gallery li:last-child {
    padding-right: 0;
}

.clinic-gallery li a {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    width: 70px;
    height: 70px;
}

.clinic-gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.ml-auto {
    margin-left: auto;
}
.pl-3px{
    padding-left: 3px;
}