 body{
  font-family: 'Open Sans', sans-serif;
  /* background: #f9f9f9; */
  font-size: 16px;
  position: relative;
}
/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */
.navbar {
  height: auto;
  background-color: #015c7d;
  border: none;
  color: white;
  padding: 2px 0 6px;
  z-index: 100;
  margin-bottom: 0;
  -webkit-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
}
.navbar-default .navbar-brand {
  margin-top: 0px;
  color: white;
}
.navbar-default .navbar-brand:hover {
  color: #C57ED3;
  border: 1px solid #C57ED3;
}
.navbar-default .navbar-nav > li > a {
  color: white;
  margin: 4px 2px 4px 2px;
  padding: 16px 12px 10px 10px;
  font-weight: 700;
}

.navbar-default .navbar-nav > li > a:visited {
  color: #fff;
}
.navbar-brand{
    padding:0px 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
  color: #23d7ff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #C57ED3;
}
.navbar-default .navbar-toggle {
  border-color: #C57ED3;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #490D40;
}
.navbar-default .navbar-toggle .icon-bar {
  color: #C57ED3;
  background-color: #C57ED3;
}
.navbar-default .navbar-collapse.collapse.in ul {
  /* background-color: #490D40; */
}
.navbar img{margin-top: 12px;}
/* 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: #ffffff;overflow: hidden;width: 100%;display: inline-block;position: relative;padding: 10% 0 10%;clear: both;background: url(../images/bg.jpg);    background-repeat: no-repeat;
    background-size: cover;}
.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;
  font-weight: 800;
  border: 3px solid #23D7FF !important;
  border-radius: 25px;
  padding: 6px 18px 5px;
  border: none;
  font-size: 16px;
  transition: all 0.2s ease;
}
.btn-primary:hover{
  background: #ffffff;
  color: #292929;
}
.btn-primary.focus, .btn-primary:focus{
    outline:none;
}
.form-block {
  /* box-shadow: 0 4px 12.6px 5.4px rgba(188, 206, 215, 0.33); */
  background: transparent;
  /* border-radius: 15px; */
  max-width: 575px;
  padding-left: 0;
  margin-bottom: 30px;
  /* overflow: hidden; */
  }
  .form-block h2{
    font-size: 48px;
    color: #ffffff;
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
  }
  .form-block h2 span{
    font-size: 150%;
    color: #6a4d30;
  }
  .form-block h5{
      font-size: 30px;
      margin: 18px 0 7px;
      /* font-weight: 800; */
      color: #fff;
  }
  .form-block h5 span{
      color: #c5bf07;
  }
  .form-block p{
      color:#fff;
      font-size: 14px;
      margin-top: 14px;
  }
  .form-block p a{
    color: #eae532;
  }
.form-block__content {
  padding: 38px 40px 3px;
  /* background: #fff; */
  }
  input.register-input, select.register-input {
      width: 100%!important;
      height: 50px;
      padding-left: 4%!important;
      padding-right: 4%!important;
      margin-top: 7px!important;
      margin-bottom: 7px!important;
      color: #545454;
      border: 2px solid #e5e5e5!important;
      background-color: #fff!important;
      font-size: 16px!important;
      border-radius: 7px!important;
  }
