@import 'auth.css';
@import 'buttons.css';
@import 'topnavbar.css';
@import 'sidebar.css';
@import 'property-details.css';
@import 'fonts.css';
html {
    scroll-behavior: smooth;
}

:root {
    --body-bkg: #fcfcfc;
    --textcoal: #323b4b;
    --textcgray: #8a94a6;
    --inputcolor: #f4f4f4;
    --inputtext: #1a1d1f;
    /* --primarycolor:#048c90; */
    --primarycolor: #B1E5FC;
    --primarydark: #99d9f5;
    --insetshadow: #efefef;
    --error: #E52850;
    --errorhover: #C40E39;
    --bordercolor: #9a9fa5;
    --headinggray: #8A94A6;
    --white: #ffffff;
    --rating: #FFC554;
    --titlegreen: #B5E4CA;
    --titleblue: #B1E5FC;
    --titleorange: #FFBC99;
    --titlepurple: #CABDFF;
    --infoicon: #9A9FA5;
    --colorbk: #343031;
    --colorbkblue: #0060df;
}

body {
    background: var(--body-bkg);
}

.dashboard_page .page-head,
.dashboard_page .page-body {
    max-width: 100% !important;
}

.tags.tagify .tagify__tag>div::before {
    background: var(--primarycolor) !important;
    box-shadow: none !important;
}

.swal2-modal .swal2-content {
    font-size: 15px;
    text-align: center;
    font-weight: 500;
}

.cursorpointer {
    cursor: pointer !important;
}


/**** Margins ****/

.os_mt_1 {
    margin-top: 10px;
}

.os_mt_2 {
    margin-top: 20px;
}

.os_mt_3 {
    margin-top: 30px;
}


/****** Team ******/

.bg_card {
    position: relative;
    padding: 24px;
    background: var(--body-bkg);
    border-radius: 8px;
}

.content_wrapper {
    padding: 96px 0 0 320px;
}

.content_inner {
    min-height: calc(100vh - 96px);
    padding-left: 320px;
    padding: 40px;
}

.page_inner_title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.card_btns {
    display: flex;
    justify-content: end;
}

.table_view th {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23077;
    color: var(--headinggray);
    border: 0;
    padding: 15px 10px;
    white-space: nowrap;
}

.table_view td {
    border-bottom: 1px solid var(--inputcolor);
    font-weight: 600;
    font-size: 15px;
    color: var(--inputtext);
    vertical-align: middle;
    padding: 15px 10px;
    white-space: nowrap;
}

.table>:not(:first-child) {
    border-top: 0px solid currentColor;
}

.table_thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: contain;
}

.action_card {
    display: flex;
    gap: 10px;
}


/****** Add New Team *****/

.form_input_group label {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71429;
    color: var(--inputtext);
    display: flex;
    align-items: center;
    gap: 2px;
}

.sublabel {
    font-size: 13px !important;
    color: #6F767E !important;
}

.form_input_group .form-control,
.form_input_group .form-control:focus,
.bootstrap-tagsinput {
    width: 100%;
    min-height: 48px;
    padding: 0 10px;
    border-radius: 12px;
    border: 2px solid transparent;
    background: var(--inputcolor);
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--inputtext);
    transition: all .2s;
    padding-left: 15px;
    outline: 0 !important;
    box-shadow: none !important;
}

.form-control[type="file"] {
    padding: 10px;
}

.form_input_group .form-control:focus {
    border-color: var(--bordercolor);
    background: var(--white);
}

.form_input_group .inputicon {
    position: absolute;
    top: 13px;
    left: 8px;
    /* transform: translateY(-50%); */
}

.card_h4_title {
    position: relative;
    padding-left: 30px;
    font-size: 22px;
    margin-bottom: 0 !important;
}

.card_h4_title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 32px;
    transform: translateY(-50%);
    border-radius: 4px;
}

.titlegreen:before {
    background: var(--colorbkblue);
}

.titleblue:before {
    background: var(--colorbkblue);
}

.titleorange:before {
    background: var(--colorbkblue);
}

.titlepurple:before {
    background: var(--colorbkblue);
}

.social_media_group {
    position: relative;
}

.social_media_group input {
    width: calc(100% - 50px) !important;
}

.remove_input {
    position: absolute;
    top: 50%;
    right: 0;
    width: 38px;
    height: 38px;
    text-align: center;
    background: var(--error);
    line-height: 38px;
    color: var(--white);
    border-radius: 8px;
    transform: translateY(-50%);
    cursor: pointer;
}

div#currenttime {
    font-size: 13px;
    font-weight: 500;
    color: var(--inputtext);
}

.bottom_btns_row {
    display: flex;
    justify-content: end;
    gap: 10px;
}


