:root {
    /*Deafult color*/
    --main-txt-color: #20AF8B;
    --main-bg-color: #20AF8B;
    --main-border-color: #20AF8B;
    --btn-bg-color: #20AF8B;
    --btn-border-color: #20AF8B;
    --btn-hover-bg-color: #20AF8B;
    --btn-hover-border-color: #20AF8B;
    --btn-background-image: linear-gradient(to bottom, #20AF8B, #20AF8B);
    --list-checked-bg-color: rgba(185, 0, 1, 0.1);
    --blog-post-bg-color: #20AF8B;
    --footer-bg-color: #20AF8B;
    /*Liyeplimal color*/
    /*    --main-txt-color: #0532ab;
        --main-bg-color: #010f36;
        --main-border-color: #010f36;
        --btn-bg-color: #0532AB;
        --btn-border-color: #0532AB;
        --btn-hover-bg-color: #032a94;
        --btn-hover-border-color: #032a94;
        --btn-background-image: linear-gradient(to bottom,#03278a ,#0532ab);
        --list-checked-bg-color: rgba(5, 50, 171,0.1);
        --blog-post-bg-color: rgba(5, 50, 171, .97);
        --footer-bg-color: #010f36;*/
}

body {
    color: #555a64;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: var(--main-txt-color);*/
    color: #2c3038;
}

a:hover {
    color: var(--main-txt-color);
    text-decoration: none;
}

/* -----------------------------------------------------------------
    -  Utilities
----------------------------------------------------------------- */
/*Buttons*/
.btn {
    font-size: 15px;
    padding: 9px 20px;
    border-radius: 3px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

/*Button primary*/
.btn-primary {
    color: #fff;
    background-color: var(--btn-bg-color);
    border-color: var(--btn-border-color);
    /*box-shadow: 0 2px 6px 0 rgba(185, 0, 1, 0.5);*/
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--btn-hover-bg-color);
    border-color: var(--btn-hover-border-color);
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*Botton outline primary*/
.btn-outline-primary {
    color: var(--main-txt-color);
    border-color: var(--btn-border-color);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--btn-bg-color);
    border-color: var(--btn-border-color);
}



/*Padding*/
.pt-6,
.py-6 {
    padding-top: 4.5rem !important;
}

/*Margin*/
@media (min-width: 768px) {

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 4.5rem !important;
    }
}

/*Ul li*/
.list-checked {
    padding-left: 0;
    text-align: left;
    list-style-type: none;
}

.list-checked>li {
    position: relative;
    padding-left: 2.25rem;
}

.list-checked>li+li {
    margin-top: .75rem;
}

.list-checked>li::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'themify';
    content: "\e64c";
    top: calc((1.6 * 1rem - 1.25rem));
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    font-size: .75rem;
    border-radius: 50%;
    background-color: var(--list-checked-bg-color);
    color: var(--main-txt-color);
}

