/* Custom Style */
:root {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins Regular.otf");
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins SemiBold.otf");
}
body {
  font-family: "Poppins Regular", sans-serif;
  color: #130D40;
  font-size: 20px;
}

.container-fluid {
  padding-left: 140px;
  padding-right: 140px;
}

form#calcForm {
  overflow-x: hidden;
}

.input-set {
  margin-bottom: 15px;
}
.input-set label {
  color: #2E2E2D;
  font-size: 17px;
  font-weight: bold;
}
.input-set span.input-group-text {
  border-color: #707070;
  background-color: #fff;
  padding: 8px;
  font-weight: bold;
  color: #130D40;
  font-size: 17px;
  width: 28px;
}
.input-set .form-control {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 12px 15px;
  color: #130D40;
  font-size: 17px;
}
.input-set .form-control::-moz-placeholder {
  color: #B7B7B7;
}
.input-set .form-control::placeholder {
  color: #B7B7B7;
}
.input-set .form-control:focus {
  box-shadow: none;
}
.input-set .form-select {
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 12px 15px;
  color: #130D40;
  font-size: 16px;
  padding-right: 35px;
}
.input-set .form-select:focus {
  box-shadow: none;
}
.input-set span.text-danger.field-validation-error {
  color: #F92750 !important;
  font-size: 13px !important;
}

/* Radio Input */
.form-check-input {
  border: 2px solid #999;
}
.form-check-input:focus {
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #079875;
  border-color: #34594a;
}

/* Button */
.btn {
  font-size: 12px;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
}

.btn-green {
  background-color: #079875;
  color: #fff;
}
.btn-green:hover {
  background-color: #04DEAC;
  color: #fff;
  outline: none;
}

.btn-greenLight {
  background-color: #079875;
  color: #fff;
}
.btn-greenLight:hover {
  background-color: #1ba86b;
  color: #fff;
  outline: none;
}

.btn-white {
  background-color: #fff;
  color: #130D40;
  font-size: 25px;
  font-weight: bold;
}
.btn-white:hover {
  background-color: #f5f5f5;
  color: #130D40;
  outline: none;
}

.section-header {
  font-size: 38px;
  font-family: "Poppins SemiBold", sans-serif;
  font-weight: 500;
  color: #130D40;
  padding: 20px 0;
}

.section-header1 {
  font-size: 30px;
  font-family: "Poppins SemiBold", sans-serif;
  font-weight: 500;
  color: #2E2E2D;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: bold;
}

.main {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  background: transparent;
}
header .top {
  align-items: center;
  padding: 30px 0;
}
header .top .logo img {
  width: auto;
  height: 62px;
}
header .top .logo .logo2 {
  display: none;
}
header .top .contact {
  text-align: right;
}

#header.fixed-top .logo .logo2 {
  display: none;
}

#header.header-scrolled {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#header.header-scrolled .logo .logo1 {
  display: none;
}
#header.header-scrolled .logo .logo2 {
  display: block;
}

