a.text-white {
    color: white !important;
}

.btn-green {
    background-color: #47bd47 !important;
    color: white !important;
}

.d-none {
    display: none;
}

ul.sub-menu {
    /* background-color: #12353ce0 !important; */
    background-color: #05445a !important;
}

.filter-button {
    color: white !important;
    background-color: #02d8d9 !important;
}

.toolbar-filter {
    float: left !important;
}

.filter-panel {
    background-color: transparent !important;
    padding-right: 0px !important;
    border: 0px !important;
}

.filter-panel .panel-title {
    font-size: 14px !important;
}

.custom-panel {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: 0px;
}

.custom-dropdown-menu {
    left: -100px !important;
}

.filter-panel .panel-heading {
    padding-right: 0px !important;
}

/*.filter-panel .filter-section-close{
    border-radius: 15px;
    position: absolute;
    right: -8px;
    top: 5px;
  
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #00d9d9;
    height: 30px;
    border-color: transparent;
  
    padding-left: 3px !important;
    padding-top: 4px;
}
.filter-panel .filter-section-close i {
    color: white !important;
}*/
.filter-panel input,
select {
    background-color: transparent !important;
    font-size: 12px !important;
}




.social-button {
    /*padding: 10px 20px;*/
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border: none;
}

.social-button>strong {
    /*padding-left: 10px;*/
}

.social-button:hover,
.social-button:focus,
.social-button:active {
    text-decoration: none;
    color: #fff;
}

.social-button.facebook {
    background-color: #3b5998;
}

.social-button.google {
    background-color: #db4437;
}

.social-button.linkedin {
    background-color: #0077b5;
}

.social-button.twitter {
    background-color: #1da1f2;
}

.social-button.inactive {
    background-color: #505050;
}

#notice-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1001;
}

.actions .btn {
    width: 50%;
    float: left;
    border-radius: 0;
}

.single-action .btn {
    width: 100%;
    border-radius: 0;
}

.triple-action .btn {
    width: calc(100% / 3);
    float: left;
    border-radius: 0;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

/*10-06-2020*/
.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter>img,
.emojionearea-scroll-area .emojibtn img {
    min-width: 24px;
}

/*18-06-2020 start*/
.custom-right-section {
    min-height: 870px !important;
}

/*.right-chart {
    padding: 0;
}*/
.custom_member_list {
    height: 400px;
    min-height: 400px !important;
}

.owl-dots {
    display: block !important;
}

/*::-webkit-scrollbar {
  width: 5px !important;
}*/
/*18-06-2020 end*/

#logo a {
    display: block;
    width: 85%;
    max-width: 100%;
}

#privileged-type {
    display: none;
}

/*=====new css 25/02/2021=======*/



.nav>li.active {
    border-left: none !important;
    /* background: #249b93 !important; */
}

.navbar-default {
    /* background: #12353c !important; */
    background: #005978 !important;
}

.nav-header,
.nav>li.nav-header.active {
    /* background-color: #12353c !important; */
    background: #005978 !important;
    background-image: none !important;
}

.nav-header {
    background-image: none !important;
}

.navbar-default .nav>li>a:hover {
    background-color: #394251 !important;
}

/* body {
    background-color: #12353c !important;
} */
.nav.metismenu>.nav-header>.profile-element>span {
    display: none !important;
}

.nav-header {
    padding: 3px 0px 0 20px !important;
}

.nav-header,
.nav-header .profile-element {
    height: 62px;
}

#page-wrapper .navbar-header>.btn-primary {
    /* background-color: #434953;
    border-color: #434953; */
    background-color: #51708b;
    border-color: #51708b;
    padding: 4px 13px !important;
    font-size: 17px !important;
    margin: 0 5px 0px 10px !important;
    border-radius: 0 !important;
}

/* #page-wrapper{background-color: #fff !important;} */

