@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #3e3e3e;
  line-height: 26px;
}
h1 {
  font-weight: 700;
  font-size: 20px;
}
h2 {
  font-weight: 600;
  font-size: 18px;
  color: #3E4754;
}
h3 {
  font-weight: 500;
}
ul,ol,li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a,a:hover {
  text-decoration: none;
}
b {
  font-weight: 600; 
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-40 {
  margin-left: 40px;
}
.p-0 {
  padding: 0;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
section {
  display: block;
  clear: both;
}

.bannermain {
  background: url(../img/banner.jpg) no-repeat;
  background-size: 75%;
  height: 550px; 
  position: relative; 
}
.bannermain:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bannerBg.jpg) repeat-x;
  background-size: 3%;
  z-index: -1;
}
.headBar-logo {
  display: flex;
  align-items: end;
  margin-top: 30px;
  width: 100%;
}
.headBar-logo a img {
  max-height: 90px;
}
.headBar-logo h4 {
  text-align: right;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 0;
  width: calc(100% - 150px);
}
.bannerfor {
  display: flex;
  justify-content: end;  
}
.banner-infoF {
  width: 350px;
  border-radius: 8px;
  border: 1px solid #01d1f1;
  background: rgba(1, 209, 241, 0.4);
  padding: 20px;
  margin-top: 24px;
  margin-right: 40px;
  text-align: center;
}
.banner-infoF h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 5px;
}
.banner-infoF input {
  height: 36px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #01d1f1;
  padding: 0 15px;
  font-size: 16px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  text-align: left;
}
.banner-infoF input::placeholder {
  color: #fff;
}
.banner-infoF input::-ms-input-placeholder {
  color: #fff;
}
.banner-infoF button,
.fillArea button {
  font-weight: 600;
  background: #fff;
  font-size: 16px;
  color: #235257;
  padding: 5px 30px;
  border-radius: 10px;
  border: none;
  display: inline-block;
  margin-top: 20px;
}
.fillArea button {
  margin-top: 25px;
  background: #6bc7ff;
  color: #fff;
}
.unlockExpert-main {
  background: #efefef;
  padding: 30px 0;
}
.unlockExpert-main h4 {
  font-weight: 700;
  color: #3e3e3e;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.unlockExpert-main p a,
.unlockExpert-main p a:hover {
  color: #006eb2;
} 
.unlockExpert-main a.btn1 {
  background: #007fce;
  border-radius: 8px;
  padding: 7px 20px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}
.research-main {
  background: url(../img/research-img.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  text-align: center;
}
.research-main:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.research-main h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 100px;
}
.research-main h6 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}
.ourCredo {
  background: #efefef;
  padding: 40px 0;
}
.ourCredo h3 {
  font-size: 24px;
  color: #074751;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 20px;
}
.uniqueModel {
  background: url(../img/UniqueResearch-img.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0;
}
.uniqueModel:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.bghead {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  background: #074751;
  line-height: 42px;
  border-radius: 8px;
  min-width: 450px;
}
.uniquebox {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #1180c2;
  border-radius: 8px;
  padding: 15px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); 
  text-align: center;
}
.uniquebox h4 {
  color: #007fce;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.uniquebox p {
  font-size: 16px;
  margin-bottom: 5px;
}
.differentBar p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.differentBar .bghead {
  text-align: center;
}
.stayinfo {
  display: inline-block;
  color: #007fce;
  padding: 15px 40px;
  border-radius: 14px;
  border: 2px solid #007fce;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
}
.infofooter {
  background: #3196d4;
  padding: 15px 0 8px;
}
.number-bar {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.number-bar a,
.infofooter a {
  color: #fff; 
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.number-bar img {
  width: 30px;
  margin-right: 10px;
  display: inline-block;
}
.disclaimer-bar p,
.disclaimer-bar a {
  font-size: 13px;
  color: #232323;
  line-height: 18px;
}
.socialBg {
  text-align: center;
  background: #005082;
  padding: 10px 0;
}
.socialBg a {
  display: inline-block;
  margin: 0 3px;
}
.socialBg a img {
  width: 26px;
}
.fillArea {
  background: #074751;
  padding: 20px 20px 25px;
  border-radius: 14px;
  text-align: center;
}
.fillArea p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 25px;
}
.fillArea ul li {
  width: calc(33.33% - 32px);
  padding: 0 15px;
  display: inline-block;
}
.fillArea ul li label {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.fillArea ul li input {
  background: #fff;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 6px;
  border: none;
  width: 100%;
  height: 46px;
}

@media only screen and (max-width: 1024px) {
  .bannermain {
    background-size: cover;
    background-position: -260px 0px;
  }
  .uniquebox {
    min-height: 205px;
  }
}
@media only screen and (max-width: 960px) {
  .bannermain {
    height: auto;
    background: none;
    padding-bottom: 40px;
  }
  .headBar-logo {
    display: block;
  }
  .headBar-logo h4 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .bannermain:before {
    background: url(../img/banner.jpg) no-repeat;
  }
  .bannerfor {
    justify-content: center;
  }
  .banner-infoF {
    margin-right: 0;
  }
  .unlockExpert-main {
    text-align: center;
  }
  .unlockExpert-main .img-fluid {
    width: 300px;
  }
  .uniquebox {
    min-height: 100%;
  } 
  .uniqueModel .col-lg-4 {
    padding-top: 20px;
  }
  .uniqueModel .mt-40 {
    margin-top: 20px;
  }
  .fillArea ul li {
    width: calc(37.33% - 32px);
  }
  .number-bar {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
  .bghead {
    min-width: 100%;
  }
  .headBar-logo {
    margin-top: 15px;
  }
  .headBar-logo a img {
    max-height: 70px;
  }
  .headBar-logo h4 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
  }
  .banner-infoF {
    width: 100%;
  }
  .banner-infoF h4 {
    font-size: 18px;
    line-height: 28px; 
  }
  .banner-infoF input {
    height: 36px;
  }
  .unlockExpert-main .img-fluid {
    width: 250px;
  }
  .unlockExpert-main h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .research-main {
    height: 250px;
  }
  .research-main h1 {
      margin-top: 60px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .differentBar .bghead {
    text-align: center;
    padding-left: 0;
  }
  .fillArea ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 15PX;
  }
  .fillArea ul li:last-child {
    margin-bottom: 0;
  }
  .stayinfo {
    padding: 10px 15px;
    font-size: 19px;
    width: 100%;
  }
}