/*** CK EDITOR CSS ****/

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused),
.ck.ck-editor__main>.ck-editor__editable:focus {
    border-color: var(--ck-color-base-border) !important;
    background: #F4F4F4;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    min-height: 120px;
    box-shadow: none!important;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    background: var(--white);
}

/*** Property Image Modal ****/

.upload-section {
    border: 2px dashed #8A94A6;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.image-upload-placeholder {
    width: 90px;
    height: 90px;
    background-color: #D7D7D7;
    /*background-image: url('../images/property-img-placeholder.png');*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    /*cursor: pointer;*/
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    display: inline-block;
    margin:9px auto;
}
.image-upload-placeholder input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


/*** Property Upload image CSS ****/

.prop_content_inner {
    padding: 40px 15px !important;
}

.preview_img_li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.preview_img_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview_img_card {
    width: 150px;
    height: 150px;
}

.uploadimgbox {
    width: 100%;
    height: 170px;
    background: var(--inputcolor);
    border-radius: 15px;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
}

.upload_frontview {
    background: var(--white);
    border-radius: 12px;
    font-weight: 700;
    min-width: 100px;
    padding: 10px 20px;
    display: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0px 29.3789px 31.8271px -14.6895px rgba(0, 0, 0, 0.04);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#upload_propery_imgs {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload_btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ui-state-default {
    position: relative;
}


/* Flyer & brochure images */

.propImages .imgDiv {
    width: 142px;
    height: 142px;
    /* object-fit: contain; */
    display: inline-block;
    border: 1px solid #ccc;
    /* margin: 15px; */
    margin-left: 0px;
    box-shadow: 0 0 10px #eee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
}
@media (max-width:1220px){
    .propImages .imgDiv {
        width: 100px;
        height: 100px;

    }
}
.propImages .imgDiv .imgDivRemove {
    display: none;
    position: absolute;
    /* margin-top:0px;
    margin-left:75px; */
    z-index: 99999;
    width: 15px;
    height: 15px;
    font-size: 10px !important;
    cursor: pointer;
    line-height: 15px;
    text-align: center;
    background: red;
    color: #fff;
    /* border-radius:50%; */
    box-shadow: 0 0 4px #333;
    padding: 2px;
}

.propImages .imgDiv:hover .imgDivRemove {
    display: inline-block;
}

.propImages .imgDiv .imgDivRemove:hover {
    background: #eee;
    color: red;
}

.imgDivPlaceholder {
    width: 150px;
    height: 150px;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 15px;
    margin-left: 0px;
    /* box-shadow:0 0 10px #888; */
    border-radius: 5px;
    text-align: center;
    line-height: 150px;
    background-color: #eee;
    color: #999;
}

/*li.ui-state-default:first-child:before,
#sortableCkf .imgDiv:first-child:after {
    content: 'COVER PHOTO';
    position: relative;
    left: 3px;
    top: -2px;
    border-radius: 20px;
    background: #111;
    padding: 0 5px;
    font-size: 12px;
    border: 0;
    color: var(--white);
    margin-right: 0px;

}

*/



/*li.ui-state-default:nth-child(2):before,
.propImages .imgDiv:nth-child(2):after {
    content: 'FLYER & BROCHURE 1';
    position: relative;
    left: 3px;
    top: -2px;
    border-radius: 20px;
    background: #111;
    padding: 0 5px;
    font-size: 12px;
    border: 0;
    color: var(--white);
    margin-right: 0px;

}

li.ui-state-default:nth-child(3):before,
.propImages .imgDiv:nth-child(3):after {
    content: 'FLYER & BROCHURE 2';
    position: relative;
    left: 3px;
    top: -2px;
    border-radius: 20px;
    background: #111;
    padding: 0 5px;
    font-size: 12px;
    border: 0;
    color: var(--white);
    margin-right: 0px;

}

li.ui-state-default:nth-child(4):before,
.propImages .imgDiv:nth-child(4):after {
    content: 'FLYER & BROCHURE 3';
    position: relative;
    left: 3px;
    top: -2px;
    border-radius: 20px;
    background: #111;
    padding: 0 5px;
    font-size: 12px;
    border: 0;
    color: var(--white);
    margin-right: 0px;

}

li.ui-state-default:nth-child(5):before,
.propImages .imgDiv:nth-child(5):after {
    content: 'BROCHURE 4';
    position: relative;
    left: 3px;
    top: -2px;
    border-radius: 20px;
    background: #111;
    padding: 0 5px;
    font-size: 12px;
    border: 0;
    color: var(--white);
    margin-right: 0px;

}

li.ui-state-default:nth-child(6):before,
.propImages .imgDiv:nth-child(6):after {
    content: 'BROCHURE 5';
    position: relative;
    left: 3px;
    top: -2px;
    border-radius: 20px;
    background: #111;
    padding: 0 5px;
    font-size: 12px;
    border: 0;
    color: var(--white);
    margin-right: 0px;

}

li.ui-state-default:nth-child(7):before,
.propImages .imgDiv:nth-child(7):after {
    content: 'BROCHURE 6';
    position: relative;
    left: 3px;
    top: -2px;
    border-radius: 20px;
    background: #111;
    padding: 0 5px;
    font-size: 12px;
    border: 0;
    color: var(--white);
    margin-right: 0px;

}
*/

