@font-face {
    font-family: lato-reg;
    src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: lato-bold;
    src: url('../fonts/Lato-Bold.ttf');
}

@font-face {
    font-family: myriadpro-reg;
    src: url('../fonts/MyriadPro-Regular.otf');
}

@font-face {
    font-family: titillium-bold;
    src: url('../fonts/Titillium-Semibold.otf');
}

body,
ul,
p {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
}

body,
p {
    font-size: 14px;
    font-family: lato-reg !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: lato-bold;
}

h3 {
    line-height: 0.8;
}

a,
button {
    text-decoration: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

p {
    line-height: 20px;
    font-size: 14px;
    position: relative;
    color: #aeaeae;
}

.container {
    max-width: 1180px;
    width: 100%;
    margin: auto;
}

header {
    background-color: #29333d;
}

header .logo {
    padding: 8px 0 8px;
}

header .info-top-row {
    border-bottom: solid 1px #3b4d5d;
    padding: 7px 0 5px 0;
}

header .info-top-row li {
    display: inline-block;
    color: #ccc;
    font-family: lato-reg;
    border-left: solid 1px #3b4d5d;
    padding: 2px 12px;
}

header .info-top-row li:last-child {
    padding-right: 0;
}

header .info-top-row li a {
    color: #ccc;
    font-family: lato-reg;
}

header .info-top-row li a:hover {
    color: #fff;
}

header .info-top-row li a.dropdown-item {
    padding: 3px 15px 9px;
}

header .info-top-row li a.dropdown-item:hover {
    background-color: #eee;
    color: #000;
}

header .info-top-row li a b {
    font-family: lato-bold;
    font-size: 18px;
}

header .info-top-row li a i {
    font-size: 16px;
}

header .info-top-row li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    text-transform: uppercase;
    color: #ccc;
    border: 0;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: top 9px right;
    width: 50px;
    background-size: 8px;
    outline: none;
}

header .navbar-light .navbar-nav .nav-link {
    color: #ccc;
}

header .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
}

header .navbar {
    padding: 2px 0 0 0;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
}

header .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

header .nav-item {
    margin: 0 0 0 19px;
}

header .dropdown-toggle::after {
    top: 1px;
    position: relative;
}

header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -80px;
    padding: 0;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    text-align: center;
    padding: 0;
    margin: 0;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #29333d;
}

header .dropdown-item {
    border-bottom: solid 1px #eee;
    color: #333 !important;
}

header .dropdown-item:last-child {
    border-bottom: 0;
}

header .padding-left {
    padding-left: 48px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    display: block;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.homepage-carousel {
    height: 431px;
    overflow: hidden;
}

.homepage-carousel .carousel-caption {
    right: auto;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: left;
    width: 100%;
    padding: 0;
}

.homepage-carousel .carousel-caption h1,
.homepage-carousel .carousel-caption p {
    color: #fff;
}

.homepage-carousel .carousel-caption h1 {
    font-size: 34px;
    margin-bottom: 10px;
}

.homepage-carousel .carousel-caption p {
    font-size: 19px;
    line-height: 25px;
}

.homepage-carousel .carousel-caption .button-style {
    margin-top: 1rem;
}

.button-style {
    width: 105px;
    height: 41px;
    color: #fff;
    background-color: #e5b347 !important;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
}

.button-style:hover {
    color: #fff;
    background-color: #333 !important;
}

.homepage-carousel .carousel-caption .button-style:hover {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
    text-decoration: none;
}

.homepage-carousel .carousel-indicators {
    left: auto;
    margin-right: 8%;
    margin-left: auto;
}

.homepage-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: solid 2px #fff;
}

.homepage-carousel .carousel-indicators .active {
    background-color: #fff;
}

.tab-container {
    max-width: 1180px;
    width: 100%;
    position: relative;
    margin: auto;
    top: -375px;
    margin-bottom: -303px;
    padding: 0 15px;
}

.responsive-tabs-container[class*="accordion-"] .tab-pane {
    margin-bottom: 0;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link {
    display: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #333;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
    border-bottom: medium none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tab-container .nav-tabs li a {
    width: 132px;
    height: 44px;
    background-color: #6d6e70;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-family: myriadpro-reg;
    font-size: 17px;
    padding: 9px 0 0 0;
}

.tab-container .nav-tabs li a:hover {
    background-color: #c9042f;
    color: #fff;
}

.tab-container .nav-tabs li.active a {
    background-color: #e5b347;
    color: #fff;
}

.tab-container .nav-tabs {
    border-bottom: 0;
}

.grey-bg {
    background-color: #efefef;
}

.form-style input,
.form-style select {
    width: 100%;
    height: 44px;
    background-color: #fff;
    color: #333;
    border: solid 1px #a9a9a9;
    padding: 0 15px;
    margin-bottom: 15px;
}

.tab-container .tab-content {
    padding: 35px 15px 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

.tab-container .tab-content .button-style {
    height: 41px;
    color: #fff;
    background-color: #e5b347 !important;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 32px;
}

.tab-container .tab-content .button-style:hover {
    background-color: #333 !important;
}

.tab-container input::placeholder {
    opacity: 0.5;
    /* Firefox */
}

.tab-container input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.5;
}

.tab-container input::-moz-input-placeholder {
    /* Microsoft Edge */
    opacity: 0.5;
}

.tab-container input::-ms-webkit-placeholder {
    /* Microsoft Edge */
    opacity: 0.5;
}

.tab-container input::-ms-o-placeholder {
    /* Microsoft Edge */
    opacity: 0.5;
}

.form-style select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #000 !important;
    background-image: url(../images/icon-arrow-down.png);
    background-repeat: no-repeat;
    background-position: top 17px right 12px;
}

.live-search .bootstrap-select {
    width: 100% !important;
}

.live-search button.btn.dropdown-toggle.selectpicker.btn-default {
    background-color: #fff !important;
    color: #ccc;
    border: solid 1px #a9a9a9;
    border-radius: 0;
}

.advance-serach {
    font-family: lato-bold;
    color: #aeaeae;
}

.featre-ads {
    padding: 50px 0;
}

.section-padding {
    padding: 40px 0;
}

.white-bg {
    background-color: #fff;
}

.featre-ads .col-md-6 {
    padding: 0;
}

.featre-ads .feature-detail {
    padding: 25px 10px;
}

.featre-ads .feature-detail p {
    color: #aeaeae;
}

.featre-ads .feature-detail h5 {
    margin: 5px 0 13px;
}

.featre-ads .feature-detail h4 {
    color: #c9042f;
    margin-bottom: 20px;
}

.featre-ads .feature-detail .padding-lr {
    padding-left: 20px;
}

.featre-ads .feature-detail ul {
    border-top: solid 1px #a9a9a9;
    margin: 28px 0 0 0;
}

.featre-ads .feature-detail ul li {
    width: 33%;
    box-sizing: border-box;
    padding: 5px 0 0 18px;
    color: #aeaeae;
    font-size: 15px;
    display: flex;
    float: left;
    border-right: solid 1px #a9a9a9;
    margin: 0px 0 27px 0;
    height: 45px;
    top: 10px;
    position: relative;
}

.featre-ads .feature-detail ul li:last-child {
    border-right: 0;
}

.featre-ads .feature-detail ul li span {
    color: #c9042f;
    font-family: lato-bold;
    display: contents;
}

.featre-ads .feature-detail ul li i {
    color: #a9a9a9;
    font-size: 25px;
    margin: 0 12px 0 0;
}

.featre-ads-btn {
    background-color: #c9042f;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 18px;
    padding: 4px 63px;
}

.featre-ads-btn:before {
    content: '';
    height: 100%;
    width: 21px;
    background-color: #c9042f;
    transform: skew(31deg);
    display: block;
    position: absolute;
    top: 0px;
    left: -10px;
}

.feature-image-col {
    max-height: 255px;
    height: 100%;
    overflow: hidden;
}

.feature-image-col2 {
    max-height: 255px;
    height: 100%;
}

.feature-image-col img,
.feature-image-col2 img {
    object-fit: cover;
}

.slider-container {
    max-width: 1116px;
    width: 100%;
    margin: auto;
}

.featre-ads .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
}

