@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: 100%;
  height: 750px; 
  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: 110px;
}
.headBar-logo span {
  text-align: right;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 0;
  width: calc(100% - 150px);
  margin-right: 50px;
  padding-top: 40px;
}
.headBar-logo span img { height: 120px;}
.bannerfor {
  display: flex;
  /* justify-content: end;   */
}
.banner-left-txt { width: calc(100% - 400px);
  width: calc(100% - 400px);
    display: inline-block;
    padding-right: 50px;
    color: #fff;
    padding-top: 50px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.6);
    /* text-align: justify; */
    padding-left: 50px;
    margin-top: 100px;
    padding-bottom: 35px;
    margin-right: 50px;
}
.banner-left-txt h4 { color: #85c04c; 
  font-size: 30px;
  font-weight: bold;
}

.banner-infoF {
  width: 350px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #10195e;
  padding: 20px;
  margin-top: 30px;
  margin-right: 40px;
  text-align: center;
  display: inline-block;
}
.banner-infoF h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 5px;
}
.banner-infoF input {
  height: 40px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #0c84b3;
  padding: 0 15px;
  font-size: 16px;
  margin-top: 20px;
  background: #3a4176;
  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: #85c04c;
  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: "";
} */

.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    color: #fff;
  }
  50% {
    color: #10195e;
  }
  100% {
    color: #fff;
  }
}

.bghead {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  background: #6aa531;
  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: #00007d;
  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: #00007d;
  padding: 15px 40px;
  border-radius: 14px;
  border: 2px solid #00007d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
}
.infofooter {
  background: #00007d;
  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: #23237e;
  padding: 20px 20px 25px;
  border-radius: 14px;
  text-align: center;
  border: solid #85c04c 2px;
}
.fillArea p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 25px;
}
.fillArea ul li {
  width: calc(23% - 20px);
  padding: 0 5px;
  display: inline-block;
}
.fillArea ul li:last-child { 
  width: calc(31% - 20px);
 }
.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;
}
.capta-bloc { width: 100%;
  display: inline-block;

}
.capta-bloc span { 
  width: 120px;
  max-height: 40px;
  display: inline-block;
  background: #cacaf0;
  margin-top: 20px;
  line-height: 36px;
  border-radius: 4px;    
}
.capta-bloc input { 
  width: calc(100% - 140px);
  display: inline-block;
} 
.ref-btn {
  max-width: 46px;
  display: inline-block;
  background: #fff;
  line-height: 46px;
  color: #000;
  cursor: pointer;
  border-radius: 5px;
}
.ref-btn img { height:25px }
.response {
    text-align: center;
    display: inline-block;
    margin-top: 16px;
}
.response_cta {
    text-align: center;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: -16px;
}

.capta-bloc-2 { width: 100%;
  display: inline-block;
}
.capta-bloc-2 span { 
  width: 120px;
  margin 0;
  display: inline-block;
  /*background: #6f6f93;*/
  background: #cacaf0;
  border-radius: 5px;
  font-size: 14px;
}
.capta-bloc-2 input { 
  max-width: calc(100% - 190px) !important;
  display: inline-block;
} 
.ref-btn {
  width: 60px;
  display: inline-block;
  background: #fff;
  line-height: 46px;
  color: #000;
  border-radius: 5px;
}
.ref-btn img { height:25px }

