body {
  font-family: 'Barlow', sans-serif;
  /* background: #f9f9f9; */
  font-size: 16px;
  position: relative;
}

/* ========================================================== */
/* 			               01. MENU-NAV My updated css                       */
/* ========================================================== */
.navbar_bg{
  background: rgba(255, 255, 255, 0.76);
  margin-bottom: 0;
  padding: 15px;
}
.navbar-toggle .icon-bar{
  background: #000000;
}
.navbar-brand{
  float: unset;
}
.navbar-brand>img {
  display: inherit;
  padding-top: 5px;
}
.navbar-nav>li>a {
  font-size: 18px;
  color: #0C3D6F;
  font-weight: 700;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background: transparent;
  color: #0C3D6F;
  opacity: 80%;
}
.frist_block_bg{
  background: #f8f9fb;
  padding-top: 80px;
}
.navbar-brand{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* togle nav */
/* Add Nav Bar Toggle Icon */

.bar1,
.bar2,
.bar3 {
    width: 22px;
    height: 2px;
    background-color: #0C3D6F;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {
    opacity: 0;
}

button:active {
    background: #374F51;
    opacity: 60%;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
}
.button-wrap .button {
  position: relative;
  display: inline-block;
  /* margin: 1em; */
  padding: 0;
  border: 0;
  background: none;
  color: #286aab;
  font-size: 1.2em;
  /* font-family: "arial black"; */
  transition: color 0.7s;
  cursor: pointer;
}
.button-wrap button:active {
  background: transparent;
  /* opacity: 60%; */
}







/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */
/* .navbar {
  height: auto;
  background-color: #fff;
  border: none;
  color: #000;
  padding: 4px 0 8px;
  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: #242424;
  margin: 4px 2px 4px 2px;
  padding: 16px 12px 10px 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: #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: 10px;
  width: 100%;
}


.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: 3px;
    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;
    
  }
} */

/* ========================================================== */
/* 			               04. Frist Bock Upadate                           */
/* ========================================================== */
.form_headding1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #0C3D6F;
  text-align: center;
}
.form_headding2 {
  color: #21D397;
}
.form_subheadding{
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #0C3D6FCC;
  padding-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.form_block {
  padding-top: 40px;
}
 .inputparent_marg {
  padding: 10px;
}
.inputparent_marg {
  padding: 10px
}
.input_sty {
  padding: 12px 20px;
  width: 100%;
  background: #FFFFFF;
  border: 0.5px solid #0C3D6F33;
  border-radius: 8px;
  font-size: 16px;
  color: #0C3D6F;
  font-weight: 500;
  line-height: 29px;
}
.field {
  position: relative;
}

.form_input{
  padding: 12px 20px;
    width: 100%;
    background: #FFFFFF;
    border: 0.5px solid #0C3D6F33;
    border-radius: 8px;
    font-size: 16px;
    color: #0C3D6F;
    font-weight: 500;
}

input:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 3.1rem) scale(1);
  margin-left: 30px;
  border-radius: 8px;
  /* font-size: 14px; */
  color: #1B1B1EE0;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: 50px;
}


