body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  padding: 0;
  margin: 0; }

*, ::before, ::after {
  box-sizing: border-box; }

h1 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin: 10px 0 20px; }

.btn-theme-lg, .btn-theme-sm {
  background: linear-gradient(to right, #37b8bc, #26c7cc);
  color: #ffffff;
  padding: 10px 25px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
  cursor: pointer;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear; }
  .btn-theme-lg:hover, .btn-theme-sm:hover {
    background: #444444; }

.btn-theme-lg {
  padding: 15px 40px; }

.btn-theme-sm {
  padding: 8px 15px; }

a, a:hover, a:focus {
  text-decoration: none; }

p {
  font-weight: 500;
  color: #444444;
  line-height: 28px; }

button {
  border: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

.container-inn {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto; }

.section-heading {
  font-size: 25px;
  color: #26c7cc;
  font-weight: 800;
  margin-bottom: 5px; }

.section-heading-w {
  font-size: 25px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 5px; }

.input-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .input-group input {
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 0px;
    border: 1px solid #ffffff;
    padding: 15px;
    color: #ffffff;
    font-size: 16px;
    background: transparent;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear; }
    .input-group input:last-child {
      margin-right: 0; }
    .input-group input:focus {
      outline: none;
      box-shadow: 0 6px 14px rgba(255, 255, 255, 0.2); }

::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 16px; }

::placeholder {
  color: #ffffff;
  font-size: 16px; }

header {
  padding: 20px 0; }
  header .container-inn {
    display: flex;
    justify-content: space-between;
    align-items: center; }

nav .icon-nav {
  display: none; }
nav ul li {
  display: inline-block; }
  nav ul li a {
    display: block;
    color: #444444;
    padding: 10px 15px;
    font-weight: 600;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease; }
    nav ul li a:hover {
      color: #26c7cc; }
  nav ul li.active a {
    color: #26c7cc; }

.banner {
  background: url("../images/banner-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #ffffff;
  padding: 60px 0; }

.banner .caption-banner {
  width: 50%;
  margin: 0 auto; }

.amount-banner {
  font-size: 50px;
  font-weight: 800;
  margin: 0px; }

.get-quote {
  margin: 30px 0 0; }
  .get-quote .btn-theme-lg {
    background: #444444;
    border: 2px solid transparent;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out; }
    .get-quote .btn-theme-lg:hover {
      border: 2px solid #444444;
      background: transparent; }

.txt-banner {
    color: #444444;
    font-weight: bold;
    font-size: 30px;
  }

.loan-everyone {
  background: #444444;
  display: flex;
  justify-content: space-between;
  padding: 0 20px; }

.heading-loan-eone {
  font-size: 25px;
  flex: 0 0 25%;
  padding: 30px 20px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  position: relative; }
  .heading-loan-eone span {
    display: block; }
  .heading-loan-eone:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #26c7cc;
    width: 2px;
    height: 100%;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -webkit-transform: rotate(20deg); }

.content-loan-eone {
  flex: 0 0 70%;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0 15px; }

.eone-box {
  flex: 0 0 50%; }

.heading-eone-box {
  font-weight: 600;
  font-size: 18px;
  margin: 0; }
  .heading-eone-box span {
    color: #6a6a6a;
    font-size: 50px; }

.rep-eg {
  text-align: center;
  margin: 30px auto; }

.get-loan {
  padding: 30px 0 50px;
  background: #f6f6f6; }
  .get-loan .section-heading {
    text-align: center; }

.content-get-loan {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap; }

.get-box {
  flex: 0 0 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0; }
  .get-box p {
    margin-top: 5px;
    font-weight: 500; }

.icon-gbox {
  margin-right: 20px; }

.heading-gbox {
  font-size: 18px;
  color: #444444;
  font-weight: 800;
  margin-bottom: 5px; }

.btn-sec {
  text-align: center;
  margin-top: 30px; }

.benefits-sec {
  background: url(../images/benefits-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .benefits-sec .container-inn {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .benefits-sec p {
    color: #ffffff; }
  .benefits-sec ul li {
    color: #ffffff;
    margin: 20px 0;
    position: relative;
    padding-left: 20px;
    font-weight: 800; }
    .benefits-sec ul li:before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      line-height: 10px;
      border-radius: 50%;
      background: transparent;
      border: 2px solid #ffffff;
      left: 0;
      top: 5px; }

.content-benefits {
  flex: 0 0 60%;
  padding: 15px 0; }

.img-benefits img {
  position: absolute;
  bottom: -16px; }

.how-it-works {
  text-align: center;
  padding: 20px 0 30px; }

.heading-how {
  font-size: 18px;
  color: #444444;
  font-weight: 800;
  margin-bottom: 10px;
  color: #ffffff;
  text-decoration: uppercase;
  position: relative; }

.content-how {
  text-align: left;
  margin-top: 30px;
  display: flex;
  justify-content: space-between; }

.how-box {
  flex: 0 0 31%;
  background: linear-gradient(to right, #28b2b6, #26c7cc);
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  position: relative;
  overflow: hidden; }
  .how-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(38, 199, 204, 0.5);
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear; }
  .how-box:hover {
    background: url(../images/how-bg-1.jpg) no-repeat;
    background-position: center;
    background-size: cover; }
    .how-box:hover:before {
      background: rgba(38, 199, 204, 0.8); }
  .how-box p {
    color: #ffffff;
    margin-top: 5px;
    position: relative; }

.how-img1:hover {
  background: url(../images/how-bg-1.jpg) no-repeat;
  background-position: center;
  background-size: cover; }

.how-img2:hover {
  background: url(../images/how-bg-2.jpg) no-repeat;
  background-position: center;
  background-size: cover; }

.how-img3:hover {
  background: url(../images/how-bg-3.jpg) no-repeat;
  background-position: center;
  background-size: cover; }

footer {
  background: #444444;
  padding: 10px 0; }
  footer .container-inn {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  footer ul li {
    display: inline-block; }
    footer ul li a {
      display: block;
      color: #ffffff;
      font-size: 13px;
      padding: 5px 15px;
      font-weight: 600;
      transition: all 200ms linear;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear; }
      footer ul li a:hover {
        color: #26c7cc; }
  footer p {
    color: #ffffff;
    font-size: 13px; }

.r-slider .irs-single, .r-slider .irs-min, .r-slider .irs-max {
  display: none; }
.r-slider .irs--big .irs-line {
  background: #ffffff;
  border: 0; }
.r-slider .irs--big .irs-bar {
  background: #444444;
  border: 0; }
.r-slider .irs--big .irs-handle {
  background: #444444;
  border: 0;
  box-shadow: unset; }

.apply-now a {
  margin: 0 auto; }

#apply-now .banner {
  padding: 20px 0; }

.form-container {
  width: 40%;
  margin: 40px auto;
  background: linear-gradient(to right, #28b2b6, #26c7cc);
  border-radius: 4px;
  text-align: center;
  padding: 20px 50px 40px; }

#apply-now form {
  margin-top: 30px; }
#apply-now .section-heading-w {
  font-size: 22px; }
#apply-now .btn-theme-lg {
  padding: 10px 25px; }

.chkbox-apply label span {
  color: #ffffff; }
  .chkbox-apply label span a {
    color: #ffffff;
    font-weight: 700; }

.thanks .section-heading {
  text-align: center; }
.thanks img {
  display: block;
  margin: 30px auto; }
.contact-info-sec{
  width: 100%;
  display: block;
  background:#fff;
  text-align: center;
  padding:5px 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
}
.warning-box {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #444444;
    position: relative;
    top: 0px;
    padding: 5px 0;
    z-index: 1100;
}
.warning-box p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    padding: 0px 5px;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}
.contact-info-sec ul{
  margin:0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.contact-info-sec ul li{
  display: flex;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
}
.contact-info-sec ul li span{
  display: inline-block;
}
.contact-info-sec ul li a{
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
@media(max-width: 768px){
  .contact-info-sec ul{
    flex-direction: column;
    align-items: center;
  }  
}
@media (max-width: 1366px) {
  .form-container {
    width: 60%;
    padding: 30px 50px 50px; } }
@media (max-width: 1080px) {
  .heading-loan-eone {
    flex: 0 0 100%;
    text-align: center;
    border-bottom: 2px solid #26c7cc; }
    .heading-loan-eone span {
      display: inline;
      margin-left: 5px; }
    .heading-loan-eone:after {
      display: none; }

  .loan-everyone {
    flex-direction: column; } }
@media (max-width: 991px) {
  .content-benefits {
    flex: 0 0 55%; }

  .form-container {
    width: 80%; } }
@media (max-width: 768px) {
  .banner {
    background-position: left; }
    .banner .caption-banner {
      width: 80%; }

  nav .icon-nav {
    display: block;
    width: 30px;
    height: 30px;
    position: relative; }
    nav .icon-nav span {
      width: 100%;
      height: 3px;
      background: #ca1404;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -webkit-transform: rotate(0deg); }
      nav .icon-nav span:nth-child(1) {
        top: 5px;
        left: 0; }
      nav .icon-nav span:nth-child(2) {
        top: 12px;
        left: 0; }
      nav .icon-nav span:nth-child(3) {
        top: 19px;
        left: 0; }
    nav .icon-nav.open span:nth-child(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 12px; }
    nav .icon-nav.open span:nth-child(2) {
      opacity: 0; }
    nav .icon-nav.open span:nth-child(3) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 12px; }

  .nav-res {
    width: 220px;
    height: 100vh;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    position: fixed;
    left: -300px;
    top: 0px;
    z-index: 9999;
    padding: 20px 0;
    visibility: hidden;
    display: block;
    overflow-y: scroll;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease; }
    .nav-res li {
      display: block; }
      .nav-res li a {
        padding: 10px; }
    .nav-res.in {
      left: 0px;
      visibility: visible; }

  .eone-box {
    flex: 0 0 100%; }

  .content-loan-eone {
    padding-bottom: 30px; }

  .get-box {
    flex: 0 0 100%; }

  .content-get-loan {
    margin-top: 10px; }

  .benefits-sec .container-inn {
    flex-direction: column; }

  .img-benefits img {
    position: static; }

  .content-how {
    flex-direction: column; }

  .how-box {
    flex: 0 0 100%;
    margin-bottom: 20px; }
    .how-box:last-child {
      margin-bottom: 0; }

  .input-group {
    flex-direction: column;
    margin-bottom: 0; }
    .input-group input {
      flex: 0 0 100%;
      max-width: unset;
      margin-bottom: 20px; } }
@media (max-width: 480px) {
  .heading-loan-eone {
    font-size: 20px;
    padding: 10px 20px; }

  h1 {
    font-size: 25px; }

  .banner {
    padding: 20px 0; }

  .amount-banner {
    font-size: 30px; }

  .btn-theme-lg {
    padding: 10px 25px;
    font-size: 18px; }

  .heading-eone-box {
    font-size: 15px; }

  .get-box {
    flex-direction: column;
    text-align: center; }

  .img-benefits img {
    width: 80%;
    margin: auto;
    display: block; }

  footer .container-inn {
    flex-direction: column; }
  footer ul li {
    display: block; }

  .form-container {
    padding: 10px 30px 30px; }

  .thanks img {
    max-width: 80%; } }
@media (max-width: 380px) {
  .form-container {
    width: 90%;
    margin: 20px auto; } }

/*# sourceMappingURL=style.css.map */
