#become-hero-banner-new {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 21%, #ECF6FF 100%);
  padding: 3em 0;
}
@media (max-width: 991px) {
  #become-hero-banner-new {
    background: #fff;
  }
  #become-hero-banner-new::after {
    content: "";
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(180deg, #FFFFFF 21%, #ECF6FF 100%);
  }
}
#become-hero-banner-new .vectors .img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  #become-hero-banner-new .vectors .img-1 {
    top: 0;
    bottom: inherit;
    left: -50px;
  }
}
#become-hero-banner-new .vectors .img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#become-hero-banner-new .vectors .img-3 {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 1;
}
#become-hero-banner-new .container {
  position: relative;
  z-index: 2;
}
#become-hero-banner-new .content h1 {
  color: #00508C;
  margin-bottom: 16px;
  font-weight: 700;
}
@media (max-width: 991px) {
  #become-hero-banner-new .content h1 {
    text-align: center;
    font-size: 29px;
  }
}
@media (max-width: 400px) {
  #become-hero-banner-new .content h1 {
    text-align: center;
    font-size: 25px;
  }
}
#become-hero-banner-new .content p {
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 991px) {
  #become-hero-banner-new .content p {
    text-align: center;
  }
}
@media (max-width: 400px) {
  #become-hero-banner-new .content p {
    font-size: clamp(20px, 2.5vw, 36px);
  }
}
#become-hero-banner-new .content p span {
  display: block;
  color: #EF4246;
  font-weight: 600;
}
#become-hero-banner-new .right-block {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  background-color: #FFFFFF;
}
#become-hero-banner-new .right-block h2 {
  background-color: #003F7B;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: clamp(1.1em, 1.25vw, 2.25em);
  font-weight: 600;
}
#become-hero-banner-new .right-block form {
  padding: 1em;
  /* the modification */
}
#become-hero-banner-new .right-block form .form-control {
  border-color: #D2E2F1;
  border-radius: 4px;
}
#become-hero-banner-new .right-block form .form-control:focus {
  box-shadow: none;
}
#become-hero-banner-new .right-block form .input-group-text {
  background-color: #D2E2F1;
}
#become-hero-banner-new .right-block form ::-moz-placeholder {
  color: #CCC !important;
}
#become-hero-banner-new .right-block form ::placeholder {
  color: #CCC !important;
}
#become-hero-banner-new .right-block form select {
  color: #CCC;
  margin-bottom: 1rem;
}
#become-hero-banner-new .right-block form option:not(:first-of-type) {
  color: black;
}
#become-hero-banner-new .right-block form option:first-of-type {
  display: none;
}
#become-hero-banner-new .right-block form .redButton {
  background-color: #EF4246;
  text-transform: uppercase;
}

#why-partner-become {
  padding: 4em 0;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
#why-partner-become .vectors .img-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  #why-partner-become .vectors .img-1 {
    top: 0;
    bottom: inherit;
    width: 40px;
  }
}
#why-partner-become .vectors .img-2 {
  position: absolute;
  right: -1em;
  top: 0;
  z-index: 1;
}
#why-partner-become .container {
  position: relative;
  z-index: 2;
}
#why-partner-become .content {
  margin-bottom: 2em;
}
#why-partner-become .content h1 {
  color: #003F7B;
}
#why-partner-become .content p {
  font-size: clamp(1.25em, 1.805vw, 3.25em);
  font-weight: 600;
}
#why-partner-become .block {
  display: flex;
  align-items: center;
  gap: 1.25em;
  border: 1px solid #DCDCDC;
  padding: 10px;
  border-radius: 8px;
}
#why-partner-become .block .icon {
  width: 100px;
  height: 100px;
}
#why-partner-become .block .icon img {
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  height: 100px;
}
@media (min-width:992px) and (max-width:1200px){
	#why-partner-become .block {
	height:100%;
}
#why-partner-become .block .icon {
  width: 70px;
  height: 70px;
}
#why-partner-become .block .icon img {
  width: 70px;
  min-width: 70px;
  min-height: 70px;
  height: 70px;
}
}
#why-partner-become .block h1 {
  margin-bottom: 0;
  font-size: clamp(1.5em, 1.94vw, 3.5em);
  color: #000;
}
#why-partner-become .block p {
  color: #3E4954;
  line-height: 1.2;
}