.banner {
  background-image: url(../img/BlendedRate-header-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 480px;
  align-items: center;
  display: flex;
}
.banner .text {
  width: 80%;
  margin: 0 auto;
}
.banner .text h1 {
  font-size: 52px;
  font-family: "Poppins SemiBold", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.banner .text h1 span {
  color: #04DEAC;
}

.form .title {
  background-color: #34594A;
  border-radius: 4px 4px 0 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
}
.form .form-head {
  font-size: 16px;
  font-weight: bold;
}
.form .form-box {
  background: #EDF1F7;
  border-radius: 4px;
  padding: 30px;
}
.form .result .box {
  color: #fff;
  padding: 70px 20px;
  text-align: center;
  letter-spacing: 1px;
}
.form .result .box h2 {
  font-size: 32px;
  font-weight: bold;
}
.form .result .box h3 {
  font-size: 26px;
  font-weight: 500;
}
.form .result .box p {
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
}
.form .result .box1 {
  background: url(../img/result1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form .result .box2 {
  background: url(../img/result2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form .result .box3 {
  background: url(../img/result3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form .result .box.box1 {
  padding: 39px 20px;
  min-height: 375px;
}
.form .result .box.box1 h2 {
  font-size: 36px;
  color: #04DEAC;
}
.form .result .box.box1 .btn.btn-greenLight.no-data {
  margin: 89px 0;
}
.form .result .box.box2 {
  position: relative;
}
.form .result .box.box2 .vs {
  position: absolute;
  right: -50px;
  background: #fff;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  top: 40%;
  text-align: center;
  font-weight: bold;
  color: #34594A;
  font-size: 42px;
  line-height: 90px;
}

.contact p {
  color: #1C3655;
  font-size: 18px;
}
.contact .contact-img {
  height: 860px;
  overflow: hidden;
  border-radius: 25px;
}
.contact .contact-img img {
  width: 100%;
}

.what {
  background-color: #34594A;
  color: #fff;
}
.what h2 {
  font-size: 30px;
  font-weight: bold;
}
.what p {
  font-size: 18px;
}

/* Footer */
footer {
  background-color: #f9f9f9;
  padding: 50px 0 10px 0;
  margin-top: 20px;
}
footer .footer-top {
  border-bottom: 1px solid #e2e2e2;
}
footer .footer-top .logo img {
  width: 150px;
  height: auto;
}
footer .footer-top .logo p {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
}
footer .footer-top ul.footer-menu {
  list-style: none;
  padding-left: 0;
}
footer .footer-top ul.footer-menu li {
  padding: 2px;
}
footer .footer-top ul.footer-menu li a {
  font-size: 14px;
  color: #335848;
}
footer .footer-top ul.footer-menu li a:hover {
  color: #0d5747;
}
footer .footer-top .address h2 {
  font-size: 16px;
  color: #335848;
}
footer .footer-top .address address {
  margin-bottom: 2px;
  color: #000;
  font-size: 14px;
}
footer .footer-top .address a {
  color: #335848;
}
footer .footer-top .mail h2 {
  font-size: 16px;
  color: #335848;
}
footer .footer-top .mail p {
  color: #000;
  font-size: 14px;
}
footer .footer-top .subscribe-form {
  display: flex;
}
footer .footer-top .subscribe-form input {
  padding: 3px 10px 3px 26px;
  width: calc(100% - 54px);
  height: 45px;
  border: 0;
  border-radius: 0;
  background: #fff;
  font-size: 15px;
}
footer .footer-top .subscribe-form input:focus {
  color: #111;
  border: 0;
  box-shadow: 0;
  outline: none;
}
footer .footer-top .subscribe-form button {
  top: 0;
  right: 0;
  padding: 0;
  height: 45px;
  color: #fff;
  width: 80px;
  font-size: 10px;
  border-radius: 0;
  background-color: #345849;
  border-color: #345849;
}
footer .footer-bottom {
  padding-top: 20px;
  text-align: center;
}
footer .footer-bottom p {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}
footer .footer-bottom .link a {
  color: #335848;
}
footer .footer-bottom .link span {
  padding: 0 15px;
}

/* Thank You */
.full-bg {
  background: url(../img/thankyou-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.full-bg .logo {
  padding: 40px 0;
}
.full-bg .logo a img {
  width: 300px;
  height: auto;
}
.full-bg .thank-set {
  background-color: rgba(52, 89, 74, 0.78);
  padding: 60px 0;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}
.full-bg .thank-set h2 {
  font-size: 44px;
  font-weight: bold;
}

@media only screen and (max-width: 1680px) {
  .contact .contact-img img {
    width: unset !important;
  }
}
@media only screen and (max-width: 1440px) {
  .result .box.box1 {
    padding: 12px 20px 28px 20px;
  }
  .result .box.box1 h2 {
    font-size: 44px;
  }
  .contact .contact-img img {
    width: unset !important;
  }
}
@media only screen and (max-width: 1366px) {
  .section-header {
    font-size: 44px;
  }
  .result .box.box1 {
    padding: 15px 20px 34px 20px;
  }
  .result .box.box1 h2 {
    font-size: 40px;
  }
  .contact .row {
    align-items: center;
  }
  .what .row {
    align-items: center;
  }
  .what .row p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .form .title {
    min-height: 76px;
  }
  .form .title.text-vertical {
    padding-top: 24px;
  }
  .result .box.box1 p {
    width: 80%;
  }
}
@media only screen and (max-width: 1199px) {
  .result .box.box1 {
    min-height: 0 !important;
  }
  .result .box.box2 .vs {
    bottom: -50px;
    top: unset !important;
    right: 45% !important;
  }
  .contact .contact-img {
    height: auto !important;
  }
  .contact .contact-img img {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .form .title {
    min-height: 0;
  }
  .form .title.text-vertical {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  header .top {
    padding: 20px 0;
  }
  header .top .logo {
    text-align: center;
  }
  header .top .logo img {
    width: auto;
    height: 62px;
  }
  header .top .contact {
    text-align: center;
    padding-top: 10px;
  }
  header.fixed-top.header-scrolled .top .logo img.logo2 {
    margin: 0 auto;
  }
  .banner .text {
    padding-top: 70px;
  }
  .banner .text h1 {
    font-size: 38px;
  }
  .section-header1 {
    font-size: 26px;
  }
  .result .box.box1 p {
    width: 100%;
    font-size: 18px;
  }
  .result .box.box2 .vs {
    bottom: -50px;
    top: unset !important;
    right: 45% !important;
  }
  footer .copyright {
    clear: both;
  }
  .full-bg .logo {
    text-align: center;
  }
  .full-bg .logo a img {
    width: 270px;
    height: auto;
  }
}
@media only screen and (max-width: 835px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .form .result .box.box1 h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 428px) {
  .result .box.box2 .vs {
    right: 40% !important;
  }
}
@media only screen and (max-width: 414px) {
  header .top .logo {
    text-align: center;
  }
  header .top .logo img {
    height: 62px;
  }
  header .top .contact {
    text-align: center;
    padding-top: 15px;
  }
  .banner .text {
    width: 100%;
    padding-top: 80px;
  }
  .banner .text h1 {
    font-size: 32px;
  }
  .main {
    padding: 0;
  }
  .section-header1 {
    font-size: 22px;
  }
  .result .box.box2 .vs {
    bottom: -50px;
    top: unset !important;
    right: 36% !important;
  }
  footer .logo {
    text-align: center;
  }
  footer .logo img {
    height: 30px;
  }
}/*# sourceMappingURL=style.css.map */