html,
:root {
    scroll-behavior: smooth;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
        U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
        U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XSwaPGQ3q5d0N7w.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
        U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    font-family: Lato, sans-serif;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
}

body {
    line-height: 1.42857143;
}

h1 {
    font-size: 32px;
    font-weight: 800;
}

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
        font-weight: 800;
    }
}

blockquote {
    padding: 10px 20px;
    border-left: 5px solid #eee;
}

.sanitize_content p {
    margin: 10px 0;
}

.sanitize_content p,
.sanitize_content li {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 22px;
}

.sanitize_content h2 {
    margin: 24px 0 12px;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .sanitize_content h2 {
        font-size: 18px;
        font-weight: 700;
    }
}

.sanitize_content h3,
.sanitize_content h4,
.sanitize_content h5 {
    font-size: 16px;
    font-weight: 600;
}

.sanitize_content b {
    font-size: 14px;
    font-weight: 700;
}

.sanitize_content table {
    border-radius: 16px;
    border: 1px solid #f6e8f0;
    width: 100%;
    padding: 8px 16px;
    border-spacing: 0 8px;
    margin: 12px 0;
    overflow-x: scroll;
}

@media (max-width: 767px) {
    .sanitize_content table {
        display: block;
    }

    .sanitize_content table::-webkit-scrollbar {
        height: 6px;
    }

    .sanitize_content table::-webkit-scrollbar-thumb {
        background: #831c66;
        border-radius: 20px;
    }

    .sanitize_content table::-webkit-scrollbar-track {
        background: #3333331c;
        border-radius: 20px;
        margin-left: 0;
        margin-right: 1200px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .sanitize_content table::-webkit-scrollbar-track {
        margin: 150px;
    }
}

.sanitize_content table th,
.sanitize_content table td {
    position: relative;
}

.sanitize_content table th:after,
.sanitize_content table td:after {
    content: "";
    position: absolute;
    border-left: 1px solid rgba(131, 28, 102, 0.1);
    top: 10%;
    bottom: 10%;
    right: 0;
}

.sanitize_content table th:last-child:after,
.sanitize_content table td:last-child:after {
    border-left: 0px;
}

.sanitize_content table tr {
    background-color: #831c660d;
    width: fit-content;
}

.sanitize_content table tr:first-child {
    background-color: #fff;
    color: #831c66;
    font-size: 14px;
    font-weight: 700;
}

.sanitize_content table tr:first-child th {
    border: none;
    padding: 4px 12px;
    text-align: left;
}

.sanitize_content table tr:first-child th:first-child {
    font-size: 14px;
    font-weight: 700;
}

.sanitize_content table tr:first-child td {
    padding: 4px 12px;
}

.sanitize_content table tr:first-child td,
.sanitize_content table tr:first-child p,
.sanitize_content table tr:first-child strong {
    background-color: #fff;
    color: #831c66;
    font-size: 14px;
    font-weight: 700;
}

.sanitize_content table td {
    border: none;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
}

.sanitize_content table td:first-child {
    font-size: 14px;
    font-weight: 400;
}

.sanitize_content th,
.sanitize_content td:first-child {
    border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
}

.sanitize_content th,
.sanitize_content td:last-child {
    border-radius: 12px 0 0 12px;
    -moz-border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
}

.sanitize_content img {
    max-width: 100%;
    height: auto;
}

.sanitize_content>*:first-child {
    margin: 0;
}

@media (max-width: 767px) {
    #btm_CTAs {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #2d2d2d;
        padding: 10px 16px;
        border-radius: 16px 16px 0 0;
    }
}

.bottom_sticky_cta {
    position: fixed;
    padding: 10px 16px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 16px 16px 0 0;
    background: #2d2d2d;
}

#faq_section.accordion_wrap {
    gap: 0px;
}

#faq_section .accordion_div {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(131, 28, 102, 0.1);
    border-radius: 0;
    padding: 16px 0;
}

#faq_section .accordion_div .accordion {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border: none;
    padding-top: 0;
}

#faq_section .accordion_div .accordion:after {
    right: 0;
}

#faq_section .accordion_div .panel {
    border-top: none;
    margin-top: 0;
}

#faq_section .accordion_div .faqAnwser {
    padding-top: 12px;
    color: #5c5c5c;
    font-size: 12px;
    font-weight: 400;
}

#faq_section .tech_h2 {
    margin-bottom: 0;
}

.ratingSpan {
    font-size: 12px;
    font-weight: 700;
    border-radius: 16px;
    background: #fff7e8;
    color: #d99000;
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px 8px 4px 22px;
    width: fit-content;
}

.ratingSpan:before {
    position: absolute;
    left: -5px;
    content: "";
    background-image: url(../images/sprite.webp);
    background-position: -132px -345px;
    display: inline-block;
    transform: scale(0.48);
    width: 33px;
    height: 30px;
}

.read-more-content {
    overflow: hidden;
}

.read-more-btn {
    font-size: 14px;
    font-weight: 700;
    display: block;
    background: linear-gradient(to bottom, #fffc, #fff);
    cursor: pointer;
    padding: 10px;
    text-align: right;
    position: relative;
    right: 0;
    bottom: -10px;
    color: #a03318;
    margin-top: -20px;
}

.img-fluid,
.img-responsive {
    width: 100%;
    height: auto;
}

.modal-open {
    overflow: hidden;
}

a {
    color: #1237aa;
}

.table-responsive {
    width: 100%;
    overflow-y: hidden;
}

.loading-skeleton {
    padding: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
    animation: pulse 1.5s infinite;
}

.skeleton-header {
    margin-bottom: 15px;
}

.skeleton-title {
    width: 60%;
    height: 20px;
    background-color: #fcfcfc;
    border-radius: 4px;
    margin-bottom: 10px;
}

.skeleton-subtitle {
    width: 40%;
    height: 15px;
    background-color: #fcfcfc;
    border-radius: 4px;
}

.skeleton-body {
    margin-bottom: 15px;
}

.skeleton-image {
    width: 100%;
    height: 68px;
    background-color: #fcfcfc;
    border-radius: 4px;
    margin-bottom: 10px;
}

.skeleton-text {
    width: 100%;
    height: 15px;
    background-color: #fcfcfc;
    border-radius: 4px;
    margin-bottom: 5px;
}

.skeleton-footer {
    display: flex;
    justify-content: space-between;
}

.skeleton-button {
    width: 48%;
    height: 30px;
    background-color: #fcfcfc;
    border-radius: 4px;
}

@keyframes pulse {
    0% {
        background-color: #ececec;
    }

    50% {
        background-color: #fbfbfb;
    }

    to {
        background-color: #fff;
    }
}

@keyframes wave-lines {
    0% {
        background-position: -468px 0;
    }

    to {
        background-position: 468px 0;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.container,
.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.d-none {
    display: none;
}

.p-0,
.m-0 {
    padding: 0;
}

.tech_h2 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .tech_h2 {
        font-size: 18px;
        font-weight: 700;
    }
}

.tech_h1 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .tech_h1 {
        font-size: 24px;
        font-weight: 800;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.btn_white {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    border: 1px solid #a03318;
    color: #a03318;
    cursor: pointer;
}

.scroll-btn {
    cursor: pointer;
    position: absolute;
    left: 0;
    background: linear-gradient(270deg, #831c6600 22.5%, #831c6633);
}

.scroll-btn:after {
    content: "";
    background-image: url(../images/sprite.webp);
    background-position: -97px -419px;
    display: inline-block;
    transform: scale(0.6);
    width: 36px;
    height: 40px;
}

.scroll-btn.scroll-left {
    transform: rotate(180deg);
    right: 0;
    left: auto;
    top: 0;
}

#footer_linking {
    margin-top: 20px;
    padding: 60px 0;
    background: #f7f8fa;
}

@media (max-width: 767px) {
    #footer_linking {
        padding: 24px 0;
    }
}

#footer_linking span {
    font-size: 20px;
    font-weight: 900;
}

@media (max-width: 767px) {
    #footer_linking span {
        font-size: 18px;
        font-weight: 700;
    }
}

#footer_linking #desktop_footer_linking {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 40px;
}

@media (max-width: 767px) {
    #footer_linking #desktop_footer_linking {
        margin-top: 20px;
        flex-direction: column;
        gap: 20px;
    }

    #footer_linking #desktop_footer_linking .accordion_div {
        padding: 0;
        background: inherit;
        border: none;
        box-shadow: none;
    }

    #footer_linking #desktop_footer_linking .accordion_div .panel {
        border-top: none;
        margin-top: 0;
    }
}

#footer_linking .accordion {
    font-size: 14px;
    font-weight: 600;
    color: #a03318;
    margin-bottom: 12px;
}

#footer_linking .panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#footer_linking .panel a {
    font-size: 14px;
    font-weight: 400;
    color: #5c5c5c;
}

#universalFooter {
    background-color: #333;
    padding: 40px 16px 0;
}

#universalFooter .tagline_wrap {
    position: relative;
}

#universalFooter .tagline_wrap img {
    width: 62px;
    position: absolute;
    top: 18px;
    left: 160px;
}

#universalFooter .CS_logo_footer {
    background-image: url(../images/sprite.webp);
    background-position: -6px -107px;
    display: inline-block;
    transform: scale(0.84);
    width: 180px;
    height: 32px;
    margin-left: -13px;
}

