:root {
  --main-color: #EB1F28;
  --secondary-color: #212121;
  --apply-now-color: #EB1F28;
}

html {scroll-behavior: smooth;}
/* body {display: none;} */
body {font-family: "Jost", serif; font-family: 'Poppins', sans-serif; line-height: 1.7; /* background: linear-gradient(102deg, #FFB501 8.27%, #EF7640 67.07%); */ color: #868686; font-weight: 300; font-size: 1.1rem; overflow-x: hidden; position: relative; display: block; margin: 0; padding: 0;}
@media (min-width: 1200px) {
  .container {max-width: 1600px;}
}

header {position: absolute; top: 0; width: 100%; z-index: 1; padding: 0px;}

header .logo {width:300px; padding: 0;}

.main-header {margin-bottom: 50px; position: relative; background: url('../images/banner-bg.png') no-repeat #DCEEE1; background-size: cover; padding: 20px 0px 30px 0px; padding-top: 120px};




#step_2 {display: none;}

.bannerBox {display: flex; justify-content: space-between; align-items: center;}

.bannerBox11 {width: 100%; max-width: 600px; margin: 0px; margin-left: 160px;}
.bannerBox11 h1 {font-size: 90px; font-weight: 600; color: #FFF;}
.bannerBox11 p {font-size: 24px; font-weight: 300; color: #FFF;}


.form-con {background: #FFF; padding: 80px 40px 40px 40px; width: 100%; max-width: 700px; margin: 0px; position: relative; border: 8px #EB1F28 solid;  border-right: 0px #EB1F28 solid;}
.form-con img {position: absolute; right: 0; top: -75px;}
.form-con h1 {font-size: 30px; color: #084F9D; text-align: center; margin: 20px 0px; position: relative; padding-bottom: 30px; margin-bottom: 10px;}
.form-con h1 span {color: var(--main-color); font-weight: 700; margin: 10px 0px;}
.form-con .form-group {position: relative; margin-bottom: 30px;}

.form-con .col-md-12:last-child .form-group {margin: 0;}

.form-con label {background: #FFF; color: #084F9D; font-size: 14px; font-weight:600; text-transform: uppercase; position: absolute; top: -10px; left: 10px; padding: 0px 15px;}
.form-control {width:100%; height: 70px; font-size: 16px;  font-weight: 500; color: #000; margin: 0; padding: 20px; background: #FFF; border: 1px #9E9E9E solid;}
.apply-now {width:100%; font-size: 16px;  font-weight: 500; color: #FFF; margin: 0; padding: 20px; cursor: pointer; background: var(--apply-now-color); border: 0px #000 solid; border-radius: 5px;}

.apply-now:focus {background: var(--apply-now-color); color: #FFF;}

.logo {width: 100%; display: block; text-align: left; margin-bottom: 30px; padding: 20px 0px;}
.logo img {padding: 5px; border-radius: 5px; width: 200px; height: 90px; object-fit: contain;}
.bannerimg img {width: 100%;}
.bannerapplyBox {position: relative;}
.bannerBox {margin-top: 0; width: 100%; position: relative; z-index: 1; margin-bottom: 30px;}
.headSection {background: #f6f6ff;}
.logoBoxcontainer {width:100%; max-width: 720px; margin: 20px auto 0px auto; background: url('../images/instant-loan-bg.png') no-repeat; background-size: cover;}
.logoBoxcontainer .logo {width:100%; max-width: 220px;}
.logoBoxcontainer a {display: block;}
.logoBoxcontainer .logobottom {width:70%; margin: 50px 0px;}
.headSection h1 {font-family: "Jost", serif; font-size: 60px; color: #2DA2D9;}
.headSection h1 span {font-size: 48px; font-weight: 700; text-transform: uppercase; text-align: center; color: #000; display: block; margin-top: 20px;}
.headSection .bannerBox {width: 70%; display: flex; column-gap: 40px; margin: 50px auto;}
.easyloanBox {margin-top: 30px;}

.acknowledgeBox {font-size: 12px; color: #FFF; font-weight: 500;}


.contentBox {padding: 50px 0px 0px 0px;}
.contentBox h2 {font-size: 20px; font-weight: 500; color: #000;}
.contentBox h3 {font-size: 18px; font-weight: 500; color: #000;}
.contentBox p {font-size: 16px; font-weight: 400; color: #555;}
.contentBox strong {font-size: 16px; font-weight: 500; color: #000;}

.iconcontainer {padding: 50px 0px;}
.iconBox {background: #f8f7f7; padding: 20px; box-shadow: 0px 0px 5px 0px #ccc; border-radius: 5px; text-align: center;}
.iconBox img {width: 80px; margin-bottom: 20px;}
.iconBox h2 {font-size: 18px; font-weight: 500; color: #000;}
.iconBox p {font-size: 14px; font-weight: 400; color: #555;}


.faqsection {padding: 50px 0px;}
.faqsection .faq-drawer {background: #fafafa; margin-bottom: 20px; padding: 20px; border-radius: 5px; border: 1px #e9e9e9 solid;}
.faqsection .faq-drawer__content-wrapper {font-size: 1.25em; line-height: 1.4em; max-height: 0px; overflow: hidden; transition: 0.25s ease-in-out;}
.faqsection .faq-drawer__title {cursor: pointer; display: block; font-size: 14px; font-weight: 600; color: #000; padding: 0; position: relative; margin-bottom: 0; border-radius: 30px; transition: all 0.25s ease-out;}
.faqsection .faq-drawer__title::after {border-style: solid; border-width: 2px 2px 0 0; content: " "; display: inline-block; float: right; height: 10px; left: 2px; position: relative; color: var(--secondary-color); right: 20px; top: 2px; transform: rotate(135deg); transition: 0.35s ease-in-out; vertical-align: top; width: 10px;}
/* OPTIONAL HOVER STATE */
.faqsection .faq-drawer__title:hover {color: #4E4B52;}
.faqsection .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {max-height: 350px;}
.faq-drawer__content p {font-size: 14px; font-weight: 400; line-height: 22px; color: #000; margin: 0;}
.faqsection .faq-drawer__trigger:checked + .faq-drawer__title::after {transform: rotate(-45deg); transition: 0.25s ease-in-out;}
.faqsection input[type="checkbox"] {display: none;}


.bannerBox11 {}
.bannerBox11 img {width: 100%;}
.bannerSubBox {width: 100%; max-width: 750px; border-radius: 10px;}
.bannerSubBox:nth-of-type(1) {background: #FFF; padding: 0px;}
.bannerSubBox:nth-of-type(2) {background: #FFF; padding: 0px;}
.bannerSubBox img {width: 80px; height: 80px; object-fit: contain; margin: 0; padding: 10px;}
.bannerSubBox span {font-size: 20px; font-weight: 600; color: #000; line-height: 24px; display: block; margin: 10px 15px;}
.bannerSubBox ul {padding: 0px 10px; margin: 0px 15px; padding: 10px 30px;}
.headingBox {display: flex; column-gap: 10px; align-items: center; margin: 10px;}
.bannerSubBox ul li {font-size: 12px; font-weight: 500; color: #FFF; list-style-type: disc;}
.bannerSubBox11 {display: flex; align-items: center; margin: 10px 0px 0px 0px;}
.bannerSubBox .bannericon {width: 60px; height: auto; margin: 0px 5px;}
.bannerSubBox small {font-size: 11px; color: #FFF; display: block; margin: 0px;}
.bannerSubBox a {background: rgb(255,201,61); background: radial-gradient(circle, rgba(255,201,61,1) 0%, rgba(229,167,5,1) 100%); color: #FFF; padding: 5px 15px; display: block; font-weight: 600; text-align: center; font-size: 18px; cursor: pointer; margin-top: 10px; border-radius: 10px;}
.bannerSubBox a:hover {text-decoration: none;}
.applyNowBox .bannerBox {width: 100%; display: block; position: static;}
.easyloanBox h2 {font-size: 24px; color: #FFF; font-weight: 600; text-align: center;}
.headericonBox {display: flex; column-gap: 10px; justify-content: space-around; transform: translateX(50%); position: absolute; bottom: -160px; width: 100%;}
.headericonsubBox {display: flex; width: 100%; text-align: center; align-items: center; column-gap: 10px; margin-bottom: 20px;}
.headericonsubBox .imgBox {}
.headericonsubBox .fa {width: 60px; height: 60px; background: #fff; color: var(--secondary-color); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 25px; border: 1px var(--secondary-color) solid; box-shadow: 2px 2px 3px 0px var(--secondary-color);}
.headericonsubBox span {font-size: 20px; color: #FFF; font-weight: 500; text-align: left; line-height: 28px; text-align: left;}

.bannerSubBox.yellow {background: #22A457; box-shadow: 0px 0px 10px 0px #CCC; border-radius: 10px;}
.bannerSubBox.yellow span {font-size: 20px; font-weight: 700; color: #FFF; line-height: 24px; display: block; margin: 0px;}
.bannerSubBox a.yellow {background: rgb(0,210,1); background: radial-gradient(circle, rgba(0,210,1,1) 0%, rgba(1,100,48,1) 100%);; color: #FFF; padding: 10px 15px; display: block; font-weight: 700; text-align: center; text-transform: uppercase; font-size: 28px; margin-top: 10px; border-radius: 0px 0px 10px 10px; position: relative; overflow: hidden;}

.whychooseBox {text-align: center; padding: 0px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); border-radius: 20px; min-height: auto; border: 1px var(--main-color) solid;}
.whychooseBox h3 {font-size: 18px; font-weight: 600; color: #000; text-transform: uppercase; margin: 10px 0px;}
.whychooseBox p {font-size: 14px; font-weight: 400; color: rgba(60, 60, 60, 1); min-height: 40px;}
.whychooseBox img {width: 100%; padding: 0px; border-radius: 20px 20px 0px 0px;}

.whychooseSubBox {background: rgb(8, 79, 157, 0.08); z-index: 1; position: relative; padding: 30px 10px 1px 10px; border-radius: 0px; margin: 0px 0px 0px 0px;}
.whychooseSubBox span {background: var(--main-color); width: 40px; height: 40px; display: flex; margin: -50px auto 20px auto; color: #FFF; justify-content: center; align-items: center; font-weight: 600; border-radius: 50%;}

.bannerSubBox a.yellow:after {content: ""; position: absolute; top: -23px; left: 0; width: 20px; height: 120px; filter: blur(10px); background: linear-gradient(90deg, rgb(255,255,255,1) 0, 70%, rgba(255,255,255,1)); transform: rotate(30deg); animation: gradientAnimation 3s ease-in-out infinite;}
.bannerSubBox a.green:after {content: ""; position: absolute; top: -23px; left: 0; width: 20px; height: 120px; filter: blur(10px); background: linear-gradient(90deg, rgb(255,255,255,1) 0, 70%, rgba(255,255,255,1)); transform: rotate(30deg); animation: gradientAnimation 3s ease-in-out infinite}

@keyframes gradientAnimation {
  0% {
      left: -80px
  }

  to {
      left: 104%
  }
}

.bannerSubBox.green {background: #0B5A92; box-shadow: 0px 0px 10px 0px #CCC; border-radius: 10px;}
.bannerSubBox.green span {width: 220px; font-size: 20px; font-weight: 700; color: #FFF; line-height: 24px; display: block; margin: 0px;}
.bannerSubBox a.green {background: rgb(32,136,210); background: radial-gradient(circle, rgba(32,136,210,1) 0%, rgba(12,72,115,1) 100%);; color: #FFF; padding: 10px 15px; display: block; font-weight: 700; text-align: center; text-transform: uppercase; font-size: 28px; margin-top: 10px; border-radius: 0px 0px 10px 10px; position: relative; overflow: hidden;}
.section-title h2 {font-family: "Jost", serif; font-size: 42px; font-weight: 600; color: #000; text-align: center; margin: 40px;}
.middleBox img {width: 100%;}
.features {padding: 50px 0px;}
.headerbottom {padding: 20px; margin-bottom: 20px; border-left: 3px #2DA2D9 solid; border-radius: 10px; box-shadow: 0px 0px 5px 0px #ccc;}
.headerbottom img {width: 70px; height: 70px; object-fit: contain;}
.headerbottom h3 {font-size: 14px; color: #000; margin-top: 10px;}
.testimonials {background: #F8F8F8; padding: 50px 0px; padding-top: 30px;}

.owl-carousel {max-width: 100%; text-align: left; margin: 50px auto;}
.owl-carousel.owl-drag .owl-item {padding: 20px; min-height: 200px; border-bottom: 5px solid var(--main-color); width:100%; border-right: 5px var(--main-color) solid; border-top: 1px #eee solid; border-left: 1px #eee solid; border-radius: 20px; opacity: 0.2;}
.owl-carousel.owl-drag .owl-item.center {opacity: 1;}
.owl-carousel p {font-size: 14px; font-weight: 500; padding: 0px 0px; color: #000;}
.owl-carousel h2 {font-size: 18px; font-weight: 600; color: #000; margin: 0;}
.owl-carousel .profilebox {display: flex; column-gap: 20px; align-items: center;}
.owl-carousel .profilebox small {color: #FF1373;}
.owl-carousel .profileIcon { width: 60px !important; height: 60px; object-fit: contain; margin: 0px; border: 2px var(--main-color) solid; border-radius: 50%;}
.shadow-effect .img-circle {width: 30px !important;}
.owl-nav {position: absolute; top: 40%; width: 100%;}
.owl-nav .owl-prev {position: absolute;left: -30px; width: 50px; height: 50px; background: url('../images/prev-arrow.png') no-repeat !important; background-size: cover !important;}
.owl-nav .owl-next {position: absolute; right: -30px; width: 50px; height: 50px; background: url('../images/next-arrow.png') no-repeat !important; background-size: cover !important;} 
.owl-nav .owl-prev span {display: none;}
.owl-nav .owl-next span {display: none;}

.testimonial-name {font-size: 16px; font-weight: 600; color: #000;}
.owl-dots {display: flex; justify-content: center; column-gap: 10px; margin-top: 50px;}
.owl-dots .owl-dot { background: #D9D9D9 !important; width: 20px; height: 5px;}
.owl-dots .owl-dot.active { background: #6b0707 !important; width: 20px; height: 5px;}
.bannerBottom {width:100%; margin: 0px auto; display: flex; align-items: center; justify-content: center; border: 1px #ddd solid;}
.bannerBottom img {width:100%; height: 150px; object-fit: contain; padding:15px; border-right: 1px #ddd solid;}
.bannerBottom img:last-child {border-right: 0px #ccc solid;}
.footerBottom {padding: 50px 0px;}
.callUs {min-height: 170px; padding: 20px; border-radius: 10px;}
.callUs span {font-size: 14px; font-weight: 500; color:#2DA2D9;}
.callUs p {font-size: 14px; font-weight: 400; color: #FFF;}
.callUs h3 {font-size: 18px; font-weight: 600; color: #FFF; margin: 0;}
.callUs small {font-size: 12px; font-weight: 400; color: #FFF;}
.writeUs {border:2px var(--main-color) dashed; background: var(--main-color); text-align: center;}
.writeUs span {color: #FFF; font-weight: 600;}
footer {background: var(--secondary-color);}
.footerBox {display: flex; justify-content: space-between; flex-direction: column; padding: 10px;}
footer p {font-size: 12px; font-weight: 400; color: #FFF; padding: 0px;}

.range-slider {width: 100%; margin: 0 auto; position: relative; margin-top: 0px; margin-bottom: 10px;}
input[type="range"] {-webkit-appearance: none; width: 100%; height: 70px; background: transparent;}
input[type="range"]:focus {outline: none;}
input[type="range"]::-webkit-slider-runnable-track {width: 100%; height: 0.5rem; cursor: pointer; background: linear-gradient(90deg, #2644c9 var(--range-progress, 0%), #dee4ec var(--range-progress, 0%)); border-radius: 1rem;}
input[type="range"]::-webkit-slider-thumb {-webkit-appearance: none; border: 0.25rem solid #2644c9; box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); border-radius: 50%; background: #fff; cursor: pointer; height: 25px; width: 25px; transform: translateY(calc(-50% + 5px));}
#tooltip, #tooltip1 {position: absolute; text-align: center; display: block; line-height: 1; padding: 3px 5px; color: #fff; border-radius: 5px; background: #2644c9; font-size: 14px; font-weight: 500; left: 50%; width: 100px; transform: translate(-50%, 0);}
#tooltip:before, #tooltip1:before {position: absolute; content: ""; left: 50%; bottom: -8px; transform: translateX(-50%); width: 0; height: 0; border: 4px solid transparent; border-top-color: #2644c9;}
.rangeminmax {display: flex; justify-content: space-between; position: absolute; width: 100%; top: 45px; left: 0px; padding: 2px 5px;}
.rangeminmax span {font-size: 14px; font-weight: 600; color: #000 !important;}
.form-box {margin: 0px 20px;}
.layoutform label {font-size: 14px; font-weight: 500; color: #000;}
.action-btn {background: #2644c9; color: #FFF; cursor: pointer;}
footer ul {margin: 0; padding: 0;}
footer ul li {list-style-type: none; display: inline; margin: 0px 10px;}
footer ul li a {color: #FFF; font-size: 14px; font-weight: 500;}
footer ul li a:hover {color: #FFF;}

.terms-conditions h2 {font-size: 20px; font-weight: 600; color: #000; text-align: center; margin: 10px 0px  0px 0px; padding-bottom: 10px;}
.terms-conditions .logo {padding: 20px 0px 0px 0px; position: static;}
.terms-conditions .logo img {width: 200px;}
.privacy-policy {padding: 20px 0px;}
.privacy-policy h3 {font-size: 16px; font-weight: 600; color: #000;}
.privacy-policy p {font-size: 14px; font-weight: 500; color: #555454;}
.privacy-policy ul, .privacy-policy ol {}
.privacy-policy ul li, .privacy-policy ol li {list-style-type: disc;font-size: 14px; font-weight: 500; color: #000;}

.thankyoucontainer {width: 100%; height: 100vh; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.thankyoucontainer::before { content: ''; position: absolute; top: 100px; left: 0; width: 450px; height: 500px; background: url('../images/before.png') no-repeat; background-size: cover;}
.thankyoucontainer::after { content: ''; position: absolute; top: 100px; right: 0; width: 350px; height: 500px; background: url('../images/after.png') no-repeat; background-size: cover;}
.thankyoucontainer {}
.thankyoubox {width: 100%; max-width: 1024px; text-align: center;}
.thankyoucontainer img {width: 100%; max-width: 600px;}
.thankyoucontainer h1 {font-size: 48px; font-weight: 900; color: #000; margin: 20px 0px;}
.thankyoucontainer h2 {font-size: 20px; font-weight: 500; color: #D821FF; margin: 20px 0px;}
.thankyoucontainer p {font-size: 14px; font-weight: 400; color: #000; margin: 20px 0px;}

.project-box {position: relative; margin: auto; overflow: hidden; margin-bottom: 20px}
.project-box .project-box-overlay {background: rgba(0,0,0,.7); position: absolute; height: 100%; width: 100%; left: 0; top: 0; bottom: 0; right: 0; opacity: 0; border-radius: 20px; -webkit-transition: all .4s ease-in-out 0s; -moz-transition: all .4s ease-in-out 0s; transition: all .4s ease-in-out 0s}
.project-box:hover .project-box-overlay {opacity: 1}
.project-image {width: 100%; border-radius: 20px}
.project-details { position: absolute; text-align: center; padding-left: 1em; padding-right: 1em; width: 100%; top: 50%; left: 50%; opacity: 0; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s}
.project-box:hover .project-details {top: 50%;left: 50%; opacity: 1}
.project-details h3 {color: #fff; font-weight: 500; letter-spacing: .15em; margin-bottom: .5em; text-transform: uppercase}
.project-details p {color: #fff; font-size: .8em}

.parsley-errors-list {margin: 0px; padding: 0;}
.parsley-custom-error-message, .parsley-required, .parsley-pattern {font-size: 12px; font-weight: 500; color: #ff0000; list-style-type: none;}


@media (max-width: 767px) {
  header .logo {width:200px; padding: 0;}
  .main-header {height: auto; margin-bottom: 30px; padding-top: 70px; padding-bottom: 0px;}
  .bannerBox11 h1 {font-size: 24px;}
  .bannerBox11 p {font-size: 16px; line-height: 26px; margin-bottom: 35px;}
  .iconBox {margin-bottom: 20px;}
  .headSection {background: #f6f6ff;}
  .bannerBox {position: static; margin-top: 0px; flex-direction: column; align-items: end;}
  .form-con {width: 95%; padding: 35px 20px 20px 20px;}
  .headSection h1 {font-size: 26px;}
  .bannerBox11 {position: static; padding: 20px;}
  .bannerapplyBox {position: relative; height: auto; margin-top: 0; padding-bottom: 20px;}
  .logo {position: static; text-align: center; margin-bottom: 20px; padding: 10px 0px;}
  .logo img {width: 60%; background: transparent;}
  .whychooseBox {margin-bottom: 20px;}
  .form-con h1 {font-size: 22px;}
  .main-header::before {width: 300px; height: 300px;}
  .headSection h1 span {font-size: 19px;}
  .headSection .bannerBox {width:100%; display: block; margin-top: 20px;}
  .headSection .bannerSubBox {margin-bottom: 20px;}
  .section-title h2 {font-size: 20px; margin: 20px;}
  .callUs {margin-bottom: 20px;}
  .banneImg::after {width: 200px; height: 200px; right: 0;}
  .features {padding: 0 0px;}
  .bannerSubBox ul {padding: 0px 30px;}
  .bannerSubBox11 {margin: 0px 0px 0px 0px;}
  .form-con img {top: -50px; width: 100%; max-width: 300px;}
  .main-header::after {display: none;}
  .testimonials {padding: 5px 0px;}
  .owl-carousel {margin: 0px auto 20px auto;}
  .owl-nav {position: absolute; top: 100%; width: 74%; left: 50%; margin-left: -37%; margin-top: 10px;}
  .owl-nav .owl-prev, .owl-nav .owl-next {width: 35px; height: 35px;}
  .footerBottom {padding: 10px 0px;}
  .bannerBottom {flex-wrap: wrap;}
  .bannerBottom img {width: 50%; border-bottom: 1px #ddd solid;}
  .bannerBottom img:last-child {border-bottom: 0px #ccc solid;}
  .headerbottom {display: flex; column-gap: 10px;}
  .headingBox {flex-wrap: wrap; margin: 10px 10px 0px 10px;}
  .bannerSubBox.green span {width: auto;}
  /* .headericonBox {display: block;} */
  /* .headericonsubBox {column-gap: 5px;} */
  .headericonsubBox img {width: 30px; height: 30px;}
  .headericonsubBox span {font-size: 12px; line-height: 15px;}
  .logoBoxcontainer .logobottom {width: 60%; margin: 30px 0px;}
  .logoBoxcontainer .logo {width: 100%; max-width: 120px;}
  .thankyoucontainer {padding: 20px; margin-top: 20px; margin-bottom: 20px;}
  .thankyoucontainer::before, .thankyoucontainer::after {display: none;}
  .applyNowBox .bannerBox {position: static;}
  .footerBox {display: block;}
  .headericonBox {display: flex; column-gap: 10px; justify-content: space-around; position: absolute; bottom: -270px; width: 100%; z-index: 1;}
  .headericonsubBox .fa {width: 40px; height: 40px; font-size: 20px;}
  .headericonBox {width: 90%;}
  .headericonBox {transform: translateX(0%);}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-header {height: auto; margin-bottom: 20px;}
  .logo img {background: transparent;}
  .bannerBox {display: block; position: static; margin-top: 25px;}
  .testimonials {padding-top: 2px;}
  .bannerapplyBox {height: auto; padding-bottom: 20px; margin-top: 80px;}
  .col-md-6 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
  .headSection {min-height: auto;}
  .bannerBox11 {position: static;}
 .whyCon .col-md-3 {-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 20px;}
  .banneImg::after {right: 0;}
  .main-header::after {top: 100px; right: 0;}
  .features {padding: 0px 0px 20px 0px;}
  .col-md-2 {-webkit-box-flex: 0; -ms-flex: 0 0 30.66667%; flex: 0 0 30.66667%; max-width: 30.66667%;}
  .features .row {justify-content: center;}
  .bannerBottom {flex-wrap: wrap;}
  .bannerBottom img {width: 25%; border-bottom: 1px #ddd solid;}
  .bannerBottom img:last-child {border-bottom: 0px #ccc solid;}
  .footerBottom .col-md-4 {-webkit-box-flex: 0; -ms-flex: 0 0 49.33333%; flex: 0 0 49.33333%; max-width: 49.33333%;}
  .callUs {min-height: 185px; padding: 15px;}
  .footerBottom {padding: 0px 0px 50px 0px;}
}
@media (min-width: 1024px) and (max-width: 1260px) {
  .main-header {height: auto; margin-bottom: 20px;}
  .logo img {background: transparent;}
  .col-md-6 {-webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%;} 
  .headSection {min-height: 750px;}
  .headSection .bannerBox {width: 100%;}
  .whyCon .col-md-3 {-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 20px;}
  .bannerBox11 {position: static;}
  .bannerBox .row {justify-content: center;}
  .features .row {justify-content: center;}
  .col-md-2 {-webkit-box-flex: 0; -ms-flex: 0 0 30.66667%; flex: 0 0 30.66667%; max-width: 30.66667%;}
  .bannerBottom {flex-wrap: wrap;}
  .bannerBottom img {width: 20%; border-bottom: 1px #ddd solid;}
  .bannerBottom img:last-child {border-bottom: 0px #ccc solid;}
  .col-md-4 {-webkit-box-flex: 0; -ms-flex: 0 0 40.33333%; flex: 0 0 40.33333%; max-width: 40.33333%;}
}