@font-face {
    font-family: 'Nunito-SemiBold';
    src: url('fonts/Nunito-SemiBold.eot');
    src: url('fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-SemiBold.woff2') format('woff2'),
        url('fonts/Nunito-SemiBold.woff') format('woff'),
        url('fonts/Nunito-SemiBold.ttf') format('truetype'),
        url('fonts/Nunito-SemiBold.svg#Nunito-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Bold';
    src: url('fonts/Nunito-Bold.eot');
    src: url('fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-Bold.woff2') format('woff2'),
        url('fonts/Nunito-Bold.woff') format('woff'),
        url('fonts/Nunito-Bold.ttf') format('truetype'),
        url('fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Light';
    src: url('fonts/Nunito-Light.eot');
    src: url('fonts/Nunito-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-Light.woff2') format('woff2'),
        url('fonts/Nunito-Light.woff') format('woff'),
        url('fonts/Nunito-Light.ttf') format('truetype'),
        url('fonts/Nunito-Light.svg#Nunito-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Regular';
    src: url('fonts/Nunito-Regular.eot');
    src: url('fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-Regular.woff2') format('woff2'),
        url('fonts/Nunito-Regular.woff') format('woff'),
        url('fonts/Nunito-Regular.ttf') format('truetype'),
        url('fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Black';
    src: url('fonts/Nunito-Black.eot');
    src: url('fonts/Nunito-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-Black.woff2') format('woff2'),
        url('fonts/Nunito-Black.woff') format('woff'),
        url('fonts/Nunito-Black.ttf') format('truetype'),
        url('fonts/Nunito-Black.svg#Nunito-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBlack';
    src: url('fonts/GothamBlack.eot');
    src: url('fonts/GothamBlack.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamBlack.woff2') format('woff2'),
        url('fonts/GothamBlack.woff') format('woff'),
        url('fonts/GothamBlack.ttf') format('truetype'),
        url('fonts/GothamBlack.svg#GothamBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Thin';
    src: url('fonts/Gotham-Thin.eot');
    src: url('fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Thin.woff2') format('woff2'),
        url('fonts/Gotham-Thin.woff') format('woff'),
        url('fonts/Gotham-Thin.ttf') format('truetype'),
        url('fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype'),
        url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype'),
        url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype'),
        url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}



body{font-family: 'Gotham-Book';margin: 0px;padding: 0px;background-color:#f0f0f0;}
li{list-style-type:none !important;}
img{max-width:100%;}
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox{
-webkit-appearance: none;
border-radius: 0;-webkit-border-radius:0;-webkit-box-shadow:none;box-shadow:none;outline:0;
}
h1,h2,h3,h4,h5,h6,p{margin:0px;line-height: normal;}
input:focus{outline:0;}
textarea:focus{outline:0;}
button:focus{outline:0;}
a{cursor: pointer;text-decoration:none;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;text-decoration: none;}
a:focus{text-decoration:none;outline:0;text-decoration: none;}
a:hover{text-decoration:none;}
.TC{text-align:center;}
.TL{text-align:left;}
.TR{text-align:right;}
.margin_auto{margin:auto;float:none;}
.padding{padding:0;}
.al{width:100%;height:100%;display:table;}
.alm{width:100%;height:100%;display:table-cell;vertical-align:middle;}


.container{
    max-width:1140px;
    width:100%;
}
#sitemain{
    width: 100%;
}
.header-banner-main{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.header-main{
    width: 100%;
    padding: 10px 0px;
    position: fixed;
    top: 0;left: 0;right: 0;
    z-index: 999999;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.header-sub{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right-side{
    width: auto;
    display: flex;
    align-items: center;
}
.fup-btn{
    width: auto;
}
.header-main.fixed .fup-btn{
    display: none;
}
.btn-main{
    width: auto;
    font-family: 'Gotham-Bold';
    font-size: 14px;
    color: #ffffff;
    background-color: #fe6f27;
    height: 38px;
    line-height: 38px;
    padding: 0px 40px;
    display: inline-block;
    border-radius: 5px;
}
.btn-main:hover{
    background-color: #282828;
    color: #ffffff;
    text-decoration: none;
}
.fav-btn{
    width: auto;
    top: 3px;
    margin: 0px 60px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.fav-btn .counter{
    top: -3px;
    right: -9px;
}
.header-main.fixed .fav-btn{
    margin:0px 30px;
}
.header-main.fixed .btn-main{
    padding: 0px 15px;
}
.header-search-main{
    width: 0px;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.header-search-main .search-inp{
    height:40px;
    line-height:40px;
    font-size: 12px;
    border-radius: 10px;
    border:1px solid #e5e5e5;
}
.header-search-main .search-submit{
    width: 50px;
    height:40px;
    line-height:40px;
    background-size: 15px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    right: 0px;
}
.header-main.fixed .header-search-main{
    width:600px;
}
.fav-btn a{
    color: #ffffff;
    font-size: 30px;
    text-decoration: none;
}
.fav-btn a:hover{
    color: #fe6f27;
    text-decoration: none;
}
.header-main.fixed .fav-btn a{
    color: #fe6f27;
}
.menu-icon{
    width: auto;
}
.counter{
    position: absolute;
    width:18px;
    height:18px;
    border-radius: 50%;
    background-color: #fe6f27;
    color: #ffffff;
    font-family: 'Gotham-Bold';
    font-size: 12px;
    line-height: 20px;
    top:-8px;
    right:-15px;
    text-align: center;
}

.sidemenu-main{
    width: 380px;
    height: 100vh;
    position: fixed;
    right:-380px;
    top: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    overflow-x: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 9999999;
}
.close-icon{
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fe6f27;
    text-align: center;
    position: absolute;
    top: 0;right: 0;
    display: inline-block;
}
.sidemenu-sub{
    position: relative;
    width: 100%;
}

.sidemenu-sub ul{
    padding: 0px;
    width: 100%;
}
.user-login{
    width: 100%;
    text-align: left;
    background-color: #f5f5f5;
    padding:20px;
    padding-bottom:15px;
}
.user-login ul{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.user-login ul li{
    width: 100%;
    padding-bottom: 10px;
}
.user-login ul li a{
    color: #333333;
    font-size: 16px;
    font-family: 'Gotham-Medium';
    display: inline-block;
}
.user-login ul li a span{
    width:30px;
    display: inline-block;
}
.user-login ul li a span img{
    width: 16px;
}
.user-img{
    width:70px;
    height:70px;
    line-height:64px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
    border:2px solid #cdcdcd;
}
.user-img img{
    width:40px;
}
.user-login p{
    width: 100%;
    text-align: center;
    font-family: 'Nunito-Bold';
    font-size:16px;
    color: #fe6f27;
    margin-top:8px;
    line-height: normal;
    display: inline-block;
}
.user-login p.phone-p{
    font-size:14px;
    margin-top:-5px;
    width: 100%;
    color: #666666;
}

ul.menu{
    width: 100%;
}
ul.menu li{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 30px;
}
ul.menu li a{
    font-family: 'Nunito-SemiBold';
    font-size: 16px;
    color: #282828;
    text-decoration: none;
    display: inline-block;
    width: auto;
}
ul.menu li a:hover{
    color: #fe6f27;
}
ul.menu li a span.new{
    font-size: 10px;
    background-color: #fe6f27;
    color: #ffffff;
    font-family: 'Gotham-Book';
    border-radius: 5px;
    padding:2px 4px;
    margin-left:5px;
}
.title-main{
    width: 100%;
    text-align: center;
}
.title-main h2{
    width: 100%;
    text-align: center;
    font-family: 'Gotham-Bold';
    font-size: 28px;
    color: #ffffff;
}

.search-filter-main{
    width: 100%;
    margin-top: 0px !important;
    padding-top: 120px;
}
.search-filter-main .row{
    justify-content: center;
}
.search-filter-sub{
    width: 100%;
    text-align: center;
    padding:25px;
    background-color: rgba(4,4,4,0.7);
    margin-top: 30px;
    max-width: 922px;
    position: relative;
}
.filter-option-main-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.filter-option{
    width: 100%;
    text-align: center;
}
.filter-option ul{
    width:100%;
    padding: 0;
    margin: 0px;
}
.filter-option ul li{
    display: inline-block;
    padding: 0px 22px;
}
.filter-option ul li.selected .container-checkbox{
    color: #fe6f27;
}
.filter-option ul li a{
    font-family: 'Gotham-Medium';
    font-size: 16px;
    color: #ffffff;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
    padding-bottom:5px;
}
.filter-option ul li.active a{
    color: #fe6f27;
    border-color: #fe6f27;
}

.search-bar-main{
    width: 100%;
    display:flex;
    justify-content: center;
    margin: 22px 0px;
}
.search-bar-sub{
    position: relative;
    width: 70%;
}
.search-inp{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    border:0px;
    padding: 0px 15px;
    font-family:'Nunito-SemiBold';
    font-size: 16px;
    color: #141414;
}
.search-submit{
    width: 80px;
    height: 50px;
    line-height: 50px;
    background-image: url('../images/search.png');      
    background-repeat: no-repeat;
    background-size:20px;
    background-position: center;
    background-color: #fe6f27;
    border:0px;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    position: absolute;
    right:-2px;top: 0;
}
.search-inp::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a9a9a9;
    opacity: 1;
}
.search-inp::-moz-placeholder { /* Firefox 19+ */
    color: #a9a9a9;
    opacity: 1;
}
.search-inp:-ms-input-placeholder { /* IE 10+ */
    color: #a9a9a9;
    opacity: 1;
}
.search-inp:-moz-placeholder { /* Firefox 18- */
    color: #a9a9a9;
    opacity: 1;
}
.reset-btn-main{
    position: absolute;
    top: 0;right: 0;
}
.reset-btn-main .btn-main{
    padding: 0px 20px;
    border-radius: 0px;
}
.search-icon{
    width:auto;
    padding-left:60px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.header-main.fixed .search-icon{
    padding-left: 30px;
}
.search-icon a{
    display: inline-block;
    color: #ffffff;
    font-size:27px;
    text-decoration: none;
}



.property-sale-boxes-main{
    width: 100%;
    padding-bottom: 60px;
}
.property-sale-boxes-sub{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.property-sale-box-main{
    width: 100%;
    max-width: 922px;
    display: flex;
    margin-top:40px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}
.property-sale-img{
    width: 255px;
    position: relative;
}
.sale{
    position: absolute;
    top: 30px;
    left: -30px;
    background-color: #fe6f27;
    text-align: center;
    padding:5px 0px;
    width: 60%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.sale p{
    font-size: 13px;
    color: #ffffff;
    text-transform: capitalize;
}
.property-sale-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.propery-sale-desc{
    width: calc(100% - 255px);
    padding: 30px;
    position: relative;
}
.title{
    width: 100%;
    text-align: center;
}
.title h2{
    color: #282828;
    font-family: 'Nunito-Bold';
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.title h2 span{
    color: #fe6f27;
}
.title h2:before{
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #b0b0b0;
    bottom: 0;left: 0;right: 0;
    margin: auto;
}
.property-feature{
    width: 100%;
    margin-top: 20px;
}
.property-feature ul{
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.property-feature ul li{
    width: 50%;
    margin-bottom:25px;
}
.property-feature ul li span{
    width:25px;
    text-align:left;
    display: inline-block;
}
.property-feature ul li span img{
    width: 15px;
}
.property-feature ul li span i{
    font-size: 20px;
}


.cashback-text{
    width: 100%;
    position: absolute;
    bottom: 0;left: 0;right: 0;
    background-color: #fe6f27;
    text-align: center;
    padding: 8px 0px;
}
.cashback-text h5{
    color: #ffffff;
    font-family: 'Gotham-Medium';
    font-size: 18px;
}
span.offer-img {
    position: relative;
    top: -9px;
    left: -10px;
}


.property-sale-slider-main{
    width:100%;
    position: relative;
}
.property-slide-box-main:before{
    position: absolute;
    content: '';
    top: 0;left: 0;right: 0;bottom: 0;
    background-color: #333333;
    opacity: 0.6;
}
.property-img-main{
    width: 100%;
}
.property-img-main img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.p-title{
    position: absolute;
    top:25px;left: 0;right: 0;
    margin: auto;
    text-align: center;
}
.p-title h2{
    color: #ffffff;
}
.p-title h2:before{
    display: none;
}
.property-bottom-desc{
    width: 100%;
    position: absolute;
    bottom:15px;left: 0;right: 0;
    padding: 0px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-left h5{
    font-family: 'Nunito-Bold';
    font-size: 18px;
    color: #ffffff;
    padding-left: 23px;
}
.property-left h4{
    font-family: 'Nunito-Light';
    font-size: 18px;
    color: #ffffff;
    margin-top: 5px;
}
.property-left h4 span{
    padding-right: 10px;
}
.property-left{
    width: auto;
}
.property-right{
    width: auto;
}
.property-right a{
    display: inline-block;
    font-family: 'Nunito-Bold';
    font-size: 18px;
    color: #ffffff;
}
.property-right a span{
    padding-right: 5px;
}
.property-slide-box-main{
    width: 100%;
    position: relative;
}
.property-slide-box-main img{
    display: inline-block !important;
}

.property-sale-slider-main .slick-prev{
    left:15px;
    background-image: url('../images/angle1.png');
}
.property-sale-slider-main .slick-next{
    right:15px;
    background-image: url('../images/angle.png');
}
.property-sale-slider-main .slick-arrow{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border:3px solid #fe6f27;
    background-color: #ffffff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    z-index: 9;
}


.footer-main{
    width: 100%;
    padding: 55px 0px;
    background-color: #333333;
}
.footer-sub{
    width: 100%;
}
.footer-box-main{
    width: 100%;
}
.ftr-title{
    width: 100%;
}
.ftr-title h5{
    font-family: 'Nunito-Bold';
    font-size: 18px;
    color: #ffffff;
}
.first-ftr-menu{
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
.first-ftr-menu li{
    width: 100%;
    padding:15px 0px;
    border-bottom: 2px solid #4d4d4d;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.first-ftr-menu li a{
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #ffffff;
}
.first-ftr-menu li:last-child{
    border-bottom: 0px;
}
.first-ftr-menu li:before{
    position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    background-color: #fe6f27;
    transition: all .4s;
    -webkit-transition: all .4s;
    left: 0;
    top: 26px;
}
.first-ftr-menu li:hover{
    padding-left: 30px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.first-ftr-menu li:hover:before{
    width: 20px;
}
.ftr-menu li{
    width: 100%;
    padding: 0px;
    padding-bottom:10px;
    border-bottom: 0px solid #4d4d4d;
}
.ftr-box-two .footer-box-main{
    padding-left: 100px;
}
.ftr-menu{
    margin-top: 50px;
}
.ftr-box-three .footer-box-main{
    padding-left: 100px;
}
.ftr-menu li:before{
    top: 11px;
}
.ftr-menu li:hover:before{
    width: 15px;
}

.copyright-main{
    width: 100%;
    padding: 15px 0px;
    background-color: #222222;
}
.copyright-sub{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-sub p{
    font-family: 'Gotham-Book';
    font-size: 12px;
    color: #ffffff;
}
.copyright-sub p a{
    display: inline-block;
    color: #fe6f27;
}

.copyright-sub ul{
    width: auto;
    padding: 0;
    margin: 0;
}
.copyright-sub ul li{
    padding: 0px 10px;
    border-right: 1px solid #ffffff;
    display: inline-block;
    line-height: normal;
    margin: auto -2px;
}
.copyright-sub ul li:last-child{
    padding-right: 0px;
    border:0px;
}
.copyright-sub ul li:first-child{
    padding-left: 0px;
}
.copyright-sub ul li a{
    font-family: 'Gotham-Book';
    font-size: 12px;
    color: #ffffff;
}
.copyright-sub ul li a:hover{
    color: #fe6f27;
}



/* =========== CUSTOM CHECKBOX ============= */

.container-checkbox {
    font-family: 'Gotham-Medium';
    font-size: 16px;
    color: #ffffff;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
    padding-bottom: 5px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height:100%;
    width:100%;
}
.container-checkbox:hover input ~ .checkmark-check {
  background-color:transparent;
}
.container-checkbox input:checked ~ .checkmark-check {
  border-bottom: 3px solid #fe6f27;
}
.container-checkbox input:checked ~ .container-checkbox{
    color: #fe6f27;
}

/* =========== CUSTOM CHECKBOX ============= */

.page-header{
    padding-top:60px;
}
.page-header .header-main{
    padding: 10px 0px;
    background-color: #1c1c1c;
}

.property-detail-main{
    width: 100%;
    padding: 85px 0px;
}
.property-detail-sub{
    width: 100%;
}
.property-slide-section-main{
    width: 100%;
}
.property-slide-section-main .row{
    align-items: center;
}
.property-slider-main{
    width: 100%;
}
.property-img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.property-img img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.property-slider-main .slick-arrow{
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:10px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #fe6f27;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.property-slider-main .slick-prev{
    left:15px;
    background-image: url('../images/left.png');
    background-position: 45% 50%;
}
.property-slider-main .slick-next{
    right:15px;
    background-image: url('../images/right.png');
}
.property-right-desc-main{
    width: 100%;
    padding-left:30px;
}
.pr-title{
    width: 100%;
    text-align: left;
}
.pr-title h2{
    color: #282828;
    font-size: 20px;
    font-family: 'Gotham-Bold';
}
.price-fav-main{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top:12px;
}
.price-fav-main .price-main{
    width: auto;
}
.price-main h2{
    font-size: 40px;
    font-family: 'Nunito-Bold';
    color: #fe6f27;
}
.price-main h2 span{
    color: #282828;
    padding-right: 5px;
}
.fav-main {
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.heart-icon{
    color: #f31e1e;
    font-size:40px;
}
.share-btn{
    width: auto;
    background-color: #282828;
    height: 40px;
    line-height:40px;
    padding: 0px 20px;
    margin-left:20px;
}
.share-btn span{
    padding-right: 10px;
    vertical-align:1px;
}
.pro-owner-details{
    width: 100%;
    padding-top: 30px;
}
.pro-details-main ul{
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.pro-details-main ul li{
    width: 50%;
    padding-bottom:15px;
    padding-right:8px;
    font-size:15px;
}
.pro-details-main ul li span{
    display: inline-block;
    vertical-align:2px;
    width: 25px;
}
.pro-details-main ul li span img{
    width: 16px;
}

.pro-owner-details{
    width: 100%;
    padding:12px;
    padding-bottom: 0px;
    margin-top:10px;
    border: 1px solid #666666;
    border-radius: 10px;
}

.pro-owner-details ul{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.pro-owner-details ul li{
    width: 100%;
    padding-bottom:12px;
    font-size: 15px;
}
.pro-owner-details ul li span{
    display: inline-block;
    vertical-align:2px;
    width: 25px;
}
.pro-owner-details ul li span img{
    width:16px;
}
.pro-contact ul{
    display: flex;
}
.pro-contact ul li{
    width:40%;
}
.pro-details-main {
    width: 100%;
    padding-top: 20px;
}

.pro-owner-details li.cashback-price {
    font-family: 'Gotham-Medium';
}
.pro-owner-details-two{
    width: 100%;
    margin-top:20px;
    border-color: #fe6f27;
}
li.owner-user{
    font-family: 'Gotham-Medium';
    color: #fe6f27;
}
.pro-contact{
    width: 100%;
}
li.owner-con a{
    font-family: 'Gotham-Medium';
    color: #fe6f27;
}

.proerty-detail-tab-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.nav-tabs{
    width: 100%;
    display: flex;
    justify-content: center;
    border:0px;
}
.nav-item{
    width: auto;
    border:0px;
    padding: 0px 20px;
}
.nav-item .nav-link{
    border:0px;
    border-bottom: 1px solid transparent;
    padding: 0px;
    padding-bottom: 10px;
    font-family: 'Gotham-Bold';
    font-size: 18px;
    color: #282828;
}
.nav-item .nav-link.active{
    background-color:transparent;
    color: #fe6f27;
    border-color: #fe6f27;
}

.tab-content{
    width: 100%;
    padding-top: 50px;
}
.tab-pane{
    width: 100%;
}
.property-detail-wrap{
    width: 100%;
    padding-top:80px;
}
.property-detail-wrap .title-main h2{
    color: #282828;
    text-transform: uppercase;
}
.tab-content-main{
    width: 100%;
    margin-top:50px;
}
.tab-content-main .row .col-lg-4{
    margin-bottom: 30px;
}
.basic-detail-box{
    width: 100%;
    padding:20px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    height: 100%;
}
.basic-detail-box span{
    padding-right: 10px;
}
.basic-detail-box span img{
    width:auto;
    max-height:26px;
    height: auto;
    display: inline-block;
}
.basic-detail-box p{
    font-size: 16px;
    color: #282828;
}
.basic-detail-box p strong{
    font-family: 'Gotham-Medium';
    font-weight: normal;
}

.about-desc-main{
    width: 100%;
    padding-top: 90px;
}
.about-desc-sub{
    width: 100%;
}
.about-desc-sub{
    width: 100%;
    text-align: center;
}
.about-desc-sub h2{
    font-family: 'Gotham-Bold';
    font-size: 26px;
    color: #282828;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about-desc-sub p{
    font-family: 'Gotham-Book';
    font-size: 16px;
    color: #282828;
    line-height: 30px;
    width:90%;
    margin: auto;
    margin-bottom: 30px;
}

.filter-stick-main{
    position: fixed;
    right:8%;
    bottom:60px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.filter-stick-main a{
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    line-height: 55px;
    text-align: center;
    animation-name: scroll-btn;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.filter-stick-main a img{
    max-height: 40px;
}
@keyframes scroll-btn {
    0%  {box-shadow: 0px 0px 0px 0px rgba(254, 111, 39,1);}
    5% {box-shadow: 0px 0px 0px 2px rgba(254, 111, 39,1);}
    35% {box-shadow: 0px 0px 0px 10px rgba(255, 255, 255,0);}
}
@-webkit-keyframes scroll-btn {
    0%  {box-shadow: 0px 0px 0px 0px rgba(254, 111, 39,1);}
    5% {box-shadow: 0px 0px 0px 2px rgba(254, 111, 39,1);}
    35% {box-shadow: 0px 0px 0px 10px rgba(255, 255, 255,0);}
}

.map-main{
    width: 100%;
    position: relative;
}
.map-main #map{
    height: 450px;
}
.address-map{
    width:450px;
    max-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left:30px;
    background-color:rgba(255,255,255,0.5);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.address-details{
    width: 100%;
    position: relative;
}
.address-details .search-inp{
    background-color:rgba(255,255,255,0.8);
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
.address-details .search-submit{
    width: 50px;
    background-image: url('../images/send.png');
    background-size: 28px;
}
.address-details .search-submit:hover{
    background-color: #333333;
}
.address-map p{
    font-size:16px;
    color: #282828;
    font-family: 'Gotham-Medium';
    width:100%;
    margin: auto;
    line-height:24px;
}
.address-map img{
    margin-bottom:10px;
    max-height:40px;
}

.disclaimer-desc{
    padding: 0px;
}
.modal-lg, .modal-xl{
    max-width: 922px;
}

button.close{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #fe6f27;
    opacity: 1;
    color: #ffffff;
    text-shadow: none;
    font-size: 32px;
    line-height: 40px;
    -webkit-box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.2);
    position: absolute;
    right: -15px;
    top: -15px;
}
button.close:hover{
    opacity: 1;
    color: #ffffff;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
    opacity: 1;
}

.modal-content{
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.2);
    border-radius: 15px;
    padding:45px;
    margin-top: 60px;
}
.modal-body{
    width: 100%;
    padding: 0px;
}
.filter-pop-box-main{
    width: 100%;
}
.f-p-title-main{
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}
.f-p-title-main span{
    width: 50px;
    height: 60px;
    height: 100%;
    text-align: center;
    background-color: #555555;
    color: #ffffff;
    font-family: 'Nunito-Bold';
    font-size: 30px;
}
.f-p-title-main h2{
    font-family: 'Nunito-Bold';
    font-size:26px;   
    color: #282828;
    padding-left: 15px;
}

/* =============================== Custom Radio Button Css =========================== */

.container-radio {
    display: block;
    position: relative;
    padding-left:35px;
    cursor: pointer;
    font-size:18px;
    font-family: 'Nunito-SemiBold';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border:1px solid #a9a9a9;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark-radio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
    background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fe6f27;
}

/* =============================== Custom Radio Button Css =========================== */

.f-p-selection-row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}
.f-p-select-box{
    width: 25%;
    margin-bottom: 10px;
}
.filter-step-box-main{
    width: 100%;
    margin-top: 50px;
}


.filter-pop-box-main .filter-step-box-main:first-child{
    margin-top: 0px;
}
.f-p-select-box .container-checkbox{
    color: #282828;
}
.filter-pop-btn-main{
    width: 100%;
    padding-top:30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shadow{
    -webkit-box-shadow: 0px 8px 18px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 18px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 18px 4px rgba(0,0,0,0.2);
}
.filter-pop-btn-main .btn-main{
    width: 140px;
    height: 50px;
    line-height: 50px;
    margin:0px 10px;
    font-family: 'Gotham-Bold';
    font-size: 20px;
    color: #ffffff;
    padding: 0px;
}
.filter-pop-btn-main .reset{
    color: #333333;
}
.filter-pop-btn-main .reset:hover{
    color: #ffffff;
}
.reset{
    border:1px solid #333333;
    background-color: transparent;
    color: #333333;
}
.modal{
    z-index: 99999999;
}
.related-product-main .title-main h2{
    color: #282828;
}
.related-product-main .title-main h2 span{
    color: #fe6f27;
}


.profile-wrap-main{
    width: 100%;
    padding: 70px 0px;
}
.profile-wrap-sub{
    width: 100%;
}
.dark h2{
    color: #282828;
}
.profile-wrap-boxes-main{
    width: 100%;
}
.profile-user{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: auto;
    position: relative;
}
.profile-user img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.profile-user-img-main{
    width: 100%;
    text-align: center;
    padding-top:50px;
}
.profile-form-boxes-main{
    width: 100%;
    padding-top: 60px;
    height: 100%;
}
.profile-form-box-main{
    width: 100%;
    padding: 35px;
    background-color: #ffffff;
    border-radius: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.profile-grp{
    width: 100%;
    padding-bottom: 30px;
}
.profile-grp label{
    font-family: 'Gotham-Book';
    font-size: 16px;
    color: #282828;
    width: 100%;
    margin-bottom: 5px;
}
.profile-grp label span{
    color: #fe6f27;
}

.offer-highlight label{
    color: #fe6f27;
    font-family:'Gotham-Medium';
}


.prf-inp{
    width: 100%;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border:1px solid #e5e5e5;
    background-color: #ffffff;
    font-family: 'Gotham-Book';
    font-size: 16px;
    color: #282828;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
}
.prf-submit{
    width: auto;
    height: 43px;
    line-height: 43px;
    text-align: center;
    padding: 0px 35px;
    background-color: #fe6f27;
    border:0px;
    font-family: 'Gotham-Bold';
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
.offer-highlight .prf-inp{
    border-color: #282828;
}

.profile-submit-btn{
    width: 100%;
    text-align: center;
}
.prf-submit{
    margin-top:20px;
}
.profile-form-box-main h2{
    font-family: 'Gotham-Bold';
    font-size: 22px;
    color: #fe6f27;
    margin-bottom:30px;
}
.profile-password-box{
    width: 100%;
}
.upload-btn-wrapper {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    bottom: 0;
    right: 10px;
}
.up-btn{
    background-color: white;
    border-radius:50%;
    width: 40px;
    height: 40px;
    font-weight: bold;
    line-height: 40px;
    padding:0px;
    border:0px;
}
.up-btn img {
    width: 18px;
    height: auto;
    border-radius: 0px;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}



.admin-header .fup-btn .btn-main{
    height: 32px;
    line-height: 32px;
    padding: 0px 20px;
    font-family: 'Gotham-Book';
}
.sponsor-ad{
    width: auto;
    padding: 0px 40px;
}
.sponsor-ad a{
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #ffffff;
}
.all-visitor{
    width: auto;
    position: relative;
    margin-right: 40px;
}
.all-visitor a{
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #ffffff;
}

.create-property-main{
    width: 100%;
    padding: 65px 0px;
}
.create-property-sub{
    width: 100%;
}
.create-property-sub .title-main h2{
    color: #282828;
}
.create-property-selection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.create-prop{
    width: auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 15px;
    border:1px solid #e5e5e5;
    border-radius: 5px;
    padding-right: 40px;
    margin:0px 10px;
}

.create-prop img{
    width: auto;
    max-height: 44px;
}
.create-prop h5{
    font-family: 'Gotham-Bold';
    font-size: 22px;
    color: #282828;
    padding-left: 10px;
}
.create-prop .checkmark-radio {
    height: 38px;
    line-height: 38px;
    width: 38px;
    border: 2px solid #e5e5e5;
    top: -18px;
    right: -20px;
    left: unset;
}
.create-prop .checkmark-radio:after {
    top: 8px;
    left: 8px;
    width: 18px;
    height: 18px;
}

.property-type-selection{
    width: 100%;
    margin-top: 40px;
}
.property-type-selection{
    width: 100%;
}
.property-type-selection ul{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;margin: 0px;
    padding-top: 40px;
}
.property-type-selection ul li{
    display: flex;
    min-height: 75px;
    align-items: center;
    justify-content: center;
    width: 100px;
    padding: 15px;
    margin: 0px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.property-type-selection ul li a{
    display: inline-block;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
.property-type-selection ul li a img{
    width: auto;
    max-height: 32px;
}
.property-type-selection ul li a p{
    font-family: 'Gotham-Medium';
    font-size: 14px;
    color: #fe6f27;
    margin-top: 10px;
}
.property-type-selection ul li:hover{
    background-color: #fe6f27;
}
.property-type-selection ul li:hover a img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.property-type-selection ul li:hover a p{
    color: #ffffff;
}
.property-type-selection .title-main h2{
    color: #454545;
    font-size: 20px;
}
.property-type li.active{
    background-color: #fe6f27;
}
.property-type li.active a img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.property-type li.active a p{
    color: #ffffff;
}
.fill-detail-boxes-wrap{
    width: 100%;
    margin-top: 70px;
}
.fill-detail-box-wrap{
    width: 100%;
    border:2px solid #e5e5e5;
    background-color: #ffffff;
    margin-bottom: 60px;
}
.title-wrap{
    width: 100%;
    padding:15px 30px;
    background-color: #e5e5e5;
}
.title-wrap h2{
    font-family: 'Gotham-Bold';
    font-size: 26px;
    color: #282828;
}
.fill-detail-box-wrap-sub{
    width: 100%;
    padding: 50px 30px;
    padding-bottom: 20px;
}
.c-view{
    font-family: 'Gotham-Medium';
    font-size: 14px;
    color: #282828;
    position: absolute;
    right:15px;
    top:4px;
}
.c-view span{
    color: #fe6f27;
}
select.prf-inp{
    background-image: url('../images/angle2.png');
    background-repeat: no-repeat;
    background-size:16px;
    -webkit-appearance:none;
    outline: 0;
    background-position: 96% 50%;
}
.sub-row label{
    padding-left: 15px;
}
.fill-detail-checkbox{
    width: 100%;
}
.fill-detail-checkbox ul{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.fill-detail-checkbox ul li{
    display: inline-block;
    padding-right:50px;
}

.select-all-top-propety p{
    padding-left:50px;
    margin-bottom:0px;
    margin-top: 7px;
    cursor: pointer;
    font-size: 22px;
    font-family: 'Gotham-Medium';
    font-size: 22px;
    color: #282828;
}
.select-all-top-propety p strong{
    color: #fe6f27;
}
.container-check-new {
  display: block;
  position: relative;
  padding-left:40px;
  margin-bottom:0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check-new input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check-new {
  position: absolute;
  top:-3px;
  left: 0;
  height: 30px;
  border-radius: 5px;
  width: 30px;
  background-color: #ffffff;
  border:1px solid #e5e5e5;
}

/* On mouse-over, add a grey background color */
.container-check-new:hover input ~ .checkmark-check-new {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check-new input:checked ~ .checkmark-check-new {
  background-color: #ffffff;
}

/* Create the checkmark-check-new/indicator (hidden when not checked) */
.checkmark-check-new:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark-check-new when checked */
.container-check-new input:checked ~ .checkmark-check-new:after {
  display: block;
}

/* Style the checkmark-check-new/indicator */
.container-check-new .checkmark-check-new:after {
    left: 10px;
    top: 5px;
    width: 8px;
    height: 15px;
    border: solid #fe6f27;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fill-map{
    width: 100%;
}
.fill-map #map{
    height: 590px;
}
textarea.prf-inp{
    width: 100%;
    height: 120px;
    line-height: normal;
    padding: 15px;
    resize: none;
}


.fill-detail-box-wrap-sub .basic-detail-box{
    border:1px solid #e5e5e5;
}
.fill-detail-box-wrap-sub .col-lg-4{
    margin-bottom: 30px;
}
.fill-detail-box-wrap-sub .col-lg-4 a.aminities-select{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.fill-detail-box-wrap-sub .col-lg-4 a.aminities-select .basic-detail-box{
    transition: all .4s;
    -webkit-transition: all .4s;
}
.fill-detail-box-wrap-sub .col-lg-4 a.aminities-select .basic-detail-box img{
    transition: all .4s;
    -webkit-transition: all .4s;
}
.fill-detail-box-wrap-sub .col-lg-4 a.aminities-select .basic-detail-box p{
    transition: all .4s;
    -webkit-transition: all .4s;
}
.fill-detail-box-wrap-sub .col-lg-4 a.aminities-select:hover .basic-detail-box{
    border-color: #fe6f27;
}

.fill-detail-box-wrap-sub .col-lg-4 a.aminities-select.active .basic-detail-box{
    background-color: #fe6f27;
}
.fill-detail-box-wrap-sub .col-lg-4 a.aminities-select.active .basic-detail-box img{
    filter:brightness(0) invert(1);
    -webkit-filter:brightness(0) invert(1);
}
.fill-detail-box-wrap-sub .col-lg-4 a.aminities-select.active .basic-detail-box p{
    color: #ffffff;
}


.main-upload-images{
    width: 100%;
}
.uploaded-img {
    width: 100%;
    height: 270px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #E4E4E4;
    border-radius: 3px;
    text-align: center;
    justify-content: center;
}
.uploaded-img img {
    max-width: 95%;
}

.about-fill-desc textarea.prf-inp{
    height:180px;
}
.fill-detail-box-wrap-sub .property-sale-box-main{
    margin-top: 0px;
    margin-bottom: 30px;
    border:1px solid #e5e5e5;
}

.live-post-btn{
    width: 100%;
    text-align: center;
}
.feature-sel-btn .btn{
    width:auto;
    display: inline-block;
    padding: 0;
    height: 50px;
    border:1px solid #e5e5e5;
    font-family: 'Gotham-Medium';
    font-size: 18px;
    color: #fe6f27;
    background-color: #ffffff;
    border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.feature-sel-btn .btn.active{
    background-color: #fe6f27 !important;
    color: #ffffff !important;
    border-color: #fe6f27 !important;
}
.feature-sel-btn{
    display: flex;
}
.feature-sel-btn .dropdown-toggle::after{
    display: none;
}
.sub-btn-grp{
    width:55px;
}
.selection-dropdown{
    width:300px;
    right: 0 !important;
    left: unset !important;
    flex-wrap: wrap;
    padding: 0;
    margin: 0px;
    border-radius: 0px;
    border:1px solid #e5e5e5;
    top: 55px;
    background-color: #ffffff;
    border-right: 0px;
}
.selection-dropdown a.dropdown-item{
    height: 50px;
    padding: 0px;
    width: 20%;
    border:1px solid #e5e5e5;
    border-top: 0px;
    border-left: 0px;
    line-height: 50px;
    text-align: center;
    font-family: 'Gotham-Medium';
    font-size: 14px;
    color: #fe6f27;
}
.selection-dropdown a.dropdown-item:hover{
    background-color: #fe6f27;
    color: #ffffff;
}
.sub-btn-grp.show .selection-dropdown.show{
    display: flex;
    border-bottom: 0;
}

.feature-sel-btn .dropdown-toggle.before::after {
    display: block;
    width: 10px;
    right: 4px;
    left: unset;
    position: absolute;
    top: 22px;
}
.feature-sel-box{
    margin-bottom: 30px;
}
.total-floor .btn{
    flex:unset;
    padding: 0px 30px;
}
#furnish-status{
    height: 0;overflow: hidden;
}
.total-floor.show{
    height: auto !important;
}
.fill-detail-box-wrap.tab-pane{
    display: block;
    height: 0px;
    border: 0px solid #e5e5e5;
    overflow: hidden;
    margin-bottom:0px;
}
.fill-detail-box-wrap.tab-pane.active{
    height: auto;
    border: 2px solid #e5e5e5;
    margin-bottom:60px;
}


.property-admin-main{
    width: 100%;
    padding: 70px 0px;
}
.property-admin-sub{
    width: 100%;
}
.property-admin-search{
    width: 100%;
}
.property-admin-search .search-bar-sub{
    width: 100%;
}
.property-admin-search .btn-main{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
    text-align: center;
}
.property-admin-search .btn-main span{
    padding-right: 10px;    
}

.select-all-top-propety{
    width: 100%;
    padding-top: 60px;
}
.select-all-top-propety .container-check-new{
    font-family: 'Gotham-Medium';
    font-size: 22px;
    color: #282828;
    padding-left: 50px;
}
.select-all-top-propety .container-check-new strong{
    color: #fe6f27;
    font-family: 'Gotham-Bold';
    font-size: 28px;
    padding: 0px 5px;
}
.select-all-top-propety .container-check-new .checkmark-check-new{
    width: 37px;
    height: 37px;
    border:2px solid #fe6f27;
}
.select-all-top-propety .container-check-new .checkmark-check-new:after{
    width: 10px;
    height: 18px;
    left: 12px;
    top: 6px;
}
.select-all-top-propety .container-check-new .checkmark-check-new{
    top: 3px
}
.property-admin-boxes-main{
    width: 100%;
    margin-top: 45px;
    cursor: pointer;
}
.property-admin-box-main{
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

.p-a-img-main{
    width: 200px;
}
.p-a-img-main img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-a-right-desc-main{
    width: calc(100% - 200px);
    padding-left: 20px;
}
.p-a-title{
    width: 100%;
}
.p-a-title h2{
    font-family: 'Gotham-Medium';
    font-size: 18px;
    color: #282828;
}
.p-a-desc-box-main{
    width: 100%;
    display: flex;
}
.p-a-right-desc-main .property-feature ul{
    align-items: flex-start;
}
.p-a-right-desc-main .property-feature ul li{
    font-size: 13px;
    margin-bottom: 10px;
    display: flex;
}
.p-a-right-desc-main .property-feature ul li.p-location{
    width: 100%;
}
.p-a-right-desc-main .property-feature ul li span{
    color: #fe6f27;
}
.p-a-right-desc-main .property-feature ul li span img{
    width: auto;
    max-height: 16px;
}
.p-a-btn-wrap{
    width: 100%;
    margin-top:10px;
}
.p-a-btn-wrap .btn-main{
    height: 30px;
    line-height:30px;
    padding: 0px 8px;
    background-color: #ffffff;
    border:1px solid #fe6f27;
    color: #fe6f27;
    font-size: 13px;
    font-family: 'Gotham-Medium';
}
.p-a-btn-wrap .btn-main span{
    padding-right:7px;
}

.p-a-btn-wrap .btn-main:hover{
    background-color: #282828;
    color: #ffffff;
    border-color: #282828;
}
.p-a-btn-wrap .btn-main span img{
    max-height: 16px;
}
.p-a-btn-wrap .btn-main:hover span img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.property-view-details{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom:5px;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
}
.p-view-detail{
    width: 100%;
    display: flex;
    align-items: center;
}
.p-view-detail img.eye-one{
    width:30px;
}
.p-view-detail a.p-view-link{
    width: auto;
    display: flex;
    align-items: center;
}
.p-view-detail h2{
    font-family: 'Gotham-Bold';
    font-size: 30px;
    color: #282828;
    padding:0px 10px;
}
.p-view-detail .btn-main{
    height: 30px;
    line-height:30px;
    padding: 0px 15px;
    background-color: #ffffff;
    border:1px solid #282828;
    color: #fe6f27;
    font-size: 13px;
    font-family: 'Gotham-Medium';
}
.p-view-detail .btn-main span{
    padding-right:7px;
    vertical-align: 0px;
}

.p-view-detail .btn-main:hover{
    background-color: #282828;
    color: #ffffff;
    border-color: #282828;
}
.p-view-detail .btn-main span img{
    max-height: 16px;
}
.p-view-detail .btn-main:hover span img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.p-comment-box{
    width: auto;
}
.p-comment-box .btn-main{
    height: 30px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    padding: 0px;
}
.p-comment-box .btn-main img{
    width: 18px;
}
.proerty-admin-feature-main{
    width: 100%;
    margin-top:10px;
}
.proerty-admin-feature-main ul{
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.proerty-admin-feature-main ul li{
    width: 50%;
    margin-bottom:5px;
    position: relative;
    padding-left:20px;
    font-family: 'Gotham-Book';
    font-size: 13px;
}
.proerty-admin-feature-main ul li:before{
    width: 7px;
    height: 7px;
    background-color: #fe6f27;
    left: 0;
    top:7px;
    content: '';
    position: absolute;
}
.p-a-top-wrap{
    width: 100%;
    padding-bottom:0px !important;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.p-a-bottom-wrap{
    width: 100%;
    margin-top:20px;
}
.p-a-bottom-wrap .btn-main{
    height:50px;
    width:auto;
    line-height:50px;
    padding: 0px 30px;
    font-size:16px;
    background-color: #282828;
}
.p-a-bottom-wrap .btn-main span{
    padding-right:7px;
}
.black-overlay{
    position: absolute;
    top: 0;left: 0;
    right: 0;bottom: 0;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.property-admin-box-main.showw .black-overlay{
    display: flex;
}

.package-wrap-main{
    width: 100%;
    padding: 70px 0px;
}
.package-wrap-sub{
    width: 100%;
}
.package-title{
    width: 100%;
    text-align: center;
}
.package-title h2{
    font-family: 'Gotham-Bold';
    font-size: 28px;
    color: #282828;
}
.package-title h2 span{
    color: #fe6f27;
}
.package-wrap-boxes-main{
    width: 100%;
    margin-top: 60px;
}
.package-wrap-box-main{
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 30px;
}

.package-wrap-box-main .proerty-admin-feature-main ul li{
    width: 100%;
}
.package-wrap-box-main .proerty-admin-feature-main ul li:before{
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background-color: transparent;
    width: 15px;
    top: 1px;
    height: 15px;
}
.pac-title{
    width: 100%;
}
.pac-title h2{
    font-family: 'Gotham-Bold';
    font-size: 16px;
    color: #282828;
}
.pac-title h2 span{
    color: #fe6f27;
}
.pac-title h2 img{
    margin-right: 7px;
    vertical-align:-2px;
}

.price-main{
    width: 100%;
    text-align: center;
}
.price-main h1{
    font-family: 'Gotham-Bold';
    font-size: 60px;
    color: #fe6f27;
}
.price-main h1 del{
    font-family: 'Gotham-Medium';
    font-size: 28px;
    color: #999999;
}
.price-main h1 span{
    font-family: 'Gotham-Medium';
    font-size: 28px;
    color: #282828;
}
.package-selection{
    margin-top: 30px;
}
.promocode{
    width: 100%;
    position: relative;
}
.promocode .prf-submit{
    background-image: url('../images/correct.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width:55px;
    padding: 0px;
    position: absolute;
    top: 0;right: -1px;
    margin: 0px;
}
.promocode .prf-submit:hover{
    background-color: #282828;
}
.package-detail-table{
    width: 100%;
}
.package-detail-table{
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
}
.p-detail{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.p-detail p{
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #282828;
}
.p-detail p span{
    color: #fe6f27;
}
.p-detail h6{
    font-family: 'Gotham-Bold';
    font-size: 14px;
    color: #282828;
}
.p-detail.total{
    width: 100%;
    margin-top:15px;
    border-top: 1px solid #f0f0f0;
    padding-top:10px;
    align-items: center;
    margin-bottom: 0px;
}
.p-detail.total h6{
    font-size: 22px;
    color: #fe6f27;
}
.pay-now-btn{
    width: 100%;
    margin-top:30px;
    text-align: center;
}
.pay-now-btn .btn-main{
    height: 50px;
    line-height: 50px;
    font-family: 'Gotham-Bold';
    font-size: 16px;
}


.cong-text-main{
    width: 100%;
    text-align: center;
}
.cong-text-main h1{
    font-family: 'Gotham-Bold';
    font-size: 50px;
    color: #fe6f27;
    text-transform: uppercase;
    margin-top:30px;
}
.cong-text-main h6{
    font-family: 'Gotham-Medium';
    font-size: 22px;
    color: #282828;
    margin-top:5px;
    margin-bottom:20px;
}
.cong-text-main p{
    font-family: 'Gotham-Book';
    font-size: 16px;
    color: #454545;
    margin: auto;
    margin-top:15px;
    width: 80%;
}

.property-view-user-main{
    width: 100%;
    text-align: center;
}
.property-view-user-main h2{
    font-family: 'Gotham-Medium';
    font-size: 24px;
    color: #282828;
}
.property-view-user-main h6{
    font-family: 'Nunito-Bold';
    font-size: 14px;
    color: #282828;
    margin-top: 10px;
}
.property-view-user-main h6 span{
    vertical-align:2px;
}
.property-detail-table-wrap{
    width: 100%;
    margin-top:40px;
}
.p-d-table{  
  border: 1px solid #e9e9e9;
  text-align: center;
  background-color: #f5f5f5;
}
.p-d-table td{
    text-align: center;
    font-family: 'Nunito-Regular';
    font-size: 14px;
    color: #666666;
    border:1px solid #e9e9e9;
    padding:15px;
}
.p-d-table {
  border-collapse: collapse;
  width: 100%;
}

.p-d-table th{
  padding:15px;
  text-transform: uppercase;
  font-family: 'Gotham-Bold';
  font-size: 14px;
  text-align: center;
  border:1px solid #e9e9e9;
}
.th-no{
    width: 50px;
}
.pop-p-d-btn .btn-main{
    width: auto;
    padding: 0px 20px;
}
.pop-p-d-btn .btn-main span{
    padding-right: 10px;
}
.pop-p-d-btn .black{
    background-color: #282828;
}
.inquiry-wrpa-main{
    width: 100%;
    padding: 70px 0px;
}
.inquiry-wrpa-sub{
    width: 100%;
}
.property-detail-table-wrap{
    width: 100%;
    margin-top: 60px;
}
.property-detail-table-wrap .p-d-table{
    background-color: #ffffff;
}
.property-detail-table-wrap .p-d-table th{
    color: #fe6f27;
}
.property-detail-table-wrap .p-d-table td{
    color: #282828;
}
.inquiry-title{
    width: 100%;
    text-align: center;
}
.inquiry-title h2{
    font-family: 'Gotham-Bold';
    font-size: 28px;
    color: #282828;
}
.inquiry-search-main{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top:30px;
}

.responsive{
    display: none;
}

/* file upload */

.file-upload-box-main{
    width: 100%;
    height:270px;
    border-radius: 5px;
    position: relative;
}
.upload-btn{
    border:0px;
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #666666;
    background-color: transparent;
}
.upload-btn img{
    width: 30px;
}
.upload-btn p{
    margin-top: 5px;
}
.upload-btn-box-min {
    width: 100%;
    height: 100%;
    display: flex;
    background: #f5f5f5;
    align-items: center;
    justify-content: center;
    position: relative;
}
.upload-btn-box-min input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;bottom: 0;
    width: 100%;
    opacity: 0;
}
.sub-50main{
    width:25%;
    padding: 0px 15px;
    float: left;
    height:120px;
    margin-bottom:30px;
}
.sub-50main .upload-btn img{
    width: 22px;
}
.image-delete-icon{
    width: 30px;
    height: 30px;
    border:1px solid #ffffff;
    background-color: #fe6f27;
    z-index: 999999;
    text-align: center;
    line-height: 30px;
    top:0px;
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 7px;
}

/* file upload */

#address-location .tab-content-main .row{
    align-items: center;
}
.up-img-title{
    width: 100%;
}
.up-img-title h2{
    font-family: 'Gotham-Bold';
    font-size: 20px;
    color: #fe6f27;
}
.file-upload-boxes-main{
    margin-top: 25px;
}
.modal-backdrop{
    z-index: 9999999;
}


.select-property-botom-stick{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    position: fixed;
    bottom: 0;left: 0;right: 0;
    display: none;
    background-color: #ffffff;
}
.select-property-top-btn .btn-main span{
    padding-right: 10px;
}
.select-property-top-btn .btn-main{
    padding: 0px 20px;
}
.dark-btn{
    background-color: #333333;
}
.select-property-text{
    width: auto;
}
.select-property-text h2{
    font-family: 'Gotham-Bold';
    font-size: 26px;
    color: #282828;
}
.select-property-text h2 span{
    color: #fe6f27;
}

.package-summary-title{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding:10px;
    background-color: #e5e5e5;
}
.package-summary-title h2{
    font-family: 'Gotham-Bold';
    font-size:20px;
    color: #282828;
}
.header-main.fixed{
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.header-main.fixed .search-icon{
    padding-left: 30px;
}
.header-main.fixed .search-icon a{
    color: #fe6f27;
}

/*#modal-search .container-checkbox{
    color: #212529;
}
#modal-search .search-inp{
    border:1px solid #f1f1f1;
}*/

#modal-search .modal-content{
    padding:25px;
}
#modal-search .filter-pop-box-main{
    background-color: rgba(0,0,0,0.6);
    padding: 20px 0px;
}
#modal-search button.close{
    width: 38px;
    height: 38px;
    font-size: 28px;
    line-height: 36px;
}
#modal-search .filter-option-two{
    margin-top: 15px;
}

.accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    font-weight: 900;
    float: right; 
    position: absolute;
    right:15px;
    top:13px;
    color: #fe6f27;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    color: #fe6f27;
    font-weight: 900;
}

.accordion .card-header{
    background-color: #ffffff;
    margin-top: 30px;
    border:0px;
    font-family: 'Gotham-Medium';
    font-size: 18px;
    color: #282828;
    padding-right:40px;
    position: relative;
}
.accordion .card-body{
    padding: 0px;
}
.visitor-menu a .counter{
    position: unset !important;
    display: inline-block;
    margin-left: 5px;
}