/* ---------------------- Contact Us Form ---------------------- */
.contactus-form-sec {
  position: relative;
}

.contact-detail-wraper {
  margin-bottom: 50px;
}

.contact-form-box {
  background: transparent linear-gradient(126deg, #298FBA 0%, #0D366C 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 10px;
  padding: 45px 60px 95px;
}

.contact-left-block {
  width: calc(100% - 650px);
  padding-right: 100px;
}

.contact-right-block {
  width: 650px;
  margin-bottom: 0px;
  background: transparent linear-gradient(101deg, #298FBA 0%, #0D366C 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  padding: 50px 50px 70px;
  height: 100%;
}

.contact-right-block .reCapta-txt,
.contact-right-block .reCapta-txt p {
  color: #fff;
}

.contact-right-block .reCapta-txt a,
.contact-right-block .reCapta-txt p a {
  color: #fff;
  text-decoration: underline;
}

.contact-right-block .reCapta-txt a:hover,
.contact-right-block .reCapta-txt p a:hover {
  color: var(--themecolor);
  text-decoration: underline;
}

.contact-right-block .form-intro .heading-26 {
  color: #fff;
  font-size: 33px;
  margin-bottom: 40px;
}

.contact-right-block .row .form-group {
  margin-bottom: 20px;
}

.contact-right-block .row:last-child .form-group,
.get_in_touch_form .row:last-child .form-group {
  margin-bottom: 0;
}

.contact-right-block .submit_btn input.btnsubmit {
  background: #fff;
  color: var(--themecolor);
}

.contact-right-block .submit_btn input.btnsubmit:hover {
  background: var(--themecolor);
  color: #fff;
}

.address-detail-sec [class*="heading-"] {
  margin-bottom: 40px;
}

.address-box {
  display: flex;
  flex-wrap: nowrap;
}

.address-box img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%) hue-rotate(321deg) brightness(114%) contrast(90%);
}

.address-box.socialicon {
  gap: 10px;
}

.address-box.socialicon img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(77%) saturate(448%) hue-rotate(152deg) brightness(91%) contrast(90%);
}

.address-box.socialicon span {
  background: none;
  border: 2px solid #298FBA;
}

.address-box span {
  width: 50px;
  height: 50px;
  background-color: #298FBA;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 50px;
}

.address-detail {
  padding-left: 20px;
}

.address-detail label,
.address-detail address,
.address-detail a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  letter-spacing: 0.32px;
  color: #00303c;
  margin-bottom: 5px;
}

.address-detail address,
.address-detail a {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  letter-spacing: 0.32px;
}

.social-right-block {
  width: 140px;
}

.social-right-block .address-box.socialicon span {
  background-color: transparent;
  border: 1px solid #000;
  height: 42px;
  width: 42px;
  min-width: 42px;
}

.social-right-block .address-box {
  gap: 10px;
}

.address-left-block ul,
.social-right-block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.address-left-block ul>li,
.social-right-block ul>li {
  padding-left: 0;
  margin-bottom: 0;
}

.address-left-block ul>li:after {
  display: none;
}

.address-left-block ul>li {
  width: calc(50% - 30px);
}

.map iframe {
  height: 400px;
}

.social-right-block li:before,
.address-left-block ul>li:before {
  content: none;
}

.social-right-block .address-box.socialicon span {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.address-box.socialicon a:hover span {
  background-color: var(--themecolor);
  border-color: var(--themecolor);
}

.address-box.socialicon a:hover span>img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.address-box.socialicon a:hover span>img {
  filter: brightness(0) invert(1);
}


@media (max-width: 1600px) {}

@media (max-width: 1440px) {
  .contact-left-block {
    width: calc(100% - 550px);
    padding-right: 40px;
  }

  .contact-right-block {
    width: 550px;
    padding: 40px;
  }

  .address-left-block ul,
  .social-right-block ul {
    gap: 20px;
  }

  .address-left-block ul>li {
    width: 100%;
  }

  .address-box span {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .address-box span img {
    max-width: 18px;
  }

  .address-detail-sec [class*="heading-"] {
    margin-bottom: 20px;
  }

  .contact-detail-wraper {
    margin-bottom: 20px;
  }

  .map iframe {
    height: 320px;
  }
}

@media (max-width: 1200px) {
  .contact-left-block {
    width: calc(100% - 480px);
    padding-right: 30px;
  }

  .contact-right-block {
    width: 480px;
    padding: 30px;
  }

  .contact-right-block .form-intro .heading-26 {
    font-size: 28px;
  }

  .address-box span img {
    max-width: 16px;
  }
}

@media (max-width: 991px) {
  .contact-left-block {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;

  }

  .contact-right-block {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .map iframe {
    height: 300px;
  }

  .address-detail {
    padding-left: 12px;
  }

  .address-box span {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }

  .address-box span img {
    max-width: 15px;
  }

  .address-left-block ul,
  .social-right-block ul {
    margin-bottom: 0;
  }

  .contact-detail-wraper {
    margin-bottom: 30px;
  }

  .contact-right-block .form-intro .heading-26 {
    margin-bottom: 25px;
  }

  .contact-right-block .form-group {
    margin-bottom: 15px;
  }

}

@media (max-width:575px) {
  .contact-right-block {
    padding: 30px 20px;
  }

  .contact-right-block .form-intro .heading-26 {
    font-size: 24px;
    line-height: 1.2;
  }

  .contact-right-block .form-intro .heading-26 {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .address-detail {
    padding-left: 10px;
  }

  .address-box span {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .address-detail address,
  .address-detail a {
    font-size: 15px;
  }

  .contact-right-block .form-intro .heading-26 {
    font-size: 22px;
    line-height: 1.2;
  }
}