body{
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

a, a:hover{
  text-decoration: none;
}

ul{
  padding: 0;
  margin: 0;
}
ul li{
  list-style: none;
}

p{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #5a6258;
}
.section-heading{
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #5a6258;
}
.sec-w{
  padding: 50px 0;
}
.topbar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
}
.topbar .container {
  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;
  font-size:17px;
  font-weight:700;
  padding: 10px 15px;
  font-weight: 600;
  color: #fff;
  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: #fff;
}
nav ul li.active a
{ 
  color: #fff;
}
.btn-comm{ 
 background: transparent;
 border: 2px solid #fff;
 border-radius:10px;
 padding: 10px 30px;
 display: inline-block; 
 text-align:center;
 color: #fff;
 outline: 0;
 font-size: 18px;
 font-weight: 700;
 text-transform: uppercase;
 -webkit-transition: all 200ms ease-in-out;
 -moz-transition: all 200ms ease-in-out;
 -o-transition: all 200ms ease-in-out;
 transition: all 200ms ease-in-out;
}

.btn-comm:hover{
  background:#ff3300;
  color: #fff;
  border-color:transparent;
  box-shadow: 0 0 15px rgba(0,0,0,.2);   
  transform:translateY(-3px);
}
.btn-comm:hover i{
  transform: translateX(5px);
}
.banner-sec{
  background: url(../images/banner-bg.jpg) no-repeat;
  background-size: cover; 
  padding-top: 100px;
  padding-bottom:50px;
  background-position: center;
}

