.sbc-connect-form {
  padding: 100px 0;
  background-color: #EFEFF0;
  /* border-top: 1px solid #DEDEDE; */
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: top right; */
}
.sbc-connect-form .city {
  color: #C12033;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.sbc-connect-form .address-cont {
  margin-bottom: 10px;
}
.sbc-connect-form .address {
  color: #231f20;
  font-size: 14px;
  text-decoration: none !important;
}
.sbc-connect-form .address:hover {
  color: #c12033;
}
.sbc-connect-form .phone {
  color: #C12033;
  font-weight: 700;
  text-decoration: none !important;
}
.sbc-connect-form .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.sbc-connect-form .social-media .single-social{
  margin-right: 15px;
}
.sbc-connect-form .social-media .single-social i{
  font-size: 20px;
}
.sbc-connect-form .social-media .single-social a{
  color: #1737A2;
}
.sbc-connect-form .social-media .single-social a:hover{
  color: #c12033;
}
.sbc-connect-form .lets-connect-form label {
  width: 100%;
  color: #231f20;
  font-weight: 300;
  margin-bottom: 20px;
}
.sbc-connect-form .lets-connect-form input[type="text"],
.sbc-connect-form .lets-connect-form input[type="email"],
.sbc-connect-form .lets-connect-form input[type="tel"],
.sbc-connect-form .lets-connect-form select,
.sbc-connect-form .lets-connect-form textarea {
  /*border: 1px solid #dedede;
  */border: 0;
  height: 40px;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  padding-left: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.sbc-connect-form .lets-connect-form textarea {
  height: 80px;
}
.sbc-connect-form .lets-connect-form .red-btn{
  padding: 0;
}
.sbc-connect-form .lets-connect-form .submit{
  position: relative;
  /* left: 10px; */
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  background-color: transparent;
  border: 0;
  padding: 15px 40px;
}
.sbc-connect-form .lets-connect-form .wpcf7-spinner{
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* .sbc-connect-form .lets-connect-form .submit {
  background-color: #C12033;
  border: 1px solid #C12033;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 40px;
  margin-bottom: 30px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sbc-connect-form .lets-connect-form .submit:hover {
  background-color: #fff;
  color: #C12033;
} */
.sbc-connect-form .lets-connect-form .footer-text {
  margin: 20px 0;
  font-style: italic;
  font-size: 14px;
}
@media(max-width: 991px){
  .sbc-connect-form{
    background-image: none !important;
    background-color: #f5f5f5;
  }
}
/********************************************************************************/
/* Free Page Audit  */
.sbc-connect-form.free-page-audit .free-audit-form-cont{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sbc-connect-form.free-page-audit .free-audit-form label {
  width: 100%;
  color: #231f20;
  font-weight: 300;
}
.sbc-connect-form.free-page-audit .free-audit-form input[type="text"],
.sbc-connect-form.free-page-audit .free-audit-form input[type="email"],
.sbc-connect-form.free-page-audit .free-audit-form input[type="tel"],
.sbc-connect-form.free-page-audit .free-audit-form select,
.sbc-connect-form.free-page-audit .free-audit-form textarea {
  border: 1px solid #dedede;
  height: 40px;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  padding-left: 10px;
}

.sbc-connect-form.free-page-audit .free-audit-form .submit {
  background-color: #1737a2;
  border: 1px solid #1737a2;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sbc-connect-form.free-page-audit .free-audit-form .submit:hover {
  background-color: #fff;
  color: #1737a2;
}

.sbc-connect-form .sbc-form-with-text__form-wrapper {
    background-color: transparent !important;
    padding: 0 20px !important;
}

.sbc-form-with-text__form-wrapper label,
.sbc-form-with-text__form-wrapper input,
.sbc-form-with-text__form-wrapper select,
.sbc-form-with-text__form-wrapper textarea {
    width: 100%;
    display: block;
    font-weight: 400;
}

.sbc-connect-form .sbc-form-with-text__form-wrapper form {
    margin-top: 40px !important;
}

.sbc-form-with-text__form-wrapper br {
    display: none !important;
}

.sbc-form-with-text__form-wrapper label {
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 10px;
}

.sbc-form-with-text__form-wrapper input,
.sbc-form-with-text__form-wrapper select,
.sbc-form-with-text__form-wrapper textarea {
    appearance: none;
    border-radius: 0;
    border: none;
    background-color: #fff;
    height: 78px;
    font-size: 23px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0 25px;
}

.sbc-form-with-text__form-wrapper textarea {
    height: 200px;
    padding-top: 25px;
    padding-bottom: 25px;
    resize: none;
    overflow: auto;
}

.sbc-form-with-text__form-wrapper select {
    background: url('https://spiderboost.com/wp-content/uploads/2023/06/arrow.png') 96%/20px no-repeat #fff;
    padding-right: 45px;
}

.sbc-form-with-text__form-wrapper .buy-with-prime-form__field {
    margin-bottom: 30px;
}

.sbc-form-with-text__form-wrapper__title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}

.buy-with-prime-form__note {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
}

.buy-with-prime-form__field.buy-with-prime-form__field_-submit {
    margin-top: 70px;
    text-align: center;
}

.buy-with-prime-form__field.buy-with-prime-form__field_-submit input[type="submit"] {
    max-width: 360px;
    background-color: #D30025;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    margin: 0 auto;
}

.buy-with-prime-form__field.buy-with-prime-form__field_-submit input[type="submit"]:hover {
    background-color: #000;
}

.sbc-connect-form .buy-with-prime-form__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sbc-connect-form .buy-with-prime-form__field__half {
    flex-basis: calc(50% - 20px);
    margin-bottom: 10px !important;
}

@media(max-width: 991px){
  .sbc-connect-form.free-page-audit .free-audit-form-cont{
    background-image: none !important;
  }
}

@media(max-width: 767px){
    .sbc-connect-form .buy-with-prime-form__field__half {
        flex-basis: 100%;
        margin-bottom: 10px !important;
    }
}

/***********************************************************************/
/* Two Column  */
.sbc-connect-form.two-column {
  background-color: #fff;
  border-top: 1px solid #DEDEDE;
}