
  body{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  position: relative;
}
/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */
.navbar {
  height: auto;
  min-height: auto;
  background-color: transparent;
  border: none;
  color: white;
  padding: 13px 0 4px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  /* z-index: 100; */
  -webkit-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
}
.navbar img{
    width: 270px;
    margin-top: 7px;
}
.mobileHeading{
	display:none;
}
.desktopHeading{
	display:block;
}
.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: black;
  margin: 4px 2px 4px 2px;
  padding: 9px 12px 2px 10px;
  font-weight: 700;
}

.navbar-default .navbar-nav > li > a:visited {
  color: #000;
}
.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: #ff9c39;
}
.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.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: 5px;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-repeat: no-repeat;
  background-size: cover;
  background-position: 30% 10%;
  padding: 7% 0 10%;
}
.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: #ffffff;color: #333;border: 3px solid #ff9c39 !important;
  border-radius: 25px;
  padding: 5px 18px 5px;
  border: none;
  font-size: 18px;
  transition: all 0.2s ease;
}
.btn-primary:hover{
  background: #ff9c39;
  color: #fff;
}
.form-block {
  /* box-shadow: 0 4px 12.6px 5.4px rgba(188, 206, 215, 0.33); */
  background: transparent;
  border-radius: 15px;
  max-width: 590px;
  margin-left: auto;
  margin-bottom: 30px;
  overflow: hidden;
  padding-right: 10%;
  }
  .form_header h2{
    font-size: 48px;
    color: #0060fd;
    text-align: right;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: capitalize;
  }
  .form-block h2 span{
    font-size: 150%;
    color: #6a4d30;
  }
  .form-block__content {
  padding: 38px 40px 3px;
  background: #fff;
  }
  input.register-input, select.register-input {
      width: 100%!important;
      height: 50px!important;
      padding-left: 4%!important;
      padding-right: 4%!important;
      margin-top: 7px!important;
      margin-bottom: 7px!important;
      color: #545454;
      border: 1px 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: 45px 30px 45px;
  }
  .calculator-block .form-block__content {
    /* padding-bottom: 55px; */
    background: #ffffff;
    border-radius: 15px;
    /* padding-left: 20%; */
  }
  .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: #ff7a10;
    padding: 13px 50px 14px;
    margin: 17px auto -5px;
    display: block;
    /* width: 100%; */
    -webkit-border-radius: 40px;
    border-radius: 10px;
    font-size: 28px;
    font-weight: 700;
    transition: all .2s ease;
    border-radius: 45px;
    /* box-shadow: 0 2px 6.3px 2.7px rgba(204, 204, 204, 0.26); */
    border: 2px solid #fff;
  }
  .submit-btn:hover{
    background: #333;
  }
  .hero_image{padding-right: 15%;margin-top: -2%;text-align: right;}
  .hero_image img{
      max-width: 270px;
  }


  .steps-section .col h3{}
  .steps-section .col p{}
  .rv_cta{background: #F2F4F7;padding: 3% 0 3%;}
  .rv_cta .rc_cta_content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .rv_cta .rv_cta_desc{}
  .rv_cta .rv_cta_desc h3{color: #0060fd;font-size: 48px;font-weight: 800;margin: 0;}
  .rv_cta .rv_cta_desc p{color: #333;font-size: 24px;}
  .rv_cta .rv_cta_btn{}
  .rv_cta .rv_cta_btn p{
      margin-bottom: 14px;
      font-size: 18px;
  }
  .rv_cta .rv_cta_btn p span{margin-right: 10px;width: 1.5em;height: 1.5em;line-height: 1.5em;}
  .rv_cta .rv_cta_btn p span i{
    background: #FF7A10;
    border-radius: 50%;
    /* margin-right: 10px; */
  }

  .rv_cta_bottom{text-align: center;padding: 6% 0 2%;}
  .rv_cta_bottom a{
    background: #FF7A10;
    padding: 16px 30px 12px 30px;
    color: #fff;
    font-size: 24px;
    border-radius: 40px;
    transition: all 0.3s ease;
  }
  .rv_cta_bottom a:hover{
    background: #000;
    color: #fff;
    word-spacing: 1px;
    text-decoration: none;
  }
  .section-07 .section-block {
    font-size: 1.125em;
    padding: 4.5em 0;
  }


  .how_it_work {
      background: #F2F4F7;
      padding: 4% 0 4%;
      background-position: top left;
      background-repeat: no-repeat;
      text-align: center;
  }
  h2.how_it_work_heading {
      text-align: center;
      font-weight: 700;
      margin-bottom: 80px;
      font-size: 46px;
  }
  span.highlight {
      color: #ff9c39;
  }
  .how_it_work img{
    margin: 0 auto 20px;
    max-width: 70px;
  }
  .how_it_work h4{
    font-size: 24px;
    margin-bottom: 22px;
}
  .how_it_work p{
    font-size: 18px;
    font-weight: 500;
}
.form-control{
  margin-bottom: 25px;
}
.btn-success{
  width: 100%;
  margin-bottom: 15px;
}
.section-2{
  padding: 4% 0 4%;
  text-align: center;
}
.section-2 h2{
  font-size: 46px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 800;
  color: #0060fd;
}
.section-2 h4{font-size: 28px;font-weight: 800;}
.section-2 p{font-size: 18px;}
.section-07 .accordion-item {
  /* background: #e2ecee; */
  border: 2px solid #ff9c39;
  /* color: #ffffff; */
  margin-top: 1em;
}
.section-07 .accordion-head {
  padding: 1em 1.75em;
  cursor: pointer;
}
.section-07 .accordion-body {
  padding: 0.425em 1.75em 1.5em;
  display: none;
}
.section-07 .accordion-head {
  padding: .4em 1.75em .8em;
  cursor: pointer;
}
.section-07 .accordion-head h3 {
  font-size: 1.25em;
  color: #222228;
  position: relative;
  padding-right: 2.5em;
}
.section-07 .accordion-head h3:before {
  content: '\f078';
  font: normal normal normal 14px/1 FontAwesome;
  /* background: url('imgs/acc-img.png') no-repeat -44px -17px; */
  /* width: 20px; */
  /* height: 21px; */
  padding: 6px;
  font-size: 18px;
  border-radius: 50%;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 41%;
  color: #ff9c39;
  border: 1px solid #ff9c39;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-07 .accordion-head.open h3:before {
  content: '\f077';
  /* background: url('imgs/acc-img.png') no-repeat -63px -22px; */
  /* width: 13px; */
  /* height: 3px; */
}
.container_short{
 max-width: 960px;
 margin: 0 auto;
}
.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;
}
}
@media (min-width: 768px){
  .section-2 h4 {
    font-size: 26px;
    font-weight: 800;
    margin: 3rem 0rem;
  }

}
@media (max-width: 320px){
  .submit-btn {
    cursor: pointer;
    background: #fff;
    line-height: 1;
    color: #fff;
    background: #ff7a10;
    padding: 13px 40px 14px;
}
}

/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

.footer{position: relative;overflow: hidden;display: block;padding: 10px 0px 1px 0px;background-color: #fff;}


.footer p {font-size: 16px;/* color: #fff; */text-align: center;}
.footer_content .secure-logo {
  display: flex;
  /* justify-content: center; */
}
.footerlogoImg {
  width: 100%;
}
.footerseals{
  display: flex;
  justify-content: space-between;
  margin: 3rem 0rem 0rem;
}
.footer p a {
font-size: 16px;
color: #fff;
text-decoration:none;
}
.footer_content{
  text-align: center;
}
.footer_content .footer_logo_div {
    display: flex;
    justify-content: space-between;
}
.footer_content ul{
  list-style: none;
  margin-bottom: 22px;
  margin-top: 17px;
}
img[alt="OLA Seal"] {
  margin: 0px 5px;
  width: 40px !important;
  height: 40px !important;
}
.footer_content ul li{
  display: inline-block;
}
.footer_content ul li a{
  color: #222;
  font-size: 16px;
}
.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;
  /* border-bottom: 2px solid #222; */
}
.footer_content .footer_logo_div img{
  margin: 0 auto 0px;
}
.footer_content .footer_logo_div p{
  font-size: 18px;
  margin-bottom: 4px;
}

@media (max-width: 991px){
.navbar-default .navbar-nav > li > a{padding: 17px 6px 15px;}
.home-section .home-section-heading-wrapper{padding:20% 0 20%;}
}
@media (max-width: 767px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background: #ddd;
}
.mobileHeading{
	display:block;
}
.desktopHeading{
	display:none;
}
.three_col_point{
  text-align: center;
  padding-top: 12%;
}
.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 14%;
}
.rv_cta .rv_cta_btn{
  margin-bottom: 20px;
  padding-bottom: 30px;
}

}
@media (max-width: 991px){
  .home-section{
    background: #e3e9f3;
  }
  .form-block{
    padding-left: 0;
	padding-right: 0;
  }
  .hero_image{
    padding-right: 0;
  }
  .footer_content .footer_logo_div img{
    width:250px;
  }
}
@media (max-width: 767px){
.home-section .home-section-heading-wrapper .home-section-heading-inner h2{font-size: 28px;}
.form-block h2{
  font-size: 40px;
  text-align: center;
}
.navbar-default .navbar-nav > li > a{
  text-align: center;
}
.calculator-block .form-block{
  text-align: center;
  margin: auto;
  margin-bottom: 45px;
}
.hero_image{
  text-align: center;
}
.form_header h2{
  text-align: center;
  font-size: 32px;
}
.rv_cta .rc_cta_content{
  display: block;
}
.section-2{
  text-align: center;
}
.how_it_work{
  text-align: center;
}
.how_it_work img{
  margin: 10px auto 0;
}
.rv_cta .rv_cta_desc{
  margin-bottom: 32px;
}
h2.how_it_work_heading{
  font-size: 30px;
}
.footer{
  text-align: center;
}
.pull-left{float: none !important;}
.pull-right{float: none !important;}
.section-2 p{margin-bottom: 25px;}
.worksboxes{
  margin-bottom: 40px;
}
.form-block__content {
    padding: 20px 15px 20px;
}
}
@media (max-width: 480px){
.navbar-header .img-responsive{width:60%;margin-left: 10px;}
.form-block h2{
  font-size: 30px;
  text-align: center;
}
.section-2 h2{
  font-size: 32px;
}
.rv_cta .rv_cta_desc h3{
  font-size: 32px;
}
}