.featre-ads .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
}

.featre-ads .carousel-control-prev,
.featre-ads .carousel-control-next {
    opacity: 1;
    width: 7%;
}

.featre-ads .carousel-control-next-icon,
.featre-ads .carousel-control-prev-icon {
    width: 24px;
    height: 30px;
}

.exclusive-property h4 {
    color: #222;
    padding: 0 4px 0 21px;
    position: relative;
    top: -12px;
    margin-bottom: -12px;
    font-size: 22px;
}

.exclusive-property h4:before {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #efefef;
    position: absolute;
    top: 12px;
    margin: 0 4px 0 0px;
    left: 0;
}

.exclusive-property h4:after {
    content: '';
    width: 28%;
    height: 2px;
    background-color: #efefef;
    position: absolute;
    top: 12px;
    margin: 0 4px 0 0px;
    right: -5px;
}

.exclusive-property .border-lr {
    border-left: solid 2px #efefef;
    border-right: solid 2px #efefef;
    border-bottom: solid 2px #efefef;
    padding: 0;
}

.exclusive-property .slider-container {
    max-width: 1090px;
    width: 100%;
    margin: auto;
}

.exclusive-property {
    padding-top: 130px;
}

.exclusive-property .space-lr {
    padding: 0px 25px 10px;
}

.exclusive-property .feature-detail {
    padding: 15px 10px;
}

.exclusive-property .feature-detail .padding-lr {
    padding-left: 11px;
    padding-right: 14px;
    padding-top: 10px;
}

.exclusive-property .feature-detail h5 {
    margin: 0px 0 3px;
}

.exclusive-property h5 {
    color: #e5b347;
}

.exclusive-property h6 {
    margin-bottom: 4px;
}

.exclusive-property .feature-detail ul {
    margin: 15px 0 0 0;
}

.exclusive-property .feature-detail ul li {
    padding: 5px 0 0 10px;
    height: 34px;
    margin: 0px 0 23px 0;
}

.exclusive-property .feature-detail ul li i {
    font-size: 19px;
    margin: 3px 8px 0 0;
}

.exclusive-property .featured-img {
    height: 177px;
    overflow: hidden;

}


/* .exclusive-property .featured-img img {
/* object-fit: cover; */


/* } */

.exclusive-property .featured-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;

}

.exclusive-property .padding-left {
    padding: 0 10px;
}

.exclusive-property .less-width {
    max-width: 49%;
    margin-bottom: 36px;
}

.exclusive-property .less-width+.less-width {
    margin-left: 2%;
}

.exclusive-property .carousel-indicators .active {
    background-color: #e5b347;
}

.exclusive-property .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a9a9a9;
}

.exclusive-property .two-cols {
    max-width: 48%;
}

.exclusive-property .two-cols+.two-cols {
    margin-left: 4%;
}

.search-property {
    background: url(../images/search-bg.png) #c9042f;
    background-size: cover;
    background-position: center center;
}

.search-property h3,
.search-property p {
    color: #fff;
}

.search-property p {
    font-size: 18.5px;
}

.search-property .enquiry-form .button-style {
    width: 210px;
    height: 41px;
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
    margin: 12px 0 0 0;
}

.search-property .enquiry-form .button-style:hover {
    background-color: #333;
    text-decoration: none;
    border: solid 1px transparent;
}

.mt-50 {
    margin: 50px 0;
}

.search-property .row {
    margin-left: 0;
    margin-right: 0;
}

.dubai-properties-rent .less-width {
    max-width: auto;
}

.dubai-properties-rent .less-width+.less-width {
    margin-left: 0%;
}

.property-seprator {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    border-top: 1px solid #a9a9a9;
    max-width: 1115px;
}

.padding-0 {
    padding: 0;
}

#new-projects {
    margin: 25px 0 0 0;
}

#new-projects .carousel-item {
    padding: 16px 82px;
}

#new-projects .red-border {
    border: solid 4px #c9042f;
    max-width: 461px;
    width: 100%;
}

#new-projects .red-border img {
    position: relative;
    left: -21px;
    top: 15px;
}

.collective {
    padding: 38px 37px;
}

.collective p {
    margin: 10px 0 15px;
}

.collective .button-style {
    margin: 11px 0 0 0;
}

.collective .button-style:hover {
    background-color: #333;
    text-decoration: none;
    color: #fff;
}

.sell-property {
    background-color: #25085e;
    background-image: none;
    margin-bottom: 0;
}

footer {
    background: url(../images/footer-bg.png) #1a2a3c;
    background-size: cover;
    background-position: center center;
    padding: 45px 0 0;
}

footer p,
footer a {
    color: #fff;
}

footer a:hover,
footer i:hover {
    color: #c9042f;
}

footer .company-info p {
    margin: 19px 0;
}

footer .company-info ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}

footer h5 {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

footer h5:after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #e5b347;
    width: 37px;
    height: 4px;
    left: 0;
}

footer .list-style ul li {
    margin-bottom: 5px;
    color: #fff;
}

footer .address i {
    margin: 0 6px 0 0;
}

footer .col-md-3 {
    padding-bottom: 45px;
}

footer .copy-right {
    background-color: #232a31;
    color: #fff;
    padding: 10px;
}


/*===============listing page css=======*/

.popular-search {
    padding: 30px 0;
}

.popular-search p {
    font-size: 16px;
    padding: 0 0 11px 0;
    color: #bcbcbc;
}

.popular-search b {
    color: #000;
}

.popular-search a {
    color: #bcbcbc;
}

.popular-search a:hover {
    color: #000;
}

.filter-row hr {
    border-top: solid 1px #a9a9a9;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
}

.filter-row h5 {
    color: #797a7b;
}

.filter-row input,
.filter-row select {
    width: 100%;
    height: 44px;
    background-color: #fff;
    color: #333;
    border: solid 1px #a9a9a9;
    padding: 0 15px;
    margin-bottom: 15px;
}

.filter-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #ccc;
    background-image: url(../images/icon-arrow-down.png);
    background-repeat: no-repeat;
    background-position: top 17px right 12px;
}

.filter-row input::placeholder {
    opacity: 0.5;
    /* Firefox */
}

.filter-row input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.5;
}

.filter-row input::-moz-input-placeholder {
    /* Microsoft Edge */
    opacity: 0.5;
}

.filter-row input::-ms-webkit-placeholder {
    /* Microsoft Edge */
    opacity: 0.5;
}

.filter-row input::-ms-o-placeholder {
    /* Microsoft Edge */
    opacity: 0.5;
}

.filter-row p {
    font-family: myriadpro-reg !important;
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 8px;
    padding: 0 0 0 10px;
}

.custom-filter-width .input-group-text {
    width: 130px;
}

.list-grid-view select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #333;
    background-image: url(../images/listed-arrow.png);
    background-repeat: no-repeat;
    background-position: top 4px right 0px;
    border: 0;
    width: 180px;
    font-family: myriadpro-reg;
    padding: 0 10px;
    outline: none;
}

.list-grid-view select b {
    font-family: lato-bold;
}

.list-grid-view ul li {
    display: inline-block;
    padding: 0 25px;
    font-size: 15px;
    font-family: lato-bold;
    position: relative;
}

.list-grid-view ul li:last-child {
    padding: 0 0px 0 15px;
}

.list-grid-view ul li .fa-list {
    color: #c9cacc;
    cursor: pointer;
}

.list-grid-view ul li .fa-th-large {
    color: #cb0f38;
    cursor: pointer;
}

.exclusive-property.listing-view .feature-detail {
    padding: 15px 0px;
}

.easyPaginateNav {
    display: inline-block;
    margin: 18px 0 30px;
    text-align: center;
}

