.aboutBanner .banner {
  position: relative;
}
.aboutBanner .banner .imgbanner {
  border-radius: 25px;
}
.aboutBanner .banner .desc {
  display: flex;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  width: 46%;
  height: 50%;
  background-color: #f2f0ed;
  border-bottom-right-radius: 25px;
  display: inline-block;
}
.aboutBanner .banner .desc .leftcurve_border {
  position: absolute;
  left: auto;
  right: -25px;
  top: 0;
  transform: rotate(180deg);
}
.aboutBanner .banner .desc .leftcurve_border2 {
  position: absolute;
  left: 0px;
  bottom: -25px;
  transform: rotate(180deg);
}

.getintouch {
  padding: 80px 0;
}
.getintouch .leftside .secondtitle {
  color: #171613;
}
.getintouch .leftside .desc p {
  color: #595959;
}
.getintouch .leftside .change_ds .first1 {
  margin: 18px 0px 5px;
  line-height: 28px;
}
.getintouch .leftside .change_ds .flex_ic {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
.getintouch .leftside .change_ds .flex_ic span {
  color: #EA782F;
}
.getintouch .leftside .social {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  align-items: flex-start;
}
.getintouch .leftside .social a {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.getintouch .leftside .social a img {
  display: inline-block;
  margin-right: 10px;
}
.getintouch .leftside .social a p {
  font-size: 16px;
  line-height: 21px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #171613;
}
.getintouch .leftside .social a p strong {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
.getintouch .leftside .social a p span {
  color: #EA782F;
}
.getintouch .leftside .social .contactnum {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.getintouch .leftside .social .contactnum img {
  display: inline-block;
  margin-right: 10px;
}
.getintouch .leftside .social .contactnum p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 21px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #171613;
}
.getintouch .leftside .social .contactnum p strong {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  color: #171613;
}
.getintouch .leftside .social .contactnum p span {
  color: #EA782F;
}
.getintouch .leftside .social .contactnum p a {
  margin: 0;
  color: #171613;
}
.getintouch .rightside form .form_group {
  position: relative;
  display: flex;
  margin-bottom: 24px;
  width: 100%;
}
.getintouch .rightside form .form_group .form_control {
  width: 100%;
}
.getintouch .rightside form .form_group .form_control label {
  width: 100%;
  position: relative;
}
.getintouch .rightside form .form_group .form_control label span {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #171613;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
}
.getintouch .rightside form .form_group .form_control label span i {
  color: red;
  font-style: normal;
}
.getintouch .rightside form .form_group .form_control label input {
  background-color: transparent;
  width: 100%;
  height: 48px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 0 20px;
}
.getintouch .rightside form .form_group .form_control label.normal_txt span {
  display: none;
}
.getintouch .rightside form .form_group .form_control label textarea {
  margin-bottom: 20px;
  background-color: transparent;
  width: 100%;
  height: 100px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 14px 20px 0;
}
.getintouch .rightside form .form_group .form_control label label.error {
  position: absolute;
  left: 20px;
  top: 48px;
  z-index: 1;
  color: red;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.getintouch .rightside form .form_group input[type=submit] {
  transition: all 0.3s linear;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 0;
  box-shadow: none;
  background-color: #171613;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #f2f0ed;
}
.getintouch .rightside form .form_group input[type=submit]:hover {
  transition: all 0.3s linear;
  background-color: #da2821;
}
.getintouch .rightside form .form_group_submit {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.getintouch .rightside form .form_group_submit input {
  margin-bottom: 20px;
}
.getintouch .rightside form .form_group_submit #contact_msg_status {
  display: none;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 768px) {
  .getintouch {
    padding: 60px 0 60px;
  }
  .getintouch .rightside {
    margin-top: 20px;
  }
  .getintouch .rightside form .form_group .form_control label textarea {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=contact.css.map */