@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root {
    /* font family */
    --font-Inter: "Inter", sans-serif;
    --font-Rubik: "Rubik", sans-serif;

    /* font weight */
    --fontweight-300: 300;
    --fontweight-400: 400;
    --fontweight-500: 500;
    --fontweight-600: 600;
    --fontweight-700: 700;
    --fontweight-800: 800;
    --fontweight-900: 900;

    /* font size */
    --fontsize-8: 0.5rem;
    --fontsize-9: 0.563rem;
    --fontsize-10: 0.625rem;
    --fontsize-11: 0.688rem;
    --fontsize-12: 0.75rem;
    --fontsize-13: 0.813rem;
    --fontsize-14: 0.875rem;
    --fontsize-15: 0.938rem;
    --fontsize-16: 1rem;
    --fontsize-17: 1.063rem;
    --fontsize-18: 1.125rem;
    --fontsize-19: 1.188rem;
    --fontsize-20: 1.25rem;
    --fontsize-21: 1.313rem;
    --fontsize-22: 1.375rem;
    --fontsize-23: 1.438rem;
    --fontsize-24: 1.5rem;
    --fontsize-25: 1.563rem;
    --fontsize-26: 1.625rem;
    --fontsize-27: 1.688rem;
    --fontsize-28: 1.75rem;
    --fontsize-29: 1.813rem;
    --fontsize-30: 1.875rem;
    --fontsize-31: 1.938rem;
    --fontsize-32: 2rem;
    --fontsize-33: 2.063rem;
    --fontsize-34: 2.125rem;
    --fontsize-35: 2.188rem;
    --fontsize-36: 2.25rem;
    --fontsize-37: 2.313rem;
    --fontsize-38: 2.375rem;
    --fontsize-39: 2.438rem;
    --fontsize-40: 2.5rem;
    --fontsize-41: 2.563rem;
    --fontsize-42: 2.625rem;
    --fontsize-43: 2.688rem;
    --fontsize-44: 2.75rem;
    --fontsize-45: 2.813rem;
    --fontsize-46: 2.875rem;
    --fontsize-47: 2.938rem;
    --fontsize-48: 3rem;
    --fontsize-49: 3.063rem;
    --fontsize-50: 3.125rem;
    --fontsize-51: 3.188rem;
    --fontsize-52: 3.25rem;
    --fontsize-53: 3.313rem;
    --fontsize-54: 3.375rem;
    --fontsize-55: 3.438rem;
    --fontsize-56: 3.5rem;
    --fontsize-57: 3.563rem;
    --fontsize-58: 3.625rem;
    --fontsize-59: 3.688rem;
    --fontsize-60: 3.75rem;

    /* colors */
    --primary-blue: #2165ED;/*#4D9DE2;*//*#027FFE;*/
    --primary-white: #ffffff;
    --heading-primary-color: #8294F9;
    --text-primary-color: #404040;
    --heading-secondary-color: #535353;
    --secondary-button-color: #FAB136;
}

body {
    font-family: var(--font-Inter);
    background-color: var(--primary-white);
}

.text-primary {
    color: var(--primary-blue) !important;
}

.btn-primary {
    background-color: var(--primary-blue) !important;
    border-color: var(--primary-blue) !important;
}

.form-group {
    margin-bottom: 10px;
}

.parsley-errors-list {
    color: #dc3545;
    font-size: var(--fontsize-14);
    margin-top: 5px;
    list-style: none;
    padding-left: 0;
}

.mymodalheader {
    position: relative;
}

.mymodalheaderbtn {
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
}

.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0)scale(.5);
    transform: translate(0, 0)scale(.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0)scale(1);
    transform: translate(0, 0)scale(1);
}

.select2-container .select2-selection--single {
    padding: .375rem .75rem !important;
    height: 37.8px !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 37.8px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ck-editor__main .ck-editor__editable_inline {
    min-height: 400px;
}

.widgetModalIframe {
    width: 100%;
    height: calc(100vh - 100px);
    border: none;
}

.highcharts-credits {
    display: none !important;
}

.faq-item .accordion-header {
    margin-bottom: 0.5px !important;
}


.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: #F8F8F8;
    --bs-table-bg-type: #F8F8F8;
}

/*begin::page loader overlay start*/

.page-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top of other content */
    visibility: hidden; /* Hidden by default */
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear; /* Smooth transition */
    visibility: visible;
    opacity: 1;
}

.page-loader-overlay .spinner-border {
    width: 3rem !important;
    height: 3rem !important;
}

.dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: .3em solid;
}

/*end::page loader overlay*/

/*begin::menu section start*/

.navbar-brand-logo {
    width: auto;
    height: 65px;
    width: 310px;
    object-fit: contain;
    vertical-align: middle;
}

.navbar-brand>img.navbar-brand-logo {
    width: auto;
    height: 65px;
    max-width: 310px;
    object-fit: contain;
    vertical-align: middle;
}

.navbar-nav .nav-link {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
}

.navbar-nav .nav-link:hover {
    color: var(--bs-navbar-active-color);
}

.navbar-nav li {
    margin-right: 20px;
}