.easyPaginateNav .page {
    color: #333;
    background-color: transparent;
    margin: 0 4px 0;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.easyPaginateNav .page.current {
    background-color: #c9042f;
    color: #fff;
    border: 0;
}

.listing-view .col-md-4 {
    display: inline-block !important;
    min-width: 33.33% !important;
}


/*==========detail page css========*/

.detail-left-col {
    border: solid 1px #a9a9a9;
}

.detail-left-col .padding-lr {
    padding: 5px 5px;
}

.detail-left-col .carousel-inner {
    height: 376px;
    overflow: hidden;
}

.detail-left-col .carousel-inner img {
    object-fit: fill;
}

.detail-left-col .carousel-indicators {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    background-color: #eee;
    list-style: none;
    margin: 7px 0 0 0;
    padding: 10px 23px;
}

.detail-left-col .carousel-indicators li {
    width: 25%;
    height: 89px;
    opacity: 0.4;
    overflow: hidden;
}

.detail-left-col .carousel-indicators li img {
    object-fit: cover;
}

.detail-left-col .carousel-indicators li.active {
    opacity: 1;
}

.detail-left-col .carousel-control-next,
.detail-left-col .carousel-control-prev {
    top: auto;
    bottom: 46px;
    width: 4.5%;
    background-color: #c9042f;
    height: 34px;
    opacity: 1;
    z-index: 999;
}

.detail-left-col hr {
    border-top: solid 1px #a9a9a9;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.detail-left-col .exclusive-property .feature-detail {
    padding: 0px 10px;
}

.detail-left-col .exclusive-property .feature-detail .padding-lr {
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 1px;
}

.detail-left-col .exclusive-property .feature-detail ul li {
    display: inline-block;
    padding: 0px 0 0 10px;
}

.detail-left-col .featre-ads .feature-detail ul {
    border-top: 0;
    margin: 18px 0 10px 0;
}

.detail-left-col .exclusive-property .feature-detail ul li i {
    font-size: 33px;
    top: -8px;
    position: relative;
}

.detail-left-col .featre-ads .feature-detail ul li span {
    display: inline-block;
    color: #aeaeae;
    font-family: lato-reg;
    text-align: left;
}

.detail-left-col .featre-ads .feature-detail ul li span span {
    color: #c9042f;
    font-family: lato-bold;
}

.detail-left-col .nav-tabs {
    border-bottom: 0;
    background-color: #29333d;
    padding: 14px 0 17px;
    overflow: hidden;
}

.detail-left-col .nav-tabs li {
    margin: 0;
}

.detail-left-col .nav-tabs li a {
    color: #b3b4b5;
    font-size: 16px;
    padding: 20px 10px;
    margin-bottom: 15px;
    border-left: solid 1px #3e839e;
}

.detail-left-col .nav-tabs li:first-child a {
    border-left: 0;
}

.detail-left-col .nav-tabs li a i {
    margin: 0 3px 0 0;
}

.detail-left-col .nav-tabs li a:hover {
    color: #fff;
}

.detail-left-col .nav-tabs li.active a {
    color: #fff;
    background-color: #c9042f;
}

.detail-left-col .responsive-tabs-container .tab-content {
    padding: 25px 44px;
    background-color: #efefef;
    color: #aeaeae;
}

.detail-left-col .responsive-tabs-container .tab-content p {
    margin-bottom: 20px;
    line-height: 21px;
    font-size: 16px;
    color: #ab9292;
}

.detail-left-col .responsive-tabs-container .tab-content ul li {
    font-size: 16px;
    color: #ab9292;
}

.detail-left-col .responsive-tabs-container .tab-content #description ul li:before {
    content: "-";
    margin: 0 3px 0 0;
}

.detail-left-col .responsive-tabs-container .tab-content #features ul li:before {
    content: url(../images/tick.png);
    margin: 0 10px 0 0;
}

.detail-left-col .responsive-tabs-container .tab-content #features ul li {
    margin: 0 0 5px 0;
}

.detail-left-col .responsive-tabs-container .tab-content #addtional-info ul li b {
    color: #333;
}

.detail-right-col .content-seller {
    padding: 20px;
}

.detail-right-col .content-seller h5 {
    color: #c9042f;
}

.detail-right-col .content-seller i {
    color: #929292;
    margin: 0 0px 0 9px;
    font-size: 17px;
}

.detail-right-col .content-seller i:hover {
    color: #c9042f;
}

.detail-right-col p {
    color: #aeaeae;
}

.detail-right-col .content-seller .button-style {
    width: 46%;
    margin: 20px 0;
    background-color: #fff !important;
    color: #333;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 12px 8px 0;
    font-weight: bold;
    border-bottom: solid 1px;
    border-left: solid;
}

.detail-right-col .content-seller .button-style:hover {
    background-color: #333;
    color: #333;
    text-decoration: none;
}

.detail-right-col .content-seller .button-style i {
    color: #333 !important;
    font-size: 12px;
    margin: 0 7px 0px 0;
}

div#favourite_error_msg {
    background-color: white;
    z-index: 99;
    position: relative;
    border: solid 1px #ddd;
}

.detail-right-col .mb-30 {
    margin-bottom: 30px;
}

.detail-right-col .exclusive-property.similar-projects h4:after {
    width: 51%;
}

.detail-right-col .exclusive-property.similar-projects .space-lr {
    padding: 0px 54px 10px;
}

.detail-right-col .exclusive-property.similar-projects .col-md-12 {
    margin-bottom: 29px;
}


/*==========about page css=========*/

.page-bannner {
    background-image: url(../images/about-us-banner.png);
    background-size: cover;
    background-position: center content;
    padding: 25px 0;
}

.page-bannner h2 {
    color: #fff;
    text-transform: uppercase;
}

.page-bannner h2:first-child {
    font-family: lato-reg;
    margin-bottom: 3px;
}

.sep-h-lines span {
    height: 3px;
    width: 20px;
    display: inline-block;
    margin: 5px 5px 0 0;
    vertical-align: top;
}

.sep-h-lines span:first-child {
    background-color: #c9042f;
}

.sep-h-lines span:last-child {
    background-color: #fff;
}


/*=========about page css===========*/

.intro p {
    color: #aeaeae;
    margin: 20px 0 0 0;
    font-size: 16px;
}

.verticle-list {
    background-color: #efefef;
}

.verticle-list li {
    border-bottom: solid 1px #a9a9a9;
    text-transform: uppercase;
}

.verticle-list li:last-child {
    border-bottom: 0;
}

.verticle-list li a {
    color: #a9a9a9;
    padding: 13px 34px;
    font-family: lato-bold;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.verticle-list li a:hover {
    color: #c9042f;
}

.verticle-list li a.active {
    color: #c9042f;
}


/*============contact page css================*/

.customer-service h5 {
    color: #000;
    text-transform: uppercase;
}

.customer-service {
    margin-bottom: 30px;
}

.customer-service hr {
    border-top: solid 1px #a9a9a9;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
    max-width: 350px;
    width: 100%;
    margin-left: 0;
}

.customer-service p {
    font-size: 14px;
    text-transform: uppercase;
}

.services-number {
    display: flex;
    margin: 11px 0;
}

.services-number i {
    margin: 4px 10px 0 0px;
    font-size: 16px;
    color: #aeaeae;
}

.services-number a {
    font-family: titillium-bold;
    color: #c9042f;
    text-transform: uppercase;
    font-size: 16px;
}

.customer-service.mt-30 {
    margin: 40px 0;
}

.customer-service.mt-30 p {
    margin-bottom: 11px;
}

.customer-service.mt-30 p a {
    color: #aeaeae;
}

.customer-service.mt-30 p span {
    color: #c9042f;
}

.customer-service.mt-30 p i {
    margin: 4px 10px 0 0px;
    font-size: 16px;
    color: #aeaeae;
}

.social-liks li {
    display: inline-block;
}

.social-liks li a {
    color: #aeaeae;
    font-size: 16px;
    margin: 0px 9px 0 0px;
}

.services-number a:hover,
.customer-service a:hover {
    color: #000 !important;
}

.mail-form input {
    border: solid 1px #ddd;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
}

.mail-form textarea {
    border: solid 1px #ddd;
    margin: 10px 0 10px 0;
    height: 220px;
    width: 100%;
    padding: 15px;
    resize: none;
}

.mail-form input[type="submit"] {
    text-align: center;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #c9042f;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.mail-form input[type="submit"]:hover {
    background-color: #333;
}

.mail-form input::placeholder,
.mail-form textarea::placeholder {
    opacity: 0.5;
    /* Firefox */
}

.mail-form input:-ms-input-placeholder,
.mail-form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.5;
}

