:root {
    --primary-color: #23367f;
    --secondary-color: #ffcb05;
}

body {
    font-size: 15px;
}

html, body {
    /*width: 100% !important;*/
    /*!*height: 100%;*!*/
    /*position: unset !important;*/
    /*overflow: unset !important;*/
}

.project-user-invest-text-home {
    color: red !important;
}

.btn-status {
    font-weight: 700;
    font-size: 12px;
}

a {
    text-decoration: none !important;
}

ul li {
    list-style-type: none;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;

}

.mt-7 {
    margin-top: 70px !important;
}

.home-slider {
    padding-top: 85px;
}

.main-wrapper {
    /*background: #f5f5f5;*/
}

.success-card {
    z-index: 2;
    border-radius: 1rem !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    border-top: 4px solid #00cec9;
    transform: translate(0, -5px);
    transition: all 0.2s ease 0s;
    min-height: 300px;
    margin-top: 60px;
}

.custom-file-container label {
    color: #b8b8b8;
}

.card-header section>div:not(.collapsed) {
    border-bottom: none;
}

.card-header section>div .icons {
    top: 20%;
}

.icon-payment {
    padding-right: 5px;
}

span.unit-currency {
    font-size: 12px;
}

/*.btn-danger{*/
/*    background:red !important;*/
/*    border: none !important;*/
/*    color: #fff !important;*/
/*}*/
.btn-danger:hover {
    color: #fff !important;
}

/**/
.pricing-pack-service {
    transition: all 0.2s ease 0s;
    border: none;
    border-top: 4px solid transparent;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    transform: translate(0, -5px);
    min-height: 300px;
}

.pricing-pack-service .card-body {
    min-height: 200px;
}

.card-footer {
    border-top: none;
}

.outline-btn {
    position: relative;
    display: inline-block;
    color: #15558d;
    border: 1px solid #15558d;
    min-width: 150px;
    padding: 10px 30px;
    font-family: "Montserrat", system-ui;
    font-weight: 600;
    font-size: 14px;
    transition: all .25s ease-in-out;
}

.outline-btn:hover {
    color: #ffffff;
    background-color: #15558d;
}

.pricing-pack-service:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    transform: translate(0, -5px);
    border-top: 4px solid #15558d;
}

.pricing-medical-service .card-header {
    min-height: 105px;
}

.pricing-medical-service .card-body {
    min-height: 220px;
}

.pricing-medical-service:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    transform: translate(0, -5px);
    border-top: 4px solid #65258a;

}

.pricing-medical-service .card-footer p {
    background: #65258a;
    color: #fff;
    padding: 10px;
}

h5.title-contact {
    font-size: 18px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding-top: 30px;
}

.card .card-header {
    border-bottom: none;
}

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

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

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

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

.user-img {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}

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

.user-menu .dropdown-menu {
    min-width: 200px;
    padding: 0;
}

.user-menu .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}

.user-menu .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}

.user-menu .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #00d0f1;
}

/*-----------------
	13. Notifications
-----------------------*/

.notifications {
    padding: 0;
}

.notifications .noti-content {
    height: 290px;
    width: 350px;
    overflow-y: auto;
    position: relative;
}

.notifications .notification-time {
    font-size: 12px;
    line-height: 1.35;
    color: #808080;
}

.topnav-dropdown-header .notification-title {
    color: #000;
    display: block;
    float: left;
    font-size: 14px;
}

.topnav-dropdown-header .clear-noti {
    color: #f83f37;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-list li {
    display: block;
}

.notifications .media {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications .media:last-child {
    border-bottom: none;
}

.notifications .media a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}

.notifications ul.notification-list>li a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}

.noti-details {
    color: #000;
    margin-bottom: 0;
}

.notifications .media a:hover {
    background-color: #fafafa;
}

.notifications .media>.avatar {
    margin-right: 10px;
}

.notifications ul.notification-list>li {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications .media:last-child {
    border-bottom: none;
}

.notifications .media-list .media-left {
    padding-right: 8px;
}

.notifications ul.notification-list>li a.readed {
    background-color: #e9e9e9;
}

.notifications ul.notification-list>li a:hover {
    background-color: #e9e9e9;
}

.user-menu.nav>li>a .badge {
    background-color: #f5c60c;
    display: block;
    font-size: 10px;
    font-weight: bold;
    min-height: 15px;
    min-width: 15px;
    position: absolute;
    right: 3px;
    color: #000;
    top: 6px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.topnav-dropdown-header {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.topnav-dropdown-header,
.topnav-dropdown-footer {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-nav>li>a {
    font-size: 16px;
    color: #999999;
}

/*//*/
#info_payment p.bank-name {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding-left: 5px;
}

.card-body.info-payment {
    padding: 0 1.5rem;
}

.card-body.info-payment p {
    font-size: 14px;
    color: #2451cf;
    font-weight: 500;
}

.card-body.info-payment p>span {
    font-size: 12px;
}

/**/
.see-medical-record {
    margin-top: 1.25rem;
    text-align: center;
}

.see-medical-record a button {
    display: block;
    width: 100%;
    border: none;
    background: #2451cf;
    color: #fff !important;
    font-weight: 500;
    border-radius: 5px;
    padding: 3px 8px;
}

/*.see-medical-record a:last-child  button{*/
/*    background: #007bff ;*/
/*    border: none;*/
/*}*/

/*Register*/
.register-header {
    margin-bottom: 20px;
}

.register-header h3 {
    font-size: 20px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff !important;
    border: none !important;
    font-weight: 100;
}

.select2-container--default .select2-selection--multiple {
    background: #fff;
}

/*.select2-container--default .select2-results__option[aria-selected=true] {*/
/*     background-color: #fff !important;*/
/*     color: #000;*/
/*}*/

.select2-results__option[aria-selected] {
    font-weight: 100;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #000;
}

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

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

/**/
.profile-info-patient {
    border-bottom: none !important;

}

.profile-info-doctor {
    border-bottom: none !important;
    border-right: 1px solid #f0f0f0;
}

.card-patient-footer {
    text-align: center;
}

/**/
/*.slbArrow.next {*/
/*    right: 30%;*/
/*}*/
/*.slbArrow.prev {*/
/*    left: 30%;*/
/*}*/
/**/
#show-message {
    position: fixed;
    width: 25%;
    z-index: 999999999999;
    right: 0;
    top: 20%;

}

/**/
.info-widget-appointment {
    padding: 30px;
}

.info-widget-appointment .widget-header>h4 {
    padding: 20px;
    font-size: 25px;
}

/**/
.card-title {
    display: block;
    width: 100%;
}

/**/
.showFile {
    margin: 10px 0;
    height: 300px;
    display: block;
    border: 1px solid #f5f5f5;
    max-height: 300px;
    padding: 10px;
}

.showFile img, .showFile embed {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle;
}

img {
    vertical-align: middle;
}

/**/
.widget {
    width: 100%;
}

.widget .widget-header {
    padding: 15px 0;
}

.login-link {
    font-size: 16px;
    color: #7f8c8d;
    font-style: italic;
}

/**/
@media (min-width: 992px) {
    .header-navbar-rht li .dropdown-menu {
        min-width: 200px;
    }
}

/**/

.main-nav li:hover a {
    color: #0046c0;
}

.main-nav li .submenu a:hover {
    color: #0046c0;

}

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

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

.login-right .dont-have a {
    color: #1890ff;
}

/**/
.login-right .dont-have, a.forgot-link, .text-muted {
    font-size: 14px;
}

.footer-about, .footer-menu, .footer-contact {
    margin: 0 auto;
    text-align: left;
}

.profile-info-patient {
    border-right: 1px solid #f0f0f0;
}

.btn-warning {
    color: #fff;
}

/*---------------------*/
.title-widget {
    margin-bottom: 10px;
}

.wp-info-medical-record {
    padding: 0 20px;
}

.wp-info-medical-record>h4 {
    padding: 20px 0;
    font-weight: 500;
    color: #000;
}

.wp-info-medical-record #toggleAccordion>.card>.card-header:hover {
    background: #2451cf;
    color: #fff !important;
}

.wp-info-medical-record #toggleAccordion>.card>.card-header:hover .collapsed, .wp-info-medical-record #toggleAccordion>.card>.card-header:hover .collapsed>i {
    color: #fff;
}

.medical-record-info {
    margin-top: 15px;
}

.medical-record-info ul {
    padding: 0;
    list-style: none;
    font-size: .875rem;
    margin: 0;
}

.medical-record-info ul li {
    position: relative;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    padding: 20px 0;
}

.medical-record-info ul li span {
    color: #757575;
    float: right;
    font-weight: 400;
    width: 60%;
}

.icon {
    padding-right: 10px;
}

.btn-see {
    padding: 2px 15px;

}

.card .card-body ul li {
    font-size: 14px;
}

