.bannerSec {
  position: relative;
}

.home .bannerSec .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.bannerSec .bnrimg {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 850px;
  object-fit: cover;
}

.bannerSec figure {
  position: relative;
}

.bannerSec figure::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.7;
  z-index: 1;
}

.bnrinfoWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding-top: 90px;
    justify-content: space-between;
}
.bnrlftWrap {
    width: 67%;
    padding-top: 0;
    padding-right: 150px;
    max-width: initial;
}
.bnrrghtWrap .contctformWtap {
	background: rgb(228 67 67 / 60%);
/*     backdrop-filter: blur(7px); */
    padding: 10px 35px;
    margin-top: 0;
}
.bnrrghtWrap {
    width: 33%;
}
.contctformWtap .row > * {
  width: 100%;
}
.contctformWtap .filldta {
  margin: 18px 0 0;
  display: block;
}
.contctformWtap .filldta input {
  height: 40px;
  font-size: 15px;
  padding: 0 20px 0 50px;
}
.contctformWtap .filldta textarea {
  height: 130px;
  padding: 0 20px 0 50px;
      font-size: 15px;
}
.contctformWtap .form-group label {
  font-size: 14px;
  display: block;
  margin-bottom: 13px;
	color: #fff;
}
.contctformWtap .fillbtm {
  display: block;
  margin: 18px 0 0;
}
.contctformWtap .frmchek .form-group.accept_check .wpcf7-list-item label input[type="checkbox"] {
    min-width: 15px;
    min-height: 15px;
}
.contctformWtap #html {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 8px;
  margin-bottom: 0;
}
.contctformWtap .fillbtm input[type="submit"] {
  width: 100%;
  height: 58px;
  background-size: 45px;
  margin: 0;
}
.contctformWtap .filldta i {
  left: 20px;
  font-size: 15px;
  top: 13px;
}
.contctformWtap .filldta i.icon-Vector-91 {
    top: 38px;
}
.bnerTxt h1 {
	margin-bottom: 25px;
}
.bnerTxt ul {
    padding-top: 10px;
}
@media only screen and (max-width: 1599px) {
    .bannerSec .bnrimg {
        min-height: 700px;
    }
    .bnrlftWrap {
        width: 65%;
        padding-right: 90px;
    }
	.bnrinfoWrap {
		padding-top: 60px;
	}
    .bnrrghtWrap {
      width: 35%;
    }
}
@media only screen and (max-width: 1399px) {
    .bannerSec .bnrimg {
        height: 450px;
    }
}
@media(min-width: 1200px) {
  .mobFormWrap {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
    .bnrlftWrap {
        width: 620px;
        padding: 60px 12px;
        margin: 0 auto;
        max-width: 100%;
    }
    .bnrinfoWrap .bnrrghtWrap {
      display: none;
    }
    .bnrrghtWrap {
      width: 63%;
      margin: 0 auto;
    }
    .mobFormWrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bnrrghtWrap .contctformWtap {
        padding: 5px 35px;
/*         background-color: #7d9cb3; */
        margin-top: 70px;
    }
}
@media (max-width: 1024px) {
    .bannerSec .bnrimg {
        height: 350px;
    }
}
@media (max-width: 991px) {
    .bannerSec {
        margin: 0;
    }
    .bnrrghtWrap {
      width: 100%;
    }
}
@media (max-width: 768px) {
    .bannerSec .bnrimg {
        height: 100vh;
    }
}
@media (max-width: 480px) {
    .bannerSec .bnrimg {
        height: 90vh;
    }
}