@media screen and (max-width: 768px) {
  .section-07 .accordion-head h3 {
    font-size: 1.15em;
    color: #222228;
    position: relative;
    padding-right: 2.5em;
  }
  .section-2 p {
    font-size: 16px;
  }
  .footer_content ul li a {
    color: #222;
    font-size: 12px;
  }
}

@media screen and (max-width: 425px) {
.navbar-header .img-responsive {
    width: 50%;
    margin-left: 10px;
}
.form_header h2 {
  text-align: center;
  font-size: 36px;
}
.section-2 h4 {
  font-size: 25px;
  font-weight: 800;
}
.section-2 p {
  margin-bottom: 30px;
  font-size: 16px;
}

.section-07 .section-block {
  font-size: 1em;
  padding: 2.5em 0em;
}

.section-07 .accordion-head h3 {
  font-size: 1em;
  color: #222228;
  position: relative;
  padding-right: 2em;
}
.footerseals {
  display: block;
  margin: 3rem 4rem 0rem;
}
.footer_content .secure-logo {
  justify-content: center;
  margin-top: 2rem;
  padding: 0rem 0rem;
}
img[alt="OLA Seal"] {
  margin: 0px 5px;
  min-width: 40px !important;
  min-height: 40px !important;
}
.footer p {
  font-size: 13px;
  /* color: #fff; */
  text-align: center;
}
}
@media screen and (max-width: 375px) {

  .section-2 h2 {
    font-size: 28px;
  }

  .section-2 h4 {
    font-size: 22px;
    font-weight: 800;
  }
}