.lable_sty {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #1b1b1e90;
}
.form_parent input:focus {
  outline: none !important;
  border-color: #21D397;
  border-radius: 4px;
}
label, input {
  transition: all 0.2s;
  touch-action: manipulation;
}
input.parsley-error + label, input:focus {
  color: #1B1B1ECC !important;
}
input:focus {
  outline: 0;
  border: 0.5px solid #21D397;
  border-radius: 8px;
}
input:focus + label {
  color: #21D397!important;
}
input:not(:placeholder-shown) + label, input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}
input:not(:placeholder-shown) + label, input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
  background: linear-gradient(to top, #ffffff 60%, transparent 40%);
  padding: 0px 4px;
  position: absolute;
  left: 12px;
  bottom: 42px;
  margin-left: 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
.inputparent_marg input::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
/**
* Show the placeholder when the input is focused.
*/
.inputparent_marg input:focus::-webkit-input-placeholder {
  opacity: 0.25;
 
}


input::-moz-placeholder {
  opacity: 0 !important;
}

.form_parent input:focus::-moz-placeholder {
  opacity: 0.4 !important;
}

.input_subpara {
  font-size: 12px;
  font-weight: 500;
  margin-right: 17rem;
  color: #0C3D6F99;
  text-align: center;
  margin: auto;
  line-height: 19px;
}
.input_subpara a{
  cursor: pointer;
}
.req_text{
  color: #0C3D6F;
}
.req_main{
  padding: 12px 0px;
  display: flex;
  justify-content: center;
}
.req_btn_parent{
  border: 1px solid #21D397;
  color: #ffffff;
  background: #21D397;
  border-radius: 10px;
  /* width: 100%; */
  box-shadow: 0px 3px 8px rgb(25 28 26 / 24%);
  /* height: 67px; */
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition: 0.5s all; */
}
.req_btn_parent a {
  font-size: 18px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: 500 ;
  line-height: 18px;
  color: #ffffff ;
  background: #21D397;
  
}
.req_btn_parent a:hover{
  text-decoration: none;
}
.cus_sty_getstart {
  margin-left: 12px;
}
.millin_text {
text-align: center;
font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
.million {
  color: #21D397;
  font-weight: 700;
}
/* parslay validation css */
.res_width ul{
  padding: 0px;
}

.parsley-errors-list li {
  width: 100%;
  list-style-type: none;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  font-weight: 500;
  line-height: 17px;
  color: #ff2b2b;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input.parsley-error {
  color: #ff2b2b !important;
  border: 0.5px solid #ff2b2b !important;
  /* background-color: #ff2b2b14; */
}
input.parsley-error:focus + label {
  color: red !important;
}

.order1{
  float: right;
 }
 .order2{
 float: left;
 }


/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */
img {
  max-width: 100%
}

/* .home-section {
  position: relative;

  background: #ffffff;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 7% 0 8%;
  clear: both;
  background: url(../images/bg.jpg);
  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;

  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;
}

.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 {

  background: transparent;

  max-width: 500px;
  padding-left: 0;
  margin-bottom: 30px;

}

.form-block h2 {
  font-size: 44px;
  color: #0C3D6F;
  text-align: left;
  font-weight: 700;
  text-transform: capitalize;
}

.form-block h2 span {
  font-size: 150%;
  color: #6a4d30;
}

.form-block h5 {
  font-size: 25px;
  margin: 18px 0 7px;
  /* font-weight: 800; */
  color: #5b8c51;
}

.form-block h5 span {
  color: #5b8c51;
}

.form-block p {
  color: #333;
  font-size: 14px;
  margin-top: 14px;
}

.form-block p a {
  color: #5b8c51;
}

.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 {
  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;
}

.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: #2FC390;
  padding: 15px 50px 15px;
  margin: 15px 0 0px 15px;
  display: block;
  -webkit-border-radius: 40px;
  border-radius: 0px;
  font-size: 26px;
  font-weight: 600;
  transition: all .2s ease;

  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%;
 
}

.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 {

}

.two_col_desc .content-block,
.intro .content-block {
  margin-right: 15%;
}

.two_col_desc .content-block h3 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  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,
.intro .content-block p {
  font-size: 19px;
  margin-bottom: 20px;

}


.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: #15549A;
  background-size: cover;
  padding: 4% 0 4%;
  text-align: left;
}

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

.rv_cta .submit-btn,
.content-block .submit-btn {
  margin-left: 0px;
}

.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: 40px;
  font-weight: 500;
  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: #ecdd5e;
  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: #f5f0e9;
  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: #5b8c51;
}

.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: #fff;
  border-radius: 5%;
  transition: all 0.2s ease;
  margin: 0 1%;
  padding: 36px 20px 26px;
  min-height: 345px;
  border-top: 20px solid #5b8c51;
}

.how_it_work .worksboxes:hover {
  transform: translateY(-15px);
  border-bottom: 10px solid #5b8c51;
  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: #5b8c51;
  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: #5b8c51;
  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;

}

.modal-header .close span {
  background: #000;
  color: #fff;
  padding: 2px 9px;
  border-radius: 50%;
}




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

.calculator-block {
  background: #ffffffab;
  padding: 1rem;
  border: #ffffffe6 10px solid;
}

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

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


.footer p {font-size: 16px;color: #fff;}

.footer p a {
font-size: 16px;
color: #fff;
text-decoration:none;
}
.footer_content{
  /* text-align: center; */
/* 
.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: 17px;
}
.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 22px;
} 
.footer_content .footer_logo_div p{
  font-size: 18px;
  margin-bottom: 4px;
}

.footer-section{
  background:#F2F2F2;
  padding: 4% 0 4%;
}
.footer-section li{
  list-style-type: none;
}
.footer-section li a{
  color:#15549A;
  text-decoration: none;
} */

@media (max-width: 991px) {

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    /* background: #e5e5e5; */
  }
  .navbar-brand{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .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%;
  }
  .order1{
    float: left;
   }
   .order2{
   float: right;
   text-align: center;
   }
   /* Update nav */
   
.navbar .button {
    position: relative;
    display: inline-block;
    /* margin: 1em; */
    padding: 0;
    border: 0;
    background: none;
    color: #286aab;
    font-size: 1.2em;
    /* font-family: "arial black"; */
    transition: color 0.7s;
    cursor: pointer;
}
.navbar .button-wrap {
  text-align: center;
}
.navbar .button-effect-b:after {
  width: 50px;
  height: 50px;
  border: 10px solid rgba(111, 148, 182, 0.1);
}
.navbar .button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  opacity: 0;
}

}