#universalFooter h3 {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    width: 320px;
    color: #fff;
    margin-top: 20px;
}

#universalFooter h3 s {
    text-decoration: line-through !important;
    color: #ffffff80;
}

#universalFooter h3:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 60px;
    background-image: url(../images/sprite.webp);
    background-position: -391px -10px;
    display: inline-block;
    transform: scale(0.44);
    width: 143px;
    height: 28px;
}

#universalFooter .CS_social_link {
    display: flex;
    gap: 20px;
    margin: 14px 0 14px -10px;
}

#universalFooter .CS_social_link a {
    font-size: 0px;
    background-image: url(../images/sprite.webp);
    background-position: -82px -61px;
    display: inline-block;
    transform: scale(0.55);
    width: 40px;
    height: 40px;
}

#universalFooter .CS_social_link .twitter_footer {
    background-position: -130px -61px;
}

#universalFooter .CS_social_link .linkedin_footer {
    background-position: -175px -61px;
}

#universalFooter .CS_social_link .instagram_footer {
    background-position: -217px -61px;
}

#universalFooter .CS_contact_details {
    margin-left: -10px;
}

#universalFooter .CS_contact_details a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

#universalFooter .CS_contact_details a:before {
    content: "";
    background-image: url(../images/sprite.webp);
    background-position: -1px -6px;
    display: inline-block;
    transform: scale(0.55);
    width: 37px;
    height: 42px;
}

#universalFooter .CS_contact_details a:last-child:before {
    background-position: -39px -6px;
}

#universalFooter .CS_footer_link {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

#universalFooter .CS_footer_link a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

#universalFooter .CS_footer_link a:after {
    content: " |";
    margin-left: 20px;
    color: #ffffff1a;
}

#universalFooter .CS_footer_link a:last-child:after {
    content: none;
}

#universalFooter .CS_copyright {
    font-size: 12px;
    font-weight: 400;
    padding: 20px 0 10px;
    color: #ffffffb3;
    text-align: center;
}

@media screen and (min-width: 767px) {
    #universalFooter {
        padding-bottom: 16px;
    }

    #universalFooter .container {
        position: relative;
    }

    #universalFooter .footer_flex_wrap {
        display: flex;
        justify-content: space-between;
        padding-bottom: 40px;
    }

    #universalFooter .CS_social_link {
        order: 3;
    }

    #universalFooter .CS_contact_details {
        display: flex;
        align-items: center;
        position: absolute;
        right: 16px;
        bottom: 0;
    }

    #universalFooter .CS_contact_details a:first-child {
        margin-right: 40px;
    }

    #universalFooter .CS_copyright {
        padding: 0;
        position: absolute;
        bottom: 0;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: -webkit-fill-available;
    background-color: #000;
    background-color: #0006;
    z-index: 99;
}

@media (max-width: 767px) {
    .modal#successModal .modal-content {
        top: 40%;
        transform: translateY(-50%);
        border-radius: 16px;
        margin: 12px;
        height: max-content;
    }
}

.modal-content {
    margin: 5% auto;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 40px #2d2d2d0d;
    max-width: 390px;
}

@media (max-width: 767px) {
    .modal-content {
        border-radius: 16px 16px 0 0;
    }
}

.modal-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header .dynamic_heading {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333333b3;
    display: none;
}

.modal-header #modal_clg_logo {
    margin-left: -23px;
}

.modal-header #modal_clg_logo:after {
    content: "";
    background-image: url(../images/sprite.webp);
    background-position: -361px -108px;
    display: inline-block;
    transform: scale(0.74);
    width: 182px;
    height: 30px;
}

.modal-title {
    text-align: center;
}

.modal-body .college_top_wrapper {
    display: none;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 24px;
}

.modal-body .college_top_wrapper .college_mid div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 50px;
}

.modal-body .college_top_wrapper .college_mid div:before {
    content: "";
    background-image: url(../images/sprite.webp);
    background-position: -186px -155px;
    display: inline-block;
    transform: scale(0.38);
    width: 98px;
    height: 82px;
    position: absolute;
    top: -10px;
}

.modal-body .college_top_wrapper .college_mid1:before {
    background-position: -2px -155px !important;
}

.modal-body .college_top_wrapper .college_mid2:before {
    background-position: -95px -155px !important;
}

.modal-body .college_top_wrapper p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.modal-body .login_header,
.modal-body .forgot_password_header,
.modal-body .top_text {
    margin-bottom: 24px;
}

.modal-body .login_header span,
.modal-body .login_header b,
.modal-body .forgot_password_header span,
.modal-body .forgot_password_header b,
.modal-body .top_text span,
.modal-body .top_text b {
    font-size: 20px;
    font-weight: 800;
    display: block;
    margin-bottom: 8px;
}

.modal-body .login_header p,
.modal-body .forgot_password_header p,
.modal-body .top_text p {
    font-size: 12px;
    font-weight: 400;
    color: #6d6d6d;
}

.modal-body .dynamic_form_type {
    /* display: none; */
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    margin-top: 10px;
    margin-bottom: 24px;
}

.modal-body .dynamic_form_type span {
    font-size: 20px;
    font-weight: 800;
    display: block;
    margin-bottom: 4px;
}

.modal-body .dynamic_form_type p {
    font-size: 12px;
    font-weight: 400;
    color: #3339;
}

.modal-body .dynamic_form_type img {
    width: 50px;
    height: 50px;
}

.modal-body~#otpValidationDiv {
    display: none;
}

.modal-body~#otpValidationDiv #userName {
    font-size: 14px;
    font-weight: 600;
    color: #8c728f;
}

.modal-body~#otpValidationDiv .number_and_edit_div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.modal-body~#otpValidationDiv .number_and_edit_div p {
    font-size: 16px;
    font-weight: 700;
    color: #5c5c5c;
}

.modal-body~#otpValidationDiv .number_and_edit_div span {
    font-size: 14px;
    font-weight: 700;
    color: #a03318;
    cursor: pointer;
}

.modal-body~#otpValidationDiv .otpTimer_and_resend {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    margin-top: -8px;
}

.modal-body~#otpValidationDiv .otpTimer_and_resend p {
    font-size: 12px;
    font-weight: 400;
}

.modal-body~#otpValidationDiv .otpTimer_and_resend p span {
    color: #a03318;
}

.modal-body~#otpValidationDiv .otpTimer_and_resend .resend_otp {
    font-size: 14px;
    font-weight: 700;
    color: #a03318;
    cursor: pointer;
    opacity: 0.3;
    background-color: transparent;
    border: none;
}

.modal-body~#otpValidationDiv #backToOtp {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 24px;
    border: 1px solid #a03318;
    color: #a03318;
    cursor: pointer;
    display: block;
    margin-top: 16px;
}

.modal-body .successIcon {
    text-align: center;
}

.modal-body .successIcon:after {
    content: "";
    background-image: url(../images/sprite.webp);
    background-position: -4px -776px;
    display: inline-block;
    transform: scale(0.54);
    width: 135px;
    height: 125px;
}

.modal-body .successIcon.brochureSuccess:after {
    background-position: -477px -764px !important;
}

.modal-body .successHeading {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    color: #a03318;
    margin-bottom: 8px;
}

.modal-body .successText {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

#login_form,
.login_header,
.forgot_password_header {
    display: none;
}

#login_form .back_button,
.login_header .back_button,
.forgot_password_header .back_button {
    width: auto;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 24px;
    border: 1px solid #a03318;
    color: #a03318;
    cursor: pointer;
    display: block;
    margin-top: 16px;
}

form {
    position: relative;
}

form .input_group_icon {
    margin-bottom: 20px;
    position: relative;
}

form .input_group_icon:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -5px;
    background-image: url(../images/sprite.webp);
    background-position: 0px -246px;
    display: inline-block;
    transform: scale(0.55);
    width: 40px;
    height: 58px;
}

form .input_group_icon input,
form .input_group_icon select {
    width: 100%;
    border: 1px solid rgba(119, 119, 119, 0.4);
    border-radius: 8px;
    padding: 10px 0 10px 33px;
}

form .input_group_icon input:focus-visible,
form .input_group_icon select:focus-visible {
    outline: 1px solid #a03318;
}

form .input_group_icon .field_error {
    display: none;
    color: #b22d2d;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
}

form .input_group_icon .otp_resend {
    font-size: 10px;
    font-weight: 400;
    color: green;
    display: none;
    position: absolute;
}

form .input_group_icon .input-field.invalid {
    border: 1px solid red;
}

form .input_group_icon .mobile_num {
    position: absolute;
    top: 9px;
    left: 33px;
    color: #a03318;
    font-size: 14px;
    font-weight: 700;
}

form .input_group_icon .mobile_number {
    padding: 10px 0 10px 61px;
}

form .input_group_icon .otp_number {
    padding: 10px;
}

form .mobile_input:before {
    background-position: -48px -246px !important;
}

form .email_input:before {
    background-position: -98px -246px !important;
}

form .password_input:before {
    background-position: -243px -246px !important;
}

form .course_input:before {
    background-position: -191px -246px !important;
}

form .course_input#course_input_div {
    display: none;
}

form .choosenCourse {
    display: none;
    margin-bottom: 20px;
}