.filter_btn button {
    font-size: 14px;
    border-radius: 8px;
    padding: 14px 20px;
    border: 1px solid #dee2e6 !important;
    background-color: transparent;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.filter_btn i {
    padding-right: 8px;
}

.filter_dropdown {
    position: absolute;
    margin-top: 8px;
    padding: 2rem 1.25rem;
    max-height: inherit;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(82 88 119 / 18%) 0px 50px 120px;
    animation: 0.2s ease 0s 1 normal none running dropdown;
    z-index: 99;
    overflow: hidden scroll;
    width: 368px;
    max-width: 100%;
    display: none;
}

.affiliate_list_section a.btn {
    margin: 4px 0;
}

.filter_btn button:hover,
.filter_btn button:focus {
    background: #23c6c8;
    color: #fff;
    border-color: #23c6c8 !important;
}

.showing_content {
    padding-left: 10px;
    color: rgb(47, 48, 55);
    font-size: 12px;
    opacity: 0.7;
    font-weight: 400;
    line-height: 1.5;
}

.showing_content p.mb-0.showing {
    padding: 0;
}

.w-75 {
    width: 75% !important;
    float: right;
}

form.search-box .add-on input {
    border-radius: 8px !important;
    height: 50px;
}

form.search-box button.btn.searchButton {
    position: absolute;
    right: 8px;
    top: 7px;
    z-index: 9;
}

form.search-box .input-group.add-on {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.row.custom_filter_section {
    padding: 20px 10px 0px;
}

#Payout-range .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #23c6c8;
    border-radius: 50px;
    top: 0;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    height: 100%;
}

div#Payout-range {
    background: rgb(219, 221, 228);
    border: 0;
    height: .8em;
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

input#amount-Payout {
    color: #23c6c8 !important;
}

li.apply_btn a {
    background-color: rgb(35 198 200);
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 8px;
}

.filter_bottom_btn ul li {
    display: inline-block;
}

.filter_bottom_btn ul {
    float: right;
    margin-bottom: 16px;
}

.clear_btn a {
    color: rgb(47, 48, 55);
    opacity: 0.7;
    font-size: 14px;
    margin-right: 15px;
}

.filter_bottom_btn {
    display: inline-block;
    float: right;
    padding-bottom: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-slider-handle.ui-corner-all.ui-state-default,
.ui-slider-handle.ui-corner-all.ui-state-default:focus {
    border-radius: 50px;
    background: #fff;
    top: -3px;
}

#more {
    display: none;
}

.readmore-btn {
    background-color: #00e0dc;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}


@media screen and (orientation: portrait) {
    .actions .btn {
        width: 100%;
        border-radius: 0 !important;
    }
}

@media screen and (max-width: 960px) {
    .actions .btn {
        width: 100%;
        border-radius: 0 !important;
    }
}

.avatar-navbar {
    padding: unset !important;
    width: 30px !important;
    border-radius: 50% !important;
}

.partner-avatar {
    width: 48px !important;
    background-color: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    z-index: 1;
    border: 1px solid #505050;
    border-top: unset;
}

.dropdown-content a {
    color: black;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e6e6eb;
}

.dropdown-content a:last-child {
    border-bottom: unset;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .social-button {
    background-color: #505050;
}

.avatar-buttons {
    width: 150px;
    height: 40px;
    border: unset;
}

#avatar-hover-div {
    display: none;
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.5);
}

#hover-avatar {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 25%;
}

#upload-button {
    display: none;
    margin-top: 70px;
}

#fields-wrapper {
    /*margin: 5% auto;*/
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none !important;
    color: #e1e1e1 !important;
    cursor: not-allowed !important;
}

.badge-blue {
    background-color: #3097D1;
}

.profile-head {
    width: 100%;
    /* background-color: #16353d; */
    background-color: #005978;
    float: left;
    padding: 15px 5px;
}

.btn-link {
    color: #16353d;
}

.btn-link:focus,
.btn-link:hover {
    color: #000;
}

.profile-head img,
#avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-head h5 {
    width: 100%;
    padding: 5px 5px 0px 5px;
    text-align: justify;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
}

