.bg-light-yellow {
    background-color: #fff9e4;
}

.rounded-10{
  border-radius: 10px;
}
.text-black,{color:black !important;}
.main-banner {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-image: url(../img/banner-bg.jpg);
padding: 150px 0px 100px 0px;
position: relative;
overflow: hidden;
}
form#search-form {
background-color: #fff;
padding: 0px 0px 0px 20px;
width: 100%;
border-radius: 7px;
display: inline-block;
text-align: center;
}
form#search-form select, form#search-form input {
width: 100%;
height: 36px;
background-color: transparent;
border: none;
color: #2a2a2a;
font-size: 15px;
outline: none;
}
form#search-form button.main-button {
  width: 100%;
  height: 100%;
  background-color: #8d99af;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 15px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.main-banner ul.categories {
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
.main-banner ul.categories li {
  display: inline-block;
  text-align: center;
  width: 18%;
}
.main-banner ul.categories li .icon {
  display: block;
  margin: 0 auto 12px auto;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: #8d99af;
  background-color: #fff;
  transition: all .5s;
}
.main-banner ul.categories li .icon img {
  max-width: 27px;
}
.main-banner ul.categories li a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
}
.main-banner ul.categories li a:hover .icon {
  background-color: #2b2d42;
}
.main-banner .top-text h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-banner .top-text {
  text-align: center;
}
.main-banner .top-text h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 45px;
}
.ptype{
  width:100%;
  background: transparent !important;
  border: none;
  color: #2a2a2a;
}
#search-form .dropdown-menu {
  visibility: visible;
  width: 500px;
}
#dropdownMenu2:hover,#dropdownMenu2:active,#dropdownMenu2:focus,#min-max-price-range:hover,#min-max-price-range:active,#min-max-price-range:focus{
  color: #2a2a2a;
}
.radio-button:checked + .radio-tile {
  background-color: #45AD96 !important;
  border: 2px solid #45AD96;
  color: #fff;
  transform: scale(1.1, 1.1);
}
.radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  margin: 0;
  cursor: pointer;
}
.accordion-body > .form-check {
  display: contents;
}
/*.badge {
  background-color: #fff !important;
  color: #000;
  border: 1px solid;
}*/
.dropdown-border{
  border-left: 1px solid #8d99af;
  border-right: 1px solid #8d99af;
}
#accordionPanelsearch > .accordion-item > .accordion-header > .accordion-button {
  padding: 5px 8px;
  color: #000;
}
.budget-dropdown ul{
  overflow-y:scroll;
  max-height:250px;
}
.budget-dropdown input{
  float:left;
  border:1px solid #000 !important;
}
#price-max{
  text-align:right;
}
.custom-ul-mega li:hover{
  border-bottom: 3px solid #45AD96;
}


.custom-ul-mega li a:hover {
    background-color: #fff !important;
}
@media (max-width: 1200px) {
  form#search-form {
      padding: 20px;
  }
}
@media (max-width: 992px) {
  form#search-form select, form#search-form input {
      border: 1px solid #8d99af;
      border-radius: 7px;
      margin-bottom: 15px;
  }
  form#search-form .dropdown{
      border: 1px solid #8d99af;
      border-radius: 7px;
      margin-bottom: 15px;
  }
  .budget-dropdown,#search-form .dropdown-menu{
      width: 100% !important;
  }
  .back-to-top{
      display:none !important;
  }
  .categories{
      padding:0px;
  }
  .main-banner ul.categories li .icon{
      width:56px;
      height:56px;
  }
}

/***********************owl slider start*****************************/
.weekly-offers .item {
  margin: 0px 15px;
  position: relative;
  min-height: 420px;
}
.weekly-offers .item .thumb img {
  padding-right: 160px;
  border-radius: 23px;
}
.weekly-offers .item .thumb .text {
  position: absolute;
  background-color: #fff;
  border-radius: 23px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
.weekly-offers .item .thumb .text h4 {
  font-size: 20px;
  display: inline-block;
}
.weekly-offers .item .thumb .text h6 {
  display: inline-block;
  float: right;
  text-align: right;
  font-size: 20px;
  color: #22b3c1;
}
.weekly-offers .item .thumb .text ul {
  border-top: 1px solid #eee;
  margin-top: 25px;
  padding-top: 25px;
}
.weekly-offers .item .thumb .text ul li:first-child {
  color: #2a2a2a;
  font-weight: 600;
}
.weekly-offers .item .thumb .text ul li {
  color: #afafaf;
  font-size: 14px;
  margin-bottom: 10px;
}
.weekly-offers .item .thumb .text .main-button {
  margin-top: 30px;
}
.main-button a {
  font-size: 14px;
  color: #fff;
  background-color: #22b3c1;
  border: 1px solid #22b3c1;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.weekly-offers .owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-prev{
  float: left;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: #f5ca33;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  padding: 9px;
  cursor: pointer;
}
.owl-next{
  float: right;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: #f5ca33;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  padding: 9px;
  cursor: pointer;
}
/***********************owl slider end******************************/
/***********************category start******************************/
.bg-card-light {
  background: #f7f7fb;
  text-align: center;
  transition: 0.4s;
  transform: scale(1);
  width: 100%;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 1.5rem;
}
.sptb{
  background-color:#f7f7fb;
}
.sptb .cat-item .cat-img img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.sptb .cat-item .cat-desc {
  margin-top: 15px;
}
.sptb .cat-item .cat-desc h5{
  color: #212529;
  font-size:14px;
  font-weight:400;
}
.sptb .bg-card-light:hover {
  box-shadow: 0 0 40px 0 rgba(152, 154, 158, 0.5);
  background: #fff;
  border:1px solid #45AD96;
}
.partion-even{
  background-color:#f7f7fb;
}
/***********************category end******************************/
/***********************popup start******************************/
.popupleftside {
  background-color: #45AD96;
  border-top-left-radius:10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.popupleftside ul {
  padding: 0 0;
}
.popupleftside .contact_details ul li {
  margin-bottom: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #fff;
}
.popuprightside {
  background-color: #ffffff;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.popupleftside i{
color:#757575;
margin-right: 3px;
}
.btn-rounded, .btn-rounded:hover {
  width: 100%;
  border-radius: 30px;
  padding: 0.20rem 1.5rem;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  background-color: #757575;
  border-color: #757575;
  color: #fff !important;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
}
.acceptence {
  clear: both;
}
/***********************popup start******************************/

/************Radio button******************/
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #45AD96;
  border: 2px solid #45AD96;
  color: white;
  transform: scale(1.1, 1.1);
}
.radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #45AD96;
    border-radius: 5px;
    padding: 1rem;
    transition: transform 300ms ease;
}
.radio-tile-group .input-container {
    position: relative;
    height: 2rem;
    width: auto;
    margin: 0.5rem;
}
.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    float: left;
}
.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}
.verticalwiz {
    display: block;
    list-style: none;
    position: relative;
    width: 100%
}