#ways-to-earn-become {
  position: relative;
  padding: 4em 0;
  background: #FCF0F1;
}
#ways-to-earn-become h1 {
  color: #003F7B;
}
@media (max-width: 991px) {
  #ways-to-earn-become .content {
    text-align: center;
  }
}
#ways-to-earn-become .content h4 {
  font-size: clamp(2em, 2.5vw, 4.5em);
  font-weight: 500;
  color: #000;
}
#ways-to-earn-become .content .line {
  width: 120px;
  height: 2px;
  background-color: #003F7B;
  margin: 0.75em 0;
}
@media (max-width: 991px) {
  #ways-to-earn-become .content .line {
    text-align: center;
    margin: 0.75em auto;
  }
}
#ways-to-earn-become .content p {
  font-size: clamp(1em, 1.38vw, 2.5em);
  font-weight: 400;
  color: #000;
}

#partnership-models {
  position: relative;
  padding: 4em 0;
}
#partnership-models .vectors .img-1 {
  position: absolute;
  top: 4em;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 90px;
}
@media (max-width: 991px) {
  #partnership-models .vectors .img-1 {
    top: 80%;
    transform: translateY(-80%);
  }
}
#partnership-models .vectors .img-2 {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 1;
  width: 70px;
}
#partnership-models .vectors .img-3 {
  position: absolute;
  bottom: 4em;
  width: 70px;
  right: 0;
  z-index: 1;
}
#partnership-models .container {
  position: relative;
  z-index: 2;
}
#partnership-models h1 {
  color: #003F7B;
  font-weight: 600;
  margin-bottom: 1.25em;
}
#partnership-models .block {
  background: #EAF5FF;
  border: 2px solid #C6E3FF;
  border-radius: 20px;
  padding: 2em;
}
@media (min-width: 991px) {
	#partnership-models .block {
		height:100%;
	}	
}
#partnership-models .block.right-block {
  background: #FFECEC;
  border: 2px solid #FFD1D2;
}
#partnership-models .block h2 {
  color: #000;
}
#partnership-models .block p, #partnership-models .block li {
  color: #1A1F23;
  font-size: clamp(1em, 1vw, 2em);
}
#partnership-models .block h4 {
  color: #1A1F23;
}
#partnership-models .block ol li {
  list-style: decimal;
}
#partnership-models .documents-block {
  background-color: #003F7B;
  padding: 1.5em 2em 2em;
  border-radius: 20px;
}
#partnership-models .documents-block ul {
  list-style: none;
}
@media (max-width: 991px) {
  #partnership-models .documents-block ul {
    display: block !important;
  }
}
#partnership-models .documents-block ul li:before {
  content: url(/wp-content/uploads/2025/04/tick.svg);
}

#benefits-becoming {
  position: relative;
  z-index: 2;
  padding: 4em 0;
  background: #ECF5FE;
}
#benefits-becoming h1 {
  color: #003F7B;
}
#benefits-becoming .benefits-slider {
  position: relative;
  margin-top: 5em;
}
#benefits-becoming .benefits-slider .swiper-pagination {
  bottom: -45px;
}
#benefits-becoming .benefits-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #003F7B;
}
#benefits-becoming .benefits-slider .each-block {
  position: relative;
  padding: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0705882353);
  align-items: center;
}
#benefits-becoming .benefits-slider .each-block .icon {
  margin-bottom: 1em;
}
#benefits-becoming .benefits-slider .each-block .icon img {
  margin-top: -4em;
	width:114px;
	height:124px;
}
@media (max-width:576px){
	#benefits-becoming .benefits-slider .each-block .icon img {
  margin-top: -4em;
	width:85px;
	height:92px;
}
}
#benefits-becoming .benefits-slider .each-block p {
  color: #3E4954;
  font-size: clamp(1.1em, 1.66vw, 3em);
  line-height: 1.2;
  font-weight: 400;
}