.diwali-stock-name { width: 100%;
  display: inline-block;
  background: #efefef url(../img/diwali-banner-img.jpg) no-repeat center top;
  min-height: 660px;
  background-size: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.diwali-stock-block { 
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
}
.diwali-geen-title {
  /* min-width: 400px; */
  padding: 10px 30px;
  background: #6aa531;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 15px;
}
.diwali-geen-title.font28 {
  font-size: 28px;
}
.diwali-geen-title-1 {
  /* min-width: 400px; */
  padding: 8px 15px;
/*  background: #6aa531;*/
  color: #00007d;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 15px;
  border: 1px solid #00007d;
}
.blue-txt-title {
  font-size: 20px;
  color: #00075d;
  font-weight: bold;
 }
.stock-name-1 { width: 100%;
  display: inline-block;
  background: #010141;
  padding: 30px 70px;
  color: #fff;
  position: relative;
  min-height: 250px;
  border-radius: 30px;
  text-align: center;
  margin-top: 30px;
}
.stock-name-1:after {
  width: 280px;
  height: 180px;
  background: url(../img/diya-left.png) no-repeat;
  content: "";
  position: absolute;
  bottom: -130px;
  left: -100px;
  background-size: 200px;
}
.stock-name-1::before {
  width: 230px;
  height: 180px;
  background: url(../img/diya-right.png) no-repeat;
  content: "";
  position: absolute;
  bottom: -130px;
  right: -100px;
  background-size: 200px;
}
.stock-name-1 ul { 
  margin: 0; padding: 0;
}
.stock-name-1 ul li {
  list-style: none;
  background: #fff;
  padding: 10px;
  color: #010141;
  font-weight: bold;
  min-width: 30%;
  display: inline-block;
  margin: 10px;
  text-align: center;
  border-radius: 10px;
}
.stock-name-1 ul li span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.download-report-btn-block { width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
  display: inline-block;
}
.download-report-btn-block a { 
  width: auto;
  text-align: center;
  background: #00075d;  
  border: solid 2px #6aa531;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.web-center {     justify-content: center;
    display: flex;
    align-items: center;
} 
  .web-center p { display:flex; align-items:center; justify-content:center; }
  .cmpclas {
    margin-top: 20px;
  }
  .cmpclas,.cmpclas a {
    font-size: 12px;
    color: #fff;
  }
  .cmpclas span:first-child {
    float: left;
  }
  .cmpclas span:last-child {
    float: right;
  }
@media only screen and (max-width: 1024px) {
  .bannermain {
    background-size: cover;
    background-position: 0px;
  }
  .uniquebox {
    min-height: 205px;
  }
  .headBar-logo a img { max-height: 80px;}
  .headBar-logo {
    padding-left: 60px;
  }
  .headBar-logo span img {height: 100px; }
  .banner-infoF { 
    height: 420px;
    margin-top: 100px;
  }
  .stock-name-1:after,.stock-name-1::before { bottom: -80px;}
  .capta-bloc-2 {
    margin-left: -120px;
  }
  .capta-bloc-2 input { 
      min-width: 140px !important;
      display: inline-block;
   } 
    
    .refresh-captcha{
        padding: 0 14px 0 10px;
    }
  
}
@media only screen and (max-width: 960px) {
  .bannermain {
    height: auto;
    background: none;
    padding-bottom: 40px;
    background-size: 100%;
  }
  .headBar-logo {
    display: block;
    padding-left: 0;
  }
  .headBar-logo h4 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .bannermain:before {
    background: #0e020d url(../img/banner.jpg) no-repeat;
    background-size: 100%;
  }
  .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);
      margin-bottom: 0;
  }
  .number-bar {
    margin-top: 10px;
  }
  .headBar-logo a img { 
    max-height: 70px;
    margin-left: 15px;
  }
  .banner-left-txt { width: 100%;
    padding-top: 0;
  }
  .stock-name-1 { padding: 30px;}
  .stock-name-1::before { 
    width: 120px;
        right: -20px;
        height: 120px;
        background-size: 120px;
  }
  .stock-name-1::after { 
    width: 120px;
        left: -20px;
        height: 120px;
        background-size: 120px;
  }
  .stock-name-1 ul li { padding: 5px;}
  .headBar-logo span { margin-left: 50px; margin-right: 0;}
  .bannerfor { margin-top: 30px;}
  .banner-left-txt { padding-right: 30px;width: 60%; text-align: left;}
  .banner-infoF { margin-top: 0; }
  .uniquebox h4 { 
    font-size: 19px;
        min-height: 40px;
        display: inline-block;
        margin-bottom: 0;
  }
  .bghead { min-width: auto;}
  .capta-bloc-2 input { 
  max-width: calc(100% - 190px) !important;
  display: inline-block;
} 
}
@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: 60px;
    margin-left: 50px;
    margin-top: 20px;
  }
  .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%;
  }
  .headBar-logo span { margin-left: 20px;}
  .bannermain {
    background: url(../img/banner-mob.jpg) no-repeat;
    background-size: 100%;
   }
   .headBar-logo span img {
    height: 80px;
    margin-left: 40px;
    margin-top: 30px;
  }
    
.capta-bloc-2 input { 
  max-width: calc(100% - 190px) !important;
  display: inline-block;
} 
  .banner-left-txt { width: 100%;margin-right: 0;margin-top: 20px;padding-left: 20px;padding-right: 20px}
  .bannerfor { justify-content: normal; display: inline-block;}
  .diwali-geen-title { font-size: 16px;}
  .diwali-geen-title.font28 {
  font-size: 20px;
}
  .diwali-geen-title-1 { font-size: 16px; padding: 10px 20px;}
  .blue-txt-title { font-size: 15px;}
  .stock-name-1 { padding: 10px;}
  .stock-name-1 ul li { min-width: 100%;margin-left: 0;margin-right: 0}
  .uniquebox h4 { min-height: auto;}
  .banner-left-txt h4 { font-size: 30px;}
  .download-report-btn-block a {padding: 6px 15px;     font-size: 15px; }
  .diwali-stock-name { min-height:980px }
  .web-center {justify-content: left;
    display: flex;
    align-items: start;
  }
  .headBar-logo a {
    text-align: center;
    display: block;
    width: 83%;
  }
  .web-center p { display:flex; align-items:start; justify-content:center; }
  .mobilenone {display: none;}
  .cmpclas, .cmpclas a {
    font-size: 10px;
  }
  .cmpclas {
    margin-top: 10px;
    margin-bottom: 90px;
}
}