/*---------------------*/
#doc_overview {
    padding: 0 30px;
}

.info-doctor-detail {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 10px;
}

.info-doctor-detail .info-title {
    font-weight: 500;
}

.info-doctor-detail .info-detail {
    color: #757575;
}

.info-doctor-detail .info-detail>span {
    display: block;
    text-align: right;
}

.widget-alert {
    padding: 30px 0;
}

.form-register {
    margin-top: 30px;
}

.card-success {
    z-index: 2;
    border-radius: 1rem !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    border-top: 3px solid #0984e3;
    transform: translate(0, -5px);
    transition: all 0.2s ease 0s;
    min-height: 300px;
    margin-top: 60px;
}

/**/
.fail-cont {
    text-align: center;
}

.fail-cont i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 60px;
    height: 60px;
    border: 2px solid #d63031;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 30px;
    margin-bottom: 30px;
    background-color: #d63031;
}

.fail-cont h3 {
    font-size: 24px;
}

.fail-cont p {
    margin-bottom: 30px;
}

.fail-cont strong {
    font-weight: 600;
}

.view-inv-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
}

.info-clinic-more {
    margin-top: 30px;
}

.info-clinic-more>h4 {
    padding: 20px 0;
}

.nav-tabs {
    border-bottom: none;
}

/**/
.detail-package-exam {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.package-widget {
    display: flex;
}

.package-info-left {
    /*width: 50%;*/
    display: flex;
    /*border-right: 1px solid #f0f0f0;*/
    align-items: center;

}

.package-info-left .package-img {
    width: 10rem;
}

.package-info-cont {
    padding-left: 30px;
}

.package-info-cont>h4 {
    color: #0a1536;
}

.package-info-cont .package-details {
    padding: 10px 0;
}

.package-info-cont .package-details p {
    font-size: 14px;
    line-height: 30px;
}

.package-info-left .package-img img {
    max-width: 100%;
}

.package-info-right {
    padding-left: 20px;
}

/**/
.link-down-app {
    padding: 8px 14px;
    color: #fff;
    background: #f1c40f;
    border-radius: 4px;
    font-size: 14px;
}

.link-down-app:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

/**/
.img-logo {
    margin-left: 48px;
}

.footer .footer-widget .footer-logo {
    text-align: center;
}

.footer .title-logo {
    padding-top: 10px;
    color: #fff;
    display: block;
    font-size: 14px;
}

/*a:hover {*/
/*    color:#0046c0 !important;*/
/*}*/
/**/
section.services-area .service-item {
    min-height: 335px;
}

.service-item .service-front>h3 {
    min-height: 60px;
}

.expertise-item .expertise-inner {
    min-height: 370px;
}

.page-about>p {
    font-size: 16px;
}

.page-link-down-app>p {
    font-size: 14px !important;
    padding: 20px;
}

.page-link-down-app>p:first-child {
    border-bottom: 1px solid #f0f0f0;
}

.take-package-doctor {
    border-right: 1px solid #f0f0f0;
}

/**/
.fixed-header {
    overflow: hidden;
    /*background-color: #333;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

/**/
.experience-area .experience-inner {
    /*background-color: #0046c0;*/
    /*padding: 42px 25px 35px 25px;*/
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    padding: 0 10px;
    box-shadow: 0px 0px 25px 0px #f0f0f0;
    min-height: 220px;
}

/*.experience-area .item-exp{*/
/*    border : 1px solid #f0f0f0;*/
/*    padding: 0 10px;*/
/*}*/
.experience-area .experience-inner i {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    color: #0046c0;
    font-size: 30px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 0px 0px 7px #ffffffa6;
    box-shadow: 0 0 0 7px #ffffffa6;
    background-color: #ffffff;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: relative;
    top: 8px;
    text-align: center;
}

.expertise-area .section-title .desc {
    padding: 10px 30px 0 0;
}

.expertise-area .section-title .desc p {
    font-size: 16px;
}

.services-area .section-title .desc {
    padding: 10px 30px 0 0;
}

.services-area .section-title .desc p {
    font-size: 16px;
}

.btn-action-link {
    text-align: center;
}

.btn-action-link>a {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #0046c0;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 22px;
    border-radius: 5px;
    margin-right: 20px;
    border: 2px solid transparent;
}

.btn-action-link:hover>a {
    color: #fff;
    background: #073586;
}

.doctor-item {
    min-height: 270px;
}

.header-nav {
    justify-content: space-evenly;
}

.page-about {
    min-height: 500px;
}

.counter-bg {
    margin-top: -70px;
}

.slider-item {
    height: 600px;
}

.circle-icon {
    min-height: 70px;
    line-height: 50px;
    font-size: 20px;
    margin: 20px 0;
}

/*.experience-inner:hover{*/
/*    background: #0046c0;*/
/*    transition: color 0.5s;*/
/*}*/
/*.experience-inner:hover .circle-icon, .experience-inner:hover h5{*/
/*    color: #fff !important;*/
/*}*/
.ant-carousel .slick-prev, .ant-carousel .slick-next {
    background: #fff !important;
}

.slick-prev:before, .slick-next:before {
    color: #0046c0 !important;
}

.tab-content {
    padding-bottom: 30px;
}

/*banner clinic*/
.banner-clinic {
    margin-top: 20px;
    background: #2451cf;
    padding: 20px 0;
}

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

.clinic-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
}

.clinic-img {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 20px;
    width: 150px;
    /*padding-right: 30px ;*/
}

.clinic-img img {
    border-radius: 100%;
}

.clinic-info-detail {
    padding-left: 30px;
    width: 55%;

}

.clinic-info-detail .view-info-clinic {
    display: inline-block;
    color: #fff;
    background: #f5c60c;
    padding: 7px 10px;
    /*margin-left: 30px;*/
    border-radius: 15px;

}

.clinic-info-detail p {
    color: #fff;
}

.clinic-info-detail p>i {
    padding-right: 5px;
}

.clinic-info-detail>h4 {
    display: inline-block;
    color: #fff;
}

.clinic-widget .clinic-contact {
    padding-left: 90px;
    width: 30%;
}

.clinic-widget .clinic-contact ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

.clinic-widget .clinic-contact h5 {
    color: #fff;
    padding-bottom: 5px;
}

.clinic-widget .info-contact {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 10px;
    color: #fff;
}

.clinic-widget .info-contact .phone-title-app {
    padding-right: 10px;
}

.clinic-widget-banner {
    align-items: center;
}

/**/
.clinic-gallery {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.clinic-gallery>div {
    display: flex;
    width: 10%;
    padding: 10px;
}

.introduce-clinic {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.introduce-clinic>h4 {
    padding-bottom: 20px;
}

i.icon-sidebar {
    padding-right: 10px;
}

.ant-menu-inline {
    border-right: none !important;
}

.ant-menu-item a, .ant-menu-submenu span {
    /*color: #999999 !important;*/
    font-weight: 500;
}

.ant-menu-submenu.submenu-active {
    color: #2451cf;
}

.ant-menu-item>a:hover, .ant-menu-submenu:hover span {
    color: #2451cf !important;
}

.list-specialist-clinic {
    display: grid;
    grid-template-columns: auto auto auto;
}

.list-specialist-clinic .specialist-item {
    padding: 5px 20px;
    /*text-align: center;*/
    color: #2451cf;
    font-weight: 500;
}

.list-specialist-clinic .specialist-item>i {
    color: #2451cf;
    font-size: 12px;
    padding-right: 5px;
}

.list-specialist-clinic .see-detail-specialist {
    display: none;
    color: #2451cf;
    font-size: 13px;
    font-style: italic;
}

.list-specialist-clinic .see-detail-specialist:hover {
    text-decoration: underline;

}

.list-specialist-clinic .specialist-item:hover {
    cursor: pointer;
}

.list-specialist-clinic .specialist-item:hover .see-detail-specialist {
    display: inline-block;
}

.business-time-clinic {
    display: grid;
    grid-template-columns: auto auto;
}

.business-time-clinic .business-item {
    padding: 5px 20px;
    text-align: center;
    color: #000;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
}

.business-time-clinic .business-item .title-day {
    color: #999999;
    padding-right: 10px;
    width: 70px;
    text-align: left;
}

/**/
.specialist-widget-wp {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
}

.specialist-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.specialist-widget .specialist-img {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 30px;
    width: 150px;
    /* padding-right: 30px; */
}

.specialist-widget .specialist-img img {
    border-radius: 50%;
}

.specialist-widget .specialist-details {
    padding: 10px 0;
}

.specialist-widget .specialist-details>p {
    font-size: 14px;
    color: #000;
}

.see-link-clinic {
    display: none;
    color: #2451cf;
    font-size: 13px;
}

.specialist-details>p.clinic-name:hover .see-link-clinic {
    display: inline-block;
    text-decoration: underline;
}

.specialist-widget .description-specialist {
    padding: 20px 0;
}

.specialist-widget .description-specialist p {
    font-size: 14px;
    line-height: 25px;
}

.description-th {
    width: 35%;
}

.name-service-th {
    width: 17%;
}

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

/**/
.list-services-package {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
}

.list-services-package .services-item {
    padding: 0 10px;
}

.list-services-package .services-item i {
    font-size: 10px;
    color: #2451cf;
    display: inline-block;
    padding-right: 10px;
}

.list-services-package .services-item p {
    font-size: 14px;
    display: inline-block;
    color: #679ff3;
    font-weight: 500;
    cursor: pointer;
}

.list-services-package .services-item p:hover {
    color: #2451cf;
    transition: color 0.2s;
}

.pagination {
    justify-content: center;
    padding: 30px 0;
}

/**/
.send-request-update-clinic {
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

.send-request-update-clinic>a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    background-color: #0046c0;
    font-weight: 500;
    padding: 10px 45px;
    border-radius: 5px;
}

.send-request-update-clinic:hover>a {
    background-color: #2451cf;
    color: #ffffff;
}

/**/
.detail-package-exam .package-img {
    display: flex;
    justify-content: center;
}

.detail-package-exam {
    padding: 0 50px;
}

.detail-package-exam h4.package-name, .detail-package-exam p.desc-package {
    text-align: center;
    color: #0a1536;
}

.detail-package-exam .info-detail-package {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 10px 10px;
    justify-content: space-between;

}

.detail-package-exam .info-detail-package .title-package {
    text-align: left;
    /*min-width: 200px;*/
    color: #888ea8;
}

.detail-package-exam .info-detail-package .value-package {
    text-align: right;
    color: #2451cf;
    font-weight: 600;
}

.services-gallery {
    display: flex;
    padding: 10px 0 30px 0;
    flex-wrap: wrap;
}

.services-gallery>div {
    display: flex;
    width: 10%;
    padding: 10px;
}

.icon-dash {
    font-size: 35px;
    color: #fff;
}

.dash-card h6 {
    color: #fff;
}

.dash-card h3 {
    font-weight: 600;
    color: #fff;
}

.dash-card-number-staff {
    background: #4470ed;
}

.dash-card-number-patient {
    background: #eb5698;
}

.dash-card-number-order {
    background: #f5c60c;
}

.clinic-overview {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.icon-info-auth {
    padding-right: 5px;
    color: #2451cf;
    font-size: 13px;
}

.icon-info-auth:hover {
    color: #2451cf;
}

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

.name-auth {
    color: #000;
    font-weight: 500;
}

.user-menu .dropdown-menu .dropdown-item:hover {
    color: #2451cf;
    background: #fff;
}

.logout-auth>a {
    padding: 10px;
    z-index: 100;
    width: 100%;
    display: block;
    color: #999999;
    font-weight: 500;
}

.logout-auth>a:hover {
    color: #2451cf !important;
}

.page-title-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
    text-align: center;
    position: relative;
    background-image: url("../../assets/img/home-one/7.jpg");
}

.page-title-area .banner-text, .page-title-area .banner-text h1 {
    color: #fff;
}

.page-title-area .banner-text p {
    font-size: 16px;
}

.page-about-app .widget-head {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.page-about-app .widget-head h3 {
    color: #2451cf;
    font-weight: 500;
}

.page-about-app .widget-content {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}

.page-about-app .widget-content .item-content {
    width: 33%;
    padding: 0 10px;
    border-left: 3px solid #2451cf;
    font-size: 16px;
    /* padding-bottom: 15px; */
    margin-bottom: 30px;

}

.page-about-app .widget-content .card-benefits-app {
    padding: 0 20px;
    text-align: center;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    background: #0046c0;
    min-height: 250px;
}

.page-about-app .widget-content .card-benefits-app p, .page-about-app .widget-content .card-benefits-app h4 {
    color: #fff;
}

.page-about-app .widget-content .card-benefits-app .card-body>.icon {
    font-size: 30px;
    color: #fff;
}

.title-contract {
    margin-bottom: 20px;
}

.card .card-body ul li a {
    /*font-size: 16px;*/
}

.circle-bar2 {
    width: 40px;
}

/**/
.breadcrumb-bar {
    background-color: #2451cf;
    padding: 100px 0 15px 0;
}

.page-login-user {
    min-height: 300px;
    padding: 155px 0 30px;
}

.page-title-area {
    margin-top: 85px;
}

.banner-clinic {
    margin-top: 105px;
}

/**/
.title-contract {
    font-weight: 500;
    color: #888ea8;
    padding: 10px;
}

.fa-edit {
    color: #f5c60c;
}

.fa-trash-alt {
    color: #e74c3c;
}

.fa-user-lock, .fa-unlock-alt {
    color: #e67e22;
}

.card-header-account-bank {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/**/
.widget-content>.content-first, .widget-content>.content-two {
    padding-bottom: 20px;
}

.widget-content>.content-first>p, .widget-content>.content-two>p {
    padding-left: 10px;

}

/*paginate*/
.page-link {
    font-size: 12px !important;
}

.patient-info-detail {
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: space-between;*/
}

.title-patient-info {
    padding: 10px;
    color: #192443;
    min-width: 250px;
}

.value-patient-info {
    font-weight: 500;
    padding: 10px;
    color: #000;
}

.patient-info h4 {
    margin: 10px 0;
    color: #2451cf;
}

.card-health-card {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

/*medical records*/
.detail-medical-record h5 {
    position: relative;
    padding-left: 10px;
}

.medical-record-info {
    display: flex;
    flex-wrap: nowrap;

}

.medical-record-info .medical-title {
    min-width: 200px;
    color: #192443;
    position: relative;
    padding-left: 15px;
}

.medical-record-info .medical-detail {
    color: #000;
    font-weight: 500;
}

.icon-medical {
    padding-right: 5px;
    font-size: 11px;
    color: #2451cf;
    position: absolute;
    left: 0;
    top: 8px;
    transform: translate(-50%, -50%);
}

.current_issue {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto;
    padding-left: 15px;
}

.current_issue .issue-item {
    padding: 5px 0;
    width: 100%;
    color: #000;
    font-weight: 500;
}

.current_issue>p {
    color: #000 !important;
    font-weight: 500;
}

.current_issue>p>span {
    color: #818181;
}

.medical-temp {
    background: blue;
    color: #fff;
    /* height: 10000px; */
    padding: 0px 6px;
    border-radius: 100%;
    margin-right: 10px;
}

.wp-info-medical-record .name-doctor>.fa-user-check {
    color: #2451cf;
    padding-right: 10px;
}

.wp-info-medical-record .name-doctor {
    padding-top: 15px;
    color: #000 !important;
    font-weight: 500;
}

.wp-info-medical-record .name-doctor:hover {
    color: #2451cf !important;
    transition: color 0.1s;
}

.see-detail-medical {
    display: inline-block;
    font-size: 15px;
    color: #fff !important;
    background-color: #0046c0;
    font-weight: 500;
    padding: 6px 45px;
    border-radius: 5px;
}

.see-detail-medical.bg-warning:hover {
    color: #2451cf;
}

.wp-info-medical-record>.card {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

/*patient-tabs*/
.patient-tabs .nav-tabs.nav-tabs-bottom>li>a {
    border-bottom: none !important;
}

.patient-tabs .nav-tabs.nav-tabs-bottom>li>a.active {
    border-bottom: none !important;
    /* color: #20c0f3; */
    background: #2451cf;
    color: #fff;
}

.patient-tabs .nav-tabs.nav-tabs-bottom>li>a.active:focus {
    border-bottom: none !important;
    /* color: #20c0f3; */
    background: #2451cf;
    color: #fff;
}

.btn-custom {
    min-width: 170px !important;
    background: #0d49c0 !important;
    height: 40px !important;
    border: none !important;
}

.ant-icon-custom {
    position: absolute !important;
    left: 15px !important;
    top: 12px !important;
    font-size: 12px !important;
}

/**/
.medical-tabs .nav-tabs>li>a {
    /*font-weight: 300 !important;*/
    color: #a8acb2 !important;
}

.medical-tabs .nav-tabs.nav-tabs-bottom>li>a.active, .medical-tabs .nav-tabs.nav-tabs-bottom>li>a.active:hover, .medical-tabs .nav-tabs.nav-tabs-bottom>li>a.active:focus {
    border-bottom-width: 2px;
    color: #2451cf !important;
    font-weight: 300;
    border-bottom-color: #2451cf !important;
}

.medical-tabs .nav-tabs>li>a:hover {
    color: #2451cf !important;
}

/*medical-history*/
.patient-medical-history>.medical-history {
    display: flex;
    flex-wrap: wrap;
}

.patient-medical-history .title-patient-medical, .patient-medical-history>h5 {
    font-weight: 600;
    color: #000;
    padding: 20px 0;
}

.patient-medical-history>.medical-history .title-medical-history {
    width: 230px;
    color: #0a1536;
    font-weight: 100;
    text-align: left;
    padding: 10px 0;
}

.patient-medical-history>.medical-history .content-medical-history {
    color: #000;
    font-weight: 500;
    width: 70%;
    text-align: left;
    padding: 10px 0;
}

.patient-medical-history>.medical-history .content-medical-history>ul>li {
    padding-bottom: 10px;
}

.medical-history-screem-point .medical-history>div:first-child {
    width: 20%;
    color: #0a1536;
    font-weight: 100;
}

.medical-history-screem-point .medical-history>div {
    width: 35%;
    padding: 10px 20px 10px 0;
    color: #000;
    font-weight: 500;
}

.medical-history-screem-point .medical-history .widget-screem-point>h5 {
    font-weight: 600;
    color: #000;
}

.btn-edit-health-card>a {
    font-size: 14px;
    color: #2451cf;
    border: 1px solid #2451cf;
    padding: 6px 40px;
    border-radius: 23px;
    font-weight: 500;
    position: relative;
}

.btn-edit-health-card>a>.fa-cog {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translate(-50%, -50%);
}

/**/
.profile-det-info .patient-id {
    font-weight: 500;
    color: #adafb2;
}

.profile-det-info .patient-address {
    color: #000;
    font-weight: 500;
}

.profile-det-info .patient-address .fas {
    padding-right: 5px;
    color: #2451cf;
    font-size: 12px;
}

/**/
.search-filter {
    display: flex;
    flex-wrap: nowrap;
}

.search-data {
    padding-bottom: 30px;
    position: relative;
    width: 40%;
}

.search-data>form input[type=text] {
    border: 1px solid grey;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    /* width: 100%; */
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #f1f3f9;
    background-image: none;
    /* border: 1px solid #d9d9d9; */
    border-radius: 4px;
    transition: all 0.3s;

}

.search-data>form input[type=text]:focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.search-data>form button {
    border: none;
}

.search-data>form button i {
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 100;
    color: #2451cf;
    font-size: 13px;
}

.filter {
    width: 60%;
    text-align: right;
}

.filter form select {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    outline: 0;
    height: 32px;
    cursor: pointer;
    width: 30%;
    border-radius: 4px;
    transition: all 0.3s;
    background-color: #f1f3f9;
}

.filter>form>button {
    height: 32px;
    width: 10%;
    background: #2451cf;
    color: #fff;
    border-radius: 4px;
}

.list-data {
    min-height: 300px;
}

/**/
.dropdown-menu.notifications a:hover {
    letter-spacing: 0 !important;
}

.notification-list>li {
    padding-right: 5px;
}

.pt-70 {
    padding-top: 70px;
}

.clinic-license {
    width: 50%;
    border-right: 1px solid #f5f5f5;
    padding: 0 30px;
}

.widget-detail-medical-test-result {
    display: block;
}

.widget-detail-medical-test-result .see-medical-record button {
    width: 250px;
}

.widget-detail-medical-test-result .clinic-gallery {
    border-bottom: none;
}

.widget-detail-medical-test-result .clinic-gallery>div {
    border-bottom: none;
    width: 20%;
    height: 200px;
    overflow: hidden;
}

.widget-detail-medical-test-result .see-file-pdf button {
    margin-bottom: 10px;
    padding: 5px;
}

.widget-detail-medical-test-result .see-file-pdf button:hover {
    color: #f1c40f;
}

/*alert*/
.alert-permission {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    margin: 20px 0;
}

.alert-permission>p {
    color: #000 !important;
}

.name-clinic {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dashboard-menu {
    padding-top: 15px;
}

.status-orders>span, .status-users>span {
    position: relative;
    padding-left: 15px;
}

.status-orders>span>i, .status-users>span>i {
    font-size: 7px !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.status-orders>span.text-success, .status-users>span.text-success {
    color: #2451cf !important;
}

.status-orders>span.text-waiting, .status-users>span.text-waiting {
    color: #f5c60c;
}

.status-orders>span.text-danger, .status-users>span.text-danger {
    color: #ea3618;
}

.status-orders>span.text-active {
    color: #56e7c0;
}

.status-orders>span.text-expired {
    color: #949599;
}

.btn-forgot-pass, .btn-login, .btn-forgot-pass:hover, .btn-login:hover, .btn-forgot-pass:active, .btn-login:active {
    background: #2451cf !important;
    border: none !important;
}

.list-medical-record-not-detail>.header-widget {
    padding: 10px 0;
    background: gainsboro;
    margin: 10px 0;
}

.list-medical-record-not-detail>.body-widget {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.list-medical-record-not-detail>.body-widget i {
    color: #2451cf;
    padding-right: 10px;
}

.list-medical-record-not-detail>.body-widget>div {
    border: 1px solid #e8e8e8;
    padding: 10px;
}

.filter-data-order .filter-date>.ant-radio-group {
    display: flex;
}

.filter-data-order .filter-date>.ant-radio-group>label {
    width: 100%;
    text-align: center;
    height: 38px;
    padding: 4px;
    font-size: 12px;
}

.filter-data-order .select-date>.ant-calendar-picker {
    width: 100%;
}

.filter-data-order .select-date>.ant-calendar-picker .ant-calendar-picker-input {
    width: 100%;
}

.filter-data-order .label-filter-date {
    padding: 10px;
}

@media only screen and (max-width: 991.98px) {
    .main-nav li .submenu li:hover {
        background: #2451cf;
        ;
    }

    .main-nav li .submenu a:hover {
        color: #fff;
    }

    .clinic-gallery>div {
        width: 30%;
    }

    #certificate {
        display: flex;
        flex-wrap: wrap;
    }

    .clinic-license {
        width: 100%;
    }

    .page-about-app .widget-content .item-content {
        width: 50%;
    }

    footer {
        padding-top: 50px !important;
    }

    .footer-about-content {
        padding-bottom: 40px;
        ;
    }



    .clinic-info-widget {
        display: flex;
        flex-wrap: wrap;
    }

    .clinic-info-widget.clinic-widget .clinic-contact {
        margin-top: 20px;
        padding-left: 200px;
        width: 80%;
    }
}



@media only screen and (min-width: 1025px) {
    .navbar .img-logo {
        max-width: 130%;
        margin: 20px auto;
    }

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

    .main-nav>li>a {
        margin-left: 3px;

    }
}


@media only screen and (min-width: 1599px) {
    .navbar .img-logo {
        max-width: 150%;
    }
}

.fa-solid {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    color: #223381;
}



.login-btn {
    margin-left: 60px;
    margin-right: 10px;
}

.link-down-app {
    min-width: 150px;
    border-radius: 2px;
}

.register-btn small, .login-btn small {
    text-align: center;
    display: inline-block;
    line-height: 150%;
}

.register-btn small {
    background-color: var(--primary-color);
}



.tags+.tags {
    margin-left: 20px;
}

.tags {
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    background-color: var(--secondary-color);
    padding: 4px 12px;
    margin: auto 0;
    vertical-align: center;
}

.completed-project-status {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 15px;
    background-color: #ebf7ee;
    color: #37d063;
    border-radius: 30px;
    text-align: center;
    margin-inline: 30px;
}

.completed-project-status i {
    color: #37d063;
    margin-right: 10px;
}

.completed-project .slider,
.inprogress-project .slider,
.inprogress-project .project-item {
    background-color: #fff;

}

.completed-project h1 {
    display: block;
    width: 100%;
}

.completed-project .slider>div:first-child {
    background-color: #fff;
    padding: 0 50px;
    padding-top: 55px;
}



.completed-project .project-block {
    border-top: solid #c9c9c9 1px;
    padding-top: 25px;
}

.completed-project .row {
    margin-bottom: 35px;
}

.completed-project .blocks {
    font-size: 16;

}

.completed-project .blocks+.blocks {
    margin-left: 50px;
}

.inprogress-project .blocks+.blocks {
    margin-left: 20px;
}

.completed-project i, .inprogress-project i {
    font-size: 16px;

}

.completed-project img {
    height: 100%;
}

.completed-project .blocks i {
    color: var(--secondary-color);
}

.inprogress-project .blocks i {
    color: #45464d;
}

.row {
    margin-left: 0;
    width: 100%;
}

.lightSlider {
    height: auto !important;
}

.inprogress-project .content {
    padding: 25px;
    min-height: 233px;
    position: relative;
}

.inprogress-project .price {
    position: absolute;
    right: 33px;
}

.inprogress-project .content span {
    font-size: 12;
    color: #808080;
}

.lSSlideOuter, .lSSlideWrapper {
    position: relative;
    top: -80px;
    bottom: 0px;
    padding-top: 80px;
}

.lSAction .lSPrev, .lSAction .lSNext {
    position: absolute;
    top: 60px !important;
    right: 15px !important;
}

.lSAction .lSPrev {
    left: auto !important;
    right: 45px !important;
}

.inprogress-project .slider, .inprogress-project .project-item {
    border-radius: 4px;
    overflow: hidden;

}

.lSPager {
    margin-top: -80px !important;
    visibility: hidden;

}


.completed-project h2, .inprogress-project h2, .business h2 {
    color: #30333a;
    font-family: "Playfair Display";
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: normal;
    line-height: 50px;
    text-align: left;
}

.completed-project h1, .inprogress-project h1 {
    color: #30333a;
    font-family: "Playfair Display";
    font-size: 40px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 50px;
    text-align: left;

}

.footer .container {
    padding: 0;
}

.footer-logo {
    max-width: 172px !important;
}

.footer {
    background-color: var(--primary-color);
}

.footer a {
    color: white;
}

.footer i {
    color: var(--secondary-color);
}

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

.completed-project {
    margin-top: 50px;
}


.home-banner {
    background-image: linear-gradient(rgba(48, 49, 54, 0.3), rgba(48, 49, 54, 0.3)), url('../img/banner.jpg');
    height: 500px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 767px) {
    .footer-logo {
        margin: auto !important;
        display: block !important;
    }

    .footer .footer-top {
        padding: 0;
        color: rgb(48, 49, 54);
    }


    .home-banner {
        margin-top: 50px;
    }

}


.home-banner .content {
    width: 50%;
    margin: auto;
    padding-top: 100px;
    color: #fff;
    font-weight: 500;
}

.home-banner .content h2 {
    color: #ffffff;
    font-family: "Montserrat", system-ui;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    letter-spacing: 2px;
}


.home-banner .content h4 {
    color: #ffffff;
    font-family: "Montserrat", system-ui;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    letter-spacing: 1.5px;
}

.home-banner .form-select {
    min-width: 150px;
    padding-left: 40px;
    padding-right: 50px;
}

.home-banner .select-wrap {
    display: inline-block;
    position: relative;
}

.home-banner .select-wrap i {
    position: relative;
    left: 35px;
    color: #45464d;
}

.home-banner .title {
    margin-bottom: 55px;
}

.home-banner .search {
    margin-top: 30px;

}

.home-banner .search input {
    padding: 15px;
    border: none;
    font-size: 18px;

}


.home-banner .home-banner-search-icon i {

    color: #45464d !important;
}

.home-banner .search-button {
    background-color: var(--secondary-color);
    color: #ffffff;
}


.footer {
    margin-top: 50px;
}

.inprogress-project img {
    height: 310px;
    min-width: 446px;
    object-fit: cover;
    object-position: center;
}


@media only screen and (max-width:1367px) {
    .login-btn {
        margin-left: 20px;
    }

    .main-nav>li {
        margin-right: 15px;
    }

    .register-btn, .login-btn {
        right: 0;

    }

    .home-banner .content {
        width: 60%;
    }

    .nav-bar .img-logo {
        max-width: 130% !important;
    }

    .completed-project .slider>div:first-child {
        background-color: #fff;
        padding: 0 30px;
        padding-top: 30px;
    }

    .tags {
        padding: 4px;
    }

    .completed-project-status {
        padding: 2px 4px;
        border-radius: 1000px;
        margin-inline: 0;
    }

    .completed-project .blocks+.blocks {
        margin-left: 10px;
    }

    .completed-project h1, .inprogress-project h1 {
        font-size: 30px;

    }

    .completed-project .project-block {
        padding-top: 15px;
    }

    .completed-project .row {
        margin-bottom: 15px;
    }

    .completed-project-content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

.inprogress-project .slider {
    width: 31.9% !important;
}

.inprogress-project .slider+.slider {
    margin-left: 3%;
}

.inprogress-project .project-item {
    width: 31.5% !important;
}



.home-banner {
    margin-top: 0;
    max-width: 75%;
    margin: 50px auto 0 auto;
}


@media only screen and (max-width:1367px) {
    .footer-contact-info p i {
        margin-right: 6px;
    }

    .inprogress-project .project-item {
        width: 48% !important;
    }

    .inprogress-project .slider {
        width: 48% !important;
    }

    .inprogress-project .slider+.slider {
        margin-left: 5%;
    }

    .inprogress-project img {
        height: 320px;
        min-width: 481px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media only screen and (max-width:992px) {
    .inprogress-project img {
        min-width: 769px;
        height: 400px;
        object-fit: cover;
        object-position: center;
    }



    .inprogress-project .slider {
        width: 100% !important;
    }

    .inprogress-project .project-item {
        width: 100% !important;
    }

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

    .footer .footer-top .row {
        flex-direction: column;
    }

    .footer-menu {
        display: none;
    }

    .footer-contact {
        text-align: center;
    }

    .footer {
        padding-top: 30px !important;
    }

    .home-banner .content {
        width: 80%;
    }

    .home-banner .form-select {
        min-width: auto;
        padding-left: 40px;
        padding-right: 36px;
        font-size: 14px;
    }

    .navbar .img-logo {
        max-width: none;
        margin: 20px auto;
        height: 60px;
    }

    .business .col-lg-4 {
        width: 30% !important;
    }
}

@media only screen and (min-width:992px) {

    .business .col-lg-4 {
        width: 30% !important;
    }

    .business .col-lg-4+.col-lg-4 {
        margin-left: 5% !important;
    }
}

.home-banner .search span {
    padding: 15px 25px;

}

.home-banner .home-banner-search-icon {
    background-color: #ffffff;
    font-size: 22px;
}

@media only screen and (max-width:576px) {
    .navbar-header {
        margin-left: 40px;
    }

    .completed-project img {
        height: 240px;
        object-fit: cover;
        object-position: center;
    }


    .completed-project .blocks+.blocks {
        margin-left: 0px;
    }



    .completed-project-status {
        width: 100px;
        margin-left: 10px;
    }

    .tags+.tags {
        margin-left: 10px;
    }

    .home-banner .title {
        margin-bottom: 15px;
    }

    .home-banner .content {

        padding-top: 80px;

    }



    .home-banner .search input {
        padding: 6px 15px;
        border: none;
        font-size: 16px;
    }


    .home-banner .vdt {
        margin-top: 10px !important;
        margin-left: 15% !important;
    }

    .home-banner-search-icon {
        font-size: 16px !important;
        padding: 6px 12px !important;
    }

    .home-banner .search {
        margin-top: 20px;
    }

    .inprogress-project img {
        min-width: 550px;
        height: 320px;
        object-fit: cover;
        object-position: center;
    }

    .home-banner {
        max-width: 100%;
        margin: 50px auto 0 auto;
    }

}




.slick-prev, .slick-next {
    left: auto;
    box-shadow: none;
    background: #f8f9fa;
    border-radius: 0px;
    right: 10px;
}

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

.slick-prev:before, .slick-next:before {
    font-size: 35px;
    font-weight: 900;
    color: #45464d !important;
}

.completed-project .slider-1 {
    display: flex !important;
}



.view-more-btn {

    padding: 15px 20px;
    background-color: var(--primary-color);
    border-radius: 4px;

    color: #ffffff !important;
    margin-top: 20px;
}


.view-more-btn i {
    color: #ffffff;
    font-size: 14px;
    margin-left: 20px;

    font-weight: bolder;
    color: #45464d !important;
}

.completed-project .slider-1 {
    display: flex !important;
}

section {
    margin-top: 100px;
}



.view-more-btn {
    float: right;
    padding: 15px 20px;
    background-color: var(--primary-color);
    border-radius: 4px;
    color: #ffffff !important;
    margin-top: 20px;
}


.view-more-btn i {
    color: #ffffff;
    font-size: 14px;
    margin-left: 20px;
}

.expertise-item .expertise-inner {
    background-color: var(--primary-color);
}

.btn-action-link>a {
    background-color: var(--primary-color);
}


.user-register * {

    box-sizing: border-box;

}

.user-register, .user-login {
    margin-top: 250px;
    margin-bottom: 180px;

}


.user-register, .user-login {
    margin-top: 250px;
    margin-bottom: 210px;

}

.user-register .container {
    width: 70%;
    padding: 30px;
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    border: solid 1px rgb(207 212 216);
    border-radius: 6px;
    background-color: #fff;
}

.user-register .container {
    font-family: "Montserrat", system-ui;
}

.user-register .container .col-md-6, .user-register .container .col-12, .user-register .container .col-3, .user-register .col-4 {
    padding: 8px 16px;
}


.user-register .container input.form-control {
    min-height: 38px;
    padding: 4px 11px;
    background: #f1f3f9 !important;
}

.user-register .container form label {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    font-style: bold;
}

.user-register .container form label span {
    color: red;
}

.user-register .container .submit-button {
    min-width: 150px;
    background-color: var(--primary-color);
    left: 50%;
    transform: translate(-50%, 50%);
    position: relative;
    margin-bottom: 10px;
}


@media only screen and (max-width:1400px) {
    .user-register .container {
        width: 75%;
        padding: 0;
        padding-top: 10px;
    }

    .user-register .container .submit-button {
        margin-bottom: 35px;
    }

}

@media only screen and (max-width:576px) {
    .user-register .container {
        width: 90%;
        padding: 0;
        padding-top: 10px;
    }


    .user-register .container .col-md-6, .user-register .container .col-12, .user-register .container .col-3 {
        width: 100%;
    }

    .user-register {
        margin-top: 150px;
        margin-bottom: 50px;

    }
}

.user-login .container {
    width: 65%;
    font-family: "Montserrat", system-ui;
}

.user-login .container .form-right {
    padding: 25px !important;
    border: solid 1px rgb(207 212 216);
    border-radius: 6px;
    background-color: #fff;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}


.user-login .container .submit-button {
    background-color: var(--primary-color);

    margin-bottom: 10px;
    width: 100%;
}

.user-login .container .forgot-password {
    float: right;
}


.user-login .container input.form-control {
    min-height: 38px;
    padding: 4px 11px;
    background: #f1f3f9 !important;
}

.user-login .container img {
    min-height: 418px;
    object-fit: cover;
    object-position: center;
}


@media only screen and (max-width:576px) {
    .user-login .container {
        width: 90%;
        padding: 0;
        padding-top: 10px;
    }


    .user-login .container .col-md-6, .user-register .container .col-12, .user-register .container .col-3 {
        width: 100%;
    }

    .user-login {
        margin-top: 120px;
        margin-bottom: 50px;

    }

    .user-login .container img {
        display: none;
    }

    .user-login .container .row {
        display: block;
    }

}

@media only screen and (max-width:992px) {
    .user-login .container {
        width: 90%;
        padding: 0;
        padding-top: 10px;
    }


    .user-login .container .col-md-6, .user-register .container .col-12, .user-register .container .col-3 {
        width: 100%;
    }

    .user-login {
        margin-top: 120px;
        margin-bottom: 50px;

    }

    .user-login .container img {
        display: none;
    }

    .user-login .container .row {
        display: block;
    }

}

@media only screen and (max-width:1200px) {
    .user-login .container {
        width: 85%;
        padding: 0;
        padding-top: 10px;
    }

}

.home-banner-slider img {
    object-fit: cover;
    object-position: center;
    min-height: 500px;
}

.home-banner-slider .banner-slider {
    position: relative;
}


.home-banner-slider .banner-content {
    position: absolute;
    max-width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 10%;
}

.home-banner-slider .banner-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
}

.home-banner-slider .banner-content h4 {
    color: #ffffff;
    font-family: "Montserrat", system-ui;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    font-style: normal;
    letter-spacing: 1px;
    text-align: justify;
}

.home-banner-slider .banner-content h2, .home-banner-slider .banner-content h2 span {
    color: #ffffff;
    font-family: "Montserrat - Bold", system-ui;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 35px;
    text-align: justify;
    text-align-last: center;
    font-style: normal;
    letter-spacing: 2px;
}

.home-banner-slider .slick-prev,
.home-banner-slider .slick-next {
    display: none !important;
}

.home-banner-slider .slick-dots {
    position: absolute;
    bottom: 15px;
}

.home-banner-slider .view-more-btn {
    color: white;
}

@media only screen and (min-width:1200px) and (max-width:1600px) {

    .home-banner-slider .banner-content {
        margin-top: 5%;
    }

}

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


    .expertise-item .expertise-inner {
        min-height: 413px;
    }

    .home-banner-slider .banner-content {
        max-width: 90%;
        margin-top: 50px;
        margin-left: 5%;
        margin-right: 5%;
    }
}

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

    .banner-display-content {
        display: none !important;
    }

    .home-banner-slider .banner-content {
        max-width: 90%;
        margin-top: 15%;
    }



    .business .fadeInUp {
        width: 100%;
        margin-left: 0;
    }



}

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


    .business .fadeInUp {
        width: 100% !important;
    }

    .expertise-item .expertise-inner {
        min-height: 300px;
    }
}



/* Policy CSS */
.privacy-policy .container {
    padding: 0 15px;
    max-width: 1160px;
    font-family: "Montserrat", system-ui, serif;
}

.privacy-policy .card-body {
    padding: 30px;
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
    border-radius: 6px;
}

.privacy-policy .card-body p {
    font-weight: 400;
    color: rgb(136, 142, 168);
    line-height: 23px;
}


.page-info {
    margin-top: 100px;
    padding-top: 70px;
    width: 100vw;
    min-height: 250px;
    background-color: var(--primary-color);

}

.page-info * {
    color: #ffffff;
}

.page-info a:hover {
    color: #fff;
}



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

    .privacy-policy .container {
        padding: 50px 15px;
        max-width: 960px;
        font-family: "Montserrat", system-ui, serif;
    }
}


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

    .privacy-policy .container {
        padding: 50px 15px;
        max-width: 720px;
        font-family: "Montserrat", system-ui, serif;
    }
}

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

    .privacy-policy .container {
        padding: 50px 15px;
        max-width: 540px;
        font-family: "Montserrat", system-ui, serif;
    }
}

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



    section {
        margin-top: 80px;
    }
}

.contact-section {
    margin-top: 100px;
    margin-bottom: 80px;
}

.contact-section textarea {
    background: #f1f3f9
}

.slick-next::before, .slick-prev::before {
    color: var(--primary-color) !important;
}

.slick-prev {
    right: 53%;
    top: 103%;
}

.slick-next {
    right: auto;
    left: 53%;
    top: 103%;
}

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

    .slick-prev {
        right: 52%;
        top: 103%;
    }

    .slick-next {
        right: auto;
        left: 52%;
        top: 103%;
    }

}

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

    .slick-prev {
        right: 55%;
        top: 102%;
    }

    .slick-next {
        left: 55%;
        right: auto;
        top: 102%;
    }

}

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

    .slick-prev {
        right: 55%;
        top: 102%;
    }

    .slick-next {
        left: 55%;
        right: auto;
        top: 102%;
    }

}

/* language css */


.change-lang img {
    width: 30px;
    margin: 2px;
}

.change-lang .submenu {
    min-width: 100px !important;
}




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

    .change-lang {
        left: 1%;
    }

}

.project-detail-banner {
    justify-content: space-between !important;
}

.project-detail-banner .col-lg-4 {
    width: 33% !important;
}

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

    .change-lang a:first-child {
        display: none;
    }


}

