/*
  Theme Name: Name -
  Author:
  Support: admin@gmail.com
  Description:
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
.logoimg
{
    width: 150px !important ;
    padding-top: 2px;
    /* background: #fff !important; */
}


/*fonts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:300,400,500,700');

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
button {
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

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

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #243972;
    text-decoration: none;
}

a{
    color: #000 !important;
}
a:hover{
    color: #000;
}
a,
button {
    color: #1696e7;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    /* color: #313131; */
    color: #002147;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #8a8a8a;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-bottom: 1px solid #f2f2f2
}

/* button style */
.btn {
    -moz-user-select: none;
    background: #1696e7;
    border: medium none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    padding: 19px 29px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}



.blue-bg:hover {
    background-color: #002147;
    color: #fff;
}

.blog-read-more-btn:hover {
    color: #002147;
}

.btn-right-arrow {
    margin-left: 9px;
}

.theme-btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
    z-index: 1;
    padding: 0;
    border: 0;
    transition: .3s;
    cursor: pointer;
}

.btn-text {
	padding: 16px 35px;
	background-color: #243972;
	text-transform: uppercase;
	color: #000000;
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
}
.image-container{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 22.5%;
}
.banrImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theme-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    left: 10px;
    top: 10px;
    z-index: -1;
}

.theme-btn.blue-bg-border::before {
    border: 1px solid #002147;
}

.black-border {
    background: 0;
    border: 1px solid #666666;
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    padding: 18px 30px;
}

.black-border:hover {
    background: #243972;
    border: 1px solid transparent;
    padding: 18px 30px;
    outline: 0;
    transition: .3s;
}

.white-bg-btn {
    padding: 15px 30px;
    background-color: #fff;
    color: #444444;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: .3s;
}

.white-bg-btn:hover {
    background-color: #243972;
    color: #002147;
}


/* scrollUp */
#scrollUp {
    background: #243972;
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 42px;
}

#scrollUp:hover {
    background: #1696e7;
}

/* courses */
.section-title-heading h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
}

.section-title-para p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.courses-wrapper {
    background-color: #fff;
    border-radius: 6px ;
}

.courses-thumb img {
    width: 100%;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.courses-author {
    position: absolute;
    right: 40px;
    top: 195px; 
}

.courses-content {
    padding-left: 30px;
    padding-top: 0px;
    padding-right: 27px;
    padding-bottom: 24px;
    /* min-height: 159px; */
    min-height: 132px;

}

.courses-wrapper-bottom {
    padding-right: 23px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.courses-wrapper-bottom-2 {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

.courses-content-3 .courses-wrapper-bottom {
    padding: 0;
    margin-top: 30px;
}

.courses-wrapper.course-radius-none {
    border-radius: 0px;
}

.courses-wrapper.course-bg-none {
    background: 0;
}

.courses-heading h1 {
    font-size: 21px;
    line-height: 1;
    margin: 0;
    color: #002147;
    margin-top: 26px;
    margin-bottom: 19px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
}

.courses-category-name span {
    line-height: 1;
}

.courses-category-name span a {
    font-size: 12px;
    color: #002147;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background-color: #243972;
    padding: 9px 15px;
    border-radius: 3px;
    display: inline-block;
    transition: .3s;
}

.courses-category-name span:hover a {
    color: #fff;
    background-color: #002147;
}

.courses-heading h1 {
    line-height: 1.2;
    margin: 0;
    color: #002147;
    margin-top: 26px;
    margin-bottom: 17px;
    font-family: 'Roboto', sans-serif;
    height: 70px;
    display: flex;
    align-items: center;
}

.courses-heading h1:hover a,
.courses-heading h1:focus a {
    color: #243972 !important;
}

.courses-para p {
    line-height: 26px;
    font-size: 14px;
    margin: 0;
    color: #8a8a8a;
    display: -webkit-box;
    box-orient: vertical;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
}

.courses-single-icon {
    margin-right: 20px;
    font-size: 14px;
    color: #002147;
    padding-right: 20px;
    border-right: 1px solid #e4e4e4;
}

.course-main-content {
    border-bottom: 1px solid #e4e4e4;
    /* min-height: 177px; */
    min-height: 130px;
}

.courses-single-icon:last-child {
    border: 0;
}

.courses-single-icon span.user-number {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-left: 8px;
}

.courses-icon {
    margin-top: 4px;
}

.courses-button a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 20px;
    display: inline-block;
    color: #fff !important;
    /* background: #0e77ae; */
    background: #243972;
    border: 1px solid #243972;
    border-radius: 30px;
    line-height: 1;
    margin-top: -1px;
    transition: .3s;
}

.register-btn{
    font-size: 16px;
    font-weight: 700;
    padding: 11px 20px;
    display: inline-block;
    background: #0e77ae;
    border: 1px solid #0e77ae;
    border-radius: 30px;
    color: #fff !important;
    line-height: 1;
    margin-top: -5px;
}

.courses-button a:hover{
    background-color: #fff;
    color: #243972 !important;
    border-color: #243972;
}
.register-btn:hover{
    background-color: #fff;
    color: #0e77ae !important;
    border-color: #0e77ae;
}
.courses-button:hover a {
    color: #243972;
}

.courses-content-2 {
    padding: 0;
}

.courses-content-2 .courses-heading h1 {
    font-size: 18px;
    margin: 0;
    color: #002147;
    margin-top: 18px;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    padding: 0 34px;
}

.courses-author-2 img {
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.courses-single-icon-2 {
    display: inline-block;
    margin: 0px 9px;
}

.courses-single-icon-2 span.price,
.courses-single-icon-2 span.seat {
    font-size: 14px;
    color: #777777;
    font-weight: 600;
    margin-left: 3px;
}

.courses-single-icon-2 span.user-number {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-left: 1px;
    font-size: 16px;
    color: #f6393e;
}

.courses-content-2 {
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 9px;
}

.courses-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.courses-list:hover .courses-active .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.courses-active .slick-next {
    right: -50px;

}

.courses-active .slick-prev {
    z-index: 1;
    left: -50px;
}

.courses-active .slick-next::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    right: -40px;
    top: 13px;
    background: #fff;
}

.courses-active .slick-prev::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    left: -40px;
    top: 13px;
}

.courses-active .slick-arrow:hover {
    color: #243972;
}

.courses-single-icon .ti-user {
    display: inline-block;
}
.single-curiculum-lecture table th{
    text-align: center;
}
.single-curiculum-lecture table td {
    border: 0;
    padding-left: 0;
    padding: 0;
}

.single-curiculum-lecture table td span {
    margin-right: 5px;
    vertical-align: middle;
}

.testimonilas-rating.testimonilas-rating-2 ul li {
    display: inline-block;
    color: #f6393e;
    font-size: 14px;
}

.courses-button-2:hover a {
    color: #243972;
    text-decoration: underline;
}

.courses-wrapper-bottom .testimonilas-rating.testimonilas-rating-2 ul {
    padding-right: 50px;
    border-right: 1px solid #d6d6d6;
}

.courses-button-2 a {
    font-size: 12px;
}

.courses-content-3::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 60px;
    background-color: #fdba2d;
    top: 254px;
    left: 46px;
}