.mail-form input::-moz-input-placeholder,
.mail-form textarea::-moz-input-placeholder {
    /* Microsoft Edge */
    opacity: 0.5;
}

.mail-form input::-ms-webkit-placeholder,
.mail-form textarea::-ms-webkit-placeholder {
    /* Microsoft Edge */
    opacity: 0.5;
}

.mail-form input::-ms-o-placeholder,
.mail-form textarea::-ms-o-placeholder {
    /* Microsoft Edge */
    opacity: 0.5;
}

.form-price-range-filter .min {
    float: left;
    width: 44%;
    padding: 0;
    margin-right: 7px;
    height: auto;
    text-align: left;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
}

.form-price-range-filter .max {
    float: right;
    width: 50%;
    padding: 0;
    margin-left: 7px;
    height: auto;
    text-align: right;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
}

.slider-range {
    width: 100%;
    float: left;
    margin: 9px 0px 5px 0px;
}

.ui-widget-content {
    border: 1px solid transparent;
    background: #a9a9a9 50% 50%;
    color: #222222;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-corner-all {
    border-radius: 4px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #c9042f 50% 50%;
    color: #222222;
    font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../images/ui-bg-glass.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

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

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


/*=======new pages css=======*/

s textarea {
    resize: none;
}

.property-form .custom-file-label {
    left: 4px;
    width: 95%;
    cursor: pointer;
}

.buyers {
    top: 27px;
    margin-bottom: 0;
}

.buyers-checklist p,
.buyers-residential p {
    font-size: 15px;
    color: #909090;
}

.buyers-residential p {
    margin-top: 10px;
}

.property-management .tab-container .nav-tabs {
    text-align: center;
    display: block;
}

.property-management .tab-container .nav-tabs li {
    display: inline-block;
}

.contact-row {
    text-align: center;
    max-width: 459px;
    margin: 15px auto 0;
    width: 100%;
}

.contact-row i {
    font-size: 17px;
    margin: 0 2px 0 0px;
}

.contact-row i,
.contact-row p {
    display: inline-block;
}

.border-lr {
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
}

.contact-row p {
    font-size: 16px;
}

.contact-row a {
    color: #aeaeae;
}

.property-management p {
    font-size: 15px;
}

#pagin {
    text-align: center;
    margin: 40px 0;
}

#pagin li {
    display: inline-block;
}

#pagin li a {
    color: #333;
    background-color: transparent;
    margin: 0 3px 0;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

#pagin li .current {
    background-color: #c9042f;
    color: #fff;
    border: 0;
}

.project-gallery {
    max-height: 200px;
    height: 100%;
    overflow: hidden;
}

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


/*==========ceo message css===========*/

.message-container {
    max-width: 900px;
    padding: 30px 20px;
    width: 100%;
    margin: auto;
    border-radius: 10px;
}

.ceo-message .rounded-circle {
    border: solid 2px #ddd;
}

.ceo-message h3 {
    margin: 0 0 15px;
    text-transform: uppercase;
}

.ceo-message p {
    margin: 10px 0;
    color: #ab9292;
}


/*========our tema css===========*/

.team {
    padding: 75px 0;
}

.team .description {
    font-weight: bold;
    letter-spacing: 2px;
    color: #999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
}

.team .profile {
    margin-top: 25px;
}

.team .profile h1 {
    font-weight: normal;
    font-size: 20px;
    margin: 10px 0 0 0;
}

.team .profile h2 {
    font-size: 14px;
    font-weight: lighter;
    margin-top: 5px;
}

.team .profile .img-box {
    opacity: 1;
    display: block;
    position: relative;
}