.project-detail .container {
    padding: 30px;
    margin-top: 20px;
    background-color: #ffffff !important;
}

.project-detail .project-block {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.project-detail .project-block i {
    color: var(--secondary-color);
}

.project-detail-head {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #d9d9d9;
}

.project-detail-link {
    color: #aaabb3;
    font-family: "Montserrat", system-ui;
    font-size: 14px;
    font-weight: 500;
}

.project-detail-link * {
    color: #aaabb3;
    font-family: "Montserrat", system-ui;
    font-size: 14px;
    font-weight: 500;
}

.project-detail-link .share {
    font-weight: 500;
    color: #000;
}

.project-detail-link .share i {
    font-size: 16px;
}

.project-detail-info .row {
    border-top: solid 1px #d9d9d9;
}

.project-detail-info-col {
    border-bottom: solid 1px #d9d9d9;
}

.project-detail-map iframe {
    width: 100%;
    height: 350px;
}

.project-detail-related {
    margin-top: 0;
}

.project-detail-related .container {
    background-color: #fff;
    padding: 30px;
    padding-bottom: 100px;
}

.project-detail-related .slider {
    background-color: #f8f9fa;
}

.slick-arrow {
    background: border-box;
}

.project-detail-related h4, .project-detail h4 {
    font-weight: 600;
    font-size: 18px;
}


@media only screen and (max-width:992px) {
    .slick-arrow {
        top: 100%;
    }


    .project-detail .container, .project-detail-related .container {
        padding: 10px;
    }

    .project-detail .blocks+.blocks {
        padding-top: 10px;
        padding-left: 10px;
    }

    .project-detail-related .container {
        padding-bottom: 100px;
    }
}

.side-bar .side-bar-row {
    background-color: #ffffff;
    padding-block: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    border-radius: 3px;
}

.side-bar .side-bar-row img {
    margin: auto;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    margin-inline: 20px;
    object-position: center;
    object-fit: cover;
}

.flip-icon {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.user-profile-content {
    background-color: #ffffff;

    padding-top: 10px;
    padding-bottom: 50px;
}

.user-profile-content img {
    object-fit: cover;
    object-position: center;
}

.user-profile-content>.row {
    border-bottom: solid 1px #d9d9d9;
    padding: 20px 0px;
    border-radius: 0px;
}

.side-bar .active {
    border-left: 3px solid var(--secondary-color);
}

.user-profile-content .content {
    min-height: auto;
    padding-top: 0;
}

.user-profile-content .completed-project-status {
    padding: 4px 15px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 0;
}

.user-profile-content .price {
    margin-left: auto;
    margin-right: 10%;
}


@media only screen and (min-width:992px) {
    .user-profile-content {
        background-color: #ffffff;
        width: 74% !important;
        margin-left: 1%;
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .user-profile-content img {
        padding: 0 10px;
    }
}



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

.progress-bar {
    margin-right: 2px;
    background-color: #37d063;
    height: 30px;
}

.progress {
    height: 20px;
    border-radius: 10px;
}

.user-profile h4 {
    font-weight: 600;
}

.user-profile-avatar {
    padding: 0 !important;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 10px;
}
/* 
.user-details div:not(:last-child) {
    border-bottom: solid 1px #d9d9d9;
} */

.row.user-details {
    padding: 0;
}

.user-details div {
    padding: 20px 0;
}

.about-banner {
    max-width: 100%;
    margin-top: 100px;
}

.about-section {
    margin-top: 0;
}

.about-section .container {
    background-color: #ffffff;
}

.about-section .container * {
    text-align: justify;
    text-align-last: center;
}

.home-icon {
    margin-top: 20px;
    position: relative;
}

.home-icon-img {
    width: 30px;
    top: -2px;
    position: relative;
}

.home-icon-img img {
    width: 25px;
}


.home-icon-img span {
    position: relative;
    top: -21px;
    left: -2px;
    font-size: 14px;
}

.home-icon-content {
    width: calc(100% - 40px);
    margin-left: 10px;
}



.content-text-box {
    background-color: #eaecf2;
    padding: 15px 25px;
    border-radius: 15px;
    margin: 15px 0;
}

.home-icon-img-middle {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -30%);
}

.home-icon-img-middle img {
    width: 40px;
}

.home-icon-img-middle span {
    left: 1px;
    font-size: 15px;
    top: -23px;
}


.about-section .container h1 {
    color: #23367f !important;
    font-family: "Playfair Display" !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    text-align: center !important;
}

.project-slider-img .slick-slide {
    padding-right: 10px;
}

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

@media only screen and (max-width:992) {
    .project-slider-img .project-detail .container {
        padding: 40px;

    }

}

.project-detail-investment {
    margin-top: 30px;
    padding: 50px;
    text-align: center;
    background-image: linear-gradient(rgba(48, 49, 54, 0.3), rgba(48, 49, 54, 0.3)), url(../img/investment.jpg);
    background-size: cover;
    background-position: center;
}

.investment-btn {
    padding: 15px 25px;
    background-color: #f1c40f;
    margin: 0 auto;
    transition: all .5s ease;
}

.investment-btn:hover {
    filter: brightness(125%);
}

.user-details {
    word-break: break-word;
}

.user-details input, .user-details select {
    min-height: auto;
}

.border-bottom {
    border-bottom: solid 1px #d9d9d9;
    padding: 20px 0px;
    border-radius: 0px;
}

.edit-button {
    padding: 10px 15px;
    background-color: var(--primary-color);
    color: #ffffff;
}

.header-user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}


.invest-btn {
    background-color: var(--secondary-color) !important;
    color: #ffffff !important;
    border: none;
}

.investment-registration .container {
    background-color: #fff;

}

.investment-registration h2 {
    color: rgb(35, 54, 127) !important;
    font-family: "Playfair Display";
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: normal;
    line-height: 50px;
    text-align: left;
}

.investment-registration h3 {
    font-size: 26px;
}



.address-wrapper {
    margin-bottom: 20px !important;
}

.address-wrapper span {
    color: #adadad;
}

.project-address{
    color: #adadad;
}

.tag-wrapper {
    margin-bottom: 30px !important;
}

.block-wrapper {
    margin-bottom: 40px !important;
}

.tag-wrapper .price {
    position: absolute;
    right: 33px;
}

.investment-form {
    border-top: 1px solid #e0e0e0;
}

.investment-project {
    margin-bottom: 40px;
}

.investment-project img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.fundraising-text{
    color: #2bd25e;
    font-weight: 600;
}


@media only screen and (min-width:1200px) {
    .investment-project img {
        max-height: 299px;
    }
}

@media only screen and (max-width:992px) {
    .address-wrapper {
        margin-bottom: 10px !important;
    }

    .tag-wrapper {
        margin-top: 15px;
        margin-bottom: 10px !important;
    }

    .block-wrapper {
        margin-bottom: 10px !important;
    }



    .investment-project {
        margin-bottom: 20px;
    }
}

.investment-form h4 {
    font-weight: 600;
}

.input-label * {
    color: #979797;
    font-size: 12px;
    font-weight: 600;
}

.input-label {
    line-height: 0.2rem;
    background-color: #fff;
    transform: translate(0, -50%);
    left: 6%;
    padding: 0 !important;
    border: none !important;


}

.tag-wrapper .price {
    position: absolute;
    right: 22px;
}

.invest-popup-button {
    background-color: var(--secondary-color) !important;
    width: 100%;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    bottom: 0;
}

.invest-popup-button a {
    display: block;
    font-weight: 600;
    color: #272b41;
    padding: 12px 50px;
    text-align: center;
}

.user-profile .input-label {
    left: 35px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.project-user-invest-text {
    color: #37d063;
}

.change-lang-sub {
    display: block !important;
}


.project-detail-slider-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1200px) {
    .project-detail-slider-img {
        height: 300px;

    }
}

@media (max-width: 576px) {
    .project-detail-slider-img {
        height: 300px;

    }
}

.success-toggle-btn {
    width: 3.5em !important;
    height: 1.5em !important;
}

.success-toggle-btn:checked {
    background-color: #37d063 !important;
    border-color: #37d063 !important;
}

.booking-section .container * {
    text-align: unset;
    text-align-last: auto;
}

.booking-section .container>.row {
    border-bottom: solid 1px #d9d9d9;
    padding-block: 40px;

}

.booking-month {
    flex-basis: 100%;
}

.custom-rad-btn-label {
    padding: 5px 30px !important;
    border: 2px solid #2bd25e;
    color: #2bd25e;
    margin: 0 5px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    min-width: 144px;
    margin-top: 10px;
    text-align: center !important;

    background-color: #ebfaef;

}

.custom-rad-btn:disabled+label {
    background-color: #e6e6e6;
    color: #b3b3b3;
    border: 2px solid #b3b3b3;
}

.custom-rad-btn:checked+label {
    border: 2px solid #2bd25e;
    background-color: #2bd25e;
    color: #ffffff;
}

.booking-btn {
    padding: 8px 100px;
    border-radius: 8px;
    background-color: var(--secondary-color);
    border: none;
    color: #fff;
}

.user-profile-booking-btn {
    padding: 8px 20px;
    border-radius: 4px;
    background-color: var(--secondary-color);
    border: none;
    color: #fff;
}


/* __________________________________ FULL CALENDAR ________________________________ */
.fc th {
    text-align: center !important;
    font-weight: normal;
    padding: 10px 0;
}

.fc-day-header {
    padding: 10px 0 !important;
}

.fc-day {
    background-color: #ebfaef;
    border: solid 3px white !important;
}

.fc-unthemed .fc-disabled-day {
    background: #ffffff !important;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: white !important;
}

.fc-day-top {
    position: relative;
}

.fc-day-number {
    float: none !important;
    position: absolute;
    top: 1.15rem;
    left: 50% !important;
    transform: translate(-50%) !important;
    color: #2bd25e;
}

.fc h2 {
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    padding-top: 10px;
}

.fc-header-toolbar {
    text-align: center !important;
}

.h1_title {
    color: #23367f !important;
    font-family: "Playfair Display" !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    text-align: center !important;
}

.project-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.2rem;
}

