.tp-main-menu li a span{
    font-size: 15px;
}
.tp-btn {
    font-size: 14px;
}

.tp-hero-2-tab .nav-tabs {
    padding: 8px;
    border: none;
    width: 50%;
    background-color: var(--tp-common-white);
}
.tp-hero-2-title {
    font-size: 100px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: 0px;
    color: var(--tp-common-black);
}
.tp-hero-2-title {
    font-size: 45px;
}

.tp-hero-2-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tp-hero-2-hight {
    height: 700px;
}
.tp-hero-2-thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
}
.tp-hero-tab-select {
    margin-right: 0px;
}

.tp-from-input input{
    outline: none;
    height: 49px;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #E0E2E3;
}
.tp-from-input {
    margin-bottom: 0px;
}
.tp-hero-2-tab-box .tp-hero-tab-select .nice-select {
    width: 100%;
}
.tp-hero-2-tab-box .tp-hero-tab-select .nice-select {
    background-color: #fff;
}

svg {

    overflow: visible;
  }

  polygon {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
  }

  polygon:hover {
    opacity: 0.7;
    cursor: pointer !important;
  }

  .tp-hero-2-thumb {
    position: absolute;
    top: 0;
    right: -11px;
    width: 40%;
    height: 100%;
}

.arrow2 {
    -webkit-animation: slide2 1s ease-in-out infinite;
            animation: slide2 1s ease-in-out infinite;
  }

  @-webkit-keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(10px, 0);
    }
  }
  
  @keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(10px, 0);
    }
  }
  
  @-webkit-keyframes slide2 {
    0%,
    100% {
      transform: translate(0, 0) rotate(45deg);
    }
  
    50% {
      transform: translate(10px, 10px) rotate(45deg);
    }
  }
  
  @keyframes slide2 {
    0%,
    100% {
      transform: translate(0, 0) rotate(45deg);
    }
  
    50% {
      transform: translate(10px, 10px) rotate(45deg);
    }
  }
  
  @-webkit-keyframes slide3 {
    0%,
    100% {
      transform: rotate(-45deg);
    }
  
    50% {
      transform: rotate(45deg);
    }
  }
  
  @keyframes slide3 {
    0%,
    100% {
      transform: rotate(-45deg);
    }
  
    50% {
      transform: rotate(45deg);
    }
  }
  
  @-webkit-keyframes slide4 {
    0% {
      transform: rotate(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes slide4 {
    0% {
      transform: rotate(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }


  .tp-hero-2-wrap {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 23.2%;
    padding: 20px;
    background-color: #ffffff00;
    height: 100px;
}

.tp-section-title {
    font-size: 35px;
}

.tp-rent-title {
    font-size: 17px;
    margin-bottom: 10px!important;
}
.tp-listing-2-item .tp-rent-meta-list {
    padding-bottom: 10px!important;
}
.tp-rent-btn .tp-btn {
    font-size: 12px!important;
}