.strade_right .trade_img {
  border-radius: 10px;
}
.service_trade_wrap {
  display: flex;
  flex-wrap: wrap;
}
.strade_right {
  width: 700px;
}
.strade_left {
  width: calc(100% - 700px);
  padding-right: 110px;
}
.book_wrap {
  background-color: #eeeeee;
  padding: 10px;
  padding: 50px 60px;
  margin-bottom: 60px;
  border-radius: 10px;
}
.book_wrap .sform_title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #242929;
  margin-bottom: 35px;
}
.book_wrap form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.book_wrap form .colmd_8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 660px);
}
.book_wrap form .colmd_8.serv_frm {
  width: 100%;
}
.book_wrap form .colmd_8.serv_frm textarea {
  min-height: 150px;
}
.strade_right .book_wrap .form-group:last-of-type:has(input[type="submit"]) {
  margin-bottom: 0;
}
.colmd_4 {
  width: 638px;
}
textarea {
  min-height: 350px;
}
.book_wrap input[type="submit"] {
  width: 170px;
}
.location-listing.store-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.location-listing.store-listing .img-shadow {
  margin-top: -24px;
}
.service_wrap {
  margin: 0 auto 60px;
}
.service_wrap.text-left {
  text-align: left !important;
}
.service_wrap.text-left ul li {
  width: 30.33%;
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  text-align: left;
}
.service_wrap .service_icon {
  margin-bottom: 22px;
  text-align: center;
}
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output,
.wpcf7-form.success .wpcf7-response-output {
  line-height: 1;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
  background: #ffffff;
  color: #dc3232;
  border: 0;
  padding: 5px 10px;
}
.wpcf7-form.sent .wpcf7-response-output,
.wpcf7-response-output .wpcf7-form.success {
  background-color: var(--green);
  color: #ffffff;
}
.wpcf7-form.failed .wpcf7-response-output {
  border: 1px solid #fe0000 !important;
  background: url(../images/failed-validation.svg) no-repeat 15px center #ffdfdf;
  font-size: 14px;
  color: #ff0000;
  padding: 10px 20px 10px 30px;
  margin: 0 0 10px 0;
  width: 100%;
  padding-left: 45px;
}
.wpcf7-response-output .wpcf7-form.success {
  background: url(../images/validation-tick.svg) no-repeat 15px center #e1ffd9;
  border-color: #498e36;
  font-size: 14px;
  color: #498e36;
  width: 100%;
  max-width: 826px;
  padding: 15px 15px 15px 45px;
  font-family: "Nunito";
  font-weight: normal;
}
@media (min-width: 991px) {
  .strade_right:has(img) {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}

/*---- media query --*/

@media (max-width: 1440px) {
  .strade_left {
    padding-right: 50px;
  }
  .strade_right {
    width: 550px;
  }
  .strade_left {
    width: calc(100% - 550px);
    padding-right: 30px;
  }
}

@media (max-width: 1200px) {
  .strade_right {
    width: 400px;
  }
  .strade_left {
    width: calc(100% - 400px);
    padding-right: 30px;
  }
  .book_wrap {
    padding: 30px;
  }
  .colmd_4 {
    width: 40%;
  }
  .book_wrap form .colmd_8 {
    width: calc(100% - 43%);
  }
}

@media (max-width: 992px) {
  .strade_right {
    width: 100%;
  }
  .strade_left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .book_wrap .sform_title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .service_wrap.text-left ul li {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .colmd_4 {
    width: 100%;
  }
  .book_wrap form .colmd_8 {
    width: 100%;
  }
  .book_wrap {
    padding: 30px 30px 10px;
    margin-bottom: 40px;
  }
  .book_wrap .sform_title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .service_wrap {
    margin: 0 auto 40px;
  }
  .location_wrap {
    padding-bottom: 20px;
  }
  .service_wrap.text-left ul li {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .book_wrap {
    padding: 30px 20px 10px;
  }
  .book_wrap .sform_title {
    font-size: 22px;
    line-height: 30px;
  }
  .service_wrap.text-left ul li {
    width: 100%;
  }
}