form .current_course_wrap {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

form .current_course_wrap p {
    display: flex;
    align-items: center;
    margin-left: 25px;
    gap: 5px;
}

form .current_course_wrap strong {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
}

form .current_course_wrap strong:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -37px;
    background-image: url(../images/sprite.webp);
    background-position: 0px -246px;
    display: inline-block;
    transform: scale(0.55);
    width: 40px;
    height: 58px;
    background-position: -191px -246px !important;
}

form .current_course_wrap span {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    color: #a03318;
    cursor: pointer;
}

form .select_searchbox {
    display: none;
    position: absolute;
    top: 17%;
    background: #fff;
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
    width: 100%;
    border-radius: 10px 10px 4px 4px;
    z-index: 9;
}

form .select_searchbox .search_wrap {
    display: grid;
    grid-template-columns: 1fr 25px;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    align-items: center;
}

form .select_searchbox .search_top_input {
    outline: none;
    background: #fff;
    height: 35px;
    width: 100%;
    border: 1px solid rgba(119, 119, 119, 0.4);
    border-radius: 8px;
    padding: 10px;
}

form .select_searchbox .search_wrap_close {
    cursor: pointer;
}

form .select_searchbox .search_wrap_close:after {
    content: "";
    background-image: url(../images/sprite.webp);
    background-position: -310px -17px;
    display: inline-block;
    transform: scale(0.4);
    width: 27px;
    height: 30px;
}

form .select_searchbox .search_list {
    height: 143px;
    overflow-y: scroll;
    padding: 0;
}

form .select_searchbox .search_list li {
    font-size: 12px;
    font-weight: 500;
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.btn_type_orange {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    background: #a03318;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 24px;
    cursor: pointer;
    border: none;
    position: relative;
    height: 50px;
}

.divider_or {
    text-align: center;
    position: relative;
    margin-top: 12px;
}

.divider_or:before,
.divider_or:after {
    content: "";
    position: absolute;
    width: 46%;
    background: #2c0c0c66;
    height: 1px;
    left: 0;
    top: 12px;
}

.divider_or:after {
    right: 0;
    left: auto;
}

.divider_or span {
    font-size: 12px;
    font-weight: 400;
    color: #333333b4;
}

#gSignInWrapper {
    margin: 12px 68px;
}

.modal-footer {
    text-align: center;
    margin-top: 16px;
}

.modal-footer span {
    cursor: pointer;
    color: #a03318;
    font-size: 14px;
    font-weight: 800;
}

.modal-footer p {
    font-size: 14px;
    font-weight: 400;
}

.modal-footer p:last-child {
    display: none;
}

.close {
    font-size: 22px;
    font-weight: 400;
    color: #aaa;
    cursor: pointer;
}

.btn-secondary {
    background-color: #6c757d;
    color: #fff;
}

@media screen and (max-width: 767px) {

    #new_registration,
    .modal-dialog,
    .modal-content {
        max-width: inherit !important;
        margin: 0;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }
}

.loader {
    border: 4px solid transparent;
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

#universalHeader #headerAddressBar {
    padding: 0 80px;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#universalHeader #headerAddressBar .CS_contact_details {
    display: none;
}

#universalHeader #headerAddressBar .moduleNavigation {
    display: flex;
    gap: 8px;
}

#universalHeader #headerAddressBar .moduleNavigation a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

#universalHeader #headerAddressBar .moduleNavigation a:last-child:after {
    content: none;
}

#universalHeader #headerAddressBar .moduleNavigation a:after {
    content: "";
    padding-left: 8px;
    border-right: 1.5px solid #fff;
}

#universalHeader #headerAddressBar .socialNavigation .social_right a {
    background-image: url(../images/sprite.webp);
    background-position: -83px -12px;
    display: inline-block;
    transform: scale(0.55);
    width: 37px;
    height: 42px;
}

#universalHeader #headerAddressBar .socialNavigation .social_right .twitter {
    background-position: -130px -12px;
}

#universalHeader #headerAddressBar .socialNavigation .social_right .linkedin {
    background-position: -178px -12px;
}

#universalHeader #headerAddressBar .socialNavigation .social_right .instagram {
    background-position: -220px -12px;
}

#universalHeader #headernavigationBar {
    position: relative;
    padding: 0 80px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#universalHeader #headernavigationBar .CS_HeaderLogo {
    background-image: url(../images/sprite.webp);
    background-position: -6px -107px;
    display: inline-block;
    transform: scale(auto);
    width: 180px;
    height: 32px;
    font-size: 0px;
}

#universalHeader #headernavigationBar .logo_and_navigation_wrap {
    display: flex;
    align-items: center;
    gap: 32px;
}

@media (max-width: 767px) {
    #universalHeader #headernavigationBar .logo_and_navigation_wrap {
        gap: 4px;
    }
}

#universalHeader #headernavigationBar .logo_and_navigation_wrap .hamburger_menu_wrap {
    display: none;
}

#universalHeader #headernavigationBar .navigation_wrapper {
    display: flex;
    gap: 5px;
}

#universalHeader #headernavigationBar .navigation_wrapper .nav_main_heading {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #fff;
    cursor: pointer;
    padding: 28px 0;
    display: flex;
    align-items: center;
}

#universalHeader #headernavigationBar .navigation_wrapper .nav_main_heading:after {
    content: "";
    background-image: url(../images/sprite.webp);
    background-position: -522px -306px;
    display: inline-block;
    transform: scale(0.45);
    width: 39px;
    height: 15px;
}

@media (min-width: 767px) {
    #universalHeader #headernavigationBar .navigation_wrapper .nav_main_heading:hover~.navigation_content {
        display: flex;
    }
}

