body{
    font-size: 14px;
}
/* color */
.text-green {
    color: #0AD989;
}
.text-blue {
    color: #23d2ff;
}
.text-small {
    font-size: 11px;
}
h4{
    font-size: 16px;
    color: #444343;
    font-weight: bold;
}
/* Header */
.header {
    padding: 10px 0;
}
.header.inner_header {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    background: #23d2ff;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#16e5bb),
        to(#23d2ff)
    );
    background: linear-gradient(to left, #23d2ff 0%, #16e5bb 100%);
}
.header.inner_header > .container{
    max-width: 100%;
}
.header .navbar-toggler {
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 35px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 56px;
    right: auto;
    bottom: 0;
    margin: auto 0 !important;
}
.header .navbar-toggler .navbar-toggler-icon {
    width: 35px;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.header .navbar-toggler .navbar-toggler-icon:after,
.header .navbar-toggler .navbar-toggler-icon:before {
    content: "";
    background: #fff;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 5px;
}
.header .navbar-toggler .navbar-toggler-icon:before {
    top: -10px;
}
.header .navbar-toggler .navbar-toggler-icon:after {
    bottom: -10px;
}
.header .navbar .navbar-brand img {
    height: 56px;
}

/* sidebar */
.header .navbar-collapse {
    -webkit-box-align: center;
    align-items: start;
    background: rgba(51, 63, 79, 1);
    padding: 0px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 56px;
    height: 100vh !important;
    min-height: 100%;
    overflow: unset;
    transform: translateX(0%);
    transition: all 0.2s linear;
    opacity: 0;
    flex-direction: column;
}
.header .navbar-collapse.show {
    transform: translateX(0);
}
.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}
.header .navbar.navbar-light .navbar-nav .nav-item {
    margin-left: 0px;
}
.header .navbar.navbar-light .navbar-nav .nav-item.active .nav-link{
    background: #23d2ff;
}
.header .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 20px;
    background: none;
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header .navbar.navbar-light .navbar-nav .nav-item .nav-link:before {
    content: "";
    background: #fff;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    transition: all 0.5s linear;
    display: none;
}
.header .navbar.navbar-light .navbar-nav .nav-item .nav-link i {
    width: 20px;
}
.header .navbar.navbar-light .navbar-nav .nav-item .nav-link span {
    display: none;
    padding-left: 20px;
}
.header .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    position: relative;
    text-align: left;
    width: 210px;
    background: #23d2ff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.header .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover span {
    display: inline-block;
}

/* body when openMenu */
body.openMenu {
    padding-left: 270px;
    overflow: auto;
}
body.openMenu .overlay {
    display: none;
    right: 0;
    left: 270px;
}
body.openMenu .header.inner_header {
    padding-left: 270px;
}
body.openMenu .header .navbar-toggler{
    left: 0;
}
body.openMenu .header .navbar-collapse {
    width: 270px;
    padding: 15px 30px;
}
body.openMenu .header .navbar.navbar-light .navbar-nav .nav-item .nav-link span {
    display: inline-block;
    padding-left: 0;
}
body.openMenu .header .navbar.navbar-light .navbar-nav .nav-item .nav-link{
    padding: 10px;
}
body.openMenu .header .navbar.navbar-light .navbar-nav .nav-item.open .nav-link{
    background: inherit;
}
body.openMenu .header .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.logo-with-text{
    display: none;
    padding: 0 30px;
}
.logo-without-text{
    padding: 8px;
}
.logo-without-text img{
    height: 40px;
}
body.openMenu .logo-with-text{
    display: block;
}
body.openMenu .logo-without-text{
    display: none;
}
.page-breadcrumb .container {
    max-width: 100%;
}
.page-breadcrumb .container nav {
    margin-left: 56px;
}
body.openMenu .page-breadcrumb .container nav {
    margin-left: 0px;
}

.nav-item.treeview .treeview-menu {
    display: none;
    list-style: none;
    color: #ffffff;
    padding-left: 10px;
}

