	.map {
    margin-top: 100px;
}
.map iframe {
    height: 450px;
    width: 100%;
}
#frm-action-103436 {
    padding: 50px;
    box-shadow: 0px 3px 30px 0px rgba(0, 50.99999999999999, 78, 0.10980392156862745);
}
#frm-action-103436 input {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    padding: 15px 25px;
}
#frm-action-103436 textarea {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    padding: 15px 25px;
    height: 140px;
}
.bp_form_label_up {
    display: none;
}
#frm-action-103436 > .bp_form_field {
    margin-bottom: 30px;
}
.bp-btn-send {
    padding: 20px 40px;
    font-size: 16px;
    color: #FFF;
    background: #00533b;
    border: 1px solid #00533b;
    box-shadow: 0px 0px 0px 0px rgba(66,133,244,0.3);
    font-weight: 600;
}
.contact-us  {
    padding: 100px 0;
}
.contact-info {
    padding: 10px;
}
.contact-info h1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  color: #0b2b43;
  position: relative;
  padding-bottom: 10px;
  width: fit-content;
  margin-bottom: 30px;
}
.contact-info h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #00533b;
}
.get-in-touch h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.get-in-touch p {
    color: #758994;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
}
.contact-details {
        display: grid;
    grid-template-columns: repeat(2, auto);
    row-gap: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #E7E7E7;
}
.contact-item {
    display: flex;
    align-items: center;
}
.contact-item .icon{
    color: #FFFFFF;
    background-color: #00533b;
    border-radius: 0px;
    padding: 20px 20px 0px 20px;
    height: 70px;
    width: 70px;
    line-height: 10px;
    font-size: 30px;
    margin-right: 20px;
}
.contact-item .info h3 {
    margin-bottom: 7px;
    color: #0B2B43;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
}
.contact-item .info p {
    color: #758994;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.contact-social {
    margin-top: 40px;
}
.contact-social .social-icons a {
         background: #00533b;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #FFF;
    margin-right: 15px;
 }
 .contact-social .social-icons {
     margin-top: 30px;
 }
 .contact-social h2{
     color: #0B2B43;
     font-size: 22px;
     font-weight: 600;
 }
 @media screen and (max-width:768px) {
     .contact-details {
         
    grid-template-columns: repeat(1, auto);
     }
 }