.team .profile .img-box:after {
    content: "";
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.team .img-box ul {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    text-align: center;
    width: 100%;
    padding-left: 0px;
    height: 0px;
    margin: 0px;
    opacity: 0;
}

.team .profile .img-box:after,
.team .img-box ul,
.team .img-box ul li {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.team .img-box ul i {
    font-size: 20px;
    letter-spacing: 10px;
}

.team .img-box ul li {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
    display: inline-block;
}

.team .img-box a {
    color: #fff;
}

.team .img-box:hover:after {
    opacity: 1;
}

.team .img-box:hover ul {
    opacity: 1;
}

.team .img-box ul a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.team .img-box a:hover li {
    border-color: #fff;
    color: #88C425;
}

.team i.red {
    color: #BC0213;
}


/*============agencies css=========*/

.agencies .card-2-icon {
    height: 75px;
    width: 75px;
    margin: 0 auto 1.2em;
    display: block;
}

.agencies .card-2-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agencies .col-md-4 {
    font-size: 15px;
    border: 1px solid #eee;
    padding: 35px 30px;
    background: #fff;
    text-align: center;
    background-color: #fff;
    max-width: 32%;
    transition: all 0.4s;
    overflow: hidden;
}

.agencies .col-md-4+.col-md-4 {
    margin-left: 2%;
}

.agencies .col-md-4:nth-child(3n+1) {
    margin-left: 0;
}

.agencies .col-md-4:hover {
    box-shadow: 0 16px 28px 0 rgba(0, 10, 15, .17);
    transition: all 0.4s;
}

.agencies .col-md-6 {
    font-size: 15px;
    border: 1px solid #eee;
    padding: 35px 30px;
    background: #fff;
    text-align: center;
    background-color: #fff;
    max-width: 48%;
    transition: all 0.4s;
}

.agencies .col-md-6+.col-md-6 {
    margin-left: 2%;
}

.agencies .col-md-6:nth-child(2n+1) {
    margin-left: 0;
}

.agencies .col-md-6:hover {
    box-shadow: 0 16px 28px 0 rgba(0, 10, 15, .17);
    transition: all 0.4s;
}

.agencies {
    position: relative;
}

.agencies .container {
    max-width: 964px;
    width: 100%;
    margin: auto;
    padding: 35px 15px 20px;
}

.agencies:before {
    content: "";
    display: block;
    width: 80%;
    left: 10%;
    top: 0;
    bottom: 0;
    position: absolute;
    background: url(//www.chatterbuzzmedia.com/assets/themes/chatterbuzz/assets/images/dotted.png) repeat 0 0;
}

.agencies ul li {
    margin-top: 10px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    word-break: break-word;
}

.agencies .carousel-indicators {
    bottom: -21px;
}


/*==================advertise page css========*/

.advertise-bg {
    background-color: #2f2f2f;
    color: #fff;
}

.advertise-bg img {
    height: 100%;
    width: 100%;
}

.marketing-plan {
    background-color: #25085e;
    color: #fff;
}

.advertise .col-md-6 {
    max-width: 45%;
}

.advertise .col-md-6+.col-md-6 {
    margin-left: 4%;
}

.futher-info {
    background-color: #2f2f2f;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.futher-info i {
    background-color: #fff;
    color: #000;
    padding: 5px 8px;
    margin: 0 8px 0 0;
}

.inquiry-heading {
    background-color: #333;
    color: #fff;
    padding: 11px;
    font-size: 18px;
    margin: 0px 0 18px 0;
}

.advertise .col-md-3 {
    margin-bottom: 20px;
    float: none;
    display: inline-block;
}

.advertise-image {
    height: 200px;
}

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


/*=============tooltip design===========*/

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

.tooltips .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 108%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltips .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltips .tooltiptext p {
    color: #fff;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    z-index: 9999999;
    width: 54px;
}

.doublearrow-warp {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999999;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.whatsapp {
    background: #00e676;
    color: white;
}

.facebook {
    background: #3b5999;
    color: white;
}

.twitter {
    background: #55acee;
    color: white;
}

.instagram {
    background: #e4405f;
    color: white;
}

.pinterest {
    background: #bd081c;
    color: white;
}

.youtube {
    background: #cd201f;
    color: white;
}

.doublearrow {
    background-color: #ff8f00;
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}

.movearrow {
    left: 53px;
    transition-delay: 5s;
    -webkit-transition-delay: 5s;
}

.icon-bar.hide-icons {
    left: -56px;
}

.icon-bar.show-icons {
    left: 0px;
}

.fancybox-watermark {
    position: absolute;
    top: 50%;
    width: 66%;
    height: auto;
    left: 50%;
    opacity: 0.5;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/*==========top nav css============*/

.top-nav {
    /* background-color: #0E404F; */
    color: #fff;
    padding: 8px 15px 4px;
}

.top-nav ul li {
    display: inline-block;
    margin: 0 20px 0 0px;
}

.top-nav ul li a {
    color: #fff;
    font-size: 16px;
}

.home-tabs {
    height: 327px;
}

.top-nav ul li a:hover {
    color: #fff !important;
}

.top-nav ul li a i {
    color: #fff;
    font-size: 25px;
}


/*.top-nav ul li:last-child{
float: right;
margin: 0;
}*/

.top-nav .addproperty {
    background-color: #e5b347;
    padding: 10px;
    color: #fff;
}

.top-nav .addproperty i {
    font-size: 13px;
}

.top-nav .addproperty:hover {
    background-color: #29333d;
}

.premium-agencies .carousel-indicators,
.featured-agencies .carousel-indicators {
    bottom: -22px;
}

.home-tabs .form-style input,
.home-tabs .form-style select {
    color: #fff;
}

.featured-agencies .col-md-1 {
    flex: 0 0 6%;
    max-width: 6%;
}

.premium-agency-detail table th {
    background-color: #333;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.1rem;
    border-left: solid 1px #888181;
}

.premium-agency-detail table tr td {
    vertical-align: middle;
    font-size: 15px;
    border-left: solid 1px #e2cdcd;
    background-color: #fff;
}

.listing-row i {
    margin: 0 10px 0 0px;
    font-size: 18px;
}

.vertical .carousel-item-next.carousel-item-left,
.vertical .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vertical .carousel-item-next,
.vertical .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vertical .carousel-item-prev,
.vertical .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.listing-row .carousel-item {
    margin: 32px 0 0 0;
}

a.top-arrow {
    top: 0;
    width: 100%;
    border: solid 1px #ddd;
    height: auto;
    bottom: auto;
    z-index: 2;
    background-color: #eee;
    padding: 5px 0;
}

a.top-arrow .carousel-control-prev-icon {
    background-image: none;
}

a.top-arrow .carousel-control-prev-icon i {
    color: #333;
    font-size: 35px;
    line-height: 17px;
    z-index: 1;
}

a.bottom-arrow {
    top: auto;
    width: 100%;
    border: solid 1px #ddd;
    height: auto;
    bottom: -32px;
    z-index: 2;
    background-color: #eee;
    padding: 5px 0;
}

a.bottom-arrow .carousel-control-next-icon {
    background-image: none;
}

a.bottom-arrow .carousel-control-next-icon i {
    color: #333;
    font-size: 35px;
    line-height: 17px;
    z-index: 1;
}

.listing-row .feature-detail {
    padding: 15px 10px 0;
}

.small-proporty-pic img {
    width: 49px !important;
    height: 35px !important;
}

.login-detail {
    padding: 10px;
    /* background-color: #e5b347; */
    color: #fff !important;
}

.login-detail:hover {
    background-color: #333 !important;
}

.add-property {
    padding: 10px;
    background-color: #e5b347;
    color: #fff !important;
}

.add-property:hover {
    background-color: #333 !important;
}

.login-detail i {
    font-size: 16px !important;
    margin: 0 3px 0 0;
}

.login-part .card {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 400px;
    width: 100%;
    background-color: #29333d !important;
}

.register-part .card {
    max-width: 800px;
    width: 100%;
}

.login-part .card-header:first-child {
    background-color: #0E404F;
}

.login-part .social_icon span {
    font-size: 47px;
    margin-left: 10px;
    color: #fff;
    margin-top: 35px;
}

.login-part .social_icon span:hover {
    color: white;
    cursor: pointer;
}

.login-part .card-header h3 {
    color: white;
}

.login-part .social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.login-part .input-group-prepend span {
    width: auto;
    background-color: #e5b347;
    color: #fff;
    border: 0 !important;
    display: inline-block;
}

.login-part input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.login-part .remember {
    color: white;
}

.login-part .remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login-part .login_btn {
    color: #fff;
    background-color: #e5b347;
    width: 100px;
}

.login-part .login_btn:hover {
    color: black;
    background-color: #bfb6b6;
}

.login-part .links {
    color: white;
}

.login-part .links a {
    margin-left: 4px;
}

.footer-logo {
    width: 200px;
}

.service-provider .col-md-2 img {
    width: 78px;
    margin-bottom: 10px;
}

.service-provider .col-md-2 {
    margin-top: 30px;
}


/*.login-part{
background-image: url('http://www.prodaigo.bg/settings/slides/slide_1426665129.png');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
}*/

.hide-phone {
    display: none;
}

.show-phone-no {
    display: flex;
}

.login-part .remove-bg {
    background-color: transparent !important;
}

.border-style th,
.border-style td {
    border-left: solid 1px #eee;
    vertical-align: middle;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.thumbnail-image {
    width: 70px;
    margin: -7px 0 0px 0px;
    height: 70px;
}

.login-part .property-title .input-group-prepend span {
    width: 125px;
}

.agent-logo-image {
    width: 38px;
    height: 38px;
}

.frontend-dashboard .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.frontend-dashboard .panel-primary {
    border-color: #337ab7;
}

.frontend-dashboard .panel-green>.panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.frontend-dashboard .panel-green {
    border-color: #5cb85c;
}

.frontend-dashboard .panel-green>a {
    color: #5cb85c;
}

.frontend-dashboard .panel-yellow>.panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.frontend-dashboard .panel-yellow {
    border-color: #e5b347;
}

.frontend-dashboard .panel-yellow>a {
    color: #e5b347;
}

.frontend-dashboard .panel-red>.panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.frontend-dashboard .panel-red {
    border-color: #d9534f;
}

.frontend-dashboard .panel-red>a {
    color: #d9534f;
}

.frontend-dashboard .panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.frontend-dashboard .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.frontend-dashboard .huge {
    font-size: 40px;
}

.frontend-dashboard .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.frontend-dashboard .col-xs-3 {
    width: 25%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.frontend-dashboard .col-xs-9 {
    width: 75%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-toggle-btn {
    margin-left: 0px;
    border-radius: 4px;
    background-color: #e3e3e3;
}

.flag-size {
    width: 80px;
    height: 60px;
}

.property-image-size {
    width: 30px !important;
    height: 20px !important;
}

.custom-margin-top-20 {
    margin-top: 20px;
}

.social-sharing li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.social-sharing li i {
    font-size: 22px;
}

#lable-fav-count {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.agent-detail.content-seller i {
    margin: 0 0px 0 0px;
}

.m-tb {
    margin: 32px 0 0;
    padding: 6px 0 10px;
}

#popular-cities .carousel-item {
    margin: 0px 0 0 0;
}

.property-cat i {
    font-size: 30px;
    margin-bottom: 10px;
}

.property-cat .col-md-6 {
    margin-bottom: 15px;
    border: solid 1px #eee;
    max-width: 39%;
    margin: 0 6px 7px 28px;
    padding: 10px !important;
}

.colapse-field .card {
    border: none;
}

.colapse-field input {
    border-radius: 0;
    text-align: left;
    color: #ccc;
}

.colapse-field input:hover {
    border-radius: 0;
    border: solid 1px #a9a9a9;
    color: #ccc;
    text-decoration: none;
}

input.btn.btn-link {
    border: solid 1px #a9a9a9;
    text-decoration: none;
}

form .chk-box {
    width: 17px;
}

form .chk-box-lbl {
    margin-top: 10px;
}

.colapse-field .card-body {
    border: solid 1px #a9a9a9;
}

.colapse-field input[type=button] {
    appearance: none;
    color: #ccc;
    background-image: url(../images/icon-arrow-down.png);
    background-repeat: no-repeat;
    background-position: top 17px right 12px;
}

.advanc-range .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #e5b347;
}

.tab-container-custom {
    margin-bottom: -185px !important;
    top: -334px !important;
}

.tab-pane input[type=text] {
    color: #b7b7b7 !important;
}

.changed h4:after {
    width: 78%;
}

.changed .padding-lr.grey-bg.clearfix.pb-2 {
    padding-left: 16px;
}


/****************
                search box
                    ****************
                                                **************/

#custom-search-input .input-group {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

.search-projects h4:after {
    width: 77%;
}

.featured-sec h4:after {
    width: 79%;
}

span.input-group-btn .btn {
    color: #e5b347 !important;
    font-size: 26px;
}

.fix-thumbnail-height .col-md-2 {
    height: 92px;
}

.fix-thumbnail-height .col-md-2 img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.fix-thumbnail-height .col-md-1 {
    height: 70px;
}

.fix-thumbnail-height .col-md-1 img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.fix-thumbnail-height-popup .carousel-item {
    height: 500px;
}

.fix-thumbnail-height-popup .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.share-links span {
    font-size: 16px;
    margin: 0px;
}

.share-links .fa-facebook-official {
    color: #3B5998;
}

.share-links .fa-twitter {
    color: #55ACEE;
}

.share-links .fa-google-plus {
    color: #CC3333;
}

.share-links .fa-linkedin {
    color: #0077B5;
}

.share-links .fa-whatsapp {
    color: #4FCE5D;
}

.share-links {
    border-bottom: solid 1px #eee;
}


/*======= Price dropdown =========*/

.new-price-col {
    position: relative;
}

.new-price-col .dropdown-toggle::after {
    position: absolute;
    top: 26px;
    right: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #ccc !important;
    background-image: url(../images/icon-arrow-down.png);
    background-repeat: no-repeat;
    content: "";
    background-size: 100%;
    width: 12px;
    height: 12px;
}

.new-price-col .dropdown-menu.show {
    display: block;
    width: 300px;
    left: -9px !important;
    /* position: relative; */
    top: 4px !important;
    padding-top: 0;
    border-radius: 0;
}

.new-price-col h6 {
    text-align: center;
    background-color: #e5b347;
    padding: 8px;
    color: #fff;
}

.new-price-col input {
    color: #000 !important;
}

.new-price-col .min_price,
.new-price-col .max_price {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 15rem;
    padding-right: .5rem;
}

.new-price-col .min_price a,
.new-price-col .max_price a {
    width: 100%;
    margin-bottom: 7px;
    padding: 5px;
    text-align: center;
    border: solid 1px #ddd;
    display: inline-block;
    color: #333;
    font-size: 13px;
}

.new-price-col .min_price a:hover,
.new-price-col .max_price a:hover {
    background-color: #ddd;
}

.active-bg {
    background-color: #e5b347;
    color: #fff !important;
}

.active-bg-two {
    background-color: #e5b347;
    color: #fff !important;
}

.new-price-col .dropdown-menu.show-box {
    display: block;
}

.new-price-col .dropdown-menu.none-box {
    display: none;
}

.min_price::-webkit-scrollbar:hover,
.min_price::-webkit-scrollbar {
    width: .2816rem
}

.min_price::-webkit-scrollbar:hover,
.min_price::-webkit-scrollbar {
    font-size: .4032rem
}

.min_price::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: .1rem #708090
}

.min_price::-webkit-scrollbar-track {
    box-shadow: inset 0 0 .6rem rgba(0, 0, 0, .3)
}

s .max_price::-webkit-scrollbar:hover,
.max_price::-webkit-scrollbar {
    width: .2816rem
}

.max_price::-webkit-scrollbar:hover,
.max_price::-webkit-scrollbar {
    font-size: .4032rem
}

.max_price::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: .1rem #708090
}

.max_price::-webkit-scrollbar-track {
    box-shadow: inset 0 0 .6rem rgba(0, 0, 0, .3)
}

.dropdown-menu.showboxd {
    display: block !important;
}

.dropdown-menu-box {
    position: absolute;
    transform: none;
    will-change: transform;
    display: block;
    width: 300px;
    left: -1px !important;
    /* position: relative; */
    top: 55px !important;
    padding-top: 0;
    border-radius: 0;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    z-index: 1000;
    right: auto;
    bottom: auto;
}

.new-price-col .close-box {
    cursor: pointer;
    background-color: #333;
    color: #fff;
    padding: 2px 5px 6px 5px;
    text-align: center;
    /* line-height: 10px; */
    margin-bottom: 0px;
    display: inline-block;
}

.service-provider-list-view .featured-tag-two {
    right: -31px;
    position: absolute;
    text-align: left;
    top: 27px;
}

.remove-agencies-after::before {
    background-image: none;
}

.agencies .service-provider-list-view ul li {
    padding-bottom: 0px;
}

.service-provider-list-view .row-bg:nth-child(odd) {
    background-color: #f7f7f7;
}

.service-provider-list-view .row-bg {
    padding: 16px 0 0 0;
    position: relative;
    overflow: hidden;
}

.agent-list-view .featured-tag-two {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    transform: none;
    top: 0;
    margin-bottom: 0;
}

.agencies .agent-list-view .col-md-6 {
    padding: 0px 0px;
}

.agencies .agent-list-view .agent-image {
    height: 150px;
    margin-bottom: 20px;
}

.agencies .agent-list-view .agent-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pricingTable {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    text-align: center;
    padding: 0 0 10px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.pricingTable .pricingTable-header {
    color: #fff;
    background-color: #e5b347;
    padding: 25px 10px 45px;
    border-bottom: 10px solid #fff;
    box-shadow: 0 0 0 15px #e5b347;
}

.pricingTable .title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 13px;
}

.pricingTable .price-value {
    background-color: #e5b347;
    line-height: 124px;
    height: 182px;
    width: 182px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 50%;
    transform: translateY(-40px);
    position: relative;
}

.pricingTable .price-value:before {
    content: '';
    height: 85%;
    width: 85%;
    border: 2px dashed #fff;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.pricingTable .price-value .amount {
    color: rgb(3, 8, 10);
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 5px 2px 0 3px rgba(0, 0, 0, 0.3);
    display: block;
}

.pricingTable .time {
    color: #202020;
    font-size: 20px;
    text-transform: uppercase;
    margin: -25px 0 15px;
    display: block;
}

.pricingTable .pricing-content {
    color: #222;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.pricingTable .pricing-content li:nth-child(even) {
    background-color: #E7EEF4;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    background-color: #e5b347;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 25px;
    /*border: 2px solid #e5b347;*/
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.pricingTable .pricingTable-signup a:hover {
    color: rgb(20, 20, 20);
}

.pricingTable .pricingTable-signup a:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0) rotate(-60deg) translateX(-30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover:before {
    opacity: 1;
    transform: scale(1) rotate(0) translateX(0);
}

.pricingTable.green .pricingTable-header {
    background-color: #A4B437;
    box-shadow: 0 0 0 15px #B7D43E;
}

.pricingTable.green .price-value {
    background-color: #B6D339;
}

.pricingTable.green .price-value .amount {
    color: #A4B437;
}

.pricingTable.green .pricing-content li:nth-child(odd) {
    background-color: #F1F5DE;
}

.pricingTable.green .pricingTable-signup a {
    background-color: #B6D53A;
    border-color: #B6D53A;
}

.pricingTable.green .pricingTable-signup a:hover {
    color: #B6D53A;
}

.pricingTable.orange .pricingTable-header {
    background-color: #F38A46;
    box-shadow: 0 0 0 15px #F7A245;
}

.pricingTable.orange .price-value {
    background-color: #F5A448;
}

.pricingTable.orange .price-value .amount {
    color: #F38A46;
}

.pricingTable.orange .pricing-content li:nth-child(odd) {
    background-color: #FEECD8;
}

.pricingTable.orange .pricingTable-signup a {
    background-color: #F28B48;
    border-color: #F28B48;
}

.pricingTable.orange .pricingTable-signup a:hover {
    color: #F28B48;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 40px;
    }
}

.pricing {
    padding-top: 84px;
    padding-bottom: 70px;
}

.package {
    float: right;
    top: -224px;
    left: -423px;
}

.subscription-button {
    float: right;
    background-color: #e5b347;
    font-size: 13px;
    text-decoration: none;
    color: white;
    margin: 3px;
}


/*==============bottom fixed css===========*/

.bottom-row {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 -0.6rem 1rem 0 rgba(0, 0, 0, .1);
    background-color: #eee;
}

.modal-backdrop {
    background: none;
}

.custom-wite-bg button.btn-light {
    background-color: #fff;
    border: solid 1px #a9a9a9;
    color: #ccc !important;
    padding: 6px 13px 6px 16px;
}

.custom-search-wite-bg button.btn-light {
    background-color: #fff;
    border: solid 1px #a9a9a9;
    border-radius: 0;
    color: #ccc !important;
    height: 44px;
    /* padding: 6px 13px 6px 16px; */
}

.custom-agent-listing,
.custom-developer-listing {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.custom-agent-listing .imageBackground {
    height: 120px;
    background: #e5b347;
    margin-bottom: 70px;
}

.custom-agent-listing .imageBackground .featured-tag-two {
    background: #fff;
    float: left;
    color: #333;
    width: auto;
    padding: 5px 10px;
    box-shadow: 2px 2px 2px #000;
}

.custom-agent-listing .agent-list-view .agent-image img {
    border-radius: 50%;
    height: 120px;
    width: 150px;
    margin: 45px 0 0 0;
}

.custom-agent-listing .agent-list-view ul li {
    border-bottom: 0;
    margin-top: 0;
}

body {
    background: white;
    background: -webkit-linear-gradient(to right, white, white);
    background: linear-gradient(to right, white, white);
    min-height: 100vh;
}

.cart-head {
    color: black;
}

.custom-agent-listing .agent-list-view ul li i,
.custom-serviceprovider-listing .service-provider-list-view ul li i {
    color: #e5b347;
}

.custom-serviceprovider-listing .imageBackground {
    height: 100px;
    background: #e5b347;
}

.custom-serviceprovider-listing .imageBackground .featuredTag {
    box-shadow: 2px 2px 2px #000;
}

.custom-serviceprovider-listing .profile-image {
    height: 100px;
    width: 150px;
}

.custom-serviceprovider-listing .profile-image img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.custom-serviceprovider-listing .provider-description {
    position: relative;
    top: -50px;
    padding: 0 15px;
    margin-bottom: -50px;
}

.custom-serviceprovider-listing .service-provider-list-view ul li {
    border-bottom: 0;
    /* margin-top: 0; */
}

.custom-serviceprovider-listing .postion-absolute {
    position: absolute;
    bottom: 0;
    right: 0;
}

.custom-description-label {
    background-color: #e5b347 !important;
    color: #fff !important;
    border: 0 !important;
    display: inline-block;
    width: 125px;
    padding: 7px 13px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 1rem !important;
    font-weight: 400;
}

.custom-post-field button.btn-light {
    background-color: #fff;
    border: 1px solid #ced4da;
    color: #495057 !important;
    /* height: 44px; */
    /* width: 100%; */
}


/* post property button style */

.butn ul {
    padding: 30px;
    border-radius: 30px;
}

.butn ul li {
    display: inline;
    background-color: #f3f3f3;
    padding: 7px 60px 7px 10px;
}

.butn ul li+li {
    border-left: 2px solid #b7b7b7;
}

.butn ul li input {
    position: relative;
    top: 3px;
    margin: 0 3px 0 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff;
    width: 15px;
    height: 17px;
    border: solid 1px #ddd;
}

.butn ul li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.butn ul li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.butn .boxContent {
    background-color: #fff;
    width: 100%;
    border: 2px solid #ccc;
}

.butn .text-checkbox {
    display: inline;
}

.butn .text-checkbox span {
    font-family: monospace;
    font-size: 15px;
}

.text-checkbox+label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.butn input:checked {
    background-color: green;
}

.butn .text-checkbox :checked {
    display: inline-block;
    background: #fff url('https://www.zameen.com/v3/images_css/CheckBoxOn.png');
}

.butn .current {
    background: #e0e0e0;
}

#images_view {
    width: 100%;
    margin: -7px 20px 0px 12px;
    display: inherit;
}

#images_view .thumbnail-image-100 {
    /* width: 46%; */
    width: 70px;
    height: 70px;
}

.postthumbnailView .thumbnail-image {
    height: 70px;
    width: 70px;
    margin: 0 0 5px 0;
}

#property-form div.fromgroup-error {
    margin-bottom: 5px !important;
}

#property-form span.invalid-feedback {
    margin-bottom: 20px !important;
}

