﻿/* Custom Style */
:root {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open Sans.otf");
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../fonts/Open Sans Bold.otf");
}
@font-face {
  font-family: "Niveau Grotesk Medium";
  src: url("../fonts/Niveau Grotesk Medium.otf");
}
body {
  font-family: "Open Sans", 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: 14px;
  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: 16px;
}
.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: #1ba86b;
  border-color: #707070;
}

/*input[type='radio']:after {
    width: 11px;
    height: 11px;
    border-radius: 15px;
    top: -8.6px;
    left: 3px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #fff;
}
input[type='radio']:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    top: -8.9px;
    left: 3px;
    position: relative;
    background-color: #1ba86b;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 1px solid #707070;
}*/
/* Button */
.btn {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 15px;
  text-decoration: none;
  border: none;
  margin-top: 10px;
}

.btn-green {
  background-color: #36C387;
  color: #fff;
}
.btn-green:hover {
  background-color: #1ba86b;
  color: #fff;
  outline: none;
}

.btn-white {
  background-color: #fff;
  color: #130D40;
  font-weight: bold;
}
.btn-white:hover {
  background-color: #f5f5f5;
  color: #130D40;
  outline: none;
}

.section-header {
  font-size: 40px;
  font-family: "Niveau Grotesk Medium", sans-serif;
  font-weight: 500;
  color: #130D40;
  padding: 20px 0;
}

.main {
  background: url(../img/bg.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  background: #fff;
}
header .top {
  align-items: center;
  padding: 30px 0;
}
header .top .logo img {
  width: auto;
  height: 48px;
}
header .top .contact {
  text-align: right;
}

.banner {
  background-image: url(../img/banner-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 580px;
  align-items: center;
  display: flex;
}
.banner .text {
  width: 50%;
}
.banner .text h1 {
  font-size: 58px;
  font-family: "Niveau Grotesk Medium", sans-serif;
  font-weight: 500;
  color: #fff;
}

.form .title {
  background-color: #36C387;
  border-radius: 4px 4px 0 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.5px;
  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;
  border-radius: 4px;
}
.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: 42px 20px;
  min-height: 375px;
}
.form .result .box.box1 h2 {
  font-size: 28px;
}
.form .result .box.box1 .btn.btn-white.no-data {
  margin: 103px 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: #36C387;
  font-size: 42px;
  line-height: 90px;
}

.contact p {
  color: #1C3655;
  font-size: 16px;
}
.contact .contact-img {
  height: 860px;
  overflow: hidden;
  border-radius: 25px;
}

.what {
  background-color: #fff;
}
.what .what1 {
  padding-left: 140px;
  padding-right: 40px;
}
.what .what2 {
  padding-left: 40px;
  padding-right: 140px;
}
.what .section-header {
  font-size: 28px;
  padding: 30px 0;
}
.what p {
  font-size: 16px;
}

footer {
  background-color: #fff;
  padding: 20px 0 40px 0;
}
footer .logo img {
  width: auto;
  height: 42px;
}
footer .link ul {
  list-style: none;
  padding-left: 0;
}
footer .link ul li {
  padding-right: 30px;
  float: left;
}
footer .link ul li a {
  color: #130D40;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
footer .copyright {
  padding-top: 40px;
  font-size: 14px;
}

.logo-other {
  text-align: center;
  padding: 20px 0;
}
.logo-other a img {
  width: auto;
  height: 52px;
}

.extra address {
  margin-bottom: 4px;
}

.thankyou {
  background-image: url(../img/thankyou-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}
.thankyou .banner-text {
  height: 100vh;
  width: 48%;
  background: rgba(255, 255, 255, 0.75);
  align-items: center;
  display: flex;
}
.thankyou .banner-text a img {
  height: 46px;
  width: auto;
  margin-bottom: 80px;
}
.thankyou .banner-text h1 {
  font-size: 40px;
  font-family: "Niveau Grotesk Medium", sans-serif;
  font-weight: 500;
  padding: 20px 0;
}
.thankyou .banner-text p {
  font-size: 24px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1601px) {
  .what p {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1441px) {
  .result .box.box1 {
    padding: 12px 20px 28px 20px;
  }
  .result .box.box1 h2 {
    font-size: 40px;
  }
  .what .section-header {
    font-size: 30px !important;
    padding: 20px 0 !important;
  }
  .what p {
    font-size: 13.5px !important;
  }
}
@media only screen and (max-width: 1367px) {
  .section-header {
    font-size: 40px;
  }
  .result .box.box1 {
    padding: 15px 20px 34px 20px;
  }
  .result .box.box1 h2 {
    font-size: 40px;
  }
  .contact .row {
    align-items: center;
  }
  .contact p {
    font-size: 14px;
  }
  .what .row .section-header {
    font-size: 28px !important;
    padding: 10px 0 !important;
  }
  .what .row p {
    font-size: 12px !important;
  }
  .thankyou .banner-text h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1366px) {
  .what .row p {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .what .row p {
    font-size: 12px !important;
  }
  footer .copyright {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .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;
  }
  .contact form .btn_center {
    text-align: center !important;
  }
  .what .row .what1 {
    padding-left: 140px !important;
    padding-right: 140px !important;
    margin-bottom: 20px !important;
  }
  .what .row .what2 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .what .row .section-header {
    font-size: 28px;
    padding: 20px 0 !important;
  }
  .what .row p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1281px) {
  .form .title {
    min-height: 76px !important;
  }
  .form .title.text-vertical {
    padding-top: 24px !important;
  }
  .result .box.box1 p {
    width: 80%;
  }
  .thankyou .banner-text {
    width: 56%;
  }
}
@media only screen and (max-width: 1024px) {
  .form .title {
    min-height: 0 !important;
  }
  .form .title.text-vertical {
    padding-top: 10px !important;
  }
  .thankyou .banner-text {
    width: 100%;
  }
}
@media only screen and (max-width: 884px) {
  header .top .logo img {
    width: auto;
    height: 32px;
  }
  .banner .text {
    width: 80%;
  }
  .banner .text h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  header .top .logo {
    text-align: center !important;
  }
  header .top .logo img {
    width: auto;
    height: 40px;
  }
  header .top .contact {
    text-align: center !important;
  }
  .banner .text h1 {
    font-size: 40px;
  }
  .result .box.box1 p {
    width: 100%;
    font-size: 16px;
  }
  .result .box.box2 .vs {
    bottom: -50px;
    top: unset !important;
    right: 45% !important;
  }
  .what .row .what1 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .what .row .what2 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  footer .copyright {
    clear: both;
  }
}
@media only screen and (max-width: 428px) {
  header .top .logo {
    text-align: center;
  }
  header .top .logo img {
    height: 30px;
  }
  header .top .contact {
    text-align: center;
    padding-top: 15px;
  }
  .logo-other a img {
    height: 30px;
  }
  .banner .text {
    width: 100%;
  }
  .main {
    padding: 0;
  }
  .result .box.box2 .vs {
    bottom: -50px;
    top: unset !important;
    right: 36% !important;
  }
  footer .logo {
    text-align: center;
  }
  footer .logo img {
    height: 30px;
  }
  .thankyou .banner-text a img {
    height: 30px;
    width: auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 414px) {
  #resultSection a.btn.btn-green {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 321px) {
  header .top .logo img {
    height: 24px;
  }
  .thankyou .banner-text a img {
    height: 24px;
    width: auto;
    margin-bottom: 40px;
  }
  .thankyou .banner-text h1 {
    font-size: 28px;
  }
  .thankyou .banner-text p {
    font-size: 16px;
  }
  footer .logo img {
    height: 24px;
  }
}