/*Title*/
@media(max-width: 575px) {
    .sub-title br {
        display: none;
    }
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

/*Font weight*/
.font-weight-regular {
    font-weight: 500 !important;
}

.font-weight-medium {
    font-weight: 600 !important;
}

/* Font size ------------------ */

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
    line-height: 24px;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
    line-height: 30px;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.fs-30 {
    font-size: 30px;
    line-height: 1.2;
}

.fs-31 {
    font-size: 31px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-33 {
    font-size: 33px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-37 {
    font-size: 37px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-39 {
    font-size: 39px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-41 {
    font-size: 41px !important;
}

.fs-42 {
    font-size: 42px !important;
    line-height: 52px !important;
}

.fs-43 {
    font-size: 43px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.fs-46 {
    font-size: 46px !important;
}

.fs-47 {
    font-size: 47px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-49 {
    font-size: 49px !important;
}

.fs-50 {
    font-size: 50px;
    line-height: 1.2;
}

.fs-51 {
    font-size: 51px !important;
}

.fs-52 {
    font-size: 52px !important;
}

.fs-53 {
    font-size: 53px !important;
}

.fs-54 {
    font-size: 54px !important;
}

.fs-55 {
    font-size: 55px !important;
}

.fs-56 {
    font-size: 56px !important;
}

.fs-57 {
    font-size: 57px !important;
}

.fs-58 {
    font-size: 58px !important;
}

.fs-59 {
    font-size: 59px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-61 {
    font-size: 61px !important;
}

.fs-62 {
    font-size: 62px !important;
}

.fs-63 {
    font-size: 63px !important;
}

.fs-64 {
    font-size: 64px !important;
}

.fs-65 {
    font-size: 65px !important;
    line-height: 75px;
}

.fs-66 {
    font-size: 66px !important;
}

.fs-67 {
    font-size: 67px !important;
}

.fs-68 {
    font-size: 68px !important;
}

.fs-69 {
    font-size: 69px !important;
}

.fs-71 {
    font-size: 71px !important;
    line-height: 1 !important;
}

.fs-72 {
    font-size: 72px !important;
}

.fs-73 {
    font-size: 73px !important;
}

.fs-74 {
    font-size: 74px !important;
}

.fs-75 {
    font-size: 75px !important;
}

.fs-76 {
    font-size: 76px !important;
}

.fs-77 {
    font-size: 77px !important;
}

.fs-78 {
    font-size: 78px !important;
}

.fs-79 {
    font-size: 79px !important;
}

.fs-81 {
    font-size: 81px !important;
}

.fs-82 {
    font-size: 82px !important;
}

.fs-83 {
    font-size: 83px !important;
}

.fs-84 {
    font-size: 84px !important;
}

.fs-85 {
    font-size: 85px !important;
}

.fs-86 {
    font-size: 86px !important;
}

.fs-87 {
    font-size: 87px !important;
}

.fs-88 {
    font-size: 88px !important;
}

.fs-89 {
    font-size: 89px !important;
}

.fs-91 {
    font-size: 91px !important;
}

.fs-92 {
    font-size: 92px !important;
}

.fs-93 {
    font-size: 93px !important;
}

.fs-94 {
    font-size: 94px !important;
}

.fs-95 {
    font-size: 95px !important;
}

.fs-96 {
    font-size: 96px !important;
}

.fs-97 {
    font-size: 97px !important;
}

.fs-98 {
    font-size: 98px !important;
}

.fs-99 {
    font-size: 99px !important;
}

.fs-100 {
    font-size: 100px;
}

/*Background color*/
.bg-tomato {
    background-color: #20AF8B !important;
}

.bg-navy {
    background-color: #21325b !important;
}


/*lead*/
.lead {
    font-size: 1.5rem;
    font-weight: 300;
}







.bd-title {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-weight: 300;
    font-size: 3rem;
}

.bd-lead {
    font-size: 1.5rem;
    font-weight: 300;
}

.bd-content>h2,
.bd-content>h3,
.bd-content>h4 {
    pointer-events: none;
}

.bd-content>h2:not(:first-child) {
    margin-top: 3rem;
}

.bd-content>h2::before,
.bd-content>h3::before,
.bd-content>h4::before {
    display: block;
    height: 6rem;
    margin-top: -6rem;
    content: "";
}

.bd-content>h3 {
    margin-top: 1.5rem;
}

.bd-content>p {}

@media(max-width: 575px) {
    .bd-title {
        font-size: 2.5rem;
    }
}


/* -----------------------------------------------------------------
    -  Navbar
----------------------------------------------------------------- */
.navbar {
    /*padding: 12px 1rem;*/
    padding: 0;
    background-color: var(--main-bg-color);
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;

}

body {
    padding-top: 0px; /* match navbar height */
}

/* Sticky Navbar */
.navbar.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: stickyFade .3s ease-in-out;
}

/* Optional smooth animation */
@keyframes stickyFade {
    from {
        top: -80px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@media (min-width: 1199px) {
    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
    }
}

.navbar-bg-white {
    background-color: #fff;
}

.navbar-nav .nav-link {
    color: hsl(165deg 70.59% 39.23%);
    /* color: rgba(255, 255, 255, 0.7); */
    font-weight: 600;
    font-size: 16px;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}

@media (min-width: 992px) {

 
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: .8rem;
        padding: 1.3rem 0;
        margin-right: .8rem;
        /*        border-bottom: 5px solid #ddd;
                border-radius: 4px;*/
        position: relative
    }

    .navbar-expand-lg .navbar-nav .active .nav-link:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: #fff;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .navbar-bg-white.navbar-expand-lg .navbar-nav .nav-link {
        color: #20ac89;
    }

    .navbar-bg-white .navbar-nav .active>.nav-link,
    .navbar-nav .nav-link.active,
    .navbar-bg-white .navbar-nav .nav-link.show,
    .navbar-nav .show>.nav-link {
        color: var(--main-txt-color);
    }

    .navbar-bg-white.navbar-expand-lg .navbar-nav .active .nav-link:after {
        background-color: var(--main-bg-color);
    }

}

.no-background {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* .navbar-nav .nav-link:focus,*/
.navbar-nav .nav-link:hover,
.navbar-nav>.nav-link .active,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: #fff;
}

/*Navbar Dropdown*/
.dropdown-menu {}

/*Navbar login/register button*/
.navbar-nav .nav-link.btn-login {
    color: #424450;
    font-size: 16px;
    font-weight: 500;
}

.navbar-nav .btn-start {
    background: #fff;
    color: var(--btn-bg-color);
    padding: 6px 1rem;
    border-radius: 3px;
    font-weight: 500;
    margin-left: 1.5rem;
}

.navbar-bg-white .navbar-nav .btn-start {
    color: #fff;
    background-color: var(--btn-bg-color);
}

.navbar-nav .nav-link.btn-start:hover {
    /*    background-color: #3746be;
        border-color: #3746be;*/
}

/*.navbar-bg .navbar-nav .nav-link.btn-start {
    background-color: #2653df;
    color: #fff !important;
}*/
.navbar-nav .nav-link.btn-start:hover,
.navbar-nav .nav-link.btn-start:focus {
    border-color: transparent;
}

.navbar-bg .navbar-nav .nav-link.btn-start:hover {
    color: #fff;
    background-color: #323ee2;
    border-color: #323ee2;
}

.navbar-collapse-header {
    display: none;
}

@media(max-width: 991px) {

    /*Navbar collaps*/
    .navbar-collapse {
        position: absolute;
        z-index: 1050;
        top: 0;
        right: 0;
        left: 0;
        overflow-y: auto;
        width: calc(100% - 1.4rem);
        height: auto !important;
        margin: .7rem;
        opacity: 0;
    }

    .navbar-collapse.collapsing,
    .navbar-collapse.show {
        padding: 1.5rem;
        -webkit-animation: show-navbar-collapse .2s ease forwards;
        animation: show-navbar-collapse .2s ease forwards;
        border-radius: .375rem;
        background: #fff;
        -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
        box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    }

    /*.navbar-collapse.collapsing-out{
        animation: hide-navbar-collapse .2s ease forwards;
    }*/
    .navbar-collapse .navbar-collapse-header {
        display: block;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .navbar-collapse .collapse-brand img {
        height: 36px;
    }

    .navbar-collapse .collapse-close {
        text-align: right;
    }

    .navbar-collapse .navbar-toggler {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .navbar-collapse .navbar-toggler span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        opacity: 1;
        border-radius: 2px;
        background: #283448;
    }

    .navbar-collapse .navbar-toggler :nth-child(1) {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .navbar-collapse .navbar-toggler :nth-child(2) {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .navbar-nav .nav-link {
        padding: .625rem 0;
        color: #172b4d !important;
    }

    .navbar-nav .nav-link .nav-link-inner__text {
        /*margin-left: .25rem;*/
    }

    .navbar-nav .btn-start {
        margin-left: 0;
    }
}

@-webkit-keyframes show-navbar-collapse {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;

        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes show-navbar-collapse {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;

        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}

@media(min-width: 1200px) {
    .no-background {
        background-color: transparent;
    }
}


/*Navbar dropdown menu*/
.dropdown-item {
    font-weight: 400;
    color: #666;
    padding: .30rem 1rem;
    position: relative;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: var(--main-txt-color);
    background-color: transparent;
}

.dropdown-toggle::after {
    border-right: .2em solid transparent;
    border-left: .2em solid transparent;
}

.dropdown-item.dropdown-toggle:after {
    right: 1rem;
}

.dropdown-menu .show>.dropdown-toggle::after {
    top: 58%;
    -webkit-transform: rotate(-230deg) translateY(0);
    -ms-transform: rotate(-230deg) translateY(0);
    transform: rotate(-230deg) translateY(0);
}

.dropdown-menu ul::before,
.dropdown-menu ul::after {
    display: none;

}

.dropdown-item .menu-badge {
    font-size: 10px;
    color: #5e72e4;
    border-radius: 10px;
    padding: 1px 7px 2px;
    margin-left: 8px;
    line-height: 1;
    position: relative;
    top: -1px;
    font-weight: 700;
    background-color: rgba(0, 84, 209, 0.1);
}

@media(max-width: 991px) {
    .dropdown-toggle::after {
        top: 19px;
    }
}

@media(min-width: 992px) {
    .dropdown-menu::after .dropdown-menu::before {
        display: block;
        position: absolute;
        left: 12%;
        vertical-align: middle;
        content: "";
        border-style: none double solid;
        width: 0;
        height: 0;
    }

    .dropdown-menu::before {
        top: -10px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid rgba(57, 70, 78, .08);
    }

    .dropdown-menu::after {
        top: -9px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 9px solid #fff;
    }
}

/*Navbar logo*/
.navbar-brand {
    margin-right: 92px;
}

.navbar-brand img {
    height: 38px;
}

.no-background .navbar-brand .logo-dark {
    display: none;
}

.navbar-bg .navbar-brand .logo-white {
    display: none;
}

/*navbar toggle*/
.navbar-toggler {
    border: 0;
    padding: 0;
}

.navbar-toggler-icon {
    background-image: url(../img/toggler-icon.svg);
}

/*.no-background .navbar-toggler-icon {
    background-image: url(../img/toggler-icon-dark.svg);
}
*/
.navbar-bg-white .navbar-toggler-icon {
    background-image: url(../img/toggler-icon-dark.svg);
}

@media (max-width: 991px) {
    .navbar {
        padding: 0 1rem;
        height: 70px;
    }

    .navbar-brand img {
        height: 32px;
    }

    .navbar-nav .nav-link .nav-link-inner__text {
        /*margin-left: .50rem;*/
    }

    .no-background .navbar-right {
        background-color: transparent;
    }

    .navbar-nav .nav-link.btn-login {
        background-color: rgba(94, 114, 228, 0.2);
        color: #5e72e4 !important;
        margin-top: 15px;
        margin: 16px 0 10px;
    }

    .navbar-nav .nav-link.social-link:first-child {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-nav .nav-link.social-link {
        margin: 1.5rem 0.625rem;
    }
}



/*------------------------------------------------------------------------------
  - Sign up & Login
------------------------------------------------------------------------------*/
.text-primary {
    color: #7367f0 !important;
}

.register-modal.modal .btn-primary {
    height: 46px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transform: translate(0);
    /*    text-shadow: 0 0.5px 0.3px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 2px 4px -1px rgba(185, 0, 1, .6);
        box-shadow: 0 2px 4px -1px rgba(185, 0, 1, .6);*/
    /*    background-image: -webkit-gradient(linear,left top, left bottom,from(#20AF8B),to(#da0809));
        background-image: -o-linear-gradient(top,#20AF8B,#da0809);
    */
    /*background-image: linear-gradient(to bottom,#20AF8B,#da0809);*/
    background-image: var(--btn-background-image);
}

.register-modal.modal .btn-primary:hover {
    color: #fff;
    -webkit-box-shadow: 0 6px 12px -3px rgba(9, 30, 66, .4);
    box-shadow: 0 6px 12px -3px rgba(9, 30, 66, .4);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
}

.register-modal.modal {
    font-size: 15px;
}

.register-modal.modal button.close {
    position: absolute;
    top: 15px;
    right: 15px;
}

@media (min-width: 576px) {
    .register-modal.modal .modal-dialog {
        max-width: 370px;
        margin: 1rem auto;
    }
}

.register-modal.modal .modal-body {
    /*padding: 2.5rem 3rem;*/
    padding: 2.5rem 3rem 2rem;
}

.form-control {
    height: 42px;
    font-weight: 400;
    font-size: 15px;
    border-radius: .25rem;
    padding: .375rem .75rem;
    border: 1px solid #eaedf2;
}

@-webkit-keyframes autofill {
    to {
        color: #212529;
        background-color: #fff;
        border-color: #e4e4e4;
    }
}

.form-control:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.form-control:hover {
    -webkit-box-shadow: inset 0 0 0 1px #7367f0;
    box-shadow: inset 0 0 0 1px #7367f0;
}

.form-control:focus {
    -webkit-box-shadow: inset 0 0 0 1px #7367f0;
    box-shadow: inset 0 0 0 1px #7367f0;
    border-color: transparent
}

.password+.far {
    top: 50%;
    right: 5px;
    position: absolute;
    color: #666;
    cursor: pointer;
    pointer-events: all;
    -webkit-transform: translate(-5px, -50%);
    -ms-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%);
    font-size: 14px;
}

.modal-open .register-modal.modal {
    overflow: hidden;
}

.register-modal.modal .modal-dialog {
    -webkit-animation: hideSweetAlert 0.3s;
    animation: hideSweetAlert 0.3s;
}

.register-modal.modal.show .modal-dialog {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.register-modal.modal .modal-content {
    /*border: 2px solid #7367f0;*/
    border: 1px solid #e4e4e4
}

/*
Navigation link
.register-modal.modal .nav .nav-link {
    color: #7367f0;
    margin: .5rem 1rem;
    padding: 0;
    margin-left: 0;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid #7367f0;
}
.register-modal.modal .nav .nav-link:first-child{
    padding-left: 0px;
}
.register-modal.modal .nav .nav-link.collapsed {
    color: #212529;
    border-color: transparent;
}*/
/*Custom checkbox*/
.custom-control-label {
    line-height: 1.6;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #7367f0;
    background-color: #7367f0;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #7367f0;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #7367f0;
    border-color: #7367f0;
}

.custom-control-label::before {
    /*background-color: #e4e8ee;*/
    border: 1px solid #ced4da;
}

@-webkit-keyframes autofilldark {
    to {
        color: #9a9a9a;
        background-color: #121d27;
        border-color: #262d34;
    }
}




.nice-select {
    float: none;
    border-radius: 4px;
}

.nice-select:after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    height: 8px;
    margin-top: -5px;
    right: 15px;
    width: 8px;
}


















/*Select2*/



.select2-container--bootstrap4 .select2-selection {
    height: 42px !important;
    border: 1px solid #eaedf2;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: .75rem;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    font-size: 15px;
}

.select2-container--bootstrap4 .select2-selection:hover {
    -webkit-box-shadow: inset 0 0 0 1px #7367f0;
    box-shadow: inset 0 0 0 1px #7367f0;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #7367f0;
    box-shadow: inset 0 0 0 1px #7367f0;
}




.select2-container--bootstrap4 .select2-dropdown {
    border-color: #eaedf2;
}

/*Select2 dropdown search area*/
.select2-search--dropdown {
    padding: 0.625rem .75rem;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #eaedf2;
    padding: .375rem .75rem;
}

/*Select2 dropdown results options*/
.select2-results__option {
    font-size: 15px;
    padding: 0.375rem .75rem;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #7367f0;
}

/*Select2 dropdown clear*/
.select2-container--bootstrap4 .select2-selection__clear {
    margin-top: .6em;
    text-align: center;
    padding: 0;
    color: #6c757d;
    background-color: #f4f5f7;
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
    color: #fff;
}






/*Custom input file--------*/
.custom-input-file {
    width: .1px;
    height: .1px;
    opacity: 0;
    outline: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.custom-input-file+label {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    overflow: hidden;
    border: 1px solid #eaedf2;
    border-radius: .25rem;
    color: #6c757d;
    outline: 0;
    margin: 0;
    height: 42px;
    padding: .375rem .75rem;
    font-size: 15px;
}

.custom-input-file+label i {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    /* margin-top: -.25em; */
    margin-right: .4em;
}

.custom-input-file+label span {
    vertical-align: middle;
}

.custom-input-file+label:hover,
.custom-input-file.has-focus+label,
.custom-input-file:focus+label {
    background-color: #fff
}

.no-js .custom-input-file+label {
    display: none
}

.custom-input-file-link+label {
    padding: 0;
    border: 0;
    background: 0 0;
    color: #6e00ff;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600
}

.custom-input-file-link+label:hover,
.custom-input-file-link.has-focus+label,
.custom-input-file-link:focus+label {
    background-color: transparent
}



































.forgot-text {
    margin: -1rem 0 1rem;
    font-size: 14px;
    color: var(--main-txt-color);
    text-decoration: underline;
}

.signup-section a {
    color: var(--main-txt-color);
    text-decoration: underline;
}




/*Header--------*/

.hero_single {
    width: 100%;
    position: relative;
    margin: 0;
    color: #fff;
    height: 540px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #222;
    background-size: cover;
}

.hero_single:before {
    content: '';
    position: absolute;
    /*background-color: rgba(0,0,0,0.5);*/
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.hero_single .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.hero_single .wrapper h3 {
    color: #fff;
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, .3);
}

.hero_single .wrapper p {
    font-weight: 400;
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 19px;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, .3);
}























.height-60 {
    height: auto;
    padding: 5em 0;
}


/*[data-overlay]:before {
    position: absolute;
    content: '';
    background: #252525;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}*/
[data-overlay="3"]:before {
    opacity: 0.3;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

.background-image-holder:not([class*='col-']) {
    width: 100%;
}






.room-bed-config svg,
.room-facility svg {
    width: 22px;
    height: 22px;
    fill: #777;
}






/*=========================================*/
/*=========================================*/


.search-tabs.nav-tabs {
    border: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.search-tabs.nav-tabs .nav-link {
    color: hsla(0, 0%, 100%, .8);
    font-weight: 400;
    margin: .2rem;
    padding: 4px 8px;
    /* border-bottom: 1px solid transparent; */
    /* background-color: rgba(255,255,255,.3); */
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.search-tabs.nav-tabs .nav-item.show .nav-link,
.search-tabs.nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}






.nav-link svg {
    height: 42px;
    fill: #fff;
}

.nav-link.active svg {
    /*fill: #495057;*/
}








/*=========================================*/
/*=========================================*/





/*Searcbar---------------------*/
/*navbar top search*/
.main-search input.form-control {
    height: 54px;
    color: #8e9197;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px !important;
    border: 0;
    padding: 8px 10px 8px;
    padding-left: 45px;
    background-color: #f5f5f5;
}

.main-search input.form-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-search input.form-control:focus {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-search input.form-control::-webkit-input-placeholder {
    color: #8e9197;
    ;
    opacity: 1;
}

.main-search input.form-control::-moz-placeholder {
    color: #8e9197;
    ;
    opacity: 1;
}

.main-search input.form-control:-ms-input-placeholder {
    color: #8e9197;
    ;
    opacity: 1;
}

.main-search input.form-control::-ms-input-placeholder {
    color: #8e9197;
    ;
    opacity: 1;
}

.main-search input.form-control::placeholder {
    color: #8e9197;
    ;
    opacity: 1;
}

.main-search .input-group-addon {
    position: absolute;
    z-index: 9;
    left: 13px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}

.main-search .input-group-addon svg {
    fill: #767676;
    height: 19px;
}


/*Search select option*/


.suggestion-list {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 2px;
    border: 1px solid #787887;
    -webkit-box-shadow: 0 1px 2px #b4b4be;
    box-shadow: 0 1px 2px #b4b4be;
    z-index: 3;
}

.suggestion-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.suggestion-item {
    padding: 10px 8px;
    font-size: 15px;
    border-bottom: 1px solid #e0e0e5;
    line-height: 1.5;
    color: #414146;
    background: #fff;
    cursor: pointer;
    display: table;
    zoom: 1;
    width: 100%;
}

.suggestion-item:hover {
    background: #f0f0f5;
}

.suggestion-item {
    padding: 5px 8px;
}

.suggestion-item__content,
.suggestion-item__media,
.suggestion-item__right {
    display: table-cell;
    vertical-align: middle;
}

.suggestion-item__media {
    padding-right: 15px;
}

.suggestion-item__content {
    width: 10000px;
}

.suggestion-item__right {
    text-transform: uppercase;
    font-size: 12px;
    color: #787887;
    padding-top: 2px;
    text-align: right;
}

.suggestion-item__media__item {
    background-color: #f0f0f5;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.suggestion-item__media__item svg {
    fill: #767676;
    height: 12px;
}

.suggestion-item__media__item>i,
.suggestion-item__media__item>span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media(max-width: 575px) {
    .suggestion-item__content span {
        white-space: nowrap;
        width: 145px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

/*Tags------------------*/
.tags a {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: underline;
}

.tags a:hover {
    color: #fff;
}


















.footer-content {
    position: relative;
    /*background-color: #303030;*/
    background-color: #021526;
    /*padding-top: 90px;*/
    /* background-image: url(../img/pattern-01.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.footer-content:after{
    content: "";
    background: url(../img/pattern-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}*/
/*footer-search ----------------- */
.footer-search_area {
    /*position: relative;*/
}

.footer-search_area:before {
    /*    content: "";
        background: url(../img/pattern-01.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;*/
}

.footer-search_area hr {
    margin-bottom: 0px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-search .form-control {
    height: 50px;
    padding: .375rem 1rem;
    border: 0 solid #fff !important;
    font-size: 19px;
    font-weight: 300;
}

.footer-search .form-control:hover,
.footer-search .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.footer-search .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.footer-search .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.footer-search .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.footer-search .form-control::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.footer-search .form-control::placeholder {
    color: #fff;
    opacity: 1;
}*/


.footer-search .btn {
    padding: .7rem 2rem;
    border: 1px solid #fff !important;
}

/*
.footer-search .btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 24px;
    top: 0;
    bottom: 0;
    width: 9px;
    right: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/small-vertical.svg);
}

.footer-search .custom-control-label::before {
    width: 1.2rem;
    height: 1.2rem;
    border: 0;
    border-radius: 0;
}

.footer-search .custom-control-label::after {
    width: 1.2rem;
    height: 1.2rem;
}

.footer-search a {
    border-bottom: 1px dashed #fff;
    color: #fff;
}

.footer-search .custom-control {
    padding-left: 2rem;
}

.footer-search .custom-control-label::before {
    left: -2rem;
}

.footer-search .custom-control-label::after {
    left: -2rem;
}*/



/*Footer ----------------- */


.copyright-text {
    font-size: 17px;
    font-weight: 300;
    padding: 50px 0;
    color: rgba(255, 255, 255, 0.7);
}

.copyright-text a {
    color: #fff;
}






.sub-footer {
    padding: 15px 0;
    /*background: #ab0001;*/
    background: rgba(0, 0, 0, 0.05);
}








.footer-nav {}

.footer-nav li {}

.footer-nav li a {
    padding-right: .25rem;
    padding-left: .25rem;
    font-size: 17px;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0;
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.7);
}


















/*
.opacity-xs {
    opacity: .2;
}
.space-1, .space-top-1 {
    padding-top: 2rem !important;
}
.space-1, .space-bottom-1 {
    padding-bottom: 2rem !important;
}
.mb-7, .my-7 {
    margin-bottom: 3rem !important;
}
.opacity {
    opacity: .6;
}*/



.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.2rem;
}

.btn-icon {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
}

.btn-icon:hover {
    color: #fff;
}

.btn-icon.btn-xs {
    font-size: 21px;
    width: 1.75rem;
    height: 1.75rem;
}

.btn-soft-light {
    color: #f7faff;
    /*background-color: rgba(247, 250, 255, 0.1);*/
    /*border-color: transparent;*/
}

























/*
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-item-icon {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    min-width: 1rem;
    max-width: 1rem;
    margin-right: 0.25rem;
}
.dropdown-toggle::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 80%;
    font-weight: 900;
    content: "";
    margin-left: 0.5rem;
}*/




.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.dropdown-menu {
    -webkit-box-shadow: 0 5px 9px rgba(55, 125, 255, 0.075), 0 5px 9px rgba(103, 119, 136, 0.075);
    box-shadow: 0 5px 9px rgba(55, 125, 255, 0.075), 0 5px 9px rgba(103, 119, 136, 0.075);
    font-size: 0.875rem;
}


/*
.hs-unfold-content {
    display: block !important;
    opacity: 0;
    pointer-events: none;
}
.hs-unfold-content-initialized {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.hs-unfold-content.hs-unfold-reverse-y {
    top: auto;
    bottom: 100%;
    margin-top: 0;
}*/










.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.375rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #677788;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item {
    font-size: 0.875rem;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--main-txt-color);
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.active {
    color: #377dff;
}











/*Apps content--------------*/
/*section {
    padding: 6rem 0;
}*/
/*.bg-primary-3 {
    background-color: #010e1e!important;
}*/


/*
.mobile-screenshot {
    position: relative;
}
.mobile-screenshot img{
    max-width: 100%
}
.mobile-screenshot {
    position: relative;
}
.rotate-left.mobile-screenshot {
    transform: rotateZ(-5deg);
}
.mobile-screenshot>img:first-child {
    padding: 7%;
}
.mobile-screenshot>img:last-child {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}




.decoration:not(.position-relative) {
    position: absolute;
}
.decoration.left {
    left: 0;
}
.decoration.middle-y {
    top: 50%;
}
.decoration svg {
    background: 0 0!important;
}
.decoration.scale-2 svg {
    transform: scale(2);
}





.icon {
    flex-shrink: 0;
    width: auto;
    height: 1.5rem;
}
.btn>span {
    display: inline-block;
    vertical-align: middle;
}*/












/* -----------------------------------------------------------------
    -  Doctor Consult List
----------------------------------------------------------------- */

@media (max-width: 991px) {
    .main-content .container {
        /*max-width: 100%;*/
    }

    /*    .main-content .row {
            margin-right: -5px;
            margin-left: -5px;
        }
        .main-content .row [class*="col-"]{
            padding-right: 5px;
            padding-left: 5px;
        }*/
}



/*Doctor Consult List Filter*/
.bg-grey {
    background: #f5f5f5 !important;
}

.ptb-70 {
    padding: 70px 0;
}


.box-shadow-1 {
    -webkit-box-shadow: 0 1px 1px rgba(128, 128, 128, 0.2) !important;
    box-shadow: 0 1px 1px rgba(128, 128, 128, 0.2) !important;
}

.filter-accordion .card {
    border: 0;
    margin-bottom: 10px;
    border-radius: .25rem !important;
}

.filter-accordion .card:last-child {
    margin-bottom: 0;
}

.filter-accordion .card-header {
    border-bottom: 0;
    background-color: #fff;
    padding: 1rem 1.5rem;
}

.filter-accordion .card-header h5 {
    font-size: 16px;
}

.filter-accordion .card-header h5 a {
    color: #212529;
    font-size: 16px;
    font-weight: 600;
}

.custom-control.custom-checkbox {
    margin-bottom: 10px;
    padding-left: 1.7rem;
}





















.doctor-list_content {
    padding: 70px 0;
    /*background-color: #f7f7f7;*/
}



.doctor-list_card {
    margin-bottom: 15px;
    border: 1px solid #ececec;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 0;
}

.doctor-list_card.list-card-02 {
    border: 0;
    -webkit-box-shadow: 0 1px 1px rgba(128, 128, 128, 0.2) !important;
    box-shadow: 0 1px 1px rgba(128, 128, 128, 0.2) !important;
    font-size: 15px;
    margin-bottom: 10px;
}

.doctor-list_card .row {
    margin: 0;
}

.doctor-list_card .row [class*="col-"] {
    /*padding: 15px;*/
}

.doctor-img_list {
    margin-right: 15px;
    height: 115px;
    width: 115px;
    background-color: #ececec;
    border-radius: 4px;
}

.list-card-02 .doctor-img_list {
    border-radius: 50%;
}

.doctor-img_list img {
    height: 115px;
    width: 115px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.list-card-02 .doctor-img_list img {
    border-radius: 50%;
}

@media(min-width: 768px) and (max-width: 1199px) {

    .doctor-img_list img,
    .doctor-img_list {
        height: 100px;
        width: 100px;
    }
}

@media(max-width: 767px) {
    .doctor-list_card {
        text-align: center;
        padding: 25px;
    }

    .doctor-img_list {
        display: inline-block !important;
        margin: 0 auto 10px;
    }
}

@media(min-width: 768px) {
    .doctor-list_card .row [class*="col-"]:last-child {
        border-left: 1px solid #ececec;
    }
}







/*Online dot*/

.online {
    position: absolute;
    top: 6px;
    left: 12px;
}

.doctor-list_card.list-card-02 .online {
    top: 18px;
    left: 32px;
}

.online .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 30px;
    width: 30px;
    z-index: 10;
    /* border: 5px solid #62bd19; */
    background-color: #62bd19;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation: heartbit 1s ease-out;
    animation-iteration-count: infinite;
}

.online .point {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background-color: #62bd19;
    position: absolute;
    right: 6px;
    top: -10px;
    z-index: 999;
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}



.item-overview {
    /*padding: 0 15px 15px;*/
}


.doctor-name {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.doctor-name a {
    color: #2c3038;
}

.doctor-name a:hover {
    text-decoration: none;
}

/*.doctor-degrees {
    margin-bottom: 10px;
    color: #7367f0;
    font-size: 14px;
    font-weight: 400;
}*/
.doctor-degrees {
    margin-bottom: 10px;
    color: var(--main-txt-color);
    font-size: 14px;
    font-weight: 500;
}



.star-rating {
    font-size: 12px;
}







/*.experience svg, .inr svg, .fees svg{
    margin-right: 7px;
    width: 21px;
}*/



/*Check list*/
@media(min-width: 768px) and (max-width: 1199px) {
    .check-list h6 {
        font-size: 15px;
    }
}


.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    height: 2rem;
}

@media (min-width: 768px) {
    .icon {
        height: 3rem;
    }
}


svg[class*=bg-] {
    background: 0 0 !important;
}

.icon.icon-xs {
    height: 9px;
}




.icon.icon-xs path[stroke] {
    stroke-width: 5px;
}

svg.bg-success [stroke]:not([stroke=none]) {
    stroke: #20AF8B;
}


.bg-success-alt {
    background-color: rgba(185, 0, 1, .1);
}








@media(min-width: 768px) {
    .doctor-list_card .card-body {
        /*padding: 0;*/
    }

    .doctor-list_card {
        /*border-width: 0 0 1px 0;*/
    }

    .item-info {
        /*        padding-left: 20px;
                padding-bottom: 20px;
                border-left: 1px solid rgba(0,0,0,.125);*/
    }
}






/* -----------------------------------------------------------------
    -  Doctor Consult grid
----------------------------------------------------------------- */
.doctor-grid_content {
    padding: 70px 0;
}

.doctor-grid {
    font-size: 15px;
    margin-bottom: 30px;
    border: 1px solid #ececec;
}

.doctor-img {
    height: 100px;
    width: 100px;
    margin: 20px auto;
}

.doctor-img img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100px;
    width: 100px;
}

.doctor-img .online {
    top: 18px;
    left: 27px;
}





.consult-icon a {
    display: block;
    font-size: 21px;
    margin-right: 15px;
    color: #a5a7a9;
}

.consult-icon a:last-child {
    margin-right: 0px;
}




.consult-btn2 {
    padding: 9px 29px;
    margin: 10px 0 -15px;
    color: var(--main-txt-color);
    background-color: #fff;
    border-color: #ececec;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
}

.doctor-grid:hover .consult-btn2 {
    color: #fff;
    background-color: var(--main-bg-color);
    border-color: #20AF8B
}

/*====================*/


/*
.card-footer-2 {
    border-top: 1px solid #ddd;
}
.card-footer-2 .consult-icon a {
    border-right: 1px solid #ddd;
    padding: 0;
    height: 45px;
    display: flex;
    width: 50px;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 19px;
}*/
.consult-btn {
    color: var(--main-txt-color);
    background-color: #fff;
    border-color: #ececec;
    font-weight: 500;
    margin-top: 10px;
}

@media(min-width: 1200px) {
    .consult-btn {
        position: absolute;
        right: -85px;
        top: 67%;
        margin-top: 0;
        -ms-transform: rotate(90deg) translate(-36%, 0);
        -webkit-transform: rotate(90deg) translate(-33%, 0);
        transform: rotate(90deg) translate(-33%, 0);
    }
}

.list-card-02 .consult-btn {
    font-size: 14px;
}

.doctor-list_card:hover .consult-btn {
    color: #fff;
    background-color: var(--btn-bg-color);
    border-color: var(--btn-border-color);
}


/*pagination----------*/
.page-item {
    margin: 0 3px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.page-link {
    font-weight: 500;
    color: var(--main-txt-color);
    border: 1px solid #ececec;
}

.page-link:hover {
    color: var(--main-txt-color);
}

.page-link:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(3, 125, 113, .25);
    box-shadow: 0 0 0 .2rem rgba(3, 125, 113, .25);
}

.page-item.active .page-link {
    background-color: var(--main-bg-color);
    border-color: var(--main-border-color);
}

.page-numbers {
    display: block;
    color: #919BA2;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding: 12px;
    min-width: 15px;
}

/* -----------------------------------------------------------------
    -  Registration page
----------------------------------------------------------------- */

@media(max-width: 767px) {
    .registration-content {
        padding: 15px;
    }
}

.bg-image-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgb(25, 25, 25, .3);
}

.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

@media(min-width: 576px) {
    .bg-image:not([class*=absolute]) {
        position: absolute;
    }
}

.divider {
    height: 100vh;
    width: 6rem;
    top: 0;
    left: 1px;
    position: relative;
    z-index: 2
}

.divider svg {
    background: 0 0 !important;
    height: 6vw;
}

.divider.divider-vertical svg {
    height: 100vh;
    width: 6rem;
}





.content-title {
    font-size: 26px;
}












/*custom radio*/
.custom-radio {
    /*padding-left: 30px;*/
    font-size: 15px;
    margin-right: 10px;
}

.custom-radio .custom-control-label {
    /*line-height: 30px;*/
    color: #979ea5;
}

.custom-radio .custom-control-label:before {
    /*    width: 18px;
        height: 18px;
        border: 1px solid #e6e7ea;*/
}

.custom-radio .custom-control-input:checked~.custom-control-label {
    color: #40424c;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #2d78e8;
    background-color: #fff;
}

/*.custom-radio .custom-control-label::after {
    width: 18px;
    height: 18px;
}*/
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../img/radio.svg);
}

.custom-radio .custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media(max-width: 767px) {
    .custom-radio {
        margin-right: .5rem;
    }
}




/*Datepicker*/
.datepicker-dropdown {
    min-width: 14rem;
    padding: 10px;
}

.datepicker table {
    width: 100%;
}





/* -----------------------------------------------------------------
    -  Doctor details page
----------------------------------------------------------------- */
.profile-header {
    margin-bottom: 2rem;
    position: relative;
}

.profile-header_bg:before {
    content: '';
    position: absolute;
    /* background-color: rgba(0,0,0,0.5); */
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.header-img-top {
    width: 100%;
    height: auto;
}

.header-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eaedf2;
    margin-top: -3.3rem;
}

.avatar {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    width: 6rem;
    height: 6rem;
}

@media(min-width: 576px) {
    .header-body {
        margin-top: -4.5rem;
    }

    .avatar {
        width: 8rem;
        height: 8rem;
    }

}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-avatar .avatar-img {
    border: 4px solid #fff;
}

.header-pretitle {
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #677788;
    font-size: 11px;
    margin: 0;
}

.avatar-name {
    font-size: 18px;
    margin: 0;
}

@media(min-width: 576px) {
    .avatar-name {
        font-size: 21px;
    }
}

.review-forms {
    padding: 25px;
    background-color: #f1f1f1;
}


/*Social link -----------------*/

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #1b4e9b;
    margin: 0 2px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    border-radius: 3px;
}

.social-links a:first-child {
    margin-left: 0;
}

.social-links a.tw {
    background-color: #00aeef;
}

.social-links a.ins {
    background-color: #E1306C;
}

.social-links a.pr {
    background-color: #c8232c;
}

.social-links a.li {
    background-color: #0077b5;
}













.doctor-details-content {
    padding-bottom: 70px;
    /*background-color: #f9f9f9;*/
}













/*[Table]
--------------------------*/
.table td,
.table th {
    padding: 8px 10px;
    border-top-color: #e4e5e7
}

.table>thead>tr>th {
    border-bottom: 1px solid #e4e5e7
}

.table-sm td,
.table-sm th {
    padding: 4.8px !important;
    padding: .3rem !important
}

.table-nowrap td,
.table-nowrap th {
    white-space: nowrap
}

.table-sm td,
.table-sm th {
    font-size: 13px;
    font-size: .8125rem
}

.table-bordered {
    border: 1px solid #e4e5e7
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #e4e5e7
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item {
    margin-left: 6.4px;
    margin-left: .4rem
}

.dataTables_wrapper .pagination .page-item>.page-link {
    color: #212529;
    border: 0;
    outline: 0 !important
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item>.page-link {
    border-radius: 3px;
    height: 32px;
    height: 2rem;
    min-width: 32px;
    min-width: 2rem;
    padding: 8px;
    padding: .5rem;
    text-align: center;
    line-height: 16px;
    line-height: 1rem;
    font-weight: 600
}

.dataTables_wrapper .pagination .page-item.active>.page-link {
    background: #37a000;
    color: #fff
}

.dataTables_wrapper .pagination .page-item.first>.page-link,
.dataTables_wrapper .pagination .page-item.last>.page-link,
.dataTables_wrapper .pagination .page-item.next>.page-link,
.dataTables_wrapper .pagination .page-item.previous>.page-link {
    background: #f4f4f5
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: 0;
    border-radius: 5px
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0;
    background: 0 0
}

.jsgrid input,
.jsgrid select,
.jsgrid textarea {
    border: 1px solid #e4e5e7
}

.jsgrid-filter-row>.jsgrid-cell {
    background: 0 0
}

.jsgrid-cell {
    border: #e4e5e7 1px solid
}

.jsgrid-alt-row>.jsgrid-cell {
    background: rgba(0, 0, 0, .05)
}

.jsgrid-selected-row>.jsgrid-cell {
    background: #c4e2ff;
    border-color: #c4e2ff
}

.ui-widget *,
.ui-widget button,
.ui-widget input,
.ui-widget select {
    font-family: 'Nunito Sans', sans-serif
}

.ui-widget.ui-widget-content {
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .3);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .3);
    border: 0
}

.ui-dialog .ui-dialog-content {
    padding: 15px
}

.details-form-field:first-child {
    margin-top: 10px
}

.details-form-field:last-child {
    margin-bottom: 10px
}

.details-form-field button {
    display: block;
    width: 100px;
    margin: 0 auto
}

input.error,
select.error {
    border: 1px solid #f99;
    background: #fee
}

label.error {
    float: right;
    margin-left: 100px;
    font-size: .8em;
    color: #f66
}

.config-panel {
    padding: 10px;
    margin: 10px 0;
    background: #fcfcfc;
    border: 1px solid #e9e9e9;
    display: inline-block
}

.config-panel label {
    margin-right: 10px
}

table.dataTable {
    /*color: #677788;*/
    /*font-weight: 300;*/
    font-size: 15px;

}

table.dataTable tfoot td,
table.dataTable tfoot th {
    border-top: 1px solid #e4e5e7;
    border-bottom-width: 0
}

table.table-bordered.dataTable thead th {
    border-top-width: 0
}

table.table-bordered.dataTable tbody tr:first-child td {
    border-top: none
}

td.details-control {
    background: url(../../plugins/datatables/details_open.png) no-repeat center center;
    cursor: pointer
}

tr.details td.details-control {
    background: url(../../plugins/datatables/details_close.png) no-repeat center center
}

.dataTable tbody input,
.dataTable tbody select,
.dataTable tfoot input,
.dataTable tfoot select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e4e5e7;
    height: calc(1.5em + .75rem + 2px);
    padding: 6px 12px;
    padding: .375rem .75rem;
    border-radius: .25rem
}

td.highlight {
    background-color: #f5f5f5 !important
}

table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3,
table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea
}

td.highlight {
    font-weight: 700;
    color: #00f
}

tr.group,
tr.group:hover {
    background-color: #ddd !important
}

.toolbar {
    float: left
}

table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    background-color: #37a000
}












.about-text .title {
    /*font-size: 25px;*/
}

.about-text>h2:not(:first-child) {
    margin-top: 3rem;
}

.about-text>h3 {
    margin-top: 1.5rem;
}

.about-text>h2::before,
.about-text>h3::before,
.about-text>h4::before {
    display: block;
    height: 6rem;
    margin-top: -6rem;
    content: "";
}




.about-text .des {
    /*font-size: 16px;*/
    /* color: #373738; */
    line-height: 25px;
    /*color: #677788;*/
    /*font-weight: 300;*/

    /*color: #494f56;*/

}


/*Book Appointment Form-----------*/
.appointment-form {
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #eaedf2;
    background-color: #fff;
}
















/* -----------------------------------------------------------------
    -  Download App
----------------------------------------------------------------- */
.app-content {
    /* height: 647px; */
    /*background-color: #f5f5f5;*/
    padding-top: 52px;
}

@media(max-width: 767px) {
    .app-content_text {
        margin-top: 42px;
    }
}

.app-content_text .title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}

@media(min-width: 768px) {
    .app-content_text .title {
        font-size: 32px;
    }
}

/*.app-content_text .des {
    color: #48504d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 19px;
}*/

@media(min-width: 768px) {
    .app-content_text .des {
        font-size: 18px;
        line-height: 28px;
    }
}

.subscribe {
    margin-top: 20px;
}

.subscribe-title {
    font-size: 18px;
}

.subscribe .form-control {}

.subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--main-border-color);
}

.subscribe .btn {
    font-weight: 500;
}


.store-btn .svg-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    height: 1.5rem;
    fill: #20AF8B;
}

.store-btn img {
    height: 46px;
}

@media(max-width: 767px) {
    .app-content {
        padding: 56px 0 76px;
    }

    .app-content_text .des {
        margin-bottom: 14px;
    }

    .subscribe .input-group {
        display: block;
    }

    .subscribe .form-control {
        width: 100%;
        margin-bottom: 13px;
        height: 46px;
        border-radius: 4px !important;
    }

    .subscribe .input-group-append {
        margin-left: 0;
    }

    .subscribe .btn {
        font-size: 17px;
        font-weight: 500;
        width: 100%;
        height: 46px;
        border-radius: 4px !important;
    }

}




/* -----------------------------------------------------------------
    -  Consult privately page
----------------------------------------------------------------- */


.profile-header-bg {
    padding: 70px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-header-bg:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.doctor-info_degrees {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
}

.doctor-info_speciality {
    font-size: 20px;
    color: #cec5c9;
    margin-bottom: 15px;
}

.doctor-info_city {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}









.consult-privately {
    padding-bottom: 50px;
    background-color: #f5f5f5;
}

@media(max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .consult-privately .container {
        max-width: 970px;
    }

}










.consult-card {
    border: 0;
    /* box-shadow: 0 5px 30px 0 rgba(0,0,0,.07); */
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    margin-bottom: 16px;
}

.consult-card .card-header {
    border-bottom: 1px solid #ececec;
}

.card-header-title {
    font-size: 18px;
    font-weight: 500;
}


.consult-option {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}

.consult-option:last-child {
    border-bottom: 0;
}



.consult-icon i {
    font-size: 21px;
}

.consult-title {
    font-weight: 600;
    font-size: 17px;
}




.btn-content {
    text-align: right;
}

.consult-btn3 {
    font-size: 12px;
    letter-spacing: .5px;
    font-weight: 500;
    padding: 8px 14px;
    text-transform: uppercase;
}














.consult-row {
    margin-right: -8px;
    margin-left: -8px;
}

.consult-row [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}


.box-topic {
    text-align: center;
    padding: 50px 35px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    /* box-shadow: 0 5px 30px 0 rgba(0,0,0,.07); */
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}

.box-topic .box-topic_icon {
    margin-bottom: 20px;
}

.box-topic .box-topic_icon i {
    font-size: 60px;
    color: #0054D1;
}

.box-topic .box-topic_icon svg {
    height: 70px;
    fill: var(--main-txt-color);
}

.box-topic .title {
    font-weight: 600;
    font-size: 18px;
}


.consult-card .row {
    margin-right: 0;
    margin-left: 0;
}

.consult-card .row [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.consult-card .row [class*="col-"]:last-child {
    margin-bottom: 0;
}


@media(max-width: 767px) {
    .consult-option {
        padding: 30px 20px;
        text-align: center;
        margin-bottom: 10px;
        border: 1px solid #ececec !important;
    }

    .btn-content {
        text-align: center;
    }

}


@media(max-width: 575px) {
    .consult-card .row [class*="col-"] {
        margin-bottom: 15px;
    }
}




/*------------------------------------------------------------------------------
  - Consult form
------------------------------------------------------------------------------*/
.consult-form {
    position: fixed;
    top: 0;
    right: -280px;
    height: 100vh;
    z-index: 100000;
    background: #fff;
    width: 280px;
    max-width: 280px;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
}

.consult-form.active {
    right: 0;
    -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .75);
    box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .75);
}

.consult-form_body {
    padding: 30px;
}

.consult-form_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 9999;
    background: rgba(9, 13, 19, 0.7);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
}

.consult-form_overlay.active {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
    cursor: url(../img/cancel.png) 8 8, move;
}

.consult-form~.consult-form_overlay {
    background: rgba(0, 0, 0, .1);
}

/*Consult form tabs*/
.consult-form .nav-tabs,
.h-tabs.nav-tabs {
    margin-bottom: 30px;
}

.consult-form .nav-tabs .nav-item .nav-link,
.h-tabs.nav-tabs .nav-item.nav-link {
    padding: 1rem 0;
    border-bottom: 1px solid transparent;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    font-size: 15px;
    color: #212529;
    font-weight: 500;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    margin: 0;
}

.consult-form .nav-tabs .nav-item,
.h-tabs.nav-tabs .nav-item.nav-link {
    margin-left: .75rem;
    margin-right: .75rem;
}

.consult-form .nav-tabs .nav-item:first-child,
.h-tabs.nav-tabs .nav-item.nav-link:first-child {
    margin-left: 0;
}

.consult-form .nav-tabs .nav-item:last-child,
.h-tabs.nav-tabs .nav-item.nav-link:last-child {
    margin-right: 0;
}

.consult-form .nav-tabs .nav-item.show .nav-link,
.consult-form .nav-tabs .nav-item .nav-link.active,
.h-tabs.nav-tabs .nav-item.show nav-link,
.h-tabs.nav-tabs .nav-item.nav-link.active {
    color: var(--main-txt-color);
    background-color: transparent;
    border-color: transparent transparent var(--btn-border-color);
}


@media(min-width: 576px) {
    .consult-form {
        right: -350px;
        width: 350px;
        max-width: 350px;
    }

    .consult-form_body {
        padding: 30px 40px;
    }
}


/*------------------------------------------------------------------------------
  - Blog
------------------------------------------------------------------------------*/
/* Blog page ---------- */

.masonry-post {
    height: 370px;
}

.masonry-post:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: -o-linear-gradient(16deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    background-image: linear-gradient(74deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    z-index: 1;
    opacity: 0.8;
    /*border-radius: 6px;*/
    pointer-events: none;
}

.masonry-img img {
    height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
}

.masonry-post-text {
    z-index: 1;
    padding: 40px 30px 30px;
}

.masonry-post-text h2 {
    font-size: 28px;
}

.masonry-post-text h2 a {
    color: #fff;
}

.masonry-post-text h2 a:hover {
    color: #fff;
}

.pre-data .icon {
    height: 16px;
    width: 16px !important;
}

.dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: rgb(255, 255, 255);
    margin: 0px 20px;
    border-radius: 100%;
}





.blog-slider-carousel.owl-theme .owl-nav {
    margin: 0;
}

.blog-slider-carousel.owl-theme .owl-nav [class*="owl-"] {
    color: #1a171b;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    /*opacity: 0;*/
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 30px;
    height: 60px;
    width: 36px;
    border-radius: 0;
    line-height: 60px;
    margin: 0;
    background-color: #fff;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
}

.blog-slider-carousel.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}