.nav-item.treeview .treeview-menu li {
    line-height: 33px;
    margin: 5px 0;
}
.nav-item.treeview .treeview-menu > li:hover,
.nav-item.treeview .treeview-menu > li.active {
    background: #23d2ff;
}

.nav-item.treeview .treeview-menu li a {
    display: block;
}

.nav-item.treeview .treeview-menu li.active a span,
.nav-item.treeview .treeview-menu li.active a i,
.nav-item.treeview .treeview-menu li:hover a span,
.nav-item.treeview .treeview-menu li:hover a i {
    color: #ffffff;
}

body.openMenu .nav-item.treeview.open .treeview-menu {
    display: block;
}

.nav-item.treeview .treeview-menu li a span,
.nav-item.treeview .treeview-menu li a i {
    color: #fff;
    transition: all 0.3s ease;
}

body.openMenu .nav-item.treeview a .pull-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

body:not(.openMenu) .nav-item.treeview .nav-link:not(:hover)+.treeview-menu,
body:not(.openMenu) .nav-item.treeview:not(:hover) .treeview-menu {
    display: none;
}

body:not(.openMenu) .nav-item.treeview .nav-link:hover+.treeview-menu,
body:not(.openMenu) .nav-item.treeview:hover .treeview-menu {
    display: block !important;
    position: absolute;
    width: 154px;
    background-color: rgba(51, 63, 79, 1);
    left: 56px;
    padding: 10px;
    z-index: 2;
}

body:not(.openMenu) .nav-item.treeview a.nav-link:has(+ .treeview-menu:hover) {
    position: relative;
    text-align: left;
    width: 210px;
    background: #23d2ff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

body:not(.openMenu) .nav-item.treeview a.nav-link:has(+ .treeview-menu:hover) span {
    display: inline-block !important;
}

body:not(.openMenu) .nav-item.treeview a .pull-right {
    display: none;
}

body.openMenu .treeview-menu li a i {
    margin-right: 10px;
}

body.openMenu  .treeview-menu.active {
    display: block;
}

body.openMenu .treeview-menu {
    transition: all 0.3s ease;
}

/* Login page */
.login_wrapper {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 100vh;
    overflow: auto;
    padding-top: 96px;
}
.login_wrapper .login-card {
    background: #fff;
    width: 420px;
    max-width: 100%;
    margin: auto;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.login_wrapper .hf-btn {
    background: #23d2ff;
    font-size: 16px;
    color: #fff;
    border: solid 1px transparent;
}
.hf-btn.no-min-width {
    min-width: auto;
}
.hf-btn.text-normal{
    text-transform: none;
}
#clear-address{
    border-radius: 5px !important;
    padding: 0;
    font-size: 22px;
    height: 50px;
}
.form-style .or {
    text-transform: uppercase;
    color: #23d2ff;
    font-size: 14px;
    font-weight: bold;
}
.login_wrapper .form-style .form-control,
.login_wrapper .form-style .form-control::placeholder {
    color: #000;
    font-size: 16px;
}
.login_wrapper .form-style .vr-code .form-control {
    border: solid 1px #23d2ff;
    border-radius: 5px;
    color: #23d2ff;
    padding: 0 10px;
}
.login_wrapper .resend {
    text-decoration: none;
    color: #02077d;
    font-size: 16px;
}
.owl-dots {
    text-align: center;
}
.list-style-square {
    list-style: square;
}
.list-style-square li {
    margin-bottom: 20px;
}
.form-password-view {
    z-index: 999;
    position: absolute;
    right: 0;
}
.form-group-password {
    border-bottom: solid 1px #23d2ff;
}
.form-group-password .form-control {
    border: none !important;
    width: calc(100% - 45px);
}
.only-numeric-without-decimal::-webkit-inner-spin-button,
.only-numeric-without-decimal::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.only-numeric-without-decimal {
    -moz-appearance: textfield;
}
/* user profile dropdown */
.header .user-menu .user-avtar {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    background: #fff;
    padding: 2px;
}
.header .user-menu .user-avtar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.header .head_right ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0;
}
.icon-shopping-cart{
    font-size: 24px;
}