@media (min-width: 767px) {
    #universalHeader #headernavigationBar .navigation_wrapper .visible_in_mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    #universalHeader #headernavigationBar .navigation_wrapper .visible_in_mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    #universalHeader #headernavigationBar .navigation_wrapper .visible_in_mobile a:after {
        content: none !important;
    }
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div.hide_nav_main_heading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div.hide_nav_main_heading .nav_main_heading {
    display: none;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div.hide_nav_main_heading .navigation_content {
    margin: auto;
    display: block;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div.hide_nav_main_heading .parent_wrapper {
    grid-template-columns: auto !important;
    height: 89vh;
    overflow: auto;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div.hide_nav_main_heading .left_navigation {
    position: absolute;
    z-index: 999;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 90vh;
    overflow: auto;
    background-color: #fff;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div {
    z-index: 9;
}

@media (min-width: 767px) {
    #universalHeader #headernavigationBar .navigation_wrapper .navigation_div:hover .nav_main_heading:before {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fafafa;
        content: "";
        position: absolute;
        left: 5%;
        bottom: -1px;
    }
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .navigation_content {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 0 0 16px 16px;
    width: 100%;
    max-width: 1000px;
    box-shadow: 0 3px 3px #0003;
    left: 0;
    right: 0;
    top: 77px;
    margin: 0 15%;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .navigation_content .hide_right_navigation {
    display: block;
}

@media (min-width: 768px) {
    #universalHeader #headernavigationBar .navigation_wrapper .navigation_div .navigation_content .hide_right_navigation {
        display: none;
    }
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .navigation_content .hide_right_navigation {
    font-size: 20px;
    font-weight: 800;
    padding-left: 20px;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .navigation_content .hide_right_navigation span {
    cursor: pointer;
}

@media (min-width: 767px) {
    #universalHeader #headernavigationBar .navigation_wrapper .navigation_div .navigation_content:hover {
        display: flex;
    }
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .left_navigation {
    padding: 16px;
    border-radius: 8px 8px 8px 28px;
    background: #fafafa;
    min-width: 300px;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .left_navigation p {
    cursor: pointer;
    padding: 0 10px;
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .left_navigation p.active {
    border-radius: 12px;
    background: linear-gradient(0deg, #831c661a, #831c661a), #fff;
    color: #831c66;
    font-size: 14px;
    font-weight: 700;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .left_navigation span {
    background-image: url(../images/sprite.webp);
    background-position: -505px -291px;
    display: inline-block;
    transform: scale(0.45);
    width: 58px;
    height: 45px;
    transform: scale(0.45) rotate(268deg);
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .right_navigation .hide_right_navigation {
    display: block;
}

@media (min-width: 768px) {
    #universalHeader #headernavigationBar .navigation_wrapper .navigation_div .right_navigation .hide_right_navigation {
        display: none;
    }
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .right_navigation .hide_right_navigation {
    font-size: 20px;
    font-weight: 800;
    padding-left: 20px;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .right_navigation .hide_right_navigation span {
    cursor: pointer;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .right_navigation .parent_wrapper {
    display: grid;
    padding: 20px;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 60px;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .right_navigation .parent_wrapper.active {
    display: grid;
}

@media (max-width: 767px) {
    #universalHeader #headernavigationBar .navigation_wrapper .navigation_div .right_navigation .parent_wrapper.active {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 999;
    }
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .right_navigation .explore_course {
    display: none;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .right_navigation .explore_course .hide_right_navigation {
    padding-left: 0;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .right_navigation .type_of_navigation_wrap p {
    color: #831c66;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}

#universalHeader #headernavigationBar .navigation_wrapper .navigation_div .right_navigation .type_of_navigation_wrap a {
    display: block;
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

#universalHeader #headernavigationBar .search_and_user_wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 767px) {
    #universalHeader #headernavigationBar .search_and_user_wrapper {
        gap: 40px;
    }
}

#universalHeader #headernavigationBar .search_and_user_wrapper .header_searchbar_wrapper .searchbar_icon {
    position: relative;
    border-radius: 8px;
    border: 1px solid #acacac;
    background: #8889;
    padding: 14px 14px 14px 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .header_searchbar_wrapper .searchbar_icon:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -5px;
    margin-left: 8px;
    background-image: url(../images/sprite.webp);
    background-position: -261px -11px;
    display: inline-block;
    transform: scale(0.5);
    width: 40px;
    height: 46px;
}

@media (min-width: 767px) {
    #universalHeader #headernavigationBar .search_and_user_wrapper .header_searchbar_wrapper .searchbar_icon:after {
        content: "Search College and University";
    }
}

@media (max-width: 767px) {
    #universalHeader #headernavigationBar .search_and_user_wrapper .header_searchbar_wrapper .searchbar_icon {
        border: 1px solid #333;
        background: #333;
        padding: 16px 16px 25px 10px;
    }

    #universalHeader #headernavigationBar .search_and_user_wrapper .header_searchbar_wrapper .searchbar_icon:before {
        left: 2px;
        height: 42px;
    }
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper {
    position: relative;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .user_icon {
    background-color: #a03318;
    padding: 4px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .user_icon img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    #universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .user_icon {
        padding: 0;
    }
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .user_icon .user_icon_text {
    background-position: -529px -11px;
    width: 31px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .user_icon:hover~.login_and_register_snippet {
    display: block;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .user_icon .guest_icon {
    background-image: url(../images/sprite.webp);
    background-position: -527px -8px;
    display: inline-block;
    transform: scale(0.55);
    width: 35px;
    height: 37px;
    display: block;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet {
    display: none;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 3px 3px #0003;
    background: #fff;
    padding: 20px 20px 0;
    z-index: 99;
    height: 286px;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet.user_section_show {
    height: 350px;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet.user_section_show:after {
    top: -364px;
}

@media (min-width: 767px) {
    #universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet {
        position: absolute;
        width: 440px;
        right: -20px;
        top: 61px;
    }

    #universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet:after {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fafafa;
        content: "";
        position: relative;
        left: 92%;
        top: -302px;
    }
}

@media (max-width: 767px) {
    #universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet {
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: auto;
    }

    #universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .sidenav_closer {
        margin-top: 0;
    }
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet:hover {
    display: block;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet>p {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet>span {
    display: block;
    margin: 10px 0;
    color: #6c6c6c;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .facilities_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .facilities_wrapper .facilities_div:nth-child(1) .facilities_icon {
    background-image: url(../images/sprite.webp);
    background-position: -186px -107px;
    display: inline-block;
    transform: scale(0.75);
    width: 58px;
    height: 47px;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .facilities_wrapper .facilities_div:nth-child(2) .facilities_icon {
    background-image: url(../images/sprite.webp);
    background-position: -300px -107px;
    display: inline-block;
    transform: scale(0.75);
    width: 58px;
    height: 47px;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .facilities_wrapper .facilities_div:nth-child(3) .facilities_icon {
    background-image: url(../images/sprite.webp);
    background-position: -244px -107px;
    display: inline-block;
    transform: scale(0.75);
    width: 58px;
    height: 47px;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .facilities_wrapper .facilities_div .facilities_text {
    color: #333;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .facilities_wrapper .facilities_div .facilities_text b {
    color: #a03318;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .studenLogin {
    width: auto;
    text-align: center;
    border-radius: 8px;
    background: #a03318;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    cursor: pointer;
    display: block;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .user_main_info {
    display: flex;
    gap: 20px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(131, 28, 102, 0.2);
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .user_main_info .user_image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 5px solid #52a35f;
    border-radius: 50%;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .user_main_info .user_image img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .user_main_info p {
    font-size: 14px;
    font-weight: 800;
    color: #2d2d2d;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .user_main_info a {
    color: #a03318;
    font-size: 12px;
    font-weight: 700;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .user_links {
    margin: 19px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .user_links a {
    display: flex;
    justify-content: space-between;
    color: #5c5c5c;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#universalHeader #headernavigationBar .search_and_user_wrapper .user_login_wrapper .login_and_register_snippet .user_links a:after {
    content: "";
    background-image: url(../images/sprite.webp);
    background-position: -522px -306px;
    display: inline-block;
    transform: scale(0.45);
    width: 39px;
    height: 15px;
    transform: scale(0.45) rotate(270deg);
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 0 0 16px 16px;
    width: 100%;
    max-width: 1000px;
    box-shadow: 0 3px 3px #0003;
    left: 0;
    right: 0;
    top: 77px;
    margin: 0 15%;
    padding: 20px;
    z-index: 99;
}

@media (max-width: 767px) {
    #universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        bottom: 0;
    }
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet .input_group_icon {
    margin-bottom: 0;
    position: static;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet .input_group_icon:before {
    background-position: -259px -43px;
    transform: scale(0.46);
    height: 50px;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet .input_group_icon #closeSearchBar {
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 4px;
    background-image: url(../images/sprite.webp);
    background-position: -300px -12px;
    display: inline-block;
    transform: scale(0.45);
    width: 37px;
    height: 32px;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet input {
    outline: none;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet #universalHeaderSearch {
    display: none;
    padding-top: 24px;
    padding-left: 10px;
    flex-direction: column;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet #universalHeaderSearch li {
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet #universalHeaderSearch li a {
    display: block;
    color: #5c5c5c;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet #universalHeaderSearch li span:after {
    content: "";
    background-image: url(../images/sprite.webp);
    background-position: -517px -258px;
    display: inline-block;
    transform: scale(0.45);
    width: 37px;
    height: 32px;
    transform: scale(0.45) rotate(35deg);
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet .purple_heading {
    color: #831c66;
    font-size: 12px;
    font-weight: 700;
    margin: 20px 0 10px;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet .popular_course_wrap {
    margin: 16px 0;
    display: flex;
    gap: 10px 25px;
    flex-wrap: wrap;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet .popular_course_wrap a {
    font-size: 14px;
    font-weight: 400;
    color: #a03318;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet .trending_wrap_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet .trending_wrap_item a {
    display: flex;
    align-items: center;
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 400;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet .trending_wrap_item a:before {
    content: "";
    border-radius: 50%;
    background: #f0720f1a;
    padding: 8px;
    background-image: url(../images/sprite.webp);
    background-position: -295px -49px;
    display: inline-block;
    transform: scale(0.55);
    width: 37px;
    height: 32px;
}

#universalHeader #headernavigationBar .search_and_user_wrapper #searchbar_snippet .trending_wrap_item .arrow_up {
    background-image: url(../images/sprite.webp);
    background-position: -517px -258px;
    display: inline-block;
    transform: scale(0.55);
    width: 37px;
    height: 32px;
    transform: scale(0.45) rotate(35deg);
}

@media (max-width: 767px) {
    .headerBarWrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .hamburger_menu_wrap {
        display: block !important;
        padding: 2px 2px 5px;
        border-radius: 8px;
        height: 33px;
    }

    .hamburger_menu_wrap .hamburger_menu {
        background-color: transparent;
        background-image: url(../images/sprite.webp);
        background-position: -353px -18px;
        display: inline-block;
        transform: scale(0.47);
        width: 37px;
        height: 30px;
    }

    #headernavigationBar {
        padding: 6px 16px 6px 8px !important;
    }

    #universalHeader #headerAddressBar {
        display: none;
        padding: 20px 20px 8px;
        position: fixed;
        bottom: 0;
        align-items: flex-start;
        flex-direction: column;
        left: 0;
        right: 0;
        z-index: 9;
    }

    #universalHeader #headerAddressBar .social_right {
        display: flex;
        gap: 20px;
    }

    #universalHeader #headerAddressBar .moduleNavigation {
        display: none;
    }

    #universalHeader #headerAddressBar .socialNavigation {
        margin-top: 10px;
    }

    #universalHeader #headerAddressBar .CS_contact_details {
        display: flex;
        flex-direction: column;
    }

    #universalHeader #headerAddressBar .CS_contact_details a {
        display: flex;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
    }

    #universalHeader #headerAddressBar .CS_contact_details a:before {
        content: "";
        background-image: url(../images/sprite.webp);
        background-position: -1px -6px;
        display: inline-block;
        transform: scale(0.55);
        width: 37px;
        height: 42px;
    }

    #universalHeader #headerAddressBar .CS_contact_details a:last-child:before {
        background-position: -39px -6px;
    }

    .visible_side_nav {
        display: none !important;
    }

    .navigation_wrapper {
        flex-direction: column;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: right 0.3s;
        z-index: 2;
        left: 0;
        padding: 0 16px;
        overflow-y: scroll;
    }

    .navigation_wrapper .nav_main_heading {
        color: #5c5c5c !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        display: flex;
        justify-content: space-between;
    }

    .navigation_wrapper .nav_main_heading:after {
        transform: scale(0.45) rotate(270deg) !important;
    }

    .sidenav_closer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 16px 0;
        z-index: 9999;
    }

    .sidenav_closer a {
        content: "";
        background-image: url(../images/sprite.webp);
        background-position: -362px -107px;
        display: inline-block;
        transform: scale(auto);
        width: 180px;
        height: 32px;
    }

    .sidenav_closer span {
        content: "";
        background-image: url(../images/sprite.webp);
        background-position: -310px -15px;
        display: inline-block;
        transform: scale(0.44);
        width: 30px;
        height: 29px;
    }

    .vibible_for_mobile {
        display: block !important;
    }
}

#modalBackdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    z-index: 9;
}

.common_navbar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 24px #3333330d;
    z-index: 1;
}

.common_navbar .navbarLinks_wrap {
    display: grid;
    gap: 20px;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    border-bottom: 2px solid #f3e8f0;
    border-top: 2px solid #f3e8f0;
    overflow-x: auto;
    width: 1200px;
    padding-left: 0;
}

.common_navbar .navbarLinks_wrap::-webkit-scrollbar {
    display: none;
}

@media (max-width: 767px) {
    .common_navbar .navbarLinks_wrap {
        width: auto;
        padding-left: 0;
    }
}

.common_navbar .navbarLinks_wrap a {
    padding: 10px;
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 400;
}

.common_navbar .navbarLinks_wrap a.active_nav {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 2px solid #831c66;
    background: #831c661a;
    color: #831c66;
}

.modal-open {
    overflow: auto;
}

.common_breadcrumb {
    padding: 20px 0;
}

.common_breadcrumb .firstSpan {
    font-size: 14px;
    font-weight: 400;
    margin-right: 19px;
    color: #3339;
}

.common_breadcrumb .firstSpan:last-child a {
    color: #a03318;
}

.common_breadcrumb .firstSpan:last-child a span {
    font-size: 14px;
    font-weight: 600;
}

.common_breadcrumb .firstSpan:last-child a span:after {
    display: none;
}

.common_breadcrumb a {
    color: #333333b3;
}

.common_breadcrumb a span {
    position: relative;
}

.common_breadcrumb a span:after {
    content: "";
    position: absolute;
    bottom: -68%;
    background-image: url(../images/sprite.webp);
    background-position: -518px -308px;
    display: inline-block;
    transform: scale(0.4);
    width: 28px;
    height: 34px;
    transform: scale(0.4) rotate(270deg);
}

.tabs_btn_wrap {
    display: flex;
    gap: 10px;
    margin: 12px 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

.tabs_btn_wrap::-webkit-scrollbar {
    display: none;
}

.tab-button {
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #c1c0c1;
    cursor: pointer;
    min-width: max-content;
}

.tab-button.active_tab {
    background: #831c661a;
    font-size: 14px;
    font-weight: 700;
    color: #831c66;
    border: 1px solid #831c66;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

table {
    border-radius: 16px;
    border: 1px solid #f6e8f0;
    width: 100%;
    padding: 8px 16px;
    border-spacing: 0 8px;
    margin: 12px 0;
    overflow-x: scroll;
}

@media (max-width: 767px) {
    table {
        display: block;
    }

    table::-webkit-scrollbar {
        height: 6px;
    }

    table::-webkit-scrollbar-thumb {
        background: #831c66;
        border-radius: 20px;
    }

    table::-webkit-scrollbar-track {
        background: #3333331c;
        border-radius: 20px;
        margin-left: 0;
        margin-right: 1200px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    table::-webkit-scrollbar-track {
        margin: 150px;
    }
}

table th,
table td {
    position: relative;
}

table th:after,
table td:after {
    content: "";
    position: absolute;
    border-left: 1px solid rgba(131, 28, 102, 0.1);
    top: 10%;
    bottom: 10%;
    right: 0;
}

table th:last-child:after,
table td:last-child:after {
    border-left: 0px;
}

table tr {
    background-color: #831c660d;
    width: fit-content;
}

table tr:first-child {
    background-color: #fff;
    color: #831c66;
    font-size: 14px;
    font-weight: 700;
}

table tr:first-child th {
    border: none;
    padding: 4px 12px;
    text-align: left;
}

table tr:first-child th:first-child {
    font-size: 14px;
    font-weight: 700;
}

table tr:first-child td {
    padding: 4px 12px;
}

table tr:first-child td,
table tr:first-child p,
table tr:first-child strong {
    background-color: #fff;
    color: #831c66;
    font-size: 14px;
    font-weight: 700;
}

table td {
    border: none;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
}

table td:first-child {
    font-size: 14px;
    font-weight: 400;
}

th,
td:first-child {
    border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
}

th,
td:last-child {
    border-radius: 12px 0 0 12px;
    -moz-border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
}

.secondary_color {
    color: #831c66;
}

s {
    color: #a03318;
}

.common_padding {
    padding: 80px 180px;
}

@media (max-width: 767px) {
    .common_padding {
        padding: 48px 16px;
    }
}

#counsellingLandingPage .counsellingPageHeroSection {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    background: #fff;
}

@media (max-width: 767px) {
    #counsellingLandingPage .counsellingPageHeroSection {
        padding: 32px 12px;
        flex-direction: column;
    }

    #counsellingLandingPage .counsellingPageHeroSection .counsellorInfo,
    #counsellingLandingPage .counsellingPageHeroSection .para_and_h1 {
        width: auto !important;
    }
}

#counsellingLandingPage .counsellingPageHeroSection .para_and_h1 {
    width: 70%;
}

#counsellingLandingPage .counsellingPageHeroSection .para_and_h1 h1 {
    font-size: 40px;
    font-weight: 700;
}

#counsellingLandingPage .counsellingPageHeroSection .para_and_h1 p {
    font-size: 14px;
    font-weight: 500;
}

#counsellingLandingPage .counsellingPageHeroSection .counsellorInfo {
    border-radius: 8px;
    padding: 24px;
    box-shadow: #0000001a 0 4px 6px -1px, #0000000f 0 2px 4px -1px;
    width: 30%;
}

#counsellingLandingPage .counsellingPageHeroSection .counsellorInfo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

#counsellingLandingPage .counsellingPageHeroSection .counsellorInfo .span_lite {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin: 4px 0;
    color: #595854;
}

#counsellingLandingPage .counsellingPageHeroSection .counsellorInfo .type_and_name {
    display: flex;
    justify-content: space-between;
}

#counsellingLandingPage .counsellingPageHeroSection .counsellorInfo .type_and_name p {
    font-size: 22px;
    font-weight: 700;
}

#counsellingLandingPage .counsellingPageHeroSection .counsellorInfo .type_and_name span {
    font-size: 22px;
    font-weight: 700;
    color: #1dab61;
}

#counsellingLandingPage .counsellingPageHeroSection .counsellorInfo .counselor_exp {
    margin: 12px 0;
    display: flex;
    gap: 6px;
}

#counsellingLandingPage .counsellingPageHeroSection .counsellorInfo .counselor_exp p {
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    background: #d9d9d980;
    padding: 2px 4px;
}

#counsellingLandingPage .counsellingPageHeroSection .counsellorInfo small {
    font-size: 14px;
    font-weight: 400;
    color: #595854;
}

#counsellingLandingPage .counsellingPageHeroSection .counsellorInfo a {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    background: #a03318;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    cursor: pointer;
    margin-top: 16px;
    display: block;
}

#counsellingLandingPage #counselling_stats {
    background-color: #fffcf7;
}

#counsellingLandingPage #counselling_stats h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
}

#counsellingLandingPage #counselling_stats p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

#counsellingLandingPage #counselling_stats span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: #595854;
}

#counsellingLandingPage #counselling_stats .counselling_trend {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    #counsellingLandingPage #counselling_stats .counselling_trend {
        flex-direction: column-reverse;
    }
}

#counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_stats {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 15%;
}

@media (max-width: 767px) {
    #counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_stats {
        width: -webkit-fill-available;
        flex-direction: row;
        gap: 0;
    }
}

#counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_stats div {
    padding: 12px;
    border-radius: 12px 0 0 12px;
    border: 0.5px solid rgba(12, 12, 12, 0.1);
    background: #fff;
}

@media (max-width: 767px) {
    #counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_stats div {
        width: inherit;
        border-radius: 0 0 12px 12px;
        border-top: none;
    }
}

#counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_stats div:last-child {
    background: #d3d3d3;
}

#counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_stats div:last-child b {
    color: #767676;
}

#counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_stats div p {
    font-size: 14px;
    font-weight: 600;
    color: #5c5c5c;
    text-align: left;
    margin-bottom: 4px;
}

#counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_stats div b {
    font-size: 28px;
    font-weight: 500;
    color: #f0720f;
}

#counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_stats div span {
    font-size: 12px;
    font-weight: 700;
    display: flex;
    gap: 4px;
    color: #000000ad;
}

#counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_chart {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    border: 0.5px solid rgba(12, 12, 12, 0.1);
    position: relative;
    width: -webkit-fill-available;
    height: 397px;
    width: 85%;
}

@media (max-width: 767px) {
    #counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_chart {
        width: -webkit-fill-available;
        border-radius: 12px 12px 0 0;
        border-bottom: #fff solid 0.5px;
        height: 250px;
    }
}

#counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_chart h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

#counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_chart p {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #f0720f;
}

#counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_chart div {
    margin: 24px 0;
    position: absolute;
    left: 32px;
    right: 32px;
}

#counsellingLandingPage #counselling_stats .counselling_trend .counselling_trend_chart div img {
    width: -webkit-fill-available;
}

#counsellingLandingPage #counselorTeam {
    background-color: #2d2d2d;
}

#counsellingLandingPage #counselorTeam h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
}

#counsellingLandingPage #counselorTeam span {
    font-size: 18px;
    font-weight: 400;
    color: #fff9;
    text-align: center;
    display: block;
}

