.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.header {
  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 110px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo {
  position: relative;
  z-index: 13;
  width: 110px;
}

.top-right-fixed-vector {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.header-actions {
  position: relative;
  z-index: 2;
}

.text-block {
  padding-right: 39px;
  padding-left: 39px;
  border-style: none solid none none;
  border-width: 1px 2px 1px 1px;
  border-color: #000;
}

.header-button {
  padding-right: 4px;
  border: 2px solid #000;
  background-color: #fff;
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 41px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.header-button:hover {
  background-color: #000;
  color: #fff;
}

.header-button.header-menu-button {
  margin-left: 10px;
}

.nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 70px 85px 25px 110px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ff5c00;
}

.menu {
  width: 520px;
}

.close-menu {
  position: absolute;
  top: 25px;
  cursor: pointer;
}

.menu-item {
  margin-bottom: 20px;
}

.menu-text {
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-button {
  position: relative;
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 43px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-2 {
  position: relative;
  z-index: 2;
  padding: 5px 27px;
  border: 2px solid #000;
  background-color: #fff500;
}

.back-button {
  position: absolute;
  left: 6px;
  top: 5px;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  background-color: #fff500;
}

.top-section {
  padding-top: 170px;
  padding-bottom: 245px;
}

.top-section.ab-top-section {
  padding-top: 210px;
  padding-bottom: 50px;
}

.container1280 {
  width: 95%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container1280.text-center {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.top-sm-text {
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 72px;
  font-weight: 200;
  letter-spacing: 0.215em;
  text-transform: uppercase;
}

.top-sm-text.w920 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.top-sm-text.w920.text-left {
  text-align: left;
}

.heading {
  max-width: 690px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Playfair Display', sans-serif;
  color: #0554f2;
  font-size: 100px;
  line-height: 101px;
  letter-spacing: -0.03em;
}

.heading.ab-top-head {
  max-width: 920px;
}

.heading.fq-head {
  max-width: 890px;
  font-family: Sora, sans-serif;
  font-size: 60px;
  line-height: 107px;
  font-weight: 400;
  text-align: left;
}

.top-section-anim-img {
  position: absolute;
  left: 50%;
  top: 80px;
  opacity: 0.6;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.from-the-days {
  position: relative;
}

.container810 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  margin-bottom: 54px;
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 54px;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.paragraph.faq-link-pr {
  margin-top: 20px;
  margin-bottom: 0px;
}

.bold-text {
  color: #0554f2;
  font-size: 54px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.text-span {
  display: block;
}

.from-the-days-anim {
  padding-top: 150px;
  padding-bottom: 280px;
  text-align: center;
}

.mission {
  position: relative;
  z-index: 2;
  padding-top: 155px;
  padding-bottom: 225px;
  padding-left: 180px;
  background-color: #ff5c00;
}

.container1100 {
  width: 100%;
  max-width: 1100px;
}

.container1100.section-center {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.heading-2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 105px;
  border-bottom: 1px solid #fff;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 41px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-overlay {
  position: absolute;
  top: 170px;
  right: 265px;
}

.mission-text {
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 84px;
  line-height: 100px;
  font-weight: 600;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.the-result {
  position: relative;
  z-index: 1;
}

.all-logos {
  padding-bottom: 220px;
}

.image {
  position: relative;
  top: -35px;
}

.image.web-img {
  display: block;
  width: 100%;
  max-width: none;
}

.text-span-2 {
  display: block;
}

.text-span-3 {
  display: block;
}

.text-span-4 {
  display: block;
}

.link {
  color: #ff6000;
  text-decoration: none;
}

.link.faq-link {
  font-size: 26px;
}

.fixed-circle-left {
  position: absolute;
  left: 0px;
  top: 260px;
}

.adif-methodology {
  position: relative;
  display: none;
  margin-bottom: 265px;
  background-color: #082b9d;
}

.heading-3 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 75px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.heading-3.methodology-head {
  padding-top: 115px;
  color: #fff;
  text-align: center;
}

.heading-3.members-head {
  margin-bottom: 75px;
  color: #0554f2;
  text-align: center;
}

.heading-3.faqs-head {
  color: #ff5c00;
}

.container870 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.methodology {
  position: relative;
  padding-top: 200px;
  padding-bottom: 210px;
}

.anim-img {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.anim-img.left-anim {
  left: auto;
  right: 0px;
}

.head-text {
  width: 250px;
  margin-right: 40px;
}

.text-block-3 {
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  text-align: right;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.text {
  width: 505px;
}

.paragraph-2 {
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.methodology-head-icns {
  position: absolute;
  left: 50%;
  top: -90px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.mouse-events {
  position: absolute;
  top: -190px;
  right: 50px;
  z-index: 25;
  width: 29px;
  height: 760px;
}

.verticle-line {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 1;
  width: 1px;
  height: 705px;
  background-color: #0094ff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.mouse-scroll-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.scroll-number {
  position: absolute;
  left: 0px;
  top: 315px;
  z-index: 5;
}

.scroll-number-text {
  width: 29px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 29px;
  background-color: #8395ce;
  font-family: Sora, sans-serif;
  color: #bcbcbc;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.scroll-number-text.active {
  border-color: #00b2ff;
  background-color: #fff;
  color: #00b2ff;
}

.alliance-members {
  margin-bottom: 160px;
}

.container1200 {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.members-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.members-icn {
  width: 25%;
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  cursor: pointer;
}

.custom-text {
  margin-bottom: 70px;
  padding-top: 130px;
  padding-bottom: 65px;
  background-color: #ff5c00;
}

.large-text-2 {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 103px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.member-detail {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  display: none;
  width: 95%;
  max-width: 360px;
  padding: 60px 65px 45px 70px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.member-detail.paytm {
  background-color: #00b8f5;
}

.member-detail.sheroes {
  background-color: #dc4541;
}

.member-detail.matrimony {
  background-color: #ff7c00;
}

.member-detail.trulymadly {
  background-color: #ec008e;
}

.member-detail.innov8 {
  background-color: #ec6833;
}

.member-detail.goqii {
  background-color: #3dad2c;
}

.member-detail.mapmyindia {
  background-color: #ffad36;
}

.member-detail.xgen-plus {
  background-color: #391c7f;
}

.member-detail-head {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.paragraph-3 {
  margin-bottom: 25px;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.02em;
}
.member-website-button{text-decoration: none;
  color: #000;}
.member-website-button div{
  padding: 5px 10px;
  background-color: #fff;
  font-family: Sora, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.member-website-button.color1 {
  color: #00b8f5;
}

.member-website-button.color2 {
  color: #dc4541;
}

.member-website-button.color3 {
  color: #ff7c00;
}

.member-website-button.color4 {
  color: #ec008e;
}

.member-website-button.color5 {
  color: #ec6833;
}

.member-website-button.color6 {
  color: #3dad2c;
}

.member-website-button.color7 {
  color: #ffad36;
}

.member-website-button.color8 {
  color: #391c7f;
}

.close-member-detail {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  max-width: none;
  cursor: pointer;
}

.member-type {
  margin-bottom: 125px;
}

.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block {
  position: relative;
  width: 415px;
  padding-bottom: 70px;
}

.m-type {
  font-family: Sora, sans-serif;
  color: #686868;
  font-size: 22px;
  line-height: 60px;
  letter-spacing: -0.055em;
}

.m-title {
  margin-bottom: 25px;
  font-family: Sora, sans-serif;
  color: #ff5c00;
  font-size: 40px;
  line-height: 43px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.paragraph-5 {
  font-family: Sora, sans-serif;
  color: #1d1d1f;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
}

.text-span-5 {
  display: block;
}

.m-price {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-family: Sora, sans-serif;
  color: #686868;
  font-size: 24px;
  line-height: 60px;
  letter-spacing: -0.055em;
}

.container1140 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.form-block {
  position: relative;
  padding-top: 16px;
  padding-bottom: 70px;
  padding-left: 210px;
}

.heading-4 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
  font-family: Sora, sans-serif;
  font-size: 24px;
  line-height: 60px;
  font-weight: 200;
  text-transform: uppercase;
}

.field-label {
  margin-bottom: 0px;
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 46px;
  font-weight: 100;
  letter-spacing: -0.01em;
}

.text-field {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 55px;
}

.half-block {
  width: 49%;
}

.submit-button {
  position: relative;
  z-index: 2;
  padding: 10px 35px;
  border: 2px solid #000;
  background-color: #ff5c00;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.submit-button-before {
  position: relative;
  display: inline-block;
  margin-top: 40px;
}

.form-count {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 95px;
  height: 100%;
  text-align: center;
}

.f-n-title {
  margin-top: 7px;
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.f-n-number {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 60px;
  background-color: #6a6a6a;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 70px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.04em;
}

.f-n-line {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 2px;
  height: 30px;
  background-color: #c1c1c1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.form-block-2 {
  margin-bottom: 0px;
}

.form {
  margin-bottom: 80px;
}

.f-n-step {
  padding-top: 10px;
  font-family: Sora, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.f-n-num-text {
  line-height: 36px;
  font-weight: 400;
}

.check-icn {
  position: absolute;
  top: 0px;
  right: -20px;
  display: none;
}

.edit-form {
  position: absolute;
  top: 40px;
  right: 60px;
  z-index: 9;
  display: none;
  font-family: Sora, sans-serif;
  color: #06f;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: -0.04em;
  cursor: pointer;
}

.faqs {
  padding-top: 60px;
  padding-bottom: 170px;
}

.faq-list {
  margin-top: 30px;
}

.faq-item {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #000;
}

.faq-head {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 60px;
  font-family: Sora, sans-serif;
  line-height: 60px;
  font-weight: 200;
  cursor: pointer;
}

.faq-ans {
  display: none;
}

.paragraph-6 {
  margin-bottom: 20px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.container775 {
  width: 100%;
  max-width: 775px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  position: relative;
  padding-top: 165px;
  padding-bottom: 165px;
  background-color: #f9f9f9;
}

.footer-head {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Sora, sans-serif;
  color: #1d1d1d;
  font-size: 54px;
  line-height: 60px;
  font-weight: 100;
  letter-spacing: -0.055em;
}

.container760 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.email-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.email-social-list {
  padding: 12px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #000;
  background-color: #fff;
}

.email-social-list.last-list {
  border-right-style: solid;
}

.text-block-5 {
  font-family: Sora, sans-serif;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.link-2 {
  font-family: Sora, sans-serif;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -0.03px;
  text-decoration: none;
}

.link-block {
  line-height: 30px;
}

.subscribe-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #000;
}

.subscribe-title {
  padding: 12px 25px;
  border-right: 1px solid #000;
  background-color: #fff;
  font-family: Sora, sans-serif;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -0.03px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field-2 {
  height: 54px;
  margin-bottom: 0px;
  padding: 12px 24px 12px 25px;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #000;
  font-family: Sora, sans-serif;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.form-block-3 {
  margin-bottom: 0px;
}

.submit-button-2 {
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px none #000;
  background-color: #f8f6f1;
  font-family: Sora, sans-serif;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #fff;
}

.image-2 {
  width: 110px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.copy-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-6 {
  display: block;
}

.text-block-6 {
  font-family: Sora, sans-serif;
  color: #1d1d1d;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: -0.03em;
}

.footer-links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 411px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-link-item {
  width: 33.33%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #000;
  background-color: #fff;
  text-align: center;
}

.footer-link-item.last {
  border-right-style: solid;
}

.link-3 {
  font-family: Sora, sans-serif;
  color: #1d1d1d;
  font-size: 11px;
  line-height: 52px;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.select-field {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #fff;
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 55px;
}

.paragraph-7 {
  margin-bottom: 0px;
  font-family: Sora, sans-serif;
  color: #999696;
  font-size: 12px;
  line-height: 21px;
  font-weight: 300;
}

.full-block {
  width: 100%;
}

.full-block.upload-block {
  margin-top: 30px;
}

.full-block.w730 {
  width: 730px;
}

.form-text-1 {
  margin-top: 75px;
}

.text-block-7 {
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

.text-block-7.marbot10 {
  margin-bottom: 10px;
}

.text-span-7 {
  background-color: #ff5c00;
  color: #fff;
  font-weight: 700;
}

.bold-text-2 {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
}

.checkbox-label {
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 46px;
  font-weight: 100;
  letter-spacing: -0.01em;
}

.checkbox {
  position: relative;
  top: 12px;
}

.bold-text-3 {
  font-weight: 400;
}

.billing-address {
  margin-top: 35px;
  margin-bottom: 60px;
}

.textarea {
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 55px;
}

.payment-amount.w550 {
  width: 550px;
}

.bold-lg-text {
  font-family: Sora, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 46px;
  font-weight: 600;
}

.amout-field {
  height: 72px;
  margin-bottom: 30px;
  padding: 13px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  border-radius: 4px;
  background-color: #f0f0ef;
  font-family: Sora, sans-serif;
  color: #06f;
  font-size: 26px;
  line-height: 46px;
}

.image-4 {
  width: 110px;
}

.hidden-label {
  display: none;
}

.radio-button {
  position: relative;
  top: 10px;
}

.marbot40 {
  margin-bottom: 40px;
}

.text-span-8 {
  display: block;
}

.slides-containerr {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slides-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
  z-index: 20;
}

.content-background {
  position: absolute;
  top: 1px;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0.65)), to(rgba(19, 19, 19, 0.65))), url('../images/hiclipart.com-1.png');
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0.65), rgba(19, 19, 19, 0.65)), url('../images/hiclipart.com-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-text-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.content-text-wrapper._4 {
  display: none;
}

.methodology-slider {
  position: relative;
  width: 100%;
  height: 1000vh;
  margin-bottom: 265px;
  background-color: #082b9d;
}

.success-message {
  background-color: #13b831;
}

.text-block-8 {
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.success-message-2 {
  background-color: #13b831;
}

.text-block-9 {
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.text-block-10 {
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.success-message-3 {
  background-color: #13b831;
}

.text-span-9 {
  display: block;
}

.text-span-10 {
  display: block;
}

.image-6.map-india {
  position: relative;
  left: 62px;
}

.scroll-number-block {
  position: relative;
  margin-bottom: 16px;
}

.scroll-number-text-active {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 29px;
  border: 1px solid #00b2ff;
  border-radius: 29px;
  background-color: #fff;
  opacity: 0;
  font-family: Sora, sans-serif;
  color: #00b2ff;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.mob-img {
  display: none;
}

.overlay-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 98;
  display: none;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.footer-vector {
  position: absolute;
  top: -116px;
  right: 0px;
}

.top-section-anim-img-ab {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0.5;
}

.ab-section01 {
  position: relative;
  padding-bottom: 1px;
}

.ab-large-big-text {
  margin-bottom: 70px;
  font-family: Sora, sans-serif;
  color: #1d1d1d;
  font-size: 27px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.ab-p {
  font-family: Sora, sans-serif;
  color: #1d1d1d;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.ab-p.w545 {
  max-width: 545px;
  margin-bottom: 50px;
}

.ab-p.w545.marbot140 {
  margin-bottom: 140px;
}

.ab-p.w545.ab-big-black-text {
  font-size: 45px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.ab-p.ab-big-black-text {
  font-size: 45px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.ab-p.marbot50 {
  margin-bottom: 50px;
}

.ab-p.marbot20 {
  margin-bottom: 20px;
}

.ab-big-blue-text {
  font-family: Sora, sans-serif;
  color: #0554f2;
  font-size: 45px;
  line-height: 53px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.ab-big-blue-text.w630 {
  max-width: 630px;
  margin-bottom: 85px;
}

.ab-p-big {
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-size: 36px;
  font-weight: 300;
}

.ab-section-fixed-img01 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -65px;
  width: 300px;
}

.ab-highlight {
  position: relative;
  margin-bottom: 200px;
  padding-top: 93px;
  padding-bottom: 93px;
  background-color: #f4f2ec;
}

.w1000 {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-11 {
  font-family: Sora, sans-serif;
  color: #06f;
  font-size: 76px;
  line-height: 91px;
  font-weight: 600;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.ab-other-text {
  position: relative;
}

.container1170 {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ab-img {
  width: 40%;
  max-width: 460px;
}

.ab-text {
  width: 50%;
  max-width: 545px;
  margin-left: 10%;
}

.container700 {
  width: 90%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.link-4 {
  color: #ff5c00;
  font-size: 36px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-center.marbot70 {
  margin-bottom: 70px;
}

.ab-vector03 {
  position: absolute;
  right: 0px;
  bottom: 450px;
  max-width: 150px;
}

.faq-section {
  position: relative;
}

.faqs-list {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 14px;
  padding-left: 55px;
  font-family: Sora, sans-serif;
  color: #1d1d1d;
  line-height: 36px;
  font-weight: 600;
}

.faqs-list-item {
  padding-top: 30px;
  padding-bottom: 40px;
}

.faqs-list-item.faqs-list-item-bg {
  background-color: #f4f2ec;
}

.faq-page-ques {
  position: relative;
  width: 90%;
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
}

.faq-page-ans {
  width: 90%;
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 55px;
}

.paragraph-8 {
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
}

.faq-page-ques-num {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: Sora, sans-serif;
  color: #0554f2;
  font-size: 36px;
  line-height: 36px;
}

.link-5 {
  color: #ff6000;
  font-weight: 400;
  text-decoration: none;
}

.link-6 {
  color: #ff6000;
  font-weight: 400;
  text-decoration: none;
}

.link-7 {
  color: #ff6000;
  font-weight: 400;
  text-decoration: none;
}

.link-8 {
  color: #ff6000;
  font-weight: 400;
  text-decoration: none;
}

.link-9 {
  color: #ff6000;
  font-weight: 400;
  text-decoration: none;
}

.link-10 {
  color: #ff6000;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .top-section-anim-img {
    top: 30px;
  }

  .container1100.section-center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container870.left210 {
    margin-left: 210px;
  }

  .container870.left170 {
    margin-left: 170px;
  }

  .container870.left310 {
    margin-left: 310px;
  }

  .head-text {
    width: 325px;
  }

  .mouse-events {
    right: 80px;
  }

  .container1140 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .field-label {
    font-size: 22px;
  }

  .text-field {
    font-size: 20px;
  }

  .select-field {
    font-size: 20px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .checkbox-label {
    font-size: 20px;
  }

  .textarea {
    font-size: 20px;
  }

  .amout-field {
    font-size: 36px;
  }

  .ab-section-fixed-img01 {
    width: auto;
  }

  .container1170 {
    width: 100%;
  }

  .ab-text {
    margin-left: 165px;
  }

  .ab-vector03 {
    max-width: 280px;
  }
}

@media screen and (min-width: 1440px) {
  .mouse-events {
    right: 130px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container1280.text-center {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container810 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .mission {
    padding-right: 75px;
    padding-bottom: 155px;
    padding-left: 75px;
  }

  .mission-text {
    font-size: 55px;
    line-height: 80px;
  }

  .all-logos {
    padding-bottom: 120px;
  }

  .adif-methodology {
    margin-bottom: 150px;
  }

  .methodology {
    padding-top: 300px;
  }

  .head-text {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    padding-right: 140px;
  }

  .text-block-3 {
    text-align: left;
  }

  .text {
    width: 100%;
    padding-right: 140px;
  }

  .alliance-members {
    margin-bottom: 100px;
  }

  .members-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .members-icn {
    width: 33.33%;
  }

  .block {
    width: 330px;
  }

  .form-block {
    padding-left: 160px;
  }

  .half-block {
    width: 100%;
  }

  .container775 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container760 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .link-2 {
    font-size: 15px;
  }

  .subscribe-title {
    font-size: 15px;
  }

  .text-field-2 {
    padding-right: 20px;
    padding-left: 19px;
  }

  .footer-logo {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-links-list {
    width: 380px;
  }

  .full-block.w730 {
    width: 100%;
  }

  .payment-amount.w550 {
    width: 100%;
  }

  .methodology-slider {
    margin-bottom: 150px;
  }

  .ab-section-fixed-img01 {
    bottom: -40px;
    width: 190px;
  }

  .ab-vector03 {
    bottom: 240px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 15px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo {
    width: 75px;
  }

  .text-block {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-button {
    display: none;
    padding-right: 2px;
    font-size: 12px;
    line-height: 30px;
  }

  .header-button.header-menu-button {
    display: block;
  }

  .nav {
    padding: 100px 50px 0px 0px;
  }

  .menu {
    width: 260px;
  }

  .close-menu {
    top: 15px;
    right: 15px;
  }

  .menu-text {
    font-size: 20px;
    line-height: 30px;
  }

  .menu-button {
    font-size: 13px;
    line-height: 35px;
  }

  .text-block-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 35px;
  }

  .back-button {
    left: 4px;
    top: 4px;
  }

  .top-section {
    padding-bottom: 70px;
  }

  .top-section.ab-top-section {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .top-sm-text {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 24px;
    font-weight: 300;
  }

  .heading {
    font-size: 46px;
    line-height: 50px;
  }

  .paragraph {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 31px;
  }

  .bold-text {
    font-size: 27px;
    line-height: 34px;
  }

  .text-span {
    display: inline;
  }

  .from-the-days-anim {
    left: 20px;
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .mission {
    padding: 60px 40px 100px;
  }

  .heading-2 {
    margin-bottom: 65px;
    font-size: 16px;
  }

  .heading-overlay {
    top: 90px;
    right: 100px;
    width: 24px;
  }

  .mission-text {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
  }

  .all-logos {
    padding-bottom: 50px;
  }

  .image.web-img {
    display: none;
  }

  .text-span-2 {
    display: inline;
  }

  .text-span-3 {
    display: inline;
  }

  .link.faq-link {
    font-size: 16px;
    line-height: 24px;
  }

  .adif-methodology {
    display: block;
    margin-bottom: 60px;
  }

  .heading-3.methodology-head {
    padding-top: 85px;
    font-size: 34px;
    line-height: 37px;
  }

  .heading-3.members-head {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  .heading-3.faqs-head {
    font-size: 40px;
    line-height: 55px;
  }

  .container870 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .methodology {
    padding-top: 265px;
    padding-bottom: 150px;
  }

  .methodology.meth-mob2 {
    padding-top: 340px;
  }

  .methodology.meth-mob3 {
    padding-top: 200px;
  }

  .anim-img {
    display: none;
  }

  .anim-img.mob1 {
    top: 35px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }

  .head-text {
    margin-bottom: 20px;
    padding-right: 100px;
  }

  .text-block-3 {
    font-size: 26px;
    line-height: 34px;
  }

  .text {
    padding-right: 0px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .methodology-head-icns {
    top: -45px;
    width: 24px;
  }

  .mouse-events {
    display: none;
  }

  .members-icn {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 40px;
    padding-left: 20px;
    text-align: left;
  }

  .custom-text {
    margin-bottom: 30px;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .large-text-2 {
    font-size: 36px;
    line-height: 45px;
  }

  .member-type {
    margin-bottom: 50px;
  }

  .block {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .m-type {
    font-size: 18px;
  }

  .m-title {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
  }

  .paragraph-5 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
  }

  .m-price {
    position: relative;
    font-size: 18px;
    line-height: 60px;
  }

  .form-block {
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .heading-4 {
    font-size: 16px;
  }

  .submit-button {
    font-size: 18px;
    line-height: 25px;
  }

  .submit-button-before {
    margin-top: 15px;
  }

  .form-count {
    display: none;
  }

  .form {
    margin-bottom: 40px;
  }

  .faqs {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .faq-head {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-6 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .footer {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .footer-head {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .email-social {
    margin-bottom: 50px;
  }

  .email-social-list {
    padding-right: 15px;
    padding-left: 15px;
  }

  .email-social-list.mob-half {
    width: 25%;
  }

  .email-social-list.mob-half.right-border-list {
    width: 75%;
    border-right-style: solid;
  }

  .email-social-list._20pw {
    width: 20%;
    text-align: center;
  }

  .subscribe-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .subscribe-title {
    width: 100%;
  }

  .subscribe-title.bottom-border-list {
    border-bottom: 1px solid #000;
    border-right-style: none;
    font-size: 12px;
  }

  .form-3 {
    width: 100%;
  }

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

  .form-block-3 {
    width: 100%;
  }

  .submit-button-2 {
    width: 40%;
  }

  .footer-links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo {
    width: 25%;
  }

  .copy-text {
    width: 75%;
  }

  .footer-links-list {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-3 {
    width: 30px;
  }

  .methodology-slider {
    display: none;
  }

  .text-span-11 {
    display: block;
  }

  .image-5 {
    max-width: 122px;
  }

  .image-6 {
    max-width: 123px;
  }

  .image-6.map-india {
    left: 22px;
  }

  .text-span-12 {
    display: block;
  }

  .text-span-13 {
    display: block;
  }

  .anim-img-mob {
    position: absolute;
    top: 35px;
  }

  .anim-img-mob.ani-mob2 {
    top: 0px;
  }

  .anim-img-mob.ani-mob3 {
    top: 0px;
    right: 0px;
  }

  .text-span-14 {
    display: block;
  }

  .text-span-15 {
    display: block;
  }

  .text-span-16 {
    display: block;
  }

  .mob-img {
    display: block;
    width: 100%;
    max-width: none;
  }

  .ab-large-big-text {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 40px;
  }

  .ab-p.w545.marbot140 {
    margin-bottom: 70px;
  }

  .ab-p.ab-big-black-text.marbot50 {
    font-size: 30px;
    line-height: 40px;
  }

  .ab-p.marbot20 {
    margin-bottom: 0px;
  }

  .ab-big-blue-text.w630 {
    font-size: 36px;
    line-height: 45px;
  }

  .ab-section-fixed-img01 {
    display: none;
  }

  .ab-highlight {
    margin-bottom: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-block-11 {
    font-size: 36px;
    line-height: 45px;
  }

  .ab-img {
    width: 100%;
    text-align: center;
  }

  .ab-text {
    width: 100%;
    margin-left: 0%;
  }

  .link-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .ab-vector03 {
    display: none;
  }

  .image-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .text-span-17 {
    display: block;
  }
  .heading-5 {
    font-size: 18px;
    line-height: 24px;
}
.paragraph-8 {
  font-size: 15px;
  line-height: 24px;
}
  .heading.fq-head {
    font-size: 36px;
    line-height: 48px;
}
}

@media screen and (max-width: 479px) {
  .email-social-list.mob-half.right-border-list {
    padding-left: 10px;
  }

  .text-span-6 {
    display: inline-block;
    margin-left: 3px;
  }

  .link-3 {
    font-size: 9px;
  }
}

