body {
  font-family: "Montserrat", sans-serif;
  /* background: #f9f9f9; */
  font-size: 16px;
  position: relative;
}
/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */
.navbar {
  height: 80px;
  background-color: transparent;
  border: none;
  color: white;
  padding: 13px 0 5px;
  z-index: 100;
  margin-bottom: 0;
  -webkit-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
  /* border-bottom: 1px solid #353260; */
}
.navbar-light .navbar-brand {
  margin-top: 0px;
  color: white;
}
.navbar-light .navbar-brand:hover {
  color: #c57ed3;
  /* border: 1px solid #c57ed3; */
}
.navbar-light .navbar-nav > li > a {
  color: #f8bb32;
  margin: 4px 2px 4px 2px;
  padding: 15px 12px 12px 10px;
  font-weight: 700;
}
/* .navbar-light .navbar-nav > li:last-child a{
    padding-top: 7px;
} */
.navbar-light .navbar-nav > li > a:visited {
  color: #000;
}
.navbar-brand {
  padding: 0px 10px;
}
.navbar-light .navbar-nav > li > a:hover,
.navbar-light .navbar-nav > li > a:active,
.navbar-light .navbar-nav > li > a:focus {
  color: #984edb;
}
.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:hover,
.navbar-light .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #c57ed3;
}
.navbar-light .navbar-toggle {
  border-color: #fff;
}
.navbar-light .navbar-toggle:hover,
.navbar-light .navbar-toggle:focus {
  background-color: #490d40;
}
.navbar-light .navbar-toggle .icon-bar {
  color: #fff;
  background-color: #fff;
}
.navbar.nav-bg {
  background: #000000b3;
}
.navbar.nav-bg a {
  color: white;
}

.navbar + div.clearfix {
  background: #6d1ed4;
}

