/* GENERAL STYLES */
body{font-family: 'Poppins', sans-serif; background:#f9f9f9;}
:root {
  scroll-behavior: smooth;
}
h2, h3{font-family: 'Poppins', sans-serif; 
background: -webkit-linear-gradient(0deg, #18849C 0%, #20907F 50%, #279D60 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}

h2{font-size:35px; font-weight:600; text-align:center; padding:20px 0px;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 9999;
  padding: 15px 0;
  top:40px !important;
  background:#fff;
  /*border-bottom: 1px solid #00a53687;*/
}
#header.header-scrolled, #header.header-inner-pages {
  background:#F8F8F8;
    top:0px !important;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}

 

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:10px 0px 10px 0px;
  margin-left:20px;
  font-size: 15px;
  font-weight: 500;
  color: #484848;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active:focus, .navbar li:hover > a {
  color: #000;
  border-bottom: 2px solid #00A536;
  font-weight:600;
}


.navbar .getstarted, .navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
 
  font-weight: 600;
  background:#00A536;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
 background: #196e35;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #01a437;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #484848;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  border:1px solid #484848;
  border-radius:5px;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #000;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #ffffff;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.frmFld .msg{font-size: 11px; color: #000;}


@media (max-width: 991px) {
	  .mobile-nav-toggle {
		display: block;
	  }
	  .navbar ul {
		display: none;
	  }
		.header .logo img{width: 60%;}
		.navbar a i, .navbar a:focus i {
	  font-size: 12px;
	  line-height: 0;
	  margin-left: 0px;margin-right: 20px;
	}
		.navbar a, .navbar a:focus{padding: 10px 0 10px 20px;}
	}

	.navbar-mobile {
	  position: fixed;
	  overflow: hidden;
	  top: 0;
	  right: 0;
	  left: 0;
	  bottom: 0;
	  background:#212121;
	 
	}

	.navbar-mobile .mobile-nav-toggle {
	  position: absolute;
	  top: 15px;
	  right: 15px;
	}

	.navbar-mobile ul {
	  display: block;
	  position: absolute;
	  top: 55px;
	  right: 15px;
	  bottom: 15px;
	  left: 15px;
	  padding: 10px 0;
	  border-radius: 10px;
	  background-color: #fff;
	  overflow-y: auto;
	 
	}

	.navbar-mobile a {
	  padding: 10px 20px;
	  font-size: 15px;
	  color: #071E2C;
	}

	.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
	  color: #2B6C43;
	}

	.navbar-mobile .getstarted {
	  margin: 15px;
	}

	.navbar-mobile .dropdown ul {
	  position: static;
	  display: none;
	  margin: 10px 20px;
	  padding: 10px 0;
	  z-index: 99;
	  opacity: 1;
	  visibility: visible;
	  background: #fff;
	  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	}

	.navbar-mobile .dropdown ul li {
	  min-width: 200px;
	}

	.navbar-mobile .dropdown ul a {
	  padding: 10px 20px;
	}

	.navbar-mobile .dropdown ul a i {
	  font-size: 12px;
	}

	.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
	  color: #ffffff;
	}

	.navbar-mobile .dropdown > .dropdown-active {
	  display: block;
	}

	.navbar .getstarted, .navbar .getstarted:focus {
		padding: 8px 20px;
		margin-left: 30px;
		border-radius: 50px;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		background: #00A536;
	}

	#topbar .contact-info i a, #topbar .contact-info i span, #topbar .lang i span {
		padding-left: 5px;
		color: #000000;
		font-size: 12px;
		font-weight: 600;
	}

	.qrcode{position:fixed; right:50px;}

/****************************************************************/
/***************************Banner Section*************************/
/****************************************************************/
 
.banner-section {
  background:url('../images/banner-bg.jpg')  no-repeat center center / cover;
  padding: 60px 0px;
  color: #fff;
  font-family: 'Poppins', sans-serif; padding-bottom:0px;
}