.profile-head p {
    width: 100%;
    text-align: justify;
    padding: 0 5px 5px 5px;
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.profile-head a {
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    font-size: 15px;
}

.profile-head a:hover {
    color: #000;
}

.profile-head ul {
    list-style: none;
    padding: 0;
}

.profile-head ul li {
    display: block;
    color: #ffffff;
    padding: 5px;
    font-weight: 400;
    font-size: 15px;
}

/*.profile-head ul li:hover span {*/
/*color: rgb(0, 4, 51);*/
/*}*/

.profile-head ul li span {
    color: #ffffff;
    padding-right: 10px;
}

.profile-head ul li a {
    color: #ffffff;
}

.profile-head h6 {
    width: 100%;
    text-align: center;
    font-weight: 100;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.additional-info {
    margin-top: 20px;
}

.social-table>tbody>tr>td,
.social-table>tbody>tr>th,
.social-table>tfoot>tr>td,
.social-table>tfoot>tr>th,
.social-table>thead>tr>td,
.social-table>thead>tr>th {
    padding: 5px 0;
}

.member_list .chat-body {
    margin-left: 0;
    margin-top: 0;
}

.member_list .contact_sec {
    margin-top: 3px;
}

.member_list ul {
    border-top: 1px solid #dddddd;
}

.chat-img img {
    height: 34px;
    width: 34px;
}

.member_list li {
    border-bottom: 1px solid #dddddd;
    padding: 6px;
}

.chat-body .header_sec .primary-font {
    width: 195px;
    overflow: hidden;
    height: 30px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.member_list {
    min-height: 589px;
    overflow-x: hidden;
    overflow-y: auto;
}

.message_section {
    background: #ffffff;
    border-left: 0;
    border-bottom: 0;
}

.main_section>.container {
    min-height: 610px;
    border: 1px solid #dddddd;
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.chat_area {
    background: #fff;
    opacity: 0;
    float: left;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

/*.chat_area::-webkit-scrollbar,
.member_list::-webkit-scrollbar {
    width: 15px;
}*/

.chat_sidebar_header {
    padding: 10px;
}

.message_section_header {
    background: #fff;
    height: 45px;
    padding-left: 10px;
    border-bottom: 1px solid #dddddd;
    ;
}

.chat_sidebar {
    border-right: 1px solid #dddddd;
}

.chat_area li {
    padding: 14px 14px 0;
}

.chat_area li .chat-img1 img {
    height: 40px;
    width: 40px;
}

.chat_area .chat-body1 {
    margin-left: 50px;
}

.chat-body1 span {
    display: inline-block;
    padding: 10px;
    border-radius: 15px;
    box-shadow: inset 0 0 0 2px #e1e9ee;
    background-color: transparent;
}

.chat_area .admin_chat .chat-body1 {
    margin-right: 10px;
    background: #e1e9ee;
    border-radius: 15px;
    float: right;
}

.chat_area li:last-child {
    padding-bottom: 10px;
}

.member_list li.active {
    border-left: 3px solid #02d8d9;
    background-color: #f3f6f8;
}

.message_write {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.message_write textarea.form-control {
    border: none;
    border-top: 2px solid #02d8d9;
    border-bottom: 2px solid #02d8d9;
    height: 100px;
    padding: 10px;
}

.chat_bottom {
    float: left;
    margin-top: 13px;
    width: 100%;
}

.chat_bottom.chat_bottom_client {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}

.chat_bottom_client a.emoji_btn {
    margin: 8px;
}

.chat_bottom_client a.emoji_btn,
.chat_bottom_client a.upload_btn {
    color: #696f6f;
    font-size: 20px;
}

.chat_bottom .btn {
    margin-right: 20px;
}

.member_list li:hover {
    background: #f3f6f8;
    cursor: pointer;
}

.left.clearfix {
    width: 100%;
}

.messages-holder {
    min-height: 530px;
}

.messages-holder h2 {
    margin-top: 125px;
}

.no-resize-bar {
    resize: none;
}

.emails-table>tbody>tr>td,
.emails-table>tbody>tr>th,
.emails-table>tfoot>tr>td,
.emails-table>tfoot>tr>th,
.emails-table>thead>tr>td,
.emails-table>thead>tr>th {
    padding: 0 5px;
    vertical-align: middle;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.notification-block {
    display: none;
}

#top-search-trigger i.fa-close {
    display: none;
}

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

.glyphicon.glyphicon-search {
    font-size: 20px;
}

.searchButton {
    background: transparent;
    display: inline-block;
    padding: 0;
}

.search-box input {
    display: inline-block;
    width: 95%;
}

.searchButton:active {
    outline: 0;
    box-shadow: none !important;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.user_about {
    background: inherit;
    min-height: 589px;
    padding-top: 12px;
    border-left: 1px solid #dddddd;
}

.user_about.user_about_partner {
    min-height: 546px;
}

.user_about .about_user_img img {
    height: 50px;
    width: 50px;
    margin-bottom: 8px;
}

.user_about .about_user_img p {
    margin: 0;
}

.user_about .about_user_img p:first-of-type {
    color: #000;
    font-weight: bold;
}

.user_details {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.user_details .right_side {
    font-weight: bold;
}

.user_details .left_side {
    color: #696f6f;
}

.chat-body1.chat_text span {
    box-shadow: inherit;
}

.chat_area .admin_chat .chat-body1.chat_text span {
    background: #696f6f;
    border-radius: 12px;
    color: #000;
}

.chat_area .chat-body1.chat_text span sub {
    bottom: -10px;
    margin-left: 10px;
}

.chat_area .chat-body1.chat_text span {
    background-color: #f1f0f0;
    color: #000;
    display: inline-block;
    border-radius: 12px;
    width: auto;
    max-width: 370px;
}

.partner_chat.chat-discussion .chat-message.left img.message-avatar {
    float: inherit;
}

.partner_chat.chat-discussion .chat-message.left .message {
    display: inline-block;
    margin-left: 0px ! important;
}

.chat-message.right {
    float: right;
    width: 80%;
}

.chat-message.left {
    float: left;
    width: 80%;
}

.chat-discussion .chat-message.right .message {
    margin-right: 0px ! important;
    ;
    display: inline-block;
    float: right;
}

.chat-discussion .chat-message.right sub.message-date,
.chat-discussion .chat-message.left sub.message-date {
    float: inherit;
    bottom: -10px;
    margin-left: 10px;
}

.message .message-content {
    width: auto;
    max-width: 300px;
}

.client_messane_holder h2 {
    font-weight: 100;
}

.ibox-content .no_gutter_partner {
    margin-left: 0;
    margin-right: 0;
}

.partner_contacts {
    border-right: 1px solid #dddddd;
    min-height: 546px;
}

section.section_chat_box {
    overflow: inherit;
}

/*24-06-2020*/
#rental-agency-slider .owl-item {
    width: 100% !important;
}

#rental-agency-slider .owl-stage {
    width: 100% !important;
}

#rental-agency-slider:hover .owl-nav {
    display: none;
}

/*#rental-agency-slider{
    max-height: 550px;
} */
.carousel-indicators {
    right: 0px;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    padding-right: 50px;
    margin-left: 0;
    text-align: right;
}

.carousel-caption-slider {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    display: flex;
    align-items: center;
}

.slider-text {
    margin: 0;
    padding: 0 100px;
}

.slider-text h2 {
    font-size: 38px !important;
    font-weight: 600;
    margin-bottom: 18px;
    color: #fff !important;
}

.slider-text p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px !important;
    font-weight: normal;
}

.slider-text a {
    background: #16353d !important;
    padding: 10px 40px !important;
    border-radius: 50px;
    font-size: 15px;
    border: 2px solid #16353d !important;
}

.slider-text a:hover {
    background: #fff !important;
    border: 2px solid #16353d;
    color: #16353d;
    opacity: 1 !important;
}

#rental-agency-slider .carousel-indicators li {
    height: 16px;
    width: 16px;
    background: #fff;
    border-color: #fff;
}

#rental-agency-slider .carousel-indicators .active {
    height: 16px;
    width: 20px;
    background: #16353d;
    border-color: #16353d;
}

.mb-0 {
    margin-bottom: 0;
    padding-top: 10px;
}

.copyright-content li {
    padding: 0 10px;
}

#rental-agency-slider.owl-carousel .owl-item img {
    height: 550px;
    object-fit: cover;
}

#rental-agency-slider.owl-carousel .owl-stage-outer {
    width: 100% !important;
}

