.grooveContact-column {
  max-width: 370px;
  margin-right: 30px;
  padding: 40px;
  padding-bottom: 35px;
  border: 1px solid #EFEFEF;
  border-radius: 24px;
}

.grooveContact-column:last-child {
  margin-right: 0px;
}

span.contact__title {
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: 600;
  display: block;
  margin-top: 30px;
}

.grooveContact-p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #444444;
  margin-bottom: 30px;
}

h3.infobox-content-title {
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 600;
  color: #222222;
  font-family: 'Inter', sans-serif;
}

.groove-infobox-content p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #222222;
  margin-bottom: 0px;
}

.groove-infobox-content {
  margin-bottom: 15px;
}

h2.dbl__title-wrapper {
  margin-bottom: 10px !important;
}

.btn-contact {
  display: block;
  padding: 10px 25px;
  background-color: #e60078;
  color: #ffffff;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  margin-top: 30px;
  width: fit-content;
}

.btn-contact:hover {
  color: #fff;
}

.groove-info-box {
  display: flex;
  margin-bottom: 15px;
}

.groove-info-box:last-child {
  margin-bottom: 0;
}

.groove-info-box figure {
  width: 22px;
  margin: 0px;
  margin-right: 15px;
}

.wgl-double_heading h2.dbl__title-wrapper {
  margin-bottom: 30px !important;
  padding-bottom: 0;
}

.address-title h3 {
  font-size: 15px!important;
  line-height: 20px!important;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0px;
}

a.contact-link {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #222222;
}

.grooveContact-heading h2{
  font-size: 32px!important;
  line-height: 42px!important;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  text-align: center;
}
.grooveContact-heading h2 span{
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: #e60078;
}
.grooveContact-heading p{
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  margin-bottom: 40px;
  text-align: center;
}

.contactus-block-1 {
  padding: 35px 0;
}

.contactus-block-2.groove-section {
  padding-bottom: 40px;
  background-color: #fff;
  padding-top: 35px;
  scroll-margin-top: 140px;
}

.contactus-block-2 .formsection-box {
  max-width: 850px;
  margin: 0 auto;
}

/* form */

.contact-us-form-container .dp-fl>p {
  width: 100%;
}

.contact-us-form-container .dp-fl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-us-form-container .ajax-loader {
  display: none;
}

.contact-us-form-container {
  display: grid;
  grid-template-columns: 530px 1fr;
  gap: 70px;
}

.contactus-block-2 .groove-container {
  display: block;
}

.contactus-block-2 .grooveContact-heading h2 {
  margin-bottom: 35px;
  font-weight: 700;
}

.contact-us-form-container label {
  font-size: 15px;
  line-height: 20px;
  color: #222;
  font-family: 'Inter', sans-serif;
}

.contact-us-form-container span {
  margin-top: 5px;
  font-size: 15px;
  line-height: 20px;
}

.contact-us-form-container .wpcf7 input,
.contact-us-form-container .wpcf7 select,
.contact-us-form-container .wpcf7 textarea {
  border-radius: 4px;
  background: #fff;
  border: solid 1px #DBDBDB;
  font-size: 15px;
  line-height: 20px;
  color: #222;
}

.contact-us-form-container .wpcf7 input:not([type="submit"]) {
  min-height: 44px;
}

.contact-us-form-container .wpcf7 input[type="submit"] {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  height: 46px;
  margin-top: 5px;
  padding: 0 28px;
  float: right;
  border-color: #e60078;
}

.contact-us-left img {
  width: 100%;
}

@media (max-width: 800px){
  .grooveContact-column{
    max-width: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .grooveContact-column:last-child{
    margin-bottom: 0px;
  }
  .groove-section{
    padding: 40px 15px;
  }
  .btn-contact{
    margin: auto;
    margin-top: 30px;
  }

  .page-header_content p {
    display: none;
  }

  /* form */
  .contact-section .grooveHome-heading h2 {
    margin-bottom: 20px;
  }

  .contactus-block-2 .dp-fl {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contactus-block-2 .dp-fl>p {
    width: 100% !important;
  }

  .contact-us-form-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contactus-block-2 .grooveContact-heading h2 {
    margin-bottom: 10px;
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .contactus-block-2 .dp-fl {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-us-form-container .wpcf7 input[type="submit"] {
    margin-top: 5px;
  }

  .contactus-block-2.groove-section {
    padding-top: 40px;
  }

  .contact-us-left img {
    min-width: calc(100% + 30px);
    margin-left: -15px;
  }
}