/* Solid class attached on scroll past first section */
.navbar.solid {
  background-color: #490d40;
  -webkit-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
  box-shadow: 0 0 4px grey;
}
.navbar.solid .navbar-brand {
  color: #c57ed3;
  -webkit-transition: color 1s ease 0s;
  transition: color 1s ease 0s;
}
.navbar.solid .navbar-nav > li > a {
  color: #c57ed3;
  -webkit-transition: color 1s ease 0s;
  transition: color 1s ease 0s;
}
.navbar-brand {
  height: auto;
}
@media (min-width: 768px) {
  .navbar-right {
    margin-top: 0px;
    margin-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 400px) {
  .navbar-brand img {
    width: 90%;
    padding: 0px 80px 0px;
  }
}

@media (min-width: 400px) and (max-width: 530px) {
  .navbar-brand img {
    width: 70%;
    padding: 0px 80px 0px;
  }
}

@media (min-width: 530px) and (max-width: 760px) {
  .navbar-brand img {
    width: 55%;
    padding: 0px 80px 0px;
  }
}
@media (min-width: 760px) and (max-width: 776px) {
  .navbar-brand img {
    width: 100%;
    padding: 0px 80px 0px;
  }
}
@media (min-width: 776px) and (max-width: 1000px) {
  .navbar-brand img {
    width: 100%;
    padding: 0px 80px 0px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .navbar-brand img {
    width: 83%;
    padding: 0px 80px 0px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    width: 262px;
    /* padding: 0px 80px 0px; */
  }
}

/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */
img {
  max-width: 100%;
}
.home-section {
  position: relative; /* z-index: 999; */
  background: url("../images/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 8% 0 5%;
}
.home-section:before {
  -webkit-transform: rotate(177deg);
  background: #990fc3;
  background: -webkit-linear-gradient(
    135deg,
    #990fc3 0,
    #760fc3 16%,
    #652ec3 52%,
    #652ec3 52%,
    #0dd3c5 100%,
    #7db9e8 100%
  );
  background: -o-linear-gradient(
    135deg,
    #990fc3 0,
    #760fc3 16%,
    #652ec3 52%,
    #652ec3 52%,
    #0dd3c5 100%,
    #7db9e8 100%
  );
  background: -moz-linear-gradient(
    135deg,
    #990fc3 0,
    #760fc3 16%,
    #652ec3 52%,
    #652ec3 52%,
    #0dd3c5 100%,
    #7db9e8 100%
  );
  background: linear-gradient(
    135deg,
    #990fc3 0,
    #760fc3 16%,
    #652ec3 52%,
    #652ec3 52%,
    #0dd3c5 100%,
    #7db9e8 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
  border-radius: 750px;
  content: "";
  height: 1250px;
  left: -400px;
  /* position: absolute; */
  top: -590px;
  transform: rotate(177deg);
  width: 2250px;
  z-index: -100;
}
.home-section .home-section-heading-wrapper {
  padding: 32% 0 32%;
}
.home-section .home-section-heading-wrapper .home-section-heading-inner {
  background: #facc81;
  padding: 2% 4% 3% 4%;
  margin-bottom: 20px;
}
.home-section .home-section-heading-wrapper .home-section-heading-inner h2 {
  line-height: 1.3;
  font-weight: 700;
  color: #222;
  font-size: 40px;
}
.home-section .home-section-heading-wrapper .home-section-heading-inner p {
  font-size: 24px;
}
.home-section .home-section-heading-wrapper a {
  background: #86e42e;
  float: right;
  padding: 16px 30px 12px 30px;
  color: #fff;
  font-size: 24px;
  transition: all 0.3s ease; /* max-width: 275px; */
}
.home-section .home-section-heading-wrapper a:hover {
  background: #222;
  text-decoration: none;
}
.home-section .home-section-heading-wrapper a i {
  transition: all 0.3s ease;
}
.home-section .home-section-heading-wrapper a:hover i {
  margin-left: 5px;
}
.btn-primary {
  background: #23d7ff;
  color: #fff;
  border: 3px solid #23d7ff !important;
  border-radius: 25px;
  padding: 5px 18px 5px;
  border: none;
  font-size: 16px;
  transition: all 0.2s ease;
}
.btn-primary:hover {
  background: #ffffff;
  color: #292929;
}
.form-block {
  /* box-shadow: 0 4px 12.6px 5.4px rgba(188, 206, 215, 0.33); */
  background: #353260;
  /* border-radius: 15px; */
  max-width: 560px;
  padding: 40px;

  margin-bottom: 30px;
  /* overflow: hidden; */
}
.home-section h2 {
  font-size: 5.2rem;
  color: white;
  text-align: left;
  font-weight: 800;
  text-transform: capitalize;
}
h2.banner-subhead {
  color: white;
  font-size: 25px;
  margin-top: 30%;
}
h2.banner-subhead span {
  color: #ffb40a;
}

.form-block__content {
  padding: 38px 40px 3px;
}
input.register-input,
select.register-input {
  width: 100% !important;
  height: 40px !important;
  padding-left: 4% !important;
  padding-right: 4% !important;
  margin-top: 7px !important;
  margin-bottom: 20px !important;
  color: #545454;
  border: 2px solid #e5e5e5 !important;
  background-color: #fff !important;
  font-size: 16px !important;
}
.calculator-block .form-block {
  margin-bottom: 0;
}
.form-block__content {
  padding: 8px 1px 30px;
}
.calculator-block .form-block__content {
  /* padding-bottom: 55px; */

  border-radius: 15px;
}
.row_no-indents {
  margin-left: 0;
  margin-right: 0;
}
.calculator-block .input-group {
  margin-bottom: 26px;
}
.input-group_row .input-group__label {
  width: 100px;
  /* background: #ddd; */
}
.input-group_row .input-group__label.btn_txt {
  background: #33cc99;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 5px 5px 5px;
  margin: 21px 0 0 16px;
  font-weight: 600;
  width: 90px;
  height: 30px;
}
.input-group__label {
  font-size: 16px;
  display: block;
  line-height: 1.2;
  padding-top: 3px;
}
.input-group_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-group_row .input-group__input {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
.input-group input,
.input-group textarea {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.36);
  padding: 10px 14px;
  -webkit-box-shadow: inset 0 2px 6px 0 rgba(161, 179, 179, 0.35);
  box-shadow: inset 0 2px 6px 0 rgba(161, 179, 179, 0.35);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.input-group:after {
  content: attr(data-error);
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 5px;
  line-height: 1.2;
  color: red;
  font-size: 12px;
  opacity: 0;
}
.submit-btn {
  cursor: pointer;
  background: #fff;
  line-height: 1;
  color: #fff;
  background: #f8bb32;
  padding: 10px 30px;
  margin: 17px auto 0px;
  display: block;
  width: 92%;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
}

.form-block p a {
  color: #f8bb32;
}
.submit-btn:hover {
  background: #ffb40a;
}
.hero_image {
  padding-left: 0%;
}
.hero_image img {
  max-width: 90%;
}
.two_col_desc {
  padding: 0% 0 0%;
  /* background: #6d1ed4; */
}
.two_col_desc .two_col_desc_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.two_col_desc .content-block {
  margin-right: 15%;
  color: #232323;
}
.two_col_desc .content-block h3 {
  font-size: 28px;
  font-weight: 600;
  color: #353260;
}
.two_col_desc .content-block h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  color: #353260;
  margin-bottom: 0.625em;
}
.two_col_desc .content-block h2 span {
  display: block;
  color: #1c1c1c;
  font-size: 0.575em;
}
.two_col_desc .content-block p {
  font-size: 18px;
  margin-bottom: 30px;
}

.connect_section {
  padding: 4% 0 4%;
}
.connect_section h2 {
  color: #ff9c39;
  font-size: 42px;
  margin-bottom: 38px;
}
.connect_section h2 span {
  color: #333;
}

.rv_cta {
  background: #353260;
  background-size: cover;
  padding: 5% 0;
  margin-top: 30px;

  /* text-align: center; */
}
.rv_cta .rc_cta_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.rv_cta .rv_cta_desc h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 21px;
}
.rv_cta .rv_cta_desc p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 35px;
}

.rv_cta a {
  background: #f8bb32;
  text-transform: uppercase;
  /* float: right; */
  padding: 13px 70px 13px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  /* border-radius: 5px; */
  transition: all 0.3s ease;
}
.rv_cta a i {
  transition: all 0.3s ease;
  display: none;
}
.rv_cta a:hover {
  background: #ff9c39;
  text-decoration: none;
}
.rv_cta a:hover i {
  margin-left: 5px;
}
.section-07 .section-block {
  font-size: 1.125em;
  padding: 4.5em 0;
}

.how_it_work {
  background: #ffffff;
  padding: 5% 0 5%;
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
}
h2.how_it_work_heading {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 48px;
  color: #353260;
}
.how_it_work h3 {
  color: #0abc84;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 40px;
}
span.highlight {
  color: #ff9c39;
}
.how_it_work .worksboxes {
  transition: all 0.2s ease;
  margin: 0 4%;
  padding: 36px 13px 26px;
  min-height: 230px;
}
.how_it_work .worksboxes:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 12.6px 5.4px rgba(188, 206, 215, 0.67);
}
.how_it_work img {
  margin: 0 auto 25px;
  max-width: 80px;
}
.how_it_work h4 {
  color: #353260;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 22px;
}
.how_it_work p {
  font-size: 18px;
  font-weight: 300;
}
.form-control {
  margin-bottom: 25px;
}
.btn-success {
  width: 100%;
  margin-bottom: 15px;
}

.modal-header .close {
  position: absolute;
  right: -17px;
  top: -5px;
  opacity: 1;
  /* padding: 4px; */
}

.modal-header .close span {
  background: #000;
  color: #fff;
  padding: 2px 9px;
  border-radius: 50%;
}
.ul_style ul{
  padding: revert;
}
.two_col_desc a {
  background: #ffb40a;
  padding: 13px 70px 13px;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
text-decoration: none;
  transition: all 0.3s ease;
}
/* .section-heading {
  text-align: center;
  color: #186aa5;
  font-size: 48px;
  font-weight: 600;
}
.section-heading span {
  font-size: 40px;
  display: block;
} */

@media (min-width: 1300px) {
  .what-and-why .container {
    width: 1280px;
  }

}
/* *************** */
@media (max-width:768px) and (min-width:426px) {
  .form-block__content {
    padding: 8px 10px 0px 40px;
}}
@media (max-width:425px) {

.home-section h2 {
  font-size: 2.8rem;
  color: white;
  text-align: center;
  font-weight: 800;
  text-transform: capitalize;
}
.how_it_work .worksboxes {
  transition: all 0.2s ease;
  margin: 0 4%;
  /* padding: 36px 13px 0px; */
  min-height: 170px;
}
}
@media ( max-width: 375px){
  .home-section h2 {
    font-size: 2.2rem;
    color: white;
    text-align: center;
    font-weight: 800;
    text-transform: capitalize;
  }
  .two_col_desc .content-block h2 {
    font-size: 34px;
  }
  .rv_cta a {
    background: #ffb40a;
    text-transform: uppercase;
    /* float: right; */
    padding: 12px 45px 13px;
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    /* border-radius: 5px; */
    transition: all 0.3s ease;
  }
}

  


/* ********** */
/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

.footer {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 48px 0px 14px 0px;
  background-color: #ebe9f0;
}

.footer p {
  font-size: 16px; /* color: #fff; */
  text-align: center;
}

.footer p a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.footer_content {
  text-align: center;
}
.footer_content ul {
  list-style: none;
  margin-bottom: 22px;
}
.footer_content ul li {
  display: inline-block;
}
.footer_content ul li a {
  color: #222;
  font-size: 15px;
}
.footer_content ul li a::after {
  content: "-";
  margin: 6px;
}
.footer_content ul li:last-child a::after {
  content: "";
}
img[alt="OLA Seal"]{
  margin: 0px 5px;
  width: 40px !important;
  height: 40px !important;
}
/* .footer_content .footer_logo_div {
  max-width: 750px;
  margin: 0 auto 11px;
  border-bottom: 2px solid #222;
} */
.footer_content .footer_logo_div img {
  margin: 0 auto 22px;
}
.footer_content .footer_logo_div p {
  font-size: 18px;
  margin-bottom: 4px;
}
.footer_content .footer_logo_div {
  display: flex;
  justify-content: space-between;
}
.footer_content .secure-logo {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav > li > a {
    padding: 17px 6px 15px;
  }
  .home-section {
    text-align: center;
  }
  .calculator-block .form-block {
    max-width: 800px;
    padding-left: 0;
  }
  .home-section .home-section-heading-wrapper {
    padding: 20% 0 20%;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 5px 8px;
  }
  .navbar-light .navbar-collapse,
  .navbar-light .navbar-form {
    background: #eee;
  }
  .nav > li {
    text-align: center;
  }
  .calculator-block .form-block {
    padding: 0 3%;
  }
  .three_col_point {
    text-align: center;
    padding-top: 12%;
  }
  .two_col_desc .two_col_desc_content {
    display: block;
    text-align: center;
  }
  .two_col_desc .content-block h2 {
    font-size: 35px;
  }
  .two_col_desc .content-block {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .two_col_desc .content-figure img {
    margin: auto;
    padding: 2% 4%;
  }
  .three_col_point .three_col_point_content h3 {
    margin-bottom: 40px;
  }
  .three_col_point .three_col_point_content img {
    margin: auto;
    width: 100px;
  }
  .what-and-why-content .what-and-why-desc {
    padding: 0;
    text-align: center;
    margin-top: 50px;
  }
  .what-and-why-content .what-and-why-desc .why-2-img {
    /* z-index: -1; */
    opacity: 0.2;
  }
  .steps-section .col.border_border {
    border: none;
  }
  .steps-section .col {
    margin-bottom: 35px;
  }
  .rv_cta {
    text-align: center;
    padding: 6% 0 7%;
  }
  .rv_cta .rv_cta_btn a {
    float: none;
  }
  .rv_cta .rv_cta_desc h3 {
    font-size: 36px;
  }
  .how_it_work .worksboxes {
    margin-bottom: 8%;
  }
  .home-section .home-section-heading-wrapper .home-section-heading-inner h2 {
    font-size: 28px;
  }
  .form-block h2 {
    font-size: 40px;
    text-align: center;
  }
  .rv_cta .rc_cta_content {
    display: block;
  }
  .rv_cta .rv_cta_desc {
    margin-bottom: 32px;
  }
  h2.how_it_work_heading,
  .section-heading {
    font-size: 40px;
  }
  .footer_content .footer_logo_div {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .navbar-header .img-responsive {
    width: 60%;
    margin-top: 6px;
  }
  .form-block h2 {
    font-size: 26px;
    text-align: center;
  }
  .hero_image img {
    max-width: 50%;
  }
  .how_it_work .worksboxes {
    margin: 0%;
    padding: 10px 0px 0px;
  }
  .footer_content ul li a {
    font-size: 12px;
  }
  .footer_content ul {
    list-style: none;
    margin-bottom: 22px;
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
