@charset "UTF-8";
.hero-section {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgb(254, 244, 234);
  padding-block: 60px;
}
.hero-section h1 {
  font-size: 52px;
  line-height: 70px;
  font-weight: 800;
  color: #213343;
  width: 628.17px;
  line-height: 1.188;
  margin-bottom: 50px;
}
.hero-section h1 span {
  color: #ff763a;
}
.hero-section .feature-list .features {
  display: flex;
}
.hero-section .feature-list .features img {
  width: 18px;
  height: 18px;
  margin-right: 11px;
  margin-top: 3px;
}
.hero-section .feature-list .features .feature-heading {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #213343;
  margin-bottom: 16px;
}
.hero-section .feature-list .features .feature-details {
  width: 572px;
  font-size: 21px;
  line-height: 33px;
  color: #212321;
  font-weight: 300;
  margin-bottom: 0px;
}
.hero-section .feature-list .features:not(:last-child) {
  margin-bottom: 50px;
}
.hero-section .form-side {
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  height: auto;
  padding: 24px;
}
.hero-section .form-side .heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #213343;
  text-align: center;
}
.hero-section .form-side #get-a-free-quote {
  margin-top: 20px;
}
.hero-section .form-side #get-a-free-quote label {
  font-size: 12px;
  margin-bottom: 6px;
  padding-left: 21px;
  color: #213343;
  font-weight: 500;
}
.hero-section .form-side #get-a-free-quote .label-adjustment {
  font-size: 14px;
  color: rgb(133, 133, 146);
  padding-left: 0;
}
.hero-section .form-side #get-a-free-quote .form-paragraph {
  color: rgb(133, 133, 146);
}
.hero-section .form-side #get-a-free-quote .dropdown {
  cursor: pointer;
  border-radius: 25px;
}
.hero-section .form-side #get-a-free-quote .dropdown button {
  position: relative;
}
.hero-section .form-side #get-a-free-quote .dropdown button::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.hero-section .form-side #get-a-free-quote .dropdown .dropdown-item p {
  font-size: 14px;
  color: #858592;
  font-weight: 400;
}
.hero-section .form-side #get-a-free-quote .dropdown .dropdown-menu {
  padding-left: 12px;
  height: 150px;
  overflow-y: scroll;
}
.hero-section .form-side #get-a-free-quote input,
.hero-section .form-side #get-a-free-quote select,
.hero-section .form-side #get-a-free-quote .dropdown button {
  font-size: 14px;
  color: #858592;
  font-weight: 400;
  padding-left: 30px;
  border-radius: 25px;
  height: 48px;
  border-width: 1px !important;
  border-color: rgb(118, 145, 173) !important;
  border-style: solid !important;
}
.hero-section .form-side #get-a-free-quote .custom-checkbox {
  width: 25px;
  height: 25px;
  border: 0;
}
.hero-section .form-side #get-a-free-quote input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.hero-section .form-side #get-a-free-quote input[type=checkbox]:checked {
  background-color: #FA9E57;
}
.hero-section .form-side #get-a-free-quote input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-section .form-side #get-a-free-quote textarea {
  font-size: 14px;
  color: #858592;
  font-weight: 400;
  padding-left: 30px;
  border-radius: 25px;
  height: 100px;
  padding-top: 20px;
  border-width: 1px !important;
  border-color: rgb(118, 145, 173) !important;
  border-style: solid !important;
}
.hero-section .form-side #get-a-free-quote .input-group .select-1 {
  width: 65px;
  padding-left: 0;
  text-align: center;
  background-color: rgb(246, 249, 252);
  border-end-end-radius: 0 !important;
  border-start-end-radius: 0 !important;
  border: 1px solid #ced4da;
}
.hero-section .form-side #get-a-free-quote .input-group .select-2 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.hero-section .form-side #get-a-free-quote .form-check-input:checked {
  background-color: #ff763a;
}
.hero-section .form-side #get-a-free-quote .form-check-label {
  font-size: 12px;
  font-weight: 300;
  color: #858592;
  line-height: 20px;
  padding-left: 0;
  width: 604.56px;
}
.hero-section .form-side #get-a-free-quote .form-check-input {
  border-radius: 0;
  width: 15px;
  height: 15px;
  padding-left: 0px;
  border-color: #ff763a;
}
.hero-section .form-side #get-a-free-quote .author .details {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  width: 300px;
  margin-left: 9px;
}
.hero-section .form-side #get-a-free-quote .author .author-name {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  margin-left: 9px;
}
.hero-section .form-side #get-a-free-quote .author .orange-line {
  background-color: rgb(255, 118, 58);
  width: 24px;
  height: 1px;
  display: inline-block;
  margin-left: 8px;
}
.hero-section .form-side #get-a-free-quote .gradient-btn {
  width: 221px;
  height: 61px;
  border-radius: 30.5px;
}