.project-address {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
}

.completed_project_image {
    height: 450px !important;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.completed_project_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

@media only screen and (max-width: 1367px) and (min-width: 993px) {
    .completed_project_image {
        height: 326px !important;
    }


}

@media only screen and (max-width: 992px) {
    .completed_project_image {
        height: 520px !important;
        width: 100%;
    }

    .completed_project_title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }
}

@media only screen and (max-width: 567px) {
    .completed_project_image {
        height: 326px !important;
    }

    .completed_project_title {
        font-size: 35px;
        -webkit-line-clamp: 2;
    }

}

.booking .container-title {
    line-height: 18px !important;
    font-weight: 600;
    font-size: 18px !important;
}

.booking .container {
    background-color: #fff;
    padding: 0;
}

.booking .container>.row:not(:last-child) {
    border-bottom: solid 1px #d9d9d9;
}



.booking-list-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.booking-list-status {
    top: 20px;
    right: 15px;
}

.booking-list-status span {
    position: relative;
    color: #2bd25e;
    width: 40px;
}



.booking-list-status span::before {
    position: absolute;
    display: inline-block;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #2bd25e;
    transform: translate(-140%, 0);
    top: -4px;
    border: 7px solid #ebfaef;
}


@media only screen and (min-width: 992px) {
    .booking-list-img {
        height: 205px !important;
    }

    .booking-list-status {
        top: 0px;
    }
}

