.contact-wrapper .contact-right-block {
  width: 750px;
}
.contact-wrapper .contact-left-block {
  width: calc(100% - 750px);
  padding-right: 140px;
  padding: 70px 140px 50px 55px;
  border: 1px solid #e8e8e8;
  position: relative;
}
.contact-wrapper .contact-left-block::after {
  content: "";
  position: absolute;
  height: 67px;
  width: 600px;
  left: 0;
  right: 0;
  background: transparent url(../images/bk-canopies-text.svg) no-repeat bottom;
  background-size: auto;
  z-index: 0;
  opacity: 1;
  bottom: 0;
  margin: auto;
  background-size: contain;
  /* filter: brightness(0) invert(1); */
}
.contact-wrapper .contact-form-sec {
  padding: 50px 55px 77px;
  overflow: hidden;
  background: #000;
  position: relative;
  clip-path: polygon(91% 0, 100% 9%, 100% 100%, 0 100%, 0 0);
  width: 100%;
  max-width: 750px;
}
.contact-form-sec .heading-50 {
  color: var(--white);
  margin-bottom: 34px;
}
.contact-page .contact-wrapper .contact-form-sec::after {
  display: none;
}
.contact-page .contact-wrapper .contact-form-sec textarea.form-control {
  min-height: 160px;
}
.contact-wrapper .contact-form-sec .form-group:has(.submit-wrap) {
  margin-bottom: 0;
}
.contact-wrapper .contact-form-sec form input[type="submit"] {
  height: 50px;
}
.contactus-form-sec {
  margin-bottom: 100px;
}
.inner-banner + .contactus-form-sec {
  display: inline-block;
  width: 100%;
  margin-top: 80px;
}
.address-detail-sec > ul li {
  padding: 0;
  margin-bottom: 50px;
}
.address-detail-sec ul li:last-child .address-box .address-detail > p {
  margin-bottom: 0;
}
.address-detail-sec ul li::before {
  display: none;
}
.address-box > span {
  background-color: var(--themecolor);
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.address-box > span > img {
  filter: invert(0) brightness(0);
  object-fit: contain;
  width: 100%;
}
.address-box {
  display: flex;
  gap: 22px;
}
.address-detail label {
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  font-family: "Barlow Condensed";
  line-height: 1.2;
  color: var(--dark-color);
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
}

/* .address-detail > a {
  color: var(--dark-color);
}
.address-detail p {
  margin-bottom: 0;
  font-family: Barlow;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}
.address-box address {
  color: var(--dark-color);
} */

.address-box address,
.address-detail > a,
.address-detail p { 
  font-size: 18px;
  font-weight: 500;
  font-family: "Barlow";
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  width: 100%;
}

.map-section {
  margin-bottom: 100px;
}
.map {
  /* margin-top: 40px; */
  /* margin-bottom: 36px; */
}
.map iframe {
  height: 750px;
}

@media (max-width: 1599.99px) {
  .contact-wrapper .contact-left-block {
    padding-right: 100px;
  }
}

@media (max-width: 1439.99px) {
  .map-section {
    margin-bottom: 60px;
  }
  .contact-wrapper .contact-left-block {
    width: calc(50%);
    padding: 50px 0px 00px 30px;
  }
  .contact-wrapper .contact-right-block {
    width: calc(50%);
  }
  .contact-form-sec .heading-50 {
    margin-bottom: 30px;
  }
  .contact-page .contact-wrapper .contact-form-sec {
    padding: 40px 30px 55px;
  }
  .contact-page .contact-wrapper .contact-form-sec textarea.form-control {
    min-height: 130px;
  }
  .contactus-form-sec {
    margin: 0px 0 60px;
  }
  .inner-banner + .contactus-form-sec {
    margin-top: 60px;
  }
  .contact-wrapper .contact-left-block::after {
    height: 48px;
    width: calc(100% - 20px);
  }
}

@media (max-width: 1199.98px) {
  .address-detail-sec ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .map {
    margin-bottom: 25px;
  }
  .contact-right-block .contact-form-sec .form-box {
    max-width: 100%;
  }
  .inner-banner + .contactus-form-sec {
    margin-top: 60px;
  }
  .contact-wrapper .contact-form-sec {
    padding: 30px 15px;
  }
}

@media (max-width: 991.98px) {
  .map-section {
    margin-bottom: 40px;
  }
  .contactus-form-sec {
    margin: 0px 0 40px;
  }
  .inner-banner + .contactus-form-sec {
    margin-top: 40px;
  }
  .contact-wrapper .contact-left-block {
    width: 100%;
    padding-right: 0;
    border: 0;
    padding: 0 0 68px;
  }
  .contact-wrapper .contact-right-block {
    width: 100%;
    margin-top: 40px;
  }
  .address-detail-sec ul {
    column-gap: 30px;
    justify-content: flex-start;
  }
  .contact-wrapper .contact-form-sec { 
    clip-path: polygon(calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%, 0 0);
  }
}

@media (max-width: 575.99px) {
  .inner-banner + .contactus-form-sec {
    margin-top: 30px;
  }
  .contact-page .contact-wrapper .contact-form-sec {
    padding: 15px;
  }
  .contact-wrapper .contact-right-block {
    margin-top: 28px;
  }
  .address-detail-sec > ul li {
    padding: 0;
    margin-bottom: 20px;
  }
  .map-section {
    margin-bottom: 30px;
  }
  .address-box {
    gap: 13px;
  }
  .address-box address,
  .address-detail > a,
  .address-detail p { 
    font-size: 16px;
    font-weight: normal;
  }
  .address-box > span { 
    height: 36px;
    width: 36px;
    min-width: 36px;
    padding: 12px;
  }
  .areas-list-sec.img-content-sec .half-section .right-side {
      width: 100%;
      margin-bottom: 20px;
  }
  .contact-wrapper .contact-left-block { 
    padding:0 0 52px;
  }
  .contact-wrapper .contact-form-sec > .container {
    padding: 0px 0px;
  }
  .contact-form-sec .heading-50 {
    margin-bottom: 18px;
  }
  .contact-wrapper .contact-left-block::after {
    width: calc(100% - 0px);
  }
}