.navbar-nav li:last-child {
    margin-right: 0;
}

.service-dropdown-menu {
    left: auto !important;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.14);
    box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.service-dropdown-menu .service-dropdown-menu-item-container {
    margin-top: 10px;
    padding: 20px;
}

.service-dropdown-menu .menu-service-item{
    margin-bottom: 20px;
}

.menu-service-item img.menu-service-icon {
    height: 30px;
}

.menu-service-item a {
    text-decoration: none;
}

.menu-service-item:hover {
    /*background-color: rgba(92, 92, 92, 0.158);*/
    background-color: #F8F8F8;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.menu-service-item.active {
    /*background-color: rgba(92, 92, 92, 0.158);*/
    background-color: #F8F8F8;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.menu-service-title {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-16);
    color: var(--heading-secondary-color);
}

.menu-service-description {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-12);
    color: #898989;
    padding: 0;
    margin: 0;
}

.btn-navbar-home img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    vertical-align: middle;
}

.btn-navbar-login {
    background-color: var(--primary-blue);
    color: var(--primary-white);
    font-size: var(--fontsize-18);
    border-radius: 8px;
    font-weight: var(--fontweight-400);
}

.btn-navbar-login:hover {
    background-color: var(--primary-white);
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
}

.btn-navbar-login-icon {
    color: var(--primary-blue);
    font-size: var(--fontsize-22);
    margin: 0px 10px;
    text-decoration: none;
}

.btn-navbar-login-icon:hover,
.btn-navbar-login-icon:focus {
    color: var(--primary-blue);
    font-size: var(--fontsize-22);
    margin: 0px 10px;
    text-decoration: none;
}

.btn-goto-crm {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-12);
    background-color: #F4DD93 !important;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-color: #F4DD93 !important;
    border-radius: 4px !important;
    color: var(--heading-secondary-color);
}

.btn-goto-crm:hover {
    background-color: #F4DD93 !important;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-color: #F4DD93 !important;
    color: var(--heading-secondary-color) !important;
}

/*end::menu section*/

/*begin::banner section start*/

.banner-inner-content{
    position: relative;
    background-size: cover;
    min-height: 250px;
    background-repeat: no-repeat;
}
.banner-inner-content .container{
    position: relative;
    z-index: 2;
}
.banner-inner-content::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 254, 185, 0) 13.46%, rgba(255, 252, 191, 0.330645) 29.33%, #FFE9A7 76.44%, #FFE9C0 100%);
    z-index: 1;
}

.banner-title {
    font-size: var(--fontsize-40);
    font-weight: var(--fontweight-700);
    color: var(--text-primary-color);
}

.banner-description {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-500);
    color: var(--text-primary-color);
    margin-top: 15px;
}

.banner-description > h1,
.banner-description > h2,
.banner-description > h3,
.banner-description > h4,
.banner-description > h5,
.banner-description > h6,
.banner-description > p {
    margin-bottom: 15px;
}

.banner-action-button {
    background-color: var(--secondary-button-color);
    color: var(--primary-white);
    border-radius: 5px;
    font-size: var(--fontsize-18);
    font-weight: var(--fontweight-600);
}

.banner-action-button:hover {
    background-color: var(--secondary-button-color);
    color: var(--primary-white);
    border-radius: 5px;
    font-size: var(--fontsize-18);
    font-weight: var(--fontweight-600);
}

.banner-inner-content .vendor-logo img {
    width: 100%;
    height: 150px;
    max-width: 350px;
    object-fit: fill;
    vertical-align: middle;
}

/*end::banner section*/

/*begin::trusted vendors section start*/
.trusted-vendors-section {
    border-bottom: 4px solid;
    border-image-source: linear-gradient(90deg, #99AEFC 0%, #FFC767 100%);
    border-image-slice: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
}

.trusted-vendors-title {
    font-size: var(--fontsize-35);
    font-weight: var(--fontweight-600);
    color: var(--text-primary-color);
}

.trusted-vendors-line {
    font-size: var(--fontsize-24);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}

.trusted-vendors-carousel .owl-item img {
    width: 150px;
    height: 150px;
    object-fit: contain !important;
    vertical-align: middle !important;
}

/*end::trusted vendors section*/

/*begin::services section start*/

.services-section .service-section-title {
    font-family: var(--font-Rubik);
    font-size: var(--fontsize-35);
    font-weight: var(--fontweight-500);
    color: var(--heading-secondary-color);
}

.services-section .service-card {
    border: none;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    background-color: var(--primary-white);
    border-radius: 20px !important;
}

.services-section .service-card:hover,
.services-section .service-card:focus,
.services-section .service-card:visited,
.services-section .service-card:active {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF5D9 100%);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.services-section .service-card a{
    text-decoration: none;
}

.services-section .service-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    vertical-align: middle;
}

.services-section .service-title {
    font-size: var(--fontsize-24);
    font-weight: var(--fontweight-500);
    color: #7D7D7D;
    text-transform: uppercase;
}

.services-section .service-description {
    font-size: var(--fontsize-15);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
    margin-bottom: 0;
    padding-bottom: 0;
}