@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: 500px) {
  .form_headding1{
    font-size: 36px;
    line-height: 42px;
  }
  .frist_block_bg {
    padding: 0px;
}
.form_subheadding{
font-size: 17px;
}
.form_subheadding{
  padding-top: 2px;
}
.form_block {
  padding-top: 22px;
}
.input_subpara {
  line-height: 16px;
  margin: 0px 20px;
}
.req_btn_parent{
  width: 100%;
  box-shadow: 0px 3px 8px rgb(25 28 26 / 0%);
  padding: 16px 32px;
}
.navbar-toggle {
padding: 10px 15px;
margin-right: 0px;
}
.width_logo{
  width:99px;
}
}
@media (max-width: 480px) {
  .navbar-header .img-responsive {
    width: 60%;
    margin-top: 6px;
  }

  .form-block h2 {
    font-size: 30px;
    text-align: center;
  }
}

.how-it-work,
.intro {
  padding: 4% 0px;
}

.how-it-work h1,
.intro h1 {
  color: #0C3D6F;
  font-weight: bold;
  text-align: center;
}

.how-it-work h3 {
  text-align: center;
}

.intro h1 {
  margin-bottom: 2em;
}

.side-icon {
  margin-bottom: 30px;
}

.rangeslider {
  background: #F8BB32;
}

.rangeslider__fill {
  background: #2FC390;
}

.rangeslider--horizontal {
  height: 10px;
}

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
}

.rangeslider__handle {
  width: 25px;
  height: 25px;
}

.range-slider__value {
  color: #2fc390;
  font-size: 20px;
  font-weight: 800;
  text-align: right;
  margin-top: -53px;
}

.prohress-ammount {
  float: right;
}

.loanAmountSlider {
  margin: 35px 0px;
}

.loanAmountSlider h2 {
  float: left;
}

.loanAmountSlider h2,
.loanAmountSlider output {
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  margin-top: -40px;
}

.slider-footer {
  margin-top: 10px;
  color: #242424;
  font-weight: 600;
}

.feature-bx {
  margin: 4% 0px;
}

.feature-bx .col-sm-4 {
  padding: 30px;

}

.feature-bx .bx {

  padding: 20px 30px;
  border: 1px solid #8F99CE;
  min-height: 270px;
  transition: all 0.2s ease;
}

.feature-bx .bx:hover {
  transform: translateY(-15px);
  box-shadow: 0 4px 12.6px 5.4px rgba(188, 206, 215, 0.67);
}

.feature-bx .bx h3 {
  text-align: left;
  font-weight: bold;
}

.feature-bx .bx p {
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
}

.feature-bx .bx img {
  margin-top: 20px;
  margin-bottom: 35px;
}

.side-icon h3 {
  font-size: 17px;

}

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

.footer {
  background-color: #111b2c08;
  padding: 3rem 0rem 0rem 0rem;
}

.footer-sealLogo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
img[alt="OLA Seal"] {
  width: 40px !important;
  height: 40px !important;
  margin-left: 10px;
}
.secure-logos img {
  width: 32%;
}

.footer-logo {
  width: 100%;
  /* margin-bottom: 2rem; */
}

.footer-logo img {
  margin-bottom: 1rem;
  width: 17%;
}

.footer ul li {
  display: inline;
  color: #243f6d;
}

.footer ul {
  margin: auto;
  text-align: center;
  margin-bottom: 1rem;
}

.footer ul li a {
  color: #0f1c3f;
  font-size: 14px;
}

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

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

@media screen and (max-width: 1440px) {
  .home-section {
    position: relative;
    /* z-index: 999; */
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0% 0 8%;
    clear: both;
    background: url(../images/bg.jpg);
    background-size: cover;
  }
}

@media screen and (max-width: 1024px) {
  .form-block h2 {
    font-size: 36px;
  }

  .loanAmountSlider h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .feature-bx .bx {
    padding: 15px 15px;
    border: 1px solid #8F99CE;
    min-height: 275px;
    transition: all 0.2s ease;
  }

  .footer-logo img {
    margin-bottom: 1rem;
    width: 25%;
  }

  .feature-bx .bx h3 {
    text-align: left;
    font-size: 23px;
    font-weight: bold;
  }

  .secure-logos img {
    width: 30%;
  }

  .feature-bx .col-sm-4 {
    padding: 5px;
  }
}

@media screen and (max-width: 768px) {
  .footer-logo img {
    margin-bottom: 1rem;
    width: 20%;
  }
}

@media screen and (max-width: 425px) {
  .feature-bx .bx {
    margin: 5px 10px;}
  .intro .content-block {
    margin-right: 0%;
  }

  .navbar-header .img-responsive {
    width: 44%;
    margin-top: 6px;
  }

  .btnSubmit {
    width: 100%;
  }

  .anycredit_icon {
    padding-left: 15%;
  }

  .feature-bx .bx h3 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
  }

  .feature-bx .bx p {
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
  }

  .rv_cta .rv_cta_desc {
    margin-bottom: 32px;
    flex-direction: column-reverse;
  }

  .footer-sealLogo {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .secure-logos {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .footer-logo img {
    margin-bottom: 0rem;
    width: 43%;
}

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

  .secure-logos img {
    width: 20%;
  }

  .footer ul li a {
    color: #0f1c3f;
    font-size: 12px;
  }

  .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }

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

@media screen and (max-width: 375px) {

  .form-block h2 {
    font-size: 29px;
  }
}