#counsellingLandingPage #counselorTeam .counselorTeam_wrap {
    margin-top: 32px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 40px;
}

#counsellingLandingPage #counselorTeam .counselorTeam_wrap::-webkit-scrollbar {
    display: none;
}

#counsellingLandingPage #counselorTeam .counselorTeam_div {
    position: relative;
    border-radius: 12px;
    min-width: 300px;
    height: 448px;
}

#counsellingLandingPage #counselorTeam .counselorTeam_div .counselorTeam_img {
    width: inherit;
    height: inherit;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#counsellingLandingPage #counselorTeam .counselorTeam_div .counselorTeam_details {
    position: absolute;
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    margin: 16px;
    text-align: center;
    bottom: 0;
}

#counsellingLandingPage #counselorTeam .counselorTeam_div .counselorTeam_details p {
    font-size: 18px;
    font-weight: 700;
}

#counsellingLandingPage #counselorTeam .counselorTeam_div .counselorTeam_details .exp_rtng {
    margin: 4px 0;
    display: flex;
    gap: 6px;
    justify-content: center;
}

#counsellingLandingPage #counselorTeam .counselorTeam_div .counselorTeam_details .exp_rtng span {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 2px 4px;
    border-radius: 2px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    background: #d9d9d980;
    color: #000;
}

#counsellingLandingPage #counselorTeam .counselorTeam_div .counselorTeam_details .exp_rtng span:last-child {
    position: relative;
    color: #379198;
    padding-left: 18px;
}

#counsellingLandingPage #counselorTeam .counselorTeam_div .counselorTeam_details .exp_rtng span:last-child:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -8px;
    background-image: url(../images/sprite.webp);
    background-position: -416px -340px;
    display: inline-block;
    transform: scale(0.48);
    width: 32px;
    height: 32px;
}

#counsellingLandingPage #counselorTeam .counselorTeam_div .counselorTeam_details b {
    font-size: 12px;
    font-weight: 400;
    color: #595854;
}

#counsellingLandingPage #counselorTeam .counselorTeam_div .counselorTeam_details a {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    background: #a03318;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    cursor: pointer;
    margin-top: 16px;
    display: block;
}

#counsellingLandingPage #counselorTeam .counselorTeam_1 {
    background: linear-gradient(180deg, #0000 50%, #000 72.74%),
        url(/build/assets/rashmi-BgrkSJBF.webp) #d3d3d3 0px -0.725px/100.353% 70.934% no-repeat;
}

#counsellingLandingPage #counselorTeam .counselorTeam_2 {
    background: linear-gradient(180deg, #0000 50%, #000 72.74%),
        url(/build/assets/rishi-B3iiOjAd.webp) #d3d3d3 0px -0.725px/100.353% 70.934% no-repeat;
}

#counsellingLandingPage #counselorTeam .counselorTeam_3 {
    background: linear-gradient(180deg, #0000 50%, #000 72.74%),
        url(/build/assets/aryan-DL402_5S.webp) #d3d3d3 0px -0.725px/100.353% 70.934% no-repeat;
}

#counsellingLandingPage #counselorTeam .counselorTeam_4 {
    background: linear-gradient(180deg, #0000 50%, #000 72.74%),
        url(/build/assets/shubham-CPeaUYc0.webp) #d3d3d3 0px -0.725px/100.353% 70.934% no-repeat;
}

#counsellingLandingPage #courseExamColleges .courseExamColleges {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

#counsellingLandingPage #courseExamColleges .course_wrapper {
    display: flex;
    gap: 90px;
    align-items: center;
    justify-content: space-between;
}

#counsellingLandingPage #courseExamColleges .course_wrapper .course_about {
    width: 70%;
}

@media (max-width: 767px) {
    #counsellingLandingPage #courseExamColleges .course_wrapper .course_about {
        width: 100%;
    }
}

#counsellingLandingPage #courseExamColleges .course_wrapper .course_about h3 {
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
}

@media (max-width: 767px) {
    #counsellingLandingPage #courseExamColleges .course_wrapper .course_about h3 {
        font-size: 24px;
        font-weight: 700;
    }
}

#counsellingLandingPage #courseExamColleges .course_wrapper .course_about p {
    font-size: 18px;
    font-weight: 400;
}

#counsellingLandingPage #courseExamColleges .course_wrapper .course_about span {
    font-size: 14px;
    font-weight: 500;
    color: #595854;
}

#counsellingLandingPage #courseExamColleges .course_wrapper .course_about a {
    width: fit-content;
    text-align: center;
    border-radius: 8px;
    background: #a03318;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
    cursor: pointer;
    margin-top: 16px;
    display: block;
}

#counsellingLandingPage #courseExamColleges .course_wrapper img {
    width: 121px;
    height: 134px;
}

@media (max-width: 767px) {
    #counsellingLandingPage #courseExamColleges .course_wrapper img {
        display: none;
    }
}

#counsellingLandingPage #courseExamColleges .course_wrapper .popular_exam_about {
    text-align: right;
}

#counsellingLandingPage #courseExamColleges .course_wrapper .popular_exam_about a,
#counsellingLandingPage #courseExamColleges .course_wrapper .popular_exam_about span {
    float: right;
}

#counsellingLandingPage #courseExamColleges .popular_exam_about_wrap {
    justify-content: end;
}

#counsellingLandingPage #courseExamColleges .popular_exam_about_wrap img {
    display: none;
}

#counsellingLandingPage #courseExamColleges .related_exams_wrap {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

#counsellingLandingPage #courseExamColleges .related_exams_wrap::-webkit-scrollbar {
    display: none;
}

#counsellingLandingPage #courseExamColleges .related_exams_wrap .related_exams_div {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(51, 51, 51, 0.11);
    min-width: 250px;
}

#counsellingLandingPage #courseExamColleges .related_exams_wrap .related_exams_div img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

#counsellingLandingPage #courseExamColleges .related_exams_wrap .related_exams_div .relatedExamLogo {
    position: relative;
    margin-bottom: 35px;
}

#counsellingLandingPage #courseExamColleges .related_exams_wrap .related_exams_div .relatedExamLogo:after {
    content: "";
    background-image: url(../images/sprite.webp);
    background-position: -553px -538px;
    display: inline-block;
    transform: scale(0.45);
    width: 64px;
    height: 64px;
    position: absolute;
    top: -15px;
    left: -17px;
}

#counsellingLandingPage #courseExamColleges .related_exams_wrap .related_exams_div p {
    margin: 12px 0 8px;
    font-size: 12px;
    font-weight: 700;
}

#counsellingLandingPage #courseExamColleges .related_exams_wrap .related_exams_div span {
    color: #2d2d2dcc;
    font-size: 12px;
    font-weight: 400;
}

#counsellingLandingPage #courseExamColleges .related_exams_wrap .related_exams_div a {
    margin-top: 18px;
    display: block;
    color: #a03318;
    font-size: 14px;
    font-weight: 700;
}

#counsellingLandingPage #courseExamColleges .explore_course_wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 16px;
}

#counsellingLandingPage #courseExamColleges .explore_course_wrap::-webkit-scrollbar {
    display: none;
    height: 6px;
}

#counsellingLandingPage #courseExamColleges .explore_course_div {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(140, 114, 143, 0.4);
    background: #fff;
}

#counsellingLandingPage #courseExamColleges .explore_course_div .course_logo {
    background-image: url(../images/sprite.webp);
    background-position: -553px -538px;
    display: inline-block;
    transform: scale(0.45);
    width: 64px;
    height: 64px;
    margin-left: -17px;
    margin-bottom: -13px;
    margin-top: -15px;
}

#counsellingLandingPage #courseExamColleges .explore_course_div img {
    width: 36px;
    height: 36px;
}

#counsellingLandingPage #courseExamColleges .explore_course_div h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0;
}

#counsellingLandingPage #courseExamColleges .explore_course_div .course_data_div {
    width: 200px;
    padding: 14px 0;
    display: flex;
    gap: 10px 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

#counsellingLandingPage #courseExamColleges .explore_course_div .course_data_div span {
    color: #6d6d6d;
    font-size: 11px;
    font-weight: 400;
}

#counsellingLandingPage #courseExamColleges .explore_course_div .course_data_div p {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}

#counsellingLandingPage #courseExamColleges .explore_course_div a {
    font-size: 14px;
    font-weight: 700;
    color: #a03318;
}

#onlineCoursesLandingPage .CLP_hero_section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: -2px;
}

#onlineCoursesLandingPage .CLP_hero_section img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

#onlineCoursesLandingPage .CLP_hero_section .txt_group {
    position: absolute;
    top: 400px;
    left: 250px;
}

@media (max-width: 767px) {
    #onlineCoursesLandingPage .CLP_hero_section .txt_group {
        top: 360px;
        left: 20px;
    }
}

#onlineCoursesLandingPage .CLP_hero_section .txt_group p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

#onlineCoursesLandingPage .CLP_hero_section .txt_group a {
    width: fit-content;
    display: block;
    padding: 16px 24px;
    border-radius: 8px;
    background: #f0720f;
    color: #fff;
}

#onlineCoursesLandingPage .CLP_hero_section h1 {
    color: #fff;
}

#onlineCoursesLandingPage .CLP_details_section {
    background: #fff;
    text-align: center;
}