/* service */
.services {
    background: none;
    padding: 60px 0;
}

/* main-contant */
.main-contant {
    padding: 60px 0;
}

/* services-wrapper */
.services-wrapper,
.main-wrapper {
    max-width: 412px;
    margin: auto;
}
.services .service_box_web {
    background: #fff;
    border-radius: 0px;
    min-height: auto;
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: none;
    text-align: center;
    position: relative;
}
.services .service_box_web.disabled a {
    opacity: 0.5;
    cursor: not-allowed;
}
.services .service_box_web .srvs_icon {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    max-height: 64px;
    margin: 0;
}
.services .service_box_web a {
    display: block;
    font-size: 12px;
    color: #23d2ff;
    font-weight: 600;
}
.services .service_box_web img {
    display: block;
    margin: auto;
    transition: none;
    max-height: 60px;
    max-width: 60px;
}
.services .service_box_web img[data-id="3"] {
    max-width: 55px;
    position: relative;
    top: 8px;
}
.services .service_box_web img[data-id="5"] {
    max-width: 76px;
}
.services .service_box_web img[data-id="11"] {
    max-width: 76px;
}
.hf-btn.text_normal{
    text-transform: none !important;
}
.hf-btn.btn-active {
    background-color: #15efa1;
}
.hf-btn:disabled {
    background-color: #ccc;
}
.hf-btn-danger,
.hf-btn-danger:hover{
    background-color: #EB4946;
}
.hf-btn-gray,
.hf-btn-gray:hover{
    background-color: #ccc;
}

/* page-breadcrumb */
.page-breadcrumb .breadcrumb li:last-child {
    opacity: 1;
}
.page-breadcrumb .breadcrumb li:last-child span {
    display: none;
}

/* .cust_choose */
.cust_choose {
    flex-direction: column;
    margin: auto;
}
.cust_choose li {
    padding: 8px 0;
    width: 75%;
    margin: auto;
}
.cust_choose li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    padding: 12px 25px;
    border-radius: 27px;
    border: none;
    min-height: auto;
    box-shadow: none;
    background-color: #23D2FF;
}
.cust_choose li a.disabled {
    background-color: #B1AFAF;
    color: #fff;
    cursor: not-allowed;
}

.cust_choose li a.active {
    background-color: #15efa1;
    color: #fff;
    border-color: #fff;
}
#section-Additional-Services .cust_choose a:not(.active):hover{
    background-color: #23D2FF !important;
}
.cust_choose li:last-child {
    padding-bottom: 8px !important;
}
.px-60 {
    padding: 0 60px;
}
.pr-60 {
    padding-right: 0px;
    padding-left: 0px;
    white-space: nowrap;
}
.back-to-previous-screen {
    line-height: 33px;
    cursor: pointer;
    position: relative;
    left: 15px;
}
/* modal-add-to-cart */
.overlay-add-to-cart {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 100;
    display: none;
    opacity: 0;
}
.modal-add-to-cart {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: 0;
    width: 100%;
    background: #fff;
    padding: 25px;
    z-index: 101;
    display: none;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #ccc;
}
.modal-add-to-cart p {
    font-size: 14px;
    color: #000;
}
.modal-add-to-cart h5.text-white {
    color: #23d2ff !important;
    font-size: 17px;
}
.modal-add-to-cart .text-white {
    color: #000 !important;
}
.modal-add-to-cart .service-includes {
    margin-bottom: 20px;
}
.modal-add-to-cart .service-includes strong {
    margin-bottom: 5px;
    display: block;
}
.modal-add-to-cart .col-6:first-child,
#show_ac_unit_data .col-6:first-child {
    padding-right: 7.5px;
}
.modal-add-to-cart .col-6:nth-child(2),
#show_ac_unit_data .col-6:nth-child(2) {
    padding-left: 7.5px;
}
.modal-add-to-cart .form-group {
    margin-bottom: 0px;
}
.additional_service_data {
    position: absolute;
    top: 8px;
    right: -46px;
    width: 60px;
    line-height: 48px;
    display: none;
}
.additional_service_data .trash {
    background: #23D2FF;
    padding: 3px 6px;
    color: #fff;
    cursor: pointer;
}