.services-section .service-description-link {
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-13);
    color: #3A62F7;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
}

.services-section .vendor-logo {
    /*width: 100px;
    height: 100px;*/
    width: 100%;
    object-fit: contain;
    vertical-align: middle;
}

/*end::services section*/

/*begin::faqs section start*/

.faqs-section .faqs-section-title {
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-500);
    color: var(--heading-primary-color);
}

.faqs-section .faqs-section-line {
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-600);
    color: var(--heading-primary-color);
}

.faqs-section .faqs-section-description {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}

.faqs-section .faq-item {
    background: linear-gradient(180deg, var(--primary-white) 0%, #EAF1FF 100%);
    border: none !important;
    border-radius: unset !important;
    border-bottom: 0.5px solid #8A8A8A !important;
}

.faqs-section .faq-item .accordion-button.collapsed {
    background-color: var(--primary-white) !important;
}

.faqs-section .faq-item .accordion-button:not(.collapsed) {
    background: transparent !important;
    box-shadow: none !important;
}

.faqs-section .faq-item .accordion-button {
    font-size: var(--fontsize-18);
    font-weight: var(--fontweight-600);
    color: var(--heading-secondary-color);
}

.faqs-section .faq-item .accordion-body {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}

/*end::faqs section*/

/*begin::become a referral partner section start*/

.become-a-referral-partner-section .become-a-referral-partner-section-title {
    font-size: var(--fontsize-35);
    font-weight: var(--fontweight-600);
    color: var(--text-primary-color);
}

.become-a-referral-partner-section .become-a-referral-partner-section-description {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}

.become-a-referral-partner-section .become-a-referral-partner-section-button {
    background-color: var(--secondary-button-color);
    color: var(--primary-white);
    border-radius: 10px;
    font-size: var(--fontsize-18);
    font-weight: var(--fontweight-600);
    box-shadow:rgba(255, 255, 255, 0.911) 0px 5px 5px 2px !important;
}

.become-a-referral-partner-section input,select {
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.7);
}

.become-a-referral-partner-section .select2-container--default .select2-selection--single {
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.7);
}

.become-a-referral-partner-section .send-otp-button {
    color: #1467BB;
    background-color: transparent;
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-9);
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.become-a-referral-partner-section .resend-otp-button {
    color: #1467BB;
    background-color: transparent;
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-9);
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.become-a-referral-partner-section .otp-verification-title {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-16);
    color: var(--text-primary-color);
}

.become-a-referral-partner-section .otp-verification-description {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-9);
    color: var(--heading-secondary-color);
}

.become-a-referral-partner-section .otp-verification-fields {
    margin-top: 10px;
}

.become-a-referral-partner-section .otp-verification-fields input {
    text-align: center;
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
    background: rgba(255, 255, 255, 0.7);
}
/*end::become a referral partner section*/

/*begin::subscribe section start*/

.subscribe-section {
    background-color: #024DA0;
    color: var(--primary-white);
    padding: 40px 0px;
    margin-bottom: 20px;
}

.subscribe-section-title {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-40);
}

.subscribe-section-description {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
}

.subscribe-box {
    position: relative;
    max-width: 100%;
}

.subscribe-box>.subscribe-input {
    width: 100%;
    padding-right: 130px;
    /* space for the button inside */
    border-radius: 8px;
    height: 45px;
    background-color: #024DA0;
    color: var(--primary-white);
    border-width: 2px;
    border-color: var(--primary-white);
}

.subscribe-box>.subscribe-input::placeholder {
    color: var(--primary-white);
}

.subscribe-box>.subscribe-input:focus,
.subscribe-box>.subscribe-input:hover,
.subscribe-box>.subscribe-input:active,
.subscribe-box>.subscribe-input:visited,
.subscribe-box>.subscribe-input:focus-visible,
.subscribe-box>.subscribe-input:focus-within,
.subscribe-box>.subscribe-input:focus-within:hover,
.subscribe-box>.subscribe-input:focus-within:active,
.subscribe-box>.subscribe-input:focus-within:visited,
.subscribe-box>.subscribe-input:focus-within:focus-visible,
.subscribe-box>.subscribe-input:autofill {
    outline: none;
    box-shadow: none;
    background-color: #024DA0;
    border-width: 2px;
    border-color: var(--primary-white);
    color: var(--primary-white);
}

.subscribe-box > .subscribe-input:-webkit-autofill,
.subscribe-box > .subscribe-input:-webkit-autofill:hover,
.subscribe-box > .subscribe-input:-webkit-autofill:focus,
.subscribe-box > .subscribe-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #024DA0 inset !important;
    box-shadow: 0 0 0 1000px #024DA0 inset !important;

    -webkit-text-fill-color: var(--primary-white) !important;
    color: var(--primary-white) !important;

    border: 2px solid var(--primary-white);
    caret-color: var(--primary-white);
}

.subscribe-box>.subscribe-button {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 37px;
    border-radius: 6px;
    padding: 0 20px;
    background-color: #024DA0;
    border: none;
    color: var(--primary-white);
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-16);
}