/* Flyer & brochure images END** */

.remove_photo {
    position: relative;
    right: -3px;
    background: var(--error);
    width: 20px;
    text-align: center;
    border-radius: 100%;
    top: -5px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: var(--white);
    cursor: pointer;
}


/**** PRPOFILE****/

.account_tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 14px;
    position: sticky;
    top: 118px;
}

.account_tab_content .form_input_group {
    margin-bottom: 1rem;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: var(--inputcolor);
    margin: 10px 0;
}


/*****Property list***/

.title_with_search {
    display: flex !important;
    align-items: center;
    gap: 20px;
    /* flex-wrap: wrap; */
}

.listing_view_btns ul {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 20px;
}

.listing_view_btns ul li {
    font-size: 18px;
    color: var(--textcgray);
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}

.listing_view_btns ul li.active {
    background: var(--body-bkg);
    color: var(--inputtext);
    box-shadow: 0px 4px 8px -4px rgb(0 0 0 / 10%), inset 0px -1px 1px rgb(0 0 0 / 4%), inset 0px 2px 0px rgb(255 255 255 / 2);
}

.bgcard_heading {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.property_card {
    position: relative;
}

.grid .property_card_img {
    width: 100%;
    height: 200px;
    border-radius: 20px;
}

.grid .property_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.grid .property_card_body {
    /* display: flex; */
    gap: 15px;
    padding: 15px 0;
    height: 200px;
}

.grid .property_content {
    /* width: calc(100% - 20%); */
    width:100%;
}

.grid .property_content h4 {
    font-weight: 600;
    font-size: 16px;
}
/* .property_content
{
    padding-right: 50px;
} */
.grid .property_content p,
.list .property_content p {
    font-weight: 500;
    font-size: 13px;
    color: var(--bordercolor);
    margin-bottom: 5px !important;
    padding-right:60px;
}

.grid .property_price_card {
    width: 20%;
    text-align: end;
}

.grid .action_on_list {
    top: 11px;
    right: 9px;
    background: #f5f5f5d9;
}

.sqfeet {
    padding: 3px 10px;
    background: var( --titlegreen);
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    color: var( --inputtext);
    font-weight: 600;
}

.grid .property_card_foot {
    margin-top: 0px;
}

.action_on_list {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
}


/**List view **/

.list .property_card {
    display: flex;
    height:100%;
    gap: 20px;
    border-bottom: 1px solid var(--insetshadow);
    padding: 20px 0;
    position: relative;
}

.list .property_card_img {
    width: 300px;
    height: 100%;
    min-height:205px;
    border-radius: 20px;
}

.list .property_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.list .property_card_right {
    width: calc(100% - 200px);
    position: relative;
    height: 100%;
    padding: 10px;
    padding-bottom: 0px;
}

.list .property_price_card {
    position: absolute;
    top: 25px;
    right: 0;
    /* transform: translateY(-50%); */
}

.list .property_card_foot {
    margin-top: 20px;
}

.rated {
    color: var(--rating);
}

.review_caption {
    letter-spacing: -.01em;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.23077;
    color: #6F767E;
}

.proerty_area {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
}

.amount_card {
    position: relative;
}

.amount_icon {
    position: absolute;
    background: var(--inputcolor);
    width: 40px;
    height: calc(100% - 4px);
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    text-align: center;
    line-height: 48px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.amount_icon.edit_page {
    height: calc(100% - 32px);
}

.amount_card input {
    padding-left: 50px !important;
}


/* .amenties_check {
    display: flex;
    align-items: center;
} */

.amenties_check input {
    width: 18px;
}

.amenties_check label {
    font-weight: 600;
    padding-left: 10px;
    font-size: 14px;
}

.tag_input_group .bootstrap-tagsinput {
    width: 100%;
}

.bootstrap-tagsinput {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.tag_input_group .bootstrap-tagsinput .tag {
    margin-right: 8px;
    color: #368db4 !important;
    background: var( --primarycolor);
    padding: 0 12px;
    border-radius: 15px;
    height: 35px !important;
    display: inline-block;
    line-height: 35px !important;
    ;
}

.bootstrap-tagsinput input {
    width: 50% !important;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
}

.info_icon {
    color: var(--infoicon);
    margin-left: 3px;
}

.side_prop_view {
    background: #FCFCFC;
    border-radius: 8px;
    padding: 16px;
}


/**** PREVIEW CARD**/

.side_prop_view_img {
    width: 100%;
    height: 200px;
    border-radius: 20px;
}

.side_prop_view_img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.side_prop_view_content_body {
    display: flex;
    gap: 15px;
    padding: 15px 0;
}

.side_prop_view_content h4 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: var(--inputtext);
}

.side_prop_view_content {
    width: calc(100% - 20%);
}

.side_prop_view_price_card {
    width: 24%;
    text-align: end;
}

.side_prop_view_sqfeet {
    padding: 3px 10px;
    background: var( --titlegreen);
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    color: var( --inputtext);
    font-weight: 600;
}

.creadtedby {
    display: flex;
    align-items: center;
    gap: 10px
}

.createdbt_photo {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.createdbt_photo img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.creadtedby p {
    margin-bottom: 0;
}

.preview_card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zoom_icon {
    font-size: 22px;
    color: #6F767E;
}


/***** 27-07-2022*******/

.osswitch {
    font-size: 1rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.osswitch-border {
    border-bottom: 1px solid #EFEFEF;
}

.osswitch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

.osswitch input:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

.osswitch input+label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.3rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.osswitch input+label::before,
.osswitch input+label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}

.osswitch input+label::before {
    right: 0;
    background-color: #F4F4F4;
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}

.osswitch input+label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.3rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background: #FCFCFC;
    box-shadow: 0px 3.48256px 6.96511px rgba(0, 0, 0, 0.2), inset 0px 3.48256px 3.48256px #FFFFFF, inset 0px -1.74128px 1.74128px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;
}

.osswitch input:checked+label::before {
    background-color: #2A85FF;
    ;
}

.osswitch input:checked+label::after {
    margin-left: calc(2.375rem * .8);
}

.osswitch input:focus+label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

.osswitch input:disabled+label {
    color: #868e96;
    cursor: not-allowed;
}

.osswitch input:disabled+label::before {
    background-color: #e9ecef;
}

.osswitch.osswitch-sm {
    font-size: 0.875rem;
}

.osswitch.osswitch-sm input+label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}

.osswitch.osswitch-sm input+label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}