@media only screen and (min-width: 1600px) {
    .booking-list-img {
        height: 255px !important;
    }

    .booking-list-info .mb-xl-2 {
        margin-top: 0.7rem !important;
    }
}

.booking-list-status-process span {
    color: #ffcb05;
}

.booking-list-status-process span::before {
    background-color: #ffcb05;
    border: 7px solid #fff7d9;
}

.booking-list-status-canceled span {
    color: #ff0505;
}

.booking-list-status-canceled span::before {
    background-color: #ff0505;
    border: 7px solid #fff7d9;
}

.booking-list-status-completed span {
    color: #b3b3b3;
}

.booking-list-status-completed span::before {
    background-color: #b3b3b3;
    border: 7px solid #f4f4f4;
}

.booking-list-status-completed span::after {
    background-color: #b3b3b3;
}

.booking-detail .project-detail-slider-img {
    height: 250px;

}

.booking .slick-dots {
    display: none !important;
}

.booking-detail .booking-list-status {
    top: 0;
    right: 40px;
}


.project-detail-share:hover, .project-detail-share:hover i,
.project-detail-save:hover, .project-detail-save:hover i {
    cursor: pointer;
    color: #0d49c0;
    transition: all .3s;
}



.project-saved, .project-saved i {
    color: var(--primary-color);
}