/* text-service-description */
.text-service-description{
    margin: auto;
    padding: 0 15px;
    font-size: 15px;
}
.text-service-description h4{
    font-size: 16px;
    margin: 0;
}
.text-service-description p{
    font-size: 14px;
    margin: 0;
}
/* provider list */
.agent-box {
    padding: 10px 13px;
    margin-bottom: 13px;
}
.agent-box:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,.11);
    transform: translateY(0px);
    border-color: #eee !important;
}
.agent-box .agent-img {
    height: 85px;
    width: 85px;
    margin-right: 13px;
    border-radius: 0;
    overflow: hidden;
}
.agent-box .agent-img img{
    width: auto;
    height: 100%;
}
.agent-box .agent-data {
    width: calc(100% - 98px);
}
.agent-box .agent-data h5 {
    font-size: 16px;
    color: #444343;
}
.agent-box .agent-data .text-price {
    color: #686868;
}
.agent-box .agent-data .text-price div {
    min-width: 85px;
}
.agent-box .agent-data .text-price div:last-child {
    color: #0AD989;
}
.agent-box .agent-data .text-duration {
    color: #686868;
}
.agent-box .agent-data .text-duration div {
    min-width: 85px;
}
.agent-box .agent-data .text-duration div:last-child {
    color: #23d2ff;
}
.page-menus .page-item-menu ul li {
    padding: 0;
}
.page-menus .page-item-menu ul li a {
    padding: 5px 15px;
}
.page-menus .page-item-menu ul li a:after {
    content: none;
}
.page-menus .page-item-menu ul li.active,
.page-menus .page-item-menu ul li:hover{
    background-color: #437bc9;
    border-radius: 18px;
}
.page-menus .page-item-menu ul li.active a,
.page-menus .page-item-menu ul li:hover a{
    color: #fff;
    padding: 5px 15px;
}
/* provider detail */
.provider_dtls .provider-img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.provider_dtls .provider_info {
    margin: 0;
    padding: 0;
    display: block;
}
.provider_dtls .provider_info li {
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    color: #4d4d4d;
    border-right: none;
    width: 100%;
    padding: 0 !important;
    text-align: left;
}
.provider_dtls .provider_info li label {
    display: block;
    font-weight: 600;
    margin: 0;
}
.border-left-gray{
    border-left: 1px solid #B2B2B2;
}
.border-right-gray{
    border-right: 1px solid #B2B2B2;
}
.border-top-gray{
    border-top: 1px solid #B2B2B2;
}
.company_description {
    text-align: justify;
    border: 1px solid;
    padding: 15px;
    border-radius: 8px;
}
.fa-star {
    color: #23d2ff !important;
}
.profile_gallery .lt_gallery li {
    list-style: none;
    width: calc(33.33% - 14px);
    margin: 0 7px 14px;
    position: relative;
}
/* PROFILE PAGE */
#info-grid {
    row-gap: 10px;
}
#changePasswordModal .form-group label {
    font-weight: 500;
}

.profile .profile_img {
    height: 120px;
    width: 120px;
    border-radius: 0;
    padding: 10px;
}
.profile .profile_img img{
    height: 100px !important;
    width: 100px !important;
    position: relative;
    z-index: 2;
}
.profile .profile_img .image-frame {
    overflow: hidden;
    position: relative;
}

#close-burger-menu-mobile {
    display: none;
}

