@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --primary-black: #2d2d32;
    --secondary-black: #787887;
    --dropdown-clr: #414146;
    --blue: var(--site_color);
    --purple: var(--site_color);
}

a {
    text-decoration: none;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6d6d6d;
}

.offcanvas-start {
    width: 320px;
}

.content-page-header {
    height: 450px;
    /*border-bottom: 1px solid var(--site_color);*/
    background-size: cover;
}

.form-control {
    border-color: rgba(180, 180, 190, 0.3);
}

.form-control:hover, .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--site_color) !important;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: transparent;
    font-size: 15px;
}

.navbar-light .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-link {
    font-size: 15px !important;
    line-height: 20px;
    font-weight: 600 !important;
    color: var(--primary-black) !important;
}

.menu-link span {
    font-weight: 300;
    font-size: 11px;
    line-height: 17px;
    color: var(--secondary-black) !important;
}

.menu-link span.heading {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: var(--primary-black) !important;
}

.more-drop {
    font-weight: 300;
    font-size: 15px;
}

.menubar .active {
    position: relative;
}

.menubar > .active::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: var(--blue);
}

.menubar .active a {
    color: var(--purple) !important;
}

.navbar-brand {
    min-width: 158px;
}

.u-d {
    background-color: #fff;
    color: #414146;
    padding: 5px 0;
    margin-top: 4px;
    width: 223px;
    border-radius: 2px;
    border: solid 1px #f0f0f5;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11);
    cursor: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    font-weight: 300;
}

.u-d .dropdown-item {
    color: var(--dropdown-clr);
    font-size: 14px;
    padding: 10px 17px;
}

.u-d .dropdown-item:active {
    background-color: #e9ecef;
}

.u-d .dropdown-item .bedge {
    font-size: 12px;
    background-color: #ff7800;
    padding: 0 5px;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
}

.login-btn {
    font-size: 12px !important;
    border-color: #d3d3d3 !important;
    color: var(--secondary-black);
}

.login-btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.login-btn:hover {
    background-color: #fff;
    border-color: var(--blue) !important;
    color: var(--blue);
}

.content {
    max-width: 1300px;
    zoom: 1;
}

.content .serach-box {
    width: 712px;
    padding: 20px 0;
}

.content .serach-box input {
    line-height: 1.4;
    padding: 6px 10px 6px 40px;
    border-radius: 2px;
    font-weight: 300;
    font-size: 14px;
    height: 40px;
    border-color: #b4b4be;
    cursor: pointer;
}

.content .serach-box input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--blue);
}

.content .serach-box input::-webkit-input-placeholder {
    font-size: 13px;
}

.content .serach-box input:-ms-input-placeholder {
    font-size: 13px;
}

.content .serach-box input::-ms-input-placeholder {
    font-size: 13px;
}

.content .serach-box input::placeholder {
    font-size: 13px;
}

.content .serach-box .location {
    width: 80%;
}

.content .serach-box .location .bx_icons {
    top: 50%;
    left: 11px;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--secondary-black);
}

.content .doc {
    width: 80% !important;
}

.content .ban-img {
    padding: 20px 0;
}

.content .ban-img img {
    height: 40px;
    cursor: pointer;
}

.content .drop-link {
    font-size: 13px;
    color: var(--dropdown-clr);
    font-weight: 400;
}

.banner {
    background: linear-gradient(105.21deg, var(--site_color) 2.85%, #141b56 99.41%);
    border-radius: 32px;
    height: 285px;
    margin-top: 40px !important;
    color: #fff;
}

.banner .ban-right img {
    position: absolute;
    top: -36px;
    height: calc(100% + 36px);
}

.banner .ban-logo {
    height: 50px;
    width: 235px;
}

.banner .left-ban {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
}

.banner .ban-sub p {
    padding-top: 22px;
    font-size: 15px;
}

.banner .ban-sub h3 {
    font-weight: 600;
    font-size: 37px;
    padding-bottom: 35px;
}

.banner .ban-sub .cta {
    background: #fff;
    padding: 10px 24px;
    font-size: 13px;
    color: #2d2d32;
    border-radius: 8px;
    font-weight: 600;
}

.Doc-Cards {
    margin-top: 60px;
}

.Doc-Cards .doc-Card {
    color: var(--primary-black);
    border: none;
    border: 1px solid #f0f0f5;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    min-width: 293px;
}

.Doc-Cards .doc-Card .img-wrapper {
    background: #afcfed;
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    height: 203px;
}

.Doc-Cards .doc-Card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.Doc-Cards .doc-Card .info {
    padding: 20px 16px;
}

.Doc-Cards .doc-Card .info h6 {
    padding-bottom: 8px;
    color: var(--primary-black);
    font-size: 19px;
    font-weight: 600;
}

.Doc-Cards .doc-Card .info p {
    font-weight: 300;
    color: var(--secondary-black);
    font-size: 13px;
}

.describe {
    margin-top: 15px;
}

.describe .consult {
    color: var(--dropdown-clr);
}

.describe .consult h2 {
    font-size: 22px;
    font-weight: 600;
}

.describe .consult p {
    margin-top: 5px;
    font-size: 14px;
}

.describe .view .login-btn {
    padding: 12px 16px;
    font-size: 14px !important;
    border: 1.5px solid var(--blue) !important;
    color: var(--blue) !important;
}

.consult-card {
    padding: 30px;
}

.consult-card .consult-img img {
    height: 120px;
    width: 120px;
}

.consult-card .info {
    margin-top: 12px;
    width: 120px;
}

.consult-card .info h6 {
    color: var(--dropdown-clr);
    font-weight: 600;
    font-size: 13px;
}

.consult-card .info button {
    margin-top: 10px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    border: none;
    background: none;
}

.ba-card {
    overflow: hidden;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 5px;
}

.ba-card .img-wrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 280px;
    height: 200px;
    overflow: hidden;
    border-radius: 4px;
}

.ba-card .img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
}

.ba-card .info {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 12px;
    margin-left: 8px;
    color: var(--dropdown-clr);
    max-width: 280px;
}

.ba-card .info h6 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 1.5;
}

.ba-card .info h5 {
    margin-top: 5px;
    font-size: 14px;
}

.ba-card .info p {
    font-size: 13px;
}

.ba-card .info span {
    font-size: 11px;
    color: #358588;
    font-weight: 600;
}

.ba-card .info .dr-name {
    margin-top: 10px;
    font-size: 13px;
    color: var(--dropdown-clr);
    font-weight: normal;
}

.ba-card:hover .img-wrapper {
    -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.ba-card:hover .info h6 {
    color: var(--blue);
}

.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(51, 60, 63, 0.22);
    box-shadow: 0 2px 8px 0 rgba(51, 60, 63, 0.22);
    z-index: 1;
    opacity: 1;
}

.slick-next:hover,
.slick-prev:hover {
    background: #fff;
}

.slick-next:focus,
.slick-prev:focus {
    background: #fff;
}

.slick-disabled {
    opacity: 0;
}

.slick-prev:not(.slick-disabled):before,
.slick-next:not(.slick-disabled):before {
    opacity: 1;
    color: #000;
}

.slick-prev:before {
    content: "";
    background-image: url(../img/Arrow-Left.svg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-right: 13px;
    margin-bottom: 4px;
}

.slick-next:before {
    content: "";
    background-image: url(../img/Arrow-Right.svg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-right: 7px;
    margin-top: 4px;
}

.top-article {
    margin: 30px 0;
}

.top-art {
    max-width: 360px;
    padding: 20px;
    margin-right: 10px;
}

.top-art h3 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--dropdown-clr);
}

.top-art p {
    margin-top: 5px;
    font-size: 12px;
}

.btn-link {
    padding: 15px 30px;
    background-color: var(--site_color);
    text-decoration: none;
    font-size: 14px;
    margin-top: 30px;
    color: #fff;
    display: inline-block;
}

.btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link:hover {
    color: #fff;
}

.btn-link:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comment-card {
    max-width: 580px;
}

.comment-card h6 {
    font-size: 22px;
    font-weight: 400;
}