.user-project-save {

    top: 5px;
    right: 20px;

    white-space: nowrap;
    opacity: 0;
    transition: all .5s;
    transition-delay: 0s;
}


.user-project-card:hover .user-project-save {
    opacity: 1;
}

.user-project-save i::before {
    font-size: 22px;
}

.user-profile-content .project-img {
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}

@media only screen and (min-width: 992px) {

    .user-profile-content .project-img {
        height: 230px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {

    .user-profile-content .project-img {
        height: 400px;
        width: 850px !important;
    }
}

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

    .user-profile-content .project-img {
        height: 320px;
    }
}

@media only screen and (min-width: 1368px) and (max-width: 1399px) {

    .inprogress-project .price {
        position: absolute;
        right: 0px;
    }

    .inprogress-project .blocks+.blocks {
        margin-left: 5px;
    }
}

.popup-share {
    min-width: 400px;
    cursor: auto;
    background-color: rgba(170, 171, 179, 90%);
    padding: 10px 20px;
    z-index: 100;
    transform: translate(-90%, 0);
    opacity: 0;
}



.popup-share .copy-btn {
    background-color: var(--primary-color);
    border: var(--primary-color) 1px solid;
    color: #fff;
    border-radius: 0 100px 100px 0;
    padding: 0 22px;
    font-weight: 500;
    font-size: 16px;

}

.popup-share .copy-text {
    color: black;
    border: var(--primary-color) 1px solid;
    border-radius: 100px 0 0 100px;
    padding: 6px 10px;
    font-size: 16px;
    min-height: auto !important;
}

.popup-share-title span {
    font-size: 18px;
    color: black;
    border-bottom: solid 1px black;
    margin-bottom: 4px;
    font-weight: 500;
}


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


    .popup-share {
        min-width: 400px;
        cursor: auto;
        padding: 10px 20px;
        z-index: 100;
        transform: translate(10%, 0);
    }


}

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


    .popup-share {
        min-width: 300px;
        cursor: auto;
        padding: 10px 20px;
        z-index: 100;
        transform: translate(10%, 0);
    }
}


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



    .user-project-save .popup-share {
        transform: translate(-95%, 0);

    }
}



