* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: Rubik, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-size: 18px;
}
/* .container{
    width: 1024px;
    margin: auto;

} */
section.header {
  background: #592eae;
  text-align: right;
  padding-top: 56px;
}
.video-container {
  text-align: center;
  overflow: hidden;
}
.clip-video {
  display: inline-block;
  overflow: hidden;
  margin-bottom: -10px;
  width: 100%;
}
.video-player {
  margin-bottom: -18px;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}
.body-container p {
  line-height: 32px;
  text-align: justify;
  margin-bottom: 30px;
}
.highlight-text {
  color: #5a38b1;
}
.body-container h1 {
  text-align: center;
  font-size: 38px;
  margin: 60px 0;
  font-weight: 500;
}
.body-container h1 span {
  color: #5b3bb2;
  font-style: italic;
}
.salient-feature {
  text-align: center;
}
.salient-feature h2 {
  display: inline-block;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 8px 70px;
  color: #5b3bb2;
  margin: 50px 0 60px;
}
h2 {
  font-size: 32px;
  width: auto;
}
.highlights {
  background: #5b3bb2;
  color: #fff;
  padding: 40px 0px 100px;
}
.highlights ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  margin: 0;
}
.highlights ul:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 575px;
  background: #6c49ca;
  left: 50%;
  top: 50px;
}
.highlights ul > li {
  display: flex;
  width: 50%;
  padding: 35px 0;
  align-items: center;
  font-size: 22px;
}
.highlights ul > li:nth-child(odd) {
  width: 60%;
}
.highlights ul > li:nth-child(even) {
  width: 40%;
}
/* .highlights ul > li:last-child {
  width: 50%;
} */
.feature-img {
  background: no-repeat url('../../images/hni/sprite-hni.png') center center;
  height: 85px;
  width: 85px;
  margin-right: 20px;
}
.feature-text {
  width: 300px;
  margin-right: 20px;
  font-weight: 400;
}

.feature-img.comprehensive {
  background-position: -16px -0px;
  width: 75px;
  height: 54px;
}
.feature-img.customer-centric {
  background-position: -16px -59px;
  width: 75px;
  height: 54px;
}
.feature-img.experience {
  background-position: -16px -118px;
  width: 75px;
  height: 54px;
}
.feature-img.focus {
  background-position: -16px -177px;
  width: 75px;
  height: 54px;
}
.feature-img.paperless {
  background-position: -16px -236px;
  width: 75px;
  height: 54px;
}
.feature-img.personalised {
  background-position: -16px -295px;
  width: 75px;
  height: 54px;
}
.feature-img.user-friendly {
  background-position: -16px -354px;
  width: 75px;
  height: 54px;
}
.feature-img.welcome-offer {
  background-position: -16px -413px;
  width: 75px;
  height: 54px;
}

.inquiry-form {
  background: rgba(99, 220, 205, 255);
  padding: 60px;
  margin-top: -80px;
  text-align: center;
}
.inquiry-form h3 {
  padding: 0 0 40px;
  margin: 0;
}
.customised-form {
  width: 80%;
  margin: auto;
}
.customised-form input,
.customised-form input:focus,
.customised-form input:active {
  height: 40px;
  width: 250px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 30px;
  padding: 0 20px;
  text-align: center;
  font-size: 20px;
  color: #000;
  margin: 10px 25px;
  outline: none;
  font-weight: 500;
  height: 46px;
}
.preference {
  padding: 40px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon {
  height: 50px;
  width: 50px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 20px;
  background: no-repeat url('../../images/hni/sprite-hni.png') center center;
}
.icon.calling {
  background-position: 0px -467px;
}
.icon.whats-app {
  background-position: 0px -512px;
}
button.Submit {
  background: #5b3bb2;
  color: #fff;
  padding: 7px 40px;
  border: 0px;
  font-size: 22px;
  width: 250px;
  border-radius: 30px;
  height: 46px;
}
::placeholder {
  color: #000;
  opacity: 1;
}
.disclaimer {
  margin-bottom: 50px;
}
.disclaimer p {
  line-height: normal;
}
.disclaimer h3 {
  margin: 40px 0 30px;
}
.text-center {
  text-align: center;
}

.thankyou {
    margin-top: 24px;
}
.thankyou P{
    margin-bottom: 0;
}
.resend{
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader{
  height: auto;
}
.form-group{
  display: inline-flex;
  flex-direction: column;
}