#onlineCoursesLandingPage .CLP_details_section h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
}

#onlineCoursesLandingPage .CLP_details_section p {
    font-size: 18px;
    font-weight: 400;
    color: #6d6d6d;
}

#onlineCoursesLandingPage .CLP_details_section .CLP_data {
    margin-top: 56px;
    text-align: center;
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

@media (max-width: 767px) {
    #onlineCoursesLandingPage .CLP_details_section .CLP_data {
        margin-top: 32px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

#onlineCoursesLandingPage .CLP_details_section .CLP_data p {
    font-size: 18px;
    font-weight: 700;
    color: #f0720f;
}

#onlineCoursesLandingPage .CLP_details_section .CLP_data b {
    font-size: 40px;
    font-weight: 900;
}

#onlineCoursesLandingPage #CLP_programs {
    background: #f7f8fa;
}

#onlineCoursesLandingPage #CLP_programs h4 {
    font-size: 24px;
    font-weight: 900;
}

#onlineCoursesLandingPage #CLP_programs p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
    color: #6d6d6d;
}

#onlineCoursesLandingPage #CLP_programs span {
    font-size: 11px;
    font-weight: 400;
    color: #6d6d6d;
    display: block;
    margin-bottom: 8px;
}

#onlineCoursesLandingPage #CLP_programs span b {
    font-size: 12px;
    font-weight: 700;
    color: #333;
}

#onlineCoursesLandingPage #CLP_programs a {
    font-size: 14px;
    font-weight: 700;
    color: #a03318;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(140, 114, 143, 0.4);
    background: #fff;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .img_bck {
    background-image: url(/build/assets/course_landing-BFVXLxjk.webp);
    background-position: -4px -7px;
    display: inline-block;
    transform: scale(0.98);
    width: 232px;
    height: 74px;
    width: 256px;
    height: 164px;
    border-radius: 8px;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .img_bck1 {
    background-position: -265px -7px;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .img_bck2 {
    background-position: -522px -7px;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .img_bck3 {
    background-position: -783px -7px;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .img_bck4 {
    background-position: -4px -172px;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .img_bck5 {
    background-position: -265px -172px;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .img_bck6 {
    background-position: -522px -172px;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .img_bck7 {
    background-position: -783px -172px;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .img_bck8 {
    background-position: -4px -339px;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .img_bck9 {
    background-position: -265px -339px;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .img_bck10 {
    background-position: -522px -339px;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .img_bck11 {
    background-position: -783px -339px;
}

#onlineCoursesLandingPage #CLP_programs .CLP_program_wrap .CLP_program_div .course_type {
    font-size: 16px;
    font-weight: 700;
}

#onlineCoursesLandingPage #CLP_programs .review_tabs {
    margin-bottom: 16px;
}

#onlineCoursesLandingPage #CLP_programs .review_tabs .tabs_btn_wrap {
    display: flex;
    gap: 10px;
    margin: 12px 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

#onlineCoursesLandingPage #CLP_programs .review_tabs .tabs_btn_wrap::-webkit-scrollbar {
    display: none;
}

#onlineCoursesLandingPage #CLP_programs .review_tabs .tab-button {
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #c1c0c1;
    cursor: pointer;
    min-width: max-content;
}

#onlineCoursesLandingPage #CLP_programs .review_tabs .tab-button.active_tab {
    background: #831c661a;
    font-size: 14px;
    font-weight: 700;
    color: #831c66;
    border: 1px solid #831c66;
}

#onlineCoursesLandingPage #CLP_programs .review_tabs .tab-content {
    display: none;
}

#onlineCoursesLandingPage #CLP_programs .review_tabs .tab-content.active {
    display: block;
}

#onlineCoursesLandingPage #CLP_programs .tab-content {
    display: none;
}

#onlineCoursesLandingPage #CLP_programs .tab-content.active {
    display: block;
}

#onlineCoursesLandingPage #CLP_programs .tab-content.active:after {
    content: "";
}

#onlineCoursesLandingPage #CLP_partners {
    text-align: center;
    background-color: #fff;
}

#onlineCoursesLandingPage #CLP_partners h3 {
    margin-bottom: 40px;
    margin-top: 0;
}

#onlineCoursesLandingPage #CLP_partners .CLP_partner_div {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: space-between;
}

#onlineCoursesLandingPage #CLP_partners .CLP_partner_div div {
    width: 200px;
}

#onlineCoursesLandingPage #CLP_partners .CLP_partner_div div:after {
    content: "";
    background-image: url(/build/assets/course_landing-BFVXLxjk.webp);
    background-position: 2px -507px;
    display: inline-block;
    transform: scale(0.58);
    width: 217px;
    height: 73px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

#onlineCoursesLandingPage #CLP_partners .CLP_partner_div .partner_1:after {
    background-position: -254px -507px;
}

#onlineCoursesLandingPage #CLP_partners .CLP_partner_div .partner_2:after {
    background-position: -510px -506px;
}

#onlineCoursesLandingPage #CLP_partners .CLP_partner_div .partner_3:after {
    background-position: -763px -505px;
}

#onlineCoursesLandingPage #CLP_partners .CLP_partner_div .partner_4:after {
    background-position: 5px -595px;
}

#onlineCoursesLandingPage #CLP_partners .CLP_partner_div .partner_5:after {
    background-position: -255px -593px;
}

#onlineCoursesLandingPage #CLP_partners .CLP_partner_div .partner_6:after {
    background-position: -527px -599px;
}

#onlineCoursesLandingPage #CLP_partners .CLP_partner_div .partner_7:after {
    background-position: -780px -599px;
}

#onlineCoursesLandingPage #CLP_testimonials {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    background: #f7f8fa;
}

@media (max-width: 767px) {
    #onlineCoursesLandingPage #CLP_testimonials {
        flex-direction: column;
    }
}

#onlineCoursesLandingPage #CLP_testimonials h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 900;
}

#onlineCoursesLandingPage #CLP_testimonials h3 b {
    font-size: 48px;
    font-weight: 900;
}

#onlineCoursesLandingPage #CLP_testimonials .testimonials_review {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

#onlineCoursesLandingPage #CLP_testimonials .testimonials_review .testimonials_div {
    padding: 16px;
    border-radius: 6px;
    background: #8c728f1a;
}

#onlineCoursesLandingPage #CLP_testimonials .testimonials_review .testimonials_div .name_img_review {
    margin-bottom: 16px;
}

#onlineCoursesLandingPage #CLP_testimonials .testimonials_review .testimonials_div .name_img_review .img_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#onlineCoursesLandingPage #CLP_testimonials .testimonials_review .testimonials_div .name_img_review p {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

#onlineCoursesLandingPage #CLP_testimonials .testimonials_review .testimonials_div .name_img_review p img {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
}

#onlineCoursesLandingPage #CLP_testimonials .testimonials_review .testimonials_div .para_testi {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

#onlineCoursesLandingPage #CLP_latest_articles {
    background-color: #fff;
}

#onlineCoursesLandingPage #CLP_latest_articles h3 {
    margin-top: 0;
}

#onlineCoursesLandingPage #CLP_latest_articles .para_small {
    font-size: 18px;
    font-weight: 400;
    color: #6d6d6d;
}

#onlineCoursesLandingPage #CLP_latest_articles .latest_article_wrap {
    margin-top: 60px;
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

#onlineCoursesLandingPage #CLP_latest_articles .latest_article_div {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#onlineCoursesLandingPage #CLP_latest_articles .latest_article_div div {
    width: 218px;
}

#onlineCoursesLandingPage #CLP_latest_articles .latest_article_div a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

#onlineCoursesLandingPage #CLP_latest_articles .latest_article_div span {
    height: 43px;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 400;
}

#onlineCoursesLandingPage #CLP_latest_articles .latest_article_div img {
    border-radius: 12px;
}

#onlineCoursesLandingPage #CLP_contact {
    background: #f7f8fa;
}

#onlineCoursesLandingPage #CLP_contact .CLP_contact_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#onlineCoursesLandingPage #CLP_contact .CLP_contact_div p {
    font-size: 18px;
    font-weight: 400;
    color: #3339;
}

#onlineCoursesLandingPage #CLP_contact .CLP_contact_div a {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 16px 24px;
    border-radius: 8px;
    background: #f0720f;
    color: #fff;
}

.form-check.label-border label {
    border-color: #a03318;
}

.custom-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -24px;
    cursor: pointer;
    vertical-align: middle;
    top: 2px;
}

.custom-checkbox input[type="checkbox"]:hover {
    background-color: #ccc;
}

.custom-checkbox input[type="checkbox"]:checked {
    background-color: #dc5e3e4d;
}

.custom-checkbox input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid rgb(220, 94, 62);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

label.custom-checkbox {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    right: 0;
    color: #2d2d2d;
    left: 20px;
    display: inline-block;
    top: 5px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.shake {
    animation: 0.4s shake;
}

#noResults {
    display: none;
    text-align: center;
    place-content: center;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 8px !important;
    border: 1px solid rgba(119, 119, 119, 0.4) !important;
    width: 100%;
    min-height: 38px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 3px 5px !important;
    width: 100%;
}

#successModal .close {
    width: 100%;
    text-align: right;
}