.course-title-3 h1 {
    margin: 0;
}

.courses-pricing-3 span {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    display: inline-block;
    background: #243972;
    border-radius: 30px;
    color: #002147;
    margin-left: 20px;
    line-height: 1;
}

.courses-wrapper-3 {
    background-color: #fff;
    border-radius: 0;
}

.btn.gray-border-btn {
    background: 0;
    border: 1px solid #c6c6c6;
    border-radius: 30px;
    padding: 16px 45px;
}

.btn.gray-border-btn:hover {
    background-color: #243972;
    border: 1px solid transparent;
}

/*courses_details*/
.slider-height-breadcrumb {
    margin-top: 88px;
    min-height: auto !important ;
}

.slider-content nav ol {
    background: 0;
    padding: 0;
}

.slider-content nav ol li {
    font-size: 20px;
    color: #243972;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.slider-content nav ol li.breadcrumb-item.active {
    color: #fff;
}

.slider-content nav ol li.breadcrumb-item a {
    color: #243972;
}

.slider-content nav ol .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    color: #6c757d;
    content: "";
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 22px;
    margin-right: 17px;
}

.slider-content-breadcrumb h1 {
    font-size: 42px;
    /* margin-top: 35px; */
    margin-top: 0px;
}
.slider-content-breadcrumb .top-title {
    margin-bottom: 15px;
}