.subscribe-box>.subscribe-button:focus,
.subscribe-box>.subscribe-button:hover,
.subscribe-box>.subscribe-button:active,
.subscribe-box>.subscribe-button:visited,
.subscribe-box>.subscribe-button:focus-visible,
.subscribe-box>.subscribe-button:focus-within,
.subscribe-box>.subscribe-button:focus-within:hover,
.subscribe-box>.subscribe-button:focus-within:active,
.subscribe-box>.subscribe-button:focus-within:visited,
.subscribe-box>.subscribe-button:focus-within:focus-visible {
    background-color: #024DA0;
    border: none;
    color: var(--primary-white);
    outline: none !important;
    box-shadow: none !important;
}

/*end::subscribe section*/

/*begin::footer section start*/

.footer {
    background: var(--primary-white);
    /*padding: 0 0 30px 0;
    border-top: 5px solid #024DA0;*/
}

.footer-brand>img.footer-brand-logo {
    width: auto;
    max-width: 265px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 2rem;
}

.footer-description {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-16);
    color: var(--text-primary-color);
    margin: 1rem 0px;
}

.footer-menu-title {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-600);
    font-size: var(--fontsize-16);
    color: var(--text-primary-color);
    margin-bottom: 1rem;
}

.footer-links {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-16);
    color: var(--text-primary-color);
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: var(--text-primary-color);
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--primary-blue);
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1.50rem;
}

.social-icons a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    vertical-align: middle;
}

.footer-rights-reserved-text {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-16);
    color: var(--heading-secondary-color);
}

.footer-rights-reserved-text a {
    color: var(--heading-secondary-color);
    text-decoration: none;
}

.footer-rights-reserved-text a:hover {
    color: var(--primary-blue);
}

.footer-policy-conditions-links {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-16);
}

.footer-policy-conditions-links a {
    color: var(--text-primary-color);
    text-decoration: none;
}

.footer-policy-conditions-links a:hover {
    color: var(--primary-blue);
}
/*end::footer section*/

/*begin::contact info section start*/

.contact-info .contact-info-title {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-600);
    color: var(--text-primary-color);
}

.contact-info .contact-info-phone a {
    text-decoration: none;
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}

.contact-info .contact-info-email a {
    text-decoration: none;
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}

/*end::contact info section*/

/*begin::partners info section start*/

.partners-info-title {
    font-family: var(--font-Inter);
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-600);
    color: var(--text-primary-color);
}

.partners-logos-container {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.partners-logos-container .partner-logo {
    width: 100%;
    height: 50px;
    /*object-fit: contain;
    vertical-align: bottom;*/
}

/*end::partners info section*/

/*begin::about us section start*/

 .about-us-content-section .about-us-content-title {
    font-family: var(--font-Inter);
    text-align: center;
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-500);
    color: #1C3F94;
}

.about-us-content-section .about-us-content-description {
    font-family: var(--font-Inter);
    text-align: center;
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}

.about-us-content-section .about-us-section-image {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.about-us-content-section .about-us-section-title {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-32);
    color: #1C3F94;
    margin-bottom: 1rem;
}

.about-us-content-section .about-us-content {
    font-family: var(--font-Inter);
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: #535353;
    margin-bottom: 1rem;
}

/*end::about us section*/

/*begin::terms and conditions section start*/

.terms-and-conditions-content-section .terms-and-conditions-content {
    font-family: var(--font-Inter);
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
    margin-bottom: 1rem;
}
/*end::terms and conditions section*/

 /*begin::privacy policy section start*/

 .privacy-policy-content-section .privacy-policy-content {
    font-family: var(--font-Inter);
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
    margin-bottom: 1rem;
}
/*end::privacy policy section*/

/*begin::lets partner section start*/

 .lets-partner-content-section .lets-partner-content-title {
    font-family: var(--font-Inter);
    text-align: center;
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-500);
    color: #1C3F94;
}

.lets-partner-content-section .lets-partner-content-description {
    font-family: var(--font-Inter);
    text-align: center;
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}

.lets-partner-content-section .lets-partner-section-image {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.lets-partner-content-section .lets-partner-section-title {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-32);
    color: #1C3F94;
    margin-bottom: 1rem;
}

.lets-partner-content-section .lets-partner-content {
    font-family: var(--font-Inter);
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: #535353;
    margin-bottom: 1rem;
}

/*end::lets partner section*/

/*begin::others services section start*/

.others-services-section .others-services-section-title {
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-500);
    color: #898989;
}

.others-services-section .other-service-itemcard-title {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-700);
    font-size: var(--fontsize-24);
    font-style: bold;
    color: #FFFFFF;
    padding-left: .8rem !important;
    padding-bottom: 0rem !important;
}

.others-services-section .service-logo {
    width: 100%;
    height: 176px;
    max-width: 232px;
    object-fit: fill;
    vertical-align: middle;
    border-radius: 10px;
}

.others-services-section .owl-nav>button {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: var(--primary-blue) !important;
    color: var(--primary-white) !important;
    width: 37px;
    height: 37px;
    border-radius: 50% !important;
}