/*Category nav*/
.category-nav .nav-link {
    font-weight: 600;
    color: var(--main-txt-color);
    padding: .5rem 2rem .5rem 0;
}

.category-nav .nav-link:hover,
.category-nav .nav-link.active {
    text-decoration: underline;
}

.category-search .input-group-addon {
    position: absolute;
    z-index: 9;
    left: 13px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.category-search .input-group-addon svg {
    fill: var(--main-txt-color);
}

.category-search input.form-control {
    box-shadow: 0 1px 2px rgba(226, 226, 226, 0.5);
    border-radius: 4px !important;
    border: 1px solid #e6e8ec;
    padding-left: 33px;
}










.thumb-post .entry-content {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 1px #f2f2f2;
    box-shadow: 0 0 0 1px #f2f2f2;
    margin: 0 0 15px;
    border-radius: 4px;
}

.entry-content a {
    color: #333;
    text-decoration: none;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #999;
}

.thumb-post img {
    background-color: #fafafa;
    overflow: hidden;
    width: 100%;
    /*    height: 188px;
        object-fit: cover;*/
}

.thumb-post .entry-content .entry-content-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.thumb-post .entry-content .entry-content-caption:not(.sponsored__link) {
    font-size: 12px;
    font-size: .857rem;
    color: #FFF;
    background-color: var(--blog-post-bg-color);
    font-weight: 600;
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;

}

/*.thumb-post .entry-content .entry-content-caption:not(.sponsored__link):after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    height: 30px;
    background: rgba(124,155,239,0);
    background: -webkit-linear-gradient(top,rgba(124,155,239,0),rgba(124,155,239,.9));
    background: linear-gradient(to bottom,rgba(124,155,239,0),rgba(124,155,239,.9));
    content: '';
}*/
.thumb-post .entry-content:hover .entry-content-caption:not(.sponsored__link) {
    opacity: 1;
}

.thumb-post .entry-header .entry-cat {
    font-weight: 600;
}

.thumb-post .entry-header .entry-cat a {
    color: var(--main-txt-color);
}

.thumb-post .entry-header .entry-title {
    display: inline;
    margin-bottom: 2px;
    font-size: 14px;
    font-size: 1rem;
}

.thumb-post .entry-header .entry-title a {
    color: #333;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    height: 38px;
}









.blog-carousel .owl-theme .owl-nav {
    margin-top: 0;
}

.blog-carousel.owl-theme .owl-nav [class*="owl-"] {
    color: #1a171b;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 42%;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(0%, -58%);
    -ms-transform: translate(0%, -58%);
    transform: translate(0%, -58%);
    font-size: 30px;
    height: 60px;
    width: 36px;
    border-radius: 0;
    line-height: 60px;
    margin: 0;
    background-color: #fff;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
}

.blog-carousel.owl-theme .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.blog-carousel.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}