/* calender */
body .full-calender .datepicker {
    border-radius: 0px;
}
body .full-calender .datepicker div {
    border-radius: 0px;
}
body .full-calender .datepicker table th, body .full-calender .datepicker table td {
    width: 40px;
    height: 50px;
    font-size: 16px;
}

.time-list {
    margin: 25px 0;
}
.time-list li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: transparent;
    border-radius: 0px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #949494;
    width: calc(25% - 30px);
    margin: 0 15px 25px;
    box-shadow: none;
    text-align: center;
}
.time-list li span {
    padding-right: 0px;
    white-space: nowrap;
    display: block;
}
.time-list li i {
    display: none;
}
.time-list li .switch {
    width: 100%;
}
.switch input:checked+.slider:before {
    transform: translateX(38px);
}
/* cart detail */
.provider_dtls .delt_icon {
    background: #23d2ff;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 0;
    left: 35%;
    cursor: pointer;
}
#apply_promo_code_btn{
    border-radius: 5px;
    text-transform: capitalize;
}
#apply_promo_code_btn:disabled{
    background: #ccc;
}
#apply_promo_code_btn::after,
#apply_promo_code_btn::before,
#apply_promo_code_btn *{
    display: none !important;
}
.cart-wrapper-header{
    position: relative;
}
.cart-wrapper-header span {
    background: red;
    position: absolute;
    top: -6px;
    left: -6px;
    width: 16px;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
}
/* checkout */
.list-cards {
    max-height: 275px;
    overflow: auto;
    margin-bottom: 20px;
}
.box-card,
.box-add-card {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}
.box-card{
    opacity: 0.5;
}
.box-card.active{
    opacity: 1;
}
.box-card img {
    height: 35px;
}
/* card-modal */
#card-modal{
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 999;
}
#card-modal .image-frame{
    background: url(../images/card-front.png) no-repeat center center;
    background-size: cover;
    width: 360px;
    height: 231px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
#card-modal .image-frame.back{
    background: url(../images/card-back.png) no-repeat center center;
    background-size: cover;
    display: none;
}
#card-modal .image-frame #card-number{
    position: absolute;
    top: 126px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
}
#card-modal .image-frame #card-number span{
    display: inline-block;
    min-width: 12px;
}
#card-modal .image-frame #card-number > span:nth-child(4),
#card-modal .image-frame #card-number > span:nth-child(8),
#card-modal .image-frame #card-number > span:nth-child(12) {
    margin-right: 12px;
}
#card-modal .image-frame #card-title{
    position: absolute;
    top: 175px;
    left: 20px;
    text-transform: uppercase;
    text-align: left;
    width: 220px;
    color: #fff;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#card-modal .image-frame #card-text-month-year {
    position: absolute;
    top: 173px;
    right: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 75px;
    color: #fff;
    font-size: 9px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#card-modal .image-frame #card-month-year {
    position: absolute;
    top: 188px;
    right: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 75px;
    color: #fff;
    font-size: 9px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: center;
}
#card-modal .image-frame #card-month-year span{
    display: inline-block;
    min-width: 4px;
}
#card-modal .image-frame #ccv {
    position: absolute;
    top: 100px;
    right: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 50px;
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: center;
}
#card-modal .image-frame #ccv span{
    display: inline-block;
    min-width: 8px;
}
#card-input-group{
    overflow: hidden;
    padding-top: 10px;
}
#card-input-group > .d-flex{
    width: 200%;
    gap: 10px;
    position: relative;
}
#card-input-group > .d-flex.move-to-end{
    left: -220px;
}
#card-input-group label{
    text-transform: uppercase;
}
#card-input-group input{
    text-transform: uppercase;
}
#card-button-group{
    text-align: right;
}
#card-button-group button{
    border: none;
    text-transform: uppercase;
    color: #0AD989;
    background: none;
}

/* Jobs */
.btn-filter-jobs{
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 100%;
}
.btn-filter-jobs.active,
.btn-filter-jobs:focus{
    color: #fff;
    box-shadow: none;
    background: #23d2ff;
    border: 1px solid #23d2ff;
}
.job-card{
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    line-height: 1.7;
}