.course-details-title {
    padding-bottom: 28px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.course-details-title h1 {
    font-size: 30px;
    line-height: 40px;
    /* color: #444444; */
    color: #002147;
    margin: 0;
    font-weight: 600;
}
.course-details-title .register-btn{
    border-radius: 6px;
    margin-top: 0px;
    padding: 8px 8px 8px;
    font-size: 21px;
    line-height: 1;
    background: #243972;
    border: 1px solid #243972; 
    width: 235px;
    text-align: center;
}
.course-details-title .register-btn:hover{
    background: #fff;
    color: #243972 !important;
}

.course-details-thumb img {
    max-width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.single-course-details {
    padding-top: 38px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 17px;
    border-radius: 6px;
}

.course-details-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #002147;
    background: 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.course-details-tabs ul li a {
    padding: 0;
    font-size: 18px;
    /* color: #444444; */
    color: #002147 !important;
    margin-right: 45px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.course-details-overview-top p {
    font-size: 14px;
    line-height: 28px;
    color: #8a8a8a;
}

.course-details-tabs .nav.nav-tabs {
    margin-bottom: 26px;
}
.course-details-tabs .nav.nav-tabs li a{
    padding: 15px 15px;
    width: 100%;
    margin: auto;
}
.course-details-tabs .nav.nav-tabs li a.active{
    background-color: #002147;
    color: white !important;
}
.payment-tabs .nav.nav-tabs li{
    width: 50%;
    text-align: center;
}
.payment-tabs .nav.nav-tabs li a.active{
    background-color: #002147;
    color: white !important;
    border-color: transparent;
}

.course-details-overview-top {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.course-details-overview-para {
    margin-bottom: 16px;
}

.course-details-curiculum-para {
    line-height: 28px;
    margin-bottom: 12px;
}

.single-curiculum-lecture div span {
    font-size: 14px;
    color: #002147;
    vertical-align: middle;
}

.single-curiculum-lecture span.chapter-name {
    color: #777777;
}

.curiculum-lecture .chapter-name {
    margin-left: 9px;
}

.curiculum-lecture-time .chapter-name {
    margin-left: 9px;
}

.curiculum-lecture-seat .chapter-name {
    margin-left: 9px;
}

.single-curiculum-lecture table {
    margin-bottom: 0px;
}



.adivisor-text {
    padding-left: 30px;
    padding-top: 25px;
    padding-right: 120px;
}

.adivisor-text-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    line-height: 1;
    margin: 0;
    margin-bottom: 3px;
}

.adivisor-text-title span {
    font-size: 12px;
    color: #777777;
    line-height: 1;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.advisors-social-icon-list ul li {
    display: inline-block;
}

.advisors-social-icon-list ul li a {
    margin: 0;
    font-size: 12px;
    color: #666666;
    margin-right: 13px;
    transition: .3s;
}

.advisors-social-icon-list ul li:hover a {
    color: #243972;
}

.social-title {
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    line-height: 1;
}

.advisor-img img {
    width: 100%;
}

.adivisor-text-title-2 h4 {
    font-size: 30px;
}

.adivisor-text-2 {
    padding-left: 35px;
}

.adivisor-para-2 p {
    line-height: 28px;
}

.advisors-details-form.events-details-form {
    padding-left: 0;
}

.reviews-author-title h1 {
    font-size: 18px;
    color: #243972 ;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.advisors-form-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #444444;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: block;
}

.reviews-author-title span {
    font-size: 12px;
    color: #777777;
    line-height: 1;
    display: block;
    margin-top: 6px;
}

.reviews-author-title {
    margin-top: 12px;
    margin-left: 9px;
}
.reviews-author-title p{
    margin-bottom: 6px;
    margin-top: 2px;
}

.courses-reviews-author-rating ul li {
    display: inline-block;
    color: #ff5252;
}

.course-reviews-info {
    margin: 10px;
    margin-top: 20px;
    padding: 10px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border-radius: 6px;
    /* padding-right: 305px; */
    align-items: start;
}

.banner-thumb {
    position: relative;
}

.bannger-text {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.bannger-text h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    padding: 0 27px;
    margin-bottom: 33px;
}

.banner-thumb img {
    width: 100%;
}

.widget-padding.banner-padding {
    padding-right: 23px;
}

/*course-pagination*/
.course-pagination li.page-item {
    margin-right: 5px;
}

.course-pagination li.page-item .page-link {
    padding: 15px 17px;
    margin-left: 0;
    line-height: 1;
    border: 0px solid #dee2e6;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.course-pagination li.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.course-pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.course-pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #002147;
}

/*sidebar-form*/
.widget-padding {
    padding: 23px 15px 5px 23px;
}

.sidebar-form form {
    position: relative;
}

.sidebar-form form input {
    height: 50px;
    padding-left: 20px;
    width: 100%;
    border: 0;
    background: #f6f6f6;
    margin-bottom: 20px;
}

.sidebar-form form input::placeholder {
    color: #8a8a8a;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.sidebar-form form button {
    background: 0;
    border: 0;
    font-size: 15px;
    color: #444444;
    position: absolute;
    right: 0;
    height: 80%;
    top: 0;
    padding-right: 25px;
    /* margin-top: 3px; */
}

.widget-title {
    color: #444444;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 1;
    margin-bottom: 23px;
    padding: 0px 0 14px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.widget-title::before {
    background: #8d8d8d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 30px;
}

.sidebar-link li {
    display: block;
    font-size: 14px;
    margin-bottom: 19px;
    line-height: 1;
}

.sidebar-link li:last-child {
    margin: 0;
}

.sidebar-link li a {
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    transition: .3s;
}

.sidebar-link li a:hover {
    color: #002147;
}

.sidebar-link li span {
    float: right;
    color: #777777;
}

.rc-post-content h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #444444;
    margin: 0;
}

.rc-post-content h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #444444;
    margin: 0;
}

.rc-post-content {
    margin-left: 20px;
}

.widget-advisors-name span {
    font-size: 12px;
    color: #777777;
    font-family: 'Roboto', sans-serif;
}

.sidebar-tad li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

.sidebar-tad li a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #777777;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 10px 15px;
    text-transform: uppercase;
}

.sidebar-tad li a:hover {
    background: #002147;
    color: #fff;
}


/* Image Styling */
#regionModalImage {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

/* Modal Width */
.modal-lg {
    max-width: 800px; /* Adjust width as needed */
}

/* Align Content Vertically */
.modal-body .row {
    align-items: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #regionModalImage {
        margin-bottom: 15px;
    }

    .modal-body .row {
        flex-direction: column;
    }
}

/* Label Styling */
.form-label {
    font-weight: 600; /* Bold label */
    font-size: 16px; /* Set font size */
    display: block; /* Ensure label is on its own line */
    margin-bottom: 10px; /* Space between label and dropdown */
    color: #000;
}

/* Dropdown Styling */
.custom-dropdown {
    width: 100%; /* Full width */
    background-color: #f8f9fa; /* Light background color */
    color: #495057; /* Dark text color */
    padding: 10px; /* Increased padding */
    border: 2px solid #243972; /* Custom border */
    border-radius: 8px; /* Rounded corners */
    font-size: 16px; /* Font size */
    -webkit-appearance: none; /* Remove default arrow */
    -moz-appearance: none;
    appearance: none;
    background-image: url('dropdown-arrow.svg'); /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

/* Hover and Focus Effects */
.custom-dropdown:hover,
.custom-dropdown:focus {
    border-color: #000; /* Border color change on hover */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Subtle shadow */
    outline: none;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .custom-dropdown {
        font-size: 14px; /* Smaller font for mobile */
    }
}

/* Close Button Styling */
.modal-header {
    background: #000; /* Header background color */
    color: #fff; /* Header text color */
}

.btn-close {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    color: #fff;
}

.btn-close:focus {
    outline: none;
    box-shadow: none;
}
.modal-title{
    color: #fff;
}
.region-tagline{
        color: #000;
        font-size: 16px;
        font-weight: 500;

}
/* Checkout Page ------------------------------------------------*/
.customer-box h3 { color:#fff; font-size:17px;  font-weight:400; line-height:normal; margin:0; padding:15px; text-transform:uppercase; background-color:#000; }
.customer-box h3 i { margin-right:5px; }
.customer-box h3 a { font-weight:700; text-decoration:none; }
.billing-fields { margin-bottom:30px; }
.order-table .table thead th { background-color:#fff; font-size:13px; padding:8px 5px 5px; border-bottom:1px solid #ddd; }
.order-table .table td { font-size:13px; padding:8px 5px 5px; }
.card { border-radius:0; margin-bottom:10px; }
.card-header { position:relative; padding:6px 15px; }
.card-header:before{ content:"\f078"; font-family:'FontAwesome'; font-size:13px; position:absolute; right:10px; top:9px; color:#555; }
.payment-accordion .card .card-header { background-color:#fff; }
.payment-accordion .card .card-header a { display:block; font-size:16px; font-weight:500; text-transform:uppercase; }
.order-button-payment .btn { font-size:18px; font-size:700; padding: 10px 20px; }
.customer-box .discount-coupon, .customer-box .customer-info { background-color:#f7f7f7; padding:20px; }
.create-ac-content, .your-order-payment { border:1px solid #ddd; padding:20px; }
.create-ac-content .form-check { margin-left:15px; }
.customer-box input[type="email"], .customer-box input[type="text"], .customer-box input[type="password"] { background-color:#fff; }
.order-button-payment { margin-top:30px; }
/* End Checkout Page ------------------------------------------*/
/*footer*/
footer{
    position: relative;
}
.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}


.footer-logo img{
    /* background-color: #fff; */
    width: 50%;
}

.footer-para p {
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    opacity: .66;
    margin: 0;
}

.footer-socila-icon span {
    font-size: 16px;
    color: #cbcbcb;
    font-weight: 700;
    line-height: 1;
}

.footer-social-icon-list ul li {
    display: inline-block;
    margin-right: 19px;
    transition: .3s;
}

.footer-social-icon-list ul li a {
    color: #ffffff;
    opacity: .66;
}

.footer-social-icon-list ul li a:hover {
    color: #fff;
    opacity: 1;
}

.footer-socila-icon {
    margin-top: 24px;
}

.footer-social-icon-list {
    margin-top: 13px;
}

.footer-heading h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 31px;
}

.footer-menu ul li {
    /* float: left; */
    width: 100%;
    line-height: 1;
}

.footer-menu ul li a {
    font-size: 13px;
    color: #fff !important;
    opacity: .66;
    padding: 0;
    display: block;
    line-height: 1;
    margin-bottom: 14px;
}

.footer-menu ul li a:hover {
    color: #243972;
    opacity: 1;
}

.recent-post-text p {
    font-size: 13px;
    color: #fff;
    opacity: .66;
    line-height: 24px;
    margin-top: -8px;
    margin-bottom: 0;
}

.footer-time {
    margin-top: 5px;
}

span.footer-published-time {
    color: #fff;
    opacity: .66;
    margin-left: 9px;
}

.footer-time span {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    color: #243972;
}
footer .footer-bottom{
    padding-top: 15px;
    padding-bottom: 15px;
}
footer .footer-bottom a{
    color: #fff !important;
}

.recent-post-text {
    margin-left: 20px;
}

span.footer-published-time {
    margin-left: 9px;
    color: #fff;
}
.single-footer-contact-info {
    margin-bottom: 8px;
    display: flex;
    align-items: center;

}
.single-footer-contact-info span {
    font-size: 15px;
    color: #fff;
}
.single-footer-contact-info span .fa-whatsapp{
    font-size: 17px;
}
.linskUl{
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.footer-contact-list-text {
    font-size: 14px;
    color: #fff;
    opacity: .66;
    margin-left: 9px;
}



.opening-time span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

span.opening-date {
    font-weight: inherit;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
    margin-top: 10px;
}

.opening-time {
    margin-top: 20px;
}

.footer-copyright span {
    font-size: 15px;
    color: #949494;
}

.courses-heading h1 a{
    color: #243972 !important;
}
.courses-heading h1 a:hover{
    color: #1696e7 !important;
}

.ti-arrow-up{
    color: #fff !important;
}
.single-curiculum-lecture h5,
.course-details-overview-top h5{
    font-weight: 600;
}
.footer-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /* background-image: url(https://fisdemoprojects.com/fis/wp-content/uploads/2024/04/footer.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}

#regionModal .modal-header {
    /* border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important; */
    background: #243972 !important;
}

.course-price{
    font-size: 16px;
    font-weight: 500; 
    line-height: 1px;
    color: #0e77ae;
    margin-bottom: 15px;
}
.courselist{
    font-size: 15px;
    line-height: 28px;
    color: #706e6e;
    margin-bottom: 20px;
}
.courselist li:before{
    content: '✓';
    margin-right: 10px;
    color: #002147;
    font-weight: 600;
}
.breadcrumb .breadcrumb-item a{
    color: #1577af  !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #1577af  !important;
}
.breadcrumb-item.active {
    color: #243972 !important;
}
.course-card{
    padding: 5px 14px 14px 14px;
    border-radius: 9px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.course-card .course-overview{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.course-card .course-overview .name{
    /* font-weight: 600; */
    /* font-size: 14px; */
    color: #000;
}
.course-card .course-overview .value{
    font-weight: 600;
    font-size: 14px;
    color: #0e77ae;
}
.course-card .course-overview i{
    color: #243972;
    margin-right: 5px;
}
.ribbon{
 position: relative;
}
.ribbon .ribbon-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    background-color: var(--bs-ribbon-label-bg);
    box-shadow: var(--bs-ribbon-label-box-shadow);
    color: var(--bs-primary-inverse);
    top: 5%;
    right: -5px;
    transform: translateX(5px) translateY(-50%);
}

.ribbon .ribbon-label>.ribbon-inner {
    z-index: -1;
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ribbon .ribbon-label .ribbon-inner {
    border-top-left-radius: .475rem;
    border-bottom-left-radius: .475rem;
}
.ribbonPrice{
    font-size: 20px;
    font-weight: 800;
    color: white;
}

.ribbon .ribbon-label .ribbon-inner:after, .ribbon .ribbon-label .ribbon-inner:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent !important;
    bottom: -10px;
}

.ribbon .ribbon-label .ribbon-inner:before {
    border-width: 0 0 10px 10px;
    border-left-color: var(--bs-ribbon-clip-bg) !important;
    right: 0;
}
.reviews-author-info {
    /* background: aliceblue; */
    width: 30%;
    /* height: 100px; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.reviews{
    /* width: 70%; */
    width: 80%;
    text-align: center;
    padding: 10px;
    margin: auto;
    margin-top: 8px;
}
.reviews-author-info img{
    height: 70px;
}
.courses-reviews-author-rating{
    margin-top: 10px;
    padding-top: 3px;
}
#confirmRegion{
    padding: 16px 26px !important;
}
.price-badge{
    padding-top: 9px !important;
    padding-bottom: 6px !important;
    background-color: #ffffff;
    color: #0e77ae;
    border: 3px dashed #0e77ae;
} 
.cstm-bdr{
 border-radius: 6px;
}
.rc-post-thumb img{
    border-radius: 6px;
    border-radius: 6px;
    width: 75px;
    height: 55px;
    object-fit: cover;
    max-width: fit-content;
}





/*faq*/
.fag-area {
    border-bottom: 1px solid #e9e9e9;
}

.faq-area-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #444444;
}

.faq-area-title p {
    padding-right: 80px;
    line-height: 28px;
    color: #666666;
}

.faq-wrapper .card {
    border: 0;
    margin-bottom: 20px;
}

.faq-wrapper .card-header {
    padding: 0;
    background: 0;
    border: 0;
}

.faq-wrapper .card h5 button {
    padding: 0;
    background: 0;
    border: 0;
    color: #444444;
    font-size: 18px;
    text-decoration: none;
}

.faq-wrapper .card h5 button span {
    font-size: 14px;
    color: #666666;
    margin-right: 9px;
}

.faq-wrapper .card-body {
    padding-left: 28px;
    font-size: 14px;
    color: #8a8a8a;
    padding-right: 205px;
    padding-bottom: 0;
    padding-top: 10px;
    line-height: 28px;
}

.faq-area-form form input {
    width: 100%;
    padding: 0;
    padding-left: 20px;
    background: 0;
    border: 1px solid #e9e9e9;
    height: 50px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
}

.faq-area-form form textarea {
    width: 100%;
    padding: 0;
    padding-left: 20px;
    background: 0;
    border: 1px solid #e9e9e9;
    height: 113px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
    padding-top: 13px;
    resize: none;
}

.faq-form-btn button {
    background-color: #243972;
    border: 1px solid #243972 !important;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 19px 105px;
    margin-bottom: 30px;
    transition: .6s;
}

.faq-form-btn button:hover {
    background-color: #fff;
    /* border: 1px solid #0e77ae !important; */
    color: #243972;
}

.faq-form-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #444444;
    line-height: 1;
    margin-bottom: 20px;
}
.events-details-form form textarea {
    transition: .4s;
}
.events-details-form form input:focus {
    border-color: #002147;
    transition: .3s;
}
.events-details-form form textarea:focus {
    border-color: #002147;
    transition: .3s;
}

.faq-area-form form input::placeholder {
    font-size: 14px;
    color: #777777;
}

.faq-area-form form textarea::placeholder {
    color: #777777;
}
/*contact*/
.contact-info ul li {
    margin-bottom: 30px;
}

.contact-icon {
    float: left;
}

.contact-icon i {
    border: 0;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background-color: #243972;
}

.contact-text {
    overflow: hidden;
    padding-left: 12px;
}

.contact-text h5 {
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1;
    font-size: 18px;
    color: #000;
}

.contact-info-text .section-title-heading h1 {
    font-size: 30px;
    color: #002147;
}

.contact-text span {
    font-size: 14px;
    color: #8a8a8a;
}

.contact-info-text .section-title p {
    padding-right: 94px;
}

 
.faq-card .card-header:before {
    content: none;
}
    
.btn-faq{
    width: 100%;
    text-align: justify;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #007bff;
}
.btn-faq.collapsed{
    color: #002147;
}
.btn-faq .arrow-icon i {
    transition: transform 0.3s ease; /* Smooth transition for the rotation */
}

.btn-faq[aria-expanded="true"] .arrow-icon i {
    transform: rotate(180deg); /* Rotate arrow when expanded */
}

.btn-faq[aria-expanded="false"] .arrow-icon i {
    transform: rotate(0deg); /* Default arrow direction */
}

/* checkout page          */
.checkout-container {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.checkout-container2 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.checkout-container .form-group {
    margin-bottom: 15px;
}

.checkout-container .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
}

.checkout-container .form-group input,
.checkout-container .form-group select,
.checkout-container .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 30px;
}
.checkout-container .form-group select{
    height: calc(2.6rem + 2px) !important;
    box-shadow: none !important;
}

.payment-summary {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 40px;
}

.payment-summary p {
    margin-bottom: 10px;
}

.button-c {
    background-color: #0e77ae;
    border: 1px solid #0e77ae !important;
    color: #fff;
    padding: 7px 25px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

.button-c:hover {
    background-color: #fff;
    color: #0e77ae;
}

.next-btn, .prev-btn {
    width: auto;
    margin-right: 10px;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

/* Progress bar styles */
.progress-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.progress-header li {
    flex: 1;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #999;
    border-bottom: 2px solid #ccc;
    position: relative;
}

.progress-header li.active {
    color: #002147;
    border-bottom: 2px solid #002147;
}

.progress-header li.active::before {
    content: '✔';
    position: absolute;
    left: -2px;
    top: 10px;
    color: #002147;
}
.progress-header li#progress3.active::before {
    left: 30px;
}
#checkout-form, .step3Container, .your-order{
    margin-top: 30px;
}
.btnDiv{
    text-align:end;
    margin-top:25px;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
    stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
    transform: none;
    }
    50% {
    transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}
.congrats{
    text-align:center;
}
.course-details-tabs .ul-btn{
    display: flex;
    justify-content: space-between;
}
.course-details-tabs .ul-btn h1{
 font-size: 36px;
}

.course-details-overview-top .register-btn{
    margin-left: auto;
}
.nav-header{
    background-color: #fff;
    /* color:#243972;  */
}
.slider-area{
    margin-top:46px;
}
.nav-header .form-control{
    border-radius: 1rem;
}
.nav-header .cust-drpDown{
    /* min-width: 155px; */
    min-width: 120px;
    text-align: center;
    display: block;
    padding: 0 !important;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.7rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.nav-header .cust-drpDown a{
    font-size: 1rem;
    line-height: 1.3;
    color: #495057 !important;
}
.nav-header .dropdown-menu-c{
    /* min-width: 9.6rem; */
    min-width: 7.5rem;
    border-radius: 0.5em;
    overflow-y: auto;
    max-height: 200px;
}
.nav-header .dropdown-menu-c .dropdown-item{
white-space: normal;
overflow-wrap: break-word;}
.nav-header .cust-drpDown .dropdown-item:hover{
    background-color: #0e77ae;
    color: #fff !important;
}
.reviews-disc{
    margin-bottom: 6px;
}
/* .fixed-top {
 top: 40px !important;
}  */
.slider-content{
    position: absolute;
    left: 0;
    right: 0;
}
.scrolled {
    top: 0 !important;
    transition: top 0.1s;
}
.breadcrunb{
    margin-top: 90px;
    background-color: #e9ecef;
}
.form-check-label-c{
    width: 25px;
    display: contents !important;
    font-weight: 400 !important;
    color: #444 !important;
}
.tbl-border{
    border-top: 2px solid #000;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}
.td-right-border{
    border-right: 2px solid #fff !important;
}
.total-table{
    margin-left: auto;
    width: 100%;
    /* border-top: 2px solid #000; */

}
.total-table tr,
.total-table td{
    border-collapse: collapse;
    border: none;
}
.table-hr{
    border-bottom: 2px solid #000;
    border-top: 0 none;
    width: 30%;
    margin: 6px 0;
    margin-left: auto;
}
.browse-courseBtn{
    border-radius: 14px !important;
    margin-top: 10px;
    font-size: 20px;
}
.contact-box{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius:6px;
    min-height:390px;
    padding: 15px;
    margin-bottom:80px;
    background-color: white;
}
.contact-info-text .section-title p {
    padding-right: 0px !important;
}
.terms-body{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 6px;
    padding: 15px;
    padding-bottom: 15px;
    background-color: white;
}
.terms-title h1{
    font-size: 18px;
    /* font-family: "RobotoCondensed-Bold"; */
    text-align: center;
    font-weight: bold;
    letter-spacing: 10px;  
}

.terms-body h4 {
    color: #EB573D;
    font-size: 14px;
    line-height: 25px;
}

.terms-body h3{
    /* font-family: "RobotoCondensed-Bold"; */
    color: #243972;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
}

.terms-body p{
    font-size: 14px;
    line-height: 26px;
    color:#8a8a8a;
}

.terms-body a{
    color: #0e77ae !important;
}

.terms-body a:hover{
    color: #EB573D;
    text-decoration: none;
}
.terms-body hr {
    border-bottom: 1px solid #d3d8e7;
    margin: 20px 0;
}

.terms_footer h3 {
    margin-top: 60px;
    margin-bottom: 125px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.5;
    color: #243972;
}

.terms_footer h3 a:link {
    color: #EB573D; 
    text-decoration: none;
}
.breadcrumb{
    color:#cde0f3;
}
#curriculum h4{
    font-size: 18px !important;
    margin-bottom: 3px;
    color: #002147;
}
#curriculum ul{
    margin-bottom: 13px !important;
}

#curriculum ul li{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #8a8a8a;
}
.mainSetionGap{
    padding-top: 70px;
    padding-bottom: 40px;
}
#faqExample{
    background: white;
    padding: 22px 20px 13px 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 6px;
}
.regionSelect{
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.regionSelect p{
    font-weight: 600;
    font-size: 16px;
    color: #002147;
    margin-right: 5px;
}
.qutation{
    font-weight: 600;
    font-size: 20px;
}
.custom-dropdown.select2-hidden-accessible{
    padding: 10px !important;
    border: 2px solid #243972 !important;
}

.select2-container--default .select2-selection--single {
    height: 45px !important;
    padding: 10px !important;
    border: 2px solid #243972 !important;
    vertical-align: middle !important;
    color: #495057 !important;
    
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px !important;
}
select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #495057 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 8px !important;
}
.select2-container--default .select2-selection--single{
    background-color: #f8f9fa !important;
  border-radius: 20px !important;

  border:1px solid #ccc !important;
}
.navbar-collapse{
    justify-content: end;
    margin-right: 25px;
}
.navbar-collapse ul li a{
    color: #243972 !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.navbar-collapse ul li a:hover{
    color: #0e77ae !important;
}
.topbar-contact i,
.topbar-contact a{
    color: #243972 !important;
}
.topbar-contact i:hover,
.topbar-contact a:hover{
    color: #1696e7 !important;
}
/* -------------------------------index page filter-------------------------------   */
.courses-para{
    margin-top: 23px;
}
.course-overview-index{
    justify-content: space-between;
    display: flex;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 2px;
}
.course-overview-index i{
    color:#243972;
}
.filter-btn-index{
    font-size: 16px;
    font-weight: 700;
    padding: 11px 20px;
    display: inline-block;
    background: #0e77ae;
    border: 1px solid #0e77ae;
    border-radius: 30px;
    color: #fff;
    line-height: 1;
    margin-top: -5px;
}
.filter-btn-index:hover,
.filter-btn-index.active{
    background: #fff;
    color: #0e77ae;
}
.filter-search-index{
    border-radius: 20px;
}

    .promo-modal .modal-content {
        border: none;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    }

    .promo-header {
        background: linear-gradient(135deg, #667eea 0%, #121d39 100%);
        color: white;
        padding: 2rem;
        text-align: center;
        position: relative;
    }

    .promo-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.3;
    }

    .promo-header * {
        position: relative;
        z-index: 1;
    }
    .highlight-discount {
        font-size: 1.5em; /* Increase as needed */
        color: #ffc107; /* Optional: make it red to stand out */
    }


    .offer-badge {
        background: #f55c78;
        color: white;
        padding: 0.5rem 1.5rem;
        border-radius: 50px;
        font-weight: bold;
        font-size: 0.9rem;
        display: inline-block;
        margin-bottom: 1rem;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }

    .promo-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        color: #fff !important;
    }

    .promo-subtitle {
        font-size: 1.2rem;
        opacity: 0.9;
        margin-bottom: 0;
    }

    .promo-body {
        padding: 0 2.5rem 2.5rem 2.5rem;
        background: white;
    }

    .countdown-container {
        /* background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);*/
        border-radius: 15px;
        padding: 1.5rem;
        margin: 1.5rem 0;
        color: white;
        text-align: center;
    }

    .countdown-title {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #29386b;
    }

    .countdown-timer {
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .countdown-item {
        background: linear-gradient(135deg, #5a70cf 0%, #1e2b54 100%);
        border-radius: 10px;
        padding: 0.8rem;
        min-width: 70px;
        backdrop-filter: blur(10px);
    }

    .countdown-number {
        font-size: 1.8rem;
        font-weight: 700;
        display: block;
    }

    .countdown-label {
        font-size: 0.8rem;
        opacity: 0.9;
    }

    .features-list {
        list-style: none;
        padding: 0;
        margin: 1.5rem 0;
    }

    .features-list li {
        
        display: flex;
        align-items: center;
    }

    .features-list li i {
        color: #0a3b57;
        margin-right: 0.8rem;
        font-size: 1.1rem;
    }

    .cta-buttons {
        display: flex;
        gap: 1rem;
        margin-top: 2rem;
        flex-wrap: wrap;
    }

    .btn-primary-custom {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border: none;
        padding: 0.8rem 2rem;
        border-radius: 50px;
        font-weight: 600;
        transition: all 0.3s ease;
        flex: 1;
        min-width: 150px;
    }

    .btn-primary-custom:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    }

    .btn-outline-custom {
        border: 2px solid #283769;
        color: #283769;
        padding: 0.8rem 2rem;
        border-radius: 50px;
        font-weight: 600;
        background: transparent;
        transition: all 0.3s ease;
        flex: 1;
        min-width: 150px;
    }

    .btn-outline-custom:hover {
        background: #283769;
        color: white;
        transform: translateY(-2px);
    }

    .close-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: white;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        z-index: 10;
    }

    .close-btn:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }

    .original-price {
        font-size: 1.2rem;
        text-decoration: line-through;
        color: #6c757d;
        margin-right: 0.5rem;
    }

    .discounted-price {
        font-size: 2rem;
        font-weight: 700;
        color: #28a745;
    }

    .discount-percentage {
        background: #ff6b6b;
        color: white;
        padding: 0.3rem 0.8rem;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: 600;
        margin-left: 0.5rem;
    }

 /* -------------------------------course details page-------------------------------  */
 .courses-thumb{
    position: relative;
 }
 .course-level-wrapper {
  text-align: right;
  /* margin-top: 10px; */
  position: absolute;
    right: 4px;
    bottom: 4px;
}

.course-level-text {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 1rem;
  /* border-bottom-left-radius: 0; */
    /* border-bottom-right-radius: 0; */
    /* border-top-right-radius: 0; */
}

/* Beginner: Blue */
.level-beginner {
  color: #007BFF;
  border: 1px solid #007BFF;
  background-color: #E6F0FF;
}

/* Professional: Green */
.level-professional {
  color: #28a745;
  border: 1px solid #28a745;
  background-color: #e9f7ef;
}

/* Advanced: Orange */
.level-advanced {
  color: #fd7e14;
  border: 1px solid #fd7e14;
  background-color: #fff3e0;
}

.course-price {
  display: flex;
  align-items: center;
  gap: 10px; /* space between original and discounted price */
  font-size: 1rem;
  color: black;
}

/* -------------------------------check out paage------------------------------  */
.paySiteAdd-topLine{
    font-weight: 500;
    font-size: 22px;
}
.paySiteAdd-para{
    font-weight: 700;
    font-size: 14px;
}