#who-succeds-with-us {
  position: relative;
  padding: 4em 0;
  width: 100vw;
  background-color: #fff;
}
#who-succeds-with-us .vectors .img-1 {
  position: absolute;
  top: 17%;
  width: 80px;
}
@media (max-width: 991px) {
	#who-succeds-with-us {
		padding:2em 0;
	}
  #who-succeds-with-us .vectors .img-1 {
    width: 55%;
    top: -200px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  #who-succeds-with-us .vectors .img-1 {
    width: 85%;
    top: -200px;
    z-index: 1;
  }
}
#who-succeds-with-us .vectors .img-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
#who-succeds-with-us .container {
  position: relative;
  z-index: 2;
}
#who-succeds-with-us h1 {
  color: #003F7B;
  margin-bottom: 1em;
}
#who-succeds-with-us ul {
  position: relative;
}
#who-succeds-with-us ul::after {
  content: "";
  position: absolute;
  top: 7.5%;
  left: 265px;
  background-color: #003F7B;
  width: 2px;
  height: 75%;
}
@media (max-width: 991px) {
  #who-succeds-with-us ul::after {
    left: 165px;
    height: 79.5%;
  }
}
@media (max-width: 767px) {
  #who-succeds-with-us ul::after {
    content: none;
  }
}
#who-succeds-with-us ul li {
  display: flex;
  gap: 5em;
  align-items: center;
  position: relative;
}

@media (max-width: 991px) {
  #who-succeds-with-us ul li {
    gap: 3em;
  }
}
@media (max-width: 767px) {
  #who-succeds-with-us ul li {
    gap: 0px;
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
#who-succeds-with-us ul li::after {
  content: "";
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  left: 250px;
  background-color: #003F7B;
  width: 9px;
  height: 9px;
  border-radius: 50px;
}
#who-succeds-with-us ul li:nth-child(2)::after {
  top: 25%;
}
#who-succeds-with-us ul li:nth-child(3)::after {
  top: 26%;
}
@media (max-width: 991px) {
  #who-succeds-with-us ul li::after {
    left: 150px;
  }
}
@media (max-width: 767px) {
  #who-succeds-with-us ul li::after {
    content: none;
  }
}
@media (max-width: 767px) {
  #who-succeds-with-us ul li .icon {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
#who-succeds-with-us ul li .icon img {
  min-width: 224px;
  min-height: 224px;
  width: 224px;
  height: 224px;
}
@media (max-width: 991px) {
  #who-succeds-with-us ul li .icon img {
    min-width: 150px;
    min-height: 150px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  #who-succeds-with-us ul li .icon img {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
#who-succeds-with-us ul li h4 {
  color: #EF4246;
  font-size: clamp(1.25em, 1.94vw, 3em);
}
#who-succeds-with-us ul li p {
  color: #666674;
}
#who-succeds-with-us .sounds {
  background-color: #003F7B;
  border-radius: 20px;
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #who-succeds-with-us .sounds {
    flex-direction: column;
    text-align: center;
  }
}
#who-succeds-with-us .sounds h4 {
  font-size: clamp(2em, 2.5vw, 4.5em);
  margin-bottom: 0;
}
#who-succeds-with-us .sounds p {
  font-size: clamp(1.25em, 1.94vw, 3em);
  font-weight: 400;
}
@media (min-width:768px) and (max-width:991px){
	#who-succeds-with-us ul li {
		align-items:left;
	}
	#who-succeds-with-us ul li h4 {
		margin-top:1em;
	}
	#who-succeds-with-us ul li p {
		margin-bottom:1.25em;
	}
	#who-succeds-with-us ul::after {
		top: 4.5%;
	}
	#who-succeds-with-us ul li:nth-child(1)::after {
  top: 18%;
}
	#who-succeds-with-us ul li:nth-child(2)::after {
  top: 17% !important;
}
	#who-succeds-with-us ul li:nth-child(3)::after {
  top: 16% !important;
}
	#who-succeds-with-us ul li:nth-child(3)::after {
	  top: 14% !important;
	}
	#who-succeds-with-us ul li:nth-child(1) .icon {
		margin-top:-1em;
	}
	#who-succeds-with-us ul li:nth-child(2) .icon {
		margin-top:-2em;
	}
	#who-succeds-with-us ul li:nth-child(3) .icon {
		margin-top:-7em;
	}
}
@media (min-width:1500px) and (max-width:1700px){
#who-succeds-with-us ul li:nth-child(2)::after {
  top: 30%;
}
#who-succeds-with-us ul li:nth-child(3)::after {
  top: 30%;
}
}
@media (min-width:992px) and (max-width:1100px){
#who-succeds-with-us ul li:nth-child(2)::after {
  top: 20%;
}
#who-succeds-with-us ul li:nth-child(3)::after {
  top: 20%;
}
}
#testimonials-becomes {
  position: relative;
  padding: 3em 0;
  background-color: #fff;
}
#testimonials-becomes .vectors .img-1 {
  position: absolute;
  top: -250px;
  z-index: 1;
}
#testimonials-becomes .container {
  position: relative;
  z-index: 2;
}
#testimonials-becomes h1 {
  font-size: clamp(2.5em, 3.194vw, 5.5em);
  color: #003F7B;
  margin-bottom: 1em;
}
#testimonials-becomes .each-block {
  border: 2px solid #6BB6FF;
  background: #EFF7FF;
  padding: 1.25em;
  border-radius: 12px;
  position: relative;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #testimonials-becomes .each-block {
    min-height: 250px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #testimonials-becomes .each-block {
    min-height: 300px !important;
  }
}
@media (min-width: 1200px) {
  #testimonials-becomes .each-block {
    min-height: 210px;
  }
}
#testimonials-becomes .each-block::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 1.5em;
  background-image: url(/wp-content/uploads/2025/01/quote-img.svg);
  z-index: 1;
  width: 43px;
  height: 39px;
}
#testimonials-becomes .each-block.second-block {
  background: #FFF5EB;
  border: 2px solid #FF914D;
}
#testimonials-becomes .slick-track {
  margin: 2em 0;
}
@media (min-width: 767px) {
  #testimonials-becomes .slick-slider {
    margin: 0 -10px;
  }
  #testimonials-becomes .slick-slide {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #testimonials-becomes .slick-slide {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
  }
}
#testimonials-becomes .slick-dots li button:before {
  font-size: 12px !important;
  color: #666674 !important;
  opacity: 1;
}
/* #testimonials-becomes .slick-dots li.slick-active button:before {
  background: #003F7B !important;
  opacity: 1;
  border: 1px solid #003F7B;
  border-radius: 50px;
} */
#testimonials-becomes .name {
  color: #003F7B;
  margin-bottom: 0;
}
#testimonials-becomes .min-head {
  color: #41414E;
  text-align: left;
}
#testimonials-becomes .des {
  font-weight: 300;
  text-align: left;
}

