.contact-form{
  display: flex;
  justify-content: space-around;
}
.two-field{
  display: flex;
}
.contact-form {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.maincol-box {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.map-container {
  width: 47%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-container iframe {
  width: 760px;
  height: 613px;
  border: 0;
}
.details-box {
  width: 46.5%;
  border-radius: 30px;
  background: #2bb34d;
  height: 100%;
}
.map-box {
  border-radius: 30px;
}
.contact-details {
  padding: 105px 120px 105px 120px;
}
.social-box {
  gap: 10px;
  display: flex;
}
.check-box{
  width: 25px;
  height: 25px;
}
/* Laptop */
@media only screen and (max-width: 1440px) {
}
/* Tablet Landscape */
@media only screen and (max-width: 1024px) {
  .map-container{
    width: 100%;
    padding-bottom: 20px;
  }
  .details-box{
    width: 80%;
  }
  .maincol-box {
    display: flex;
    flex-direction: column;
  }
  .contact-details {
  padding: 30px;
  }
  .contact-form{
    display: block;
    padding: 20px;
  }
  .two-field{
    display: block;
  }

}
/* Tablet */
@media only screen and (max-width: 834px) {
  .map-container{
    width: 100%;
    padding-bottom: 20px;
  }
  .details-box{
    width: 100%;
  }
  .maincol-box {
    display: flex;
    flex-direction: column;
}
}
/* Mobile Landscape */
@media only screen and (max-width: 768px) {
  .map-container{
    width: 100%;
    padding-bottom: 20px;
  }
  .details-box{
    width: 100%;
  }
}
/* Mobile */
@media only screen and (max-width: 480px) {
  .details-box {
    width: 100%;
  }
  .map-container {
    width: 100%;
  }
  .contact-details {
    padding: 20px 20px;
  }
  .map-container iframe {
    width: 760px;
    height: 370px;
    border: 0;
}
.contact-subtitle {

  font-size: 13px;

}
}







