.contact-form-section .wrap {
  display: flex;
  justify-content: center;
}

.contact-form-section .wrap .left-content {
  width: 100%;
  max-width: 42%;
  position: relative;
  overflow: hidden;
  padding: 80px 80px 80px 100px;
}

.contact-form-section .wrap .left-content .bg-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.contact-form-section .wrap .left-content .left-content-inner {
  position: relative;
}

.contact-form-section .wrap .left-content .bg-image-overlay img {
  height: 100%;
  width: 100%;
  object-fit: cover;;
}

.contact-form-section .wrap .left-content hr {
  margin: 40px 0;
}

.contact-form-section .wrap .right-content {
  width: 100%;
  max-width: 58%;
  padding: 80px 100px 80px 80px;
} 
.contact-form-section .wrap .right-content .right-inner-content .top-text {
  margin-bottom: 32px;
}
.contact-form-section .wrap .right-content .right-inner-content .top-text > label{
  color: #735783;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.contact-form-section .wrap .right-content .right-inner-content form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-form-section .wrap .right-content .right-inner-content form .form-two-input,
.contact-form-section .wrap .right-content .right-inner-content form .input-wrap  {
  width: 100%;
}

.contact-form-section .wrap .right-content .right-inner-content form .form-two-input {
  display: flex;
  gap: 20px;
}
.contact-form-section .wrap .right-content .right-inner-content form input:not(.form-submit),
.contact-form-section .wrap .right-content .right-inner-content form textarea {
  border-radius: 4px;
  border: 1px solid #797979;
  background: #FAFAFA;
  width: 100%;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.contact-form-section .wrap .right-content .right-inner-content .top-text > .wysiwyg-content p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.contact-form-section .wrap .right-content .contact-us-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-form-section .wrap h3 {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.contact-form-section .wrap .right-content h3 {
  color: #020202;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.contact-form-section .wrap .left-content .wysiwyg-content p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.contact-form-section .wrap .right-content .contact-us-form-wrapper .form-input-wrapper p {
  width: 100%;
}

.contact-form-section .wrap .right-content .contact-us-form-wrapper .form-input-wrapper p input,
.contact-form-section .wrap .right-content .contact-us-form-wrapper .form-input-wrapper p textarea {
  padding: 0;
  padding-bottom: 6px;
  border: unset;
  border-radius: 0;
  border-bottom: solid 1px #000;
  width: 100%;
  resize: none;
  outline: none !important;
  background: transparent;
  resize: none;
}

.contact-form-section .wrap .right-content .contact-us-form-wrapper .form-input-wrapper p > label {
  margin-bottom: 12px;
  display: block;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
} 

.contact-form-section .wrap .right-content .contact-us-form-wrapper .form-input-wrapper p > br {
  display: none;
}

.contact-form-section .wrap .right-content .contact-us-form-wrapper input.form-submmit-wrap {
  padding: 20px 60px;
  width: fit-content;
  font-family: Montserrat;
  background: #E2C875;
  color: #6D4087;
  border: unset;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase; 
/*   box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15); */
  transition: all ease 200ms;
}

.contact-form-section .wrap .right-content .contact-us-form-wrapper input.form-submmit-wrap:hover {
  background: #6D4087;
  color: #fff;
}

.contact-form-section .wrap .right-content .contact-us-form-wrapper input.form-submmit-wrap:active {
  background: #6A5F3C;
  color: #fff;
}
.contact-form-section .wrap .right-content .contact-us-form-wrapper {
  position: relative;
}

.contact-form-section .wrap .right-content .contact-us-form-wrapper span.wpcf7-spinner {
  position: absolute;
  top: -23px;
    right: 0;
}

.contact-form-section .wrap .left-content .details-main-wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form-section .wrap .left-content .details-inner-wrap {
  display: flex;
  gap: 16px;
}

.contact-form-section .wrap .left-content .details-inner-wrap *:not(strong) {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.contact-form-section .wrap .left-content .details-inner-wrap .wysiwyg-content strong {
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
}

.contact-form-section .wrap .left-content .details-inner-wrap a:hover {
  text-decoration: underline;
}
.contact-form-section .wrap .left-content .details-main-wrap .details-inner-wrap span.icon-wrap {
  display: flex;
  margin-top: 4px;
}

.contact-form-section .wrap .left-content .details-main-wrap .details-inner-wrap .day-time-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 0;
  width: 100%;
  max-width: 300px;
} 

.contact-form-section .wrap .left-content .details-main-wrap .details-inner-wrap .wysiwyg-content .day-time-wrap * {
  color: #4D4942;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.contact-form-section .wrap .left-content .details-main-wrap .details-inner-wrap .day-wrap {
  width: 100%;
  max-width: 80px;
}

.contact-form-section .wrap .left-content .details-main-wrap .details-inner-wrap .time-wrap {
  width: 100%;
  max-width: 210px;
}
.contact-form-section .wrap .mobile-details {
  display: none;
}
@media screen and (max-width: 1024px) {
  .contact-form-section .wrap {
    flex-direction: column-reverse;
    gap: 0;
  }
  .contact-form-section .wrap .left-content,
  .contact-form-section .wrap .right-content {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) { 
  .contact-form-section .wrap .right-content {
    padding: 40px 20px;
  }

  .contact-form-section .wrap .right-content .right-inner-content .top-text > label {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 1.28px;
  }
  .contact-form-section .wrap .right-content h3 {
    font-size: 40px;
    line-height: 48px;
  }
  .contact-form-section .wrap h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; 
  }
  .contact-form-section .wrap .right-content .right-inner-content .top-text > .wysiwyg-content p {
    font-size: 16px;
	font-weight: 300;
    line-height: 24px;
  }

  .contact-form-section .wrap .left-content .details-inner-wrap {
    gap: 8px;
  }

  .contact-form-section .wrap .right-content .right-inner-content form .form-two-input {
    flex-direction: column;
    gap: 12px ;
  }
  
  .contact-form-section .wrap .right-content .right-inner-content form {
    gap: 12px;
  }
  .contact-form-section .wrap .right-content .right-inner-content form input:not(.form-submit), 
  .contact-form-section .wrap .right-content .right-inner-content form textarea {
    padding: 12px 16px;
    border: 1px solid #B5B5BA;
    background: #F9F9F9;
  }

  .contact-form-section .wrap .right-content .contact-us-form-wrapper input.form-submmit-wrap {
    width: 100%;
  }

  .contact-form-section .wrap .right-content .right-inner-content .top-text {
    margin-bottom: 24px;
  }

  .contact-form-section .wrap .left-content {
    padding: 60px 20px;
  }

  .contact-form-section .wrap .left-content hr {
    display: none;
  }
  .contact-form-section .wrap .left-content .details-inner-wrap *:not(strong) {
    font-size: 18px;
    line-height: 26px;
  }
}