.osswitch.osswitch-sm input+label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}

.osswitch.osswitch-sm input:checked+label::after {
    margin-left: calc(1.9375rem * .8);
}

.osswitch.osswitch-lg {
    font-size: 1.25rem;
}

.osswitch.osswitch-lg input+label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}

.osswitch.osswitch-lg input+label::before {
    width: calc(calc(3rem * .8) * 2);
}

.osswitch.osswitch-lg input+label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}

.osswitch.osswitch-lg input:checked+label::after {
    margin-left: calc(3rem * .8);
}

.osswitch+.osswitch {
    margin-left: 1rem;
}


/***** Upload profile******/

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

.profile_avatar,
.brand_logo {
    width: 100px;
    height: 100px;
    background: #FAFBFC;
    border-radius: 5px;
    ;
}

.profile_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}

.brand_logo img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}

.upload_avatar_input,
.brand_logo_input {
    background: var(--primarycolor);
    height: 35px;
    border-radius: 5px;
    color: var(--colorbk);
    line-height: 35px;
    text-align: center;
    position: relative;
    font-size: 14px;
    margin-left: 40px;
    padding: 0 20px;
}

#pp_file,
#pp_file1 {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
}

#pp_photo,
#pp_photo1 {
    border: 1px solid #eee;
    padding: 4px;
}

.text_btn_end {
    text-align: right;
}

/* .property_action {
    position: absolute;
    bottom: 0;
    margin: 0;
} */


/********
    MEDIA QUERIES
********/

@media (max-width: 1319px) {
    .content_wrapper {
        padding: 96px 0 0 96px;
    }
    .container,
    .container-sm {
        max-width: 100%;
        padding: 0;
    }
    .content_inner {
        padding: 30px 20px;
    }
}
@media (max-width:875px){
    .property_action.property_actionList{
        position: unset;
    }
}

@media (max-width: 767px) {
    .content_inner {
        padding: 15px;
    }
    .content_wrapper {
        padding: 80px 0 0 0px;
    }
    .table_thumbnail {
        width: 45px;
        height: 45px;
    }
    .page_inner_title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .card_btns .os_btn span {
        display: none;
    }
    .text_btn_end {
        text-align: center;
        margin-top: 10px;
    }
    .listing_view_btns {
        display: none;
    }
    .os_btn {
        height: 35px;
        padding: 0 12px;
    }
    ul.flyer0_amenties {
        margin-bottom: 30px;
    }
}
a.os_btn.os_btn_primary, .os_btn_primary, .btn-secondary, .btn-primary {
    background: #B3EFF8 !important;
    color: #1b717e !important;
}
.btn-dark{
    background: #323B4B !important;
    color: #FFFFFF !important;
}
