* {
    padding: 0;
    margin: 0;
    font-family: "Work Sans", sans-serif;
    letter-spacing: .4px;
}

:root {
    --Primary_Color: #FF8307;
    --Secondary_Color: #0F2F64;
    --Third_Color: #262626;
    --Para_Color: #76726F;
}

.Primary_Color {
    color: var(--Primary_Color);
}

.Secondary_Color {
    color: var(--Secondary_Color);
}

.Third_Color {
    color: var(--Third_Color);
}

.Para_Color {
    color: var(--Para_Color);
}

h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 57.6px;
    color: #262626;
}

h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #0F2F64;
}

h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #0F2F64;
    margin: 0;
}

p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #76726F;
}

a {
    text-decoration: none;
}

.CRM_Section_Background {
    background-color: #fafbff;
}

.Primary_Button {
    background: #FF8307;
    padding: 16px 32px;
    border-radius: 8px;
    display: flex;
    width: fit-content;

    font-weight: 600;
    font-size: 16px;
    line-height: 25.6px;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

.Primary_Button:hover {
    background-color: #0F2F64;
}

.CRM_Section_Spacing {
    padding: 55px 20px;
}

/* Navebar css start */

.CRM_Navbar {
    background-color: #fff !important;
    box-shadow: 0px 2px 10.7px 0px #01010114;
    position: fixed;
    width: 100%;
    z-index: 99999;
    top:0px;
}

.CRM_Top_Banner_Spacing {
    padding-top: 110px;
}

.Nav_Logo {
    width: 150px;
}

@media (max-width: 1400px) {
    .container-lg {
        max-width: 100%;
    }
}

.nav-item a {
    font-weight: 500;
    font-size: 16px;
    line-height: 18.77px;
    color: #273552;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #FF8307;
    font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
    color: #FF8307;
}

.CRM_NavForm {
    background: #FAFAFAED;
    /* border-radius: 38px; */
    border-radius: 10px;
    padding: 5px 8px;
}

.CRM_NavForm input {
    background: transparent;
    border: none;
}

.CRM_NavForm .form-control:focus {
    box-shadow: unset;
    color: unset;
    background-color: unset;
    border-color: unset;
}

.CRM_NavForm :not(.btn-check)+.btn:active {
    border: none;
}

.CRM_NavButton {
    border: 1.2px solid #FF8307;
    border-radius: 26px;
    padding: 5px 20px;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 18.77px;
    color: #FF8307;
    cursor: pointer;
    transition: all 0.5s ease;
}

.CRM_NavButton:hover {
    color: #0F2F64;
    background-color: unset;
    border-color: #0F2F64;
}

.navbar-toggler:focus {
    box-shadow: none;
    border-color: #FF8307;
}

/* Navebar css end */

/* Footer css start */
.Section_Spacing_Footer {
    background-color: #200063;
    color: fff;
    font-family: "DM Sans", sans-serif;
}

.CRM_Footer_Section1 {
    padding: 60px 20px 40px 20px;
}


.Section_Spacing_Footer h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
}

.Section_Spacing_Footer p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #DDDDDD;
}

.Section_Spacing_Footer a,
.CRM_Footer_Location {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}

.separator {
    width: 0.5px;
    /* height: 100%; */
    background-color: #D1D1D1;
}

.CRM_Footer_Section2 {
    padding: 25px 20px;
    border-top: 1px solid #D1D1D1;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.CRM_Footer_Section2 a {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
}

.CRM_Footer_Icons {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.CRM_Footer_Icons img {
    height: 30px;
    width: 20px;
}

/* Footer css end */

.Sign_Up_Heading h3 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #041858;
    text-align: center;
}

.Sign_Up_Heading p {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    color: #2E3337;
    text-align: center;
}

.input-group label,
.form-label {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #000000;
    margin-bottom: 9px;
}

.input-group input::placeholder {
    color: #828282;
}

.input-group input,
.input-group select {
    border: 1.3px solid #9E9E9E;
    border-radius: 6px !important;
    margin: 0 !important;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #041858;
    padding: 16px;

    width: 100%;
}

input:focus-visible,
select:focus-visible {
    outline: none;
}

input[type="radio"],
input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #153060;
}

.toggle-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.Form_Submit_Button {
    width: 70%;
    margin: auto;
    border: none;
    justify-content: center;
    border-radius: 100px;


    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 26.4px;

}

.HaveAc {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color: #666666;
}

.login-link {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #007AFF;
}

.termsPrivacy {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #007AFF;
}

.input-group {
    display: flex;
    flex-direction: column;
    width: 50%;
    /* justify-content: end; */
}

.progress {
    background: #EBDBCC;
    height: 8px;
    border-radius: 8px;
}

.progress-bar {
    background: #FF8208;
    transition: width 0.5s ease-in-out;
}

.progress-text {
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1C140D;
}

.Secound_Sign_Up_Heading p {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    color: #041858;
}

.Remember_Me,
.agreeTerms {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #2D3748;
    cursor: pointer;
    width: fit-content;
}

.RecruitStudents,
.BusinessType {
    display: flex;
    gap: .5rem;
    align-items: center;
    width: fit-content;

    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #191919;
}

.form-step {
    display: none;

    transition: opacity 0.5s ease-in-out;
}

.form-step.active {
    display: block;

}

.show-business-detail {
    display: none;
}

.Login_Main_Container {
    background: #FFFFFF;
    box-shadow: 0px 1px 2.6px 0px #00000040;
    border-radius: 30px;
}

.Login_Heading {
    font-size: 20px;
    color: #1D1D1D;
    text-align: left;
    font-weight: bolder;
}

.input-group label,
.Remember_Me {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #000000;
    margin-bottom: 9px;
}

.input-group input::placeholder {
    color: #828282;
}

.input-group input {
    border: 1.3px solid #9E9E9E;
    border-radius: 6px !important;
    margin: 0 !important;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #041858;
    padding: 16px;

    width: 100%;
}

input:focus-visible {
    outline: none;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #153060;
}

.toggle-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.Form_Submit_Button {
    width: 100%;
    border: none;
    justify-content: center;
    border-radius: 100px;
}

.forgot-password {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    color: #F2451C;
}

.DontHaveAc {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    color: #989898;
}

.signup-link {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
    color: #041858;
}



@media only screen and (max-width: 992px) {
    #navbarSupportedContent {
        padding: 10px;
    }

    .navbar-nav {
        width: fit-content;
    }


}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 50px;
        line-height: 56px;
    }

    h2 {
        font-size: 36px;
        line-height: 42px;
    }

    p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 42px;
        line-height: 48px;
    }

    h2 {
        font-size: 30px;
        line-height: 38px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .CRM_Footer_Section1 {
        padding: 30px 20px;
    }

    .Section_Spacing_Footer p {
        font-size: 16px;
    }

    .Section_Spacing_Footer a,
    .CRM_Footer_Location {
        font-size: 16px;
    }

    .CRM_Footer_Section2 {
        padding: 20px;
        font-size: 16px;
    }

    .input-group {
        width: 100%;
        /* justify-content: end; */
    }
}