/*------------------------------------------------------------------------------
  - Blog detailis
------------------------------------------------------------------------------*/
.section-blog {
    padding: 4rem 0;
}

.post-cat {
    font-size: .625rem;
    line-height: 1.6;
    letter-spacing: .12em;
    padding: 4px 10px;
    background-color: var(--main-bg-color);
    border-radius: 3px;
}

/*Details Post share icon*/

.share_article .boxed_icon {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 1;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.share_article .boxed_icon:last-child {
    margin-bottom: 0;
}

.smedia.facebook,
.share_article .boxed_icon.facebook,
.social_share_btn ul li.li-facebook a {
    background: #3b5998;
    border-color: #3b5998;
}

.smedia.twitter,
.share_article .boxed_icon.twitter,
.social_share_btn ul li.li-twitter a {
    background: #50abf0;
    border-color: #50abf0;
}

.smedia.googleplus,
.share_article .boxed_icon.google-plus,
.social_share_btn ul li.li-google-plus a {
    background: #df4a32;
    border-color: #df4a32;
}

.smedia.pinterest,
.share_article .boxed_icon.pinterest,
.social_share_btn ul li.li-pinterest a {
    background: #cc2127;
    border-color: #cc2127;
}

.smedia.facebook:hover,
.share_article .boxed_icon.facebook i,
.social_share_btn ul li.li-facebook a i {
    text-shadow: #283d6c 1px 1px, #283d6c 2px 2px, #283d6c 3px 3px, #293f6f 4px 4px, #2a4173 5px 5px, #2b4376 6px 6px, #2d457a 7px 7px, #2e477d 8px 8px, #2f4981 9px 9px, #314b84 10px 10px, #324d88 11px 11px, #334f8b 12px 12px, #35518f 13px 13px, #365392 14px 14px, #375596 15px 15px, #39579a 16px 16px;
}

.smedia.twitter:hover,
.share_article .boxed_icon.twitter i,
.social_share_btn ul li.li-twitter a i {
    text-shadow: #3878a8 1px 1px, #3878a8 2px 2px, #3878a8 3px 3px, #397bad 4px 4px, #3b7fb3 5px 5px, #3d83b8 6px 6px, #3f87be 7px 7px, #418bc3 8px 8px, #438fc9 9px 9px, #4493ce 10px 10px, #4697d4 11px 11px, #489bd9 12px 12px, #4a9fdf 13px 13px, #4ca3e4 14px 14px, #4ea7ea 15px 15px, #50abf0 16px 16px;
}

.smedia.googleplus:hover,
.share_article .boxed_icon.google-plus i,
.social_share_btn ul li.li-google-plus a i {
    text-shadow: #9c3423 1px 1px, #9c3423 2px 2px, #9c3423 3px 3px, #a13524 4px 4px, #a63725 5px 5px, #ab3926 6px 6px, #b03a27 7px 7px, #b53c28 8px 8px, #ba3e29 9px 9px, #c03f2b 10px 10px, #c5412c 11px 11px, #ca432d 12px 12px, #cf442e 13px 13px, #d4462f 14px 14px, #d94830 15px 15px, #df4a32 16px 16px;
}

.smedia.pinterest:hover,
.share_article .boxed_icon.pinterest i,
.social_share_btn ul li.li-pinterest a i {
    text-shadow: #901415 1px 1px, #901415 2px 2px, #901415 3px 3px, #941415 4px 4px, #991516 5px 5px, #9e1617 6px 6px, #a21617 7px 7px, #a71718 8px 8px, #ac1819 9px 9px, #b01819 10px 10px, #b5191a 11px 11px, #ba1a1b 12px 12px, #be1a1b 13px 13px, #c31b1c 14px 14px, #c81c1d 15px 15px, #cd1d1e 16px 16px;
}

.smedia.linkedin:hover {
    text-shadow: #9e0029 1px 1px, #9e0029 2px 2px, #9e0029 3px 3px, #a3002a 4px 4px, #a8002b 5px 5px, #ad002c 6px 6px, #b2002e 7px 7px, #b7002f 8px 8px, #bc0030 9px 9px, #c20032 10px 10px, #c70033 11px 11px, #cc0034 12px 12px, #d10036 13px 13px, #d60037 14px 14px, #db0038 15px 15px, #e1003a 16px 16px;
}

.share_article .boxed_icon span {
    position: absolute;
    display: block;
    top: -8px;
    right: -3px;
    background: #222;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 20px;
    min-width: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}

@media(max-width: 767px) {
    .share_article {
        text-align: center;
    }

    .share_article .boxed_icon {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        margin: 0 2px 0;
    }
}

@media (min-width: 768px) {
    .share_article .boxed_icon {
        width: 55px;
        height: 53px;
        line-height: 53px;
    }
}


/* DROP CAP */

.single-post .entry-content>p:first-child:first-letter {
    font-size: 52px;
    line-height: 1;
    font-weight: bold;
    float: left;
    padding: 0px 6px 0px 0;
    margin-bottom: -6px;
    color: var(--main-txt-color);
    /*font-family: 'Playfair Display', serif;*/
}

blockquote {
    position: relative;
    margin: 2em 0;
    padding: 0.4em 1.2em;
    text-align: center;
    font-size: 1.1em;
    /* font-weight: bold; */
    line-height: 1.5;
    /* text-transform: uppercase; */
    color: var(--main-txt-color);
}

blockquote cite {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    padding-right: 1em;
    margin-top: .8em;
    font-style: normal;
    font-weight: 400;
    color: #bbb;
}

.aligncenter,
.alignnone,
.alignright,
.alignleft {
    display: block;
    margin: 1.6em auto;
    clear: both;
}

.aligncenter,
.alignnone,
.alignright,
.alignleft {
    display: block;
    margin: 1.6em auto;
    clear: both;
}

.caption {
    color: #555;
    max-width: 100%;
}

.caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
}

