/* Get In Touch CSS */
.contact-us [class*="col-"]:first-child {
  width: calc(50% + 40px);
}
.contact-us [class*="col-"]:last-child {
  width: calc(50% - 40px);
}
.contact-us::after {
  width: calc(50% - 40px);
}
.contact-us form {
  padding: 30px 0 30px 152px;
}
.get-in-touch {
  margin-bottom: 25px;
  position: relative;
}
.get-in-touch:before {
  display: none;
}
.get-in-touch::after {
  height: 100%;
  margin-bottom: 0;
}
.get-in-touch .small-container [class*="col-"]:first-child {
  padding-right: 100px;
}
.get-in-touch .content {
  padding: 80px 0 80px;
}
.get-in-touch .content > .about-title {
  margin-bottom: 6px;
}
.get-in-touch .about-title svg path {
  fill: #FADD54;
}
.get-in-touch .image-wrap {
  top: 0;
  margin: 75px 0 0;
}
.get-in-touch p {
  max-width: 605px;
  font-size: 20px;
  line-height: 30px;
}
.phoneno-wrap {
  display: flex;
  align-items: center;
  padding: 35px 0 50px;
}
.phoneno-wrap img {
  width: 55px;
}
.phone-no {
  display: inline-flex;
  flex-direction: column;
  padding-left: 30px;
}
.phone-no a {
  font-family: 'Montserrat-Bold';
  font-size: 40px;
  line-height: 50px;
  color: #000000;
}
.phone-no a:hover, .address:hover {
  color: #005DA6;
}
.address {
  display: inline-block;
  margin-top: 15px;
  font-family: 'Georgia';
  font-size: 30px;
  line-height: 50px;
  color: #000000;
}

.cognito-form-wrapper iframe {
	width: 99% !important;
}

/* Responsive CSS */
@media screen and (max-width: 1699px) {
  .contact-us form {
    padding-left: 130px;
  }
}
@media screen and (max-width: 1440px) {
  .contact-us form {
    padding-left: 100px;
  }
  .get-in-touch .content {
    padding: 60px 0 60px;
  }
  .phoneno-wrap {
    padding: 25px 0 40px;
  }
  .phone-no {
    padding-left: 25px;
  }
  .phone-no a {
    font-size: 34px;
    line-height: 44px;
  }
  .phoneno-wrap img {
    width: 50px;
  }
  .address {
    margin-top: 10px;
    font-size: 26px;
    line-height: 40px;
  }
  .get-in-touch .image-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1399px) {
  .contact-us form {
    padding: 80px 0 50px 100px;
  }
  .get-in-touch .content {
    padding: 50px 0 50px;
  }
  .phoneno-wrap {
    padding: 20px 0 40px;
  }
  .phone-no {
    padding-left: 20px;
  }
  .phone-no a {
    font-size: 30px;
    line-height: 40px;
  }
  .phoneno-wrap img {
    width: 45px;
  }
  .address {
    margin-top: 8px;
    font-size: 24px;
    line-height: 38px;
  }
  .get-in-touch .image-wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-us form {
    padding-left: 80px;
  }
  .phoneno-wrap {
    padding: 15px 0 30px;
  }
  .phone-no a {
    font-size: 26px;
    line-height: 36px;
  }
  .phoneno-wrap img {
    width: 40px;
  }
  .address {
    font-size: 22px;
    line-height: 34px;
  }
  .get-in-touch .image-wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us form {
    padding: 30px 0 30px 38px;
  }
  .get-in-touch .small-container [class*="col-"]:first-child {
    padding-right: 50px;
  }
  .get-in-touch .content {
    padding: 50px 0;
  }
  .phone-no {
    padding-left: 15px;
  }
  .phone-no a {
    font-size: 22px;
    line-height: 30px;
  }
  .phoneno-wrap img {
    width: 35px;
  }
  .address {
    font-size: 20px;
    line-height: 30px;
  }
  .get-in-touch .image-wrap {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
	
	.cognito-form-wrapper iframe {
		width: 100% !important;
	}
  .contact-us form {
    padding: 50px 0 20px;
  }
  .contact-us::after {
    width: 100%;
  }
  .contact-us [class*="col-"]:first-child, .contact-us [class*="col-"]:last-child {
    width: 100%;
  }
  .contact-us [class*="col-"]:last-child {
    background-color: #005DA6;
  }
  .contact-us [class*="col-"]:first-child::before {
    display: none;
  }
  .contact-us .about-title {
    padding-top: 0;
  }
  .get-in-touch {
    background: none;
  }
  .get-in-touch .small-container [class*="col-"]:first-child {
    padding-right: 12px;
    padding-bottom: 0;
    background-color: #fff;
  }
  .get-in-touch .content {
    padding: 40px 0 40px;
  }
  .get-in-touch p {
    font-size: 18px;
    line-height: 28px;
  }
  .phone-no {
    padding-left: 15px;
  }
  .phone-no a {
    font-size: 22px;
    line-height: 30px;
  }
  .phoneno-wrap img {
    width: 35px;
  }
  .address {
    margin-top: 4px;
    font-size: 20px;
    line-height: 28px;
  }
  .get-in-touch .image-wrap {
    display: none;
    margin-top: 35px;
  }
  .get-in-touch {
    margin-bottom: 20%;
  }
  .get-in-touch::after {
    margin-bottom: -10%;
  }
}