@font-face {
    font-family: redhatdisplay;
    src: url(../fonts/RedHatDisplay-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: redhatdisplay;
    src: url(../fonts/RedHatDisplay-Medium.otf);
    font-weight: 500;
}
@font-face {
    font-family: redhatdisplay;
    src: url(../fonts/RedHatDisplay-Bold.otf);
    font-weight: 700;
}
@font-face {
    font-family: redhatdisplay;
    src: url(../fonts/RedHatDisplay-Black.otf);
    font-weight: 800;
}
:root {
    --font-redhat: redhatdisplay;
    --font-def-color: #000;
    --font-first-color: #ff0000;
    --font-second-color: #1268c0;
    --font-r: 400;
    --font-m: 500;
    --font-s-m: 600;
    --font-bold: 700;
    --font-black: 800;
}
body {
    margin: 0px;
    font-family: var(--font-redhat);
}
.set-img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}
.mt-50 {
    margin-top: 50px;
}
a {
    color: var(--font-def-color);
    text-decoration: none;
}

/* Genral CSS  */
.small-title {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.main-title {
    font-size: 32px;
    text-align: center;
    font-weight: var(--font-bold);
    text-transform: uppercase;
}
.small-text {
    font-size: 16px;
    line-height: 25px;
}
.color-blue {
    color: #256cb1
}
.f-20 {
    font-size: 20px;
}
.max-w-85{
    max-width:85%
}
.error{
    font-size: 11px;
    color: #ff0000;
    margin: 2px 0px;
}
/* Navbar CSS Start */
.navbar.black {
    background: rgba(0, 0, 0, 0.8);
    height: 80px;
    padding: 10px 50px;
}
.navbar .container .navbar-brand img {
    height: 60px;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
    color: var(--font-color);
    text-decoration: underline;
    font-size: 16px;
    font-weight: var(--font-r);
    padding: 0px 20px;
}

.sticky-nav.home{
    display: none;
}
.sticky-nav{
    background: #fff;
    width: 100%;
}
.sticky-nav.sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    top: -1px;
    left: 0px;
    background: #fff;
    animation: slideDown 0.5s ease-out;
    width: 100%;
    z-index: 999;
    display: block;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
/* Navbar CSS End */

/* Slider Section CSS Start */

/* Updated CSS 05-04-2025 */
.slider-section {
    /* background: rgb(10, 34, 66); */
    padding-top: 60px;
    background: linear-gradient(0deg, #014268 59%, #fff 40%);
    /* background: linear-gradient(320deg, rgba(10, 34, 66, 1) 30%, rgba(21, 119, 165, 1) 50%, rgba(10, 34, 66, 1) 70%); */
    /* background-image:url("../img/banner-images.jpg");
    background-size: cover; */
}

/* Updated CSS 05-04-2025 */

.slider-section .distributor-section{
    padding: 30px 0px 40px;
}
.text-yellow {
    font-size: 35px;
    color: #256cb1;
    font-weight: bold;
	margin-bottom:20px;
}
.text-size {
    font-size: 30px;
    color: #fff;
    line-height: 25px;
}

.text-size span {
    font-weight: 600;
    font-size: 45px;
}
.big-size {
    font-size: 50px;
    color: #eb2326;
    font-weight: bold;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 10px;
}
.small-size {
    font-size: 18px;
    color: #ffffff;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
}
.set-logo-btn {
    /* display: flex; */
    /* justify-content: center; */
    margin: 0px auto 20px;
	/* align-items: center; */
    padding-top: 40px;
    max-width: fit-content;
}
.join-btn-1 {
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0 10px;
    padding: 10px;
    background-color: transparent;
    /* color: #fff; */
    color: #fff;
    /* border: 1px solid #fff; */
    /* border: 1px solid #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
	height: 35px;
    width: 148px;
}
.large-text {
    font-size: 55px;
    color: #fcd404;
    display: inline-block;
    line-height: 60px;
    font-weight: bold;
}
.set-btm-border {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    display: inline-block;
}
.slider-section .distributor-info .distributor-become,
.slider-section .distributor-info .distributor-associate {
    font-size: 22px;
    color: var(--font-def-color);
    text-transform: uppercase;
    font-weight: var(--font-r);
    line-height: 37px;
    margin: 0px;
}
.slider-section .distributor-info .distributor-associate {
    line-height: 28px;
}
.slider-section .distributor-info .distributor-successful {
    font-size: 34px;
    color: var(--font-first-color);
    text-transform: uppercase;
    font-weight: var(--font-bold);
    line-height: 37px;
    margin: 0px;
}
.slider-section .distributor-info .distributor-india {
    font-size: 82px;
    color: var(--font-second-color);
    text-transform: uppercase;
    font-weight: var(--font-bold);
    line-height: 73px;
    margin: 0px;
}
.slider-section .distributor-info .distributor-mutual {
    font-size: 39px;
    color: var(--font-def-color);
    text-transform: uppercase;
    font-weight: var(--font-bold);
    line-height: 53px;
    margin: 0px;
}
.distributor-assets-fund {
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: #fff;
}
.set-line {
    border: 1px solid #ccc;
    height: 60px;
}
.distributor-assets-fund .distributor-box{
    gap: 10px;
}
.distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-subtitle {
    margin: 0px;
    font-size: 12px;
    font-weight: var(--font-r);
    line-height: 28px;
    text-transform: uppercase;
}
.distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title {
    margin: 0px;
    font-size: 32px;
    font-weight: var(--font-bold);
    line-height: 33px;
}
.distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title span:first-child {
    font-size: 28px;
}
.distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title span:last-child {
    font-size: 24px;
}
.distributor-details p {
    margin: 0px;
    text-align: center;
}
.distributor-details .pincodes {
    color: var(--font-def-color);
    font-size: 14px;
}
.note {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}
.sticky-highlight{
    margin: 20px;
}
.sticky-highlight .set-sticky {
    background-color: #f9ff0040;
}
.set-sticky {
    width: max-content;
    background-color: #fcd404;
    font-weight: 500;
    font-style: italic;
    margin: 5px auto;
    padding: 0px 5px;
}
/* .slider-images{
    position: relative;
} */
.slider-images img{
    position: absolute;
    bottom: 40px;
}

/* Updated CSS 05-04-2025 */

/* Slider Section CSS Start */

/* Form Section CSS Start */
.form-section {
    background: #fafafa;
    padding: 70px;
}

.form-title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 32px;
}

form {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
    row-gap: 22px;
}

.form-detail {
    max-width: 1041px;
    margin: auto;
}

.inputWithIcon input[type="text"], .inputWithIcon select {
    width: 325px;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    /* margin: 8px 0; */
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 13px;
    font-weight: var(--font-r);
    color: #111725;
}

 form .form-select option {
    color: #111725;
	font-family: var(--font-redhat);
}
.form-section form input[type="text"]:focus, .form-section  form select:focus {
   border-color: #256cb1;
    box-shadow: 0 0 8px 0 #256cb1;
}

.form-section .inputWithIcon.captcha input[type="text"] {
    padding-left: 120px;
}

.inputWithIcon.captcha .input-image {
    padding: 0px 13px 0px 13px;
    height: 50px;
    width: 110px;
    border-right: 1px solid #ebebeb;
}

.form-section form .inputWithIcon input[type="text"], .form-section form select {
    padding-left: 50px;
}
form .inputWithIcon input[type="text"].input-error {
    border-color: #ff0000;
}

form .inputWithIcon .inputWithIcon-inner {
    position: relative;
}

form .inputWithIcon .input-image {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0px 18px 0px 13px;
    color: #ededed;
    font-size: 25px;
}
form .inputWithIcon input[type="text"]:focus+.input-image, form .inputWithIcon select:focus+.input-image {
    color: dodgerBlue;
}

form .inputWithIcon.inputIconBg .input-image {
    background-color: #aaa;
    color: #fff;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px;
}

form .inputWithIcon.inputIconBg input[type="text"]:focus+.input-image {
    color: #fff;
    background-color: dodgerBlue;
}
form .inputWithIcon-btn{
    display: flex;
    gap: 10px;
}
form .inputWithIcon-btn .form-btn {
/*    width: 150px;	
    height: 50px;	*/
    padding:0 10px;
    background: #256cb1;
    font-size: 20px;
    font-weight: var(--font-bold);
    line-height: 37px;
    color: #fff;
    border: 2px solid #256cb1;
    border-radius: 4px;
    /* transition: 1s; */
}
form .inputWithIcon-btn .form-btn:hover {
    /* transition: 1s; */
    background: #fff;
    color: #256cb1;
    border: 2px solid #256cb1;
}
form .inputWithIcon-btn .form-btn.resend {
/*    width: 150px;	
    height: 50px;	*/
    padding:0 10px;
    background: #111725;
    font-size: 20px;
    font-weight: var(--font-bold);
    line-height: 37px;
    color: #fff;
    border: 2px solid #111725;
    border-radius: 4px;
    /* transition: 1s; */
    display: flex;
    justify-content: center;
    align-items: center;
}
form .inputWithIcon-btn .form-btn.resend:hover{
    background: #fff;
    color: #111725;
    border: 2px solid #111725;
}

.form-note .note-paragraph {
    font-size: 12px;
    font-weight: var(--font-r);
    color: var(--font-def-color);
    line-height: normal;
    margin-top: 25px;
}
.form-select:disabled{
    background-color: #fff;
    color: #ccc;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    color: #000 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
}
/* Form Section CSS End */

/* Eligible Section CSS Start  */
.eligible-section {
    padding: 80px 0px;
}
.eligible-images{
    width: 402px;
    height: 513px;
    position: relative;
}
.eligible-images .eligible-dot-img{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.eligible-images .eligible-slider{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    width: 359px;
    height: 478px;
    /* background: #dadbdf; */
}

.eligible-section .eligible-info .eligible-title {
    font-size: 28px;
    font-weight: var(--font-r);
    color: var(--font-def-color);
    line-height: 37px;
}

.eligible-section .eligible-info .eligible-title span {
    font-size: 32px;
    font-weight: var(--font-bold);
    color: var(--font-second-color);
    line-height: 37px;
}

.eligible-section .eligible-info .eligible-paragraph {
    font-size: 26px;
    font-weight: var(--font-r);
    color: var(--font-def-color);
    line-height: 34px;
    margin-top: 35px;
}

.eligible-section .eligible-info .eligible-paragraph span {
    color: #ff0000;
    font-weight: var(--font-bold);
}

.eligible-section .eligible-info .eligible-btn {
    padding: 10px 20px 10px 60px;
    color: #000;
    font-size: 26px;
    font-weight: var(--font-bold);
    border: 1px solid #ededed;
    line-height: 20px;
    background: #f6f6f6;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: left;
    gap: 14px;
    border-radius: 63px;
    margin-top: 31px;
    margin-left: 10px;
    position: relative;
    /* z-index: -2; */
    cursor: pointer;
    box-shadow: #ee884620 0px 0px 24px;
}

.eligible-section .eligible-info .eligible-btn span{
    font-size: 16px;
    font-weight: var(--font-r);
}

.eligible-info .eligible-btn .eligible-icon i{
    color: #fff;
    position: absolute;
    top: 0px;
    /* left: -20px; */
    left: 0px;
    width: 63px;
    height: 63px;
    font-size: 40px;
    background: #f2003e;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 6px;
}
.eligible-info .eligible-btn .eligible-icon::after{
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    background: #ee8846;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    z-index: 1;
}

.waves {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #ee8846;
    opacity: 0;
    border-radius: 100%;
    left: -18px;
    bottom: -18px;
    z-index: 0;
    animation: waves 3s ease-in-out infinite;
}
.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.modal-content {
    background: transparent;
    border: none;
}

.modal-content .modal-body {
    position: relative;
}

.modal-content .modal-body .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #1268b3;
    font-weight: bolder;
    background: #fff;
    border-radius: 50px;
    background-image: none;
    opacity: 1;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content .modal-body video {
    width: 100%;
}
.modal-content .modal-body .video-section {
    height: 430px;
}


/* Eligible Section CSS End  */

/* Financial Section CSS Start */
.financial-section {
    padding: 60px 0px;
}

.financial-section .financial-title .financial-title-inner {
    font-size: 32px;
    font-weight: var(--font-bold);
    color: var(--font-second-color);
    line-height: 36px;
}

.financial-section .financial-title .financial-subtitle {
    font-size: 14px;
    font-weight: var(--font-r);
    color: var(--font-def-color);
    line-height: 17px;
}

.financial-section .financial-option {
    display: flex;
    gap: 94px;
    row-gap: 63px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 46px 0px 36px;
}

.financial-section .financial-option .financial-content {
    text-align: center;
    width: 200px;
}

.financial-section .financial-option .financial-content .financial-content-title {
    font-size: 14px;
    text-align: center;
    font-weight: var(--font-r);
    color: #494949;
    line-height: 21px;
    text-transform: uppercase;
}

.financial-section .financial-info .financial-info-inner {
    font-size: 12px;
    text-align: center;
    font-weight: var(--font-r);
    color: #333333;
    line-height: 21px;
}

/* Financial Section CSS End */

/* MF Industry Growth Section CSS Start */
.heading {
    text-align: center;
    margin-bottom: 70px;
}
.title-sub {
    font-size: 25px;
    line-height: normal;
    color: #000;
}
.title-main {
    font-size: 35px;
    line-height: 30px;
    color: #1268b3;
    margin-bottom: 0px;
}
.detail {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
p.detail {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    max-width: 85%;
    margin-top: 30px;
    margin-bottom: 35px;
}
.mf-section {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mf-box-section.text-center {
    padding: 20px;
    width: 31%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	height: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mf-text {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}
.mf-title {
    font-size: 29px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}
.mf-title span {
    font-size: 17px;
}
.mf-section .mf-box-section:nth-child(1) {
    background: #5dabef;
}
.mf-section .mf-box-section:nth-child(3) {
    background: #1579d1;
}
.mf-section .mf-box-section:nth-child(2) {
    background: #2e93ea;
}

.mf-years {
    background: #1268b3;
    padding: 10px;
    font-size: 16px;
    width: max-content;
    line-height: 12px;
    color: #fff;
    font-weight: 500;
    margin-top: 25px;
}
.source-text {
    font-size: 12px;
    line-height: normal;
    margin-top: 10px;
    font-weight: var(--font-r);
}
/* MF Industry Growth Section CSS End */

/* Opportunity Section CSS Start */
.opportunity-section {
    padding-top: 60px;
}
/* Updated CSS 05-04-2025 */
.opportunity-section.slider-section{
    padding: 60px 0px;
    padding-bottom: 90px;
    background: linear-gradient(320deg, rgba(10, 34, 66, 1) 30%, rgba(21, 119, 165, 1) 50%, rgba(10, 34, 66, 1) 70%);
}
/* Updated CSS 05-04-2025 */
.opportunity-section .row {
    row-gap: 20px;
}

.opportunity-box {
    border: 3px solid #fff;
    padding: 40px 0px;
    width: 90%;
    margin: auto; 
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.opportunity-box.color-1 {
    background: #164f91;
}

.opportunity-box.color-2 {
    background: #0752a7;
}

.opportunity-box.color-3 {
    background: #529df3;
}

.opportunity-box.color-4 {
    background: #ec2028;
}

.opportunity-box .title-main {
    font-size: 22px;
    line-height: normal;
    color: #fff;
}

.opportunity-box .title-main span {
    color: #f9ff00;
}

.opportunity-box .title-sub {
    font-size: 102px;
    line-height: normal;
    color: #fff;
    line-height: 1.1;
}

.opportunity-box .title-count {
    font-size: 30px;
    line-height: normal;
    color: #fff;
}
/* Opportunity Section CSS End */

/* Mutual Fund Distributor Section CSS Start */
.set-text {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background-color: #1268c0;
    width: max-content;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 10px;
}

.mutual-fund-distributor-section {
    padding: 60px 0px;
    overflow-y: hidden;
}

.mutual-fund-distributor-section .mutual-fund-title {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
}

.mutual-fund-distributor-section .mutual-fund-title .mutual-title-inner {
    font-size: 28px;
    font-weight: var(--font-r);
    color: var(--font-def-color);
    line-height: 36px;
}

.mutual-fund-distributor-section .mutual-fund-title .mutual-subtitle {
    font-size: 36px;
    font-weight: var(--font-bold);
    color: var(--font-second-color);
    text-transform: uppercase;
}

.mutual-fund-distributor-section .steps-by-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
    margin-top: 62px;
    margin-bottom: 60px;
}

.mutual-fund-distributor-section .steps-by-steps .steps-by-info {
    width: 300px;
    text-align: center;
    position: relative;
}

.mutual-fund-distributor-section .steps-by-steps .steps-by-info::after {
    content: '';
    background-image: url(../img/icon/steps-arrow.jpg);
    background-repeat: no-repeat;
    width: 250px;
    height: 14px;
    position: absolute;
    top: 28%;
    left: 10px;
    transform: translate(105%, 0%);
}

.mutual-fund-distributor-section .steps-by-steps .steps-by-info:last-child:after {
    content: none;
}

.mutual-fund-distributor-section .steps-by-steps .steps-by-info .steps-by-title {
    margin-top: 16px;
    font-weight: var(--font-r);
    color: var(--font-def-color);
}
.steps-by-info .steps-images{
    position: relative;
    width: max-content;
    margin: auto;
}
.set-count{
    color: #fff;
    font-size: 25px;
    font-weight: var(--font-bold);
    background: #1268b3;
    border-radius: 50px;
    position: absolute;
    top: -15px;
    left: -15px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.set-count::after {
    animation: 2s ease 0s normal none infinite running waves-outline;
    background-color: transparent;
    border-radius: inherit;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

@keyframes waves-outline {
    0% {
        box-shadow: 0 0 1px 1px rgba(63, 81, 181, 0.8) inset;
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 1px 1px rgba(63, 81, 181, 0.8) inset;
    }
    100% {
        box-shadow: 0 0 1px 1px rgba(63, 81, 181, 0) inset;
        transform: scale(1.4);
    }
}


/* Mutual Fund Distributor Section CSS End */

/* Support Section CSS Start */
.main-timeline {
    position: relative;
}

.main-timeline:after {
    content: "";
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 2px;
    height: 540px;
    z-index: -1;
    background-image: linear-gradient(1800deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc, #ccc, #ccc, #ccc, #ccc);
    background-size: 3px 20px, 100% 20px;
}

.main-timeline .timeline {
    width: 50%;
    padding: 0 70px 0 0;
    margin: 0 70px 0 0;
    float: left;
    position: relative;
}

.main-timeline .timeline-content {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    position: relative;
    text-align: right;
}

.main-timeline .timeline-content:after {
    content: "";
    background: #e50091;
    height: 16px;
    width: 16px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: -8px;
    top: 50%;
}

.main-timeline .timeline-content:after {
    transform: translateY(-50%) rotate(0);
    right: -100px;
    width: 100px;
    height: 5px;
    z-index: -1;
}

.main-timeline .timeline-icon {
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    right: -113px;
    transform: translate(0%, -50%);
}

.main-timeline .timeline-icon img {
    width: 75px;
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 7px 0;
}

.main-timeline .description {
    font-size: 13px;
    color: #000;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    padding: 0 0 0 70px;
    margin: 0 0 0 50px;
    float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: left;
}

.main-timeline .timeline:nth-child(even):before {
    left: auto;
    right: -71px;
}

.main-timeline .timeline:nth-child(1) .timeline-content {
    border-right: 5px solid #fbb040;
    border-bottom: 5px solid #fbb040;
}

.main-timeline .timeline:nth-child(1) .timeline-content:after {
    background: #fbb040;
}

.main-timeline .timeline:nth-child(2) .timeline-content {
    border-left: 5px solid #8dc63f;
    border-bottom: 5px solid #8dc63f;
}

.main-timeline .timeline:nth-child(2) .timeline-content:after {
    background: #8dc63f;
}

.main-timeline .timeline:nth-child(3) .timeline-content {
    border-right: 5px solid #1ab19a;
    border-bottom: 5px solid #1ab19a;
}

.main-timeline .timeline:nth-child(3) .timeline-content:after {
    background: #1ab19a;
}

.main-timeline .timeline:nth-child(4) .timeline-content {
    border-left: 5px solid #238887;
    border-bottom: 5px solid #238887;
}

.main-timeline .timeline:nth-child(4) .timeline-content:after {
    background: #238887;
}

.main-timeline .timeline:nth-child(5) .timeline-content {
    border-right: 5px solid #1382b1;
    border-bottom: 5px solid #1382b1;
}

.main-timeline .timeline:nth-child(5) .timeline-content:after {
    background: #1382b1;
}

.main-timeline .timeline:nth-child(6) .timeline-content {
    border-left: 5px solid #4d57a6;
    border-bottom: 5px solid #4d57a6;
}

.main-timeline .timeline:nth-child(6) .timeline-content:after {
    background: #4d57a6;
}

.main-timeline .timeline:nth-child(7) .timeline-content {
    border-right: 5px solid #764098;
    border-bottom: 5px solid #764098;
}

.main-timeline .timeline:nth-child(7) .timeline-content:after {
    background: #764098;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    left: -8px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    right: auto;
    left: -100px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    right: auto;
    left: -113px;
}

/* Support Section CSS End */

/* Tab and accordion Section and Best in class Section Start  */

.tab-paragraph {
    text-align: left;
    color: var(--font-def-color);
    font-weight: var(--font-bold);
    font-size: 14px;
    line-height: 25px;
}

.tab-paragraph1 {
    color: var(--font-def-color);
    font-weight: var(--font-bold);
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

.tab-paragraph li {
    display: inline-block;
    width: 48%;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
}
.success-video-section .row{
    align-items: center;
}

.success-video-section .nav-link.tab-btn{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.success-video-section .set-text{
    display: block;
}
/* Tab and accordion Section and Best in class Section End */

/* FAQ Section CSS Start */
.faq-section .faq-title .faq-title-inner {
    font-size: 31px;
    font-weight: var(--font-bold);
    color: var(--font-second-color);
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 30px;
}

.faq-section .accordion .accordion-item {
    border: none;
    border-left: 5px solid var(--font-second-color);
    background: #f1f1f1;
}

.accordion-button.collapsed:before,
.accordion-button.collapsed:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0 0 -8px;
    background: var(--font-def-color);
    border-radius: 2px;
}

.accordion-button.collapsed::after {
    right: 20px;
    width: 15px;
    height: 3px;
    margin-top: -1px;
    background: var(--font-def-color);
}

.accordion-button.collapsed:before {
    right: 26px;
    width: 4px;
    height: 15px;
    margin-top: -7px;
    background: var(--font-def-color);
}

.accordion-button:before,
.accordion-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0 0 -8px;
    background: var(--font-def-color);
    border-radius: 2px;
}

.accordion-button::after {
    right: 20px;
    width: 15px;
    height: 3px;
    margin-top: -1.5px;
    background: var(--font-def-color);
}

.accordion-button:before {
    width: 0px;
    height: 0px;
    margin-top: -7.5px;
    background: var(--font-def-color);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    font-weight: var(--font-bold);
    height: 48px;
    padding-left: 15px;
    background: #f1f1f1;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.faq-section .accordion-body{
    background: #fff;
    border-right: 1px solid #f1f1f1;
}

.faq-section .accordion-body a{
    color: #1268c0;
    font-weight: var(--font-bold);
    text-decoration: underline;
}

.accordion-load.accordion-faq {
    /* display: none; */
    margin-bottom: 5px;
}

.accordion.accordion-flush .load-more-btn {
    margin-top: 20px;
}

.accordion.accordion-flush .load-more-btn .loadMore {
    text-align: center;
    margin-left: 20px;
    color: var(--font-def-color);
    font-weight: var(--font-bold);
    text-decoration: underline;
    cursor: pointer;
    transition: all 600ms ease-in-out;
}

.accordion.accordion-flush .load-more-btn .loadMore:hover {
    background-color: #fff;
    color: var(--font-second-color);
    text-decoration-color: var(--font-second-color);
}

/* FAQ Section CSS End */

/* Footer Section CSS Start */
Footer.footer-section {
    margin-top: 60px;
}
.footer-details {
    border-top: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    padding: 25px 0px;
    align-items: center;
    justify-content: space-between;
}

.footer-details .footer-info .footer-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: var(--font-bold);
    color: var(--font-def-color);
}

.footer-details .footer-info .footer-title span {
    font-size: 34px;
    color: var(--font-second-color);
}

.footer-details .footer-info .footer-title.delivery-by {
    font-size: 9px;
    line-height: 10px;
    font-weight: var(--font-r);
    color: #6b6b6b;
}

.footer-details .footer-btn .join-btn {
    width: 297px;
    height: 61px;
    background: #40a8ff;
    border: 2px solid #40a8ff;
    border-radius: 5px;
    font-size: 26px;
    font-weight: var(--font-r);
    color: #fff;
    text-transform: uppercase;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-details .footer-btn .join-btn:hover {
    background: var(--font-def-color);
    border-color: var(--font-def-color);
    transition: 1s;
    color: #fff;
}

.footer-details .footer-btn .join-btn:focus {
    background: #40a8ff;
    border-color: #40a8ff;
}

.company-details {
    padding: 25px 0px 15px;
    border-bottom: 1px solid #9a9a9a;
}

.company-details .company-name {
    font-size: 28px;
    line-height: 30px;
    font-weight: var(--font-bold);
    color: var(--font-def-color);
}

.company-details .company-date {
    font-size: 11px;
    line-height: 30px;
    font-weight: var(--font-bold);
    color: var(--font-def-color);
}

.company-details .company-add1 {
    font-size: 13px;
    line-height: 28px;
    font-weight: var(--font-bold);
    color: var(--font-def-color);
}

.company-details .company-add2 {
    font-size: 13px;
    line-height: 20px;
    font-weight: var(--font-r);
    color: var(--font-def-color);
}

.copyright-section {
    margin-bottom: 50px;
}

.copyright-section .copyright-more-info {
    margin: 18px 0px 10px;
}

.copyright-section .copyright-more-info .copyright-link {
    font-size: 14px;
    font-weight: var(--font-r);
}

.copyright-section .copyright-text .copyright-title {
    font-size: 14px;
    font-weight: var(--font-r);
}

/* Footer Section CSS End */



.fix-button{
    position: fixed;
    top: 50%;
    right: -80px;
    transform: rotate(-90deg);
    z-index: 5;
}
.fix-button .open-btn{
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background: #40a8ff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px 10px 0px 0px;
    transition: 0.5s;
}
.fix-button .open-btn:hover{
    background: #555;
    transition: 0.5s;
}

.fix-button .open-btn:focus{
    background: #40a8ff;
    transition: 0.5s;
}



/* Tab CSS Start */
.ceo-wrapper {
    margin: 150px 0px 50px;
}

.ceo-wrapper1 {
    padding: 60px 0;
}

.v-align {
    display: flex;
    align-items: center;
}

.tab-btn.active {
    background-color: #f6f8fb !important;
    color: #000 !important;
}

.tab-btn {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    border: none !important;
    text-align: left;
    border-radius: 0 !important;
    padding: 15px 20px;
    text-align: left;
    color: #000;
}

.video-height {
    height: 400px;
}

.set-video {
    width: 100%;
    height: 100%;
}

.bg-blue {
    background-color: #ffffff;
    border: 1px solid #ededed;
}

.right-panel {
    text-align: center;
}

.place-img {
    margin-top: -170px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}
/* tab CSS End */


/* FAQ page css */
 .faq-section .accordion-body p {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 10px;
    }
    .faq-section .accordion-body ol li {
        font-size: 14px;
        text-align: justify;
        margin-top: 10px;
    }
    .faq-section .accordion-body .table.table-bordered tr td{
        font-size: 14px;
    }
/* FAQ page css */

/* Other page CSS Start */
.other-page-section .title {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 5px;
}
.other-page-section .support-title-l{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    padding: 5px 0;
}

.other-page-section .l-footer p {
    padding-right: 20%;
    color: #000;
    line-height: 25px;
    margin-bottom: 1em;
    margin-top: 1em;
}

.other-page-section .r-footer {
    display: flex;
    flex-flow: row wrap;
}

.other-page-section .footer {
    display: flex;
    flex-flow: row wrap;
    color: #0000;
}

.other-page-section .box p {
    color: #000;
    line-height: 25px;
    margin-bottom: 1em;
    margin-top: 1em;
}

.other-page-section .mt50{
    margin-top: 50px;
}

.other-page-section p{
    margin-bottom: 1em;
    margin-top: 1em;
}



@media screen and (min-width: 600px){
    .l-footer {
        flex: 2 0px;
    }
    .r-footer {
        flex: 1 200px;
    }
    .r-footer > * {
        flex: 1;
    }
}

/* ------------------------ Mobile View --------------------------- */

@media (max-width: 991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}

@media (max-width:1440px) {
    .footer-banner .banner-images {
        width: 100%;
    }
}

@media (max-width:1390px) {
    .main-timeline:after {
        content: none;
    }
}

@media (max-width: 1366px) {
    .mf-years {
        width: 100%;
        line-height: 20px;
        font-size: 15px;
    }
    .mf-box-section.text-center {
        padding: 17px;
    }
    .mf-text {
        font-size: 14px;
    }
    .mf-title {
        font-size: 25px;
        line-height: 20px;
    }
    .mf-title span {
        font-size: 13px;
    }
}

@media (max-width : 1280px) {
    /* font-size */
    .text-yellow {
        font-size: 29px;
    }
    .big-size {
        font-size: 45px;
    }
    .text-size {
        font-size: 25px;
        line-height: 17px;
    }
    .large-text {
        font-size: 45px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-subtitle {
        font-size: 11px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title {
        font-size: 30px;
        line-height: 30px;
    }
    .distributor-assets-fund {
        align-items: center;
        justify-content: center;
        gap: 20px;
        color: #fff;
    }
}
@media (max-width: 1199px) {   
    .mf-box-section.text-center {
        height: 135px;
    }
    .eligible-images .eligible-slider {
        right: 25px;
    }
    .mutual-fund-distributor-section .steps-by-steps {
        gap: 5px;
    }
    .mutual-fund-distributor-section .mutual-fund-title {
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width:1024px) and (max-width : 1280px) {
    /* font-size */
    .text-yellow {
        font-size: 29px;
    }
    .big-size {
        font-size: 45px;
    }
    .text-size {
        font-size: 25px;
        line-height: 17px;
    }
    .large-text {
        font-size: 45px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-subtitle {
        font-size: 11px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title {
        font-size: 30px;
        line-height: 30px;
    }
    .distributor-assets-fund {
        align-items: center;
        justify-content: center;
        gap: 20px;
        color: #fff;
    }
}

@media (min-width:960px) and (max-width : 1024px) {
    /* margin padding */
    .eligible-section {
        padding: 40px 0px;
    }
    .financial-section {
        padding: 30px 0px;
    }
    .set-btm-border {
        margin-bottom: 10px;
    }
    .set-logo-btn {
        margin: 0px auto;
    }
    .small-size {
        margin-bottom: 10px;
    }
    .note {
        margin-top: 10px;
    }
    /* font-size */
    .text-yellow {
        font-size: 23px;
        margin-bottom: 5px;
    }
    .big-size {
        font-size: 37px;
    }
    .text-size.mb-3 {
        font-size: 18px;
        line-height: 17px;
        margin-bottom: 10px !important;
    }
    .large-text {
        font-size: 36px;
    }
    .main-title {
        font-size: 23px;
    }
    .mutual-fund-distributor-section .mutual-fund-title .mutual-title-inner {
        font-size: 22px;
        line-height: 15px;
    }
    .set-text {
        font-size: 20px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-subtitle {
        font-size: 11px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title {
        font-size: 23px;
        line-height: 30px;
    }
    .distributor-assets-fund .distributor-box {
        gap: 0px;
        flex-direction: column;
        text-align: center;
    }
    .set-line {
        border: 1px solid #ccc;
        height: 130px;
    }
    .financial-section .financial-option {
        gap: 10px;
        row-gap: 40px;
    }
    .slider-section .distributor-section{
        padding: 20px 0px;
    }
}

@media (max-width: 1199px) {
    .main-timeline:after {
        height: 790px;
    }
    .mf-box-section.text-center {
        height: 135px;
    }
    .eligible-images .eligible-slider {
        right: 25px;
    }
    .mutual-fund-distributor-section .steps-by-steps {
        gap: 5px;
    }
    .mutual-fund-distributor-section .mutual-fund-title {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width:1200px) and (min-width: 992px) {
    /* Form Section CSS Start  */
    .form-section .form-detail {
        max-width: 683px;
        margin: auto;
    }
    /* Form Section CSS End  */
    /* MF Distributor Section CSS Start  */
    .distributor-section .distributor-images .distributor-images-inner {
        width: 100%;
    }
    /* MF Distributor Section CSS End  */
    /* eligible Section CSS Start */
    .eligible-section .eligible-images .eligible-images-inner {
        width: 100%;
    }
    /* eligible Section CSS End */
    /* Unique Section CSS Start  */
    .unique-section .icon-arrow-right::after {
        right: -7px;
    }
    /* Unique Section CSS End  */
}
@media (max-width: 1024px) {
    /* Form Section CSS Start  */
    .form-section .form-detail {
        max-width: 683px;
        margin: auto;
    }
    /* Form Section CSS End  */
    /* Mutual Fund Distributor Section CSS Start */
    .mutual-fund-distributor-section .steps-by-steps .steps-by-info {
        width: 300px;
    }
    .mutual-fund-distributor-section .steps-by-steps .steps-by-info::after {
        transform: translate(175%, 0%);
        content: none;
    }
    .mutual-fund-distributor-section .steps-by-steps .steps-by-info:nth-child(2):after {
        content: none;
    }
    /* Mutual Fund Distributor Section CSS End */
    /* MF Distributor Section CSS Start  */
    .distributor-section .distributor-images .trusted-section {
        width: 170px;
        height: 170px;
        right: 0%;
        left: auto;
        transform: translate(0%, -88%);
    }
    .distributor-section .distributor-images .trusted-section .trusted-inner::after {
        width: 150px;
        height: 150px;
    }
    /* MF Distributor Section CSS End  */
    .max-w-85{
        max-width: 100%;
    }
    p.detail {
        max-width: 100%;
        margin: 10px 0px;
    }
    .mutual-fund-distributor-section .mutual-fund-title {
        flex-direction: column;
        align-items: center;
    }
    .distributor-assets-fund {
        gap: 10px;
    }
    .distributor-assets-fund .distributor-box{
        flex-direction: column;
        text-align: center;
    }
    .set-line {
        height: 100px;
    }
    .financial-section .financial-option {
        gap: 10px;
        row-gap: 40px;
    }
    .slider-section .distributor-section{
        padding: 20px 0px;
    }

    
    /* Slider Section CSS Start 05-04-2025 */
    .slider-section {
        background: linear-gradient(0deg, #014268 63.5%, #fff 40%);
    }
    /* Slider Section CSS End 05-04-2025 */
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        padding: 0px;
        border: none;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
        border-radius: 0px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
        padding: 15px;
        font-size: 14px;
        line-height: 19px;
        text-decoration: none !important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link:hover {
        background: #f2f2f2;
        color: #1268b3;
    }
}

@media (max-width: 991px) {
    /* Navbar CSS Start */
    .navbar .container {
        position: relative;
    }
    .navbar .navbar-toggler {
        border: none;
    }
    .navbar .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle{
        text-decoration: none;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        padding: 15px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin: 0px;
        box-shadow: none;
        border-radius: 0px;
        background-color: #ededed;
        border: none;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
        padding: 15px;
        font-size: 14px !important;
        line-height: 19px;
        border: none !important;
        text-decoration: none !important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link:hover {
        background: #f2f2f2;
        color: #1268b3;
    }
    /* Navbar CSS End */
    /* FAQ Section CSS Start */
    .faq-section .accordion .accordion-item .accordion-header .accordion-button {
        height: auto;
        margin-left: 0px;
        padding-left: 15px;
        padding-right: 40px;
    }
    .faq-section .faq-title .faq-title-inner {
        font-size: 27px;
    }
    /* FAQ Section CSS End */
    /* Footer Section CSS Start */
    .footer-details {
        display: flex;
    }
    /* Footer Section CSS End */
    /* Mutual Fund Distributor Section CSS Start */
    .place-img {
        margin-top: 0px;
    }
    /* Mutual Fund Distributor Section CSS End */
    /* MF Distributor Section CSS Start  */
    .distributor-section .distributor-images {
        text-align: center;
    }
    .distributor-section .distributor-images .distributor-images-inner {
        /* width: 100%; */
        margin-top: 30px;
    }
    /* MF Distributor Section CSS End  */
    /* eligible Section CSS Start */
    .eligible-section .eligible-images {
        text-align: center;
        margin: auto;
        margin-bottom: 20px;
    }
    .eligible-images .eligible-slider {
        right: 0px;
    }
    .eligible-section .eligible-images .eligible-images-inner {
        /* width: 100%; */
        margin-bottom: 30px;
    }
    /* eligible Section CSS End */
    .mutual-fund-distributor-section .mutual-fund-title {
        flex-direction: column;
        align-items: center;
    }
    .ceo-wrapper1 {
        padding: 30px 0;
    }
    .ceo-wrapper {
        margin: 30px 0px;
    }
    .footer-details .footer-btn .join-btn {
        width: 250px;
        height: 50px;
    }
    .form-section form{
        justify-content: center;
    }
    .form-section form input[type="text"], .form-section form select {
        width: 305px;
    }
    .form-section form .inputWithIcon-btn .form-btn, .form-section form .inputWithIcon-btn .form-btn.reset {
        height: 50px;
    }
    /* New section css add in page */
    section {
        padding: 30px 0px;
    }
    .opportunity-section {
        padding-top: 20px;
    }
    .opportunity-section.slider-section {
        padding-bottom: 60px;
    }
    .mf-source {
        padding-bottom: 30px;
    }
    .video-height {
        height: 350px;
    }
    
    .mf-box-section.text-center {
        height: 100px;
    }
    .financial-section .financial-option .financial-content {
        text-align: center;
        width: 160px;
    }
    .opportunity-box {
        width: 100%;
    }
    .mutual-fund-distributor-section .steps-by-steps {
        gap: 10px;
    }
    .mutual-fund-distributor-section .steps-by-steps .steps-by-info {
        width: 225px;
    }
    .set-sticky {
        font-size: 14px;
    }
    .text-yellow, .big-size {
        font-size: 25px;
           margin-bottom: 10px;
    }
    .text-size {
           font-size: 20px;
    		line-height: 25px;
    }
	.text-size strong{           font-size: 22px;}
    .small-size {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 24px;
    }
    .set-logo-btn{
        margin: 20px auto;
    }
    .join-btn-1 {
        font-size: 20px;
    }
    .large-text {
        font-size: 32px;
        line-height: 30px;
    }
    .eligible-section .eligible-info .eligible-btn {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 20px 10px 50px;
    }
    .main-title {
        font-size: 25px;
    }
    .eligible-section .eligible-info .eligible-btn span {
        font-size: 15px;
    }
    .eligible-info .eligible-btn .eligible-icon::after {
        width: 61px;
        height: 61px;
        top: 1px;
    }
    .eligible-info .eligible-btn .eligible-icon i {
        width: 53px;
        height: 53px;
        top: 5px;
    }
    .waves {
        width: 90px;
        height: 90px;
        left: -19px;
        bottom: -14px;
    }
    .small-title {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .main-title {
        font-size: 23px;
    }
    .opportunity-section.slider-section {
        padding: 40px 0px;
        padding-bottom: 50px;
    }
    .opportunity-section {
        padding-top: 0px;
    }
    .set-text {
        font-size: 14px;
        font-weight: normal;
     }
    .mutual-fund-distributor-section {
        padding: 40px 0px;
    }
    .heading .main-title {
        font-size: 18px;
    }
    .heading .small-title{
        line-height: 20px;
    }
    .tab-btn {
        font-size: 14px;
        padding: 15px 30px 15px 20px;
    }
    .faq-section .faq-title .faq-title-inner {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .company-details .company-name {
        font-size: 20px;
        line-height: 15px;
    }
    .opportunity-section .small-title{
        margin-bottom: 0px;
    }
    .opportunity-section .small-text {
        font-size: 14px;
        line-height: 25px;
    }
    .opportunity-box {
        border: 2px solid #fff;
    }
    .mutual-fund-distributor-section .mutual-fund-title .mutual-subtitle {
        font-size: 24px;
        line-height: 1;
    }
    .mutual-fund-distributor-section .mutual-fund-title {
        display: unset;
        text-align: center;
    }
    .faq-section .accordion-body p {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 10px;
    }
    .faq-section .accordion-body ol li {
        font-size: 14px;
        text-align: justify;
        margin-top: 10px;
    }
    .faq-section .accordion-body .table.table-bordered tr td{
        font-size: 14px;
    }
    Footer.footer-section {
        margin-top: 40px;
    }
    .footer-details {
        justify-content: center;
        align-items: center;
    }
    .footer-details .footer-info {
        text-align: center;
    }
    .footer-details .footer-info .footer-title {
        font-size: 20px;
        line-height: 25px;
    }
    .ceo-wrapper1 .d-flex .set-img{
        margin: auto;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title {
        font-size: 19px;
        line-height: 26px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-subtitle {
        font-size: 10px;
        line-height: 10px;
    }
    .distributor-assets-fund .distributor-box img {
        margin-right: 5px;
        width: 50px;
    }
    .set-text {
        font-size: 20px;
    }
    .eligible-section .eligible-info .eligible-title span {
        font-size: 19px;
    }
    .eligible-section .eligible-info .eligible-title {
        font-size: 16px;
        line-height: 0px;
    }
    .eligible-section .eligible-info .eligible-paragraph {
        font-size: 20px;
        margin-top: 5px;
        line-height: 22px;
    }


    /* Slider Section CSS Start 05-04-2025 */
    .slider-section {
        padding-top: 10px;
        background: linear-gradient(0deg, #014268 67.5%, #fff 40%);
        padding-top: 30px;
    }
    /* .set-btm-border h2 {
    } */
    .text-size span.suc {
        font-size: 30px;
    }
    /* Slider Section CSS End 05-04-2025 */
}

@media (max-width: 880px) {
    /* Footer Section CSS Start */
    .footer-details {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
    /* Footer Section CSS End */
}

@media (max-width: 768px) {
    /* Form Section CSS Start  */
    .form-section .form-detail {
        max-width: 100%;
        margin: auto;
    }
    .form-section form {
        flex-direction: column;
        row-gap: 12px;
    }
    .form-section form input[type="text"], .form-section form select {
        width: 100%;
    }
    /* Form Section CSS End  */
    /* Mutual Fund Distributor Section CSS Start */
    .mutual-fund-distributor-section .mutual-fund-title .mutual-title-inner {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .mutual-fund-distributor-section .mutual-fund-title .mutual-subtitle {
        font-size: 24px;
    }
    .mutual-fund-distributor-section .steps-by-steps .steps-by-info::after {
        content: none;
    }
    /* Mutual Fund Distributor Section CSS End */

    /* Form Section CSS Start */
    .slider-section .distributor-info {
        margin-top: 10px;
    }
    .distributor-assets-fund {
        gap: 20px;
        margin-top: 10px;
    }
    .slider-section .distributor-info .distributor-become,
    .slider-section .distributor-info .distributor-associate {
        font-size: 18px;
        line-height: 18px;
    }
    .slider-section .distributor-info .distributor-successful {
        font-size: 24px;
        line-height: 27px;
    }
    .slider-section .distributor-info .distributor-india {
        font-size: 68px;
        line-height: 53px;
    }
    .slider-section .distributor-info .distributor-mutual {
        font-size: 34px;
        line-height: 40px;
    }
    .distributor-details {
        margin-top: 30px;
    }
    /* Form Section CSS End */
    .inputWithIcon-btn{
        text-align: center;
    }
    .form-section form .inputWithIcon-btn .form-btn, .form-section form .inputWithIcon-btn .form-btn.reset {
        width: 100px !important;
        height: 40px !important;
        font-size: 17px !important;
    }
    .navbar .container .navbar-brand img{
        height: 55px;
    }
    .modal-content .modal-body .video-section {
        height: 320px;
    }
    .video-height {
        height: 300px;
    }
    .opportunity-box {
        padding: 15px 10px;
    }
    .opportunity-box .title-main {
        font-size: 17px;
    }
    .opportunity-box .title-sub {
        font-size: 60px;
    }
    .opportunity-box .title-count {
        font-size: 17px;
    } 

    /* Slider Section CSS Start 05-04-2025 */
    .slider-section {
        background: linear-gradient(0deg, #014268 68.5%, #fff 40%);
    }
    /* Slider Section CSS End 05-04-2025 */
}

@media (max-width:767px) {
    .set-sticky {
        width: fit-content;
        text-align: center;
    }
    .set-text {
        width: fit-content;
    }
    .tab-paragraph li {
        display: inline-block;
        width: 100%;
    }
    .form-section {
        padding: 40px 0px;
    }
    /* New section css add in page */
    .heading {
        margin-bottom: 40px;
    }
    .main-timeline .timeline:nth-child(1) .timeline-content {
        border-left: 5px solid #fbb040;
        border-right: none;
        border-bottom: 5px solid #fbb040;
    }
    .main-timeline .timeline:nth-child(1) .timeline-content:after {
        background: #fbb040;
    }
    .main-timeline .timeline:nth-child(2) .timeline-content {
        border-left: 5px solid #8dc63f;
        border-bottom: 5px solid #8dc63f;
    }
    .main-timeline .timeline:nth-child(2) .timeline-content:after {
        background: #8dc63f;
    }
    .main-timeline .timeline:nth-child(3) .timeline-content {
        border-left: 5px solid #1ab19a;
        border-right: none;
        border-bottom: 5px solid #1ab19a;
    }
    .main-timeline .timeline:nth-child(3) .timeline-content:after {
        background: #1ab19a;
    }
    .main-timeline .timeline:nth-child(4) .timeline-content {
        border-left: 5px solid #238887;
        border-bottom: 5px solid #238887;
    }
    .main-timeline .timeline:nth-child(4) .timeline-content:after {
        background: #238887;
    }
    .main-timeline .timeline:nth-child(5) .timeline-content {
        border-left: 5px solid #1382b1;
        border-right: none;
        border-bottom: 5px solid #1382b1;
    }
    .main-timeline .timeline:nth-child(5) .timeline-content:after {
        background: #1382b1;
    }
    .main-timeline .timeline:nth-child(6) .timeline-content {
        border-left: 5px solid #4d57a6;
        border-bottom: 5px solid #4d57a6;
    }
    .main-timeline .timeline:nth-child(6) .timeline-content:after {
        background: #4d57a6;
    }
    .main-timeline .timeline:nth-child(7) .timeline-content {
        border-left: 5px solid #764098;
        border-right: none;
        border-bottom: 5px solid #764098;
    }
    .main-timeline .timeline:nth-child(7) .timeline-content:after {
        background: #764098;
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 0 0 0 100px;
        margin-bottom: 20px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        font-size: 22px;
        left: -90px;
        right: auto;
    }
    .main-timeline .timeline-content:after {
        transform: translateY(-50%) rotate(0);
        right: auto;
        left: -40px;
        width: 40px;
        height: 5px;
        z-index: -1;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        right: auto;
        left: -40px;
    }
    .main-timeline .timeline-content {
        text-align: left;
    }
    .main-timeline:after {
        left: 54px;
        height: 720px;
    }
    .opportunity-box {
        padding: 15px 10px;
    }
    .opportunity-box .title-main {
        font-size: 17px;
    }
    .opportunity-box .title-sub {
        font-size: 40px;
    }
    .opportunity-box .title-count {
        font-size: 17px;
    } 
    .footer-banner .banner-images {
        width: 100%;
    }
    .mutual-fund-distributor-section .steps-by-steps {
        flex-direction: column;
        row-gap: 33px;
        align-items: center;
    }
    .mutual-fund-distributor-section .steps-by-steps .steps-by-info {
        width: 100%;
    }
    .set-text {
        font-size: 20px;
    }
    .eligible-section .eligible-info .eligible-title span {
        font-size: 19px;
    }
    .eligible-section .eligible-info .eligible-title {
        font-size: 16px;
        line-height: 0px;
    }
    .eligible-section .eligible-info .eligible-paragraph {
        font-size: 20px;
        margin-top: 5px;
    }
}

@media (max-width: 610px) {
    /* Form Section CSS Start */
    .slider-section .distributor-info {
        margin-top: 0px;
    }
    .slider-section .distributor-info .distributor-become,
    .slider-section .distributor-info .distributor-associate {
        font-size: 18px;
        line-height: 18px;
    }
    .slider-section .distributor-info .distributor-successful {
        font-size: 20px;
        line-height: 20px;
    }
    .slider-section .distributor-info .distributor-india {
        font-size: 55px;
        line-height: 40px;
    }
    .slider-section .distributor-info .distributor-mutual {
        font-size: 30px;
        line-height: 35px;
    }
    /* Form Section CSS End */
}

@media (max-width: 567px) {
    /* MF Distributor Section CSS Start  */
    .distributor-section .distributor-info .distributor-info-title {
        font-size: 24px;
        text-indent: 0px;
    }
    .distributor-section .distributor-info .distributor-info-title span {
        font-size: 26px;
    }
    .distributor-section .distributor-info .distributor-info-subtitle {
        font-size: 13px;
        height: auto;
    }
    .distributor-section .distributor-images .distributor-images-inner {
        width: 100%;
    }
    /* MF Distributor Section CSS End  */
    /* eligible Section CSS Start */
    .eligible-section {
        padding: 30px 0px;
    }
    .eligible-section .eligible-images .eligible-images-inner {
        width: 100%;
    }
    .eligible-section .eligible-info .eligible-title {
        font-size: 16px;
        line-height: 0px;
    }
    .eligible-section .eligible-info .eligible-title span {
        font-size: 19px;
    }
    .eligible-section .eligible-info .eligible-paragraph {
        font-size: 20px;
        margin-top: 5px;
    }
    .eligible-info{
        padding-left: 20px;
    }
    /* eligible Section CSS End */
    .set-sticky {
        font-size: 14px;
    }
    .text-yellow {
        font-size: 20px;
           margin-bottom: 10px;
    }
    .big-size {
        font-size: 25px;
           margin-bottom: 10px;
    }
    .text-size {
           font-size: 20px;
    		line-height: 25px;
    }
	.text-size strong{           font-size: 22px;}
    .small-size {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 24px;
    }
    .set-logo-btn{
        margin: 10px auto;
    }
    .join-btn-1 {
        font-size: 20px;
    }
    .large-text {
        font-size: 32px;
        line-height: 30px;
    }
    .eligible-section .eligible-info .eligible-btn {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 20px 10px 50px;
    }
    .main-title {
        font-size: 25px;
    }
    .eligible-section .eligible-info .eligible-btn span {
        font-size: 15px;
    }
    .eligible-info .eligible-btn .eligible-icon::after {
        width: 61px;
        height: 61px;
        top: 1px;
    }
    .eligible-info .eligible-btn .eligible-icon i {
        width: 53px;
        height: 53px;
        top: 5px;
    }
    .waves {
        width: 90px;
        height: 90px;
        left: -19px;
        bottom: -14px;
    }
    .small-title {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .main-title {
        font-size: 23px;
    }
    .opportunity-section.slider-section {
        padding: 40px 0px;
        padding-bottom: 50px;
    }
    .opportunity-section {
        padding-top: 0px;
    }
    .set-text {
        font-size: 14px;
        font-weight: normal;
     }
    .mutual-fund-distributor-section {
        padding: 40px 0px;
    }
    .heading .main-title {
        font-size: 18px;
    }
    .heading .small-title{
        line-height: 20px;
    }
    .tab-btn {
        font-size: 14px;
        padding: 15px 30px 15px 20px;
    }
    .faq-section .faq-title .faq-title-inner {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .company-details .company-name {
        font-size: 20px;
        line-height: 15px;
    }
    .distributor-assets-fund {
        justify-content: center;
        align-items: flex-start;
        /* flex-direction: column; */
        gap: 5px;
        margin-top: 0px;
    }
    .opportunity-section .small-title{
        margin-bottom: 0px;
    }
    .opportunity-section .small-text {
        font-size: 14px;
        line-height: 25px;
    }
    .opportunity-box {
        border: 2px solid #fff;
    }
    .mutual-fund-distributor-section .mutual-fund-title .mutual-subtitle {
        font-size: 24px;
        line-height: 1;
    }
    .mutual-fund-distributor-section .mutual-fund-title {
        display: unset;
        text-align: center;
    }
    .faq-section .accordion-body p {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 10px;
    }
    .faq-section .accordion-body ol li {
        font-size: 14px;
        text-align: justify;
        margin-top: 10px;
    }
    .faq-section .accordion-body .table.table-bordered tr td{
        font-size: 14px;
    }
    Footer.footer-section {
        margin-top: 40px;
    }
    .footer-details {
        justify-content: center;
        align-items: center;
    }
    .footer-details .footer-info {
        text-align: center;
    }
    .footer-details .footer-info .footer-title {
        font-size: 20px;
        line-height: 25px;
    }
    .footer-details .footer-btn .join-btn {
        width: 150px;
        height: 50px;
        font-size: 16px;
    }
    .modal-content .modal-body .video-section {
        height: 240px;
    }
    .mf-section {
        gap: 0px;
        flex-wrap: wrap;
    }
    .mf-box-section.text-center {
        width: 100%;
    }
    .mf-box-section.text-center {
        height: auto;
    }
    .mf-title {
        line-height: 10px;
    }
    
    /* Slider Section CSS Start 05-04-2025 */
    .slider-section {
        padding-bottom: 10px;
        background: linear-gradient(0deg, #014268 69%, #fff 40%);
    }
    .text-size span.suc {
        font-size: 26px;
    }
    /* Slider Section CSS End 05-04-2025 */
}
@media (max-width: 500px) {
    /* Form Section CSS Start */
    .slider-section .distributor-info {
        margin-top: 0px;
    }
    .slider-section .distributor-info .distributor-become,
    .slider-section .distributor-info .distributor-associate {
        font-size: 18px;
        line-height: 18px;
    }
    .slider-section .distributor-info .distributor-successful {
        font-size: 16px;
        line-height: normal;
    }
    .slider-section .distributor-info .distributor-india {
        font-size: 45px;
        line-height: 40px;
    }
    .slider-section .distributor-info .distributor-mutual {
        font-size: 20px;
        line-height: normal;
    }
    /* Form Section CSS End */
    /* MF Distributor Section CSS Start  */
    .distributor-section .distributor-images .trusted-section {
        width: 140px;
        height: 140px;
        transform: translate(0%, -75%);
    }
    .distributor-section .distributor-images .trusted-section .trusted-text {
        font-size: 13px;
    }
    .distributor-section .distributor-images .trusted-section .trusted-number {
        font-size: 24px;
        line-height: 21px;
    }
    .distributor-section .distributor-images .trusted-section .trusted-inner::after {
        width: 120px;
        height: 120px;
    }
    .distributor-section .distributor-images .earn-section {
        width: 195px;
    }
    .distributor-section .distributor-images .earn-section .earn-inner {
        gap: 10px;
    }
    .distributor-section .distributor-images .earn-section .rupee-icon {
        width: 50px;
    }
    .distributor-section .distributor-images .earn-section .earn-text {
        font-size: 13px;
        line-height: 16px;
    }
    .distributor-section .distributor-images .earn-section .earn-number {
        font-size: 21px;
        line-height: 25px;
    }
    .distributor-section .distributor-images .earn-section .earn-number span {
        font-size: 18px;
        line-height: 25px;
    }
    /* MF Distributor Section CSS End  */
}

@media (max-width: 499px) {
    .main-timeline:after {
        content: none;
    }
    .main-timeline .timeline-icon img {
        width: 60px;
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 0 0 0 80px;
        margin-bottom: 20px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        font-size: 22px;
        left: -70px;
        right: auto;
    }
    .mf-years {
        font-size: 14px;
    }  
    
    p.detail {
        font-size: 14px;
        line-height: 19px;
    }
    .main-timeline .title {
        font-size: 15px;
    }
    .financial-section .financial-option {
        gap: 34px;
    }
    .financial-section .financial-option .financial-content {
        width: 160px;
    }
}

@media (max-width: 455px) {
    /* New section css add in page */
    .title-sub {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .title-main {
        font-size: 20px;
        line-height: 20px;
    }
    
    .distributor-assets-fund {
        gap: 10px;
        margin-top: 10px;
        display: flex !important;
        align-items: center !important;
        justify-content: space-evenly;
    }
    .distributor-assets-fund .distributor-box {
        display: block !important;
        text-align: center;
        gap: 10px;

    }
    .distributor-assets-fund {
        align-items: center;
    }
    .distributor-assets-fund .distributor-box{
        width: 45%;
        display: block !important;
        text-align:center;
    }
    /* .distributor-assets-fund .distributor-box:first-child{
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .distributor-assets-fund .distributor-box:first-child .distributor-box-text{
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 10px;
    } */
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title span:first-child,
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title span:last-child{
        font-size: 20px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title {
        font-size: 25px;
        line-height: 26px;
    }
    .slider-section .set-line.one-line{
        display: none;
    }
    .slider-section .set-line{
        height: 130px;
    }
    
    /* Slider Section CSS Start 05-04-2025 */
    .set-banner-logo{
        padding-bottom: 0px;
    }
    .set-logo-btn{
        padding-top: 10px;
    }
    .slider-section {
        background: linear-gradient(0deg, #014268 75%, #fff 40%);
        padding-top: 0px;
    }
    .text-size span {
        font-size: 40px;
        line-height: 48px;
    }
    /* Slider Section CSS End 05-04-2025 */
}

@media (max-width:425px) {
    /* Form Section CSS Start  */
    .form-section .form-title {
        font-size: 14px;
        margin-bottom: 25px;
    }
    /* Form Section CSS End  */
    /* Financial Section CSS Start */
    .financial-section {
        padding: 20px 0px;
    }
    .financial-section .financial-option {
        row-gap: 35px;
    }
    .financial-section .financial-title .financial-title-inner {
        font-size: 26px;
        line-height: 30px;
    }
    /* Financial Section CSS Start */
    /* MF Distributor Section CSS Start  */
    .distributor-section .distributor-info .distributor-info-title {
        font-size: 18px;
        text-indent: 0px;
    }
    .distributor-section .distributor-info .distributor-info-title span {
        font-size: 20px;
    }
    .distributor-section .distributor-info .distributor-info-subtitle {
        font-size: 13px;
        height: auto;
        line-height: normal;
        padding: 5px 8px;
    }
    .distributor-section .distributor-info .distributor-paragraph {
        font-size: 14px;
        line-height: 22px;
    }
    /* MF Distributor Section CSS End  */
    /* eligible Section CSS Start */
    .eligible-section .eligible-images .eligible-images-inner {
        width: 100%;
    }
    .eligible-section .eligible-info .eligible-paragraph {
        font-size: 16px;
        margin-top: 5px;
        line-height: 25px;
    }
    .eligible-images .eligible-slider {
        width: 300px;
        height: 478px;
    }
    .eligible-images {
        width: 300px;
        height: 513px;
        position: relative;
    }
    .eligible-images .eligible-slider img {
        width: 100%;
    }
    /* eligible Section CSS End */
    /* New section css add in page */
    .main-timeline:after {
        height: 0px;
    }
    .video-height {
        height: 230px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-subtitle {
        font-size: 10px;
        line-height: 18px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title {
        font-size: 28px;
        line-height: 26px;
    }
    .set-banner-logo .set-img {
        height: 55px;
    }
    .distributor-assets-fund .set-line:last-child{
        height: 0px;
    }
    
    .distributor-assets-fund {
        align-items: center;
    }
    .distributor-assets-fund .distributor-box{
        width: 45%;
        display: block !important;
        text-align:center;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title span:first-child,
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title span:last-child{
        font-size: 20px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title {
        font-size: 25px;
        line-height: 26px;
    }
    .slider-section .set-line.one-line{
        display: none;
    }
    .slider-section .set-line{
        height: 130px;
    }
    
    /* Slider Section CSS Start 05-04-2025 */
    .set-banner-logo {
        padding-top: 0px;
    }
    .slider-section {
        background: linear-gradient(0deg, #014268 75%, #fff 40%);
        padding-top: 0px;
    }
    /* Slider Section CSS End 05-04-2025 */
}

@media (max-width: 377px) {
    .slider-section {
        background: linear-gradient(0deg, #014268 75%, #fff 40%);
    }
}

@media (max-width: 375px) {
    /* Navbar CSS Start */
    /* .navbar .container .navbar-brand img {
        width: 70%;
    } */
    /* Navbar CSS End */
    /* Form Section CSS Start */
    .distributor-info {
        margin-top: 20px;
    }
    .distributor-assets-fund {
        gap: 10px;
        row-gap: 10px;
        margin-top: 0px;
    }
    .slider-section .distributor-info .distributor-become,
    .slider-section .distributor-info .distributor-associate {
        font-size: 14px;
        line-height: 18px;
    }
    .slider-section .distributor-info .distributor-successful {
        font-size: 15px;
    }
    .slider-section .distributor-info .distributor-india {
        font-size: 32px;
        line-height: 35px;
    }
    .slider-section .distributor-info .distributor-mutual {
        font-size: 20px;
    }
    /* .distributor-assets-fund .distributor-box {
        text-align: left;
    } */
    .slider-section .distributor-details {
        margin-top: 20px;
    }
    /* Form Section CSS End */
    /* Mutual Fund Distributor Section CSS Start */
    .mutual-fund-distributor-section .mutual-fund-title .mutual-title-inner {
        font-size: 17px;
        line-height: 20px;
    }
    /* Mutual Fund Distributor Section CSS End */
    /* MF Distributor Section CSS Start  */
    .distributor-section .distributor-images .trusted-section {
        width: 100px;
        height: 100px;
        transform: translate(0%, -70%);
    }
    .distributor-section .distributor-images .trusted-section .trusted-text {
        font-size: 10px;
    }
    .distributor-section .distributor-images .trusted-section .trusted-number {
        font-size: 21px;
        line-height: 21px;
    }
    .distributor-section .distributor-images .trusted-section .trusted-inner::after {
        width: 90px;
        height: 90px;
    }
    .distributor-section .distributor-images .earn-section {
        width: 140px;
    }
    .distributor-section .distributor-images .earn-section .earn-inner {
        gap: 5px;
    }
    .distributor-section .distributor-images .earn-section .rupee-icon {
        width: 40px;
    }
    .distributor-section .distributor-images .earn-section .earn-text {
        font-size: 10px;
        line-height: 16px;
    }
    .distributor-section .distributor-images .earn-section .earn-number {
        font-size: 18px;
        line-height: 25px;
    }
    .distributor-section .distributor-images .earn-section .earn-number span {
        font-size: 15px;
        line-height: 25px;
    }
    /* MF Distributor Section CSS End  */
   .fix-button {
        position: fixed;
        top: 50%;
        right: -65px;
        transform: rotate(-90deg);
    }
    .fix-button .open-btn {
        width: 100%;
        padding: 5px 10px;
        border-radius: 6px 6px 0px 0px;
        font-size: 16px;
        font-weight: 600;
    }
    .financial-section .financial-option {
        gap: 10px;
        row-gap: 10px;
    }
    .financial-section .financial-option .financial-content .financial-content-title {
        font-size: 13px;
    }
}

@media (max-width: 368px) {
    .slider-section {
        background: linear-gradient(0deg, #014268 75%, #fff 40%);
    }
    .text-size span {
        font-size: 38px;
        line-height: 35px;
    }
    .text-size strong {
        font-size: 20px;
    }
}

@media (max-width: 350px) {
    .slider-section {
        background: linear-gradient(0deg, #014268 76%, #fff 40%);
    }
    .distributor-info h1 {
        font-size: 27px;
        line-height: 30px;
    }
    .text-size span {
        font-size: 35px;
        line-height: 35px;
    }
}

@media (max-width: 340px) {
    /* Form Section CSS Start */
    .distributor-info h6.distributor-associate {
        line-height: 15px;
    }
    /* .distributor-info h1 {
        font-size: 30px;
        line-height: 30px;
    } */
    .distributor-info h2 {
        font-size: 13px;
    }
    .distributor-details .pincodes {
        font-size: 12px;
    }
    .distributor-details .note {
        font-size: 11px;
        margin-top: 7px;
    }
    /* Form Section CSS End */
    .eligible-images .eligible-slider {
        width: 300px;
        height: 400px;
    }
    .eligible-images {
        width: 100%;
        height: 423px;
    }

    
    .slider-section {
        background: linear-gradient(0deg, #014268 75.5%, #fff 40%);
    }
    
}

/* landscape View */
@media  (max-width: 1199px) and (min-width: 933px) and (orientation: landscape) {
    .distributor-assets-fund {
        gap: 10px;
    }
    .small-size, .big-size, .set-btm-border {
        margin-bottom: 10px;
    }
    .set-logo-btn {
        margin: 5px auto 15px;
    }
    .note {
        margin-top: 10px;
    }
    .mutual-fund-title{
        flex-direction: column;
    }
    .mutual-fund-distributor-section .steps-by-steps .steps-by-info::after{
        content: none;
    }
}
@media  (max-width: 1199px) and (min-width: 933px) and (orientation: portrait) {
    .distributor-assets-fund {
        gap: 10px;
    }
    .small-size, .big-size, .set-btm-border {
        margin-bottom: 10px;
    }
    .set-logo-btn {
        margin: 5px auto 15px;
    }
    .note {
        margin-top: 10px;
    }
}
@media  (max-width: 932px) and (orientation: landscape) {
    .distributor-assets-fund {
        gap: 20px;
    }
    .financial-section .financial-option {
        gap: 15px;
    }
}
@media  (max-width: 740px) and (orientation: landscape) {
    .distributor-assets-fund {
        gap: 10px;
    }
    .distributor-assets-fund .distributor-box img{
        margin-right: 5px;
        width: 50px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text{
        margin-top: 5px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-subtitle {
        font-size: 10px;
        line-height: 10px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title {
        font-size: 19px;
        line-height: 26px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title span{
        font-size: 21px;
    }
    .big-size {
        font-size: 42px;
    }
    .footer-details {
        align-items: center;
    }
    .footer-details .footer-info{
        text-align: center;
    }
}
@media  (max-width:667px) and (orientation: landscape) {
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title span:first-child,
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title span:last-child{
        font-size: 20px;
    }
    .distributor-assets-fund .distributor-box .distributor-box-text .distributor-box-title {
        font-size: 25px;
        line-height: 26px;
    } 
    .distributor-assets-fund {
        gap: 20px;
        margin-top: 10px;
        display: flex !important;
        align-items: center !important;
        justify-content: space-evenly;
    }
    .distributor-assets-fund .distributor-box {
        display: block !important;
        text-align: center;
        gap: 10px;
    }
    .tab-btn {
        padding: 15px 60px 15px 20px;
    }
    .mutual-fund-distributor-section .mutual-fund-title {
        display: block;
        text-align: center;
    }
    .mutual-fund-distributor-section .mutual-fund-title .mutual-subtitle {
        font-size: 24px;
        margin: auto;
        max-width: 60%;
        line-height: 22px;
    }
    .set-text {
        font-size: 20px;
    }
    .text-yellow, .big-size {
        font-size: 25px;
        margin-bottom: 0px;
    }
    .text-size {
        font-size: 18px;
        line-height: 20px;
    }
    .small-size {
        font-size: 12px;
        margin-bottom: 0px;
        line-height: 20px;
    }
    .set-logo-btn{
        margin: 20px auto;
    }
    .join-btn-1 {
        font-size: 20px;
    }
    .large-text {
        font-size: 32px;
        line-height: 30px;
    }
    .eligible-section .eligible-info .eligible-btn {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 20px 10px 50px;
    }
    .main-title {
        font-size: 25px;
    }
    .eligible-section .eligible-info .eligible-btn span {
        font-size: 15px;
    }
    .eligible-info .eligible-btn .eligible-icon::after {
        width: 61px;
        height: 61px;
        top: 1px;
    }
    .eligible-info .eligible-btn .eligible-icon i {
        width: 53px;
        height: 53px;
        top: 5px;
    }
    .waves {
        width: 90px;
        height: 90px;
        left: -19px;
        bottom: -14px;
    }
    .small-title {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .main-title {
        font-size: 23px;
    }
    .opportunity-section.slider-section {
        padding: 40px 0px;
        padding-bottom: 50px;
    }
    .opportunity-section {
        padding-top: 0px;
    }
    .set-text {
        font-size: 20px;
    }
    .mutual-fund-distributor-section {
        padding: 40px 0px;
    }
    .heading .main-title {
        font-size: 18px;
    }
    .heading .small-title{
        line-height: 20px;
    }
    .tab-btn {
        font-size: 14px;
        padding: 15px 30px 15px 20px;
    }
    .faq-section .faq-title .faq-title-inner {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .company-details .company-name {
        font-size: 20px;
        line-height: 15px;
    }
    .distributor-assets-fund {
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
        margin-top: 0px;
    }
    .opportunity-section .small-title{
        margin-bottom: 0px;
    }
    .opportunity-section .small-text {
        font-size: 14px;
        line-height: 25px;
    }
    .opportunity-box {
        border: 2px solid #fff;
    }
    .mutual-fund-distributor-section .mutual-fund-title .mutual-subtitle {
        font-size: 24px;
        line-height: 1;
    }
    .mutual-fund-distributor-section .mutual-fund-title {
        display: unset;
        text-align: center;
    }
    .faq-section .accordion-body p {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 10px;
    }
    .faq-section .accordion-body ol li {
        font-size: 14px;
        text-align: justify;
        margin-top: 10px;
    }
    .faq-section .accordion-body .table.table-bordered tr td{
        font-size: 14px;
    }
    Footer.footer-section {
        margin-top: 40px;
    }
    .footer-details {
        justify-content: center;
        align-items: center;
    }
    .footer-details .footer-info {
        text-align: center;
    }
    .footer-details .footer-info .footer-title {
        font-size: 20px;
        line-height: 25px;
    }
    .footer-details .footer-btn .join-btn {
        width: 150px;
        height: 50px;
        font-size: 16px;
    }
    .modal-content .modal-body .video-section {
        height: 240px;
    }
    
    .slider-section .set-line{
        height: 80px;
    }
}
.auto-scroll{overflow-y: scroll; height: 435px;}

@media (max-width: 991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
    .auto-scroll {
        height: auto;
    }
}

@media (max-width: 329px) {
    .slider-section {
        background: linear-gradient(0deg, #014268 73.5%, #fff 40%);
    }
}