:root {
  --main-font:  "Poppins", sans-serif;
  --primary-color: #0a1020;
  --secondary-color: #fa2500;
  --white: #fff;

  --fs16: 0.833vw;
  --fs18: 0.938vw;
  --fs20: 1.042vw;
  --fs24: 1.25vw;
  --fs30: 1.563vw;
  --fs32: 1.667vw;
  --fs36: 1.875vw;
  --fs40: 2.083vw;
  --fs96: 5vw;

  --font-normal-400: 400;
  --font-medium-500: 500;
  --font-semibold-600: 600;
  --font-bold-700: 700;
  --font-extrabold-800: 800;

  --lh20: 1.042vw;
  --lh23: 1.198vw;
  --lh26: 1.354vw;
  --lh28: 1.458vw;
  --lh32: 1.667vw;
  --lh30: 1.563vw;
  --lh36: 1.875vw;
  --lh38: 1.979vw;
  --lh40: 2.083vw;
  --lh42: 2.188vw;
  --lh53: 2.76vw;

  --mr-16: 16px;
  --pt-20: 20px;
  --pt-10: 10px;
  --pt-30: 30px;
  --pb-30: 30px;
  --pt-40: 40px;
  --pb-40: 40px;
  --pl-40: 40px;
  --pb-45: 45px;
  --pl-50: 50px;
  --pt-50: 50px;
  --pb-50: 50px;
  --pb-30: 30px;
  --pb-40: 40px;
  --pt-80: 80px;
  --pb-80: 80px;
  --pt-60: 60px;
  --pb-60: 60px;
  --pb-70: 70px;
  --pb-90: 90px;
  --pb-110: 110px;
  --pt-120: 120px;
  --pb-130: 130px;
  --pt-140: 140px;
  --pb-140: 140px;
  --pt-150: 150px;
  --pb-150: 150px;
  --pt-500: 500px;
  --pl-50: 50px;
  --pl-11: 11px;
}

.contact-container {
  width: 100%;
}
.contact-left {
  width: 50%;
}
.map {
  width: 100%;
  height: 100%;
}
.get-box {
  background: #fa2500;
}
.contact-right {
  width: 50%;
}
.black-box {
  background: #0a1020;
}
.inner-box {
  padding: 88px 144px;
}
.form-wrapper {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.form-container {
  background-color: #f5f7fa;
  padding: 50px;
  /* border: 1px solid rgba(10, 16, 32, 0.25); */
}
.input-field,
.select-field {
  height: 60px;
}
.textarea-field {
  height: 131px;
}
.complaint-textarea {
  height: 100px;
}
.form-control:focus {
  border-top-color: rgba(10, 16, 32, 0.25);
  border-right: 1px solid rgba(10, 16, 32, 0.25);
  border-left: 1px solid rgba(10, 16, 32, 0.25);
  border-bottom: 4px solid #ff4500;
  box-shadow: none;
}
.form-label {
  font-weight: bold;
}
.form-section {
  max-width: 600px;
  margin: auto;
}
.form-section h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.btn-submit {
  background-color: #ff4500;
  color: white;
  border: none;
  padding: 10px 20px;
  display: block;
  width: 15.5;
  font-weight: bold;
  margin-top: 20px;
}
.contact-smalltext {
  color: #6d6868;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs16);
  font-style: normal;
  font-weight: var(--font-normal-400);
  line-height: normal;
}
.contact-mediumtext {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs20);
  font-style: normal;
  font-weight: var(--font-medium-500);
  line-height: normal;
}
.pt-53 {
  padding-top: 53px;
}
.pb-53 {
  padding-bottom: 53px;
}
.branch {
  color: var(--secondary-color);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs36);
  font-style: normal;
  font-weight: var(--font-bold-700);
  line-height: normal;
}
.branch-details {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: var(--font-normal-400);
  line-height: normal;
}
.details-box {
  background: #0a1020;
}
.inner-detailbox {
  padding: 50px 60px;
  position: relative;
}
.inner-detailbox::before {
  content: "";
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.52);
}

/* Mobile */
@media only screen and (max-width: 480px) {
  iframe.map {
    width: 100%;
    object-fit: cover;
    height: 50vw;
  }
  .inner-box,
  .inner-detailbox {
    padding: 20px;
  }
  .branch-details {
    font-size: 13px;
    line-height: 23px;
  }
  .branch {
    font-size: 20px;
  }
  .form-container {
    padding: 20px;
  }
  .form-wrapper {
    width: 84%;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-mediumtext {
    font-size: 13px;
    font-style: normal;
    line-height: normal;
  }
  .contact-smalltext {
    padding-bottom: 20px;
  }
}
/* Mobile Landscape */
@media only screen and (max-width: 768px) {
  .inner-box {
    padding: 40px 60px !important;
    text-align: center;
  }
  .form-wrapper {
    width: 84%;
    margin-right: auto;
    margin-left: auto;
  }
}
/* Tablet */
@media only screen and (max-width: 834px) {
}
/* Tablet Landscape */
@media only screen and (max-width: 1200px) {
  
  .contact-right {
    width: 100%;
  }
  .contact-left {
    width: 100%;
  }
  .map {
    height: 729px;
  }
  .inner-box {
    padding: 88px 144px;
    text-align: center;
  }
}
/* Laptop */
@media only screen and (max-width: 1300px) {
  .section-para-width{
    padding-left: 10%;
    padding-right: 10%;
  }
}