::-webkit-scrollbar {
    width: 10px;
}


::-webkit-scrollbar-track {
    background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
    background: #02d8d9;
}


::-webkit-scrollbar-thumb:hover {
    background: #02d8d9;
}

.home-slider {
    overflow: hidden;
    width: 100%;
    position: relative;

}

.home-slider #rental-agency-slider .owl-stage {
    transition: none !important;
    transform: none !important;
}

.home-slider #rental-agency-slider .owl-stage .carousel-caption-slider {
    height: 100%;
}

/*02-07-2020*/
.dashboard_section {
    margin-top: 20px !important;
}

.right-chart .panel-heading h3.panel-title {
    display: inline-block;
}

/*.right-chart.right_side_form{
    padding-left: 30px;
}*/
/*.dashboard_section .right-chart .panel .panel-body #transactions-pie{
    min-height: 586px;
}*/

/*24-02-2021*/
/*body{
    background: #1e1f4e !important;
}*/

.top-serach {
    position: absolute;
    z-index: 99;
    bottom: 12%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    padding-left: 100px;
    right: 0;
    width: 37%;
}

.mr-2 {
    margin-right: 8px;
}

.m-0 {
    margin: 0;
}

.line_height {
    line-height: normal;
}

.py-2 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.d-flex {
    display: flex;
    align-items: center;
}

.icons {
    margin-right: 15px;
}

.new_section .form-group select {
    border-radius: 5px;
}

.bg-white {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.mb-3 {
    margin-bottom: 20px !important;
}

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

.footer {
    position: auto !important;
}

.pl-20 {
    padding-left: 20px;
}

.p-15 {
    padding: 15px;
}

#page-wrapper {
    padding: 0 !important;
}

.navbar-static-top {
    /* background: #1e1f4e !important; */
    /* background: #12353c !important; */
    background: #005978 !important;
    display: flex;
    align-items: center;
}

