    @font-face {
        font-family: 'ara';
        src: url(../fonts/AraRegular.ttf);
    }
 @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
    body {
        background: #eee;
        overflow-x: hidden;
        font-family: 'ara', sans-serif;
        background: #fafafa;
        font-weight: 600;
    }
    /* width */
    
     ::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    
     ::-webkit-scrollbar-track {
        background: #2955ae;
    }
    /* Handle */
    
     ::-webkit-scrollbar-thumb {
        background: #57c4be;
    }
    /* Handle on hover */
    
     ::-webkit-scrollbar-thumb:hover {
        background: #FFF
    }
    
    #content {
        direction: rtl;
    }
    
    .fs35 {
        font-size: 35px !important;
    }
    
    .mw50 {
        max-width: 50px !important;
    }
    
    .mn {
        margin: 0 !important;
    }
    
    .mw140 {
        max-width: 140px !important;
    }
    
    .mb20 {
        margin-bottom: 20px !important;
    }
    
    .mr25 {
        margin-right: 25px !important;
    }
    
    .mw40 {
        max-width: 40px !important;
    }
    
    .p30 {
        padding: 30px !important;
    }
    
    .page-heading {
        position: relative;
        padding: 30px 40px;
        margin: -25px -20px 25px;
        border-bottom: 1px solid #d9d9d9;
        background-color: #f2f2f2;
    }
    
    .page-tabs {
        margin: -25px -20px 30px;
        padding: 15px 25px 0;
        border-bottom: 1px solid #ddd;
        background: #e9e9e9;
    }
    
    .page-tabs .nav-tabs {
        border-bottom: 0;
    }
    
    .page-tabs .nav-tabs>li>a {
        color: #AAA;
        padding: 10px 20px;
    }
    
    .page-tabs .nav-tabs>li:hover>a,
    .page-tabs .nav-tabs>li:focus>a {
        border-color: #ddd;
    }
    
    .page-tabs .nav-tabs>li.active>a,
    .page-tabs .nav-tabs>li.active>a:hover,
    .page-tabs .nav-tabs>li.active>a:focus {
        color: #666;
        font-weight: 600;
        background-color: #eee;
        border-bottom-color: transparent;
    }
    
    @media (max-width: 800px) {
        .page-tabs {
            padding: 25px 20px 0;
        }
        .page-tabs .nav-tabs li {
            float: none;
            margin-bottom: 5px;
        }
        .page-tabs .nav-tabs li:last-child,
        .page-tabs .nav-tabs li.active:last-child {
            margin-bottom: 10px;
        }
        .page-tabs .nav-tabs>li>a:hover,
        .page-tabs .nav-tabs>li>a:focus {
            border: 1px solid #DDD;
        }
        .page-tabs .nav-tabs>li.active>a,
        .page-tabs .nav-tabs>li.active>a:hover,
        .page-tabs .nav-tabs>li.active>a:focus {
            border-bottom-color: #ddd;
        }
    }
    
    .panel {
        position: relative;
        margin-bottom: 27px;
        background-color: #f8f9fa;
        border-radius: 3px;
    }
    
    .panel.panel-transparent {
        background: none;
        border: 0;
        margin: 0;
        padding: 0;
    }
    
    .panel.panel-border {
        border-style: solid;
        border-width: 0;
    }
    
    .panel.panel-border.top {
        border-top-width: 5px;
    }
    
    .panel.panel-border.right {
        border-right-width: 5px;
    }
    
    .panel.panel-border.bottom {
        border-bottom-width: 5px;
    }
    
    .panel.panel-border.left {
        border-left-width: 5px;
    }
    
    .panel.panel-border>.panel-heading {
        background-color: #fafafa;
        border-color: #e2e2e2;
        border-top: 1px solid transparent;
    }
    
    .panel.panel-border>.panel-heading>.panel-title {
        color: #999999;
    }
    
    .panel.panel-border.panel-default {
        border-color: #DDD;
    }
    
    .panel.panel-border.panel-default>.panel-heading {
        border-top: 1px solid transparent;
    }
    
    .panel-menu {
        background-color: #fafafa;
        padding: 12px;
        border: 1px solid #e2e2e2;
    }
    
    .panel-menu.dark {
        background-color: #f8f8f8;
    }
    
    .panel-body .panel-menu {
        border-left: 0;
        border-right: 0;
    }
    
    .panel-heading+.panel-menu,
    .panel-menu+.panel-body,
    .panel-body+.panel-menu,
    .panel-body+.panel-body {
        border-top: 0;
    }
    
    .panel-body {
        position: relative;
        padding: 15px;
        border: 1px solid #e2e2e2;
    }
    
    .panel-body+.panel-footer {
        border-top: 0;
    }
    
    .panel-heading {
        position: relative;
        height: 52px;
        line-height: 49px;
        letter-spacing: 0.2px;
        color: #999999;
        font-size: 15px;
        font-weight: 400;
        padding: 0 8px;
        background: #fafafa;
        border: 1px solid #e2e2e2;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }
    
    .panel-heading+.panel-body {
        border-top: 0;
    }
    
    .panel-heading>.dropdown .dropdown-toggle {
        color: inherit;
    }
    
    .panel-heading .widget-menu .btn-group {
        margin-top: -3px;
    }
    
    .panel-heading .widget-menu .form-control {
        margin-top: 6px;
        font-size: 11px;
        height: 27px;
        padding: 2px 10px;
        border-radius: 1px;
    }
    
    .panel-heading .widget-menu .form-control.input-sm {
        margin-top: 9px;
        height: 22px;
    }
    
    .panel-heading .widget-menu .progress {
        margin-top: 11px;
        margin-bottom: 0;
    }
    
    .panel-heading .widget-menu .progress-bar-lg {
        margin-top: 10px;
    }
    
    .panel-heading .widget-menu .progress-bar-sm {
        margin-top: 15px;
    }
    
    .panel-heading .widget-menu .progress-bar-xs {
        margin-top: 17px;
    }
    
    .panel-icon {
        padding-left: 5px;
    }
    
    .panel-title {
        padding-right: 2px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 19px;
        font-weight: bolder;
        color: #656565;
    }
    
    .panel-title>.fa,
    .panel-title>.glyphicon,
    .panel-title>.glyphicons,
    .panel-title>.imoon {
        top: 2px;
        min-width: 22px;
        color: inherit;
        font-size: 14px;
    }
    
    .panel-title>a {
        color: inherit;
    }
    
    .panel-footer {
        padding: 10px 15px;
        background-color: #fafafa;
        border: 1px solid #e2e2e2;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    
    .panel>.list-group {
        margin-bottom: 0;
    }
    
    .panel>.list-group .list-group-item {
        border-radius: 0;
    }
    
    .panel>.list-group:first-child .list-group-item:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }
    
    .panel>.list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    
    .panel-heading+.list-group .list-group-item:first-child {
        border-top-width: 0;
    }
    
    .panel-body+.list-group .list-group-item:first-child {
        border-top-width: 0;
    }
    
    .list-group+.panel-footer {
        border-top-width: 0;
    }
    
    .panel>.table,
    .panel>.table-responsive>.table,
    .panel>.panel-collapse>.table {
        margin-bottom: 0;
    }
    
    .panel>.table:first-child,
    .panel>.table-responsive:first-child>.table:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }
    
    .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
    .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
    .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
    .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
    .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
    .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
    .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
    .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
        border-top-left-radius: 2px;
    }
    
    .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
    .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
    .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
    .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
    .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
    .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
    .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
    .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
        border-top-right-radius: 2px;
    }
    
    .panel>.table:last-child,
    .panel>.table-responsive:last-child>.table:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    
    .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
    .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
    .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
    .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
    .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
    .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
    .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
    .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
        border-bottom-left-radius: 2px;
    }
    
    .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
    .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
    .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
    .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
    .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
    .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
    .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
    .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
        border-bottom-right-radius: 2px;
    }
    
    .panel>.panel-body+.table,
    .panel>.panel-body+.table-responsive {
        border-top: 1px solid #eeeeee;
    }
    
    .panel>.table>tbody:first-child>tr:first-child th,
    .panel>.table>tbody:first-child>tr:first-child td {
        border-top: 0;
    }
    
    .panel>.table-bordered,
    .panel>.table-responsive>.table-bordered {
        border: 0;
    }
    
    .panel>.table-bordered>thead>tr>th:first-child,
    .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
    .panel>.table-bordered>tbody>tr>th:first-child,
    .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
    .panel>.table-bordered>tfoot>tr>th:first-child,
    .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .panel>.table-bordered>thead>tr>td:first-child,
    .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
    .panel>.table-bordered>tbody>tr>td:first-child,
    .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
    .panel>.table-bordered>tfoot>tr>td:first-child,
    .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    
    .panel>.table-bordered>thead>tr>th:last-child,
    .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
    .panel>.table-bordered>tbody>tr>th:last-child,
    .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
    .panel>.table-bordered>tfoot>tr>th:last-child,
    .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .panel>.table-bordered>thead>tr>td:last-child,
    .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
    .panel>.table-bordered>tbody>tr>td:last-child,
    .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
    .panel>.table-bordered>tfoot>tr>td:last-child,
    .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    
    .panel>.table-bordered>thead>tr:first-child>td,
    .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
    .panel>.table-bordered>tbody>tr:first-child>td,
    .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
    .panel>.table-bordered>thead>tr:first-child>th,
    .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
    .panel>.table-bordered>tbody>tr:first-child>th,
    .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
        border-bottom: 0;
    }
    
    .panel>.table-bordered>tbody>tr:last-child>td,
    .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
    .panel>.table-bordered>tfoot>tr:last-child>td,
    .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .panel>.table-bordered>tbody>tr:last-child>th,
    .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
    .panel>.table-bordered>tfoot>tr:last-child>th,
    .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0;
    }
    
    .panel>.table-responsive {
        border: 0;
        margin-bottom: 0;
    }
    
    .panel-group {
        margin-bottom: 19px;
    }
    
    .panel-group .panel-title {
        padding-left: 0;
    }
    
    .panel-group .panel-heading,
    .panel-group .panel-heading a {
        position: relative;
        display: block;
        width: 100%;
    }
    
    .panel-group.accordion-lg .panel+.panel {
        margin-top: 12px;
    }
    
    .panel-group.accordion-lg .panel-heading {
        font-size: 14px;
        height: 54px;
        line-height: 52px;
    }
    
    .panel-group .accordion-icon {
        padding-left: 35px;
    }
    
    .panel-group .accordion-icon:after {
        position: absolute;
        content: "\f068";
        font-family: "FontAwesome";
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        color: #555;
        left: 10px;
        top: 0;
    }
    
    .panel-group .accordion-icon.collapsed:after {
        content: "\f067";
    }
    
    .panel-group .accordion-icon.icon-right {
        padding-left: 10px;
        padding-right: 30px;
    }
    
    .panel-group .accordion-icon.icon-right:after {
        left: auto;
        right: 5px;
    }
    
    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 3px;
    }
    
    .panel-group .panel+.panel {
        margin-top: 5px;
    }
    
    .panel-group .panel-heading+.panel-collapse>.panel-body {
        border-top: 0;
    }
    
    .panel-group .panel-footer {
        border-top: 0;
    }
    
    .panel-group .panel-footer+.panel-collapse .panel-body {
        border-bottom: 1px solid #eeeeee;
    }
    
    .media {
        color: #999999;
        font-weight: 600;
        margin-top: 15px;
    }
    
    .media:first-child {
        margin-top: 0;
    }
    
    .media-right,
    .media>.pull-right {
        padding-left: 10px;
    }
    
    .media-left,
    .media>.pull-left {
        padding-right: 10px;
    }
    
    .media-left,
    .media-right,
    .media-body {
        display: table-cell;
        vertical-align: top;
    }
    
    .media-middle {
        vertical-align: middle;
    }
    
    .media-bottom {
        vertical-align: bottom;
    }
    
    .media-heading {
        color: #555555;
        margin-top: 0;
        margin-bottom: 5px;
        margin-right: 10px;
        font-weight: 600;
    }
    
    .media-list {
        padding-left: 0;
        list-style: none;
    }
    
    .media-body {
        padding-right: 20px;
    }
    
    .media-body .lead {
        padding: 5px 20px;
    }
    
    .media-links i {
        padding: 6px 0px;
        background: #2955ae;
        color: #f8f9fa;
        width: 36px;
        height: 36px;
        font-size: 23px;
        text-align: center;
        border-radius: 31%;
    }
    
    .media-links li span {
        padding-right: 5px;
        font-size: 23px;
        position: relative;
        top: -2px;
        color: #2a56ae !important;
    }
    
    .media-links li {
        padding: 2px;
        background: #f8f9fa;
        margin-bottom: 5px;
    }
    
    .userProfile .panel .panel-heading .fa-star {
        color: #ffc107;
        font-size: 25px;
        position: relative;
        top: 5px;
    }
    /*===============================================
  Tabs
================================================= */
    /* Tabs Wrapper */
    
    .tab-block {
        position: relative;
    }
    /* Tabs Content */
    
    .tab-block .tab-content {
        overflow: auto;
        position: relative;
        z-index: 10;
        min-height: 125px;
        padding: 16px 12px;
        border: 1px solid #e2e2e2;
        background-color: #FFF;
    }
    /*===============================================
  Tab Navigation
================================================= */
    
    .tab-block .nav-tabs {
        position: relative;
        border: 0;
    }
    /* nav tab item */
    
    .tab-block .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
    }
    /* nav tab link */
    
    .tab-block .nav-tabs>li>a {
        z-index: 9;
        position: relative;
        color: #AAA;
        padding: 14px 20px;
        margin-right: -1px;
        border-color: #e2e2e2;
        border-radius: 0;
        background: #fafafa;
        font-size: 20px;
        font-weight: 800;
    }
    
    .tab-block .nav-tabs>li:first-child>a {
        margin-left: 0;
    }
    /* nav tab link:hover */
    
    .tab-block .nav-tabs>li>a:hover {
        background-color: #f4f4f4;
    }
    /* nav tab active link:focus:hover */
    
    .tab-block .nav-tabs>li.active>a,
    .tab-block .nav-tabs>li.active>a:hover,
    .tab-block .nav-tabs>li.active>a:focus {
        cursor: default;
        position: relative;
        z-index: 12;
        color: #555555;
        background: #FFF;
        border-color: #e2e2e2;
        border-bottom: 1px solid #FFF;
        font-size: 20px;
        font-weight: bold;
    }
    /*===============================================
  Tab Navigation - Tabs Left
================================================= */
    
    .tabs-left {
        float: left;
    }
    /* nav tab item */
    
    .tabs-left>li {
        float: none;
        margin: 0 -1px -1px 0;
    }
    /* nav tab item link */
    
    .tabs-left>li>a {
        padding: 14px 16px;
        color: #777;
        font-weight: 600;
        border: 1px solid transparent;
        border-color: #DDD;
        background: #fafafa;
    }
    /* nav tab link:hover */
    /* nav tab active link:focus:hover */
    
    .tab-block .tabs-left>li.active>a,
    .tab-block .tabs-left>li.active>a:hover,
    .tab-block .tabs-left>li.active>a:focus {
        color: #555;
        border-color: #DDD #FFF #DDD #DDD;
        cursor: default;
        position: relative;
        z-index: 12;
        background: #FFF;
    }
    /*===============================================
  Tab Navigation - Tabs Right
================================================= */
    
    .tabs-right {
        float: right;
    }
    /* nav tab item */
    
    .tabs-right>li {
        float: none;
        margin: 0 0 -1px -1px;
    }
    /* nav tab item link */
    
    .tabs-right>li>a {
        padding: 14px 16px;
        color: #777;
        font-weight: 600;
        border: 1px solid transparent;
        border-color: #DDD;
        background: #fafafa;
    }
    /* nav tab link:hover */
    /* nav tab active link:focus:hover */
    
    .tab-block .tabs-right>li.active>a,
    .tab-block .tabs-right>li.active>a:hover,
    .tab-block .tabs-right>li.active>a:focus {
        color: #555;
        border-color: #DDD #DDD #DDD #FFF;
        cursor: default;
        position: relative;
        z-index: 12;
        background: #FFF;
    }
    /*===============================================
  Tab Navigation - Tabs Right
================================================= */
    
    .tabs-below {
        position: relative;
    }
    /* nav tab item */
    
    .tabs-below>li {
        float: left;
        margin-top: -1px;
    }
    /* nav tab item link */
    
    .tabs-below>li>a {
        position: relative;
        z-index: 9;
        margin-right: -1px;
        padding: 11px 16px;
        color: #777;
        font-weight: 600;
        border: 1px solid #DDD;
        background: #fafafa;
    }
    /* nav tab link:hover */
    /* nav tab active link:focus:hover */
    
    .tab-block .tabs-below>li.active>a,
    .tab-block .tabs-below>li.active>a:hover,
    .tab-block .tabs-below>li.active>a:focus {
        cursor: default;
        position: relative;
        z-index: 12;
        color: #555555;
        background: #FFF;
        border-color: #DDD;
        border-top: 1px solid #FFF;
    }
    
    .post-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 250px;
    }
    
    .single-post {
        padding: 1px;
        border: 1px solid #eee;
        margin-bottom: 25px;
    }
    
    .post-info {
        padding: 5px 10px;
    }
    
    .post-info h3 {
        color: #2955ae;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .post-info span {
        display: inline-block;
        width: 49.5%;
        color: #454545;
        font-size: 15px;
    }
    
    .post-info span i {
        padding: 5px 0;
        text-align: center;
        color: #2955ae;
        background: #dddddd;
        margin-left: 10px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: inline-block;
    }
    
    .single-post .footer {
        padding: 15px;
        margin-bottom: 5px;
    }
    
    .single-post .footer a.call,
    .single-post .footer a.reserve {
        font-size: 20px;
        width: 34px;
        height: 34px;
        display: inline-block;
        text-align: center;
        background: #2955ae;
        padding: 4px;
        color: #FFF;
        border-radius: 4px;
        margin-right: 10px;
    }
    
    .single-post .footer a.price-tag {
        color: #2955ae;
        font-size: 19px;
        font-weight: bold;
    }
    /*navbar*/
    
    .navbar-brand img {
        height: 50px;
    }
    /*
    DEMO STYLE
*/
    
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 1.1em;
        font-weight: 300;
        line-height: 1.7em;
        color: #999;
    }
    
    a,
    a:hover,
    a:focus {
        color: inherit;
        text-decoration: none;
        transition: all 0.3s;
    }
    
    .navbar {
        padding: 1px 10px;
        background: #fff;
        border: none;
        border-radius: 0;
        margin: 0;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-btn {
        box-shadow: none;
        outline: none !important;
        border: none;
    }
    
    .line {
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #ddd;
        margin: 40px 0;
    }
    /* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
    
    .wrapper {
        display: flex;
        width: 100%;
        align-items: stretch;
    }
    
    #sidebar {
        min-width: 250px;
        max-width: 250px;
        background: #f8f9fa;
        color: #fff;
        transition: all 0.3s;
        position: relative;
        z-index: 99999999;
    }
    
    #sidebar.active {
        margin-right: -250px;
    }
    
    #sidebar .sidebar-header {
        padding: 20px;
        background: #f2f2f2;
        color: #2955ae;
        font-weight: bolder;
    }
    
    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }
    
    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }
    
    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        color: #333;
    }
    
    #sidebar ul li a:hover {
        color: #2955ae;
        background: #fff;
    }
    
    #sidebar ul li.active>a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #2955ae;
    }
    
    a[data-toggle="collapse"] {
        position: relative;
    }
    
    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
    }
    
    ul ul a {
        font-size: 0.9em !important;
        padding-right: 30px !important;
        background: #6d7fcc;
    }
    
    ul.CTAs {
        padding: 20px;
    }
    
    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    
    a.download {
        background: #fff;
        color: #2955ae;
    }
    
    a.article,
    a.article:hover {
        background: #6d7fcc !important;
        color: #fff !important;
    }
    /* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
    
    #content {
        width: 100%;
        padding: 0;
        /* min-height: 100vh; */
        transition: all 0.3s;
    }
    /* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
    
    @media (max-width: 768px) {
        #sidebar {
            margin-left: -250px;
        }
        #sidebar.active {
            margin-left: 0;
        }
        #sidebarCollapse span {
            display: none;
        }
    }
    
    nav #sidebarCollapse.btn {
        color: #2955ae;
        font-size: 23px;
        outline: none;
        box-shadow: none;
        border: none;
    }
    
    .navbar-nav .nav-link {
        color: #2a56ae !important;
        font-size: 18px;
        padding: 0 16px;
        font-weight: bold;
        margin: 0 5px;
    }
    
    .nav-link span {
        /* padding-right: 14px; */
        font-size: 18px;
        font-family: 'Cairo', sans-serif;
        font-weight: 600;
    }
    
    section#slider {
        height: auto;
        width: 100%;
        background: #f4f3f3;
        padding-bottom: 45px;
    }
    
    section#slider .search-area {
        padding: 0 30px;
    margin-top: 50px;
    background: rgb(255 255 255 / 93%);
    border-radius: 5px;
    box-shadow: 0 7px 10px #d1d1d1;
    }
    
    section#slider .search-area .form-control {
        background: #FFF;
    }
    
    section#slider .search-area .form-control,
    section#slider .search-area .form-select {
        font-size: 16px;
        font-family: 'Cairo', sans-serif;
        outline: none;
        border: 1px solid #eee;
        height: 50px;
        color: #333;
        box-shadow: none;
    }
    
    section#slider .btn-outline-primary {
        color: #ffffff;
        background-color: #57c4be;
        border-color: #FFF;
        font-size: 19px;
        height: 50px;
        width: 68px;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        overflow: hidden;
    }
    
    section#slider h3 {
        margin: 0 0 25px 0;
        font-family: 'Cairo', sans-serif;
        font-size: 20px;
        color: #2955ae;
    }
    
    section#slider form .row>* {
        padding-right: calc(var(--bs-gutter-x) * 0.2);
        padding-left: calc(var(--bs-gutter-x) * 0.2);
    }
    
    section#slider form {
        margin-bottom: 10px;
    }
    
    .nav-item {
        padding: 4px;
    }
    
    .login-nav-item .nav-item .nav-link {
        color: #FFF !important;
    }
    
    .login-nav-item .nav-item a span{
        color:#2a56ae !important
    }
    
    .login-nav-item .nav-item.lout, .login-nav-item .nav-item.lout a span {
        background-color: #57c4be;
        border-radius: 4px;
        color: #fff !important;
    }
    
    .login-nav-item .nav-item i {
        color: #eee;
    }
    
    span.tg {
        width: 20px;
        height: 20px;
        background: #57c4be;
        display: block;
        position: relative;
        top: 0px;
        right: -30px;
        border-top-right-radius: 5px;
    }
    
    section#slider .spacer {
        margin-bottom: 25px;
    }
    
    span.tg2 {
        width: 20px;
        height: 20px;
        background: #2955ae;
        display: block;
        position: relative;
        top: 0px;
        left: -30px;
        border-bottom-left-radius: 5px;
    }
    /* footer style */
    
    .social-icons ul {
        text-align: center;
        display: block;
        margin-bottom: 0;
    }
    
    .social-icons ul li {
        display: inline-block;
    }
    
    .social-icons ul li img {
        width: 40px;
        height: 40px;
        margin: 4.26px 4px;
    }
    
    footer {
        padding: 25px;
        margin-top: 30px;
        background: #2955ae;
        color: #FFF;
        font-family: 'Cairo', sans-serif;
    }
    
    footer h5 {
        text-align: center;
        margin-bottom: 10px;
    }
    
    footer .list-group-item {
        margin-top: 7px;
        color: #FFF;
        background-color: transparent;
        border: 1px solid rgb(0 0 0 / 8%);
    }
    
    .copyright {
        /* margin-top: 27px !important; */
        display: block;
    }
    
    footer hr {
        margin-top: 30px;
        background-color: #0945a8;
    }
    
    footer ul {
        padding: 0 !important;
    }
    /* Login page */
    
    .my-login {
        margin: 100px auto;
        font-size: 16px;
        font-family: 'Cairo', sans-serif;
        border: none;
        box-shadow: 0 5px 10px #ccc;
    }
    
    .my-login .card-header {
        text-align: center;
        background: #57c4be;
        color: #FFF;
        border: none;
    }
    
    .my-login .card-body {
        background: #f4f4f4;
    }
    
    .form-check .form-check-input {
        float: right;
        margin-left: 0.5em;
    }
    
    .my-login .form-control {
        font-size: 16px;
        font-family: 'Cairo', sans-serif;
        outline: none;
        border: 1px solid #eee;
        background-color: #FFF;
        height: 43px;
        color: #333;
        box-shadow: none;
    }
    
    .my-login .btn-outline-primary.df {
        margin: 0 auto;
        display: block;
    }


    .properties-home{
        margin: 20px 0 0 0
    }
    .propimage{
        width: 100%;
        display: block;
        height:225px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .property_link{
        display: block;
    }

    .property_link h5:not(.store_name){
        font-size: 16px;
        font-family: 'Cairo', sans-serif;
        padding: 7px 3px;
        overflow: hidden;
        background: #fbfbfb;
        text-align: center;
        margin: 0;
        color: #111;
        height: 46px;
    }
    
    .properties-home .prop{
        padding: 2px;
        background: #f4f4f4;
        box-shadow: 0 0 10px #b4b4b4;
        transition: all .2s linear;
        border-radius: 5px;
        margin: 15px auto;
    }
    .properties-home .prop:hover{
        box-shadow: none;
    }
    .property_link span:not(.info_span, .location_tag){
        display: inline-block;
        width: 49.4%;
        text-align: center;
        background: #fbfbfb;
        margin: 1px 0;
        font-size: 20px;
        font-weight: 600;
        color: #111;
    }
    .property_link span i:not(.fa-map-marker){
        float: right;
        text-align: center;
        width: 30px;
        line-height: 33px;
        padding: 0px;
        color: #57c4be;
    }
    .property_link span.width{
        
        background: #fbfbfb;
    }
    .property_link span.type{
        
        background: #fbfbfb;
    }
    .property_link span.sell-or{
        
        background: #fbfbfb;
    }
    
.store .propimage {
    height: 200px;
}
.prop.store{
    display: block;
    /* height: 390px; */
    margin: 10px auto;
    box-shadow: 0 0 10px #dadada;
    background: #FFF;
    border-radius: 5px;
}
.store.prop .img{
    width: 150px;
    height: 150px;
    max-width: 100%;
    display: block;
    margin: 2px auto 0;
    background-color: #FFF;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.store.prop .footer{
    text-align: center;
    font-size: 17px;
    margin-top: 0;
    padding: 0px;
    border-top: 2px solid #eaeaea;
    color: #0945a8;
}
.pagination{
    margin-top: 30px;
}
.info_span{
    display: block;
    padding: 5px;
    margin: 0 auto;
}
.info_span h5{
    height: 45px;
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    padding: 3px 3px;
    text-align: center;
    overflow: hidden;
    color: #0945a8;
    font-weight: 700;
    letter-spacing: none;
    margin: 0;
}
.info_span span.location_tag{
    display: block;
    /* float: right; */
    border-radius: 3px;
    /* width: 150px; */
    height: 36px;
    line-height: 30px;
    /* border: 1px solid #f2f2f2; */
    font-size: 13px;
    font-family: 'Cairo', sans-serif;
    padding: 0 4px;
    font-weight: 700;
    color: #57c4be;
}
.info_span span.location_tag i{
    padding-left: 5px;
}
.info_span form {
    margin: 0;
}
 .socia{
    padding: 10px;
    margin: 10px auto;
    display: block;
    text-align: center;
}
 .socia .socia_icon{
    padding: 0 6px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #ebebeb;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    background-color: #57c4be;
    box-shadow: 0 0 10px #ababab;
}
.service-box{
    font-family: 'Cairo', sans-serif;
    background: #FFF;
    padding: 5px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 9px;
    margin: 10px auto;
    height: auto;
}
.cairo a{
    font-family: 'Cairo', sans-serif !important;
}
.store-about{
    font-family: 'Cairo', sans-serif;
    background: #FFF;
    padding: 11px;
    /* box-shadow: 0 0 10px #ccc; */
    border-radius: 9px;
    margin: 10px auto;
    height: auto;
    color: #5e5e5e;
    font-weight: bold;
}
.service-box i{
    text-align: center;
    display: block;
    font-size: 30px;
    color: #57c4be;
    margin: 10px auto 20px auto;
}
.service-box p{
    padding: 5px;
    text-align: right;
    font-size: 16px;
    color: #303030;
    font-family: 'Cairo', sans-serif;
}
.service-box h5{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.services h3{
    font-family: 'Cairo', sans-serif !important;
    font-size: 32px;
    margin-bottom: 65px;
    font-weight: 700 !important;
    text-align: center;
    color: #2a55ae;
}







.chat-side{
    padding: 20px;
    background: #FFF;
    border: 1px solid #dadada;
    font-family: 'Cairo', sans-serif;
}

.users-side{
    padding: 20px;
    background: #FFF;
    border: 1px solid #dadada;
    font-family: 'Cairo', sans-serif;
}

.usersBox{
    height: calc(100vh - 294px);
    overflow-y: auto;
}

.chatBox{
    height: calc(100vh - 400px);
    overflow-y: auto;
}
.message{
    background: #f8fafc;
    padding: 10px;
    border-radius: 10px;
    color: #111;
    width: 100%;
    margin: 10px auto;
}
.chat-link{
    display: block;
    text-align: center;
    margin: 10px auto;
    background: #f9f9f9;
    padding: 10px;
}
.fl{
    display: block;
    float: left;
    direction: rtl;
}
.message p{
    color: #111;
    font-family: 'Cairo', sans-serif;
}
.fl.sent{
    float: right;

}

.chat-side form button{
    margin: 30px auto;
    display: block;
    background-color: #57c4be;
    border-color: #57c4be;
}

.cover{
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  
  }
  .user-avatar{
    width: 200px;
    height: 200px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    /* position: relative; */
    top: -100px;
    display: block;
    margin: 0 auto;
    padding: 50px;
    background-color: #ececec;
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
    transition: all .4s linear;
    border: 2px solid #FFF;
  }
  .upper-inf i{
    width: 35px;
    text-align: center;
    color: #57c4be;
    font-size: 22px;
  }
  .upper-inf.name{
    color: #111;
  }
  .upper-inf{
    font-family: "Cairo", sans-serif;
    font-weight: bolder;
    font-size:14px;
    color: #a8a8a8;
    margin: 0;
  }
  .user-avatar:hover{
    box-shadow: none;
  }
  .userinf{
    margin: 10px auto;
    position: relative;
    top: -70px;
  }
  .userinf .ta span:nth-child(2){
    border-right: 3px solid #FFF;
  }
  .userinf .ta span:nth-child(1){
    background-color: #57c4be;
    text-align: center;
    color: #EEE;
    font-weight: 700;
  }
  .userinf .ta {
    padding: 1px 0 3px 0;
    background-color: #ebebeb;
    margin: 2px auto;
  }
  .userinf .ta span{
  display: inline-block;
  width: 49%;
  font-size: 16px;
  font-weight:600;
  padding: 5px;
  background-color: aliceblue;
  
  }
  .userinf h3{
  font-weight: bolder;
  font-family: 'ara', sans-serif;
  text-align: center;
  color: #2a55ae;
  }
  
  .edit-pic{
    position: relative;
      color: #FFF;
      background: #57c4be;
      padding: 0 10px;
      height: 30px;
      display: block;
      width: 40px;
      font-size: 16px;
      text-decoration: none;
  }
  .user-avatar .edit-pic{
    top: -48px;
    right: -48px;
    width: 30px;
    border-radius: 50%;
    padding: 2px 4px;
    background: rgb(87 196 190 / 42%);
    color: #686882;
  }
  .card-body tr td{
    
    font-size: 20px;
    font-family: 'ara', sans-serif;
    font-weight: bolder;
  }
  .card-body tr th{
    font-size: 25px;
    font-family: 'ara', sans-serif;
    font-weight: bolder;
  }
  .card-body tr td .btn i{
    padding-left:5px;
    position: relative;
    top: 2px;
  }
  .card-body tr td:nth-child(1){
    color: #333;
  }
  .card-body tr td:nth-child(1) i{
    padding-left:5px;
    position: relative;
    top: 2px;
    color: #57c4be;
  }
  
  
  
  


















.wa-float{
    width: 40px;
    height: 40px;
    line-height: 43px;
    background-color: #57c4be;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    color: #FFF !important;
    display: block;
    text-align: center;
    padding: 0;
    font-size: 24px;
}
.report-form button{
    display: block;
    margin: 32px auto;
    padding: 5px 15px;
    background-color: #57c4be !important;
    border: none;
}
.report-form{
    font-family: 'Cairo', sans-serif;
}
.info-desc.report-form{
    display: none;
}
.report{
    display: block;
    width: 150px;
    color: #111;
    font-family: 'Cairo', sans-serif;
    font-weight: 800;
    margin: 10px auto;
}
.views{
    font-size: 15px;
    color: #57c4be;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
}
.views i{
    color: #57c4be;
    width: 30px;
    text-align: center;
}

.wishlist{
    position: absolute;
    padding: 5px 10px;
    color: #FFF;
    font-size: 23px;
    z-index: 99999999999999999999999999999999;
    cursor: pointer;
    background: rgb(150 150 150 / 42%);
}
.wishlist:hover{
    color: #57c4be;
}
.wishlist .fa-heart{
    color: #57c4be;
}
.wishlist .fa-heart:hover{
    color: #FFF;
}
  /* POLICY SECTION */
.terms {
    font-family: 'Cairo', sans-serif !important;
}
.terms p{
    font-family: 'Cairo', sans-serif;
    color: #000000;
    font-weight: 500;
}
.terms p.strong{
    font-weight: bolder;
    font-family: 'Cairo', sans-serif;
    color: #595959;
}
.terms h3{
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    color: #111;
}
.terms ul li {
    padding: 4px;
    font-size: 1rem;
}
.terms ul li i{
    color: #57c4be;
    font-size: 10px;
    display: inline-block;
    width: 30px;
    text-align: center;

}
.terms ol li{
    padding: 4px;
    font-size: 1rem;
    color: #333;
}
.terms ol{
padding: 10px 20px;
}
.blue{
    color: #2955ae;
}
a.blue{
    margin: 0 5px;
}

  /* END POLICY */












  /* start following rules */
.follow{
    cursor: pointer;
    color: #181818;
}
a.blue.follow{
    color:#2955ae !important;
}


  /* end following */

h1.heading{
    text-align: center;
    margin-top: 33px;
    margin-bottom: 0;
    font-size: 35px;
    font-family: 'Cairo', sans-serif;
    color: #57c4be;
    letter-spacing: 0;
}







  /* FAVpAGE */
  .favPage{
    min-height: calc( 100vh - 300px);
    background: white;
    margin: 20px auto;
  }
.favPage h3{
    font-size: 30px;
    color: #57c4be;
    font-weight: 600;
    background: #FFF;
    padding: 0;
    box-shadow: 0 8px 8px rgb(41 85 174 / 12%);
}
.favPage h3 span{
    margin-right: 12px;
}
.favPage h3 i{
    font-size: 20px;
    width: 40px;
    text-align: center;
    height: 40px;
    background: #57c4be;
    line-height: 40px;
    color: #FFF;
}
.favPage .alert{
    display: block;
    text-align: center;
    margin-top: 100px;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    color: #9c9c9c;
    font-size: 30px;
}
.favPage a.goBack.btn-primary{
    background: #2955ae;
    border: 1px solid #2955ae;
    margin: 0 auto;
    display: block;
    font-family: 'Cairo', sans-serif;
    width: 155px;
}
.favPage a.goBack.btn-primary i{
    width: 30px;
    text-align: center;
}

  /* END FAVpAGE */



  
  
  
  
  
  
 /* START SALES */
 .order-panel{
    font-family: 'Cairo', sans-serif;
    background-color: #f1f1f1;
    padding: 5px;
    margin: 10px auto;
    display: block;
 }
 .dra:nth-child(2n) .order-panel {
    
    background-color: #fff;
 }

 .order-panel h4{
    display: inline-block;
    width: 49.5%;
    background: rgb(248 248 248);
    padding: 0;
    margin: 6px auto;
}
.order-panel h4:nth-child(3){
    width: 100%;
}
.order-panel h4 i{
    padding: 8px;
    width: 40px;
    text-align: center;
    background: #2955ae;
    color: rgb(248 248 248);
}
.order-panel p i{
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 10px auto;
    color: #57c4be;
}
.order-panel p{
    background: #f6f6f6;
    color: #111;
    padding: 5px;
}
.order-panel .btn{
    display: block;
    width: 180px;
    margin: 5px auto;
    font-weight: bold;
    color: #FFF;
}
.message small,
.message span{
    width: 50%;
    background: #f8fafc;
    padding: 2px 10px;
}





 /* END SALES */














 /* PRELOADER */

 .preloader {
    background-color: #57c4be;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999999999999999;
  }
  .preloader .container{
    display: flex;
    flex-wrap: wrap;
    width: 60px;
    transform: rotate(-45deg);
    margin: auto;
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    animation: scale-x 3s ease forwards;
    animation-delay: 4s;
  }
  .preloader .container span{
    flex-basis: 50%;
    aspect-ratio: 1/1;
    display: block;
    transition: opacity 0.7s ease;
  }
  
  .tile-1{
    background-color: white;
    transform-origin: 100% 100%;
    animation: flip-1 0.5s linear forwards;
    border: none;
    opacity: 0;
    transition: opacity 0.7s ease;
  }
  .tile-2{
    background-color: white;
    transform-origin: 50% 100%;
    animation: flip-2 1s linear forwards;
    animation-delay: 1s;
    opacity: 0;
  }
  .tile-3{
    background-color: white;
    transform-origin: 50% 0%;
    animation: flip-4 1s linear forwards;
    animation-delay: 2.5s;
    opacity: 0;
   
  }
  .tile-4{
    background-color: white;
    transform-origin: 0% 50%;
    animation: flip-3 1s linear forwards;
    animation-delay: 2s; 
    opacity: 0;
  }
  
  @keyframes flip-1{
    to{
      transform: rotateY(180deg);
      opacity: 1;
    }
  }
  @keyframes flip-2{
    to{
      transform: rotateX(180deg);
      opacity: 1;
    }
  }
  @keyframes flip-3{
    to{
      transform: rotateY(-180deg);
      opacity: 1;
    }
  }
  @keyframes flip-4{
    to{
      transform: rotateX(-180deg);
      opacity: 1;
    }
  }
  @keyframes scale-x{
   to{
     transform: scale(50);
     opacity: 0;
    }
  }

 /* ENDPRELOADER */




 @media(max-width:767px){
    .top_info span{
        width: 100% !important;
        margin: 3px 0 !important;
    }
    .top_info div{
        margin-bottom: 5px !important;
        padding: 0 1px;
    }
    section#slider .search-area .form-control, section#slider .search-area .form-select{
        margin-top:10px !important;
    }
    section#slider .btn-outline-primary{
        display: block !important;
        width:100% !important;
        margin-top: 10px !important;
    }
    .navbar-light .navbar-nav .nav-link{
        text-align: center !important;
    }
    .nav-link span{
        padding: 0 !important;
    }
    .nav-item.lout{
        margin-bottom: 10px !important;
    }
    nav.navbar-nav.login-nav-item,
    .nav.navbar-nav{
        padding: 0 !important;
        margin: 0 !important;
    }
    .navbar-collapse{
        margin-top: 5px !important;
    }
    .views {
        font-size: 14px !important;
    }
    footer h5{
        margin-top: 20px !important;
    }
    #content .row:nth-child(1){
        --bs-gutter-x:0 rem !important
    }
 }
 div.pagination nav{
     width: 100%;
     display: block;
 }
 div.pagination nav li{
     display: inline-block;
 }