/* calendar */
.switch .blue-default-bg {
    background: #23d2ff;
}
.day,
.month
{
    background-color: #23d2ff;
    color: #fff !important;
}
.day.disabled,
.month.disabled,
.month.disabled.focused
{
    background: #b1afaf !important;
}
td.day_offs
{
    background-color: #b1afaf !important;
}
td.jobs_created
{
    background-color: #15efa1 !important;
}
/* chat */
#search-provider-chat {
    background: #dedede;
    padding: 10px;
    color: #fff;
    position: relative;
}
#search-provider-chat input {
    background: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-left: 35px;
}
#search-provider-chat button {
    background: transparent;
    border: none;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    color: #686868;
}
.chat-list {
    display: flex;
    flex-direction: column;
}
.group-chat-card {
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.group-chat-card img {
    height: 40px;
    border-radius: 5px;
}
.group-chat-card .user_status {
    background: #0AD989;
    position: absolute;
    top: 42px;
    left: 42px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 2;
    border: 2px solid #fff;
    opacity: 0;
}
.group-chat-card .user_status.online{
    opacity: 1;
}
#message-list {
    height: calc(100vh - 280px);
    overflow: auto;
    flex-direction: column-reverse;
}
#message-list > div {
    display: flex;
    flex-direction: column-reverse;
}
#message-list > div > div {
    display: flex;
    flex-direction: column-reverse;
}
.message-item {
    margin-bottom: 10px;
}
.message-item span {
    background: #23d2ff;
    padding: 10px 15px;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
}
.message-item.text-left span {
    background: #0AD989;
}
#chat-form {
    background: #dedede;
}
#add-files {
    width: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    cursor: pointer;
    position: relative;
}
#chat-form .form-group {
    width: calc(100% - 42px - 40px);
}
#chat-form input {
    border-radius: 0;
    height: 38px;
    font-size: 13px;
}
#chat-submit {
    font-size: 10px;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    position: relative;
    top: 1px;
    background: #0AD989 url(../images/send-message.png) no-repeat center center;
    background-size: 33%;
}
/* loader */
.rotating-image {
    animation: rotate360 5s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 991px) {
    .header .navbar-toggler{
        left: 0;
    }
    #clear-address{
        height: 44px;
    }
    /* PROFILE PAGE */
    #info-grid {
        row-gap: unset;
    }

    /* burger menu */
    .header .navbar-collapse {
        width: 230px !important;
    }
    .header .navbar-collapse .logo-with-text {
        margin-top: 48px;
    }
    .header .navbar-collapse.show {
        transform: translateX(-100%);
    }
    body.openMenu {
        padding-left: 0px;
        overflow: auto;
    }
    body.openMenu .header.inner_header {
        padding-left: 0px;
    }
    body.openMenuMobile .header .navbar-collapse.show {
        transform: translateX(0%);
    }
    body.openMenuMobile .header .navbar.navbar-light .navbar-nav .nav-item .nav-link span {
        display: inline-block;
        padding-left: 0;
    }
    .header .navbar.navbar-light .navbar-nav .nav-item.active .nav-link {
        background: inherit;
    }
    .header .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
        width: inherit;
    }
    body.openMenuMobile .collapse:not(.show) {
        display: block;
    }
    body.openMenuMobile .logo-with-text{
        display: block;
    }
    body.openMenuMobile .logo-without-text{
        display: none;
    }
    #close-burger-menu-mobile {
        background: none;
        border: none;
        color: #fff;
        position: absolute;
        bottom: 0px;
        left: 5px;
        cursor: pointer;
        align-items: center;
        font-size: 14px;
        gap: 5px;
    }
    #close-burger-menu-mobile span{
        font-size: 25px;
    }
    body.openMenuMobile #close-burger-menu-mobile{
        display: flex;
    }

    .services .row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
