.mainBanner {
  float: left;
  width: 100%;
  margin: -110px 0 0 0;
  z-index: 0;
  border-bottom: solid 2px #fff;
}
.mainBanner .banner {
  float: left;
  position: relative;
}
.mainBanner .banner img {
  width: 100%;
  height: auto;
}
.bannerOuterWrapper {
  position: relative;
}
.bannerOverlay {
  position: absolute;
  top: 700px;
  left: 16%;
  background: #28a745;
  width: 1000px;
  z-index: 9;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.slick-active .bannerOverlay {
  top: 214px;
  left: 16%;
}
.bannerOverlay .heading {
  text-align: left;
  border: none;
  font-size: 50px;
  line-height: 56px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.6px;
  margin: 0 0 20px 0;
  padding: 0;
  text-shadow: 0 10px 10px #28023f;
}
.bannerOverlay .heading span {
  font-weight: 600;
}
.bannerOverlay h2 {
  float: left;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0 0 14px 0;
  text-align: left;
  text-shadow: 0 10px 10px #28023f;
}
.bannerOverlay .text {
  float: left;
  position: relative;
  width: 80%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 18px 0;
  padding: 0;
  text-align: left;
  text-shadow: 0 10px 10px #28023f;
}
.bannerOverlay .text.italic {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
}
#mainBanner .slick-dots {
  bottom: 30px;
  float: none;
  right: 20px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 9999;
}
#mainBanner .slick-dots li {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50px;
  display: inline-block;
  list-style: none;
  cursor: pointer;
  margin: 0 0 0 20px;
  border-color: none;
}
#mainBanner .slick-dots button {
  display: none;
}
#mainBanner .slick-dots .slick-active {
  background-color: #f90;
  width: 12px;
  height: 12px;
}
#mainBanner .slick-list.draggable {
  width: 100% !important;
}
#mainBanner .slick-list {
  width: 100% !important;
}
.bannerNext,
.bannerPrev {
  position: absolute;
  top: 44%;
  left: 0;
  color: #fff;
  font-size: 50px;
  padding: 20px 18px 20px 14px;
  background: rgba(250, 250, 250, 0);
  z-index: 1;
  cursor: pointer;
  opacity: 0.6;
}
.bannerNext {
  left: auto;
  right: 0;
  padding: 20px 14px 20px 18px;
}
.bannerNext:hover,
.bannerPrev:hover {
  background: rgba(131, 74, 163, 0.4);
}
.featuredWrapper {
  float: left;
  width: 100%;
  padding: 50px 0 50px 0;
  background-image: url(../images/frontpage/featured_background.jpg?v=2);
  background-size: 100%;
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featuredWrapper .heading {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #4d5567;
  font-weight: 600px;
  margin: 0 0 10px 0;
}
.featuredWrapper p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #666;
  margin-bottom: 15px;
  margin: 10px 0 40px 0;
}
.featuredWrapper .featuredBox {
  float: left;
  margin: 15px 10px 22px 10px;
  text-align: center;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  background: #fff;
  border: solid 8px #fff;
}
.featuredWrapper .featuredBox .imageWrapper {
  float: none;
  margin: auto auto;
  width: 100%;
  background: #fff;
  text-align: center;
  height: 265px;
  margin-bottom: 10px;
  overflow: hidden;
}
.featuredWrapper .featuredBox .imageWrapper img {
  width: 100%;
  height: auto;
  text-align: center;
}
.featuredWrapper .featuredBox h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
  text-align: left;
  color: #110a1f;
  margin-bottom: 15px;
  float: none;
  margin: auto auto;
  width: 100%;
  height: 42px;
  padding: 10px 0 0 0;
  text-decoration: none;
}
.featuredWrapper .featuredBox a {
  text-decoration: none;
  color: #110a1f;
}
.featuredWrapper .featuredBox .rooms {
  float: none;
  text-align: left;
  width: 100%;
  font-size: 14px;
  color: #110a1f;
  margin: 4px auto 4px auto;
}
.featuredWrapper .bottom {
  float: left;
  width: 100%;
  margin: 10px 0 4px 0;
}
.featuredWrapper .bottom .price {
  float: left;
  background: #110a1f;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px;
}
.featuredWrapper .bottom .right a {
  color: #66667d;
}
.featuredWrapper .bottom .right {
  float: right;
  width: 100px;
  color: #66667d;
  font-size: 26px;
  margin: 6px 0 0 0;
}
.featuredWrapper .bottom .right span {
  margin: 0 20px 0 0;
  cursor: pointer;
}
.featuredWrapper .slick-dots {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 60px 0 0 0;
}
.featuredWrapper .slick-dots li {
  width: 12px;
  height: 12px;
  background: #834aa3;
  border-radius: 50px;
  display: inline-block;
  list-style: none;
  cursor: pointer;
  margin: 0 0 0 14px;
  border-color: none;
}
.featuredWrapper .slick-dots button {
  display: none;
}
.featuredWrapper .slick-dots .slick-active {
  background-color: #eeebf0;
  border: solid 2px #834aa3;
  width: 10px;
  height: 10px;
}
.featuredWrapper .slick-list.draggable {
  width: 100% !important;
}
.featuredWrapper .slick-list {
  width: 100% !important;
}
.featuredWrapper .featuredNext,
.featuredWrapper .featuredPrev {
  position: absolute;
  top: 46%;
  left: -22px;
  color: #66667d;
  font-size: 60px;
  padding: 20px 18px 20px 14px;
  background: rgba(250, 250, 250, 0.8);
  z-index: 1;
  cursor: pointer;
}
.featuredWrapper .featuredNext {
  left: auto;
  right: -26px;
  padding: 20px 14px 20px 18px;
}
.featuredWrapper .featuredNext:hover,
.featuredWrapper .featuredPrev:hover {
  background: rgba(131, 74, 163, 0.4);
  color: #fff;
}
.chooseWrapper {
  float: left;
  width: 100%;
  background: #fff;
  padding: 60px 0 60px 0;
  position: relative;
  text-align: center;
}
.fpHeading {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  color: #222;
}
.fpHeading.pad {
  padding: 0 0 20px 0;
}
.chooseBox {
  float: left;
  width: 24%;
  margin: 50px 0 0 1%;
  padding: 10px 0 10px 0;
}
.chooseBox .icon {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 90px;
  line-height: 90px;
  color: #834aa3;
  margin: 0 0 30px 0;
}
.chooseBox h2 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.chooseBox p {
  float: none;
  width: 70%;
  text-align: center;
  margin: auto auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666;
}
.howWrapper {
  float: left;
  width: 100%;
  padding: 60px 0 50px 0;
  background-image: url(../images/frontpage/how_it_works_background.jpg?v=2);
  background-size: 100%;
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fpHeading.how {
  color: #fff;
}
.howWrapper .box {
  float: left;
  width: 48%;
  background: rgba(32, 1, 51, 0.6);
  margin: 50px 0 0 0;
  padding: 0 0 30px 0;
}
.howWrapper .box.right {
  float: right;
}
.howWrapper .box .head {
  float: left;
  width: 100%;
  padding: 20px 0 20px 0;
  background: #f7941d;
  margin: 0 0 20px 0;
}
.howWrapper .box .head .icon {
  float: left;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  margin: 0 0 0 20px;
}
.howWrapper .box .head .text {
  float: left;
  font-size: 26px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  padding: 10px 0 0 20px;
}
.howWrapper .box .head .text span {
  font-weight: 600;
}
.howWrapper .box .head .text br {
  display: none;
}
.howWrapper .box .points {
  float: left;
  position: relative;
  width: 80%;
  margin: 10px 0 0 30px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  padding: 0 0 0 20px;
}
.howWrapper .box .points .dot {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #834aa3;
}
.howWrapper .box .mainButton {
  margin: 30px 0 0 50px;
}
.savingsCalculatorWrapper {
  float: left;
  width: 100%;
  padding: 60px 0 50px 0;
  background-image: url(../images/frontpage/savings_calculator_background.jpg?v=2);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.savingsCalculatorWrapper .fpHeading {
  margin: 0 0 20px 0;
}
.savingsCalculatorWrapper p {
  float: none;
  width: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #27113a;
  margin: 0 auto 30px auto;
  padding: 20px 0 20px 0;
}
.calculator {
  float: none;
  margin: 0 auto 0 auto;
  width: 80%;
  border-radius: 10px;
  background: #28a745;
  overflow: hidden;
}
.calculator .left {
  float: left;
  width: 60%;
  background: #fff;
  padding: 50px 0 50px 0;
}
.calculator .left .row {
  float: none;
  margin: auto auto;
  width: 80%;
}
.calculator .left .row .label {
  float: left;
  width: 48%;
  font-size: 22px;
  font-weight: 300;
  color: #28a745;
}
.calculator .left .row .label.fee {
  width: 86%;
}
.nstSlider {
  float: left;
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 1px;
  background: #888;
  margin: 30px 0 60px 0;
}
#comFee {
  margin: 30px 0 20px 0;
}
.nstSlider .leftGrip {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: -6px;
  width: 30px;
  height: 12px;
  background: #28a745;
}
.salePriceWrapper {
  float: right;
  width: 48%;
  color: #28a745;
  font-weight: 600;
  font-size: 22px;
  text-align: right;
}
.salePriceWrapper.fee {
  width: 14%;
}
.calculator .right {
  float: right;
  width: 40%;
}
.right .save {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  line-height: 56px;
  margin: 86px 0 0 0;
}
.right .save span {
  font-weight: 600;
}
.testimonialsWrapper {
  flaot: left;
  width: 100%;
  border-top: solid 1px #fff;
  background: #28a745;
  overflow: hidden;
}
.testimonialsWrapper .left {
  float: left;
  width: 50%;
  height: 500px;
}
.testimonialsWrapper .left img {
  width: 100%;
  height: auto;
  display: block;
}
.testimonialsWrapper .right {
  float: right;
  width: 50%;
  background: #28a745;
}
.testimonialsWrapper .testimonialsInnerWrapper {
  float: left;
  width: 90%;
  margin: 0 0 0 8%;
  padding: 8% 0 0 0;
}
.testimonialsWrapper .right .heading {
  float: left;
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.testimonialsWrapper .testimonialsCarousel {
  float: left;
  width: 100%;
  margin: 0;
}
.testimonialsWrapper .right .reviewHead {
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px 0;
}
.testimonialsWrapper .right .reviewText {
  width: 90%;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
}
.testimonialsWrapper .slick-dots {
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
  margin: 60px 0 0 0;
}
.testimonialsWrapper .slick-dots li {
  width: 12px;
  height: 12px;
  background: #eeebf0;
  border-radius: 50px;
  display: inline-block;
  list-style: none;
  cursor: pointer;
  margin: 0 0 0 20px;
  border-color: none;
}
.testimonialsWrapper .slick-dots button {
  display: none;
}
.testimonialsWrapper .slick-dots .slick-active {
  background-color: #28a745;
  border: solid 2px #eeebf0;
  width: 10px;
  height: 10px;
}
.partnersWrapper {
  float: left;
  width: 100%;
  padding: 60px 0 60px 0;
  background: #fff;
}
.partnersWrapper .partnersCarousel {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
  position: relative;
}
.partnersWrapper .partnersBox {
  border: solid 1px #ddd;
  outline: solid 5px #fff;
  margin: 0 5px 0 5px;
  padding: 40px 0 40px 0;
  text-align: center;
}
.partnersWrapper .partnersBox img {
  width: 84%;
  height: auto;
  margin: auto auto;
}
.partnersWrapper .slick-dots {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 60px 0 0 0;
}
.partnersWrapper .slick-dots li {
  width: 12px;
  height: 12px;
  background: #834aa3;
  border-radius: 50px;
  display: inline-block;
  list-style: none;
  cursor: pointer;
  margin: 0 0 0 14px;
  border-color: none;
}
.partnersWrapper .slick-dots button {
  display: none;
}
.partnersWrapper .slick-dots .slick-active {
  background-color: #fff;
  border: solid 2px #834aa3;
  width: 10px;
  height: 10px;
}
.partnersWrapper .slick-list.draggable {
  width: 100% !important;
}
.partnersWrapper .slick-list {
  width: 100% !important;
}
.partnersWrapper .next,
.partnersWrapper .prev {
  position: absolute;
  top: 22%;
  left: -52px;
  color: #fff;
  font-size: 50px;
  padding: 10px 18px 10px 14px;
  background: rgba(85, 64, 125, 0.8);
  z-index: 1;
  cursor: pointer;
}
.partnersWrapper .next {
  left: auto;
  right: -52px;
  padding: 10px 14px 10px 18px;
}
.partnersWrapper .next:hover,
.partnersWrapper .prev:hover {
  background: rgba(131, 74, 163, 0.4);
  color: #fff;
}
.truspilotWrapper {
  border-bottom: 1px solid #ccc;
  margin-bottom: -40px;
}
.truspilotWrapper .fpHeading {
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .mainBanner {
    margin: 0;
    border-bottom: solid 2px #fff;
  }
  .mainBanner .banner img {
    width: 160%;
    height: auto;
    margin-left: -40%;
  }
  .bannerOverlay {
    left: 5%;
    width: 90%;
    padding: 0;
  }
  .slick-active .bannerOverlay {
    top: 170px;
    left: 5%;
  }
  .bannerOverlay .heading {
    text-align: center;
    font-size: 40px;
  }
  .bannerOverlay h2 {
    text-align: center;
  }
  .bannerOverlay .text {
    width: 100%;
    text-align: center;
  }
  .featuredWrapper .featuredPrev {
    left: 0;
  }
  .featuredWrapper .featuredNext {
    right: 0;
  }
  .featuredWrapper p {
    margin: 0 0 10px 0;
  }
  .featuredWrapper .slick-dots {
    display: none !important;
  }
  .featuredWrapper .featuredBox .imageWrapper {
    height: 200px;
  }
  .howWrapper .box {
    width: 100%;
  }
  .savingsCalculatorWrapper p {
    width: 80%;
  }
  .calculator {
    width: 90%;
  }
  .calculator .left .row .label {
    font-size: 20px;
  }
  .salePriceWrapper {
    font-size: 20px;
  }
  .calculator .right {
    margin: 0;
  }
  .calculator .save {
    font-size: 26px;
    line-height: 46px;
  }
  .testimonialsWrapper .left {
    display: none;
  }
  .testimonialsWrapper .right {
    float: left;
    width: 100%;
    padding: 0 0 50px 0;
  }
  .testimonialsWrapper .testimonialsInnerWrapper {
    width: 80%;
    margin: 0 0 0 60px;
  }
  .testimonialsWrapper .right .heading {
    margin: 0 0 30px 0;
  }
  .testimonialsWrapper .right .reviewText {
    width: 100%;
  }
  .partnersWrapper .partnersCarousel {
    overflow: hidden;
  }
  .partnersWrapper .next,
  .partnersWrapper .prev {
    font-size: 40px;
    top: 25%;
  }
  .partnersWrapper .prev {
    left: 0;
    padding: 10px 14px 10px 10px;
  }
  .partnersWrapper .next {
    right: 0;
    padding: 10px 10px 10px 14px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 900px) {
  .centralWrapper.banner {
    width: 100%;
  }
  .mainBanner .banner img {
    width: 220%;
    height: auto;
    margin-left: -70%;
  }
  .bannerOverlay {
    left: 5%;
    width: 90%;
    padding: 0;
  }
  .slick-active .bannerOverlay {
    top: 150px;
    left: 5%;
  }
  .bannerOverlay .heading {
    text-align: center;
    font-size: 34px;
  }
  .bannerOverlay h2 {
    font-size: 18px;
  }
  .bannerOverlay .text {
    font-size: 16px;
  }
  .chooseBox {
    width: 49%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .bannerOverlay {
    float: left;
    top: auto;
    left: auto;
    margin: 0;
    width: 90%;
    height: 160px;
    padding: 5%;
    overflow: hidden;
    position: relative;
    background: rgba(40, 2, 63, 1);
    border-radius: 0;
  }
  .slick-active .bannerOverlay {
    top: auto;
    left: auto;
  }
  .bannerOverlay .heading {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  .bannerOverlay h2 {
    font-size: 18px;
  }
  .bannerOverlay .text {
    font-size: 15px;
    line-height: 20px;
  }
  .bannerNext,
  .bannerPrev {
    top: 30%;
    opacity: 0.9;
  }
  .bannerNext {
    padding: 20px 14px 20px 18px;
  }
  #mainBanner .slick-dots {
    display: none !important;
  }
  .savingsCalculatorWrapper p {
    width: 90%;
  }
  .calculator {
    width: 90%;
  }
  .calculator .left {
    width: 100%;
  }
  .calculator .left .row .label {
    font-size: 18px;
    line-height: 24px;
  }
  .calculator .left .row .label.fee {
    width: 80%;
  }
  .salePriceWrapper {
    font-size: 18px;
  }
  .calculator .right {
    float: left;
    width: 100%;
  }
  .calculator .save {
    margin: 40px 0 40px 0;
  }
  .featuredWrapper .featuredBox .imageWrapper {
    height: 160px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 500px) {
  .chooseBox {
    width: 100%;
    margin: 0;
  }
  .chooseBox .icon {
    font-size: 70px;
    line-height: 70px;
    margin: 30px 0 10px 0;
  }
  .chooseBox p {
    width: 80%;
  }
  .fpHeading {
    font-size: 30px;
    line-height: 36px;
  }
  .featuredWrapper .featuredBox .imageWrapper {
    height: 210px;
  }
  .howWrapper .box .head {
    text-align: center;
  }
  .howWrapper .box .head .icon {
    float: none;
    margin: auto auto;
  }
  .howWrapper .box .head .text {
    width: 100%;
    text-align: center;
    padding: 20px 0 20px 0;
  }
  .howWrapper .box .head .text br {
    display: block;
  }
  .testimonialsWrapper .left {
    display: none;
  }
  .testimonialsWrapper .right {
    float: left;
    width: 100%;
    padding: 0 0 40px 0;
  }
  .testimonialsWrapper .testimonialsInnerWrapper {
    width: 90%;
    margin: 0 0 0 5%;
  }
  .testimonialsWrapper .right .heading {
    margin: 0 0 30px 0;
    font-size: 40px;
  }
  .testimonialsWrapper .right .reviewHead {
    font-size: 20px;
  }
  .testimonialsWrapper .right .reviewText {
    width: 100%;
  }
  .partnersWrapper .partnersBox img {
    width: 300px;
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
  .bannerOverlay .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .bannerOverlay h2 {
    font-size: 16px;
  }
  .bannerOverlay .text {
    font-size: 14px;
    line-height: 20px;
  }
  .bannerNext,
  .bannerPrev {
    top: 30%;
    opacity: 0.9;
  }
  .bannerNext {
    padding: 20px 14px 20px 18px;
  }
  #mainBanner .slick-dots {
    display: none !important;
  }
  @media only screen and (min-width: 1001px) and (max-width: 1400px) {
    .mainBanner .banner img {
      width: 140%;
      height: auto;
      margin-left: -20%;
    }
    .bannerOverlay {
      top: 160px;
    }
    #wrapper.scrollActive .bannerOverlay {
      top: 90px;
    }
    .testimonialsWrapper .left {
      width: 100%;
    }
    .testimonialsWrapper .right {
      background: #28a745;
      float: left;
      width: 100%;
      padding: 0 0 50px 0;
      margin: -20px 0 0 0;
    }
    .testimonialsWrapper .testimonialsInnerWrapper {
      width: 80%;
      margin: 0 0 0 60px;
      padding: 40px 0 0 0;
    }
    .testimonialsWrapper .right .heading {
      margin: 0 0 30px 0;
    }
    .testimonialsWrapper .right .reviewText {
      width: 100%;
    }
    .partnersWrapper .prev {
      left: 0;
      padding: 10px 14px 10px 10px;
    }
    .partnersWrapper .next {
      right: 0;
      padding: 10px 10px 10px 14px;
    }
  }
  @media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .mainBanner .banner img {
      width: 154%;
      height: auto;
      margin-left: -30%;
    }
    .bannerOverlay {
      left: 10%;
      width: 80%;
      padding: 0;
    }
    .slick-active .bannerOverlay {
      top: 214px;
      left: 10%;
    }
    .bannerOverlay .heading {
      text-align: center;
    }
    .bannerOverlay h2 {
      text-align: center;
    }
    .bannerOverlay .text {
      width: 100%;
      text-align: center;
    }
  }
  @media only screen and (min-width: 1401px) and (max-width: 1700px) {
    .mainBanner .banner img {
      width: 124%;
      height: auto;
      margin-left: -20%;
    }
    .bannerOverlay {
      left: 7%;
      width: 80%;
      padding: 0;
    }
    .slick-active .bannerOverlay {
      top: 214px;
      left: 7%;
    }
    .testimonialsWrapper .left img {
      width: auto;
      height: 500px;
    }
    .testimonialsWrapper .testimonialsInnerWrapper {
      width: 94%;
      margin: 0 0 0 6%;
      padding: 6% 0 0 0;
    }
    .testimonialsWrapper .right {
      height: 500px;
    }
    .testimonialsWrapper .right .reviewText {
      width: 96%;
    }
  }
  @media only screen and (min-width: 1701px) and (max-width: 1800px) {
    .mainBanner .banner img {
      width: 108%;
      height: auto;
      margin-left: -5%;
    }
    .bannerOverlay {
      top: 180px;
    }
  }
}