.calculator-block .form-block {
  margin-bottom: 0;
}
.form-block__content {
  padding: 8px 1px 30px;
}
.calculator-block .form-block__content {
  /* padding-bottom: 55px; */
  /* background: #ffffff; */
  border-radius: 15px;
  max-width: 400px;
}
.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 .2s ease;  -o-transition: all .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: #c5bf07;
  padding: 16px 50px 15px;
  margin: 17px auto 0px;
  display: block;
  width: 94%;
  -webkit-border-radius: 40px;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 600;
  transition: all .2s ease;
  /* box-shadow: 0 2px 6px 5px rgba(204, 204, 204, 0.52); */
  border: none;
}
.submit-btn:hover{
  background: #984EDB;
}
.hero_image{padding-left: 0%;}
.hero_image img{    max-width: 80%;}
.two_col_desc{padding: 5% 0 5%;background: #e5eef3;}
.two_col_desc .two_col_desc_content{ display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center;
  }
  .two_col_desc .content-figure{}
  .two_col_desc .content-figure img{
  /* margin-left: 14%; */
}
  .two_col_desc .content-block{  margin-right: 15%;}
  .two_col_desc .content-block h3{font-size: 28px;font-weight: 600;color: #045e7f;margin-bottom: -5px;}
  .two_col_desc .content-block h2{font-size: 46px;font-weight: 700;line-height: 1;color: #c6bf08;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: 19px;margin-bottom: 20px;color: #045e7f;}


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

.rv_cta{
  background: #045e7f;
  background-size: cover;
  padding: 4% 0 4%;
  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{
    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: 600;margin-bottom: 21px;}
.rv_cta .rv_cta_desc p{color: #fff;font-size: 20px;margin-bottom: 35px;}
.rv_cta .rv_cta_btn{}
.rv_cta  a{
  background: #c6bf08;
  float: none;
  padding: 13px 70px 13px;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  border-radius: 10px;
  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: 4% 0 5%;
      background-position: top left;
      background-repeat: no-repeat;
      text-align: center;
  }
  h2.how_it_work_heading {
      text-align: center;
      font-weight: 700;
      margin-bottom: 55px;
      font-size: 48px;
      color: #045e7f;
  }
  .how_it_work h3{
  color: #8976ff;
  font-weight: 700;
  font-size: 20px;
  }
  span.highlight {
      color: #ff9c39;
  }
  .how_it_work .worksboxes {
    /* box-shadow: 0 4px 12.6px 5.4px rgba(188, 206, 215, 0.33); */
    background: #e5eef3;
    border-radius: 5%;
    transition: all 0.2s ease;
    margin: 0 1%;
    padding: 36px 20px 26px;
    min-height: 345px;
    border-bottom: 20px solid #045e7f;
  }
  .how_it_work .worksboxes:hover{
   transform: translateY(-15px);
    border-bottom: 10px solid #045e7f;
  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{
    font-size: 24px;
    color: #045e7f;
    font-weight: 700;
    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;
}
#short-faq {
    background: #EBE9F0;
    padding-top: 60px;
    padding-bottom: 60px;
}
#short-faq h2{text-align: center;color: #045e7f;font-size: 42px;font-weight: 700;margin-bottom: 40px;}
#short-faq h6{color: #c6bf08;font-size: 22px;margin-bottom: 28px;font-weight: 800;}
#short-faq p{color: #045e7f;font-size: 20px;}
#short-faq ul{
}
#short-faq ul li{color: #045e7f;font-size: 20px;text-align: left;}
.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%;
}

@media (min-width: 1300px){
.what-and-why .container {
width: 1280px;
}
}
/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

/* .footer{position: relative;overflow: hidden;display: block;padding: 30px 0px 5px 0px;background-color: #333;} */

/* 
.footer p {font-size: 12px;color: #fff;}

.footer p a {
font-size: 16px;
color: #fff;
text-decoration:none;
}

.footer_content ul{
  list-style: none;
  margin-bottom: 20px;
  text-align: right;
}
.footer_content ul li{
  display: inline-block;
}
.footer_content ul li a{
  color: #fff;
  font-size: 12px;
}
.footer_content ul li a::after{content:'-';margin: 6px;}
.footer_content ul li:last-child a::after{content: '';}
.footer_content .footer_logo_div{
  max-width: 750px;
  margin: 0 auto 11px;
}
.footer_content .footer_logo_div img{
  margin: 0 auto 22px;
}
.footer_content .footer_logo_div p{
  font-size: 18px;
  margin-bottom: 4px;
} */

@media (max-width: 991px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form{/* background: #e5e5e5; */}
.navbar-default .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-default .navbar-collapse, .navbar-default .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: 36px;
}
.two_col_desc .content-block{
  margin-right: 0;
}
.two_col_desc .content-figure img{
  margin: auto;
  padding: 0 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: .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{
  font-size: 30px;
}
}
@media (max-width: 480px){
.navbar-header .img-responsive{width:60%;margin-top: 6px;}
.form-block h2{
  font-size: 30px;
  text-align: center;
}
}

/*================= FOOTER =================  */

    .footer {
      background-color: #ebe9f0;
      /* text-align: center; */
      padding: 4rem 0rem 0rem 0rem;
    }

    .row-seals {
      display: flex;
      flex-direction: row;
    }

    .secure-logos {
      display: inline-flex;
    }

    .secureLogosWidth {
      width: 50%;
      float: right;
      margin-left: 10px;
      max-height: 32px;
    }

    .footer img {
      margin-bottom: 2rem;
      width: 80%;
    }

    img[alt="OLA Seal"] {
      min-width: 40px !important;
      min-height: 40px !important;
      margin-left: 10px;
    }

    .footer ul li {
      display: inline;
      color: #243f6d;
    }
.footer-logo{
  width: 20%;

}
    .footer ul {
        margin: 0px 10px 0px;
        padding: 0px 14px;
        text-align: center;
        margin-bottom: 1rem;
    }

    .footer ul li a {
      color: #243f6d;
      font-size: 14px;
      /* margin-left: 20px; */
    }

    #copyright {
      text-align: center;
      font-size: 12px;
      margin: 2rem 0rem 2rem 0rem;
    }

    #footerDesc_ {
      text-align: justify;
      font-size: 12px;
    }

    /* ==========Modals =========== */

    .modal-header {
      background-color: #363940;
    }

    .modal-title {
      font-weight: bold;
      color: white;
    }

    .modal-footer a {
      color: #363940;
      font-weight: bold;
    }

    .btnStyleSubmit {
      display: block;
      margin-left: auto;
      margin-right: auto;
      background-color: #a5d15d;
      width: 65%;
      border-radius: 10px;
      /* margin-top: 2rem; */
    }

    .bottomMargin {
      margin-bottom: 1rem;
    }

    .para-title {
      background-color: #e2e7e7d5;
      font-size: 14px;
      font-weight: 600;
      padding: 0.5rem;
    }

    .footer-sealLogo {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }

    .modal-body li p {
      font-size: 14px;
    }

    /* ======Media queries========= */

    @media screen and (max-device-width: 991px) {
      .rv_cta .rv_cta_desc {
        display: block;
      }
      .footer-logo {
        width: 25%;
        margin-left: 3%;
      }
    }
    @media screen and (max-device-width: 991px) and (min-device-width: 425px) {
      .how_it_work .worksboxes {
        padding: 36px 20px 26px;
        min-height: 472px;
        border-bottom: 20px solid #045e7f;
      }
    }
    @media screen and (max-device-width: 425px) {
      .footer {
        background-color: #ebe9f0;
        /* text-align: center; */
        padding: 2rem 0.5rem 0rem 0.5rem;
      }

      .navbar-default .navbar-nav > li > a {
          color: black;
          margin: 4px 2px 4px 2px;
          padding: 16px 12px 10px 10px;
          /* font-weight: 700; */
      }

      .footer-logo {
        width: 50%;
        margin-left: 3%;
      }

      .footer-sealLogo {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .rv_cta a {
        background: #c6bf08;
        float: none;
        padding: 13px 30px 13px;
      }
    }
    @media screen and (max-device-width: 320px) {
      .footer img {
        margin-bottom: 2rem;
        width: 90%;
      }
    }