.comment-card .comentor-name .avtar {
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment-card .comentor-name p {
    font-size: 14px;
    font-weight: 600;
}

.single-item .slick-prev:not(.slick-disabled):before,
.single-item .slick-next:not(.slick-disabled):before {
    opacity: 1;
    color: #000;
}

.single-item .slick-next,
.single-item .slick-prev {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-ban {
    height: 425px;
    background-color: #f8f8fb;
}

.footer-img img {
    right: 100px;
    width: 332px;
    height: 376px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-ban-text h3 {
    font-size: 30px;
    color: var(--dropdown-clr);
    font-weight: 600;
}

.footer-ban-text h4 {
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--dropdown-clr);
    font-weight: 600;
}

.footer-ban-text p {
    margin-top: 20px;
    font-size: 14px;
}

.footer-ban-text .tel {
    border: 1px solid rgba(180, 180, 190, 0.3);
    max-width: 256px;
    border-radius: 4px;
}

.footer-ban-text .country-code {
    padding: 15px;
    font-weight: 600;
    color: #000;
    border-right: 1px solid rgba(180, 180, 190, 0.3);
    font-size: 13px;
}

.footer-ban-text input {
    border-color: transparent;
    background-color: transparent;
    font-size: 14px;
    color: var(--dropdown-clr);
}

.footer-ban-text input:focus {
    background: transparent;
    border-color: transparent;
}

.Footer-ban {
    max-width: 872px;
}

.download-app {
    margin-top: 30px;
}

.download-app img {
    width: 130px;
    height: 40px;
}

.footer {
    background: var(--footer_bg);
    padding: 48px 0;
    font-size: 14px;
    border: 1px solid #000;
}

.footer-nav li a {
    padding: 0.15rem;
    color: #ccc;
}

.footer-nav li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-nav li a:focus {
    color: #fff;
}

.footer-logo {
    margin: 20px 0;
}

.disp-none {
    display: none;
}

.disp-block {
    display: block;
}

.disp--- {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
}

.disp--- ul {
    background-color: #fff;
    width: 100%;
    min-width: 270px;
    list-style-type: none;
    border-radius: 0 0 4px 4px;
    border: 1px solid #b4b4be;
}

.disp--- ul li {
    padding: 0.5rem 1rem;
    width: 100%;
    border-bottom: 1px solid #b4b4be;
}

.disp--- ul li a {
    text-decoration: none;
    color: var(--secondary-black);
    width: 100%;
    font-size: 14px;
}

.disp--- ul li a .bx {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.disp--- ul li a:hover {
    color: var(--primary-black);
}

.Common-form {
    max-width: 500px;
    margin: 0 auto;
    min-height: 450px;
}

.Common-form input {
    height: 41px;
    font-size: 14px;
}

.Common-form input::-webkit-input-placeholder {
    font-size: 14px;
}

.Common-form input:-ms-input-placeholder {
    font-size: 14px;
}

.Common-form input::-ms-input-placeholder {
    font-size: 14px;
}

.Common-form input::placeholder {
    font-size: 14px;
}

.Common-form .form-select {
    font-size: 14px;
}

.Common-form label {
    font-size: 14px;
}

.Common-form .btn {
    padding: 10px 30px !important;
}

.Common-form .sidelink {
    font-size: 13px;
    color: var(--site_color);
    font-weight: 500;
}

.Common-form .sidelink:hover {
    color: var(--blue);
}

.Common-form .already-text {
    font-size: 12px;
    color: var(--dropdown-clr);
}

.Common-form .already-text .sidelink {
    font-size: 12px;
}

.login-img img {
    width: 100%;
    margin: auto;
}

.navbar-brand {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 250px;
}

.navbar-brand img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 90%;
}

.page-header {
    height: 75px;
}

.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 12;
}

.navbar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.avtar {
    height: 45px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 45px;
}

.profile-detail {
    overflow: visible;
}

.profile-detail::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 29px;
    border: 7px solid #fff;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.profile-detail li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.profile-detail li a:hover {
    letter-spacing: 0.5px;
    padding-left: 20px;
}

.avtar-wrapper .dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
    position: absolute;
}

.page-wrapper {
    background-color: #d7e5e6;
}

