@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;
}
html{
    height: 100%;
}
body{
    position: relative;
    min-height: 100%;
}
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;
}
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;
    text-decoration: none;
    background-color: #29333d;
}
header .dropdown-item {
    border-bottom: solid 1px #eee;
}
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: 104px;
    height: 41px;
    color: #fff;
    background-color: #e5b347;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
}
.button-style:hover{
    color: #fff;
    background-color: #333;
}
.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: #ccc !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: 0;
}
.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: 150px;
    overflow: hidden;
}
.exclusive-property .featured-img img{
    object-fit: cover;
}
.exclusive-property .featured-img img{
    height: 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;
    position: absolute;
    width: 100%;
    bottom: 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;
}
.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: cover;
}
.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: 100%;
    margin: 20px 0;
}
.detail-right-col .content-seller .button-style:hover{
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
.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: #e5b347;
}
.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;
}
.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{
    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;
}
.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;
}
.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: #ccc;
    font-size: 16px;
}
.top-nav ul li a:hover{
    color: #fff;
}
.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;
    height: 35px;
}
.login-detail {
    padding: 10px;
    background-color: #e5b347;
    color: #fff !important;
}
.login-detail: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: white;
}
.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: 76px;
    margin:-7px 0 0px 0px;
}
.login-part .property-title .input-group-prepend span {
    width: 125px;
}
.social-sharing li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.social-sharing li i {
    font-size: 22px;
}
.agent-detail p{
    line-height: 25px;
}
.detail-right-col .content-seller i {
    color: #929292;
    margin: 0 0px 0 0px;
    font-size: 17px;
}
.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;
}

/*================*/
.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 .number-listing,
.new-price-col .number-listing-two  {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 15rem;
    padding-right: .5rem;
}
.new-price-col .number-listing a,
.new-price-col .number-listing-two 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 .number-listing a:hover,
.new-price-col .number-listing-two 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;
}
.number-listing::-webkit-scrollbar:hover,
.number-listing::-webkit-scrollbar {
    width: .2816rem
}
.number-listing::-webkit-scrollbar:hover,
.number-listing::-webkit-scrollbar {
    font-size: .4032rem
}
.number-listing::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: .1rem #708090
}
.number-listing::-webkit-scrollbar-track {
    box-shadow: inset 0 0 .6rem rgba(0, 0, 0, .3)
}
s
.number-listing-two::-webkit-scrollbar:hover,
.number-listing-two::-webkit-scrollbar {
    width: .2816rem
}
.number-listing-two::-webkit-scrollbar:hover,
.number-listing-two::-webkit-scrollbar {
    font-size: .4032rem
}
.number-listing-two::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: .1rem #708090
}
.number-listing-two::-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;
}

/*==============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;
}