.bg-light-cart {
    background-color: #e5b347;
    color: white;
}

.error-package {
    background: #fcb7b7;
    padding: 25px;
}

.error-packge .msg {
    font-size: 20px;
}


/*===================new advertise page css================*/

.new-advertise nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

.new-advertise h5 {
    line-height: 30px;
}

.new-advertise .advertise-image {
    height: 289px;
    margin-bottom: 37px;
}

.new-advertise .col-md-4 h5 {
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.new-advertise .col-md-4:hover h5 {
    padding: 30px 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.new-advertise nav>div a.nav-item.nav-link {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #29333d;
    border-radius: 0;
    font-weight: bold;
    font-size: 22px;
}

.new-advertise nav>div a.nav-item.nav-link.active {
    background: #e5b347;
    color: #000;
}

.new-advertise nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -63px;
    left: -28%;
    border: 15px solid transparent;
    border-top-color: #e5b347;
    /* / transform: translateX(-50%); / */
}

.new-advertise .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-bottom: 5px solid #e5b347;
    padding: 30px 25px;
}

.new-advertise nav>div a.nav-item.nav-link:hover,
.new-advertise nav>div a.nav-item.nav-link:focus {
    border: none;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.close-popup-button {
    position: absolute;
    top: 0;
    right: 14px;
    opacity: 1 !important;
    color: black !important;
    border: solid 1px !important;
    border-radius: 4px;
    width: 24px;
    background: #fff;
    /*color: white;*/
    /*background-color: black !important;*/
}


/* .body-padding {
    padding-bottom: 133px;
} */

.premium-agents .col-md-2 {
    height: 100px;
}

.premium-agents .col-md-2 img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.modal-open {
    overflow-y: auto;
}

.butn input:checked {
    background-color: green;
}

.butn .text-checkbox :checked {
    display: inline-block;
    background: #fff url('https://www.zameen.com/v3/images_css/CheckBoxOn.png');
}

.butn .current {
    background: #e0e0e0;
}

#images_view {
    width: 100%;
    margin: -7px 20px 0px 12px;
    display: inherit;
}


