.calculator-pg {
  background: #F7F9FB;
}
.calculator-pg .et_pb_section {
  background-color: transparent;
}
.calculator-pg .page-header .et_pb_text_inner {
  max-width: 100%;
}
.calculator-pg .page-header h1 {
  font-weight: 900;
  font-family: "Montserrat";
  color: #000000;
}
.calculator-form {
  background: #ffffff;
  border-radius: 17px;
  padding: 35px 25px;
}
.calculator-form .left-selection,
.calculator-form .right-selection {
  display: block;
  border: 1px solid #7E95A6;
  border-radius: 8px;
  padding: 10px 15px;
  margin: 10px 0;
  position: relative;
}
.calculator-form .checked {
  background: #3ACDAA;
  border: 1px solid #1F987B;
}
.calculator-form .right-selection select {
  background: none;
  width: 100%;
  border: none;
}
.calculator-form .right-selection option {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #15181C;
}
.calculator-form .input-checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.calculator-form .input-checkbox:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 20px;
  border: 2px solid #7E95A6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.calculator-form .checked .input-checkbox:after {
  content: "\e905";
  font-family: 'hls';
  border: none;
  color: #ffffff;
  font-size: 22px;
}
.calculator-form .left-selection label {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #36404E;
}
.calculator-form .checked label  {
  color: #ffffff;
}
.calculator-form .calculator-form-2 p {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.calculator-form .alert {
  margin-top: 15px;
}
.calculator-form .btn-submit {
  background: #1E1D45;
  box-shadow: 10px 30px 30px rgba(181, 192, 203, 0.51);
  border-radius: 57px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  border: none;
  padding: 15px 30px;
  margin: 20px 0 0;
  display: inline-block;
  transition: all 0.4s ease;
}
.calculator-form .btn-submit:hover {
  background: #000000;
}
.calculator-form div.wpcf7 {
  position: relative;
}
.calculator-form div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 20px;
  right: -20px;
}
.calculator-form input[type="checkbox"] {
  position: absolute;
  width: 100%;
  visibility: hidden;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  height: 100%;
}
.calculate-row {
  border: 0.868146px solid #F0C6C6;
  border-radius: 6.94517px;
  background: #FFF1F1;
  color: #15181C;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 25px;
  margin: 10px 0;
}
.calculate-row b {
  font-weight: 700;
  text-transform: capitalize;
}
.calculator-app-result p {
  margin-bottom: 10px;
  font-family: "Montserrat";
}
.schedule-section p {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 15px;
  margin: 20px 0 10px;
}
.schedule-section .form-email {
  position: relative;
}
.schedule-section .form-email:before {
  content: "\e902";
  font-family: 'hls';
  font-size: 20px;
  color: #2740C5;
  position: absolute;
  top: 13px;
  left: 15px;
  z-index: 2;
}
.schedule-section .wpcf7-email {
  width: 100%;
  border: 0.868146px solid #8DA2C0;
  border-radius: 39.0666px;
  padding: 17px 15px 17px 45px;
  color: #565656;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 1.2;
}
.schedule-section .wpcf7-submit {
  box-shadow: 0px 3.47258px 3.47258px rgba(0, 0, 0, 0.25);
  background: #00C981;
  border-radius: 46.0117px;
  color: #FFFFFF;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  padding: 14px 25px;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: all 0.5s ease;
}
.schedule-section .wpcf7-submit:hover {
  background: #03b676;
}
.schedule-section .wpcf7-response-output {
  margin: 0;
}
.schedule-section span.wpcf7-not-valid-tip {
  position: relative;
}
.schedule-section .wpcf7-email.wpcf7-not-valid {
  border-color: #f00;
}
.schedule-section .number-captcha {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.schedule-section .number-captcha label {
  margin-right: 15px;
}
.schedule-section .number-captcha .wpcf7-captchar {
  padding: 10px;
  background: #ffffff;
  width: 120px;
  margin: 10px;
}
.schedule-section .number-captcha .wpcf7-not-valid-tip {
  position: absolute;
  left: -5rem;
}
@media screen and (min-width: 981px) {
  .calculator-pg #main-content {
    padding-top: 80px;
  }
  .calculator-form {
    padding: 50px 65px;
  }
  .schedule-section .wpcf7-form {
    position: relative;
  }
  .calculator-pg .page-header {
    padding-bottom: 5px;
  }
  .calculator-pg .page-header h1 {
    font-size: 30px;
  }
  .schedule-section .wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0px;
    max-width: 222px;
  }
  .schedule-section .wpcf7-email {
    width: calc(100% - 235px);
  }
  .calculator-pg .mfp-content {
    max-width: 700px;
  }
  .schedule-section .wpcf7-form p {
    margin: 0;
  }
  .schedule-section .number-captcha {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .calculator-form .left-selection label  {
    font-size: 18px;
  }
  .calculator-form .calculator-form-2 p {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .calculator-form .btn-submit {
    font-size: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 40px;
  }
  .calculator-pg .page-header h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1650px) {
  .calculator-form .left-selection label {
    font-size: 22px;
  }
  .calculator-form .left-selection, .calculator-form .right-selection {
    margin: 20px 0;
  }
  .calculator-form .calculator-form-2 p {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .calculator-form .btn-submit {
    font-size: 25px;
    margin-top: 90px;
  }
  .calculator-pg .mfp-content {
    max-width: 890px;
  }
  .calculator-form {
    padding: 90px 95px;
  }
  .calculator-pg .page-header h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .calculator-pg .et_pb_section {
    padding: 0;
  }
  .calculator-pg .page-header.et_pb_row {
    padding-bottom: 0;
  }
}