ul.pagination{
    display: block;
    width: 100%;
    font-family: 'Cairo', sans-serif;
    text-align: center;
 }
 .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #57c4be;
    border-color: #57c4be;
}
.page-link {
    color: #57c4be;
}
.cairo{
    font-family: 'Cairo', sans-serif;
}
.btn-views{
    display: block;
    margin: 10px auto;
}
.gtp{
    position:relative;top:-100px;
}
.pp{
    display: none;
}
@media(max-width:767px){
.gtp{
    top: 0;
}
.store-about{
    margin: 14px auto;
}
.socia .socia_icon {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.ppp{
    display: none;
}
.upper-inf.name{
    text-align: right;
    padding: 0 !important;
}
.service-box{
    margin: 5px
}
.upper-inf{
    padding: 0 !important;
}
.properties-home .prop{
    margin: 5px;
}
.pp{
    display: inline-block;
}
.ad-title span.tag {
    position: absolute;
    right: 0;
    top: 75px;
    opacity: 0.7;
}
nav.navbar {
    z-index: 99999999999999999999;
}
}

.notifi{
    text-align: center;
    width: 50%;
    display: block;
    margin: 20px auto;
    font-family: 'Cairo', sans-serif;
    border: 2px solid #EEE;
    padding: 3px;;
}
.notifi li{
    background: #EEE;
    padding: 20px;
    font-size: 21px;
    margin: 10px;
    color: rgb(7, 61, 177);
    cursor: pointer;
}
.notifi li.done{
    background: #FFF;
}

@media(max-width:767px){
    .notifi{
        width: 100%;
    }
    .store.prop .img {
        width: 130px;
        height: 130px;
        margin: 0px auto 0;
    } 
    .prop.store {
        margin: 10px 5px;
    }
    .info_span h5 {
        font-size: 13px;
        margin: 0;
        padding: 7px 0px;
        height: 50px;
    }
    .property_link span i:not(.fa-map-marker){    
        width: 22px;
    }
    .info_span span.location_tag{
        font-size: 10.5px;
        padding: 0 1px;
    }
    .info_span span.location_tag i{
        font-size: 12px;
    padding: 0 0px;
    }
    .store.prop .footer {
        text-align: center;
        font-size: 18px;
        margin-top: 0px;
        padding: 1px;
        border-top: 2px solid #eaeaea;
        color: #111;
    }
    .info_span span.location_tag i{
        padding-left: 0 !important;
    }
    .property_link.ad span:not(.info_span, .location_tag){
        width: 49.3%;
        font-size: 14px;
    }
    .property_link.ad h5:not(.store_name) {
        font-size: 14px;
        height: 65px;
    }
    .property_link.ad span i:not(.fa-map-marker){
        line-height: 23px;
    }
    .cover {
        height: 220px;
    }
    .user-avatar {
        width: 150px;
        height: 150px;
        top: -75px !important;
        position: relative !important;
        margin-bottom: -70px !important;
    }
}


@media(min-width:991px){
    .login-nav-item li a span{
        font-size: 15px;
        }
        .login-nav-item .nav-link{
            padding: 0 !important;
        }
}



.fixed-nav{
    position: fixed;
    top:0;
    right:0;
    width:100%;
    z-index: 99999999999999;
}


@media(min-width:991px){
#slider .search-area.adsss .row{
    --bs-gutter-x: 0 !important;
}
}