.banner-section .spacer{border: 1.12px solid;
border-image-source: linear-gradient(90deg, rgba(219, 219, 219, 0) 0%, #0066E0 50%, rgba(219, 219, 219, 0) 100%);}

.banner-area{background:url('../images/hero.png') no-repeat 71% bottom / contain; position:relative; background-size:auto !important;}
.block{display:block;}
.spacer{border:1px dashed #000; width:30%;}
.subtxt{font-size:16px; padding:10px 0px; font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 17.99px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
}
.disclaimer {
color: #fff;
background: rgba(45, 102, 62, 1);
text-align: center;
padding:10px;
font-size: 16px;
margin-top:0px;
margin-bottom: 0px !important;
}

/* Headline Styling */
.banner-section h1 {
font-family: Poppins;
font-weight: 700;
font-size:53px;
line-height:70px;
color:#fff;
margin-bottom:30px;
}

.banner-section h1 span{font-size:53px; display:block;}

.banner-section p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.hindi-txt{font-size:21px; color:#515151;}

/* Info Rows (Icons + Text) */
.banner-section .d-flex img {
  width: 28px;
  height: auto;
}

/* Card Styling for Form */
.banner-section .card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Input & Select Styling */
.banner-section .form-control,
.banner-section .form-select {
  border-radius: 8px;
  min-height: 45px;
}

/* Resend OTP Button */
.banner-section .btn-link {
  color: #007aff;
  font-size: 0.9rem;
  text-decoration: underline;
}

.banner-section .btn-link:hover {
  text-decoration: none;
}

.select2-container .select2-selection--single{height: 40px !important; align-items: center !important; font-size:16px !important;}
.ms-options-wrap > button:focus, .ms-options-wrap > button{height: 40px !important; padding:8px 18px !important;}
.select2-container--default .select2-selection--single{border:1px solid #ced4da !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#212529 !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{top:8px !important;}
.ms-options-wrap > button:focus, .ms-options-wrap > button {
     color: #000 !important;
}

/****************************************************************/
/***************************form Section*************************/
/****************************************************************/
.leadform {
border: 1px solid #ccc;
background: radial-gradient(85.43% 85.43% at 50.09% 35.99%, #FFFFFF 0%, #ffffff 100%);
border-radius:15px !important;
box-shadow: 0px 1px 8px 3px rgb(0 0 0 / 10%);
position: relative;
z-index: 99; 
top:-30px; right:-55px; width:31% !important;
}
.bannerText{margin-bottom:24px;}
button {
    background: #029b62;
    border-radius: 5px;
    height: 45px;
    border: 0px;
    font-family: 'Poppins', sans-serif !important;
    min-width: 100%;
    color: #fff !important;
    font-size: 16px !important;
}
.leadform .frmFld.msg {
    font-size: 12px;
    line-height:20px;
    margin:0px !important;
	text-align:left;
  color:#000;
}
.frmFld{margin-top:15px !important;}
.leadform h2 {
    margin: 20px 0px !important;
    color: #000;
    font-size: 16px !important;
    line-height: 28px !important;
    text-align: center;
    font-weight: 600; padding:0px; -webkit-text-fill-color: black;
}
.leadform .h2{
    margin-bottom: 20px;
    color: #008453;
    font-size: 18px !important;
    line-height: 28px !important;
    text-align: center;
    font-weight: 600;
}
.leadform .form-select, .form-control{padding:6px 10px; color:#212529; font-weight:400;}
.leadform .resend{color: #212121; text-align: right; float: right; padding-top: 8px;text-decoration: underline; font-size:11px;}
.leadform .resend:hover{color: #212121; text-decoration: underline;}
.frmFld{margin-top:12px;}
.form-control.f-control, select.form-control.f-control{padding:6px 12px; border-radius:8px;
height:46px !important; position:relative; box-shadow:none;}
.form-control:focus{outline:none; box-shadow:none;}
.form-control::placeholder {color:#212529; opacity:1;}
:-ms-input-placeholder {color:#212529;}
::-ms-input-placeholder {color:#212529;}

button.btn.btn-primary.btn-submit {
    border: none;
	width:100%;
    background: 0 0;
    border-radius: 6px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 19px 8px;
    min-width: 140px;
    background: linear-gradient(120deg,#176e37 15px,#176e37 37%,#47d77c 99%);
    position: relative;
    z-index: 1;
    overflow: hidden;
    outline: 0;
    line-height: 1.42857143;
}

button.btn.btn-primary.btn-submit:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px;
    transition: all .5s ease-in;
}
.banner-section .btn-success {
  background: linear-gradient(90deg, #00c853, #009624);
  border: none;
  border-radius: 8px;
  font-weight: 600;
  padding: 12px 20px;
}


.section-heading {
    font-size:35px;
    font-weight: 700;
    background: linear-gradient(90.54deg, #18849C 0.12%, #20907F 44.95%, #279D60 100.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
	line-height:50px;
	text-align:left;
}

.section-text {
 font-family: 'Poppins', sans-serif;
    font-size:16px;
    line-height:30px;
    color: #555;
 
}

/* SECTIONS BACKGROUND WRAPPER */
.sections-bg-wrapper {
    background: url('../images/content-bg.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/* HERO SECTION */
.hero-section {
    background:url('../images/banner-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: white;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.hero-benefits {
    list-style: none;
    padding: 0;
}

.hero-benefits li {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.hero-benefits i {
    color: #4caf50;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.form-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.form-title {
    color: #1e3c72;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-control, .form-select {
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
}

.consent-text {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
    border: none;
    padding: 0.875rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    transition: transform 0.2s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #45a049 0%, #3d8b40 100%);
}

/* SERVICE INTRO */
.content-card {
background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
     padding: 0.1rem 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.content-card img {
    max-width: 90%;
    margin: 0 auto;
}

.service-intro {
 
}

.service-intro .content-card {
background-color: rgba(255, 255, 255, 0.5); /* light blur effect */
padding:40px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}
}

/* CUSTOMER FOOTFALL */
.customer-footfall {
  
}

.customer-footfall .content-card {
    background: #ffffff;
    overflow: visible;
	padding:40px 20px;
}

.customer-footfall .image-overflow {
    position: relative;
    margin-top: -117px;
    margin-bottom: -40px;
}

.customer-footfall .image-overflow img {
    max-width: 100%;
}

/* WHY PARTNER */
.why-partner {
    background:#f9f9f9;
}

.partner-heading {
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size:38px;
    line-height:45px;
    letter-spacing: 0%;
    color: #009688;
    margin-bottom:0px;
}

.partner-description {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a;
    max-width:1200px;
    margin-bottom: 3rem;
}

.partner-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 1.5rem;
    height: 100%;
}

.card-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.icon-placeholder {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 8px;
    flex-shrink: 0;
}

.card-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
    line-height: 1.4;
}

/* GET STARTED */
.get-started {
    background:#f9f9f9;
}

.step-card {
    padding: 1.5rem;
}

.step-icon {
    width: 80px;
    height: 80px;
  
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.step-icon span {
    font-size: 2rem;
    font-weight: 700;
    color: white;
}

.step-card h5 {
font-family: Poppins;
font-weight: 600;
 
font-size: 16px;
color:rgba(0, 0, 0, 1);
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.step-card p {
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 14px;
 
line-height:22px;
letter-spacing: 0%;
text-align: center;

	color: rgba(71, 76, 87, 1);

}
.stepbox{background:#e5eff9; 

color:#007aff;
opacity: 1;
top: 416px;
left: 132.5px;
gap: 10px;
border-radius: 20px;
padding: 10px;

    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;

}

/**********************************************************************/
/**************ReligareAgent Benefits section*********************/
 
.owl-item{display:inline-block !important;}
.benefits_wrap{background:#f9f9f9;}
.benefits{padding-top:50px;  max-width:1140px; margin:auto;}
.benefits-carousel {
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}

.benefit-tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin: 0;            /* ðŸ‘ˆ remove extra spacing */
}
.owl-carousel .owl-item {
  margin-right: 10px;   /* ðŸ‘ˆ control spacing with carousel margin */
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-nav.disabled+.owl-dots{display:none !important;}

/* Color classes */
.violet       { background: #e5e4fa; color: #333; }
.yellow       { background: #fff7cc; color: #333; }
.lavender     { background: #dedcf9; color: #333; }
.peach        { background: #ffe6d6; color: #333; }
.mint         { background: #dbf5e3; color: #333; }
.lightgreen   { background: #e0f9e1; color: #333; }

/**********************************************************************/
/**************Faq section*********************/

.faq{background:#f9f9f9; margin-top:-30px;}
.faq-section {
  max-width: 800px;
  margin:0rem auto;
  padding: 10px 1rem;
}

.faq-title {
  text-align: center;
  color: #157347;
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-top:0px;
}
button.faq-question{color:#000 !important;}
.faq-item {
  border-top: 1px solid #ddd;
  padding: 1rem 0;
}

.faq-item:first-child{border-top:none;}

.faq-question {
  background: none;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 1rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding-right: 1.5rem;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  color: #aaa;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding-top: 0.8rem;
  font-size: 0.95rem;
  color: #444;
}

.faq-item.active .faq-answer {
  display: block;
}



hr{margin:0px !important; width:80%}
 
 
 

/***************Back to Top***********************/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #0D90AB;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
 
/***************Media Query***********************/
@media (max-width: 767px) {
.banner-area {
    background: none;
    position: relative;
    background-size: auto !important;
}

.bannerText{background: none;}
.bannerfooter{bottom:-28px !important;}
.live{display:none;}

.leadform{margin-top:50px;}
h2{padding-bottom:0px; font-size:26px;}
.MiddlePortion{padding-top:0px;}
.header {padding: 10px 15px !important;}

.apply-box {flex-direction:column; align-items:flex-start;}
.banner-section h1 span{font-size:35px;}	  
.csp-hero{height:auto;}
.service_section{padding-top:50px;}
.section-heading{font-size:28px; line-height:35px;}
.banner-section .disclaimer{font-size:16px;}
.banner-section{padding:40px 15px; text-align:center; padding-bottom: 0px;}
.banner-section p {font-size:18px; margin-bottom:10px;}
.banner-section h1{font-size:30px; line-height:40px;}
.subtxt{font-size:18px; line-height:20px;}
.banner-section .d-flex{justify-content:left;}
.banner-section .card{padding: 1.5rem;}
.leadform{width:100% !important; position:inherit;}
.select2-container--default .select2-selection--single .select2-selection__rendered{text-align:left;}
.mobile_stracture{display:flex; flex-wrap:wrap;}
.mobile_stracture .spacer{display:none;}
.spacer{width:100%;}
.subtxt{margin-top:0px; width:100%;}
.mb-4.subtxt{border-right:1px dashed #ccc;}
.get-started{padding-top: 10px !important;}
.hero-image{display:none}
.scroll-card{padding:10px 0px;}
.scroll-card h2{font-size:27px; line-height:36px;}
.scroll-card#card2{margin-top:0px;}
.subline{font-size:20px; text-align:center;}
.service_section{margin-top:0px !important; padding-top:20px;}
.section-sub{font-size:17px;}
.scroll-text{padding:0px; height:400px !important;}
.partner-heading{font-size:28px; line-height:35px;}
.card{width:100%; padding:20px; margin-bottom:10px;}
.customer-footfall{padding-bottom:0px !important;}
.csp-steps h2{font-size:26px; line-height:36px;}
.step-box{flex-flow:column; max-width:100%; justify-content:flex-start; text-align:left; align-items: flex-start;}
.steps-wrapper{justify-content:left;}
.step-circle{margin:0px; margin-bottom:10px;}
.break{display:inline-block;}
.csp-benefits{padding-top:20px;}
.csp-benefits h2{padding-bottom:20px;}
.eligibility h2, .apply-process h2{font-size:26px;}
.eligibility h2, .apply-process h2{padding-bottom:20px;}
.benefits h2{padding-top:0px; padding-bottom:20px;}
.apply-grid {grid-template-columns: repeat(auto-fit, minmax(99%, 1fr));}
.faq-section{margin-top:0px;}
.faq-title{padding-top:0px;}
.step-card{padding-bottom:0px;}
 
}