.banner-rslider {
  padding: 0px;
    }

  .banner-rslider .heading-rslider {
    text-align: center;
    border-right: 1px solid #828282; }

    .banner-rslider .heading-rslider span {
      display: block;
      color: #fcce41;
      font-size: 35px; }

  .banner-rslider .content-rslider {
    text-align: center; }

    .banner-rslider .content-rslider .r-slider {
      width: 60%;
      margin: 0 auto; }

      .form-banner{
        margin-top: 30px;
      }
      .form-heading{
        margin-bottom: 0;
      }

      .banner-rslider .content-rslider .r-slider .irs-min, .banner-rslider .content-rslider .r-slider .irs-max, .banner-rslider .content-rslider .r-slider .irs-single {
        display: none; }

      .banner-rslider .content-rslider .r-slider .irs-bar {
        background: #ff3300; 
        border:0;
      }

      .banner-rslider .content-rslider .r-slider .irs-handle {
        background: linear-gradient(#ff3300, #ff3300 30%);
        border: 5px solid #fff; }

        .irs--big .irs-handle{
          top: 10px;
          width: 60px;
          height: 60px;
          border-radius: 10px;
          transform: rotate(45deg);
        }

      .banner-rslider .content-rslider .r-slider .irs {
        margin-top: -15px;
        margin-bottom: 20px; }

.main-heading-banner{
     color: #fff;
    width: 60%;
    margin: 0 auto;
}
.caption-banner{
  color: #fff;
 
}
.caption-banner p{
  color: #fff;
}
.main-heading{
  font-size: 32px;
  font-weight: 700;
  color: #2c2827;
  line-height: 40px;
}
.sub-heading-b{
  width: 70%;
  margin:30px auto;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.ratings-b{
  font-size: 16px;
  font-weight: 700;
}
.form-banner-h{
  width: 100%;
  padding: 40px 0px; 
  background: rgba(0,203,202,.3);
  box-shadow: 0 0 15px rgba(6,156,155,.3);
}
.form-banner-h .container{
   display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-heading-b{
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  text-align: left;
}
.form-banner-h form{
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-banner-h form .form-control{
  width:40%;
  margin-right: 20px;
  height: auto;
  padding: 20px;
  border: 0;
  border-radius: 20px;
  font-size: 17px;
  font-weight: 400;
  color: #5a6258
}
.btn-banner-h{
 width: 25%;
 background: transparent;
 border: 2px solid #fff;
 border-radius: 20px;
 padding: 16px 0px;
 display: inline-block; 
 color: #fff;
 font-size: 18px;
 font-weight: 700;
 text-transform: uppercase;
 -webkit-transition: all 200ms ease-in-out;
 -moz-transition: all 200ms ease-in-out;
 -o-transition: all 200ms ease-in-out;
 transition: all 200ms ease-in-out;
}
.btn-banner-h i{
  margin-left: 10px;
}
.btn-banner-h:hover{
  background:#ff3300;
  border-color:transparent;
  box-shadow: 0 0 15px rgba(0,0,0,.2);   
  transform:translateY(-3px);
}
.section-points{
  text-align: center;
  margin-bottom: 30px;
}
.section-points-row{
  text-align: left;
  margin-top: 40px;
}
.btn-o{
  border-color:#ff3300;
  color: #ff3300;
}
.list-style li {
    display: block;
    position: relative;
    padding-left: 40px;
    color: #2c2827;
    padding-top: 0px;
    margin-right: 20px;
    padding-bottom: 10px;
}
.list-style li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
     background: url(../images/list-icon.png) no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
}

.form-banner-h form input.form-control::-webkit-input-placeholder{
   color: #8b9589;
}
.form-banner-h form input.form-control::placeholder{
    color: #8b9589;
}
.form-banner-h form select.form-control {
  color: #8b9589;
}
.form-banner-h form select option{
   color: #5a6258;
}
.banner-inn{
  padding: 50px 0;
  background-position: center;
}
.points-banner{
  margin-top: 60px;
}
.points-inn-banner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-heading{
  font-size: 22px;
  font-weight: bold;
  margin-left: 15px;
  text-align: left;
}
.about-sec{
  margin-top: 50px;
  margin-bottom: 50px;
}
.new-about-sec{
  margin-top: 50px;
  margin-bottom: 50px;
}
.points-content{
  background: url('../images/strip-sec.jpg') no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px 0 80px;
  position: relative;
  margin-bottom: 370px;
}
.content-row{
  position: absolute;
  bottom: -323px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
}
.points-content-box{
  background: #ff3300;
  padding: 20px;
  border-radius: 15px;
}
.icon-p{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0,0,0.3);
}
.heading-ip{
  font-size: 25px;
}

.points-content .heading-ip {
    font-size: 20px;
    font-weight: 600;
}
.icon-p-content{
  margin-top: 40px;
  color: #fff;
}
.icon-p-content p{
  color: #fff;
}
footer{
  background: transparent;  
}
footer.apply-p{
  padding:20px 0;
}
.f-links-sec{
  background: #f8ebe7;
  padding: 15px 0;
}
.f-links{
  display: flex;
  justify-content:center;
  align-items: center;
}
.f-links li{
  margin-right: 30px;
}
.f-links li a{
  font-size:16px;
  font-weight: 700;
  color: #2c2827;
}
.copyrights-f{
  background: #ff3300;
  padding: 10px 0;  
}
.copyrights{
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.apply-sec{
  padding:50px 0;
}
.heading-apply{
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #5a6258;
  margin-bottom: 30px;
}
.form-apply{
  width: 70%;
  margin:0 auto;
  background: #ff3300;
  border-radius:20px;
  padding: 50px;
}
.form-apply .form-control{
  background: transparent;
  border:2px solid #fff;
  color: #fff;
  height: auto;
  padding: 15px 20px;
  border-radius: 20px;
}
.form-apply input.form-control::-webkit-input-placeholder{
  color: #fff;
}
.form-apply input.form-control::placeholder{
  color: #fff;
}
.form-apply input.form-control[value]{
  color: #fff;
}
.form-apply .form-group{
  margin-bottom: 30px;
}
.form-heading-two{
  font-size: 25px;
 font-weight: 700;
 line-height: 28px;
 text-align: center;
 color: #fff;
 margin-bottom: 50px;
}
.chkbox-sec{
  color: #fff;
  font-size: 15px;
  margin:10px 0;
}
.chkbox-sec a{
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.get-quote{
  margin-top: 30px;
  text-align: center;
}
.form-apply .btn-comm{
  font-size: 16px;
  padding: 15px 20px;
}
.thanks-sec{
  margin-top:50px;
  margin-bottom: 50px;
}
.thanks-sec img{
  margin-bottom: 30px;
}
.thanks-sec p{
  margin-bottom: 0px;
}
.error-sec{
  margin-top:50px;
  margin-bottom: 50px;
}
.error-sec img{
  margin-bottom: 30px;
}
.error-sec p{
  margin-bottom: 0px;
}
ul.list {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #5a6258;
}
.list .fa {
    font-weight: 400;
    font-size: 14px;
    padding-right: 6px;
}
ul.list li {
    margin-bottom: 5px;
}

.image-box {
       -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    margin-top: 30px;
    min-height: 236px;
}
.image-box .heading-how {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.image-box p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.image-box .heading-how {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    padding-bottom: 9px;
}
.image-box.one {
    background: linear-gradient(
-45deg
, rgb(255 51 0 / 70%), rgb(232 50 6 / 80%)) , url(../images/how-bg-1.jpg) ;
    background-size: cover;


}
.image-box.two {
     background: linear-gradient(
-45deg
, rgb(255 51 0 / 70%), rgb(232 50 6 / 80%)) , url(../images/how-bg-2.jpg) ;
    background-size: cover;

}
.image-box.three {
    background: linear-gradient(
-45deg
, rgb(255 51 0 / 70%), rgb(232 50 6 / 80%)) , url(../images/how-bg-3.jpg) ;
    background-size: cover;

}
.image-box.one:hover, .image-box.two:hover, .image-box.three:hover {
    background: linear-gradient( 
-45deg
 , rgb(255 51 0 / 100%), rgb(232 50 6 / 100%)) fixed, url(../images/how-bg-1.jpg) fixed;
    background-size: cover;

}




@media(max-width: 1080px){
   .why-sec{
    flex:0 0 100%;
    max-width: unset;
    margin-right: 0;
  }
  .what-sec{
    flex:0 0 100%;
    max-width: unset;
    margin-left: 0;
  }

}
@media(max-width: 991px){
  .form-banner-h .container{
    flex-direction: column;
  }
  .form-banner-h form{
    width: 98%;
    margin-top: 20px;
  }
  .btn-banner-h{
    width: 30%;
    font-size: 16px;
  }
  .form-heading-b{
    text-align: center;
  }
  .form-apply{
    width: 100%;
  }
  .points-inn-banner{
    flex-direction: column;
  }

}
@media(max-width: 768px){
  nav .icon-nav
  {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
  }
  nav .icon-nav span
  {
    width: 100%;
    height: 3px;
    background: #fff;
    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: #ff3300;
    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;
  }
  .form-banner-h form{
    flex-direction: column;
   }
   .form-banner-h form .form-control{
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
   }
   .btn-banner-h{
      width: 100%;
      font-size: 18px;
   }
   .list-banner{
    flex-direction: column;      
    align-items: start;
   }
  .list-banner li{
    margin-bottom: 20px;
  }
  .topbar.fixed {
    position: fixed;  
    z-index: 999;    
    background: #ff3300;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    padding: 20px 0;
    -webkit-animation: menuFixed 200ms ease-in-out;
    -moz-animation: menuFixed 200ms ease-in-out;
    -o-animation: menuFixed 200ms ease-in-out;
    animation: menuFixed 200ms ease-in-out;

  }
  @keyframes menuFixed{
    0%{
      transform: translateY(20px);
    }
    50%{
      transform: translateY(-20px);
    }
    100%{
      transform: translateY(0px);
    }
  }
  .wht-box{
    flex:0 0 100%;
    margin:0 0 60px 0;
  }
  .wht-box:nth-child(3){
    margin-bottom: 60px;
  }
  .hw-points:after{
    display: none;
  }
  .content-rgt{
    margin-top: 30px;
  }
  .why-point-row{
    flex-direction: column;
    text-align: center;
  }
  .why-heading{
    margin-top: 30px;
  }
  .why-wt-sec .btn-comm{
    display: block;
    text-align: center;
  }
  .form-apply{
    padding: 20px;
  }
  .form-heading-two{
    margin-bottom: 20px;
  }
  .form-apply .form-group {
    margin-bottom: 10px;
  }
  .get-quote {
    margin-top: 10px;
  }
  .banner-sec{
    background-position: right;
  }
  .content-row{
    bottom: -920px;
    margin:0;
  }
  .points-content-box{
    margin-bottom: 70px;
  }
  .points-content{
    margin-bottom: 900px;
  }
  .banner-rslider .content-rslider .r-slider {
    width: 100%;
   margin: 30px auto;
  }
  .main-heading-banner{
    width: 100%;
  }
  .p-heading{
    margin-left: 0
  }

}
@media(max-width: 480px){
  .form-banner-h form .form-control{
    padding: 10px 20px;
  }
  .btn-banner-h{
    padding: 10px 0;
  }
  .sub-heading-b{
    width: 100%;
  }
  .main-heading{
    font-size: 28px;
    line-height: 30px;
  }
  .caption-banner p{
    width: 100%;
  }
  .banner-sec{
    padding-top: 70px;
  }
  nav .icon-nav span{
    background: #fff;
  }
  .banner-sec{
    background-position: 85%;
  }
  .f-links{
    flex-direction: column;
  } 
   .content-row {
        bottom: -1020px;
  }
  .points-content {
    margin-bottom: 995px;
}
}
@media(max-width: 320px){
   .content-row {
    bottom: -1270px;  
  }
  .points-content {
    margin-bottom: 1235px;
  }
}