p{
  margin: 0 0 0px 0;
}
.property-details{
    width: 100%;
}
.property-details .p-img-sec{
    width: 100%;
    height: 100%;
    position: relative;
}
.property-details .p-img-sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.property-details .more-link{
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 9;
            
}
.property-details .more-link a{
    display: inline-block;
    background-color: #FFF;
    padding: 9px 17px;
    border-radius: 6px;
}
.property-details.carousel-control-prev, .carousel-control-next{
    border: none;
}
.property-details.carousel-item{
    overflow: hidden;
    border-radius: 10px;
}
.property-details.carousel-item img{
    border-radius: 10px;
}
.breadcumb-wrapper{
  background-color: #044dbc !important;
  background-image: none !important;
  padding: 40px 0px !important;
}

.breadcumb-wrapper .breadcumb-title{
  font-size: 30px !important;
  font-weight: 300 !important;
}
.breadcumb-menu a{
  font-size: 16px !important;
  font-weight: 300 !important;
}

/* property css */
.property-box{
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  overflow: hidden;
}
.property-box .img-sec{
  position: relative;
}
.property-box .img-sec span{
    background: rgba(3, 6, 14, 0.7);
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    padding: 6px 14px;
    border-radius: 8px;
    transition: .4s;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 20px;

}
.property-box:hover .img-sec span{
  background-color: #005F9E;
}
.property-box .img-sec, .property-box .img-sec img{
  width: 100%;
}
.property-box .content{
  width: 100%;
  padding: 20px;
}
.property-box .content .property-type{
  width: 100%;
  font-size: 16px;
  color: #005F9E;
}
.property-box .content .property-name{
  width: 100%;
  min-height: 60px;
}
.property-box .content .property-name h3{
  font-size: 24px;
      text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
        font-weight: 700;
        margin: 0;
}
.property-box .content .property-name h3 a{
  color: #000;
}
.property-box .property-featured-sec{
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 13px 20px 13px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.property-box .property-featured-sec li{
    display: flex;
    gap: 5px;
    font-size: 14px;
}
.property-box .box-bottom{
  width: 100%;
  padding: 12px 20px;
}
.property-box .box-bottom .price{
  width: 100%;
  padding: 15px;
  background-color: #F7F7F7;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #005F9E;
}
.property-box .box-bottom .share-box{
  width: 100%;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
.property-box .box-bottom .share-box .share-sec{
  display: flex;
  gap: 5px;
}
.property-box .box-bottom .share-box .share-sec a{
  width: 46px;
  height: 46px;
  background-color: #FFF;
  border: 1px solid #D3D3D3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.property-box .box-bottom .share-box .share-sec a img{
  transition: 0.3s all ease-in-out;
}
.property-box .box-bottom .share-box .share-sec a:hover{
  background-color: #005F9E;
  border-color: #005F9E;
}
.property-box .box-bottom .share-box .share-sec a:hover img{
  filter: brightness(0) invert(1);
}
.property-box .box-bottom .share-box .link a{
    width: 46px;
    height: 46px;
    background-color: #005F9E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    background-image: url(../../assets/img/icon-link.svg);
    background-repeat: no-repeat;
    background-position:-28px 16px;
}
.property-box .box-bottom .share-box .link a:hover{
  background-position:15px 16px;
}
.heading-sec{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading-sec h3{
  margin-bottom: 0px;
}
.heading-sec a{
    border: 1px solid #044dbc;
    padding: 8px 19px;
    border-radius: 25px;
}
.heading-sec a:hover{
  background-color: #044dbc;
  color: #FFF;
}
.widget_title{
  font-size: 18px;
}
.space-extra, .space-extra-bottom {
    padding-bottom: 60px;
}
.space, .space-top {
    padding-top: 60px;
}
.ptb-60{
  padding: 60px 0px;
}
.header-default.header-layout1 .main-menu > ul > li > a, .header-default .main-menu > ul > li > a{
      padding: 44px 0;
}
.why-sec-1{
  background-image: none !important;
  background-color: #FFF !important;
}
.why-sec-1:before{
  display: none !important;
}
.why-sec-1 .title-area h2{
  color: #1250b9 !important;
}
.whychoosesec3{
  border: 1px solid #e9e9e9 !important;
  padding: 24px 60px 24px !important;
  box-shadow: 0px 0px 38px #efefef;
}
.property-values-sec-1{
  background-image: none !important;
}
.property-values-1-counter-wrapper{
  width: 100% !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.property-values-1-counter{
  background-color: #005F9E !important;
}
.property-values-1-counter .counter, .property-values-1-counter span{
  color: #FFF !important;
}
.ad-sec{
  width: 100%;
  padding: 60px 0px;
}
.ad-sec .ad-box{
  width: 100%;
}
.ad-sec .ad-box img{
  width: 100%;
  border-radius: 20px;
}
.slider-pagination-wrapper{
  display: none !important;
}
.hero-1-content{
  text-align: center;
}
.th-hero-wrapper .hero-title{
  text-align: center;
  font-size: 34px;
  font-weight: 400;
}
.hero-inner .th-btn{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.search-area-sec{
  width: 100%;
}
.search-area-sec .search-box{
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  position: relative;
  z-index: 9;
  margin-top: -140px;
  display: flex;
  gap: 10px;
}
.search-area-sec .search-box::before{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 6px;
  opacity: 0.3;
  left: 0;
  top: 0;
}
.search-area-sec .search-box .cmn-box{
  width: 100%;
  position: relative;
}
.search-area-sec .search-box .cmn-box .form-group{
  height: 77px;
  border-radius: 6px;
  background-color: #FFF;
  margin: 0px;
}
.search-area-sec .search-box .cmn-box .form-select.nice-select, .nice-select{
  height: 77px;
  line-height: 74px;
}
.search-area-sec .search-box .cmn-box .nice-select:after{
  top: 32px;
}

.search-area-sec .search-box .cmn-box .more{
  height: 77px;
  border-radius: 6px;
  background-color: #FFF;
  padding: 26px 23px;
  cursor: pointer !important;
  position: relative;
}
.search-area-sec .search-box .cmn-box .more::after{
      content: '';
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    font-size: 16px;
    pointer-events: none;
    border-bottom: 1px solid #554b4b;
    border-right: 1px solid #554b4b;
    position: absolute;
    right: 20px;
    line-height: 56px;
    top: 32px !important;
    height: 8px;
    width: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-area-sec .search-box .cmn-box .th-btn{
  height: 77px;
}
.search-area-sec .search-box .cmn-box .th-btn i{
  font-size: 21px;
}
.search-area-sec .search-box .cmn-box .more-view{
    position: absolute;
    left: 0;
    top: 87px;
    background: #FFF;
    width: 300px;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 38%);
    display: none;
}
.search-area-sec .search-box .cmn-box .price_label{
  display: flex;
  justify-content: space-between;
  width: 106%;
  padding-top: 7px;
}
.search-area-sec .search-box .cmn-box .nice-select.open .list{
  border-radius: 6px;
}
.footer-all-widget-wrapper{
      grid-template-columns: 1fr !important;
}
.footer-all-widget-wrapper .footer-right-wrap .footer-item-wrap{
  grid-template-columns: 1fr 1fr 1fr 1fr 1.15fr !important;
}
.f-contact{
  border-top: 1px solid #303030;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 0px;
}
.f-contact .footer-info p{
  margin: 0px;
}
.f-contact .footer-info p a, .f-contact .footer-info p span{
  color: #FFF;
}
.f-contact .footer-info i{
  width: 38px;
  height: 38px;
  border:1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #FFF;
}
.f-contact .footer-info{
  display: flex;
  align-items: center;
}
.footer-bottom-community{
  margin-top: 0px;
}

/* mortgage calculator css*/
.calculator{
  width: 100%;
}
.calculator-wrapper1{
  width: 100%;
  display: grid;
  grid-template-columns:1fr 1fr;
  background: #f6f2f1;
  border: 1px solid #d8dde1;
  border-radius: 20px;
  padding: 30px;
  gap: 40px;
}
.calculator-wrapper1 .calculator-box .field label{
  color: #000000;
  font-size: 16px;
}
.calculator-wrapper1 .calculator-box .field .form-control{
  background-color: #FFF;
}
.calculator-wrapper1 .calculator-box .th-btn{
  width: 100%;
  border-radius: 6px;
  font-size: 20px;
  text-transform: uppercase;
}
.calculator-wrapper1 .white-bg{
      background: #FFF;
    border-radius: 20px;
    padding: 30px;
}
.calculator-wrapper1 .chart #mortgageChart{
      width: 100% !important;
}

.careers-list{
  width: 100%;
}
.careers-list .show-result{
  font-size: 20px;
  color: #C2C2C2;
}
.careers-list .box{
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
}
.careers-list .box h4{
  font-size: 28px;
  margin: 0px;
}
.careers-list .box h5{
  font-size: 20px;
  margin: 0px;
}
.careers-list .box h5 span{
  color: #005F9E;
}
.careers-list .box .location{
  width: 100%;
  margin-bottom: 15px;
}
.careers-list .box .location i{
  color: #005F9E;
}
.careers-list .box .btn-sec{
  display: flex;
  gap: 15px;
}
.careers-list .box .btn-sec .btn-link{
  border-radius: 50px;
  text-decoration: none;
}
.careers-list .box .btn-sec .btn-link:first-child{
  background-color: #FFFF !important;
  border:1px solid #005F9E;
  color: #005F9E;
}
.careers-list .box .btn-sec .btn-link:first-child:hover{
  color: #FFF;
}
.job-description{
  width: 100%;
}
.job-description .heading-sec1{
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  padding-right: 160px;
}
.job-description .heading-sec1 .title-sec h3{
  font-size: 30px;
  margin-bottom: 5px;
}
.job-description .heading-sec1 .title-sec .location{
  font-size: 20px;
}
.job-description .heading-sec1 .title-sec .location i{
  color: #005F9E;
}
.job-description .heading-sec1 .link{
  position: absolute;
  right: 0;
  top: 13px;
}
.job-description .heading-sec1 .link .btn-link{
  border-radius: 50px;
  text-decoration: none;
}
.job-description .content{
  width: 100%;
}
.job-description .content ul{
  list-style: none;
  padding-left: 10px;
}
.job-description .content ul li{
  background-image: url(../../assets/img/point-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding-left: 23px;
  margin-bottom: 6px;
}
.wrp{
  width: 100%;
  padding-top: 90px;
}
.job-description .apply-form{
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: #efefef;
}
.job-description .apply-form .title-sec .required .red{
  color: #ff0000;
}
.job-description .apply-form .form-control{
    border: 1px solid #b6b6b6;
    background: #FFF;
}
.job-description .apply-form .upload{
    padding: 15px 22px;
}
.job-description .apply-form .c-btn{
  height: 54px;
  border-radius: 6px;
}

.popular-sec-1{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.qucik{
  padding: 10px 37px 10px 35px;
}
.btn-cls{
    background-color: #044dbc;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
}
.property-box .img-sec img{
  width: 100%;
  height: auto !important;
}
.property-box .img-sec{
  height: auto !important;
}
.property-box .carousel-control-next, .property-box .carousel-control-prev{
  background-color: transparent;
  border: none !important;
  opacity: 0;
}
.property-box:hover .carousel-control-next,.property-box:hover .carousel-control-prev{
  opacity: 0.5;
}
.property-box:hover .carousel-control-next span,.property-box:hover .carousel-control-prev span{
  background-color: #FFF;
}
.property-box .carousel-control-next span, .property-box .carousel-control-prev span{
  width: 36px;
  height: 36px;
  background-color: #FFF;
  border-radius: 50%;
  padding: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s all ease-in-out;
  color: #000;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-box .carousel-control-prev span{
  left: 5px;
}
.property-box .carousel-control-next span{
  right: 5px;
}

/* responsive css */
@media (max-width: 1280px) and (min-width: 1200px) {
  .header-default.header-layout1 .main-menu > ul > li > a, .header-default .main-menu > ul > li > a{
    font-size: 13px;
  }
  #qcontact_btn{
    font-size: 13px;
  }
.search-area-sec .search-box .cmn-box .form-select.nice-select, .nice-select{
  padding: 0 13px 0 13px;
    padding-right: 35px;
}
.search-area-sec .search-box .cmn-box .more{
  padding: 15px 23px;
}
.footer-all-widget-wrapper .footer-right-wrap .footer-item-wrap {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.footer-all-widget-item {
        width: 100% !important;
    }
}
@media (max-width: 1200px) and (min-width: 900px) {
.search-area-sec form{
  width: 100%;
}
.search-area-sec .search-box .cmn-box .more{
      padding: 15px 23px;
}
.search-area-sec .search-box .cmn-box .form-select.nice-select, .nice-select{
  padding: 0 13px 0 13px;
    padding-right: 35px;
}
.footer-all-widget-wrapper .footer-right-wrap .footer-item-wrap {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.footer-all-widget-item {
        width: 100% !important;
    }
}
@media (max-width: 991px) {
  .ptb-60{
  padding: 30px 0px;
}
.header-logo {
    padding: 12px 0px !important;
}
.search-area-sec .search-box{
  margin-top: 0px;
  flex-wrap: wrap;
  border: 1px solid #efefef;
  box-shadow: 0px 0px 10px #efefef;
}
.search-area-sec .search-box .cmn-box{
  width: 49.2%;
}
.search-area-sec .search-box .cmn-box .more {
    border: 1px solid #d8dde1;
    padding: 25px 23px;
}
.search-area-sec {
    padding-top: 10px;
}
.search-area-sec h5{
  background-color: #044dbc;
  padding: 10px 20px;
  margin-bottom: 0px;
  color: #FFF;
  border-top-left-radius: 6px;
border-top-right-radius: 6px;
font-weight: 500;
}
.property-values-1-counter-wrapper {
    grid-template-columns: 1fr 1fr;
}
.footer-all-widget-wrapper .footer-right-wrap .footer-item-wrap {
        grid-template-columns: 1fr !important;
    }
    .f-contact{
      display: block;
    }
    .footer-item-wrap .footer-item{
      padding: 15px;
      border: 1px solid #222838;
      border-radius: 10px;
    }
        .footer-wrapper.footer-layout1 .widget-area {
        padding: 46px 0 46px;
    }
    .footer-item-wrap .footer-item .footer-widget{
      margin-bottom: 0px;
    }
    .calculator-wrapper1{
          grid-template-columns:1fr;
    }
    .calculator-wrapper1 .chart #mortgageChart{
      width: 100% !important;
    }
}
@media (max-width: 768px) {
  .search-area-sec .search-box .cmn-box{
    width: 100%;
  }
  
element.style {
    display: block;
}
.search-area-sec .search-box .cmn-box .more-view {
    position: relative;
    left: 0;
    top: 8px;
    width: 100%;
    padding: 0;
    box-shadow: none;
    z-index: 9;
}
.search-area-sec .search-box .cmn-box .price_label{
  padding-right: 13px;
}
.property-values-1-counter-wrapper {
    grid-template-columns: 1fr;
}
.calculator-wrapper1, .calculator-wrapper1 .white-bg {
    border-radius: 10px;
    padding: 20px;
}
.heading-sec{
  display: block;
}
.heading-sec h3{
  margin-bottom: 15px;
}
.careers-list .box{
  padding: 20px;
}
.careers-list .box .btn-sec .btn-link {
    font-size: 14px;
}
.careers-list .box .btn-sec{
  justify-content: space-between;
  gap: 2px;
}
.careers-list .box h4 {
    font-size: 20px
}
.careers-list .show-result {
    font-size: 16px;
}
.careers-list .sec-title {
    font-size: 24px;
}
.job-description .heading-sec1{
  padding-right: 0px;
}
.job-description .heading-sec1 .link {
    position: relative;
    right: 0;
    top: inherit;
    margin-bottom: 20px;
    margin-top: 13px;
}
.f-contact .footer-info{
  display: -webkit-box; 
  margin-bottom: 10px;
}
.f-contact .footer-info:last-child .info-box_link span{
  padding-right: 50px;
  display: inline-block;
}
}