.others-services-section .owl-prev {
    left: -3rem !important;
}

.others-services-section .owl-next {
    right: -3rem !important;
}

/*end::others services section*/

/*begin::process section start*/

.process-section .process-title {
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-600);
    color: var(--heading-primary-color);
}

.process-section .process-description {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}

.step-container {
    position: relative;
    display: flex;
    margin: 0 0 30px;
    justify-content: center;
    padding: 0;
}

.step-container>li>i {
    position: absolute;
    right: -32px;
    font-size: 18px;
}

.step-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 20px 20px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, #FEDDA6 0%, var(--primary-white) 100%);
}

.step-number {
    font-size: var(--fontsize-40);
    font-weight: var(--fontweight-800);
    color: #6A6B6B;
    margin-bottom: 5px;
}

.step-text {
    font-size: var(--fontsize-20);
    font-weight: var(--fontweight-500);
    color: #6A6B6B;
    text-align: center;
    line-height: 1.2;
    padding: 0 10px;
}

/*end::process section*/

/*begin::vendors card section start*/

.vendors-card-section {
    /*position: relative;*/
    text-align: center;
}

.vendors-card-section .vendors-card-section-title {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-600);
    font-size: var(--fontsize-36);
    color: var(--text-primary-color);
}

.vendors-card-section .vendors-card-section-description {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-16);
    color: var(--text-primary-color);
}

.vendors-card-section .vendor-card {
    border-color: #0000001A;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin: 10px 0px 10px 0px !important;
}

.vendors-card-section .card-header {
    background-color: transparent;
    border: none;
}

.vendors-card-section .card-footer {
    background-color: transparent;
    border: none;
}

.vendors-card-section .card:hover,
.vendors-card-section .card:focus,
.vendors-card-section .card:visited,
.vendors-card-section .card:active {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF5D9 100%);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.vendors-card-section .vendor-logo{
    border-bottom: 1px solid var(--heading-primary-color);
    margin-bottom: 1rem;
}

.vendors-card-section .form-check-label {
    font-size: var(--fontsize-12);
    font-weight: var(--fontweight-400);
    color: #1467BB;
}

.vendors-card-section .vendor-logo > a > img {
    width: auto !important;
    height: 100px;
    max-width: 170px;
    object-fit: fill;
    vertical-align: middle;
    margin: 0 auto;
}

.vendors-card-section .vendor-main-section-description{
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--heading-secondary-color);
    margin-bottom: 1rem;
}

.vendors-card-section .vendor-main-section-description{
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-14);
    color: #535353;
}

.vendors-card-section .vendor-main-section-description ul{
    text-align: left;
    list-style: disc;
}

.vendors-card-section .vendor-main-section-description ul li::marker{
    color: #FFC767;
}

.vendors-card-section .btn-initiate-evaluation {
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-15);
    background-color: var(--primary-blue);
    color: var(--primary-white);
    border-radius: 10px;
}

.compare-vendors-button {
    background-color: var(--primary-blue);
    color:var(--primary-white);
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-18);
    /*position: absolute;
    top: 0;
    right: 0;*/
}

.compare-vendors-button:hover {
    background-color: var(--primary-blue);
    color: var(--primary-white);
}

.compare-vendors-modal-title {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-600);
    font-size: var(--fontsize-16);
    color: var(--text-primary-color);
    text-transform: uppercase;
}

.compare-vendors-modal-table-head tr th {
    background-color: var(--primary-blue) !important;
    color: var(--primary-white) !important;
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-600) !important;
    font-size: var(--fontsize-16);
    text-transform: capitalize;
}

.compare-vendors-modal-table-body tr td img {
    width: 160px;
    height: 100px;
    object-fit: contain;
    vertical-align: middle;
    margin: 0 auto;
}

.compare-vendors-modal-table-body tr td:first-child {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-11);
    color: #535353;
    text-transform: capitalize;
}

.compare-vendors-modal-table-body tr td {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-11);
    color: var(--text-primary-color);
    text-transform: capitalize;
}

.download-excel-button {
    background-color: var(--primary-blue);
    color:var(--primary-white);
}

.download-excel-button:hover {
    background-color: var(--primary-blue);
    color: var(--primary-white);
}
/*end::vendors card section*/

/*begin::vendor count section start*/
.vendor-count-section .vendor-title {
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-500);
    color: var(--heading-primary-color);
}

.vendor-count-section .vendor-line {
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-600);
    color: var(--heading-primary-color);
}

.vendor-count-section .vendor-description {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}

.vendor-count-section .vendor-count-title {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-36);
    color: #8294F9;
}
.vendor-count-section .vendor-count-icon{
    width: 40px !important;
    height: 40px !important;
    color: var(--heading-primary-color);
}
.vendor-count-section .vendor-count-line{
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-20);
    color: #898989;
}
/*end::vendor count section*/

/*begin::popular plan and pricing section start*/
.popular-plan-and-pricing-section .popular-plan-and-pricing-title {
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-600);
    color: var(--heading-primary-color);
}
.popular-plan-and-pricing-section .popular-plan-and-pricing-description {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}