.slick-arrow {
    width: auto;
}

.slick-arrow * {
    font-size: 20px !important;
}

img.passport-img {
    padding: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.location-request-btn {
    width: 100%;
    background-color: var(--secondary-color);
    color: #272b41;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 60px;
}

.requets_invest_form {
    width: 100% !important;
}


.investment-registration textarea, .investment-registration select {
    background: #f1f3f9;
}

.location-request-submit {
    padding: 7px 30px;
}

.invest-request-title {
    font-size: 28px;
    font-weight: 500 !important;
}

.invest-request-input-label {
    font-size: 14px;
}

.banner-content a {
    color: var(--secondary-color);
}

.fundraising {
    color: #ffcb05;
    background-color: #fff7d9;
}


.home-banner-slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.home-banner-content h4, .home-banner-content {
    color: white;
}

.home-banner-content h4 {
    font-size: 22px;
    line-height: 30px;
    font-family: "Montserrat - Semi Bold", system-ui;
}

.home-banner-content .col-right {
    background-image: linear-gradient(to right, rgba(255, 203, 5, 0.4), rgba(255, 203, 5, 0.0));
}

.col-left h4+h4 {
    margin-top: 36px;
}

.col-left h4 {
    text-align: center;
    text-align-last: center;
}

.col-right p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;

}