#dhanush-offer-becomes {
  position: relative;
  padding: 8em 0 4em;
  background-color: #fff;
}
@media (max-width: 991px) {
  #dhanush-offer-becomes {
    padding: 2em 0;
  }
}
#dhanush-offer-becomes .offer {
  background-color: #1D446A;
  padding: 4em;
  color: #fff;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 1200px) {
  #dhanush-offer-becomes .offer {
    padding: 2em;
  }
}
@media (max-width: 767px) {
  #dhanush-offer-becomes .offer {
    padding: 2em 0 0 1em;
  }
	#dhanush-offer-becomes .offer h1 {
		    padding-right: 3px;
	}
}
@media (max-width: 1200px) {
  #dhanush-offer-becomes .offer .list-block {
    flex-direction: column;
    gap: 0 !important;
  }
}
#dhanush-offer-becomes .offer h1 {
  margin-bottom: 15px;
  font-size: clamp(2em, 3.194vw, 5.75em);
}
#dhanush-offer-becomes .offer ul {
  list-style: none;
}
#dhanush-offer-becomes .offer ul li {
  font-size: clamp(1em, 1.38vw, 2.5em);
  font-weight: 300;
  line-height: 2;
}
#dhanush-offer-becomes .offer ul li:before {
  content: url(/wp-content/uploads/2025/04/tick-white.svg);
}
#dhanush-offer-becomes .offer .image img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  #dhanush-offer-becomes .offer .image img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #dhanush-offer-becomes .offer .image img {
    position: relative;
    width: 100%;
  }
}

#awards-landing-home {
  position: relative;
  background-color: #fff;
  padding: 3em 0;
}

#awards-landing-home .each-block .img .txt .main {
  font-size: 1.4em !important;
  line-height: 1.2 !important;
}

#awards-landing-home h1 {
  margin-bottom: 1em;
  color: #003F7B;
}