.popular-plan-and-pricing-section .card:hover,
.popular-plan-and-pricing-section .card:focus,
.popular-plan-and-pricing-section .card:visited,
.popular-plan-and-pricing-section .card:active {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF5D9 100%);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.popular-plan-and-pricing-section .product-card {
    border-color: #0000001A;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin: 10px 0px 10px 0px !important;
}

.popular-plan-and-pricing-section .card-header {
    background-color: transparent;
    border: none;
}

.popular-plan-and-pricing-section .card-footer {
    background-color: transparent;
    border: none;
}

.popular-plan-and-pricing-section .product-image{
    border-bottom: 1px solid var(--heading-primary-color);
    margin-bottom: 1rem;
}

.popular-plan-and-pricing-section .product-image > img {
    width: auto !important;
    height: 100px;
    max-width: 170px;
    object-fit: fill;
    vertical-align: middle;
    margin: 0 auto;
}

.popular-plan-and-pricing-section .product-title {
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-400);
    color: var(--heading-secondary-color);
}

.popular-plan-and-pricing-section .product-description{
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-14);
    color: #535353;
}

.popular-plan-and-pricing-section .product-description ul{
    text-align: left;
    list-style: disc;
}

.popular-plan-and-pricing-section .product-description ul li::marker{
    color: #FFC767;
}

.popular-plan-and-pricing-section .product-price {
    font-family: var(--font-Rubik);
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-400);
    color: var(--heading-primary-color);
}
.popular-plan-and-pricing-section .product-button {
    font-size: var(--fontsize-20);
    font-weight: var(--fontweight-500);
    color: var(--primary-white);
    background-color: var(--primary-blue);
    border-radius: 10px;
}

/*end::popular plan and pricing section*/

/*begin::eligibility and document section start*/

.eligibility-and-document-section .eligibility-and-document-title {
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-600);
    color: var(--heading-primary-color);
}

.eligibility-and-document-section .eligibility-and-document-description {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}

.eligibility-and-document-section .compare-card {
    padding: 20px;
    margin: 10px;
    background: linear-gradient(94.3deg, #FFFFFF 0%, #FFF8E9 78.91%);
    /*
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px;*/
}

.eligibility-and-document-section .eligibility-and-document-title1 {
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-24);
    color: var(--heading-secondary-color);
    margin-bottom: 10px;
}

.eligibility-and-document-section .eligibility-and-document-description1 {
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-16);
    color: var(--text-primary-color);
    /*max-height: 150px;
    overflow-y: auto;
    scrollbar-color: var(--heading-primary-color) var(--primary-white);
    scrollbar-width: thin;*/
}

.eligibility-and-document-section .eligibility-and-document-description1>ul {
    list-style: disc;
    padding-left: 20px;
}

.eligibility-and-document-section .eligibility-and-document-description1>ul>li::marker {
    color: var(--heading-primary-color);
    font-size: 1.2rem;
}
/*end::eligibility and document section*/

/*begin::other vendors section start*/
.other-vendors-section .other-vendors-section-title {
    font-size: var(--fontsize-36);
    font-weight: var(--fontweight-500);
    color: var(--heading-primary-color);
}
.other-vendors-section .other-vendors-section-description {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
}
.other-vendors-section .other-vendor-logo {
    width: 230px !important;
    height: 170px;
    margin: 0 auto;
}

.other-vendors-section .owl-nav>button {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: var(--primary-blue) !important;
    color: var(--primary-white) !important;
    width: 37px;
    height: 37px;
    border-radius: 50% !important;
}

.other-vendors-section .owl-prev {
    left: -3rem !important;
}

.other-vendors-section .owl-next {
    right: -3rem !important;
}
/*end::other vendors section*/

/*begin::floating button section start*/
.floating-button {
    position: fixed; /* Fixes the button to the viewport */
    bottom: 80px; /* Position from the bottom */
    right: 20px; /* Position from the right */
    border-radius: 50%; /* Makes it a circle */
    padding: 10px;
    /*width: 80px;*/ /* Circle width */
    /*height: 80px;*/ /* Circle height */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial shadow */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
    z-index: 1000; /* Ensure it stays on top of other content */
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 18px;
    border: none;
    background: linear-gradient(180deg, #2165ED 0%, #568EFF 100%);
    color: var(--primary-white);
}
.floating-button:hover {
    background: linear-gradient(180deg, #2165ED 0%, #568EFF 100%);
    color: var(--primary-white);
    transform: translateY(-5px) scale(1.05); /* Lifts the button up slightly and makes it a bit bigger */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Deeper shadow on hover */
    cursor: pointer;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
/*end::floating button section*/
/*begin::vendor compare table section start*/
/* Make the table scrollable horizontally */
.comparison-table-responsive {
    overflow-x: auto;
    position: relative;
    border-radius: 10px;
}

/* Set consistent column width */
.comparison-table th {
    min-width: 160px;
    text-align: center;
    vertical-align: middle;
}

.comparison-table td {
    min-width: 160px;
    text-align: left;
    vertical-align: middle;
}

/* Sticky header */
.comparison-table thead th {
    position: sticky;
    top: 0;
    z-index: 3; /* Keep above other cells */
}

/* Sticky first column (header + body) */
.comparison-table th:first-child,
.comparison-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #F8F8F8; /* Light gray background for visibility */
    white-space: nowrap;
    min-width: auto !important;
}

/* When both header and first column overlap */
.comparison-table thead th:first-child {
    z-index: 4; /* Keep top-left cell above everything */
    white-space: nowrap;
    min-width: auto !important;
}

/*end::vendor compare table section*/

/*begin::login modal section start*/
#loginModalTab li button.nav-link .login-tabs-icon {
    width: 81px;
    height: 58px;
    margin-bottom: 10px;
}

#loginModalTab li button.nav-link .login-tabs-title {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-16);
    color: #656565;
    text-align: center;
}