footer {
  padding-top: 62px !important;
}
footer .subscribtion-block {
  display: none !important;
}

.iti {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .responsive-form {
    min-height: 1500px !important;
    max-height: 2020px !important;
  }
  .responsive-form .bg-image {
    height: 2100px !important;
  }
  .responsive-form .form-side {
    height: auto !important;
  }
  .amazon-stores {
    margin-top: 100px !important;
  }
  .hero-section {
    display: flex;
    align-items: center;
  }
  .hero-section .flex-box-1 {
    height: 100%;
    margin-top: 20px;
  }
  .hero-section h1 {
    font-size: 34px;
    line-height: 1.412;
    font-weight: 700;
    color: #213343;
    width: 100%;
    line-height: 1.188;
    margin-bottom: 30px;
    text-align: left;
  }
  .hero-section h1 span {
    color: #ff763a;
  }
  .hero-section .content {
    min-width: unset !important;
    margin-top: unset !important;
  }
  .hero-section .form-side {
    min-width: unset !important;
  }
  .hero-section .feature-list .features {
    display: flex;
  }
  .hero-section .feature-list .features img {
    width: 12px;
    height: 12px;
    margin-right: 11px;
    margin-top: 3px;
  }
  .hero-section .feature-list .features .feature-heading {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #213343;
    margin-bottom: 6px;
  }
  .hero-section .feature-list .features .feature-details {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    color: #212321;
    font-weight: 300;
    margin-bottom: 0px;
  }
  .hero-section .feature-list .features {
    margin-bottom: 25px !important;
  }
  .hero-section .form-side {
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
  }
  .hero-section .form-side .iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 6px !important;
  }
  .hero-section .form-side .heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #213343;
    text-align: center;
  }
  .hero-section .form-side #get-a-free-quote {
    margin-top: 0x;
  }
  .hero-section .form-side #get-a-free-quote .mb-3 {
    margin-bottom: 6px !important;
  }
  .hero-section .form-side #get-a-free-quote label {
    font-size: 12px;
    margin-bottom: 6px;
    padding-left: 10px;
    color: #213343;
    font-weight: 500;
    margin-bottom: 3px;
  }
  .hero-section .form-side #get-a-free-quote .dropdown {
    cursor: pointer;
    border-radius: 25px;
  }
  .hero-section .form-side #get-a-free-quote .dropdown button {
    position: relative;
  }
  .hero-section .form-side #get-a-free-quote .dropdown button::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .hero-section .form-side #get-a-free-quote .dropdown .dropdown-item p {
    font-size: 14px;
    color: #858592;
    font-weight: 400;
  }
  .hero-section .form-side #get-a-free-quote .dropdown .dropdown-menu {
    padding-left: 12px;
    height: 150px;
    overflow-y: scroll;
  }
  .hero-section .form-side #get-a-free-quote input,
  .hero-section .form-side #get-a-free-quote select,
  .hero-section .form-side #get-a-free-quote .dropdown button {
    font-size: 12px;
    color: #858592;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 25px;
    height: 34px;
  }
  .hero-section .form-side #get-a-free-quote textarea {
    font-size: 12px;
    color: #858592;
    font-weight: 400;
    padding-left: 24px;
    border-radius: 25px;
    height: 66px;
    padding-top: 10px;
  }
  .hero-section .form-side #get-a-free-quote .input-group .select-1 {
    width: 65px;
    padding-left: 0;
    text-align: center;
    background-color: rgb(246, 249, 252);
    border-end-end-radius: 0 !important;
    border-start-end-radius: 0 !important;
    border: 1px solid #ced4da;
  }
  .hero-section .form-side #get-a-free-quote .input-group .select-2 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .hero-section .form-side #get-a-free-quote .form-check-input:checked {
    background-color: #ff763a;
  }
  .hero-section .form-side #get-a-free-quote .form-check-label {
    font-size: 12px;
    font-weight: 300;
    color: #858592;
    line-height: 20px;
    padding-left: 0;
    width: 604.56px;
  }
  .hero-section .form-side #get-a-free-quote .form-check-input {
    border-radius: 0;
    width: 15px;
    height: 15px;
    padding-left: 0px;
    border-color: #ff763a;
  }
  .hero-section .form-side #get-a-free-quote .author .details {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
    width: 300px;
    margin-left: 9px;
  }
  .hero-section .form-side #get-a-free-quote .author .author-name {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
    margin-left: 9px;
  }
  .hero-section .form-side #get-a-free-quote .author .orange-line {
    background-color: rgb(255, 118, 58);
    width: 24px;
    height: 1px;
    display: inline-block;
    margin-left: 8px;
  }
  .hero-section .form-side #get-a-free-quote .gradient-btn {
    width: 146px;
    height: 45px;
    border-radius: 22.74px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .hero-section .form-side #get-a-free-quote .form-paragraph {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 280px) and (max-width: 374px) {
  .responsive-form {
    min-height: 1650px !important;
    max-height: 1650px !important;
  }
  .responsive-form .bg-image {
    height: 1650px !important;
  }
  .responsive-form .form-side {
    height: auto !important;
  }
  .hero-section h1 {
    width: 100%;
    font-size: 25px;
  }
  .hero-section .feature-list .feature-details {
    width: auto !important;
    font-size: 15px;
    line-height: 1.8;
    color: #212321;
    font-weight: 300;
    margin-bottom: 0px;
  }
  .hero-section .form-side {
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 20px;
  }
  .hero-section .form-side .iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 6px !important;
  }
  .hero-section .form-side .heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #213343;
    text-align: center;
  }
  .hero-section .form-side #get-a-free-quote {
    margin-top: 0x;
  }
  .hero-section .form-side #get-a-free-quote .mb-3 {
    margin-bottom: 6px !important;
  }
  .hero-section .form-side #get-a-free-quote label {
    font-size: 12px;
    margin-bottom: 6px;
    padding-left: 10px;
    color: #213343;
    font-weight: 500;
    margin-bottom: 3px;
  }
  .hero-section .form-side #get-a-free-quote .dropdown {
    cursor: pointer;
    border-radius: 25px;
  }
  .hero-section .form-side #get-a-free-quote .dropdown button {
    position: relative;
  }
  .hero-section .form-side #get-a-free-quote .dropdown button::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .hero-section .form-side #get-a-free-quote .dropdown .dropdown-item p {
    font-size: 14px;
    color: #858592;
    font-weight: 400;
  }
  .hero-section .form-side #get-a-free-quote .dropdown .dropdown-menu {
    padding-left: 12px;
    height: 150px;
    overflow-y: scroll;
  }
  .hero-section .form-side #get-a-free-quote input,
  .hero-section .form-side #get-a-free-quote select,
  .hero-section .form-side #get-a-free-quote .dropdown button {
    font-size: 12px;
    color: #858592;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 25px;
    height: 34px;
  }
  .hero-section .form-side #get-a-free-quote textarea {
    font-size: 12px;
    color: #858592;
    font-weight: 400;
    padding-left: 24px;
    border-radius: 25px;
    height: 66px;
    padding-top: 10px;
  }
  .hero-section .form-side #get-a-free-quote .input-group .select-1 {
    width: 65px;
    padding-left: 0;
    text-align: center;
    background-color: rgb(246, 249, 252);
    border-end-end-radius: 0 !important;
    border-start-end-radius: 0 !important;
    border: 1px solid #ced4da;
  }
  .hero-section .form-side #get-a-free-quote .input-group .select-2 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .hero-section .form-side #get-a-free-quote .form-check-input:checked {
    background-color: #ff763a;
  }
  .hero-section .form-side #get-a-free-quote .form-check-label {
    font-size: 12px;
    font-weight: 300;
    color: #858592;
    line-height: 20px;
    padding-left: 0;
    width: 604.56px;
  }
  .hero-section .form-side #get-a-free-quote .form-check-input {
    border-radius: 0;
    width: 15px;
    height: 15px;
    padding-left: 0px;
    border-color: #ff763a;
  }
  .hero-section .form-side #get-a-free-quote .author .details {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
    width: 300px;
    margin-left: 9px;
  }
  .hero-section .form-side #get-a-free-quote .author .author-name {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
    margin-left: 9px;
  }
  .hero-section .form-side #get-a-free-quote .author .orange-line {
    background-color: rgb(255, 118, 58);
    width: 24px;
    height: 1px;
    display: inline-block;
    margin-left: 8px;
  }
  .hero-section .form-side #get-a-free-quote .gradient-btn {
    width: 146px;
    height: 45px;
    border-radius: 22.74px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .hero-section .form-side #get-a-free-quote .form-paragraph {
    font-size: 13px !important;
  }
}/*# sourceMappingURL=get-a-free-quote.css.map */