.rentaly-home-call-us-block {
  padding: 60px 0;
  background: #000;
}
@media (max-width: 767px) {
  .rentaly-home-call-us-block {
    padding: 30px;
  }
}
.rentaly-home-call-us-block .left-view .subtitle {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: rgba(3, 27, 78, 0.05);
  border-radius: 5px;
  padding: 2px 10px;
  margin-bottom: 5px;
  line-height: 27px;
}
.rentaly-home-call-us-block .left-view h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}
@media (max-width: 1179px) {
  .rentaly-home-call-us-block .left-view h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .rentaly-home-call-us-block .left-view h2 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .rentaly-home-call-us-block .right-view {
    text-align: left !important;
  }
}
.rentaly-home-call-us-block .right-view .phone-num-big {
  color: #ffffff;
}
.rentaly-home-call-us-block .right-view .phone-num-big .icon-img {
  width: 38px;
  height: 48px;
  margin: 0 auto;
}
.rentaly-home-call-us-block .right-view .phone-num-big .icon-img .iconfont {
  font-size: 38px;
}
@media (max-width: 576px) {
  .rentaly-home-call-us-block .right-view .phone-num-big .icon-img {
    width: 28px;
    height: 38px;
    margin: 0;
  }
}
.rentaly-home-call-us-block .right-view .phone-num-big .pnb-text {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 5px;
}
.rentaly-home-call-us-block .right-view .phone-num-big .pnb-num {
  display: block;
  font-size: clamp(22px, 1.88vw, 36px);
  font-weight: bold;
  margin: 2px 0 9px 0;
}
@media (max-width: 1179px) {
  .rentaly-home-call-us-block .right-view .phone-num-big .pnb-num {
  }
}
@media (max-width: 767px) {
  .rentaly-home-call-us-block .right-view .phone-num-big .pnb-num {
  margin: 5px 0 0 0;
  }
}
.rentaly-home-call-us-block .right-view .btn-main {
  background: var(--color-primary);
  display: inline-block;
  text-align: center;
  color: #fff;
  outline: 0;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 30px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 27px;
  border-radius: var(--button-radius);
}
.rentaly-home-call-us-block .right-view .btn-main:hover {
  box-shadow: 2px 2px 20px 0px var(--btn-hover);
}


@media(max-width:991px){
  .rentaly-home-call-us-block .right-view .btn-main {
    padding: 2px 30px;
  }
}