#loginModalTab li button.nav-link.active {
    background-color: #fff;
    box-shadow: 4px 4px 12px 0px #00000040;
    border-radius: 20px;
}

.login-modal-description {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-16);
    color: #535353;
}
/*end::login modal section*/

/*begin::dashboard section start*/
.footer{
    position: relative;
    z-index: 1;
}

.dashboard-sort-by-dropdown.show{
    z-index: 1060;
}

.dashboard-sort-by-dropdown .dropdown-header-title {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-11);
    color: #1467BB;
    text-transform: capitalize;
}

.dashboard-sort-by-dropdown .dropdown-item {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-11);
    color: #535353;
    text-transform: capitalize;
}

.dashboard-sort-by-dropdown .dropdown-item:focus,
.dashboard-sort-by-dropdown .dropdown-item:hover {
    background-color: #E1EFFB;
    color: var(--heading-secondary-color);
}

.dashboard-sort-by-dropdown .dropdown-item.active {
    background-color: #E1EFFB;
    color: var(--heading-secondary-color);
}

.more-filter-button {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-12);
    color: var(--primary-white);
    text-transform: uppercase;
    background-color: var(--primary-blue);
    border-radius: 5px;
}

.comments-count span.badge {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-600);
    font-size: var(--fontsize-14) !important;
    color: var(--heading-secondary-color) !important;
}

.dashboard-more-filter-dropdown.show{
    z-index: 1060;
}

.dashboard-more-filter-dropdown .dropdown-header-title {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-600);
    font-size: var(--fontsize-14);
    color: var(--primary-blue);
    text-transform: capitalize;
}

.dashboard-more-filter-dropdown .btn-primary {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-12);
    color: var(--primary-white);
    text-transform: uppercase;
}

.dashboard-more-filter-dropdown .btn-secondary {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-12);
    background-color: #989999;
    color: var(--primary-white);
    text-transform: uppercase;
}

.h-15{
    min-height: 150px !important;
}

.col:has(.add-service-dropdown),
[class*="col-"]:has(.add-service-dropdown) {
    position: relative;
    z-index: 10;
}

.add-service-dropdown-menu.show {
    border: 1px solid rgba(217, 217, 217, 0.44);
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 1060;
}

.add-service-dropdown-menu li {
    position: relative;
}

.add-service-dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.add-service-dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.add-service-dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.add-service-dropdown-menu .dropdown-item {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-11);
    color: var(--heading-secondary-color);
    text-transform: capitalize;
}

.add-service-dropdown-menu .dropdown-item:focus,
.add-service-dropdown-menu .dropdown-item:hover {
    background-color: #E1EFFB;
    color:var(--heading-secondary-color);
}

.add-service-dropdown-menu  > li:hover >  .dropdown-submenu {
    background-color: #E2F3FF;
    color:var(--heading-secondary-color);
    border: 1px solid rgba(217, 217, 217, 0.44);
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.add-service-dropdown-menu  > li:hover >  .dropdown-submenu .dropdown-item:focus,
.add-service-dropdown-menu  > li:hover >  .dropdown-submenu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 1);
    color:var(--heading-secondary-color);
}

thead.bg-table-header {
    border-radius: 10px 10px 0 0 !important;
}

.bg-table-header tr:first-child th:first-child {
    border-radius: 10px 0 0 0;
}

.bg-table-header tr:first-child th:last-child {
    border-radius: 0 10px 0 0;
}

.bg-table-header tr th {
    background-color: #F4DD93;
    color: #535353;
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-14);
    text-transform: capitalize;
}

.student-info-title {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-11);
    color:var(--primary-blue);
    text-transform: capitalize;
}

.student-info-text {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-11);
    color:var(--heading-secondary-color);
    margin-bottom: 5px;
}

.student-info-line-text {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-11);
    color:var(--heading-secondary-color);
    margin-bottom: 5px;
}

.student-add-service-button {
    background-color: var(--primary-blue);
    color: var(--primary-white);
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-11);
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
}

.students-accordion .student-accordion-item {
    background: #FFFFFF;
    border: none;
}

.students-accordion .student-accordion-item .accordion-button.collapsed {
    border: 1px solid #d8d8d8;
    background-color: var(--primary-white) !important;
}