.post-tags a:before {
    content: "#";
}

@media screen and (min-width: 768px) {
    .single-post .entry-content {
        line-height: 1.7;
    }

    blockquote {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.7em;
        line-height: 1.3;
    }

    .aligncenter {
        margin: 2em auto;
    }

    .alignleft,
    .alignright {
        max-width: 50%;
    }

    .alignleft {
        float: left;
        margin: .4em 2em 1em 0;
    }

    .alignright {
        float: right;
        margin: .4em 0 1em 2em;
    }

    blockquote.alignleft,
    blockquote.alignright {
        width: 40% !important;
        padding-bottom: 0;
    }

    blockquote.alignleft {
        padding-right: 0;
    }

    blockquote.alignright {
        padding-left: 0;
    }
}









/* -----------------------------------------------------------------
    -  Appointment tabs
----------------------------------------------------------------- */

.appointment-tabs.nav-tabs {
    border-bottom: 0;
}

.appointment-tabs.nav-tabs .nav-link {
    border: 0;
    padding: 0;
    display: block;
    color: var(--main-txt-color);
    font-weight: 500;
}

.appointment-tabs.nav-tabs .nav-link.active {
    display: none
}








/* Contact page ----------------*/

.info-title {
    padding-left: 30px;
    font-size: 18px;
}