.navbar-top-links li a {
    display: flex;
    align-items: center;
}

.navbar-form-custom .form-control,
.navbar-form-custom {
    height: auto !important;
}

.minimalize-styl-2 {
    margin: 0 5px 0px 20px !important;
}

.meagMenuShow a {
    color: #21b9bb !important;
}

.dropdown-menu a {
    color: #fff !important;
}

.dropdown-menu a:hover {
    color: #21b9bb !important;
}

.search-div-style {
    background: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.4;
}

.search-but {
    width: 124px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 0px;
    background: #005779eb;
    color: white;
    font-size: 14px;
}

.font-section {
    font-family: 'Playfair Display', serif;
    min-height: 65px;
    display: flex;
    align-items: center;
}

.font-heading {
    font-family: 'Playfair Display', serif;
}

.moretext {
    display: none;
}

.more-text {
    display: none;
}

.more-text-btn {
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 15px;
    border: 1px dashed white;
    outline: none;
    cursor: pointer;
    background-color: #444;
    color: aliceblue;
}

/* toggle the class="show-more" in JS 
  So when it's active the dots will disappear.
  */

.text.show-more .dots {
    display: none;
}


.text.show-more .more-text {
    display: inline;
}

.hidden {
    display: none;
}

.dashboard-wrapper .org-header {
    padding: 35px;
    border-radius: 15px;
    background: linear-gradient(135deg, #20c997, #0d6b63);
    /* Teal gradient */
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
    /* Add extra space here */
}

.dashboard-wrapper .org-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dashboard-wrapper .org-header p {
    font-size: 16px;
    margin-bottom: 5px;
}

.dashboard-wrapper .stat-card {
    border-radius: 16px;
    padding: 30px 25px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
    border-left: 8px solid;
    transition: transform .2s;
}

.dashboard-wrapper .stat-card:hover {
    transform: translateY(-5px);
}

.dashboard-wrapper .stat-title {
    font-size: 18px;
    font-weight: 600;
    color: #6c757d;
}

.dashboard-wrapper .stat-number {
    font-size: 42px;
    font-weight: 800;
    margin-top: 10px;
    color: #000;
}

.dashboard-wrapper .charts-row {
    margin-top: 50px;
}

.dashboard-wrapper .border-primary-custom {
    border-left-color: #0d6efd !important;
}

.dashboard-wrapper .border-success-custom {
    border-left-color: #198754 !important;
}

.dashboard-wrapper .border-danger-custom {
    border-left-color: #dc3545 !important;
}

.dashboard-wrapper .border-warning-custom {
    border-left-color: #ffc107 !important;
}

.nav-logo{
    width: 270px;
    height: auto !important;
    margin-top: 18px;
}

.header-sticky .nav-logo{
    width: 210px;
    height: auto !important;
    margin-top: 10px;
}


@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .custom-right-section {
        min-height: 910px !important;
    }
}

@media(max-width: 1199px) {

    #header.header-dark,
    .header-dark {
        height: 95px;
    }
}

@media(max-width: 991px) {
    .slider-text {
        margin: 0;
        padding: 0 50px;
    }

    .slider-text h2 {
        font-size: 25px !important;
        font-weight: 600;
        margin-bottom: 18px;
        color: #fff !important;
        line-height: 35px;
    }

    .carousel-caption-slider {
        position: absolute;
        top: 0;
        width: 70%;
    }
}

@media (max-width: 767px) {
    .year-expiry-label {
        display: none !important;
    }

    .carousel-caption-slider {
        width: 100% !important;
        background: rgba(0, 0, 0, 0.5) !important;
    }

    .slider-text p {
        font-size: 16px !important;
    }

    .slider-text h2.text-medium,
    .slider-text h2 {
        font-size: 28px !important;
    }
}

@media(max-width: 480px) {
    #rental-agency-slider .item img {
        height: 200px;
    }

    .carousel-caption-slider {
        width: 60%;
        height: 200px;
    }

    .slider-text h2.text-medium,
    .slider-text h2 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    .slider-text p {
        font-size: 15px !important;
        margin-bottom: 10px !important;
    }

    .slider-text a {
        padding: 5px 30px !important;
        margin-bottom: 15px;
    }

    @media (max-width: 420px) {
        .chat-message.right {
            width: 100%;
        }

        .chat-message.left {
            width: 100%;
        }
    }

    @media(max-width: 360px) {
        .copyright-content li {
            padding: 0 5px;
            display: inline-block;
            float: none;
        }
    }

    @media(max-width: 768px) {
        .top-serach {
            padding-left: 40px;
            padding-right: 40px;
            width: 100%;
        }
    }