.body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.banner {
  min-height: 400px;
  background-color: #fff;
}

.bannerblock {
  height: 500px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  overflow: hidden;
  height: 405px;
}

.black-form-box {
  position: absolute;
  z-index: 2;
  width: 40%;
  height: 100%;
  margin-left: -117px;
  background-color: rgba(0, 0, 0, 0.89);
  -webkit-transform: skew(-18deg, 0deg);
  -ms-transform: skew(-18deg, 0deg);
  transform: skew(-18deg, 0deg);
}

.icon {
  z-index: 60;
}

.heading {
  text-align: center;
}

.heading.bannerheading {
  margin-bottom: 20px;
  font-size: 20px;
}

.yellowblock {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 130px;
  background-color: rgba(251, 184, 7, 0.89);
}

.mask {
  z-index: 0;
  background-image: url('../images/Home-Bannerf.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.yellow-text-block {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  float: right;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin: auto auto 2px 200px;
  padding-right: 20px;
  padding-left: 140px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.icon-2 {
  display: none;
}

.yellow-text-block-2 {
  position: relative;
  margin-top: -106px;
  margin-left: 146px;
  padding-top: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fbb807;
  color: #000001;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  -o-object-fit: contain;
  object-fit: contain;
}

.black-form-box-cont {
  padding-top: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-block-3 {
  padding-left: 124px;
  -webkit-transform: skew(18deg, 0deg);
  -ms-transform: skew(18deg, 0deg);
  transform: skew(18deg, 0deg);
  color: #fff;
  text-align: left;
}

.text-block-4 {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 135px;
  -webkit-transform: skew(18deg, 0deg);
  -ms-transform: skew(18deg, 0deg);
  transform: skew(18deg, 0deg);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.form-block {
  width: 55%;
  margin-left: 170px;
  -webkit-transform: skew(18deg, 0deg);
  -ms-transform: skew(18deg, 0deg);
  transform: skew(18deg, 0deg);
}

.submit-button {
  float: left;
}

.submit-button.blackboxform {
  padding-top: 8px;
  padding-bottom: 7px;
  background-color: #fbb807;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field {
  width: 90%;
  margin-bottom: 10px;
}

.text-field-2 {
  width: 90%;
}

.yellow-text-block-p {
  margin-left: 0px;
  padding-top: 58px;
  padding-right: 0px;
  float: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.yellow-text-block-p2 {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 58px;
  padding-right: 40px;
  padding-left: 0px;
  color: #fefefe;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}

.yellow-text-block-p3 {
  padding-top: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.bottomformbox {
  display: none;
}

.yellow-text-block-p33 {
  padding-top: 58px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.bold-text {
  text-transform: uppercase;
}

.image {
  display: none;
}

@media screen and (max-width: 991px) {
  .banner {
    min-height: 0px;
  }
  .bannerblock {
    overflow: visible;
    height: 400px;
  }
  .slider {
    overflow: visible;
    height: 350px;
  }
  .black-form-box {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-left: -79px;
  }
  .yellowblock {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 110px;
    margin-bottom: 0px;
    background-color: #fbb807;
  }
  .mask {
    overflow: hidden;
    height: 370px;
    background-image: url('../images/Home-Bannerf.jpg');
    background-position: 100% 0%;
    background-size: cover;
  }
  .yellow-text-block {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0px;
    float: none;
    text-align: center;
  }
  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: auto;
    margin-bottom: -30px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }
  .right-arrow {
    display: none;
  }
  .icon-2 {
    display: none;
  }
  .yellow-text-block-2 {
    margin-top: -97px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 24px;
    text-align: center;
  }
  .black-form-box-cont {
    margin-left: 0px;
    padding-top: 23px;
  }
  .text-block-3 {
    padding-left: 50px;
  }
  .text-block-3.bottomform {
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #000;
    text-align: center;
  }
  .text-block-4 {
    padding-left: 65px;
  }
  .text-block-4.bottomform {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #000;
    text-align: center;
  }
  .form-block {
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .submit-button.blackboxform {
    float: none;
  }
  .text-field {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field-2 {
    position: static;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .yellow-text-block-p {
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 40px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .yellow-text-block-p2 {
    width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
  }
  .yellow-text-block-p3 {
    padding-top: 0px;
    padding-right: 40px;
    font-size: 15px;
    line-height: 18px;
  }
  .form {
    padding-left: 0px;
    text-align: center;
  }
  .bottomformbox {
    position: relative;
    display: block;
    margin-top: 75px;
    padding-bottom: 10px;
    background-color: #ddd;
  }
  .slide-3 {
    background-position: 100% 0%;
    background-size: contain;
  }
  .yellow-text-block-p33 {
    padding-top: 6px;
    padding-right: 40px;
    font-size: 15px;
    line-height: 18px;
  }
  .image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    position: relative;
    z-index: 1;
    height: 310px;
    background-color: #fbb807;
  }
  .black-form-box {
    display: none;
    margin-left: -6px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .heading.bannerheading {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    line-height: 24px;
  }
  .yellowblock {
    position: relative;
    z-index: 99;
    height: 200px;
    margin-top: 173px;
    margin-bottom: auto;
    padding-top: 40px;
  }
  .mask {
    height: 270px;
    background-position: 100% 0%;
  }
  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 80%;
    margin: 0px auto;
    padding-top: 0px;
  }
  .yellow-text-block-2 {
    z-index: 100;
    width: 100%;
    margin-top: -87px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }
  .black-form-box-cont {
    margin-top: 11px;
    padding-top: 20px;
  }
  .text-block-3 {
    padding-left: 20px;
    font-size: 16px;
  }
  .text-block-4 {
    padding-right: 10px;
    padding-left: 40px;
    font-size: 13px;
  }
  .text-block-4.bottomform {
    width: 50%;
  }
  .form-block {
    margin-right: auto;
    margin-left: auto;
  }
  .submit-button.blackboxform {
    position: relative;
    margin-left: 0px;
  }
  .text-field {
    position: relative;
    width: 100%;
    float: none;
  }
  .text-field-2 {
    position: relative;
    width: 100%;
    margin-left: 0px;
    float: none;
  }
  .yellow-text-block-p {
    width: 80%;
    margin-top: -42px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 13px;
  }
  .yellow-text-block-p2 {
    position: relative;
    z-index: 99;
    width: 90%;
    margin-top: -42px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 13px;
    text-align: center;
  }
  .yellow-text-block-p3 {
    width: 90%;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0px;
    color: #000;
    font-size: 12px;
  }
  .form {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .bottomformbox {
    margin-top: 103px;
  }
  .yellow-text-block-p33 {
    width: 70%;
    margin-top: -42px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0px;
    color: #fff;
    font-size: 13px;
  }
  .image {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    height: 220px;
    margin-bottom: -8px;
    background-color: #fbb807;
  }
  .black-form-box {
    display: none;
  }
  .heading.bannerheading {
    width: 95%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
    line-height: 20px;
  }
  .yellowblock {
    position: absolute;
    z-index: 150;
    height: 200px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px 10px;
    background-color: #fbb807;
    color: #fff;
  }
  .mask {
    height: 370px;
    background-image: url('../images/mobilebanner.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .yellow-text-block {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 90;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0px;
  }
  .slide-nav {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: -141px;
  }
  .left-arrow {
    -o-object-fit: fill;
    object-fit: fill;
  }
  .yellow-text-block-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 95%;
    margin: 0px auto -8px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: none;
  }
  .black-form-box-cont {
    margin-top: 0px;
  }
  .text-block-4.bottomform {
    width: 80%;
  }
  .form-block {
    width: 90%;
  }
  .yellow-text-block-p {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    width: 95%;
    margin: 68px auto auto;
    padding: 0px;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .yellow-text-block-p2 {
    width: 100%;
    margin-top: 68px;
    padding-top: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
  }
  .yellow-text-block-p3 {
    width: 90%;
    margin-top: 0px;
    padding-top: 45px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .bottomformbox {
    margin-top: -17px;
  }
  .slide-3 {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-4 {
    margin-top: 0px;
  }
  .yellow-text-block-p33 {
    width: 90%;
    margin-top: 0px;
    padding-top: 60px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
  }
  .image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: block;
    max-width: 120px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