.jumbo {
    margin-top: 0;
    background-color: #f9f9f9;
    /*background-image: url(../img/banner_bg.jpg);*/
    background-attachment: inherit;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.grey-bg {
    background-color: #f9f9f9 !important;
}

.jumbo_ban {
    background-image: url(../img/banner_bg_usa.jpg);
    background-position-y: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;

    /*min-height: 460px;
    background-image: url(../img/search-bg.png);
    background-attachment: scroll;
    background-color: #f9f9f9;
    background-position-y: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: darken;*/

    /*background: rgb(235,247,246);
    background: -moz-radial-gradient(circle, rgba(235,247,246,1) 0%, rgba(21,150,146,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(235,247,246,1) 0%, rgba(21,150,146,1) 100%);
    background: radial-gradient(circle, rgba(235,247,246,1) 0%, rgba(21,150,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebf7f6",endColorstr="#159692",GradientType=1);
    padding: 80px 0;*/
}

.banner-padding {
	padding-top: 10%;
	padding-bottom: 10%;
}

.jumbo_ban h1 {
    font-size: 37px;
    padding: 30px 0;
    font-weight: 600;
}

.jumbo_ban h3 {
    margin-top: 15px;
    font-size: 23px;
}

.jumbo_ban h1,
.jumbo_ban h3 {
    color: #fff;
    font-weight: bold !important;
    text-shadow: 1px 1px 1px #000;
}

.jumbo_ban .pop-search {
    color: #8d93b3;
}

.jumbo_ban .pop-search p {
    font-size: 13px;
}

.jumbo_ban .pop-search .breadcrumb-item a {
    color: #8d93b3;
    font-size: 13px;
}

.jumbo_ban .pop-search .breadcrumb-item a:hover {
    color: #fff;
    text-decoration: underline;
}

.doctor input {
    height: 50px !important;
}

.doctor .serach-box {
    width: 785px;
}

.icon-wrapper {
    padding: 20px 0;
    background: #1d2869;
}

.icon-wrapper a {
    padding: 0 30px;
    color: #b8bbd9;
}

.icon-wrapper a i {
    color: #fff;
    font-size: 18px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 100;
}

.icon-wrapper a p {
    font-size: 13px;
    line-height: 28px;
}

.icon-wrapper a:not(:last-child) {
    border-right: 1px solid #4a5387;
}

.icon-wrapper a:hover {
    color: #fff;
}

.icon-wrapper a:hover i {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.full-content {
    color: var(--dropdown-clr);
    min-height: calc(100vh - 433px);
}

.full-content .security-text p {
    margin-top: 10px;
    color: var(--secondary-black);
    font-size: 17px;
}

.full-content .security-text p i {
    color: var(--blue);
    font-size: 23px;
    margin: 0 5px;
}

.full-content .security-text .security-check {
    margin-top: 30px;
}

.full-content .security-text h3 {
    font-size: 37px;
    font-weight: 400;
    line-height: 1.25;
}

.full-content .security-text h3 span {
    font-weight: 600;
}

.searching-filter {
    position: -webkit-sticky;
    position: sticky;
    top: 74px;
    background: #1d2869;
    z-index: 11;
}

.searching-filter p {
    font-size: 13px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.searching-filter .dropdown-toggle::after {
    margin-left: 1.255em;
}

.searching-filter .myDrop.show {
    opacity: 1;
    height: 160px;
    padding: 0.5rem 0;
    border-top: 1px solid #eee !important;
    pointer-events: all;
}

.searching-filter .dropdown-menu li a {
    font-size: 14px;
    font-weight: 300;
}

.searching-filter .dropdown-menu li a:hover, .searching-filter .dropdown-menu li a:active, .searching-filter .dropdown-menu li a:focus {
    color: #fff;
    background: #4a5387;
    border-color: #4a5387;
}

.searching-filter .myDrop {
    position: absolute !important;
    background: #159692;
    width: 100%;
    left: 0;
    top: 37px;
    -webkit-transform: translate3d(0px, 5px, 0px) !important;
    transform: translate3d(0px, 5px, 0px) !important;
    border-color: transparent;
    opacity: 0;
    display: block;
    pointer-events: none;
    height: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.searching-filter .myDrop ul {
    list-style-type: none;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.searching-filter .myDrop li a {
    color: #fff;
}

.searching-filter .myDrop li a:hover, .searching-filter .myDrop li a:active, .searching-filter .myDrop li a:focus {
    background: #06716d;
    border-color: #06716d;
}

.searching-filter .myDrop h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.dropdown .btn-secondary,
.btn-group .btn-secondary {
    font-weight: 300;
    font-size: 13px;
    border-radius: 2px;
    background: #4a5387;
    border-color: #4a5387;
}

.dropdown .btn-secondary:hover, .dropdown .btn-secondary:active, .dropdown .btn-secondary:focus,
.btn-group .btn-secondary:hover,
.btn-group .btn-secondary:active,
.btn-group .btn-secondary:focus {
    background: #4a5387;
    border-color: #4a5387;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check {
    display: block;
    min-height: auto;
    padding-left: 1.5em;
    margin-bottom: 0;
}

.form-check-input:focus {
    border-color: #4a5387;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-input:active {
    background: #fff;
}

.form-check-input:checked {
    border-color: #4a5387;
    background-color: #8d93b3;
}

.select-Sort .dd {
    width: 90px;
    display: inline-block;
    background: #06716d;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    font-size: 14px;
}

.select-Sort .dd:focus-visible {
    outline: none;
}

.select-Sort .dd .select {
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.select-Sort .dd .select > i {
    font-size: 13px;
    color: fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: right;
    line-height: 20px;
}

.select-Sort .dd:active {
    background-color: #4a5387;
}

.select-Sort .dd.active .select > i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select-Sort .dd .dd-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    margin-top: 1px;
    border-radius: 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
}

.select-Sort .dd .dd-menu li {
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-size: 13px;
}

.select-Sort .dd .dd-menu {
    padding: 0;
    list-style: none;
}

.select-Sort .dd .dd-menu li:hover {
    background-color: #06716d;
    color: #fff;
}

.select-Sort .dd .dd-menu li:active {
    background-color: #8d93b3;
}

.doct-card {
    overflow: hidden;
}

.doct-card:hover .view-profile {
    color: var(--blue);
}

.doct-card:hover .add-favourite, .doct-card:hover .add-favourite-service {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.doct-card .doct-card-img img {
    height: 140px;
    width: 140px;
    -o-object-fit: cover;
    object-fit: cover;
}

.doct-card .personalInfo {
    color: var(--dropdown-clr);
    white-space: nowrap;
}

.doct-card .personalInfo h6 {
    margin-top: 5px;
    text-overflow: ellipsis;
    font-size: 19px;
}

.doct-card .personalInfo p {
    font-size: 13px;
    margin-bottom: 3px;
}

.doct-card .personalInfo img {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.doct-card .post p {
    font-size: 13px;
    color: #1d2869;
    font-weight: 500;
}

.doct-card .view-profile {
    font-size: 14px;
    font-weight: 500;
    color: var(--blue);
}

.doct-card i {
    font-size: 20px;
    min-width: 25px;
}

.rating {
    color: #dedfe0;
}

.rating .active {
    color: #f4c150;
}

.rating span {
    color: var(--primary-black);
    font-size: 13px;
}

.doctor-info .bx-map {
    min-width: unset !important;
}

.doctor-info p {
    font-size: 14px;
}

.doctor-info .btn-appointment .btn-outline-secondary {
    padding: 10px 24px;
    font-size: 14px !important;
    border-color: var(--blue) !important;
}

.doctor-info .btn-appointment .btn-outline-secondary:hover {
    background-color: var(--blue);
    color: #fff;
}

.doctor-info .btn-appointment .btn-link {
    padding: 10px 24px;
}

.doctor-info .btn-appointment .btn-link:hover {
    background-color: #fff;
    border-color: var(--blue);
    color: var(--blue);
}

.add-favourite, .add-favourite-service {
    height: 35px;
    width: 35px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    top: 10px;
    right: 0px;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.add-favourite i, .add-favourite-service i {
    min-width: unset;
}

.add-favourite.active, .add-favourite-service.active {
    background-color: red;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.add-favourite.active i, .add-favourite-service.active i {
    color: #fff;
}

.doc-profile .doc-profile-img img {
    height: 140px;
    width: 140px;
    border-radius: 12px;
}

.doc-profile .personalInfo h6 {
    font-size: 22px;
}

.doc-profile .location {
    white-space: normal;
}

.single-nav ul .active {
    border-color: var(--site_color) !important;
}

.single-nav ul .active a {
    font-weight: 600;
    color: var(--site_color) !important;
}

.single-nav ul li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 3px solid transparent;
}

.single-nav ul li a {
    font-size: 14px;
    color: var(--dropdown-clr);
    padding: 20px;
    font-weight: 500;
}

.single-nav ul li:hover {
    border-color: #f0f0f5;
}

.single-nav ul li:hover a {
    color: var(--secondary-black);
}

.single-dis h6 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.single-dis p {
    font-size: 13px;
    font-weight: 500;
}

.sticky-header {
    /*-webkit-box-shadow: 0 2px 4px 0 rgba(46, 46, 51, 0.08);
            box-shadow: 0 2px 4px 0 rgba(46, 46, 51, 0.08);*/
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 0 solid;
}

#Locations .location p {
    font-size: 14px;
    font-weight: normal;
}

.review-img img {
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.day-cal span {
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 4px;
}

.day-cal .closed {
    background-color: #fadfe4;
    color: #f71622;
}

.day-cal .open {
    background-color: rgba(61, 204, 121, 0.1);
    color: #3dcc79;
}

.schedule .vid-icon {
    padding: 5px;
    border-radius: 50%;
    background-color: #28328c;
    color: #fff;
}

.schedule h6 {
    font-size: 16px;
}

.book-slot div {
    cursor: pointer;
}

.book-slot p {
    font-size: 13px;
}

.book-slot .available {
    color: #3dcc79;
    font-size: 11px;
}

.slotes {
    height: 185px;
    overflow-x: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

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

.slotes p {
    font-size: 11px;
}

.slotes::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.business_hour {
    max-width: 500px;
}

.todays_slot .active {
    background-color: #14bef0 !important;
}

.todays_slot .active a {
    color: #fff !important;
}

.todays_slot .time {
    background-color: #e1f5f9;
    padding: 4px 8px;
    width: 100px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.todays_slot .time a {
    font-size: 14px;
    color: var(--primary-black);
}

.hospitle-img img {
    height: 130px;
    width: 170px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
}

.book-doc-img img {
    height: 100px !important;
    width: 130px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.Appointment-detail .rating i {
    font-size: 14px !important;
    min-width: auto;
}

.Appointment-detail .progress-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
    margin-top: 30px;
    max-width: 100%;
}

.Appointment-detail .progress-container::before {
    content: "";
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: 0;
}

.Appointment-detail .progress-container .progress {
    background-color: var(--site_color);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.Appointment-detail .circle {
    background-color: #fff;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #e0e0e0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.Appointment-detail .circle.progress_active {
    border-color: var(--site_color);
}

.Appointment-detail .btn {
    background-color: var(--site_color);
    color: #fff;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    padding: 8px 30px;
    margin: 5px;
    font-size: 14px;
}

.Appointment-detail .btn:active {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

.Appointment-detail .btn:focus {
    outline: 0;
}

.Appointment-detail .btn:disabled {
    background-color: #e0e0e0;
    cursor: not-allowed;
}

.common-heading {
    font-size: 18px;
    margin-bottom: 20px;
}

.form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e0e0e0;
}

.appointment-form .dd {
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.appointment-form .dd .select {
    color: var(--primary-black) !important;
    font-weight: 500;
}

.appointment-form .dd .dd-menu {
    border-radius: 0 0 5px 5px;
}

.appointment-form .dd .dd-menu li:hover {
    background-color: #e0e0e0;
    color: var(--primary-black);
}

.appointment-form .dd:active {
    background-color: #e0e0e0;
}

.appointment-form .form-label {
    font-size: 13px !important;
    color: var(--dropdown-clr);
}

.appointment-form .form-control {
    padding: 5px 10px;
    font-size: 13px;
    border-color: #e0e0e0;
}

.appointment-form .form-control::-webkit-input-placeholder {
    font-size: 14px;
}

.appointment-form .form-control:-ms-input-placeholder {
    font-size: 14px;
}

.appointment-form .form-control::-ms-input-placeholder {
    font-size: 14px;
}

.appointment-form .form-control::placeholder {
    font-size: 14px;
}

.appointment-form a {
    font-size: 13px;
    color: var(--purple);
}

.appointment-form .img_preview {
    width: 192px;
    height: 192px;
    background: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.appointment-form .upload-label {
    right: -15px;
    top: 10px;
    font-size: 22px;
    height: 40px;
    width: 40px;
    background-color: #fff;
}

.appointment-form .upload-label label {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.appointment-form .todays_slot {
    max-width: 600px !important;
}

.booking-card-img img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.booking-summery h6 {
    font-size: 18px !important;
}

.booking-summery .personalInfo p {
    font-size: 12px !important;
    font-weight: 500;
}

.bill p {
    font-size: 14px;
}

.total-bill h5 {
    font-weight: 600;
    font-size: 17px;
}

.total-bill p {
    color: var(--purple);
}

.custom_radio:checked + label {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: var(--purple) !important;
}

.custom_radio:checked + label::before {
    border-color: var(--purple) !important;
}

.custom-radio {
    left: 0;
    top: 0;
    height: 10px;
    width: 10px;
    background-color: transparent;
    border-radius: 50%;
    margin-top: 7px;
    margin-left: 3px;
    cursor: pointer;
}

.custom-radio::before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.normal-label {
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}

.success-block {
    width: 600px;
}

.success-block i {
    font-size: 55px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--blue);
    margin-bottom: 30px;
}

.success-block h5 {
    font-size: 22px;
}

.success-block p {
    font-size: 14px;
}

.success-block .btn-primary {
    background: var(--blue);
    border-color: var(--blue);
}

.success-block .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.edit-profile img {
    height: 130px;
    width: 130px;
    -o-object-fit: cover;
    object-fit: cover;
}

.edit-profile-menu li {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 2;
}

.edit-profile-menu li a {
    margin-left: 2px;
    padding: 9px 20px;
    color: var(--dropdown-clr);
    border-left: 3px solid transparent;
    font-size: 14px;
}

.edit-profile-menu li a i {
    font-size: 19px;
}

.edit-profile-menu .active a {
    color: var(--purple);
    font-weight: 700;
    z-index: 200;
}

.edit-profile-menu .slide {
    z-index: 0;
    border-left: 3px solid var(--purple);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: linear-gradient(45deg, #00000000 50%, #f4f2ff);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    height: 39px;
    position: absolute;
    width: 100%;
    opacity: 1;
}

.edit-profile-menu .slide a {
    color: var(--purple);
}

.edit-profile-menu li:nth-child(2).active ~ .slide {
    top: 39px;
    opacity: 1;
}

.edit-profile-menu li:nth-child(3).active ~ .slide {
    top: 78px;
    opacity: 1;
}

.edit-profile-menu li:nth-child(4).active ~ .slide {
    top: 117px;
    opacity: 1;
}

.edit-profile-menu li:nth-child(5).active ~ .slide {
    top: 156px;
    opacity: 1;
}

.profile-side-bar {
    -webkit-box-shadow: 0.4rem 0.4rem 1rem #c8d0e7, -0.4rem -0.4rem 1.8rem #fff;
    box-shadow: 0.4rem 0.4rem 1rem #c8d0e7, -0.4rem -0.4rem 1.8rem #fff;
    border-radius: 10px;
}

.change-avtar .avatar-upload {
    max-width: 157px;
    margin: 10px auto 35px;
}

.change-avtar .avatar-upload .avatar-edit {
    right: 10px;
    z-index: 1;
    top: 10px;
}

.change-avtar .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.change-avtar .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.change-avtar .avatar-upload .avatar-edit input + label:after {
    content: "\f304";
    font-family: "Font Awesome 5 Free";
    color: #757575;
    font-size: 10px;
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.change-avtar .avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.change-avtar .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.patient-image {
    font-size: 15px;
    font-weight: 600;
}

.pharmacy_card {
    min-height: 300px;
}

.pharmacy_card .pharmacy_card_img img {
    min-height: 277px;
    border-radius: 4px;
    width: 100%;
}

.pharmacy-pic img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.single-pharmacy .business_hour {
    max-width: none;
}

@media screen and (max-width: 1400px) {
    .menubar {
        padding-right: 0 !important;
    }

    .menu-link {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .navbar-brand {
        min-width: 100px !important;
    }
}

@media screen and (max-width: 1200px) {
    .banner .ban-right img {
        top: -16px;
        height: calc(93% + 36px);
    }

    .menubar .active::after {
        bottom: 0;
        height: 0px;
    }

    .slick-next {
        right: 0px;
    }

    .slick-prev {
        left: 0px;
    }

    .myDrop .content {
        margin-left: 20px !important;
    }

    .drop-link {
        font-weight: 600 !important;
        font-size: 14px !important;
    }

    .dropdown-menu {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    .doctor-info .btn-appointment .btn-link {
        padding: 10px 10px;
    }

    .doctor-info .btn-appointment .btn-outline-secondary {
        padding: 10px 10px;
    }

    .pharmacy_card .pharmacy_card_img img {
        height: 132px;
        width: 170px;
    }
}

@media screen and (max-width: 991px) {
    .footer-img img {
        position: static !important;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .content .row {
        --bs-gutter-x: 0rem;
        --bs-gutter-y: 1rem;
    }

    .contact-ban {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .contact-ban .Footer-ban {
        padding: 30px 0;
    }

    .banner .ban-right img {
        top: 51px;
        height: 82%;
    }

    .banner .ban-sub p {
        padding-top: 16px;
        font-size: 13px;
    }

    .banner .ban-sub h3 {
        font-size: 34px;
        padding-bottom: 27px;
    }

    .footer-ban-text {
        padding: 30px;
    }

    .Footer-ban {
        overflow-x: hidden;
    }

    .footer-img {
        padding: 30px;
    }

    .doctor .serach-box {
        width: 712px;
    }

    .doctor-info .btn-appointment .btn-link {
        padding: 10px 14px;
    }
}

@media screen and (max-width: 768px) {
    .Doc-Cards .doc-Card .info {
        padding: 20px 3px;
    }

    .Doc-Cards .doc-Card {
        min-width: 273px;
    }

    .ban-right {
        display: none;
    }

    .left-ban {
        width: 100% !important;
    }

    .banner {
        margin-top: 20px !important;
    }

    .content .serach-box {
        width: 320px;
    }

    .location,
    .content .doc {
        width: 100% !important;
    }

    .searching-filter .myDrop.show {
        height: 335px;
    }

    .searching-filter .myDrop ul {
        height: 319px;
    }
}

@media screen and (max-width: 576px) {
    .comment-card {
        max-width: 320px;
    }

    .comment-card h6 {
        font-size: 16px;
    }

    .comment-card p {
        font-size: 12px;
    }

    .content .serach-box {
        width: 280px;
    }

    .banner {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .banner .left-ban {
        padding-left: 20px;
    }

    .banner .ban-sub h3 {
        font-size: 28px;
        padding-bottom: 27px;
        margin-top: 10px;
    }

    .banner .ban-sub p {
        padding-top: 25px;
        font-size: 13px;
    }

    .describe .view .login-btn {
        padding: 10px 10px;
    }

    .top-art h3 {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .btn-link {
        padding: 11px 22px;
    }

    .consult-card {
        padding: 12px;
    }

    .footer-img img {
        width: 225px;
        height: auto;
    }

    .doctor-info .btn-appointment .btn-outline-secondary {
        width: 159.44px;
    }

    .single-nav ul li a {
        padding: 10px;
    }

    .searching-filter .myDrop.show {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .searching-filter .myDrop ul {
        width: 144px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .modal-body iframe,
    .modal-body .add-address {
        width: 280px !important;
    }

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

    .pharmacy_card .doctor-info .btn-appointment .btn-outline-secondary {
        width: 145.59px;
    }
}

@media screen and (max-width: 476px) {
    .single-nav ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .single-nav ul li {
        padding: 10px 0;
        border-bottom: 0;
    }

    .single-nav ul .active {
        border-bottom: 0;
        -webkit-box-shadow: inset 0.2rem 0.2rem 0.5rem #c8d0e7,
        inset -0.2rem -0.2rem 0.5rem #fff;
        box-shadow: inset 0.2rem 0.2rem 0.5rem #c8d0e7,
        inset -0.2rem -0.2rem 0.5rem #fff;
        border-radius: 6px;
    }

    .single-nav ul li a {
        font-size: 11px;
        padding: 5px;
    }
}

.custom_error {
    color: #dc3545;
    font-size: .875em;
    margin-top: 0.25rem;
}

.mapClass {
    height: 235px;
    border-radius: 12px;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

#full-stars-example-two .rating-group {
    display: inline-flex;
}

#full-stars-example-two .rating__icon {
    pointer-events: none;
}

#full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#full-stars-example-two .rating__input--none {
    display: none;
}

#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd !important;
}

#full-stars-example-two .rating__icon--star {
    color: orange;
}

#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.hide {
    display: none;
}

.marg_left {
    margin-left: 10px;
}

.marg_right {
    margin-right: 10px;
}

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

.price_content {
    display: flex;
}

.price_content .price_singal_card {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #d8d8e7;
    border-radius: 5px;
    background: white;
}

.price_content .price_singal_card + .price_singal_card {
    margin-left: 25px;
}

.price_content .price_singal_card h5 {
    color: black;
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 20px;
}

.price_content .price_singal_card p {
    color: black;
    margin-bottom: 38px;
    text-align: justify;
}

.price_content .price_singal_card span {
    margin-bottom: 30px;
}

.price_content .price_singal_card span > span {
    font-size: 50px;
    line-height: 30px;
    font-weight: bold;
    margin-right: 10px;
}

.price_content .price_singal_card div {
    margin-top: auto;
    display: block;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    background-color: var(--site_color);
    border: none;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .price {
        padding: 15px;
    }

    .price_header {
        margin-bottom: 35px;
    }

    .price_content {
        flex-direction: column;
    }

    .price .price_singal_card + .price_singal_card {
        margin-left: 0px;
        margin-top: 10px;
    }
}

.noBorderbutton {
    border: none;
    background: transparent;
}

.todays_slot .active .noBorderbutton {
    color: white;
}

.comming_soon {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 57vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17pt;
}

.pharmacy-pic img {
    width: 100%;
    max-width: 500px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.single-pharmacy ul {
    list-style: disc;
    padding-left: 20px;
}

.cart a {
    font-size: 25px;
    color: var(--dropdown-clr);
}

.cart p {
    top: -7px;
    right: -10px;
    font-size: 11px;
    background-color: var(--blue);
    border-radius: 50%;
    height: 17px;
    text-align: center;
    width: 17px;
    font-weight: 500;
    color: #fff;
}

.pharmacy_product .searching-filter {
    top: 80px;
}

.location-name {
    font-size: 22px;
}

.location-address {
    font-size: 14px;
}

.location-address i {
    min-width: 21px;
    font-size: 17px;
    line-height: 20px;
}

.product_card .product_img {
    overflow: hidden;
    padding: 5px;
    background-color: #fff;
    border-radius: 7px;
}

.product_card .product_img img {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 100%;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.product_card h6 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--dropdown-clr);
}

.product_card p {
    font-size: 20px;
    font-weight: 500;
    color: var(--dropdown-clr);
}

.product_card i {
    font-size: 22px;
    color: var(--dropdown-clr);
    padding: 9px;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.product_card:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.product_card:hover h6 {
    color: var(--blue);
}

.product_card:hover i {
    background: var(--blue);
    color: #fff;
}

.counter {
    height: 39px;
}

.minus {
    border-radius: 4px 0px 0px 4px;
    background: #dcdcdc;
}

.value {
    min-width: 45px;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    padding: 7px 15px;
    font-size: 15px !important;
}

.incris {
    border-radius: 0 4px 4px 0;
    background: #dcdcdc;
}

.medicin-image {
    min-width: 250px;
}

.medicin-image img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    height: auto;
    max-width: 100%;
}

.medicin-description h6 {
    font-size: 20px;
}

.medicin-description p {
    font-size: 15px;
}

.medicin-description .mrp {
    font-size: 22px;
    color: var(--primary-black);
    font-weight: 300;
}

.medicin-description .mrp span {
    font-size: 17px;
    font-weight: 500;
}

.medicin-description .available {
    font-size: 11px;
    background-color: royalblue;
    color: #fff;
    padding: 3px 8px;
    border-radius: 12px;
    line-height: 11px;
    margin: 0 0 11px 5px;
}

.medicin-description .product_desc {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.medicin-description .btn-view-cart .btn-link {
    padding: 10px 30px;
}

.product_desc_title {
    font-size: 18px;
    font-weight: 600;
}

.product_desc_para {
    font-size: 14px;
}

.bill-img img {
    height: 45px;
    width: 45px;
}

.view_cart_table td {
    border-width: 0;
}

.view_cart_table > :not(caption) > * > * {
    border-width: 0;
    padding: 0.8rem 0.5rem;
}

.view_cart_table > :not(:first-child) {
    border-top-width: 1px;
}

.bill_text {
    font-size: 15px;
    padding: inherit;
}

.remove-from-bill {
    padding: 5px;
    border-radius: 4px;
    font-size: 20px;
    color: #ff0000;
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0.1);
}

.remove-from-bill:hover {
    background-color: rgba(255, 0, 0, 0.2);
    color: #ff0000;
}

.total-of-bill .btn-view-cart .btn {
    padding: 8px 0;
    max-width: 175px;
}

.grand-total {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-black);
}

.total-items {
    font-size: 15px;
}

.cart_total_title {
    font-size: 17px;
    color: var(--primary-black);
    font-weight: 500;
}

.prescription-txt {
    font-size: 14px;
}

.delivery-check .form-check-input:checked {
    border-color: #4a5387;
    background-color: #28328c;
}

.hospitle_pic_wrapper {
    min-width: 400px;
}

.hospitle_pic_wrapper .hospitle_pic img {
    height: 60px;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 7px;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 768px) {
    .pharmacy_product .searching-filter {
        top: 135px;
    }
}

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

@media screen and (max-width: 476px) {
    .total-of-bill {
        min-width: 100%;
    }

    .shipping-details .location-name {
        font-size: 18px;
    }
}

.site-hero img {
    width: 100%;
    min-height: 200px;
}

.site-hero .btn-appointment {
    bottom: 21%;
    left: 21%;
}

.site-hero .btn-appointment a {
    height: 41px;
    padding: 9px;
    width: 158px;
}

.looking-card .img-wrapper {
    max-width: 375px;
    height: 185px;
}

.looking-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.single-item .slick-prev:not(.slick-disabled):before,
.single-item .slick-next:not(.slick-disabled):before {
    opacity: 1;
    color: #000;
}

.single-item .slick-next,
.single-item .slick-prev {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.single-item .slick-slide {
    padding: 10px;
}

.comment-card {
    max-width: 580px;
    min-height: 200px;
}

.comment-card h6 {
    font-size: 14px;
    font-weight: 400;
    color: var(--dropdown-clr);
}

.comment-card .comentor-name .avtar {
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment-card .comentor-name p {
    font-size: 14px;
    font-weight: 600;
}

.our_doctor .btn-link {
    padding: 9px 25px;
}

.our_doctor .btn-link:hover {
    background-color: #fff;
    border-color: var(--blue);
    color: var(--blue);
}

.our_doctor_card .our_doctor_card_img {
    height: 40px;
    width: 40px;
}

.our_doctor_card .our_doctor_card_img img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.our_doctor_card .our_doctor_card_img p {
    bottom: -16%;
    font-size: 9px;
    padding: 1px 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px;
    font-weight: 600;
    background-color: gold;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.our_doctor_card .our_doctor_card_txt h6 {
    font-size: 14px;
}

.our_doctor_card .our_doctor_card_txt p {
    font-size: 11px;
    line-height: 14px;
}

@media screen and (max-width: 1400px) {
    .site-hero .btn-appointment a {
        height: 35px;
        padding: 7px;
        width: 144px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
}

@media screen and (max-width: 991px) {
    .site-hero .btn-appointment a {
        height: 29px;
        padding: 5px;
        width: 114px;
        font-size: 11px;
    }
}

@media screen and (max-width: 768px) {

}

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

@media screen and (max-width: 476px) {

}

/* Loader */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.8);
    z-index: 999999;
    display: none;
}

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

.loader span {
    -webkit-animation: loader 1.3s linear infinite;
    animation: loader 1.3s linear infinite;
    background-color: var(--site_color);
    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;
    }
}

.noData {
    text-align: center;
    background: var(--site_color);
    color: white;
    padding: 10px;
    border-radius: 22%;
    font-size: 40px;
}

/*# sourceMappingURL=style.css.map */

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

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 85px;
    padding: 0 30px;
    margin-bottom: 0;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav > li.active > a {
    color: #09dca4;
}

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

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

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

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

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

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

.header-contact-img {
    display: inline-block;
}

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

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

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

.header-contact-detail p.contact-info-header {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

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

.header-navbar-rht li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

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

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

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

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

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

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

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

.header-navbar-rht li a.header-login:hover {
    background-color: #159692;
    border-color: #159692;
    color: #fff !important;
}

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

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

.header .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;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
    margin-left: 10px;
}

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

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

.blue-font > li > a {
    color: #2A85D1;
    text-transform: uppercase;
}

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

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

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

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

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

.user-img {
    display: inline-block;
    position: relative;
}

.header-contact-detail p.contact-info-header.white-font {
    color: #fff;
}

.user-img > img {
    height: 31px;
    object-fit: cover;
    width: 31px;
}

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

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

.header-navbar-rht .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item:hover {
    color: #09dca4;
}

.user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
}

.user-header .user-text {
    margin-left: 10px;
}

.user-header .user-text h6 {
    font-size: 15px;
    margin-bottom: 2px;
}

.header-navbar-rht .logged-item .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    line-height: 85px;
    padding: 0 10px;
}

.view-cart-header a {
    position: relative;
    font-size: 20px;
}

.unread-msg1 {
    background-color: #09e5ab;
    border-radius: 2px;
    color: #272b41;
    font-size: 10px;
    font-style: normal;
    padding: 0 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -10px;
    right: -10px;
}

.header-top {
    display: flex;
    background: #09e5ab;
    color: #fff;
    padding: 8px 30px;
}

.header-top ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
}

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

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

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

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

.search-box-1 {
    background: #09e5ab;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: -50px;
    position: absolute;
}

.search-box .form-group {
    margin-bottom: 0px;
}

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

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

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

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

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

.header-trans .header-navbar-rht li a.header-login {
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background: #10DEFD;
    box-shadow: 0px 4px 4px rgb(189 189 189 / 25%);
    border-radius: 47px;
    border: 0;
}

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

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

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

.right-menu .header-contact-detail p.contact-info-header {
    color: #fff;
}

.right-menu .header-contact-img i {
    width: 30px;
    background-color: #fff;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    color: #1860CA;
    border: 2px solid #acc9f5;
}

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

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

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

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

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

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

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

/*-----------------
	12. Mobile Menu
-----------------------*/

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

.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}

.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    border-bottom: 1px solid #f0f0f0;
    display: none;
}

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

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

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

.bar-icon span {
    background-color: #0de0fe;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}

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

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

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

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

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

    .white-font > li > a {
        color: #fff;
    }

    .main-nav > li:last-child {
        margin-right: 0;
    }

    .main-nav li {
        height: 37px;
        align-items: center;
        display: flex;
        position: relative;
    }

    .main-nav > li > a {
        padding: 0 !important;
    }

    .header-four .main-nav > li > a {
        line-height: 80px;
        color: #fff;
    }

    .main-nav > li > a > i {
        font-size: 12px;
        margin-left: 3px;
    }

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

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

    .main-nav li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 33px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .main-nav .has-submenu.active > a {
        color: #09dca4;
    }

    .header-four .main-nav .has-submenu.active > a {
        color: #fff;
        border-top: 3px solid #E74E84;
    }

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

    .main-nav > li .submenu li:first-child a {
        border-top: 0;
    }

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

    .main-nav > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }

    .main-nav li .submenu a:hover {
        color: #09dca4;
        letter-spacing: 0.5px;
        padding-left: 20px;
    }

    .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
        border-color: transparent #fff #fff transparent;
    }

    .header-navbar-rht li.show > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header-navbar-rht li .dropdown-menu {
        border-radius: 5px;
        padding: 0;
        margin: 0;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        display: block;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

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

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

.home-tile-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.book-btn1 {
    background-color: #159692;
    border: 2px solid #159692;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 6px 10px;
}

.book-btn1:hover {
    background-color: #07424c;
    border-color: #07424c;
    color: #ffffff;
}

.doctor-book-card {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 20px #0000000b;
    overflow: hidden;
}

.doctor-book-card img {
    vertical-align: middle;
    border-radius: .25rem;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.doctor-book-card:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.doctor-book-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height: 100%;
    border-radius: .25rem;
}

.doctor-book-card-content > div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.doctor-book-card-content .book-btn1 {
    font-size: 14px;
}

.tile-card-content-1 {
    background: rgb(0, 0, 0);
    background: rgba(13, 13, 13, 0.33);
}

.doctor-book-card h3 {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.speicality-img {
    transition: all .5s;
    margin: 0 auto 5px;
    display: flex;
    align-items: center;
    position: relative;
    height: 150px;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    border: 2px solid #fff;
    width: 150px;
    background: #fff;
}

.speicality-img:hover {
    border: 2px solid var(--site_color);
}

.speicality-img img {
    margin: auto;
}

.speicality-img span i {
    color: var(--site_color);
}

.speicality-img span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

/* Specialites */
.specialites {
    flex: 1;
}

.single-pricing-pack {
    transition: all .5s;
}

.single-pricing-pack:hover {
    box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
}

/* 3.5 Card */
.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 5px;
}

.card .card-header, .card .card-body, .card .card-footer {
    background-color: transparent;
    padding: 20px 25px;
}

.card .navbar {
    position: static;
}

.card .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card .card-body .section-title {
    margin: 30px 0 10px 0;
    font-size: 16px;
}

.card .card-body .section-title:before {
    margin-top: 8px;
}

.card .card-body .section-title + .section-lead {
    margin-top: -5px;
}

.card .card-body p {
    font-weight: 500;
}

.card .card-header {
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    min-height: 70px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
}

.card .card-header .btn {
    margin-top: 1px;
    padding: 2px 15px;
}

.card .card-header .btn:not(.note-btn) {
    border-radius: 30px;
}

.card .card-header .btn:hover {
    box-shadow: none;
}

.card .card-header .form-control {
    height: 31px;
    font-size: 13px;
    border-radius: 30px;
}

.card .card-header .form-control + .input-group-btn .btn {
    margin-top: -1px;
}

.card .card-header h4 {
    font-size: 16px;
    line-height: 28px;
    color: var(--primary_color);
    padding-right: 10px;
    margin-bottom: 0;
}

.card .card-header h4 + .card-header-action,
.card .card-header h4 + .card-header-form {
    margin-left: auto;
}

.card .card-header h4 + .card-header-action .btn,
.card .card-header h4 + .card-header-form .btn {
    font-size: 12px;
    border-radius: 30px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.card .card-header h4 + .card-header-action .btn.active,
.card .card-header h4 + .card-header-form .btn.active {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: var(--primary_color);
    color: #fff;
}

.card .card-header h4 + .card-header-action .dropdown,
.card .card-header h4 + .card-header-form .dropdown {
    display: inline;
}

.card .card-header h4 + .card-header-action .btn-group .btn,
.card .card-header h4 + .card-header-form .btn-group .btn {
    border-radius: 0 !important;
}

.card .card-header h4 + .card-header-action .btn-group .btn:first-child,
.card .card-header h4 + .card-header-form .btn-group .btn:first-child {
    border-radius: 30px 0 0 30px !important;
}

.card .card-header h4 + .card-header-action .btn-group .btn:last-child,
.card .card-header h4 + .card-header-form .btn-group .btn:last-child {
    border-radius: 0 30px 30px 0 !important;
}

.card .card-header h4 + .card-header-action .input-group .form-control,
.card .card-header h4 + .card-header-form .input-group .form-control {
    border-radius: 30px 0 0 30px !important;
}

.card .card-header h4 + .card-header-action .input-group .form-control + .input-group-btn .btn,
.card .card-header h4 + .card-header-form .input-group .form-control + .input-group-btn .btn {
    border-radius: 0 30px 30px 0 !important;
}

.card .card-header h4 + .card-header-action .input-group .input-group-btn + .form-control,
.card .card-header h4 + .card-header-form .input-group .input-group-btn + .form-control {
    border-radius: 0 30px 30px 0 !important;
}

.card .card-header h4 + .card-header-action .input-group .input-group-btn .btn,
.card .card-header h4 + .card-header-form .input-group .input-group-btn .btn {
    margin-top: -1px;
    border-radius: 30px 0 0 30px !important;
}

.card .card-footer {
    background-color: transparent;
    border: none;
}

.card.card-mt {
    margin-top: 30px;
}

.card.card-progress:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99;
    z-index: 99;
}

.card.card-progress .card-progress-dismiss {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff !important;
    padding: 5px 13px;
}

.card.card-progress.remove-spinner .card-progress-dismiss {
    top: 50%;
    transform: translate(-50%, -50%);
}

.card.card-progress:not(.remove-spinner):after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQogd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzAwMCIgZD0iTTQzLjkzNSwyNS4xNDVjMC0xMC4zMTgtOC4zNjQtMTguNjgzLTE4LjY4My0xOC42ODNjLTEwLjMxOCwwLTE4LjY4Myw4LjM2NS0xOC42ODMsMTguNjgzaDQuMDY4YzAtOC4wNzEsNi41NDMtMTQuNjE1LDE0LjYxNS0xNC42MTVjOC4wNzIsMCwxNC42MTUsNi41NDMsMTQuNjE1LDE0LjYxNUg0My45MzV6Ij4NCjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIg0KICB0eXBlPSJyb3RhdGUiDQogIGZyb209IjAgMjUgMjUiDQogIHRvPSIzNjAgMjUgMjUiDQogIGR1cj0iMC42cyINCiAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4NCjwvcGF0aD4NCjwvc3ZnPg0K");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
}

.card.card-primary {
    border-top: 2px solid var(--primary_color);
}

.card.card-secondary {
    border-top: 2px solid #cdd3d8;
}

.card.card-success {
    border-top: 2px solid #47c363;
}

.card.card-danger {
    border-top: 2px solid #fc544b;
}

.card.card-warning {
    border-top: 2px solid #ffa426;
}

.card.card-info {
    border-top: 2px solid #3abaf4;
}

.card.card-dark {
    border-top: 2px solid #191d21;
}

.card.card-hero .card-header {
    padding: 40px;
    background-image: linear-gradient(to bottom, var(--primary_color), var(--primary_color_hover));
    color: #fff;
    overflow: hidden;
    height: auto;
    min-height: auto;
    display: block;
}

.card.card-hero .card-header h4 {
    font-size: 40px;
    line-height: 1;
    color: #fff;
}

.card.card-hero .card-header .card-description {
    margin-top: 5px;
    font-size: 16px;
}

.card.card-hero .card-header .card-icon {
    float: right;
    color: #8c98f3;
    margin: -60px;
}

.card.card-hero .card-header .card-icon .ion, .card.card-hero .card-header .card-icon .fas, .card.card-hero .card-header .card-icon .far, .card.card-hero .card-header .card-icon .fab, .card.card-hero .card-header .card-icon .fal {
    font-size: 140px;
}

.card.card-statistic-1 .card-header, .card.card-statistic-2 .card-header {
    border-color: transparent;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
    display: block;
}

.card.card-statistic-1 .card-header h4,
.card.card-statistic-2 .card-header h4 {
    line-height: 1.2;
    color: #98a6ad;
}

.card.card-statistic-1 .card-body,
.card.card-statistic-2 .card-body {
    padding-top: 0;
}

.card.card-statistic-1 .card-body, .card.card-statistic-2 .card-body {
    font-size: 26px;
    font-weight: 700;
    color: #34395e;
    padding-bottom: 0;
}

.card.card-statistic-1, .card.card-statistic-2 {
    display: inline-block;
    width: 100%;
}

.card.card-statistic-1 .card-icon, .card.card-statistic-2 .card-icon {
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 3px;
    line-height: 94px;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.card.card-statistic-1 .card-icon .ion, .card.card-statistic-1 .card-icon .fas, .card.card-statistic-1 .card-icon .far, .card.card-statistic-1 .card-icon .fab, .card.card-statistic-1 .card-icon .fal, .card.card-statistic-2 .card-icon .ion, .card.card-statistic-2 .card-icon .fas, .card.card-statistic-2 .card-icon .far, .card.card-statistic-2 .card-icon .fab, .card.card-statistic-2 .card-icon .fal {
    font-size: 22px;
    color: #fff;
}

.card.card-statistic-1 .card-icon {
    line-height: 90px;
}

.card.card-statistic-2 .card-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    margin: 25px;
}

.card.card-statistic-1 .card-header, .card.card-statistic-2 .card-header {
    padding-bottom: 0;
    padding-top: 25px;
}

.card.card-statistic-2 .card-body {
    padding-top: 20px;
}

.card.card-statistic-2 .card-header + .card-body,
.card.card-statistic-2 .card-body + .card-header {
    padding-top: 0;
}

.card.card-statistic-1 .card-header h4, .card.card-statistic-2 .card-header h4 {
    font-size: 13px;
    letter-spacing: .5px;
}

.card.card-statistic-1 .card-header h4 {
    margin-bottom: 0;
}

.card.card-statistic-2 .card-header h4 {
    text-transform: none;
    margin-bottom: 0;
}

.card.card-statistic-1 .card-body {
    font-size: 20px;
}

.card.card-statistic-2 .card-chart {
    padding-top: 20px;
    margin-left: -9px;
    margin-right: -1px;
    margin-bottom: -15px;
}

.card.card-statistic-2 .card-chart canvas {
    height: 90px !important;
}

.card .card-stats {
    width: 100%;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: -6px;
}

.card .card-stats .card-stats-title {
    padding: 15px 25px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
}

.card .card-stats .card-stats-items {
    display: flex;
    height: 50px;
    align-items: center;
}

.card .card-stats .card-stats-item {
    width: calc(100% / 3);
    text-align: center;
    padding: 5px 20px;
}

.card .card-stats .card-stats-item .card-stats-item-label {
    font-size: 12px;
    letter-spacing: .5px;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.card .card-stats .card-stats-item .card-stats-item-count {
    line-height: 1;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}

.card.card-large-icons {
    display: flex;
    flex-direction: row;
}

.card.card-large-icons .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 150px;
    border-radius: 3px 0 0 3px;
}

.card.card-large-icons .card-icon .ion, .card.card-large-icons .card-icon .fas, .card.card-large-icons .card-icon .far, .card.card-large-icons .card-icon .fab, .card.card-large-icons .card-icon .fal {
    font-size: 60px;
}

.card.card-large-icons .card-body {
    padding: 25px 30px;
}

.card.card-large-icons .card-body h4 {
    font-size: 18px;
}

.card.card-large-icons .card-body p {
    opacity: .6;
    font-weight: 500;
}

.card.card-large-icons .card-body a.card-cta {
    text-decoration: none;
}

.card.card-large-icons .card-body a.card-cta i {
    margin-left: 7px;
}

.card.bg-primary, .card.bg-danger, .card.bg-success, .card.bg-info, .card.bg-dark, .card.bg-warning {
    color: #fff;
}

.card.bg-primary .card-header, .card.bg-danger .card-header, .card.bg-success .card-header, .card.bg-info .card-header, .card.bg-dark .card-header, .card.bg-warning .card-header {
    color: #fff;
    opacity: .9;
}

@media (max-width: 575.98px) {
    .card.card-large-icons {
        display: inline-block;
    }

    .card.card-large-icons .card-icon {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    .card .card-header {
        height: auto;
        flex-wrap: wrap;
    }

    .card .card-header h4 + .card-header-action,
    .card .card-header h4 + .card-header-form {
        flex-grow: 0;
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card .card-stats .card-stats-items {
        height: 49px;
    }

    .card .card-stats .card-stats-items .card-stats-item {
        padding: 5px 7px;
    }

    .card .card-stats .card-stats-items .card-stats-item .card-stats-item-count {
        font-size: 16px;
    }

    .card.card-sm-6 .card-chart canvas {
        height: 85px !important;
    }

    .card.card-hero .card-header {
        padding: 25px;
    }
}

.our_offers {
    background: url(../img/slider/slider-2.jpg) 50% 50% no-repeat;
    padding: 50px 0;
}

.our_treatments {
    background: url(../img/slider/our_treatments.jpg) 50% 50% no-repeat;
    padding: 50px 0;
	background-size: cover;
}

.our_treatments .card {
    background: rgba(255, 255, 255, .7);
}

@font-face {
    font-family: credit;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/credit.eot);
    src: url(../fonts/credit.eot) format("embedded-opentype"),
    url(../fonts/credit.woff2) format("woff2"),
    url(../fonts/credit.woff) format("woff"),
    url(../fonts/credit.ttf) format("truetype"),
    url(../fonts/credit.svg?#credit) format("svg");
}

.card_title {
    top: 25px;
    right: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.card_no {
    top: 155px;
    left: 30px;
    color: #fff;
    font-family: credit, Arial;
    font-size: 28px;
}

.subs {
    top: 25px;
    left: 30px;
    color: #fff;
    font-size: 16px;
}

.validity {
    top: 238px;
    left: 330px;
    color: #fff;
    font-family: credit, Arial;
    font-size: 10px;
}

.card_name {
    top: 250px;
    left: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

/*-----------------
	Footer
-----------------------*/

.footer .footer-top {
    padding: 40px 0;
}
.footer.custom-footer .footer-top {
    padding: 60px 0;
}
.footer.footer-four .footer-top {
    padding: 50px 0;
}
.footer.footer-five {
    background-color: #1376CA;
}
.footer.footer-five .footer-top {
    background-color: #1376CA;
    padding: 60px 0;
}
.footer.footer-five .footer-bottom .copyright {
    border-top: 1px solid #28DAF4;
}
.footer.custom-footer .footer-bottom .copyright {
    border-top: 1px solid #0f4d84;
}
.footer.custom-footer .copyright-text span {
    color: #20C0F3;
}
.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.footer .footer-widget .footer-logo {
    margin-bottom: 30px;
}
.footer .footer-widget .footer-about-content p {
    color: #fff;
}
.footer .footer-widget .footer-about-content p:last-child {
    margin-bottom: 0;
}
.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
}
.footer .footer-menu ul li:last-child {
    margin-bottom: 0;
}
.footer .footer-menu ul li a {
    color: #fff;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    transition: all 0.4s ease 0s;
}
.footer .footer-widget.footer-menu ul li a:hover {
    color: #fff;
    letter-spacing: 0.5px;
    padding-left: 30px;
}
.footer .footer-menu ul li a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0;
}
.footer-contact-info {
    color: #fff;
    font-size: 15px;
}
.footer-contact-info .footer-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-contact-info .footer-address span {
    margin-right: 20px;
}
.footer-contact-info .footer-address span i.fa-map-marker-alt {
    font-size: 20px;
}
.footer-contact-info p i {
    margin-right: 15px;
}
.footer .footer-bottom .copyright {
    border-top: 1px solid #1663a6;
    padding: 30px 0;
}
.footer .footer-bottom .copyright-text p {
    color: #fff;
    font-size: 15px;
}
.footer .footer-bottom .copyright-text p a {
    color: #09e5ab;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer .footer-bottom .copyright-text p a:hover {
    color: #fff;
}
.footer .footer-bottom .copyright-text p.title {
    font-weight: 400;
    margin: 10px 0 0;
}
.footer .social-icon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .social-icon ul li {
    margin-right: 15px;
}
.footer .social-icon ul li:last-child {
    margin-right: 0;
}
.footer .social-icon ul li a {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    transition: all 0.4s ease 0s;
}
.footer .social-icon ul li a:hover {
    color: #09e5ab;
}
.policy-menu {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right;
}
.policy-menu li {
    display: inline-block;
    margin-right: 15px;
}
.policy-menu li:last-child {
    margin-right: 0;
}
.policy-menu li a {
    color: #fff;
}
.policy-menu li a:hover, .policy-menu li a:focus {
    color: #09e5ab;
}
.policy-menu li::after {
    color: #fff;
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}
.policy-menu li:last-child::after {
    content: "";
}
.footer.footer-2 .footer-menu ul li a::before {
    display: none;
}
.footer.footer-2 .footer-menu ul li a {
    font-size: 13px;
    padding-left: 0;
}
.footer.footer-2 .footer-widget.footer-menu ul li a:hover {
    letter-spacing: 0;
    padding-left: 0;
}
.footer.footer-2 .footer-title {
    color: #20C0F3;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer.footer-2 .footer-widget .footer-logo {
    margin-bottom: 10px;
}
.footer.footer-2 .footer-widget .footer-logo img {
    width: 120px;
}
.footer.footer-2 .footer-widget .footer-about-content p {
    font-size: 13px;
}
.footer.footer-2 .footer-address p {
    font-size: 13px;
}
.footer.footer-2 .footer-contact-info {
    font-size: 13px;
}
.footer.footer-2 .footer-contact-info .footer-address span i.fa-map-marker-alt {
    font-size: 16px;
}
a:hover, .nav-link:focus, .nav-link:hover {
	color: #06716d;
}
.blue-bg {
	background: #ebf7f6;
}
.our_doctors .card {
	background-color: #fafafa;
}
.our_doctors .doctors {
	padding: 15px !important;
}
.doctors .btn.btn-primary {
	margin-top: 10px;
}
.btn-primary:hover {
   border-color: #159692;
}
.our_plans .single-pricing-pack {
	box-shadow: 1px 6px 14px rgba(0,0,0,0.2);
	background-color: #ebf7f6;
}
.price {
	color: #ffffff !important;
	}
.single-pricing-pack .pricing-header {
	background-color: #159692 !important;
}
.single-pricing-pack h3,
.single-pricing-pack h4,
.single-pricing-pack h5{
	color: #159692;
}
.single-pricing-pack .card-body {
	overflow: hidden;
	position: relative;
}
.single-pricing-pack .card-body::before {
	content: "\ea24";
	position: absolute;
	left: -50px;
	bottom: -60px;
	font-family: boxicons !important;
	color: #e0f0ef;
	font-size: 180px;
	z-index: 0;
}
.searching-filter {
    background: #159692 !important;

}
.dropdown #all_filter {
	background: #06716d;
	border-color: #06716d;
}
.py-8 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pb-6 {
	padding-bottom: 60px;
}
.content-page-header.dynamic-page {
	height: 200px;
	border-bottom-color: #ccc;
}
.page-wrapper {
	background-color: #ebf7f6;
}
.main-nav > li {
	margin-right: 20px;
}
.subscriptions-page .single-pricing-pack .pricing-header {
	background-color: #159692 !important;
}

.subscriptions-page .price {
	color: #ffffff !important;
}

.subscriptions-page {
	background-color: #f9f9f9;
}
.single-pricing-pack .card-body > * {
	position: relative;
}
.header-navbar-rht li a.header-login span {
	font-size: 15px;
	color: #159692 !important;
	text-transform: uppercase;
	font-weight: 500;
}
.header-navbar-rht li a.header-login span:hover {
	background-color: #159692;
	border-color: #159692;
	color: #fff !important;
}
/*****Media Screen 767px*****/
@media (max-width: 767px) {
.py-8 {
	padding-top: 50px;
	padding-bottom: 30px;
}
.pb-6 {
	padding-bottom: 40px;
}
.content-page-header.dynamic-page {
	height: 130px;
}
}

/*****Media Screen 425px*****/
@media (max-width: 425px) {
.header-navbar-rht li a.header-login {
	padding: 4px 8px !important;
}
.jumbo_ban h1 {
	font-size: 34px;
}
}

.h-108px {
  max-height: 108px !important;
  overflow-y: auto;
  scrollbar-width: thin;
}