.col-right h4, .col-right {
    text-align: left;
}

.col-right p {
    text-align: justify;
}

.col-right p strong {
    color: var(--secondary-color);
}

.col-right {
    padding: 20px 15px;
}


.banner-btn {
    background: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.invest-btn {
    color: #272b41 !important;
}

.col-right a {
    color: var(--secondary-color);
    text-decoration: underline !important;
    font-size: 20px;
}

label.error {
    color: red !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}


.business_notice {
    font-size: 16px;
    color: red;
    font-style: italic;
}

.share_fb_icon {
    font-size: 26px;
    color: #0a81ed;
}


.project_cancel {
    color: red;
    background-color: #fff7d9;
    padding: 20px 0px;
}

input.error {
    border: 1px solid #FF0000 !important;
}

textarea.error {
    border: 1px solid #FF0000 !important;
}

.price i {
    color: #272b41;
    font-style: normal;
}


.project-block i, .project-block span {
    color: #272b41 !important;
}

.project-slider-img .slick-next {
    right: 2%;
    left: auto;
    top: 48%;
}

.project-slider-img .slick-prev {
    left: 2%;
    top: 48%;
    right: auto;
}


.project-slider-img .slick-prev, .project-slider-img .slick-next {
    height: 40px;
    width: 40px;
    padding-right: 5px;
    background: #ffffff9e;
    border-radius: 50%;
}

.project-slider-img .slick-next {
    padding-left: 5px;
    padding-right: 0px;
}

.project-slider-img .slick-prev:hover, .project-slider-img .slick-next:hover {
    background: #ffffff;
}

.project-slider-img .slick-next i::before {
    font-size: 25px;
}

.project-slider-img .slick-prev i::before {
    font-size: 25px;
}

@media only screen and (max-width: 1200px) {
    .project-slider-img .slick-next {
        right: 5%;
        top: 55%;
    }

    .project-slider-img .slick-prev {
        left: 3%;
        top: 55%;
        right: auto;
    }
}

.price {
    text-align: center;
}

.category_active {
    font-weight: 600;
    color: #4834d4;
}

.img-delete-btn .btn {
    top: 10px;
    opacity: 0;
    right: 0px;

}

.img-delete-btn:hover>.btn {
    right: 10px;
    opacity: 1;
    transition: all linear .3s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .expertise-item .expertise-inner {
        min-height: 477px;
    }
}

@media only screen and (min-width: 1201px) {
    .expertise-item .expertise-inner {
        min-height: 427px;
    }
}

@media only screen and (min-width: 1368px) {
    .inprogress-project .content {
        min-height: 254px;
    }
}

.project-slider-img .slick-next::before {
    content: "►";
    font-size: 25px;
}

.project-slider-img .slick-prev::before {
    content: "◄";
    font-size: 25px;
}

.user-welcome {
    word-break: break-word;
}

@-webkit-keyframes my {
    0% { color: #F8CD0A; }
    50% { color: #fff;  }
    100% { color: #F8CD0A;  }
}
@-moz-keyframes my {
    0% { color: #F8CD0A;  }
    50% { color: #fff;  }
    100% { color: #F8CD0A;  }
}
@-o-keyframes my {
    0% { color: #F8CD0A; }
    50% { color: #fff; }
    100% { color: #F8CD0A;  }
}
@keyframes my {
    0% { color: #F8CD0A;  }
    50% { color: #fff;  }
    100% { color: #F8CD0A;  }
}
.text-animation {
    background:#3d3d3d;
    font-size:15px;
    font-weight:bold;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}

.fc-past span{
    color: rgba(185, 184, 184,0.5);
}

.edit-button:hover{
    color: white;
}

.user-details .info-title{
    font-size: 17px;
}
.user-details .info{
    font-size: 15px;
}

.header-user-name{
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}