/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('../fonts/SegoeUI/stylesheet.css');

:root {
    --color-orange: #FF8E1E;
    --color-blue: #1E6097;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI';
    font-size: 16px;
}

.bodyfrezze {
    overflow: hidden;
}

ins {
    text-decoration: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: var(--grey-400);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--grey-800);
    border-radius: 10px;
}

input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none !important;
    box-shadow: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus {
    outline: none;
}

h1 {
    font-size: 60px;
    line-height: 89px;
}

h2 {
    font-size: 50px;
    line-height: normal;
}

h3 {
    font-size: 34px;
    line-height: normal;
}

h4 {
    font-size: 25px;
    line-height: normal;
}

h5 {
    font-size: 20px;
    line-height: normal;
}

h6 {
    font-size: 18px;
    line-height: normal;
}

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

p:last-child {
    margin: 0;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

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

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

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

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

.font_14 {
    font-size: 14px !important;
}

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

select {
    background-image: url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 96% center !important;
}

.positionRelative {
    position: relative;
}

.z-index-2 {
    z-index: 2;
}

.site_container {
    width: 100%;
    max-width: 1600px;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0 auto;
}

.bg_green {
    background-color: #1E971E !important;
}

.color_text {
    color: #474747 !important;
}

.color_blue {
    color: #1E6097 !important;
}

.color_green {
    color: #1E971E !important;
}

.color_orange {
    color: var(--color-orange) !important;
}

.color_primary {
    color: #1E6097 !important;
}

.bg_red {
    background-color: #DB0004 !important;
}

button {
    background-color: transparent;
    border: none;
    outline: 0;
}

.contained_btn {
    padding: 12px 70px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    outline: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transition: all .3s;
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    font-family: 'Segoe UI';
    border-radius: 8px;
}

.contained_btn.rounded {
    border-radius: 999px !important;
}

.contained_btn.size_small {
    padding: 5px 30px;
    font-size: 14px;
}

.yellow_btn {
    border-radius: 8px;
    background: var(--color-orange);
    color: #fff;
}

.yellow_btn:hover {
    background: #fc7f03;
    color: #fff;
}

.contained_btn.black_btn {
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #000;
    color: #fff;
}

.contained_btn.black_btn:hover {
    background-color: #272727;
}

.blue_btn {
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #1E6097;
    color: #fff;
}

.blue_btn:hover {
    background-color: #64AFE8;
}

.contained_btn.black_btn {
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #000;
    color: #fff;
}

.contained_btn.black_btn:hover {
    background-color: #272727;
}

.contained_btn.white_btn {
    background-color: #fff;
    color: #414651;
}

.contained_btn.white_btn:hover {
    color: #fc7f03;
}

.outlined_btn {
    font-family: 'Segoe UI';
    padding: 12px 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    outline: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transition: all .3s;
    border: 1px solid #1E6097;
    border-radius: 8px;
    color: #1E6097;
}

.outlined_btn:hover {
    background: #1E6097;
    color: #fff;
}

.outlined_btn.size_small {
    padding: 5px 30px;
    font-size: 14px;
}

.outlined_btn.black_btn {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}

.outlined_btn.black_btn:hover {
    background-color: #141414;
    color: #fff;
}

.gap-1 {
    gap: 4px !important;
}

.gap-2 {
    gap: 8px !important;
}

.gap-5 {
    gap: 20px !important;
}

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

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.pd-top-24 {
    padding-top: 24px !important;
}

.pd-bottom-24 {
    padding-bottom: 24px !important;
}

.mb_24 {
    margin-bottom: 24px !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mb_40 {
    margin-bottom: 40px !important;
}

.mb_90 {
    margin-bottom: 90px !important;
}

.w-150 {
    width: 150px;
    flex: 0 0 150px;
}

.object-fit-cover {
    object-fit: cover;
}

.form_group {
    margin: 0 0 20px;
}

.form_group label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: normal;
    color: #414651;
    margin: 0 0 7px;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #D5D7DA;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    box-sizing: border-box;
    padding: 10px 14px;
    height: 44px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181D27;
    transition: all .3s;
}

.form-control:focus {
    box-shadow: 0 0 0 2px #1E6097 !important;
    border-color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.input_group {
    position: relative;
}

.input_group_right .form-control {
    padding-right: 50px;
}

.right_position {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

textarea.form-control {
    height: 159px;
    resize: none;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkbox.style-a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox.style-a input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox.style-a input:checked~.checkbox__checkmark {
    background-color: #fff;
}

.checkbox.style-a input:checked~.checkbox__checkmark:after {
    opacity: 1;
}

.checkbox.style-a:hover input~.checkbox__checkmark {
    background-color: #eee;
}

.checkbox.style-a:hover input:checked~.checkbox__checkmark {
    background-color: #fff;
}

.checkbox.style-a .checkbox__checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #B7B7B7;
    transition: background-color 0.25s ease;
    border-radius: 3px;
}

.checkbox.style-a .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.checkbox.style-a .checkbox__body {
    color: var(--secondary);
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
}


/* Start Auth Page */

.auth_page {
    padding: 16px;
}

.auth_page_container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    min-height: calc(100vh - 32px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.auth_left {
    width: calc(100% - 714px);
    padding: 60px 0;
}

.auth_left .form_block {
    width: 100%;
    max-width: 360px;
    margin: auto;
}

.auth_left .form_block .logo_block {
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}

.auth_left .form_block .auth_title {
    padding-bottom: 32px;
}

.auth_left .form_block .auth_title h3 {
    color: #181D27;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
}

.auth_left .form_block .auth_title p {
    color: #535862;
    text-align: center;
}

.auth_left .form_block .info_text {
    padding-top: 32px;
}

.auth_left .form_block .info_text p {
    text-align: center;
    font-size: 14px;
    color: #535862;
}

.auth_left .form_block .info_text p a {
    color: #1E6097;
    font-weight: 600;
}

.auth_right {
    width: 714px;
    max-width: 100%;
}

.auth_right .box {
    border-radius: 10px;
    background-image: url(../images/photos/bg-1.png);
    background-size: cover;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 50px;
}

.auth_right .box::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(219deg, #64AFE8 0%, #22659C 101.09%);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}

.auth_right .box .content_block {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.auth_right .box .content_block h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.auth_right .box .content_block p {
    font-family: 'Segoe UI';
    color: #FFFFFF;
}

.auth_page_v1 {
    background-image: url(../images/photos/bg-2.png);
    background-size: cover;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth_page_v1::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(219deg, #64AFE8 0%, #22659C 101.09%);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}

.auth_row_v1 {
    position: relative;
    z-index: 1;
    max-width: 420px;
}

.auth_row_v1 .logo_block {
    padding-bottom: 44px;
    display: flex;
    justify-content: center;
}

.auth_row_v1 .form_block {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.15);
    padding: 40px 30px;
}

.auth_row_v1 .form_block .auth_title {
    padding-bottom: 32px;
}

.auth_row_v1 .form_block .auth_title h3 {
    color: #181D27;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
}

.auth_row_v1 .form_block .auth_title p {
    color: #535862;
    text-align: center;
}

.auth_row_v1 .form_block .info_text {
    padding-top: 32px;
}

.auth_row_v1 .form_block .info_text p {
    text-align: center;
    font-size: 14px;
    color: #535862;
}

.auth_row_v1 .form_block .info_text p a {
    color: #1E6097;
    font-weight: 600;
}

.auth_row_v1 .form_block .contained_btn {
    padding: 6px 70px;
}

.otp-input-fields {
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.otp-input-fields input {
    height: 40px;
    width: 40px;
    text-align: center;
    outline: none;
    font-size: 16px;
    /* Firefox */
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input-fields input[type=number] {
    -moz-appearance: textfield;
}


/* End Auth Page */

main {
    min-height: calc(100vh - 200px);
}

/* Start Header */

header {
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #fff;
    padding: 14px 0px;
    transition: all 0.5s;
}

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

/* .header_logo{
    position: absolute;    
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    width: auto;
} */
.header_logo img {
    transition: all 0.5s;
    background-color: #fff;
    padding: 20px;
    border-radius: 100%;
    left: 50%;
    top: -12px;
    transform: translate(-50%, 0);
    position: absolute;
}

.header-appear .header_logo img {
    max-width: 120px;
}

.header_left ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 50px;
}

.header_left ul li a {
    color: #000;
    transition: all 0.5s;
    font-weight: 500;
}

.header_left ul li a:hover {
    color: var(--color-orange);
}

.header_right {
    display: flex;
    gap: 30px;
}

.header_right ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header_right ul.menu li a {
    color: #000;
    transition: all 0.5s;
    font-weight: 500;
}

.header_right ul.menu li a:hover {
    color: var(--color-orange);
}

.header_right .dropdown_custom ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
    width: 100%;
    display: none;
}

.header_right .user_profile {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.header_right .user_profile .avatar {
    width: 40px;
    height: 40px;
}

.header_right .user_profile p {
    margin: 0%;
}

.header_right .dropdown_custom ul.dropdown-menu {
    right: 0;
    top: 40px;
    width: 150px;
}

.header_right .dropdown_custom ul.dropdown-menu.show {
    display: flex;
}

.header_right .dropdown_custom ul li {
    width: 100%;
}

.header_right .dropdown_custom ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header_right .dropdown_custom ul li a img {
    width: 20px;
}

.mobile_menu_btn {
    width: 35px;
    height: 35px;
    background-color: #dddddd;
    border-radius: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}

.mobile_menu_drawer {
    display: none;
}

/* End Header */

.sec_title {
    padding-bottom: 50px;
}

.sec_title h2 {
    text-align: center;
    font-weight: 600;
    color: #000000;
    max-width: 830px;
    margin: 0 auto;
}

.sec_title p {
    text-align: center;
    margin: 34px 0 0;
}

/* Start Home Page */

.banner_sec {
    background-image: url(../images/photos/home-banner.png);
    min-height: 800px;
    background-size: cover;
    overflow: hidden;
    padding: 200px 0 80px;
}

.banner_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner_row .content_block {
    width: 50%;
}

.banner_row .content_block h1 {
    color: #fff;
    line-height: 70px;
    font-weight: 500;
}

.banner_row .content_block h1 span {
    font-weight: 700;
}

.banner_row .content_block p {
    color: #fff;
    font-family: 'Segoe UI';
    margin: 0 0 36px;
}

.banner_row .img_block {
    width: 50%;
}

.banner_row .img_block img {
    position: relative;
    right: -38%;
}

.courses_sec {
    padding: 65px 0;
}

.courses_sec_bg {
    background-image: url(../images/photos/circle-bg.svg), url(../images/photos/circle-bg-1.svg);
    background-position: right top, bottom left;
    background-repeat: no-repeat;
}

.courses_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.courses_col {
    width: 33.333%;
    padding: 15px;
}

.courses_col .box {
    border-radius: 30px;
    background: linear-gradient(180deg, #1E6097 30%, rgba(255, 255, 255, 0.00) 80%);
    backdrop-filter: blur(17px);
    padding: 1px;
    overflow: hidden;
}

.courses_col .box .inner_box {
    background: #fff;
    backdrop-filter: blur(17px);
    padding: 16px;
    border-radius: 30px;
}

.courses_col .box:hover .inner_box {
    background: linear-gradient(180deg, rgba(100, 175, 232, 0.795) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.courses_col .box .img_block {
    width: 100%;
    aspect-ratio: 9 / 7;
    border-radius: 20px;
    overflow: hidden;

}

.courses_col .box .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.courses_col .box .number_box {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background: var(--color-orange);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 20px auto;
}

.courses_col .box h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.learning_sec {
    padding: 65px 0;
    background-image: url(../images/photos/circle-bg-2.svg), url(../images/photos/circle-bg-3.svg);
    background-position: 30% 520px, -290px -410px;
    background-repeat: no-repeat;
}

.excellence_sec {
    padding: 65px 0;
    background: linear-gradient(256deg, #64AFE8 0%, #1E6097 100%);
}

.excellence_sec h1 {
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.excellence_sec h3 {
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.home_about_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.home_about_col {
    padding: 15px;
}

.home_about_col:nth-child(1),
.home_about_col:nth-child(3) {
    width: 30%;
}

.home_about_col:nth-child(2) {
    width: 40%;
}

.home_about_col .img_block {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
}

.about_list_row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.about_list_col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.about_list_col .icon_block {
    background-color: #000;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.about_list_col .content_block {
    width: calc(100% - 36px);
    padding-left: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #CDCDCD;
}

.about_list_col .content_block h4 {
    font-weight: 600;
    line-height: 32px;
}

.about_list_col .content_block p {
    color: #5E5E5E;
    margin: 0 0 10px;
}

.about_list_col .content_block button {
    color: #1A1A1A;
    font-size: 16px;
}

/* End Home page */

/* Start Sub page banner */

.subpage_banner_sec {
    background-image: url(../images/photos/subpage-banner.png);
    background-size: cover;
    padding: 263px 0 40px;
    min-height: 400px;
}

.subpage_banner_sec h1 {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

/* End Sub page banner */

/* Start Sub Course List */

.sub_courseslist_sec {
    padding: 65px 0;
}

.sub_courseslist_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sub_courseslist_col {
    width: 33.333%;
    padding: 15px;
}

.sub_courseslist_col .box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.10);
    padding: 16px;
}

.sub_courseslist_col .box .img_block {
    width: 100%;
    aspect-ratio: 9 / 6;
    border-radius: 10px;
    overflow: hidden;
    position: relative;

}

.sub_courseslist_col .box .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub_courseslist_col .box .img_block .chip {
    border-radius: 999px;
    background: #1E6097;
    padding: 4px 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 214.286% */
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 132px;
}

.sub_courseslist_col .box .img_block .chip img {
    width: 20px;
}

.sub_courseslist_col .box .content_block {
    padding: 20px 0;
}

.sub_courseslist_col .box .content_block h4 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 146.154% */
    text-transform: capitalize;
}

.sub_courseslist_col .box .content_block p {
    color: #474747;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 185.714% */
    text-transform: capitalize;
    margin: 0 0 12px;
}

.sub_courseslist_col .box .content_block .module_rating {
    display: flex;
    justify-content: space-between;
}

.sub_courseslist_col .box .content_block .module_rating p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sub_courseslist_col .box .action_block {
    border-top: 1px solid #D9D9D9;
    padding-top: 16px;
    display: flex;
    justify-content: center;
}

/* End Sub Course List */

/* Start Course Details */

.courses_details_sec {
    padding: 65px 0;
}

/* End Course Details */

/* Start Contact Page */

.contact_page {
    padding: 65px 0;
}

.contact_row {
    display: flex;
    flex-wrap: wrap;
}

.contact_details {
    width: calc(100% - 648px);
    padding-right: 85px;
}

.contact_details ul {
    list-style: none;
}

.contact_details ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 16px;
    color: #032D50;
}

.contact_details .map_block {
    border-radius: 16px;
    overflow: hidden;
}

.contact_form {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.15);
    padding: 40px 30px;
    width: 100%;
    max-width: 648px;
}

.contact_form h3 {
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #BABABA;
    margin-bottom: 20px;
}


/* End Contact Page */

/* Start About Page */

.about_sec {
    padding: 65px 0;
}

.about_row {
    display: flex;
    flex-wrap: wrap;
}

.about_row .img_block {
    width: 500px;
    border-radius: 16px;
    overflow: hidden;
}

.about_row .content_block {
    width: calc(100% - 500px);
    padding-left: 38px;
}

.about_row .content_block h1 {
    line-height: 74px;
    margin: 0 0 30px;
}

.about_row .content_block p {
    color: #535252;
}

.our_mission_sec {
    padding: 65px 0;
    background: linear-gradient(85deg, #1E6097 0%, #64AFE8 100%);
}

.our_mission_sec img {
    display: block;
    margin: 0 auto 16px;
}

.our_mission_sec h1 {
    color: #fff;
    text-align: center;
}

.our_mission_sec p {
    color: #fff;
    text-align: center;
}

.what_we_do_sec {
    padding: 65px 0;
    background: #F8F8F8;
}

.what_we_do_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.what_we_do_row .content_block {
    width: 60%;
    padding-right: 50px;
}

.what_we_do_row .img_block {
    width: 40%;
}

.what_we_do_lis_row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.what_we_do_list_col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.what_we_do_list_col .icon_block {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border: 1px solid #BABABA;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.what_we_do_list_col .content_block {
    width: calc(100% - 120px);
    padding-left: 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid #CDCDCD;
}

.what_we_do_list_col .content_block h4 {
    font-weight: 600;
    margin: 0;
}

.what_we_do_list_col .content_block p {
    color: #5E5E5E;
    margin: 0 0 24px;
}

.what_we_do_list_col .content_block button {
    color: #1A1A1A;
    font-weight: 500;
}

.why_choose_sec {
    padding: 65px 0;
}

.why_choose_sec .what_we_do_row {
    flex-direction: row-reverse;
}

.why_choose_sec .what_we_do_row .content_block {
    padding-right: 0px;
    padding-left: 50px;
}

/* End About Page */

/* Start Course Details */

.table_box {
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 10px;
    overflow: auto;
}

.table_box table {
    white-space: nowrap;
}

.table_box table thead tr th {
    background: #1E6097;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 185.714% */
    text-transform: capitalize;
    color: #fff;
}

.table_box table tbody tr td {
    color: #1A1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    /* 328.571% */
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.duration_box {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
}

.task_details_box {
    height: 310px;
    margin-bottom: 16px;
}

.task_details_box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.enroll_sec {
    background: linear-gradient(256deg, #64AFE8 0%, #1E6097 100%);
    padding: 46px 0;
}

.enroll_sec .box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}

.enroll_sec .box h3 {
    color: #fff;
    margin: 0;
}

/* End Course Details */

/* Footer */

footer {
    background: #032D50;
    padding: 50px 0;
}

.footer_top_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
}

.footer_top_row .footer_about {
    max-width: 440px;
}

.footer_top_row .footer_about .logo_block {
    max-width: 100px;
    margin-bottom: 14px;
}

.footer_top_row .footer_about p {
    font-size: 14px;
    color: #fff;
}

.footer_top_row .footer_menu {
    max-width: 200px;
}

.footer_top_row .footer_menu ul {
    list-style: none;
}

.footer_top_row .footer_menu ul li {
    margin-bottom: 16px;
}

.footer_top_row .footer_menu ul li a {
    font-size: 16px;
    color: #fff;
    transition: all 0.5s;
}

.footer_top_row .footer_menu ul li a:hover {
    color: #fc7f03;
}

.footer_top_row .footer_login {
    max-width: 220px;
}

.footer_top_row .footer_login p {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.footer_bottom_row {
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer_bottom_row p {
    margin: 0;
    color: #C4C4C4;
}

.footer_bottom_row ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 24px;
}

.footer_bottom_row ul li a {
    transition: all 0.5s;
}

.footer_bottom_row ul li a:hover svg {
    filter: brightness(0) invert(1);
}

/* End Footer */

/* Start Page 404 */

.page_404 {
    background: #fff;
    color: var(--secondary);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}

/* End Page 404 */



/* Start After Login */


.admin_layout {
    display: flex;
    background: #F5F7F9;
    min-height: 100vh;
}

.admin_layout .sidebar_menu {
    width: 296px;
    background-color: #fff;
    padding: 16px;
    position: sticky;
    top: 0;
    z-index: 9;
    align-self: flex-start;
}

.admin_layout .sidebar_menu .logo_block {
    max-width: 100px;
    margin-bottom: 16px;
}

.admin_layout .sidebar_menu .logo_block img {
    max-width: 100%;
}

.admin_layout .sidebar_menu .top_menu {
    list-style: none;
    height: calc(100vh - 290px);
    overflow: auto;
}

.admin_layout .sidebar_menu .top_menu li {
    margin-bottom: 16px;
}

.admin_layout .sidebar_menu .top_menu li a {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 16px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.5s;
}

.admin_layout .sidebar_menu .top_menu li a span {
    font-size: 16px;
    color: #212121;
}

.admin_layout .sidebar_menu .top_menu li a:hover,
.admin_layout .sidebar_menu .top_menu li a.active {
    background-color: #1E6097;
}

.admin_layout .sidebar_menu .top_menu li a:hover span,
.admin_layout .sidebar_menu .top_menu li a.active span {
    color: #fff;
}

.admin_layout .sidebar_menu .top_menu li a:hover img,
.admin_layout .sidebar_menu .top_menu li a.active img {
    filter: brightness(0) invert(1);
}

.admin_layout .sidebar_menu .bottom_menu {
    background: #F2F8FD;
    padding: 20px;
    margin: 0 -16px;
    list-style: none;
}

.admin_layout .sidebar_menu .bottom_menu li {
    margin-bottom: 16px;
    display: block;
}

.admin_layout .sidebar_menu .bottom_menu li:last-child {
    margin-bottom: 0px;
}

.admin_layout .sidebar_menu .bottom_menu li a {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 16px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.5s;
}

.admin_layout .sidebar_menu .bottom_menu li a span {
    font-size: 16px;
    color: #212121;
}

.admin_layout .sidebar_menu .bottom_menu li a:hover {
    background-color: #1E6097;
}

.admin_layout .sidebar_menu .bottom_menu li a:hover span {
    color: #fff;
}

.admin_layout .sidebar_menu .bottom_menu li a:hover img {
    filter: brightness(0) invert(1);
}

.admin_layout .right_panel {
    width: calc(100% - 296px);
}

.admin_header {
    background-color: #fff;
    padding: 20px;
    position: sticky;
    top: 0;
    z-index: 9;
}

.admin_header_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin_header_row .title_block h5 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.admin_header_row .right_block {
    display: flex;
    align-items: center;
    gap: 30px;
}

.admin_header_row .right_block .dropdown_custom {
    position: relative;
}

.dropdown_custom_overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}

.dropdown_custom_overlay.show {
    display: block;
}

.admin_header_row .right_block .dropdown_custom .dropdown-menu {
    position: absolute;
    right: 8px;
    top: 40px;
    z-index: 10;
}

.admin_header_row .right_block .dropdown_custom .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin_header_row .right_block .dropdown_custom .dropdown-menu .dropdown-item img {
    width: 20px;
}

.admin_header_row .right_block .dropdown_custom .dropdown-menu .dropdown-item.logout {
    color: #dc3545;
}

.admin_header_row .right_block .dropdown_custom .dropdown-menu li {
    margin-bottom: 8px;
}

.admin_header_row .right_block .user_profile {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
}

.admin_header_row .right_block .user_profile .avatar {
    width: 30px;
    height: 30px;
}

.admin_header_row .right_block .user_profile p {
    margin: 0;
    font-weight: 500;
}

.maincontent_area {
    padding: 24px;
}

.maincontent_area_container {
    max-width: 1920px;
    margin: 0 auto;
}

.my_account_row {
    display: flex;
    flex-wrap: wrap;
}

.my_account_row .left_block {
    width: 345px;
    max-width: 100%;
}

.my_account_row .left_block .box {
    border-radius: 20px;
    border: 1px solid #DCDCE7;
    background: #FFF;
    padding: 20px;
}

.my_account_row .left_block .box .avatar {
    width: 162px;
    height: 162px;
    display: block;
    margin: 0 auto 13px;
}

.my_account_row .left_block .box button.file {
    position: relative;
    background-color: #1E6097;
    color: #fff;
    font-size: 14px;
    border-radius: 999px;
    margin: 0 auto 16px;
    display: block;
    padding: 0 8px;
}

.my_account_row .left_block .box button.file input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.my_account_row .left_block .box h5 {
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

.my_account_row .left_block .box p {
    font-size: 14px;
    color: #3F4260;
    margin: 0 0 16px;
    text-align: center;
}

.my_account_row .right_block {
    width: calc(100% - 345px);
    padding-left: 24px;
}

.my_account_row .right_block .box {
    border-radius: 20px;
    border: 1px solid #DCDCE7;
    background: #FFF;
    padding: 40px;
}

.account_details_row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 26px;
    padding-top: 26px;
    border-bottom: 1px solid #3e3e3e4d;
}

.account_details_left {
    width: 40%;
}

.account_details_left p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.account_details_left h6 {
    font-size: 14px;
    color: #000;
    opacity: 0.5;
    margin: 0;
}

.account_details_right {
    width: 60%;
    padding-left: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.account_details_right p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.account_details_right button {
    color: #1E6097;
    font-weight: 600;
}

.my_account_row .right_block .box .save_btn_div {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.course_banner {
    background-image: url(../images/photos/img-8.jpg);
    background-size: cover;
    background-position: center;
    height: 279px;
    position: relative;
    padding: 24px;
}

.course_banner::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: block;
}

.course_banner .content_block {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.course_banner h2 {
    color: #fff;
}

.course_details_after_purchase_block {
    padding-top: 24px;
}

.course_details_after_purchase_row {
    display: flex;
    flex-wrap: wrap;
}

.course_details_after_purchase_row .left_block {
    width: calc(100% - 367px);
    padding-right: 24px;
}

.course_details_after_purchase_row .left_block .module_block h5 {
    font-weight: 600;
    margin-bottom: 16px;
}

.course_details_after_purchase_row .left_block .module_block.accordion-item {
    border: 1px solid #D9D9D9;
}

.course_details_after_purchase_row .left_block .module_block .accordion-button {
    border-radius: 5px;
    background: #FAFAFA;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: space-between;
    padding: 1rem 4rem 1rem 1.25rem;
}

.course_details_after_purchase_row .left_block .module_block .accordion-button {
    font-size: 14px;
    color: #494444;
}

.course_details_after_purchase_row .left_block .module_block .accordion-button::after {
    position: absolute;
    right: 24px;
    filter: brightness(0) invert(0);
}

.course_details_after_purchase_row .left_block .module_block .accordion-button.not-accord {
    padding: 1rem 1.25rem;
}

.course_details_after_purchase_row .left_block .module_block .accordion-button.not-accord::after {
    display: none;
}

.course_details_after_purchase_row .left_block .module_block .list_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.course_details_after_purchase_row .left_block .module_block .list_row .list_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course_details_after_purchase_row .left_block .module_block .list_row .list_col .left_content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.course_details_after_purchase_row .left_block .module_block .list_row .list_col .left_content .text_box {
    width: calc(100% - 25px);
}

.course_details_after_purchase_row .left_block .module_block .list_row .list_col .left_content .text_box a {
    font-size: 14px;
    font-weight: 600;
    color: #1E6097;
    text-decoration: underline;
}

.blu-btn,
.course_details_after_purchase_row .left_block .module_block .list_row .list_col .right_content button {
    font-size: 12px;
    font-weight: 500;
    color: #1E6097;
    border: 1px solid #1E6097;
    border-radius: 999px;
    width: 84px;
}

.blu-btn:hover,
.course_details_after_purchase_row .left_block .module_block .list_row .list_col .right_content button:hover {
    background-color: #1E6097;
    color: #fff;
}

.course_details_after_purchase_row .right_block {
    width: 367px;
}

.course_details_after_purchase_row .right_block .box {
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.13);
    padding: 10px;
}

.course_details_after_purchase_row .right_block .box .video_block {
    margin-bottom: 16px;
    position: relative;
}

.course_details_after_purchase_row .right_block .box .video_block svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.progress_block {
    margin-bottom: 24px;
}

.progress_block .progress_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress_block .progress_content h5 {
    font-weight: 600;
}

.progress_block .progress_content p {
    font-weight: 600;
}

.progress_block .progress {
    background: rgba(30, 96, 151, 0.20);
    border-radius: 999px;
}

.progress_block .progress .progress-bar {
    background-color: #1E6097;
    border-radius: 999px;
}

.my_enrolment_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.my_enrolment_col {
    width: 33.333%;
    padding: 15px;
}

.my_enrolment_col .box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.10);
    padding: 16px;
}

.my_enrolment_col .box .img_block {
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.my_enrolment_col .box .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my_enrolment_col .box .img_block .time_chip {
    padding: 4px 10px;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 999px;
    background: #1E6097;
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 8px;
    top: 8px;
}

.my_enrolment_col .box .img_block .time_chip img {
    width: 16px;
    height: 16px;
}

.my_enrolment_col .box .content_block {
    padding: 14px 0;
}

.my_enrolment_col .box .content_block {}

.my_enrolment_col .box .content_block h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.my_enrolment_col .box .content_block p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.my_enrolment_col .box .content_block .module_rating {
    display: flex;
    justify-content: space-between;
}

.my_enrolment_col .box .content_block .module_rating p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #474747;
    display: flex;
    align-items: center;
    gap: 8px;
}

.my_enrolment_col .box .content_block .module_rating p img {
    width: 18px;
    position: relative;
    top: -2px;
}

.my_enrolment_col .box .action_block {
    display: flex;
    justify-content: center;
    border-top: 1px solid #D9D9D9;
    padding-top: 16px;
}

.video_popup,
.pdf_popup {
    position: fixed;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    max-width: 100%;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}

.video_popup.show,
.pdf_popup.show {
    display: block;
}

.video_popup_block {
    width: 100%;
    height: 100%;
    position: relative;
}

.video_popup_block video {
    max-height: 95vh;
    object-fit: cover;
}

.video_popup_block button {
    position: absolute;
    top: 14px;
    right: 8px;
    z-index: 2;
}

.video_popup_block video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_popup_overlay,
.pdf_popup_overlay {
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(52px);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 10;
    display: none;
}

.video_popup_overlay.show,
.pdf_popup_overlay.show {
    display: block;
}

.pdf_popup button {
    position: absolute;
    top: -50px;
    right: -4px;
    z-index: 2;
}

.pdf_popup iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.assessments_time_block {
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.assessments_time_block h4 {
    font-weight: 600;
    margin: 0;
}

.assessments_time_block div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.assessments_time_block .time_chip {
    border-radius: 60px;
    background: #FFE8D0;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-orange);
}

.question_ans_block {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.question_ans_col {
    width: 100%;
}

.question_ans_col .box {
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 30px;
}

.question_ans_col .box h6 {
    font-weight: 600;
    margin-bottom: 24px;
}

.question_ans_col .box ul {
    list-style: none;
}

.question_ans_col .box ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #515151;
    font-size: 14px;
    margin-bottom: 16px;
}

.question_ans_col .box ul li .number_box {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background-color: #1E6097;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.question_ans_col .box .correct_answer_col {
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    padding-top: 16px;
}

.question_ans_col .box .correct_answer_col h6 {
    margin: 0;
}

.question_ans_col .box .correct_answer_col .ans_radio {
    display: flex;
    gap: 16px;
}

.question_ans_col .box .correct_answer_col .ans_radio .ans_radio_col {}

.question_ans_col .box .correct_answer_col .ans_radio .ans_radio_col .radio_box {
    position: relative;
    width: 37px;
    height: 37px;
}

.question_ans_col .box .correct_answer_col .ans_radio .ans_radio_col .radio_box input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.question_ans_col .box .correct_answer_col .ans_radio .ans_radio_col .radio_box_inner {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.question_ans_col .box .correct_answer_col .ans_radio .ans_radio_col .radio_box input:checked+.radio_box_inner {
    background-color: var(--color-orange);
    color: #fff;
}

#startQuizModal .modal-content {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 84px 0 rgba(0, 0, 0, 0.11);
}

#startQuizModal .modal-body {
    padding-top: 40px;
    padding-bottom: 70px;
}

#startQuizModal .modal-body h3 {
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0;
}

#startQuizModal .modal-body p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 212.5% */
    margin-bottom: 19px;
}

#startQuizModal .modal-body .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.assessments_time_block {
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.assessments_time_block .left_block {
    display: flex;
    align-items: center;
    gap: 8px;
}

.assessments_time_block .left_block .pass_chip {
    border-radius: 999px;
    background: #069E06;
    padding: 8px 27px;
    color: #fff;
    font-weight: 600;
}

.assessments_time_block .left_block .fail_chip {
    border-radius: 999px;
    background: #e30101;
    padding: 8px 27px;
    color: #fff;
    font-weight: 600;
}

.assessments_time_block h4 {
    font-weight: 600;
    margin: 0;
}

.assessments_time_block div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.assessments_time_block .time_chip {
    border-radius: 60px;
    background: #FFE8D0;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-orange);
}



.payment-page figure svg {
    max-width: 5rem;
    height: auto;
    display: block;
    margin: auto;
}

@media(max-width: 850px) {
    .payment-page figure svg {
        max-width: 4rem;
    }
}

.ck.ck-editor__main>.ck-editor__editable {
    height: 100px;
}

.ratio iframe {
    width: 100% !important;
    height: 100% !important;
}

.frontend_chkout .nav-tabs {
    gap: 1rem;
    border-bottom-color: #000000;
}

.frontend_chkout .nav-link.nav-link {
    font-size: 24px;
    font-weight: 600;
    color: inherit;
    margin-bottom: -2.5px;
    border: none;
    border-bottom: 5px solid transparent;
}

.frontend_chkout .nav-tabs .nav-item.show .nav-link,
.frontend_chkout .nav-tabs .nav-link.active {
    background-color: transparent;
    color: var(--color-orange);
    border-bottom-color: currentColor;
}


.custom-input-style {
    position: relative;
}

.custom-input-style [type=radio]:checked,
.custom-input-style [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-input-style [type=radio]:checked+label,
.custom-input-style [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom-input-style label {
    width: 1.5em;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: relative;
    border: 4px solid #B3B3B3;
}

.custom-input-style label::before {
    content: "";
    width: 60%;
    aspect-ratio: 1/1;
    background: var(--color-blue);
    position: absolute;
    inset: 0;
    margin: auto;
    transform: scale(0);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-input-style [type=radio]:checked+label {
    border-color: var(--color-blue);
}


.custom-input-style [type=radio]:checked+label:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}




#unlockModuleModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

#unlockModuleModal .modal-header {
    padding: 1.5rem 1.5rem;
    background: linear-gradient(85deg, #1E6097 0%, #64AFE8 100%);
}

#unlockModuleModal .icon-container {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#unlockModuleModal .status-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#unlockModuleModal .benefit-item {
    transition: all 0.2s ease;
    cursor: pointer;
}

#unlockModuleModal .benefit-item:hover {
    background-color: rgba(255, 193, 7, 0.1);
    border-color: #032D50 !important;
    transform: translateY(-2px);
}

#unlockModuleModal .course-info-card {
    transition: transform 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#unlockModuleModal .text-warning{
    color: #032D50 !important;
}
#unlockModuleModal .border-warning{
    border-color: #032D50 !important;
}

#unlockModuleModal .course-info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#unlockModuleModal .btn-warning {
   background: #032D50;
    border: none;
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.2);
    border-radius: 10px;
}

#unlockModuleModal .btn-warning:hover {
    background: #032D50;
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.3);
    transform: translateY(-2px);
}

#unlockModuleModal .bg-light-warning {
    background-color: rgba(255, 193, 7, 0.15) !important;
}

#unlockModuleModal .progress-bar {
    border-radius: 4px;
    background: linear-gradient(85deg, #64AFE8 0%, #1E6097 100%);
}

#unlockModuleModal .modal-footer {
    background: linear-gradient(180deg, rgba(248, 249, 250, 0.9) 0%, #f8f9fa 100%);
}

#unlockModuleModal .btn-outline-secondary {
    border-color: #dee2e6;
    color: #6c757d;
    border-radius: 10px;
}

#unlockModuleModal .btn-outline-secondary:hover {
    background-color: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
}

.pay-card .custom_chip {
    border-radius: 999px;
    background: #1E6097;
    padding: 0px 25px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 132px;
    margin: 0 0 8px;
}