/* #images_view .thumbnail-image-100{
width: 46%;
height: 50px;
} */


/* .postthumbnailView .thumbnail-image {
    height: 38px;
    width: 40px;
    margin: 0;
} */

#property-form div.fromgroup-error {
    margin-bottom: 5px !important;
}

#property-form span.invalid-feedback {
    margin-bottom: 20px !important;
}

.custom-image-view img {
    margin: 0 7px 20px 5px;
    height: 70px;
    width: 70px;
}

.custom-feature-list ol {
    list-style: disc;
    margin: 5px 0 0 0;
}

.custom-feature-list ol li {
    float: left;
    list-style: disc;
    margin: 0px 20px 0 10px;
}

.thumbnail-image-100 {
    width: 100px;
    height: 100px;
}

.thumbnail-image-70 {
    width: 70px;
    height: 70px;
}

#thumbnail_display.thumbnail-image-70 {
    width: 70px;
    height: 70px;
    max-height: 70px;
}

#edit-gallery-images .thumbnail-image-100 {
    width: 70px;
    height: 70px;
}

#edit-gallery-images .front-image {
    position: relative;
}

#edit-gallery-images a {
    position: absolute;
    top: -10px;
    right: 7px;
    background: #000;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
}

.change-label-bg .input-group-prepend span,
.custom-description-label,
.change-label-bg .login_btn {
    background-color: #ddd;
    color: black;
    font-size: 13px;
    /* width: 104px !important; */
}

