@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap');


@font-face {
    font-family: 'ClashDisplay-Extralight';
    src: url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Light';
    src: url('../fonts/ClashDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Regular';
    src: url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Medium';
    src: url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Bold';
    src: url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

:root {
    --primaryColor: #5D51F2;
    --secondaryColor: #FFDC40;
    --neutralColor: #393939;
    --initialColor: #FFF;
    --textColor: #6A6A6A;
    --otherColor: #C9C9C9;
    --otherColor2: #F7F6FF;
    --buttonColor: #1A1A1A;
    --borderColor: rgba(238, 238, 238, 0.93);
    --boxShadowColor: rgba(20, 20, 43, 0.08);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

body {
    font-family: 'Work Sans', sans-serif;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

:focus-visible {
    outline: none;
}


header,
footer {
    background: var(--primaryColor);
}

button {
    border: none;
    background: none;
}

input {
    background: transparent;
    border: none;
}

/* header */

/* margin */
.mb_56 {
    margin-bottom: 56px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_18 {
    margin-bottom: 18px;
}

.mb_54 {
    margin-bottom: 54px !important;
}



.mt_32 {
    margin-top: 32px;
}

.mb_32 {
    margin-bottom: 32px;
}

.mt_30 {
    margin-top: 30px;
}

.mb_37 {
    margin-bottom: 37px;
}

.mt_37 {
    margin-top: 37px;
}

.mt_150 {
    margin-top: 150px !important;

}

.mb_150 {
    margin-bottom: 150px;

}

.pt_150 {
    padding-top: 150px;

}

.pb_150 {
    padding-bottom: 150px;
}

.mb_70 {
    margin-bottom: 70px;

}

.mb_100 {
    margin-bottom: 100px;
}

.mb_56 {
    margin-bottom: 56px;
}

.mt_56 {
    margin-top: 56px;
}

.mb_48 {
    margin-bottom: 48px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mt_48 {
    margin-top: 48px;
}

.mt_30 {
    margin-top: 30px;
}

/* margion end */

/* font size  */


.fs_16 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.fs_18 {
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
}

.fs_20 {
    font-family: ' Work Sans' sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 150%
}

.fs_24 {
    font-size: 24px;
    font-style: normal;
    line-height: 150%;
}

.fs_36 {
    font-family: ' Work Sans' sans-serif;
    font-size: 36px;
    font-style: normal;
    line-height: 150%;
}

.fs_48 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.fs_32 {
    font-size: 32px;
    font-style: normal;
    line-height: 150%;
}

.fs_28 {
    font-size: 28px;
    font-style: normal;
    line-height: 150%;
}

.fw_400 {
    font-weight: 400 !important;
}

.fw_500 {
    font-weight: 500 !important;
}

.fw_600 {
    font-weight: 600 !important;
}

.fw_700 {
    font-weight: 700 !important;
}

.fw_800 {
    font-weight: 800 !important;
}

/* color */
.white {
    color: var(--initialColor);
}

.white2 {
    color: var(--otherColor2) !important
}


.black {
    color: var(--neutralColor);
}

.grey {
    color: var(--textColor);
}

.title {
    color: var(--buttonColor);
}

.para {
    color: var(--textColor);
}

.blue {
    color: var(--primaryColor);
}

.yellow {
    color: var(--secondaryColor);
}

.font_family_cash {

    font-family: 'ClashDisplay-Semibold';
}


.form-check-input:checked {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}


label {
    color: var(--textColor);
    font-family: Work Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 8px;
}

input {
    border-radius: 11px;
    border: 1px solid var(--primaryColor);
    background: var(--otherColor2);
    /* box-shadow: 0px 0px 4px 0px var(--borderColor); */
}

button {
    border: none;
}

.about_container {
    background-image: url('/images/aboutbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about_container h3 {
    color: var(--initialColor);
    font-family: 'ClashDisplay-Semibold';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.about_container .pageLink a {
    color: var(--initialColor);
    font-family: 'Work Sans', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
}

.two_color_text h3 {
    color: var(--primaryColor);
    font-family: 'ClashDisplay-Semibold';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.two_color_text span {
    color: var(--neutralColor);
    font-family: 'ClashDisplay-Semibold';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}


/* font 20 normal 400 150% */
.para_text {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* provider section */
.provider_bg1 {
    background-image: url('/images/provide2.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px 0px 51px 32px;
    border-radius: 24px;

}

.provider2_bg {
    background-image: url('/images/pro1.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px 0px 51px 32px;
    border-radius: 24px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;


}

.playbtn {
    position: absolute;
    right: -11px;
    bottom: -11px;
    cursor: pointer;
}

.text_center {
    text-align: left;
}

/* provider section */


/* Header Start */

.navbar {
    padding-top: 17px;
    padding-bottom: 17px;
}

.navbar-nav {
    gap: 46px;
}

.nav-link {
    color: var(--initialColor);
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    font-style: normal;
    font-weight: 400;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0.2em;
    content: "";
    height: 15px;
    width: 20px;
    border-top: 0 !important;
    border-right: none !important;
    border-bottom: 0 !important;
    border-left: none !important;
    background-image: url("../assets/home1/direction-down2.png") !important;
}

.nav-link:hover {
    color: var(--otherColor2);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--otherColor2);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

:focus-visible {
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.authBtn a {
    padding: 10px;
    border-radius: 11px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    border: 1px solid transparent;
}

.authBtn a:first-child {
    background-color: transparent;
    color: var(--initialColor);
    transition: 0.4s ease-in-out;
}

.authBtn a:last-child {
    background: var(--secondaryColor);
    color: var(--neutralColor);
}

.authBtn a:first-child:hover {
    border: 1px solid var(--secondaryColor);
}

.authBtn a:last-child:hover {
    background: transparent !important;
    color: var(--initialColor) !important;
    border: 1px solid var(--secondaryColor);
}

/* Header End */

/* Footer Start */

footer {
    padding-top: 95px;
    padding-bottom: 50px;
}

footer p,
footer ul li a {
    color: var(--initialColor);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    transition: 0.4s ease-in-out;
    display: block;
    margin-bottom: 12px;
}

footer ul li a:hover {
    color: var(--hoverColor);
}

footer span,
footer ul li:first-child {
    color: var(--initialColor);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.socialLink {
    gap: 20px;
    margin-bottom: 22px;
}

.socialLink img {
    transition: 0.4s ease-in-out;
}

.socialLink img:hover {
    transform: scale(1.09);
    cursor: pointer;
}

.subscribe {
    padding: 14px 24px;
    border-radius: 100px;
    border: 1px solid var(--otherColor);
}

footer input {
    color: var(--initialColor);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

footer input::placeholder {
    color: var(--initialColor);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

footer button {
    padding: 14px 26px;
    color: var(--buttonColor);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    border: 1px solid transparent;
    border-radius: 100px;
    background: var(--secondaryColor);
    transition: 0.4s ease-in-out;
}

footer button:hover {
    background: transparent !important;
    border: 1px solid var(--secondaryColor);
    color: var(--initialColor);
}

footer hr {
    color: rgba(255, 255, 255, 0.32);
    margin-top: 0;
    margin-bottom: 60px;
}

/* footer end */

/* MarQuee Start */
.marqueeContainer {
    max-width: 2500px;
    margin: auto;
    padding: 20px 0;
    background: var(--secondaryColor);
}

.marqueeContainer.company_slider {
    background: none;
}

.marqueeContainer p {
    font-family: 'ClashDisplay-Semibold';
    color: var(--buttonColor);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.marquee {
    white-space: nowrap;
    min-width: 100%;
}

@keyframes marqueeAnimation {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
}

.marque_items {
    display: flex;
    animation: marqueeAnimation 40s linear infinite;
    animation-delay: -20s;
}

.marque_items p {
    margin-bottom: 0 !important;
}

/* marquree end */

/* curve text  */
.txt_curve {
    position: relative;
    /* padding-bottom: 56px; */
    color: var(--primaryColor);
}

.txt_curve::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -8px;
    height: 57%;
    width: 110%;
    border: 5px;
    border-style: solid;
    border-color: var(--secondaryColor) transparent transparent transparent;
    border-radius: 45% 45% 0 0;
}

@media only screen and (max-width:600px) {
    .txt_curve::after {
        height: 70%;
        position: absolute;
        content: "";
        bottom: 0;
        left: -8px;
        width: 110%;
        border: 3px;
        border-style: solid;
        border-color: var(--secondaryColor) transparent transparent transparent;
        border-radius: 45% 45% 0 0;
    }
}

/* curve text  */



/* FAQ Start */

.faqInner {
    border-radius: 20px;
    border: 1px solid var(--OtherColor4);
    background: var(--initialColor);
    padding: 55px 0;
}

.faqContent {
    max-width: 1155px;
    margin: auto;
}

.accordion-item {
    padding: 32px;
    border-radius: 16px;
    border: 0 !important;
    background: var(--initialColor);
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
    max-width: 566px;
    width: 100%;
    margin: auto;
}

.accordion-button {
    padding: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: none !important;
    background-color: unset !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    border-color: transparent !important;
}


.accordion {
    --bs-accordion-btn-focus-box-shadow: none !important;
}

.accordion-button::after {
    background-image: url('/images/blueplus.png') !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/images/blueminus.png') !important;
}

.accordion-body {
    padding: 14px 0 0;
}

.subheading,
.middleheading {
    position: relative;
}

.middleheading {
    margin-bottom: 57px;
}

.subheading::before {
    position: absolute;
    content: url("../assets/home2/subheading.png");
    background-repeat: no-repeat;
    top: 59%;
    left: 4%;
    transform: translate(-50%, -50%);
}

.middleheading::before {
    position: absolute;
    content: url("../assets/home2/subheading.png");
    background-repeat: no-repeat;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* FAQ End */

#main-content {
    display: none;
    /* Hide main content initially */
}