/*2. Contact Form CSS  */
.contact-container-landing .btn {
    background: #EF088C !important;
}

.contact-container-landing .btn:hover {
    background: #d4067c !important;
}
.left-section-contact-landing h2, .left-section-contact-landing p{
    text-align:center;
}
@media only screen and (min-width: 749px) {
  .row-taketoweb-contact {
    display: flex;
}
  .contact-form-title-landing {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5%;
}
  .left-section-contact-landing {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
  .contact-container-landing {
    display: flex;
    align-items: center;
    justify-content: end;
}
.row-taketoweb-contact {
  justify-content: center;
}
}

@media only screen and (max-width: 749px) {
  .left-section-contact-landing {
    padding: 10% 0px;
}
}



/* Form section CSS */

div#contact-form-landing {
    background: #f5f5f5;
}
@media only screen and (min-width: 749px) {
.step {
    display: flex;
    width: 70%;
}

.step h3 {
    margin: 0px !important;
}

.contact-left-section-text-wrapper p {
    text-align: left;
    margin: 0px;
}

.contact-left-section-no p {
    font-weight: 800;
    font-size: 85px;
}

.contact-left-section-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 10px;
}
  div#contact-form-landing h4 {
    font-weight: 1000;
    color:#EF088C;
    font-weight:800;
    padding: 30px 20px 0px 20px;
    text-align:center;
    color:#EF088C;
}
  .contact-landing-page-btn {
    width:100% !important;
    max-width:1000px !important;
  }
}

@media only screen and (max-width: 749px) {
  .contact-left-section-no p {
    font-weight: 800;
    font-size: 45px;
}
  
  .step {
    padding: 30px 0px;
}
div#contact-form-landing h4 {
    color:#EF088C;
    font-weight:800;
    padding: 30px 20px 0px 20px;
    text-align:center;
    color:#EF088C;
}
  div#contact-form-landing {
    border: 5px solid black;
    border-radius: 10px;
}
  .contact-form-title-landing h2 {
    text-align:center;
  }
  
  .contact-landing-page-btn {
    width:100% !important;
    max-width:1000px !important;
  }
}
/* End Form section CSS  */