.change-label-bg .login_btn:hover {
    background-color: #333;
    color: white;
}

.change-label-bg .form-group {
    margin-bottom: 8px;
}

.property-address {
    height: 43px;
    overflow: hidden;
}

.listing-view .propertycustomheight .feature-detail {
    height: 377px;
    background: #eee;
}

.profile-tab a {
    display: inline-block;
    padding: 10px;
    background-color: #eee;
    color: black;
    margin: 0 0 3px 0px;
    font-size: 16px;
    border: solid 1px #ddd;
    width: auto;
}

.profile-tab a:hover {
    background-color: #333;
    color: white;
}


/*new Dashboard design*/

.new-dashboard .col-xs-3 {
    border-radius: 3px;
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
    margin-left: 15px;
}

.new-dashboard .card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    padding: 20px 20px 0;
}

.new-dashboard .card-header {
    background-color: transparent;
    padding: 0;
}

.new-dashboard .card-icon {
    border-radius: 3px;
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    padding: 15px;
    margin-top: -41px;
    margin-right: 15px;
    float: left;
    padding: 8px;
}

.new-dashboard .card-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
}

.new-dashboard .card-footer {
    border-top: 0;
    padding: 10px 0;
}


/*==============subscription-pkg page css===============*/

.subscription-pkg .card-image {
    background: url(../images/architecture.jpg) no-repeat center center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: .3rem;
}

.subscription-pkg .rgba-stylish-strong {
    background-color: rgba(62, 69, 81, .7)!important;
}

.subscription-pkg .btn-outline-white {
    border: 2px solid #fff;
    color: #fff!important;
    background-color: transparent;
    text-transform: uppercase;
}

.subscription-pkg .btn-outline-white:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.subscription-pkg .rgba-teal-strong {
    background-color: rgba(0, 150, 136, .7)!important;
}

.subscription-pkg .rgba-red-strong {
    background-color: rgba(244, 67, 54, .7)!important;
}

.subscription-pkg .display-4 {
    font-size: 3.5rem;
}

.subscription-pkg .display-5 {
    font-size: 29px;
}

.sp-carasoul .carousel-indicators .active {
    background-color: #e5b347;
}

.sp-carasoul .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a9a9a9;
}

.sp-btn {
    cursor: pointer;
}

a.btn.float-right {
    color: white;
    background-color: #e5b347;
}


/*===================events page css================*/

.event-image {
    height: 183px;
}

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

.event-row .badge-secondary {
    background-color: #333;
}

.modal.fade.show {
    background: rgba(0, 0, 0, 0.6);
}

.watermark {
    position: absolute;
    top: 0;
    width: 66%;
    height: 100%;
    left: 50%;
    opacity: 0.5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    object-fit: contain !important;
}

ul.pagination {
    text-align: center;
    display: block;
}

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

ul.pagination .page-item.active .page-link {
    background-color: #e5b347;
    border-color: #e5b347;
}

.loading-col .col-md-4,
.loading-col .col-md-3 {
    display: none;
}

.loading-col .propertycustomheight .feature-detail {
    height: 377px;
    background: #eee;
}

.star-rating s,
.star-rating-rtl s {
    padding: 2px;
}

.star-rating s,
.star-rating-rtl s {
    color: #ccc;
    text-decoration: none;
    cursor: not-allowed;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.star-rating-disabled {
    opacity: 0.65;
}

.star-rating-active s,
.star-rating-rtl-active s {
    cursor: default;
}

.star-rating-active s:hover:before,
.star-rating s.rated:before {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    content: "\e006";
    color: #fde16d;
}

.star-rating s:before {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    content: "\e007";
}

.star-rating-rtl-active s:hover:after,
.star-rating-rtl s.rated:after {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    content: "\e006";
    color: #fde16d;
}

.star-rating-rtl s:after {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    content: "\e007";
}

.star-rating-active s:hover:before,
.star-rating-rtl-active s:hover:after {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    color: #8a6d3b;
}

.rating-xl {
    font-size: 50px;
    line-height: 32px;
}

.rating-lg {
    font-size: 40px;
    line-height: 26px;
}

.rating-md {
    font-size: 32px;
    line-height: 21px;
}

.rating-sm {
    font-size: 26px;
    line-height: 17px;
}

.rating-xs {
    font-size: 21px;
    line-height: 14px;
}

.star-rating .clear-rating,
.star-rating-rtl .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 70%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.star-rating .clear-rating {
    padding-right: 5px;
}

.star-rating-rtl .clear-rating {
    padding-left: 5px;
}

.rating-xl .clear-rating {
    padding-bottom: 20px;
}

.rating-lg .clear-rating {
    padding-bottom: 17px;
}

.rating-md .clear-rating {
    padding-bottom: 15px;
}

.rating-sm .clear-rating {
    padding-bottom: 12px;
}

.rating-xs .clear-rating {
    padding-bottom: 10px;
}

.star-rating .caption,
.star-rating-rtl .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
}

.rating-xl .caption {
    font-size: 24px;
    padding-bottom: 25px;
}

.rating-lg .caption {
    font-size: 20px;
    padding-bottom: 22px;
}

.rating-md .caption {
    font-size: 15px;
    padding-bottom: 20px;
}

.rating-sm .caption {
    font-size: 16px;
    padding-bottom: 17px;
}

.rating-xs .caption {
    font-size: 14px;
    padding-bottom: 12px;
}

span.rating.generic-orange.fs12.fs12 {
    color: #e5b347;
}


.exclusive-property .space-lr ul li span{
    font-size: 12px;
}

/*.mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
}
*/
header .navbar-expand-lg .navbar-nav .nav-item ul {
    padding-right: 0;
    position: absolute;
    left: 100%;
    min-width: 200px;
    display: none;
    border: solid 1px #ddd;
}

header .navbar-expand-lg .navbar-nav .nav-item:hover ul {
   
    display: block;
}

span#words {
    display: block;
    background: #aeacbb;
    height: 37px;
    text-align: center;
}

.left-menu-allign{
	left: 158px !important;
	top: 0 !important;
}

.saphire-color, .saphire-color a
{
	background-color: #092d01 !important;
	box-shadow: 0 0 0 15px #092d01 !important;
	/*border: 2px solid #092d01 !important;*/
}



.emerald-color ,.emerald-color a
{
	background-color: #3e0609 !important;
	 box-shadow: 0 0 0 15px #3e0609 !important;
	 /*border: 2px solid #3e0609 !important;*/
}



.diamond-color, .diamond-color a
{
	background-color: #000000 !important;
	 box-shadow: 0 0 0 15px #000000 !important;
	 /*border: 2px solid #000000 !important;*/
	 border: none;
}


.feature-cordian .bg-white{
	background-color: white !important;

}

.feature-cordian .w-100{
	max-width: 100% !important;

}





#country-flags .flag-images {
    display: inline-block;
    margin: 0 12px 0 12px;
}


#upgrade-profile{
    background-color: #e5b347;
    color: white;
}

.vertical-caraoul{
    height: 315px;
    background-color: #efefef;
}