.help-main h1{
	color: #004f76;
	font-weight: 600;
	font-size: 4.5rem;
    line-height: 1;
}
.help-main h1 span{
	color: #3949ab;
}
.help-main h5{
	color: #004f76;
	font-weight: 600;
	font-size: 22px;
}
.text-first{
	color: #3949ab;
}
.section-height-100{
	height: 100vh;
	min-height: 500px;
}
.font-bold {
    font-weight: 700;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-second {
    color: #004f76;
}
.font-semibold {
    font-weight: 600;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.items-start {
    align-items: flex-start;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.gap-2 {
    gap: .5rem !important;
}
.text-16{
	font-size: 16px;
}
.w-300{
	width: 300px;
}
.bg-first {
    --tw-bg-opacity: 1;
    background-color: rgb(57 73 171 / var(--tw-bg-opacity));
}
.border-first {
    --tw-border-opacity: 1;
    border-color: rgb(57 73 171 / var(--tw-border-opacity));
}
.rounded-md {
    border-radius: .375rem;
}

.text-third {
    --tw-text-opacity: 1;
    color: rgb(98 103 129 / var(--tw-text-opacity));
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}



.referral-section-2{
	--tw-bg-opacity: 1;
    background-color: rgb(246 248 252 / var(--tw-bg-opacity));
}
.number-box-w-h{
	width: 50px;
	height: 50px;
}
.h-full {
    height: 100%;
}
.bg-second {
    --tw-bg-opacity: 1;
    background-color: rgb(0 79 118 / var(--tw-bg-opacity));
}
.rounded-full {
    border-radius: 9999px;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}
.w-30{
	width: 30px;
}
.h-30{
	height: 30px;
}









@media only screen and (min-width: 1024px) {
    .lg-text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}