.verticalwiz a:hover,.verticalwiz a:active,.verticalwiz a:focus {
    text-decoration: none
}

.verticalwiz li {
    display: block;
    height: 100%;
    min-height: 90px;
    max-width: 215px;
    width: 100%;
}

.verticalwiz li:before {
    border-top: 3px solid #45AD96;
    content: "";
    display: block;
    font-size: 0;
    overflow: auto;
    position: relative;
    top: 50px;
    right: 0;
    width: 100%;
    z-index: 1;
    transform: rotate(90deg) translateY(87px);
    left: 0;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}
.verticalwiz li.complete .step {
    background: #0aa66e;
    padding: 1px 6px;
    border: 3px solid #55606E
}

.verticalwiz li .step i {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -1.5px
}

.verticalwiz li .step {
    background: #B2B5B9;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 13px;
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s
}

.verticalwiz li.active .step,.verticalwiz li.active.complete .step {
    background: #45AD96;
    color: #fff;
    font-weight: 700;
    padding: 7px 13px;
    font-size: 15px;
    border-radius: 50%;
    border: 3px solid #b7910c
}

.verticalwiz li .title {
    display: inline;
    font-size: 14px;
    position: relative;
    left: 10px;
    font-weight: 600;
}

.rightab {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 30px;
    box-shadow: 1px 1px 11px #ccc;
    min-height: 320px;
}

@media  (min-width: 992px) and (max-width: 1199px){
    .verticalwiz li:before{    
        transform: rotate(90deg) translateY(65px);
        max-width: 60%;
    }
}
@media (max-width: 991px){
    .verticalwiz li{
        float: left;
        width: 25%;
        height: auto;
        min-height: inherit;
        margin-bottom: 20px;
        max-width: inherit;
        text-align: center;
    }
    .verticalwiz li:before{
            transform: none;
            max-width: inherit;
            position: absolute;
    }
    .verticalwiz li .title{
        margin-top: 10px;
        text-align: center;
        display: block;
    }
} 
.upload__box {
    padding: 40px;
}
.upload__btn-box {
    margin-bottom: 10px;
}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 170px;
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: "?";
    font-size: 14px;
    color: white;
}

.select2-selection {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #555555;
  font-size: 14px;
  outline: 0;
  min-height: 48px;
  text-align: left;
}
.select2-selection__rendered,.select2-selection__arrow {
  margin: 10px;
}
.bg-light-gray{
  background-color: #f4f5f7;
}

/***********************property-main*************************/
.property-main .amount{
    font-size:20px;
    font-weight:bold;
    clear: both;
    text-align: center;
}
.property-main{
    border: 1px solid #00c1d4 !important;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .24), 0 1px 4px 0 rgba(0, 0, 0, .12);
    background-image: radial-gradient(circle at 0 110%, #cff1f4, #fff 20%);
}
.property-main i{
    padding:10px;
}
.property-sqft{
    color:#787070;
    font-size:12px;
    text-align:center;
}
.property-main .img-thumbnail{
    height:auto;
    width: 100%;
}
.property-main .accordion-button{
    padding:5px;
}
.property-main .accordion-body{
border: 1px solid #ccc;
}
.breadcrumb{
  background-color: #0C2B4B;
  padding: 10px 0px;
}
.dropdownMenu2 .dropdown-menu{
z-index: 11;
padding-bottom:20px;
}
/*************************property-main***************************/

.single-property-section .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 4px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eaeef9;
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgba(234, 238, 249, 0.5);
    margin-bottom: 1.5rem;
    width: 100%;
}
.single-property-section .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 4;
}
.single-property-section .ribbon-top-right {
    top: -10px;
    right: -10px;
}

.single-property-section .ribbon-top-right::before {
    border-top-color: transparent;
    border-right-color: transparent;
    top: 0;
    left: 36px;
}
.single-property-section .ribbon::after, .single-property-section .ribbon::before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid;
}
.single-property-section .ribbon-top-right span {
    left: -8px;
    top: 30px;
    transform: rotate(45deg);
}
.single-property-section .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 8px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    text-align: center;
}
/*************************single page end***************************/
li{
  list-style: none;
}
#navbar-example2 .nav-pills .nav-item a{
    border: 1px solid #45AD96;
    margin-right: 10px;
}
#navbar-example2 .nav-pills .nav-item a.active{
  background-color:#45AD96;
}
.scrollspy-example{
  padding-top:100px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}