#awards-landing-home .each-block {
  position: relative;
}

#awards-landing-home .each-block .img {
  position: relative;
}

#awards-landing-home .each-block .img img {
  width: 100%;
}

#awards-landing-home .each-block .img .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

#awards-landing-home .each-block .img .txt p {
  color: #d39a45;
  text-align: center;
  line-height: 1.5;
  width: 60%;
  margin: 0 auto;
}

#awards-landing-home .each-block .img .txt .main {
  font-size: 1.4em;
  line-height: 1.2;
}

#awards-landing-home .each-block .img .txt .main b {
  font-weight: 600;
}

#awards-landing-home .each-block .img .txt .sub {
  font-size: 0.8em;
}

@media (max-width: 991px) {
  #awards-landing-home .mobile-scroll-landing {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    display: -webkit-box;
  }
  #awards-landing-home .mobile-scroll-landing::-webkit-scrollbar {
    height: 2px;
  }
}
#awards-landing-home b {
  font-weight: 600;
}

#awards-landing-home .each-block .img .txt .main {
  font-size: 14px;
  line-height: 1.2;
}

#awards-landing-home .each-block .img .txt {
  top: 44%;
}

#faqs-landing-home {
  position: relative;
  padding: 3em 0;
  background-color: #f1f8ff;
}

#faqs-landing-home .pattern {
  position: absolute;
  left: 0;
  top: 1%;
  z-index: 1;
}

#faqs-landing-home .row {
  position: relative;
  z-index: 2;
}

#faqs-landing-home h1 {
  color: #003F7B;
}

#faqs-landing-home .section-title p {
  color: #003f7b;
}

#faqs-landing-home .accordion .accordion-item {
  margin-bottom: 1em;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.0509803922);
  border: 0;
  border-radius: 50px;
}

#faqs-landing-home .accordion .accordion-header {
  border-radius: 50px !important;
}

#faqs-landing-home .accordion .accordion-button:not(.collapsed) {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  border: 0;
  border-radius: 50px !important;
  color: #00508c;
}

#faqs-landing-home .accordion .accordion-header button {
  font-size: 1.25rem;
  border-radius: 50px !important;
}

#faqs-landing-home .accordion .accordion-body {
  border: 0;
  background-color: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-bottom: 2em;
}

#faqs-landing-home .accordion-button:focus {
  border-color: inherit;
  box-shadow: inherit;
}

#faqs-landing-home .accordion .accordion-body ol {
  margin-bottom: 1em;
  padding-left: 1em;
}

#faqs-landing-home .accordion .accordion-body ol li {
  list-style: inherit;
}

#faqs-landing-home .accordion .accordion-body ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

#faqs-landing-home .accordion .accordion-body ul li {
  list-style: disc;
}

#faqs-landing-home .accordion .accordion-body p {
  margin-bottom: 0;
}

#faqs-landing-home .accordion .accordion-button:not(.collapsed) {
  border-radius: 25px !important;
}

#dhanush-platform-becomes {
  position: relative;
  padding: 4em 0 9em;
  background-color: #fff;
}
@media (max-width: 991px) {
  #dhanush-platform-becomes {
    padding: 2em 0 5em;
  }
}
@media (max-width: 991px) {
  #dhanush-platform-becomes {
    padding: 2em 0 4em;
  }
}
@media (min-width:767px) and (max-width: 991px) {
  #dhanush-platform-becomes {
    padding: 2em 0 12em;
  }
}
#dhanush-platform-becomes .platform-becomes {
  background-color: #1D446A;
  color: #fff;
  padding: 2em 2em 8em;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 991px) {
  #dhanush-platform-becomes .platform-becomes {
    text-align: center;
  }
}
#dhanush-platform-becomes .platform-becomes p {
  line-height: 1.5;
}
@media (min-width: 991px) {
  #dhanush-platform-becomes .platform-becomes p {
    max-width: 55%;
  }
}
#dhanush-platform-becomes .platform-becomes .image img {
  position: absolute;
  bottom: -150px;
  right: -65px;
  z-index: 1;
}
@media (max-width: 992px) {
  #dhanush-platform-becomes .platform-becomes .image img {
    bottom: -200px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #dhanush-platform-becomes .platform-becomes .image img {
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=become-new.css.map */