.info-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 20px;
    content: '';
    background-color: var(--main-bg-color);
}

#map {
    width: 100%;
    height: 300px;
}





/* -----------------------------------------------------------------
    -  Hospital list
----------------------------------------------------------------- */

.hospital-list_item,
.donation-list_item,
.offer-list_item {
    margin-bottom: 30px;
}

.hospital-list_item:last-child,
.donation-list_item:last-child,
.offer-list_item:last-child {
    margin-bottom: 0;
}

.hospital-list_content {
    padding: 70px 0;
    background-color: #f5f5f5;
}

.h-list_img {
    display: block;
    background-color: #ddd;
    height: 170px;
    width: 250px;
    margin-right: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
    border-radius: 4px;
    overflow: hidden;
}

.h-list_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.h-list_name {
    font-size: 21px;
}

.h-list_name a {
    color: #2c3038;
    display: block;
}

.h-list_name a:hover {
    color: var(--main-txt-color);
    text-decoration: underline
}

.h-list_address {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.h-list_des {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    height: 48px;
}

.h-list_btn {
    font-size: 14px;
    padding: 5px 15px 7px;
}


@media(max-width: 575px) {
    .h-list_img {
        height: 70px;
        width: 100px;
        margin-right: 10px;
    }

    .h-list_name {
        font-size: 17px;
        margin-top: -4px;
        margin-bottom: 5px;
    }

    .h-list_address {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .h-list_des {
        height: 44px;
        font-size: 14px;

        margin-bottom: 5px;
    }

    .h-list_btn {

        font-size: 12px;
        padding: 3px 11px 5px;
        border-radius: 0;
    }
}

@media(min-width: 576px) and (max-width: 991px) {
    .h-list_img {
        height: 125px;
        width: 195px;
    }
}





.results {
    padding: 15px 0 0;
    background: #f5f5f5;
}

.results h4 {
    margin: 0;
    font-size: 16px;
}

@media(min-width: 576px) {
    .results h4 {
        font-size: 18px;
    }
}

a.btn_search_mobile,
a.btn_filters_mobile {
    display: none;
    color: var(--main-txt-color);
    font-size: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(128, 128, 128, 0.2);
    box-shadow: 0 1px 1px rgba(128, 128, 128, 0.2);
    padding: 5px 10px;
    border-radius: 2px;
}

a.btn_search_mobile {
    margin-right: 5px;
}

@media (max-width: 991px) {
    .custom-search-input-2.inner {
        display: none;
    }

    .custom-search-input-2.inner {
        margin: 0 0 20px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    a.btn_search_mobile,
    a.btn_filters_mobile {
        display: block;
    }
}

.form-group {
    position: relative;
}


.custom-search-input-2.inner input {
    padding-right: 40px;
    border-radius: 0;
    height: 50px;
    border: 0;
    border-right: 1px solid rgba(128, 128, 128, 0.2);
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.custom-search-input-2.inner input:hover,
.custom-search-input-2.inner input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-search-input-2 .form-icon {
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    right: 0;
    padding-right: 15px;
    display: block;
    width: 20px;
    z-index: 9;
    color: #999;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.btn-search {
    background-color: var(--btn-bg-color);
    color: #fff;
    border-radius: 0;
    height: 50px;
    width: 100%;
    font-size: 20px;
}

.btn-search:hover {
    color: #fff;
}

/*Search mobile*/
.search_mobile,
.filters-mobile {
    overflow: auto;
    /*    -webkit-transform: translateX(105%);
        -ms-transform: translateX(105%);
        transform: translateX(105%);*/
    top: 0;
    right: -350px;
    bottom: 0;
    width: 350px;
    height: 100%;
    position: fixed;
    background: #fff url(../img/bg_aside.svg) no-repeat center right;
    background-size: cover;
    padding: 60px 30px 30px 30px;
    z-index: 9999999999999999 !important;

    -webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .5s cubic-bezier(.77, 0, .175, 1);
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

@media (max-width: 575px) {

    .search_mobile,
    .filters-mobile {
        width: 100%;
        right: -100%;
        padding: 45px 30px 30px 30px;
    }
}

.search_mobile.show,
.filters-mobile.show {
    /*    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);*/
    right: 0;
    -webkit-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
    box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
}

.search_mobile a.side-panel_close,
.filters-mobile a.filters-close {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search_mobile .form-group {
    margin-bottom: 5px;
}

.search_mobile .form-control {
    height: 52px;
    border: 1px solid rgb(210, 216, 221);
}

.search_mobile .btn {
    height: 52px;
    margin-top: 20px;
}

.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    z-index: 100;
    min-height: 100%;
    background-color: #000;
    z-index: 99;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
    -o-transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
    -webkit-transition: opacity .3s ease 0s, visibility 0s ease .3s, -webkit-transform .3s ease 0s;
    transition: opacity .3s ease 0s, visibility 0s ease .3s, -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
    transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s, -webkit-transform .3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.layer-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease 0s, transform .3s ease 0s;
    -o-transition: opacity .3s ease 0s, transform .3s ease 0s;
    -webkit-transition: opacity .3s ease 0s, -webkit-transform .3s ease 0s;
    transition: opacity .3s ease 0s, -webkit-transform .3s ease 0s;
    transition: opacity .3s ease 0s, transform .3s ease 0s;
    transition: opacity .3s ease 0s, transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

@media(min-width: 992px) {

    .search_mobile,
    .filters-mobile,
    .layer {
        display: none;
    }

    .custom-search-input-2 .form-group {
        margin: 0;
    }
}

.filters-title {
    font-size: 17px;
}

/* -----------------------------------------------------------------
    -  Hospital details
----------------------------------------------------------------- */
.h-details_content {
    padding: 70px 0;
    background-color: #f5f5f5;
}

.h-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}

.h-phone {
    font-size: 25px;
    font-weight: 700;
}

.h-phone span {
    background: #fff;
    color: var(--main-txt-color);
    display: inline-block;
    padding: 1px 10px 2px;
    border-radius: 4px;
}

.h-email {
    font-size: 24px;
    text-decoration: underline;
}

.h-web_address {
    font-size: 17px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
}

.h-web_address:hover {
    color: #fff;
}


@media(min-width: 576px) {
    .h-name {
        font-size: 32px;
    }

    .h-email {
        font-size: 38px;
    }

    .h-address {
        font-size: 18px;
    }

    .h-web_address {
        font-size: 19px;
    }
}

/* -----------------------------------------------------------------
    -  Seba health
----------------------------------------------------------------- */
.health-content {
    padding: 70px 0 56px;
}

.health-card {
    min-height: 130px;
    box-shadow: 0.5rem 0.5rem 0 rgba(233, 236, 239, .5);
}

.health-logo img {
    height: 32px;
}

.health-title a {
    color: #2c3038;
}

.health-title a:hover {
    color: var(--main-txt-color);
}




/* -----------------------------------------------------------------
    -  Image grid
----------------------------------------------------------------- */
.img-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img-grid .img-grid-item:nth-child(1) {
    width: 70%;
    margin-top: 0;
    margin-left: 30%;
    z-index: 2;
}

.img-grid .img-grid-item:nth-child(2) {
    width: 75%;
    margin-top: -15%;
    margin-left: 0;
    z-index: 0;
}

.img-grid .img-grid-item:nth-child(3) {
    width: 32%;
    margin-top: -25%;
    margin-left: 50%;
    z-index: 1;
}

.shadow {
    -webkit-box-shadow: 0 0 6px rgba(27, 22, 66, .03), 0 14px 24px rgba(27, 22, 66, .06) !important;
    box-shadow: 0 0 6px rgba(27, 22, 66, .03), 0 14px 24px rgba(27, 22, 66, .06) !important;
}

@media (min-width: 768px) {
    .border-md-7 {
        border-width: 7px !important;
    }
}

/* -----------------------------------------------------------------
    -  Donation
----------------------------------------------------------------- */
.donation-content {
    padding: 70px 0;
}

@media (min-width: 1200px) {
    .donation-content .container {
        max-width: 970px;
    }
}


.donation-img {
    width: 100%;
    height: 195px;
    background-color: #f3f3f3;
    border-radius: 4px;
}

.donation-img img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}







.donation-progress .raised {
    margin-bottom: 5px;
    /*font-weight: 700;*/
    color: #333333;
}

@media(max-width: 575px) {
    .donation-list_item .donation-progress .raised {
        font-size: 14px;
    }
}

.donation-progress .income {
    color: #84c54e;
}

.progress {
    border-radius: 10px;
}

.progress-bar {
    background-color: var(--main-bg-color);
}

@media(max-width: 575px) {
    .donation-list_item .progress {
        border-radius: 10px;
        height: 12px;
        font-size: 11px;
    }
}










@media(min-width: 991px) {
    .donation-summary {
        padding-left: 30px;
    }
}

.give_warning {
    position: relative;
    margin: 15px 0;
    background: #f9f9f9;
    padding: 1em 1.5em 1em 2em;
    border-left: 4px solid;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .125);
    clear: both;
}

.give_warning {
    border-color: #ffba00;
}

.give_warning:before {
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    font-size: 13px;
    margin-top: -15px;
    left: -17px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
}

.give_warning:before {
    background-color: #ffba00;
    content: "\f071";
}

.give_warning>p {
    margin: 0 !important;
    color: #333;
}

.d-title {
    border-bottom: 1px solid #eaedf2;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

/* -----------------------------------------------------------------
    -  Offline payment
----------------------------------------------------------------- */
.offline-payment {
    padding: 70px 0;
}

.donation-complete-title {
    font-size: 32px;
    color: #20AF8B;
    font-weight: 300;
}

.donation-complete-title i {
    font-size: 44px;
    color: #ff6f61;
}

.donation-complete-message {
    padding: 32px 41px 18px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 40px;
    background-color: #fafafa;
    border-color: #ededed;
}

.donation-complete-message-item {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.donation-complete-message-item:nth-child(2n-1) {
    clear: left;
}

.donation-complete-message-item .head {
    margin-right: 6px;
}

.donation-complete-message-item .tail {
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .donation-complete-message {
        padding: 30px;
    }
}

.profile-wrap {
    margin-top: 52px;
    margin-bottom: 40px;
}

.profile-item {
    width: 50%;
    float: left;
    padding-bottom: 15px;
}

.profile-item .head {
    font-weight: 600;
    margin-right: 14px;
    color: #393939;
}

.profile-item-divider {
    border-bottom: 1px solid #eaedf2;
    clear: both;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .profile-item {
        width: auto;
        float: none;
    }

    .profile-item-divider {
        display: none;
    }
}

/* -----------------------------------------------------------------
    -  About us
----------------------------------------------------------------- */
.card-avatar {
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.badge.badge-top {
    position: absolute;
    top: -.75rem;
    bottom: auto;
}

.avatar-img {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
}


/*[Testimonials]
--------------------------*/
.testimonial .testimonial-image {
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .07);
}

.testimonial-text .lead {
    /*    font-weight: 400;
        font-size: 1.4rem;*/
}

.testimonial-text .name {
    font-size: 1.1rem;
}

.testimonial-carousel.owl-theme .owl-nav [class*="owl-"] {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s ease 0s;
    transform: translate(0%, -50%);
    margin: 0;
    font-size: 24px !important;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.testimonial-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #0054D1;
    background: transparent;
}

.testimonial-hr {
    width: 70%;
    margin-top: 3rem;
}

/*new design */
.slot-wrapper {
    position: relative;
    display: inline-block;
    margin: 6px;
}

.slot-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #000000;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #000;
    z-index: 2;
}

.slot-btn {
    background: #1abc9c;
    color: #000;
    border: none;
    padding: 10px 8px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.slot-btn:hover {
    background: #16a085;
}

.slot-btn:disabled {
    background: #e74c3c;
    color: #fff;
    cursor: not-allowed;
}

@media(max-width: 767px) {
    .testimonial-carousel.owl-theme .owl-nav [class*="owl-"] {
        display: none;
    }
}