.top-header-3 .top-logo img,
.main-header .logos img{
  margin-top: 3px;
  width: 220px;
}
.main-footer-3 .f-logo{
  width: 220px;
  margin-bottom: 12px;
}
#main-header-2::after {
  width: 34%;
  height: 107px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #main-header-2::after {
    width: 34%;
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-header-3 .top-logo img,
  .main-header .logos img{
    margin-top: 3px;
    width: 184px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #main-header-2::after{
    content: "";
    position: absolute;
    top: 0;
    left: -21px!important;
    height: 91px !important;
    z-index: -1;
    background-color: #fff;
    transform: skew(23deg)!important;
    border-radius: 0 10px 10px 0 !important;
  }
  .main-footer-3 .f-logo{
    width: 160px!important;
  }
  .footer-logo-container:after{
    height: 110px !important;
  }
}
.top-contact-item i{
  width: 40px;
}

.item-bg{
  height: 85vh;
}

.main-header-5 .navbar-expand-lg .navbar-nav .nav-link{
  font-size: 17px;
}
.main-header .dropdown-menu a{
  font-size: 17px
}
.search-fields{
  font-size: 17px
}
.main-footer-3 .sub-footer,
.main-footer-3 .footer-inner{
  position: relative;
}
.main-footer-3 .sub-footer:before,
.main-footer-3 .footer-inner:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(255,255,255,.5); */
  background: rgba(0,0,0,.5);
  z-index: 1;
}

.main-footer-3 .container{
  position: relative;
  z-index: 2;
}
.main-footer-3 h4{
  margin-bottom: 18px;
  padding-top: 80px;
}
.main-footer-3 h6{
  font-size: 18px;
}
.main-footer-3 .footer-inner p,
.main-footer-3 a{
  font-size: 16px
}

.lazy-img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}

/* Custom loader */
.image-loader {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid #ccc;
  border-top-color: var(--main-color);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  z-index: 1;
}
.lazy-img.loaded {
  opacity: 1;
}

/* Spinner animation */
@keyframes spin {
  to {
      transform: rotate(360deg);
  }
}

.property-box .detail{
  height: 100px;
}


.footer-logo-container{
  position: relative;
}
.footer-item{
  margin-top: 12px;
}
.footer-logo-container:after {
  content: "";
  position: absolute;
  top: -16px;
  left: -23px;
  width: 50%;
  height: 140px;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: skew(23deg);
  transform: skew(23deg);
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1400px) {
  .footer-logo-container:after{
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .footer-logo-container:after{
    width: 70%;
  }
}
@media (max-width: 991px) {
  #main-header-2::after {
    width: 45%;
  }
  .footer-logo-container:after{
    width: 50%;
  }
  .main-footer-3 h4{
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #main-header-2::after {
    width: 55%;
  }
}

@media (max-width: 575px) {
  #main-header-2::after,
  .footer-logo-container:after {
    width: 60%;
  }
}
@media (max-width: 500px) {
  #main-header-2::after {
    width: 100%;
    transform: none;
    left: 0;
    right: 0;
    border-radius: 0;
    height: 95px;
  }
  .top-header-3 .top-logo img,
  .main-header .logos img{
    margin-top: 3px;
    width: 150px;
  }
}
@media (max-width: 450px) {
  #main-header-2::after,
  .footer-logo-container:after {
    width: 65%;
  }
}