.students-accordion .student-accordion-item .accordion-button:not(.collapsed) {
    background: transparent !important;
    box-shadow: none !important;
    border: 1px solid #d8d8d8;
    border-width: 1px 1px 0px 1px;
    border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0 !important;
}

.students-accordion .student-accordion-item .accordion-button {
    font-size: var(--fontsize-18);
    font-weight: var(--fontweight-600);
    color: var(--heading-secondary-color);
}

.students-accordion .student-accordion-item .accordion-body {
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
    color: var(--text-primary-color);
    border: 1px solid #d8d8d8;
    border-width: 0px 1px 1px 1px;
    border-radius: 0 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg);
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
}

.students-accordion .student-accordion-item .accordion-button {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-20);
    color: var(--primary-blue);
    text-transform: capitalize;
}

.students-accordion .student-accordion-item .student-accordion-student-info-text {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-15);
    color: var(--heading-secondary-color);
    margin-bottom: 5px;
}

.students-accordion .student-accordion-item .student-accordion-student-info-line-text {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-15);
    color: var(--heading-secondary-color);
    margin-bottom: 5px;
}

.student-service-graph-title {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-16);
    color: var(--text-primary-color);
    text-transform: capitalize;
}

.our-partners-section-title{
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-32);
    color: var(--heading-secondary-color);
    text-transform: capitalize;
}

.our-partner-logo{
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle;
}

.add-new-comment-modal-title {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-20);
    color: var(--primary-blue);
    text-transform: uppercase;
}

.add-new-comment-modal-subtitle {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-20);
    color: var(--text-primary-color);
    text-transform: capitalize;
}

.comments-container {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-color: #1467BB #E1EFFB;
    scrollbar-width: thin;
}

.comments-container .add-new-comment-modal-admin-avatar {
    width: 52px;
    height: 52px;
    background-color: #88DDFF;
    border-radius: 50%;
}

.comments-container .add-new-comment-modal-user-avatar {
    width: 52px;
    height: 52px;
    background-color: #EDEF6E;
    border-radius: 50%;
}

.comments-container .comment-user-name {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-500);
    font-size: var(--fontsize-13);
    color: #1467BB;
    text-transform: capitalize;
}

.comments-container .comment-datetime-text {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-13);
    color: #727272;
    text-transform: capitalize;
}

.comments-container .comment-text {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-12);
    color: #3F3F3F;
    text-transform: capitalize;
}

.btn-upload-attachment,
.btn-upload-attachment:focus,
.btn-upload-attachment:active,
.btn-upload-attachment:visited,
.btn-upload-attachment:hover {
    font-family: var(--font-Rubik);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-14);
    color: #404040;
    border: 0.8px solid rgba(203, 203, 203, 1);
    border-radius: 5px;
}
/*end::dashboard section*/
/*begin::no horizontal border section*/
.no-horizontal-border > :not(caption) > * > * {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.no-horizontal-border>:not(caption)>* {
    border-width: 0 0;
}
.no-horizontal-border>:last-child {
    border-bottom-width: 1px;
}
/*end::no horizontal border section*/
/*begin::back to top button section*/
.btn-scroll-to-top {
    position: fixed;
    bottom: 105%;
    right: 20px;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    font-family: var(--font-Inter);
    font-weight: 600;
    font-size: 18px;
    border: none;
    background: #EBFAFF !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25) !important;
    color: #2165ED !important;
    transition: all 0.3s ease !important;
}
.btn-scroll-to-top.show {
    bottom: 20px;
}
/*end::back to top button section*/

/*begin::send vendor lead section*/
.send-lead-modal-title {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-600);
    font-size: var(--fontsize-20);
    text-transform: uppercase;
    color: #1467BB;
}

.send-lead-modal-body .form-check-label {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-14);
    color: var(--heading-secondary-color);
}

.send-lead-modal-body .form-label {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-14);
    color: var(--heading-secondary-color);
}

.send-lead-modal-body .form-control {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-14);
    color: var(--heading-secondary-color);
}

.send-lead-modal-body .input-group-text {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-14);
    color: var(--heading-secondary-color);
}

.send-lead-modal-body .select2-container {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-14);
    color: var(--heading-secondary-color);
}

.send-lead-modal-body .send-otp-button {
    color: #1467BB;
    background-color: transparent;
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-9);
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.send-lead-modal-body .resend-otp-button {
    color: #1467BB;
    background-color: transparent;
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-9);
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.send-lead-modal-body .otp-verification-title {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-16);
    color: #1467BB;
}

.send-lead-modal-body .otp-verification-description {
    font-family: var(--font-Inter);
    font-weight: var(--fontweight-400);
    font-size: var(--fontsize-9);
    color: var(--heading-secondary-color);
}

.send-lead-modal-body .otp-verification-fields {
    margin-top: 10px;
}

.send-lead-modal-body .otp-verification-fields input {
    text-align: center;
    padding: .150rem .50rem !important;
    font-size: var(--fontsize-16);
    font-weight: var(--fontweight-400);
}

.send-lead-modal .modal-md {
    max-width: 550px;
}
/*end::send vendor lead section*/