.college-register-wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.top-call {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.college-register-wrap .logo .collegesearch-logo {
    background-image: url(../images/sprite.webp);
    background-position: -365px -107px;
    display: inline-block;
    transform: scale(0.8);
    width: 180px;
    height: 37px;
}

.college-register-wrap .logo .collegesearch-online-logo {
    background-image: url(../images/sprite.webp);
    background-position: -353px 438px;
    display: inline-block;
    transform: scale(0.8);
    width: 180px;
    height: 37px;
}

.college-register-wrap .logo .collegeprep-logo {
    background-image: url(../images/sprite.webp);
    background-position: -228px 105px;
    display: inline-block;
    transform: scale(0.8);
    width: 200px;
    height: 50px;
}

.college-register-wrap .logo .collegesindia-logo {
    background-image: url(../images/sprite.webp);
    background-position: -231px 150px;
    display: inline-block;
    transform: scale(0.8);
    width: 211px;
    height: 50px;
}

.college-register-wrap .contact_details a {
    text-decoration: none;
    color: #333;
}

.college-register-wrap #successModal .close {
    width: 100%;
    text-align: right;
}

.banner_wrapper_main {
    position: relative;
    height: 800px;
}

@media (max-width: 767px) {
    .banner_wrapper_main {
        height: 422px;
    }
}

.banner_wrapper_main .banner_wrap_sec,
.banner_wrapper_main .banner_wrap_sec img {
    width: 100%;
    height: 100%;
}

.banner_wrapper_main .banner_wrap_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000087;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, #00000096 65%, #000);
}

.banner_wrapper_main .banner_wrap_overlay .banner-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    height: 100%;
    align-items: center;
}

@media (max-width: 767px) {
    .banner_wrapper_main .banner_wrap_overlay .banner-inner {
        grid-template-columns: 1fr;
    }
}

.banner_wrapper_main .left_Sec_wrapper .college_logo_wrap img {
    max-height: 120px;
    padding: 2px;
    background: #fff;
}

@media (max-width: 767px) {
    .banner_wrapper_main .banner_wrap_overlay .banner-inner .left_Sec_wrapper {
        margin: 10% 0 0;
    }

    .banner_wrapper_main .left_Sec_wrapper .college_logo_wrap img {
        max-height: 60px;
    }
}

.banner_wrapper_main .banner_wrap_overlay .banner-inner .left_Sec_wrapper .heading_left h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    overflow: hidden;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .banner_wrapper_main .banner_wrap_overlay .banner-inner .left_Sec_wrapper .heading_left h2 {
        font-size: 34px;
        font-weight: 800;
    }
}

.banner_wrapper_main .banner_wrap_overlay .banner-inner .left_Sec_wrapper .heading_left p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.banner_wrapper_main .banner_wrap_overlay .banner-inner .left_Sec_wrapper .city_statte_wrap {
    display: flex;
    gap: 30px;
    align-items: center;
}

@media (max-width: 767px) {
    .banner_wrapper_main .banner_wrap_overlay .banner-inner .left_Sec_wrapper .city_statte_wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.banner_wrapper_main .banner_wrap_overlay .banner-inner .left_Sec_wrapper .city_statte_wrap p {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 5px;
    color: #fff;
}

.banner_wrapper_main .banner_wrap_overlay .banner-inner .right_sec_wrapper #registrationModal {
    position: static;
}

@media (max-width: 767px) {
    .banner_wrapper_main .banner_wrap_overlay .banner-inner .right_sec_wrapper #registrationModal {
        position: relative;
    }
}

.banner_wrapper_main .banner_wrap_overlay .banner-inner .right_sec_wrapper #registrationModal .modal-content {
    position: absolute;
    left: 68%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .banner_wrapper_main .banner_wrap_overlay .banner-inner .right_sec_wrapper #registrationModal .modal-content {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        margin-top: 45px;
    }
}

.banner_wrapper_main .banner_wrap_overlay .banner-inner .right_sec_wrapper #registrationModal .modal-content .dynamic_form_type img,
.banner_wrapper_main .banner_wrap_overlay .banner-inner .right_sec_wrapper #registrationModal .modal-content .close {
    display: none;
}

.course_wrap_sec {
    padding: 80px 0 0;
}

@media (max-width: 767px) {
    .course_wrap_sec {
        padding: 125% 0 0;
    }
}

.course_wrap_sec .course_wrap_head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

@media (max-width: 767px) {
    .course_wrap_sec .course_wrap_head {
        grid-template-columns: 1fr;
    }
}

.course_wrap_sec .course_wrap_head .course_wrap_head_left h2 {
    font-size: 42px;
    font-weight: 800;
    padding: 0 0 16px;
}

@media (max-width: 767px) {
    .course_wrap_sec .course_wrap_head .course_wrap_head_left h2 {
        font-size: 30px;
        font-weight: 800;
    }
}

.course_wrap_sec .course_wrap_head .course_wrap_head_left p {
    font-size: 16px;
    font-weight: 400;
    color: #6d6d6d;
}

@media (max-width: 767px) {
    .course_wrap_sec .course_wrap_head .course_wrap_head_left p {
        font-size: 14px;
        font-weight: 400;
    }
}

.course_wrap_sec .course_wrap_head .course_wrap_right .course_wrap_mid {
    padding: 24px 0;
    background: #f0720f17;
    width: 180px;
    float: right;
    border-radius: 25px;
}

@media (max-width: 767px) {
    .course_wrap_sec .course_wrap_head .course_wrap_right .course_wrap_mid {
        float: left;
        padding: 10px 0;
        margin: 20px 0 0;
    }
}

.course_wrap_sec .course_wrap_head .course_wrap_right .course_wrap_mid h5 {
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    color: #a03318;
    opacity: 1;
    text-align: center;
}

.course_wrap_sec .course_wrap_head .course_wrap_right .course_wrap_mid p {
    text-align: center;
}

.course_offered_list_wrapper_main {
    margin: 60px 0;
}

@media (max-width: 767px) {
    .course_offered_list_wrapper_main {
        margin: 20px 0;
    }
}

.course_offered_list_wrapper_main table tbody tr {
    border-radius: 8px;
    background-color: #f7f8fa !important;
    width: 100%;
}

.course_offered_list_wrapper_main table tbody tr td {
    background-color: transparent;
    padding: 10px;
    color: #000;
    font-size: 14px 4;
    font-weight: 400;
}

.course_offered_list_wrapper_main table tbody tr td .apply_btn {
    border-radius: 8px;
    background: #a03318;
    text-decoration: none;
    color: #fff;
    padding: 8px 24px;
    width: 100%;
    display: block;
    text-align: center;
}

.course_offered_list_wrapper_main .show_more_wrap_1 {
    margin-top: 20px;
    text-align: center;
    font-size: 19px;
    color: #f0720f;
    padding: 6px 0;
    display: block;
    border-radius: 8px;
    border: 1px solid rgba(240, 114, 15, 0.3);
    cursor: pointer;
}

.top_recruiters_wrap {
    background: #f7f8fa;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .top_recruiters_wrap {
        padding: 48px 0;
    }
}

.top_recruiters_wrap h2 {
    color: #2d2d2d;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
}

.top_recruiters_wrap .top_recuriter_mid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    overflow-x: auto;
    padding: 0 0 16px;
    margin: 40px 0 0;
}

@media (max-width: 767px) {
    .top_recruiters_wrap .top_recuriter_mid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.top_recruiters_wrap .top_recuriter_mid .top_recriter_box {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgba(131, 28, 102, 0.2);
    gap: 10px;
    flex-direction: column;
}

.top_recruiters_wrap .top_recuriter_mid .top_recriter_box img {
    max-height: 40px;
}

.top_recruiters_wrap .top_recuriter_mid .top_recriter_box span {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

section.seats_section_wrap {
    padding: 120px 0;
}

section.seats_section_wrap .reg_main_early {
    display: grid;
    gap: 30px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

@media (max-width: 767px) {
    section.seats_section_wrap .reg_main_early {
        grid-template-columns: 1fr;
    }
}

section.seats_section_wrap .reg_main_early .left_head_reg {
    display: block;
}

section.seats_section_wrap .reg_main_early .left_head_reg h2 {
    font-size: 42px;
    font-weight: 800;
}

@media (max-width: 767px) {
    section.seats_section_wrap .reg_main_early .left_head_reg h2 {
        font-size: 30px;
        font-weight: 800;
    }
}

section.seats_section_wrap .reg_main_early .left_head_reg p {
    font-size: 16px;
    font-weight: 400;
}

section.seats_section_wrap .reg_main_early .right_reg_sec {
    text-align: right;
}

section.seats_section_wrap .reg_main_early .right_reg_sec a {
    border-radius: 8px;
    background: #a03318;
    color: #fff;
    text-decoration: none;
    padding: 16px 49px;
    width: 100%;
}

@media (max-width: 767px) {
    section.seats_section_wrap .reg_main_early .right_reg_sec a {
        display: block;
        text-align: center;
    }
}

.main_wrpapper {
    padding: 0;
    display: flex;
    justify-content: center;
    height: 100vh;
}

.main_wrpapper .form-wrapper-main {
    width: 420px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 40px #2d2d2d0d;
    padding: 24px;
}

.main_wrpapper .form-wrapper-main .img-logo-wrap {
    background-image: url(../images/sprite.webp);
    background-position: -363px -107px;
    display: inline-block;
    transform: scale(auto);
    width: 200px;
    height: 32px;
}

.main_wrpapper .form-wrapper-main .heading-wrap h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0;
}