@font-face {
    font-family: pop;
    src: url(../fonts/expo.ttf)
}

@font-face {
    font-family: expo;
    src: url(../fonts/expo-reg.ttf);
    font-weight: 400;
}

@font-face {
    font-family: expo;
    src: url(../../fonts/expo-bold.ttf);
    font-weight: bold;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-family: expo;
    overflow-x: hidden !important;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

.the-after {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #505050;
    display: none;
    z-index: 9999;
}

/*img {
    object-fit: contain !important;
    object-position: center center !important;
}*/

ul {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    list-style: none;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

/* .main-header {
    box-shadow: 0px 0px 10px 0px #707070;
    padding: 10px 0px;
}

.main-header .logo a img {
    width: auto;
    height: 70px;
}

.main-header .main-menu ul {
    margin-top: 20px;
    text-align: center;
}

.main-header .main-menu ul li {
    display: inline-block;
    margin-left: 20px;
}

.main-header .main-menu ul li a {
    color: #707070;
    font-size: 14px;
}

.main-header .main-menu ul li.active a {
    color: #63b2fe;
    background: transparent;
}

.main-header .main-menu ul .link-menu a {
    margin-right: 5px !important;
}

.main-header .main-menu ul li button {
    background-color: transparent;
    border: none;
    color: #707070;
}

.main-header .main-menu ul li button i {
    margin-right: 5px;
}

.main-header .search-bar form input {
    border: 1px solid #63B2FE;
    background-color: #fff;
    position: relative;
    padding: 8px 15px;
    border-radius: 8px;
    outline: none;
    width: 100%;
    margin-top: 12px;
}

.main-header .search-bar form button {
    position: absolute;
    left: 20px;
    background-color: transparent;
    outline: none;
    color: #63B2FE;
    border: none;
    top: 21px;
}

.main-header .main-menu .dropdown-menu {
    margin-top: 10px;
    border-radius: 15px;
    border: none;
    left: 80px;
    position: absolute;
    z-index: 9999999999999999999999999999;
}

.main-header .main-menu .dropdown-menu li {
    display: block;
    margin-left: 0px;
    padding: 5px 0px;
    cursor: pointer;
}

.main-header .main-menu .dropdown-menu li:hover a {
    background-color: transparent;
}

.main-header .main-menu .dropdown-menu li a {
    margin-right: 0px;
    padding: 0px 0px;
    text-align: start ;
    font-size: 12px;
}

.main-header .main-menu .dropdown-menu li a i {
    margin: 0px 10px;
    color: #63B2FE;
} */

.intro {
    padding: 50px 0px;
}

.intro .content {
    padding-top: 100px;
    width: 75%;
}

.intro .content h4 {
    font-weight: bolder;
    font-size: 20px;
    color: #1E2D4D;
    line-height: 35px;
}

.intro .content p {
    font-size: 14px;
    color: #1E2D4D;
    line-height: 20px;
}

.intro .content .links {
    margin-top: 15px;
}

.intro .content .links a {
    background-color: #63B2FE;
    width: 150px;
    display: inline-block;
    text-align: center;
    transition: all .6s ease-in-out;
    color: #fff;
    margin-left: 10px;
    border-radius: 100px;
    padding: 15px;
}

.intro .content .links a:hover {
    background-color: #1E2D4D;
}

.intro .pic img {
    width: 75%;
    transition: all .6s ease-in-out;
    display: block;
    margin: 0 auto;
}

.intro .pic img:hover {
    transform: scale(1.1);
}

.browse-categories {
    margin-bottom: 30px;
}

.browse-categories h3 {
    font-size: 18px;
    font-weight: bolder;
    color: #1E2D4D;
    margin-bottom: 30px;
}

.browse-categories .one {
    background-color: #EFF7FF;
    float: inline-start;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    margin-top: 20px;
}

.browse-categories .one .pic {
    display: inline-block;
}

.browse-categories .one .name {
    display: inline-block;
    padding-top: 20px;
    float: inline-start;
}

.browse-categories .one .name a {
    font-size: 14px;
    font-weight: bolder;
    color: #1E2D4D;
}

.browse-categories .one .pic {
    background-color: #1E2D4D;
    padding: 15px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
    float: inline-start;
}

.browse-categories .one .pic img {
    width: 35px;
    height: 35px;
}

.browse-categories .one p {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-weight: bolder;
    color: #1E2D4D;
    font-size: 12px;
    line-height: 30px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    float: inline-start;
    width: 100%;
    -webkit-box-orient: vertical;
}

.browse-categories .browse-slider .owl-nav {
    position: absolute;
    left: 0px;
    top: -50px;
    width: 60px;
}

.browse-categories .browse-slider .owl-prev,
.browse-categories .browse-slider .owl-next {
    display: inline-block;
    font-size: 22px;
    color: #1E2D4D;
}

.browse-categories .browse-slider .owl-next {
    float: inline-end;
}

.popular-courses .one {
    box-shadow: 0px 0px 10px 0px #707070;
    border-radius: 10px;
    float: inline-start;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 15px;
}

.popular-courses .one img {
    transition: all .6s ease-in-out;
    width: 100%;
    height: 175px;
    object-fit: fill !important;
}

.popular-courses .one img:hover {
    transform: scale(1.1);
}

.popular-courses .one span {
    color: #63B2FE;
    display: block;
    font-size: 12px;
    margin: 15px 0px;
    margin-right: 10px;
}

.popular-courses .one a {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    color: #1E2D4D;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    float: inline-start;
    width: 100%;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.popular-courses .one .details h5 {
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 12px;
    color: #63B2FE;
}

.popular-courses .one .option h5 i {
    margin-left: 5px;
}

.popular-courses .one .option {
    width: 100%;
    padding: 0px 10px;
}

.popular-courses .one .option span {
    display: inline-block;
    width: 49%;
    border: 1px solid #63B2FE;
    padding: 10px;
    text-align: center;
    color: #1E2D4D;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bolder;
    margin: 10px 0px !important;
}

.popular-courses .one .option span i {
    float: inline-end;
    display: inline-block;
    margin-top: 0px;
    font-size: 15px;
    line-height: 20px;
    color: #63B2FE;
    font-style: normal;
}

.popular-courses .one .option a {
    display: inline-block;
    border: 1px solid #63B2FE;
    padding: 9px;
    width: 100%;
    color: #63B2FE;
    transition: all .6s ease-in-out;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    margin-right: 0px;
    margin-top: 10px;
}

.popular-courses .one .option a:hover {
    background-color: #63B2FE;
    color: #fff;
}

.popular-courses .one .option h5 i {
    margin-left: 5px;
}

.popular-courses .head {
    font-weight: bolder;
    font-size: 18px;
    color: #1E2D4D;
    margin: 30px 0px;
}

.popular-courses .see-more {
    text-align: center;
    margin: 30px 0px;
}

.popular-courses .see-more a {
    background-color: #1E2D4D;
    padding: 15px;
    width: 200px;
    display: block;
    margin: 0 auto;
    color: #fff;
    border-radius: 150px;
}

.video-tube {
    margin: 30px 0px;
}

.video-tube iframe {
    width: 70%;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

.footer {
    text-align: center;
    padding: 30px 0px;
    background-color: #1E2D4D;
    padding-bottom: 10px;
    float: inline-start;
    width: 100%;
}

.footer h5 {
    font-size: 18px;
    color: #63B2FE;
    margin-bottom: 15px;
}

.footer h6 {
    font-size: 14px;
    color: #fff;
    font-weight: bolder;
}

.footer form {
    width: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.footer form input {
    border: 1px solid #63B2FE;
    background-color: #fff;
    position: relative;
    padding: 10px 15px;
    border-radius: 8px;
    outline: none;
    width: 100%;
    margin-top: 12px;
}

.footer form button {
    position: absolute;
    left: 20px;
    background-color: transparent;
    outline: none;
    color: #63B2FE;
    border: none;
    top: 21px;
}

.footer hr {
    border: 1px solid #fff;
}

.footer .menu ul li {
    display: inline-block;
    margin-left: 25px;
}

.footer .menu ul li a {
    color: #fff;
}

.footer .social-media {
    margin: 35px 0px;
}

.footer .social-media ul li {
    display: inline-block;
    margin-left: 25px;
}

.footer .social-media ul li i {
    color: #63B2FE;
}

.footer .copyright {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;

}

.main-header .hidden-xx {
    margin-top: 20px;
    float: inline-end;
    margin-left: 15px;
}

.main-header .hidden-xx i {
    color: #63B2FE;
    font-size: 30px;
    cursor: pointer;
}

.sidenav {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 9999999999999999;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    background-color: #fff;
    transition: 0.5s;
    padding-top: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sidenav .logo img {
    width: 300px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    float: inline-start;
}

.sidenav .menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.sidenav .menu li {
    display: block;
    margin-top: 20px;
    margin-right: 20px;
}

.sidenav .menu li a {
    color: #101010;
    font-weight: bolder;
    text-decoration: none;
    font-size: 14px;
    margin-top: 20px;
}


.main-header .hidden-xx {
    display: none;
}

.modal {
    opacity: 1 !important;
    background-color: #505050;
    z-index: 999999999999999;
}

.modal .modal-body {
    position: relative;
    float: inline-start;
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
}

.modal .modal-body h4 {
    text-align: center;
}

.modal .modal-body form {
    padding: 20px;
}

.modal .modal-body form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 8px;
    outline: none;
    border: 1px solid #63B2FE;
    text-align: start;
}

.modal .modal-body form a {
    float: inline-end;
    margin: 15px 0px;
    font-weight: bolder;
    color: #000;
}

.modal .modal-body form button {
    width: 100%;
    padding: 12px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #63B2FE;
    outline: none;
    border: none;
}

.modal .modal-body form a {
    cursor: pointer;
}

.modal .modal-body form .signUp {
    float: none;
    margin: 15px 0px;
    font-weight: bolder;
    color: #000;
    display: block;
    text-align: center;
    width: 100%;
}

.about-us-section {
    padding: 50px 0px;
}

.about-us-section .content h3 {
    color: #1E2D4D;
    font-size: 22px;
    font-weight: bolder;
    line-height: 40px;
}

.about-us-section .content p {
    color: #1E2D4D;
    font-size: 16px;
    line-height: 30px;
}

.about-us-section .content h4 {
    color: #1E2D4D;
    font-size: 16px;
    font-weight: bolder;
    line-height: 30px;
}

.about-us-section .content h4 i {
    color: #1E2D4D;
    margin-left: 20px;
    font-size: 22px;
}

.about-us-section .pic {
    display: block;
    margin: 0 auto;
    padding: 20px;
}

.about-us-section .pic img {
    width: 100%;
}

.what-learn {
    background-color: #1E2D4D;
    padding: 50px 0px;
}

.what-learn .head {
    width: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.what-learn .head h5 {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.what-learn .head p {
    font-size: 15px;
    font-weight: bolder;
    line-height: 30px;
}

.what-learn .one {
    background-color: #63B2FE;
    padding: 50px 10px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}

.what-learn .one img {
    width: auto;
    height: 50px;
    margin-bottom: 20px;
}

.what-learn .one h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
}

.what-learn .one p {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.details-page {
    background-image: url("../images/details.png");
    height: 300px;
    padding: 100px 0px;
}

.details-page .content h5 {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    width: 60%;
    font-weight: bolder;
}

.details-page .content img {
    width: 100%;
    border-radius: 10px;
}

.details-page .content h6 {
    display: block;
    font-size: 16px;
    margin: 20px 0px;
    color: #1E2D4D;
    margin-top: 30px;
}

.details-page .content h6 ul {
    display: inline-block;
    float: inline-end;
    margin-top: -15px;
}

.details-page .content h6 ul li {
    border: 1px solid #2a6496;
    padding: 5px;
    border-radius: 150px;
    display: inline-block;
}

.details-page .content h6 ul li img {
    width: 20px;
    height: 20px;
}

.details-page .content p {
    display: block;
    font-size: 15px;
    width: 80%;
    line-height: 30px;
    color: #1E2D4D;
    margin-bottom: 20px;
    text-align: justify;
}

video[poster] {
    object-fit: cover;
}

.details-page .content .trainer .pic,
.details-page .content .trainer .content {
    display: inline-block;
}

.details-page .content .trainer .pic img {
    height: 75px;
    width: 75px;
    border-radius: 150px;
    border: 1px solid #2a6496;
    padding: 3px;
    margin-top: -30px;
    margin-left: 10px;
}

.details-page .trainer {
    margin: 20px 0px;
}

.details-page .trainer .content {
    margin-top: 15px;
}

.details-page .trainer .content h5 {
    display: block;
    color: #1E2D4D;
    width: 100%;
    line-height: 15px;
    font-size: 14px;
}

.details-page .trainer .content h3 {
    display: block;
    color: #1E2D4D;
    width: 100%;
    line-height: 10px;
    font-size: 14px;
    margin: 0px;
}

.details-page .info .price {
    float: inline-start;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #63B2FE;
    margin-bottom: 15px;
}

.details-page .info .price-offer {
    float: inline-start;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid rgba(237, 10, 67, 0.9);
}

.details-page .info .price h2 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    color: #63B2FE;
}

.details-page .info .price-offer h2 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    color: rgba(237, 10, 67, 0.9);
}

.details-page .info .price h3 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    color: #63B2FE;
    display: inline-block;
}

.details-page .info .price-offer h3 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    color: #0B0B0B;
    display: inline-block;
}

.details-page .info .price span {
    text-align: center;
    display: inline-block;
    color: #101010;
    font-size: 22px;
    margin: 0px 50px;
    letter-spacing: 2px;
    font-weight: bolder;
}

.details-page .info .price-offer span {
    text-align: center;
    display: inline-block;
    color: rgba(237, 10, 67, 0.9);
    font-size: 25px;
    margin: 0px 70px;
    letter-spacing: 2px;
    font-weight: bolder;
}

.details-page .info .subscribe,
.details-page .info .next {
    margin-top: 15px;
    display: block;
    width: 100%;
    background-color: #63B2FE;
    color: #fff;
    border-radius: 50px;
    float: inline-start;
    font-weight: bolder;
    font-size: 18px;
    text-align: center;
    padding: 15px;
}

.details-page .content video {
    position: relative;
    border-radius: 10px;
}

.details-page .course-data {
    background-color: #fff;
    margin: 20px 0px;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    float: inline-start;
    box-shadow: 0px 0px 10px 0px #707070;

}

.details-page .course-data li {
    position: relative;
    display: block;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.details-page .course-data li:last-child {
    border-bottom: none;
}

.details-page .course-data li a {
    color: #101010;
    font-weight: bolder;
    font-size: 11px;
}

.details-page .course-data .active a {
    color: #2a6496;
}

.details-page .course-data li span {
    font-weight: bolder;
    float: inline-end;
    color: #989898;
}

.details-page .course-data li i {
    margin-left: 10px;
    color: #2a6496;
}

.details-page .course-data li .active {
    color: #2a6496;
}

#SubscribeModel .modal-body h4 {
    color: #2a6496;
    font-weight: bolder;
    font-size: 22px;
    margin: 30px 0px;
}

#SubscribeModel .modal-body p {
    color: #101010;
    width: 90%;
    display: block;
    line-height: 30px;
    margin: 0 auto;
    font-size: 12px;
}

#SubscribeModel .modal-body .radio-buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#SubscribeModel .modal-body .custom-radio input {
    display: none;
}

#SubscribeModel .modal-body .radio-btn {
    margin: 10px;
    width: 180px;
    height: 200px;
    border: 3px solid transparent;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
}

#SubscribeModel .modal-body .radio-btn>i {
    color: #ffffff;
    background-color: #8373e6;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(4);
    border-radius: 50px;
    padding: 3px;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
}

#SubscribeModel .modal-body .radio-btn .gender-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#SubscribeModel .modal-body .radio-btn .gender-icon i {
    color: #2a6496;
    line-height: 80px;
    font-size: 60px;
}

#SubscribeModel .modal-body .radio-btn .gender-icon h3 {
    color: #2a6496;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

#SubscribeModel .modal-body .custom-radio input:checked+.radio-btn {
    border: 3px solid #2a6496;
}

#SubscribeModel .modal-body .custom-radio input:checked+.radio-btn>i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.how-subscribe {
    padding: 20px 0px;
}

.how-subscribe .content img {
    width: 100%;
    height: 300px;
    object-fit: fill !important;
}

.how-subscribe .content h3 {
    font-weight: bolder;
    font-size: 18px;
    color: #2a6496;
    margin: 15px 0px;
}

.how-subscribe .content p {
    font-size: 14px;
    line-height: 30px;
    color: #101010;
}

.account-setting {
    padding: 20px 0px;
}

.account-setting form {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.account-setting form label {
    display: block;
}

.account-setting form input {
    width: 100%;
    position: relative;
    padding: 10px;
    border: 1px solid #63B2FE;
    border-radius: 7px;
    margin-bottom: 20px;
}

.account-setting form button {
    width: 100%;
    padding: 12px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #63B2FE;
    outline: none;
    border: none;
}

.account-setting form i {
    position: absolute;
    left: 30px;
    margin-top: 12px;
    color: #101010;
}

.account-setting h2 {
    font-size: 22px;
    color: #101010;
    text-align: center;
    margin-top: 25px;
}


.help-page {
    padding: 20px 0px;
}

.help-page form {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.help-page form label {
    display: block;
}

.help-page form input {
    width: 100%;
    position: relative;
    padding: 10px;
    border: 1px solid #63B2FE;
    border-radius: 7px;
    margin-bottom: 20px;
}

.help-page form select {
    width: 100%;
    position: relative;
    padding: 10px;
    border: 1px solid #63B2FE;
    border-radius: 7px;
    margin-bottom: 20px;
}

.help-page form textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: 1px solid #63B2FE;
    border-radius: 7px;
}

.help-page form button {
    width: 100%;
    background-color: #63B2FE;
    padding: 12px;
    border: none;
    border-radius: 50px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-weight: bolder;
}

.help-page h2 {
    font-size: 22px;
    color: #101010;
    text-align: center;
    margin-top: 25px;
}

.saved-courses .head {
    font-weight: bolder;
    font-size: 24px;
    color: #1E2D4D;
    margin: 30px 0px;
}

.saved-courses .one {
    box-shadow: 0px 0px 10px 0px #707070;
    border-radius: 10px;
    float: inline-start;
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 15px;
}

.saved-courses .one img {
    transition: all .6s ease-in-out;
    width: 100%;
    height: 175px;
    object-fit: fill !important;
}

.saved-courses .one img:hover {
    transform: scale(1.1);
}

.saved-courses .one span {
    color: #63B2FE;
    display: block;
    font-size: 12px;
    margin: 15px 0px;
    margin-right: 10px;
}

.saved-courses .one a {
    font-weight: bolder;
    font-size: 14px;
    margin-right: 10px;
    color: #1E2D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    float: inline-start;
    width: 100%;
    -webkit-box-orient: vertical;
}

.saved-courses .one .details h5 {
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 12px;
    color: #63B2FE;
}

.saved-courses .one .option h5 i {
    margin-left: 5px;
}

.saved-courses .one .continue {
    width: 100%;
    padding: 0px 10px;
}

.saved-courses .one .continue a {
    display: inline-block;
    border: 1px solid #63B2FE;
    padding: 9px;
    width: 100%;
    background-color: #63B2FE;
    color: #fff;
    transition: all .6s ease-in-out;
    border-radius: 10px;
    font-size: 14px;
    float: inline-start;
    text-align: center;
    margin-right: 0px;
}

.saved-courses .one .option ul {
    position: absolute;
    top: 180px;
    left: 30px;
}

.saved-courses .one .option ul li {
    display: inline-block;
}

.saved-courses .one .option ul li a {
    margin-right: 5px;
}

.saved-courses .one .option ul li img {
    width: 30px;
    height: 30px;
    border-radius: 150px;
    border: 1px solid #63B2FE;
    padding: 5px;
}


.weeks-courses .head {
    font-weight: bolder;
    font-size: 24px;
    color: #1E2D4D;
    margin: 30px 0px;
}

.weeks-courses .one {
    box-shadow: 0px 0px 10px 0px #707070;
    border-radius: 10px;
    float: inline-start;
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 15px;
}

.weeks-courses .one img {
    transition: all .6s ease-in-out;
    width: 100%;
    height: 175px;
    object-fit: fill !important;
}

.weeks-courses .one img:hover {
    transform: scale(1.1);
}

.weeks-courses .one span {
    color: #63B2FE;
    display: block;
    font-size: 12px;
    margin: 15px 0px;
    margin-right: 10px;
}

.weeks-courses .one a {
    font-weight: bolder;
    font-size: 14px;
    margin-right: 10px;
    color: #1E2D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    float: inline-start;
    width: 100%;
    -webkit-box-orient: vertical;
}

.weeks-courses .one .details h5 {
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 12px;
    color: #63B2FE;
}

.weeks-courses .one .option h5 i {
    margin-left: 5px;
}

.weeks-courses .one .continue {
    width: 100%;
    padding: 0px 10px;
}

.weeks-courses .one .continue a {
    display: inline-block;
    border: 1px solid #63B2FE;
    padding: 9px;
    width: 100%;
    background-color: #63B2FE;
    color: #fff;
    transition: all .6s ease-in-out;
    border-radius: 10px;
    font-size: 14px;
    float: inline-start;
    text-align: center;
    margin-right: 0px;
}

.modal-body button.close {
    position: absolute;
    left: 26px;
    top: 23px;
    opacity: 1;
}

i.view-password {
    position: absolute;
    left: 50px;
    z-index: 1000;
    margin-top: 37px;
    cursor: pointer;
    font-size: 18px;
    color: #222325a3;
}

.marker {
    background-color: #fff817;
}

.course-certificate-image {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.certificate-form-response {
    position: relative;
    width: 80%;
    height: auto;
    padding: 50px;
    margin: 20px auto;
    border-left: 5px solid #63B2FE;
    border-right: 5px solid #1E2D4D;
    border-bottom: 5px solid #63B2FE;
    border-top: 5px solid #1E2D4D;
    /*box-shadow: 1px 2px 3px;*/
    text-align: center;
}

.certificate-file {
    display: block;
    width: 100%;
    height: 250px;
}

.certificate-file-download {
    width: 80%;
    height: 40px;
    display: block;
    margin: 20px auto;
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    /* Smooth linear gradient */
    background: linear-gradient(135deg, #63B2FE, #1E2D4D);

    /* Subtle shadow for depth */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

    /* Smooth transition for hover effects */
    transition: all 0.3s ease;
}

/* Hover effect */
.certificate-file-download:hover {
    color: #fff;

    /* Slightly darken the gradient */
    background: linear-gradient(135deg, #1E2D4D, #63B2FE);

    /* Lift the button slightly */
    transform: translateY(-2px);

    /* Enhance shadow on hover */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Active/click effect */
.certificate-file-download:active {
    transform: translateY(0);
}

.full-width-100-percentage {
    width: 100% !important;
}

.discount-price {
    border-color: rgba(237, 10, 67, 0.9) !important;
    color: rgba(237, 10, 67, 0.9) !important;
    font-size: 18px !important;
}

.old-price {
    text-decoration: line-through;
}

.testimonials {
    margin: 30px auto;
}

/* Card */
.testimonial-card {
    max-width: 620px;
    padding: 28px 36px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
    position: relative;
    margin: 20px auto;
}

/* Accent bar using your palette */
.testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1E2D4D 0%, #407cc9 55%, #63B2FE 100%);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* Avatar */
.testimonial-avatar {
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
    object-fit: fill;
    display: block;
    margin: 0px auto 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

/* Quote text */
.testimonial-card p {
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Owl nav buttons */
.testimonials .owl-nav {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.testimonials .owl-nav button.owl-prev,
.testimonials .owl-nav button.owl-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1E2D4D !important;
    color: #fff !important;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    transition: background .2s ease;
}

.testimonials .owl-nav button:hover {
    background: #63B2FE !important;
}

.testimonials .owl-dots {
    margin-top: 12px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
}

.testimonials .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(30, 45, 77, .35);
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    transition: all .2s ease;
}

.testimonials .owl-dot.active span {
    background: #63B2FE;
    transform: scale(1.1);
}

.testimonials .testimonials-title {
    text-align: center;
    color: #1e2d4d;
    text-shadow: 0px 0px 1px;
    margin-bottom: 20px;
}

.testimonials .testimonials-title-description {
    text-align: center;
    color: #63b2fe;
    text-shadow: 0px 0px 1px;
    margin-bottom: 20px;
}

.instructor-box {
    cursor: pointer;
    padding: 15px;
    transition: 0.3s;
}

.instructor-profile {
    width: 100%;
    max-width: 128px;
    /* prevent large images */
    height: auto;
    /* keep proportions */
    max-height: 128px;
    object-fit: cover;
    /* crop instead of stretching */
}

.instructor-box:hover {
    transform: scale(1.05);
}

.instructor-box img {
    margin-bottom: 10px;
}

#instructorModal button.close {
    float: inline-end;
}

.modal-instructor-img {
    width: 100%;
    max-width: 150px;
    /* prevent large images */
    height: auto;
    /* keep proportions */
    max-height: 150px;
    object-fit: cover;
    /* crop instead of stretching */
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}




/* v2 Css */


.mainHeader {
    background: #FFFFFF;
    box-shadow: 1px 1px 9.3px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
}

/* Ensure consistent navbar container width across all pages */
.mainHeader .container {
    max-width: 1200px !important;
    width: 95% !important;
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
}

.mainHeader .mainMenu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainHeader .mainMenu ul li {
    margin: 0px 14px;
}

.mainHeader .mainMenu ul li a {
    font-size: 16px;
    color: #686868;
    transition: all 0.6s ease-in-out;
}

.mainHeader .mainMenu ul li a:hover {
    color: #006EB3;
}

.mainHeader .actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.mainHeader .actions .language button {
    padding: 10px 20px;
    background: #EDF0F8;
    border: 1px solid #014F98;
    border-radius: 100px;
    font-size: 14px;
    width: 150px;
    letter-spacing: 1.5px;
    color: #014F98;
    line-height: 20px;
    transition: all 0.6s ease-in-out;

}


.mainHeader .actions .language button i {
    margin: 0px 5px;
    color: #0A4AD0;
    font-size: 16px;
    transition: all 0.6s ease-in-out;
}

.mainHeader .actions a {
    padding: 10px 12px;
    background: #006EB3;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-family: expo;
    transition: all 0.6s ease-in-out;
    font-size: 14px;
}

.mainHeader .actions a:hover {
    background-color: #349CFE;
    color: #fff;
}

.hidden-xx-v2 {
    float: inline-end;
    margin-left: 20px;
    margin-top: 22px;
    cursor: pointer;
    display: none;
}

.hidden-xx-v2 button {
    outline: none;
    border: none;
    color: #006EB3;
    font-size: 26px;

    background-color: transparent;
}

.sidenav-v2 {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 999999999999999999;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    background-color: #fff;
    transition: 0.5s;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sidenav-v2 .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.sidenav-v2 .logo img {
    width: 250px;
}

.sidenav-v2 .menu ul li {
    width: 100%;
    display: block;
    margin-top: 12px;
}

.sidenav-v2 .menu ul li a {
    font-size: 14px;
    color: #006EB3;

}

.sidenav-v2 .actions {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;

}

.sidenav-v2 .actions .language button {
    padding: 10px 32px;
    background: #EDF0F8;
    border: 1px solid #59CBE8;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #014F98;
    line-height: 20px;
    display: block;
    width: 100%;
}

.sidenav-v2 .actions .language button i {
    margin: 0px 5px;
    color: #0A4AD0;
    font-size: 16px;
}

.sidenav-v2 .actions a {
    padding: 10px 32px;
    background: #006EB3;
    border-radius: 40px;
    color: #fff;
    font-family: expo;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    text-align: center;
    width: 100%;
}

.sidenav-v2 .logo button {
    background-color: transparent;
    outline: none;
    border: none;
    margin-top: -70px;
    color: #006EB3;
    font-size: 22px;
    display: block;
}

.introDiv {
    margin-top: 30px;
}

.introDiv .content {
    background: #EDF0F8;
    border-radius: 32px;
    display: flex;
    align-items: center;
    padding: 60px 20px;
    background-image: url("../images/v2/bg-layer.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.introDiv .content span i {
    color: #395693;
    font-size: 14px;
}

.introDiv .content .mainTitle {
    padding: 10px 24px;
    width: 270px;
    display: flex;
    font-family: pop;
    align-items: center;
    gap: 6px;
    height: 44px;
    background: #DBEAFE;
    color: #395693;
    font-size: 12px;
    border-radius: 65px;
}

.introDiv .content .data {
    width: 50%;
}

.introDiv .content .data h3 {
    font-family: pop;
    line-height: 30px;
    font-size: 32px;
    color: #011F5B;
    line-height: 50px;
}

.introDiv .content .data p {
    font-weight: 500;
    font-size: 16px;
    color: #011F5B;
    width: 70%;
    line-height: 28px;
}

.introDiv .content .data h3 span {
    color: #59CBE8;
    margin: 0px 4px;
}

.introDiv .content .data ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
    z-index: 1;
    position: relative;
}

.introDiv .content .data ul li {
    margin-left: 20px;
    color: #011F5B;
    font-weight: 700;
}

.introDiv .content .data ul li i {
    margin-left: 4px;
}

.introDiv .content .data ul li .check {
    color: #258F1E;
}

.introDiv .content .data ul li .bolt {
    color: #D7DA11;
}

.introDiv .content .data ul li .headset {
    color: #CF802C;
}

.introDiv .content .data .buttons {
    display: flex;
    margin: 20px 0px;
    align-items: center;
    gap: 8px;
}

.introDiv .content .data .buttons .applyNow {
    padding: 10px 12px;
    background: #006EB3;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    width: 170px;
    font-family: expo;
    transition: all 0.6s ease-in-out;
    font-size: 14px;
    margin-bottom: 15px;
}

.introDiv .content .data .buttons .applyNow:hover {
    background-color: #011F5B;
}

.introDiv .content .data .buttons .topCourses {
    padding: 10px 12px;
    border: 1px solid #006EB3;
    border-radius: 40px;
    color: #006EB3;
    text-align: center;
    width: 170px;
    font-family: expo;
    font-size: 14px;
    margin-bottom: 15px;
}

.introDiv .content .data .buttons .choice {

    padding: 10px 12px;
    background: #011F5B;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    width: 170px;
    font-family: expo;
    transition: all 0.6s ease-in-out;
    font-size: 14px;
}

.introDiv .content .video {
    width: 50%;
    position: relative;
}

.introDiv .content .video video {
    width: 90%;
    border-radius: 26px;
    display: block;
    margin: 0 auto;
}

.introDiv .content .video a {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -30px;
    width: 300px;
    text-align: center;
    padding: 10px;
    background: #FFFFFF;
    transition: all 0.6s ease-in-out;
    border-radius: 16px;
    color: #011F5B;
}

.introDiv .content .video a:hover {
    background-color: #011F5B;
    color: #fff;
}

.introDiv .content .video a img {
    margin: 0px 4px;
}

.introDiv .content .video .layer {
    float: inline-end;
    margin-top: -20px;
    margin-bottom: 20px;
}

.AccreditingBodiesSection {
    margin: 50px 0px;
    text-align: center;
}


.AccreditingBodiesSection .upper>span {
    padding: 0px 24px;
    width: 270px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 44px;
    background: #DBEAFE;
    color: #395693;
    font-size: 14px;
    border-radius: 65px;
    margin-bottom: 16px;
}

.AccreditingBodiesSection .upper span img {
    margin-left: 6px;
    width: 16px;
}

.AccreditingBodiesSection .upper p {
    color: #011F5B;
    font-size: 14px;
    text-align: center;
    font-family: pop;
    margin-bottom: 20px;
}

.AccreditingBodiesSection .brands {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px 0px;
}

.AccreditingBodiesSection .brands .pic {
    border-radius: 12px;
    border: 1px solid #D0D0D0;
    padding: 16px;
    background-color: #F9FAFB;
}

.AccreditingBodiesSection .brands .pic img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    transition: all 0.6s ease-in-out;
    border-radius: 8px;
}

.AccreditingBodiesSection .AccreditingBodiesSlider {
    display: none !important;
}



.AccreditingBodiesSection .AccreditingBodiesSlider .owl-dots {
    display: table;
    margin: 0px auto;
    position: relative;
    top: 20px;
}

.AccreditingBodiesSection .AccreditingBodiesSlider .owl-dot {
    border-radius: 150px;
    background-color: #E1E8F0;
    float: inline-start;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

.AccreditingBodiesSection .AccreditingBodiesSlider .owl-dot.active {
    background-color: #46A6F7;
}




.ourTrainerSection .trainerSlider .owl-dots {
    display: table;
    margin: 0px auto;
    text-align: start;
    position: relative;
    top: 20px;
}

.ourTrainerSection .trainerSlider .owl-dot {
    border-radius: 150px;
    background-color: #E1E8F0;
    float: inline-start;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

.ourTrainerSection .trainerSlider .owl-dot.active {
    background-color: #46A6F7;
}


.AccreditingBodiesSlider .pic {
    border-radius: 12px;
    border: 1px solid #D0D0D0;
    padding: 16px;
    background-color: #F9FAFB;
}

.AccreditingBodiesSlider .pic img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
    transition: all 0.6s ease-in-out;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}


.AccreditingBodiesSection .brands .pic img:hover {
    transform: scale(1.1);
}

.problemSection {
    padding: 50px 0px;
    background: #F9FAFB;
    box-shadow: 1px 1px 2px 2px rgba(30, 45, 77, 0.1);
}

.problemSection .head h4 {
    text-align: center;
    color: #011F5B;
    font-family: pop;
    font-size: 32px;
}

.problemSection .head p {
    text-align: center;
    font-size: 16px;
    color: #011F5B;
    margin-bottom: 30px;

}

.problemSection .one {
    align-items: flex-start;
    padding: 24px 28px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 2px rgba(251, 44, 54, 0.2);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.problemSection .one span i {
    width: 50px;
    height: 50px;
    background: #FEF2F2;
    border-radius: 100px;
    color: #FF0000;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
}

.problemSection .one h4 {
    color: #011F5B;
    font-size: 16px;
    font-family: pop;
    line-height: 30px;
}

.problemSection .one p {
    color: #011F5B;
    font-size: 14px;
    line-height: 25px;
}

.problemSection .problemSlider {
    display: none !important;
}

.problemSection .problemSlider .one div img {
    width: 40px !important;
}


.problemSection .problemSlider .owl-dots {
    display: table;
    margin: 0px auto;
    position: relative;
    top: 20px;
}

.problemSection .problemSlider .owl-dot.active {
    background-color: #46A6F7;
}

.problemSection .problemSlider .owl-dot {
    border-radius: 150px;
    background-color: #E1E8F0;
    float: inline-start;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

.problemSection .problemSlider .owl-dots {
    display: table;
    margin: 0px auto;
    position: relative;
    top: 20px;
}

.problemSection .problemSlider .owl-dot.active {
    background-color: #46A6F7;
}

.problemSection .problemSlider .owl-dot {
    border-radius: 150px;
    background-color: #E1E8F0;
    float: inline-start;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

.whyFailSection {
    padding: 50px 0px;
    background: #fff;
}

.whyFailSection .head h4 {
    text-align: center;
    color: #011F5B;
    font-family: pop;
    font-size: 32px;
}

.whyFailSection .head p {
    text-align: center;
    font-size: 16px;
    color: #011F5B;
    margin-bottom: 30px;
}

.whyFailSection .one {
    padding: 24px 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #FEF2F2;
    border: 1px solid #FFC9C9;
    border-radius: 8px;
}

.whyFailSection .one span i {
    width: 50px;
    height: 50px;
    background: #FFC9C9;
    border-radius: 100px;
    color: #FF0000;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
}

.whyFailSection .one h4 {
    color: #D41C1C;
    font-size: 16px;
    font-family: pop;
    line-height: 20px;
}

.whyFailSection .one p {
    color: #011F5B;
    font-size: 14px;
    line-height: 25px;
}

.whyFailSection .success {
    background-color: #F0FDF4;
    border: 1px solid #B9F8CF;
}

.whyFailSection .success span i {
    background-color: #B9F8CF;
    color: #2EBA62;
}

.whyFailSection .success h4 {
    color: #2EBA62;
}

.whyFailSection .whyFailSlider {
    display: none !important;
}

.professionalLevelSection {
    padding: 50px 0px;
    background-color: #011F5B;
    background-image: url("../images/v2/bg-layer-2.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.professionalLevelSection .head h4 {
    text-align: center;
    color: #fff;
    font-family: pop;
    font-size: 30px;
    margin-bottom: 30px;
}

.professionalLevelSection .head p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.professionalLevelSection .content {
    background-color: #EDF0F8;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.professionalLevelSection .content .data {
    width: 32%;
    text-align: center;
}

.professionalLevelSection .content .data>span {
    padding: 16px 40px;
    background: #99A1AF;
    font-family: pop;
    font-size: 16px;
    color: #fff;
    border-radius: 65px;
}

.professionalLevelSection .content .data ul {
    text-align: start;
    margin-top: 50px;
    margin-right: 50px;
}

.professionalLevelSection .content .data ul li {
    margin-top: 16px;
    color: #011F5B;
    font-size: 16px;
}

.professionalLevelSection .content .data ul li i {
    color: #FF0000;
    font-size: 8px;
    margin-left: 12px;
}

.professionalLevelSection .content .pic {
    /* background-image: url("../images/v2/bg-layer.png"); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-position: center center;
    margin-left: 80px;
}

.professionalLevelSection .content .pic .image {

    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.professionalLevelSection .content .pic .image img {
    width: auto !important;
}


.professionalLevelSection .levelsSlider {
    position: relative;
    margin-top: 50px;
}

.professionalLevelSection .levelsSlider img {
    width: 90% !important;
    height: 280px !important;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}


.professionalLevelSection .levelsSlider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}


.professionalLevelSection .levelsSlider .owl-prev {
    position: absolute;
    width: 70px;
    line-height: 80px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    right: 0px;
    height: 70px;
    background: linear-gradient(270deg, #0F83D3 0%, #00BC89 100%);
    border-radius: 100px;
    margin-right: -40px;
}

.professionalLevelSection .levelsSlider .owl-next {
    position: absolute;
    width: 70px;
    line-height: 80px;
    font-size: 26px;
    color: #fff;
    left: 0px;
    text-align: center;
    margin-left: -40px;
    height: 70px;
    background: linear-gradient(270deg, #0F83D3 0%, #00BC89 100%);
    border-radius: 100px;
}

.coursesSection {
    padding: 50px 0px;
    background-color: #F3F7FD;
}

.coursesSection .head {
    text-align: center;
}

.coursesSection .head h4 {
    text-align: center;
    color: #011F5B;
    font-family: pop;
    font-size: 32px;
}

.coursesSection .head p {
    text-align: center;
    font-size: 16px;
    color: #011F5B;
    margin: 15px 0px;
}

.coursesSection .head span {
    width: 270px;
    display: block;
    margin: 0 auto;
    font-family: pop;
    align-items: center;
    gap: 6px;
    height: 44px;
    background: #FDC700;
    color: #733E0A;
    font-size: 12px;
    line-height: 45px;
    border-radius: 65px;
    margin-bottom: 50px;
}

.coursesSection .one {
    width: 100%;
    background: #FFFFFF;
    border-radius: 24px;
    margin: 20px 0px;
    padding-bottom: 30px;
}

.coursesSection .one .theTitle {
    background-color: #003F66;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    display: flex;
    gap: 12px;
    padding: 20px 10px;
    align-items: center;
}

.coursesSection .coursesSlider .one .theTitle img {
    width: 50px !important;
    height: 50px !important;
}

.coursesSection .one .theTitle .content h4 {
    color: #fff;
    font-size: 20px;
    font-family: pop;
}

.coursesSection .one .theTitle .content p {
    color: #fff;
    font-size: 14px;
}

.coursesSection .one .offerTime {
    background: #FEF4EF;
    border: 1px solid #FDC700;
    border-radius: 16px;
    padding: 20px;
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.coursesSection .one .offerTime h4 {
    color: #011F5B;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    font-family: pop;
}

.coursesSection .one .offerTime .timeBar {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 20px;
}

.coursesSection .one .offerTime .timeBar div {
    text-align: center;
    color: #747474;
    font-size: 14px;
}

.coursesSection .one .offerTime .timeBar div span {
    background-color: #fff;
    width: 60px;
    color: #2474FE;
    letter-spacing: 2px;
    font-family: pop;
    display: block;
    height: 60px;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    border-radius: 8px;
}

.coursesSection .one .featured {
    padding: 20px;
    width: 90%;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    justify-content: space-between;
    text-align: center;
}

.coursesSection .one .featured div span {
    width: 56px;
    height: 56px;
    background: #DBEAFE !important;
    border-radius: 10px;
    display: block;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
}

.coursesSection .one .featured div span i {
    color: #006EB3;
    font-size: 18px;
}

.coursesSection .one .featured div h4 {
    display: block;
    font-size: 20px;
    color: #011F5B;
    font-family: pop;
}

.coursesSection .one .price {
    padding: 20px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    justify-content: space-between;
    text-align: center;
    background-color: #DBFCE7;
    border-radius: 8px;
}

.coursesSection .one .price h4 {
    color: #747474;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
    display: block;
}

.coursesSection .one .price h5 {
    color: #99A1AF;
    font-weight: 500;
    font-size: 18px;
    margin-top: 12px;
}

.coursesSection .one .price h2 {
    color: #011F5B;
    font-family: pop;
    font-size: 28px;
    margin-top: 12px;
}

.coursesSection .one .price>span {
    padding: 10px 12px;
    gap: 10px;
    width: 155px;
    display: block;
    margin: 0 auto;
    height: 41px;
    background: #FFFFFF;
    border: 1px solid #7BF1A8;
    border-radius: 8px;
    color: #026627;
}

.coursesSection .one .seeOffer {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 12px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    margin-top: 20px;
    background-color: #003F66;
    transition: all 0.6s ease-in-out;
}

.coursesSection .one .seeOffer:hover {
    background-color: #006EB3;
}

.coursesSection .offer-2 .theTitle {
    background-color: #006EB3;
}

.coursesSection .offer-2 .featured div span i {
    color: #006EB3;
}

.coursesSection .offer-2 .options {
    display: flex;
    align-items: center;
    padding: 0px 30px;
    gap: 15px;
    margin-top: 20px;

}

.coursesSection .offer-2 .options div {
    padding: 16px 39px;
    background: #EFF6FF;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.coursesSection .offer-2 .options div h5 {
    color: #747474;
    font-size: 18px;
    margin-bottom: 12px;
}

.coursesSection .offer-2 .options div h2 {
    color: #99A1AF;
    font-size: 20px;
}

.coursesSection .offer-2 .options div h1 {
    color: #011F5B;
    font-family: pop;
    font-size: 24px;
}

.coursesSection .offer-2 .options div>span {
    padding: 10px 12px;
    gap: 10px;
    width: 155px;
    display: block;
    margin: 0 auto;
    height: 41px;
    background: #DBFCE7;
    border: 1px solid #7BF1A8;
    border-radius: 8px;
    color: #026627;
}

.coursesSection .offer-2 .seeOffer {
    background-color: #006EB3;
}


.coursesSection .coursesSlider {
    display: none !important;
}

.whatYouLearn {
    padding: 50px 0px;
    background-color: #fff;
}

.whatYouLearn .head {
    text-align: center;
}

.whatYouLearn .head h4 {
    text-align: center;
    color: #011F5B;
    font-size: 32px;
}

.whatYouLearn .head p {
    text-align: center;
    font-size: 16px;
    color: #011F5B;
    margin: 15px 0px;
}

.whatYouLearn .learnSteps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.whatYouLearn .learnSteps .one {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.whatYouLearn .learnSteps .one .circle {
    width: 120px;
    overflow: hidden;
    height: 120px;
    border-radius: 50%;
    background: white;
    border: 10px solid transparent;
    background-image: linear-gradient(white, white),
        linear-gradient(90deg, #0F83D3, #00BC89);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    text-align: center;
    line-height: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 12px;
}

.whatYouLearn .learnSteps .one .line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.whatYouLearn .learnSteps .one .line span {
    font-size: 16px;
    color: #006EB3;
    font-weight: 400;
    position: absolute;
    margin-right: -50px;
}

.whatYouLearn .learnSteps .one .content h4 {
    font-weight: 400;
    font-size: 16px;
    color: #006EB3;
}

.whatYouLearn .learnSteps .one .content p {
    font-size: 12px;
    color: #585858;
    width: 70%;
    display: block;
    margin: 0 auto;
}

.banner .pic img {
    width: 100%;
    margin-bottom: 20px;
}

.valueSection {
    padding: 20px 0px;
    background-color: #fff;
}

.valueSection .head {
    text-align: center;
}

.valueSection .head h4 {
    text-align: center;
    color: #011F5B;
    font-family: pop;
    font-size: 32px;
}

.valueSection .head p {
    text-align: center;
    font-size: 16px;
    color: #011F5B;
    margin: 15px 0px;
    margin-bottom: 50px;
}

.valueSection .one {
    padding: 24px 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #EAF1F7;
    border-radius: 8px;
}

.valueSection .one i {
    font-size: 26px;
    color: #59CBE8;
}

.valueSection .one h4 {
    color: #006EB3;
    font-size: 16px;
    margin: 0px;
    font-family: pop;
    line-height: 20px;
}

.valueSection .one p {
    color: #011F5B;
    font-size: 14px;
    line-height: 25px;

}

.valueSection .pic {
    padding: 20px;
}

.valueSection .pic img {
    width: 100%;
    margin-top: -30px;
}

.valueSection .valueSlider {
    display: none !important;
}

.valueSection .valueSlider .owl-dots {
    display: table;
    margin: 0px auto;
    position: relative;
    top: 20px;
}

.valueSection .valueSlider .owl-dot.active {
    background-color: #46A6F7;
}

.problemSection .problemSlider .owl-dot {
    border-radius: 150px;
    background-color: #E1E8F0;
    float: inline-start;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

.FreeInspection .videoSlider {
    display: none !important;
}


.FreeInspection .videoSlider .owl-dots {
    display: table;
    margin: 0px auto;
    position: relative;
    top: 20px;
}

.FreeInspection .videoSlider .owl-dot.active {
    background-color: #46A6F7;
}

.FreeInspection .videoSlider .owl-dot {
    border-radius: 150px;
    background-color: #E1E8F0;
    float: inline-start;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

.FreeInspection {
    padding: 20px 0px;
    background-color: #F9FAFB;
    margin-top: 50px;
    padding-bottom: 50px;
}

.FreeInspection .head {
    text-align: center;
}

.FreeInspection .head h4 {
    text-align: center;
    color: #011F5B;
    font-family: pop;
    font-size: 32px;
}

.FreeInspection .head p {
    text-align: center;
    font-size: 16px;
    color: #011F5B;
    margin: 15px 0px;
    margin-bottom: 50px;
}

.FreeInspection .one {
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    position: relative;
}

.FreeInspection .one iframe {
    width: 100%;
    height: 200px;
    border-radius: 12px;
}

.FreeInspection .one span {
    background-color: #22C55E;
    padding: 8px 20px;
    border-radius: 150px;
    left: 20px;
    top: 20px;
    position: absolute;
    color: #fff;
    font-size: 12px;
}

.FreeInspection .one h4 {
    font-size: 16px;
    color: #006EB3;
}

.FreeInspection .one video {
    border-radius: 12px;
    width: 100%;
}

.FreeInspection .one h2 {
    margin: 0px;
    color: #000919;
    font-size: 20px;
    font-family: pop;
    margin-bottom: 8px;
}

.FreeInspection .one p {
    font-size: 14px;
    line-height: 25px;
    color: #000919;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.ourTrainerSection {
    padding: 20px 0px;
    margin-top: 50px;
    padding-bottom: 50px;
}

.ourTrainerSection .head {
    text-align: center;
}

.ourTrainerSection .head h4 {
    text-align: center;
    color: #011F5B;
    font-family: pop;
    font-size: 32px;
}

.ourTrainerSection .head p {
    text-align: center;
    font-size: 16px;
    color: #011F5B;
    margin: 15px 0px;
    margin-bottom: 50px;
}

.ourTrainerSection .one {
    background-color: #F3F7FD;
    padding: 24px 20px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 32px;
}

.trainerSlider .owl-stage {
    display: flex;
}

.trainerSlider .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.trainerSlider .item {
    display: flex;
    width: 100%;
}

.ourTrainerSection .one .info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.ourTrainerSection .one .info .pic {
    border-radius: 12px;
}

.ourTrainerSection .one .info .pic img {
    width: 100%;
}

.ourTrainerSection .one .data h3 {
    color: #000919;
    font-family: pop;
    font-size: 16px;
}

.ourTrainerSection .one .data h5 {
    color: #000919;
    font-size: 14px;
}


.ourTrainerSection .one .bio-text {
    flex-grow: 1;
}

.ourTrainerSection .one .featured {
    width: 90%;
    display: flex;
    margin: 0 auto;
    margin-top: auto;
    padding-top: 10px;
    justify-content: space-between;
    text-align: center;
}

.ourTrainerSection .one .featured div span {
    width: 56px;
    height: 56px;
    background: #DBEAFE !important;
    border-radius: 10px;
    display: block;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
}

.ourTrainerSection .one .featured div span i {
    color: #006EB3;
    font-size: 18px;
}

.ourTrainerSection .one .featured div h4 {
    display: block;
    font-size: 20px;
    color: #011F5B;
    font-family: pop;
}

.ourTrainerSection .one h1 {
    color: #000000;
    font-size: 24px;
    font-family: pop;
    margin-bottom: 12px;
    margin-top: 12px;
}

.ourTrainerSection .one h1 i {
    margin-left: 10px;
    color: #006EB3;
}

.ourTrainerSection .one p {
    color: #000919;
    font-size: 14px;
    line-height: 25px;
}

.ourTrainerSection .trainerSlider .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ourTrainerSection .trainerSlider .owl-next {
    font-size: 28px;
    color: #1E2D4D;
    margin-left: -50px;
}

.ourTrainerSection .trainerSlider .owl-prev {
    margin-right: -50px;
    font-size: 28px;
    color: #1E2D4D;
}

.ourTrainerSection .trainerSlider .owl-next {
    float: inline-end;
}

.studentSaySection {
    padding: 50px 0px;
    margin-top: 20px;
    padding-bottom: 50px;
    background-color: #F9FAFB;
}

.studentSaySection .head {
    text-align: center;
}

.studentSaySection .head h4 {
    text-align: center;
    color: #011F5B;
    font-family: pop;
    font-size: 32px;
}

.studentSaySection .head p {
    text-align: center;
    font-size: 16px;
    color: #011F5B;
    margin: 15px 0px;
    margin-bottom: 50px;
}

.studentSaySection .one {
    background-color: #fff;
    border-radius: 12px;
    padding: 14px;
}

.studentSaySection .one .info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.studentSaySection .one .info img {
    width: 40px;
    height: 40px;
    border-radius: 150px;
}

.studentSaySection .one .info .data h4 {
    font-size: 16px ;
    color: #011F5B;
    margin-bottom: 0px;
}

.studentSaySection .one .info .data p {
    font-size: 12px;
    color: #011F5B;
}


.studentSaySection .one .stars {
    margin-top: 12px;
    margin-bottom: 12px;
}

.studentSaySection .one .stars ul {
    display: flex;
    gap: 12px;
    align-items: center;
}

.studentSaySection .one .stars ul li i {
    color: #FACC15;
    font-size: 16px;
}

.studentSaySection .one p {
    color: #011F5B;
    font-size: 14px;
    line-height: 30px;
}

.studentSaySection .stuedentSlider .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.studentSaySection .stuedentSlider .owl-next {
    font-size: 28px;
    color: #1E2D4D;
    margin-left: -50px;
}

.studentSaySection .stuedentSlider .owl-prev {
    margin-right: -50px;
    font-size: 28px;
    color: #1E2D4D;
}

.studentSaySection .stuedentSlider .owl-next {
    float: inline-end;
}


.successOfStory {
    padding: 50px 0px;
    /* margin-top: 20px; */
    padding-bottom: 50px;
    background-color: #F3F7FD;
}

.successOfStory .head {
    text-align: center;
}

.successOfStory .head h4 {
    text-align: center;
    color: #011F5B;
    font-family: pop;
    font-size: 24px;
    font-weight: 700;

}

.successOfStory .head p {
    text-align: center;
    font-size: 18px;
    color: #011F5B;
    margin: 15px 0px;
    margin-bottom: 50px;
}

.successOfStory .one {
    text-align: center;
    margin-bottom: 20px;
}

.successOfStory .one h2 {
    color: #006EB3;
    font-size: 42px;
    font-weight: 500;
}

.successOfStory .one p {
    font-size: 24px;
    color: #011F5B;
    margin-top: 4px;
}

.successOfStory .review {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    /* min-height: 390px ; */
    height: 100%;        
    box-sizing: border-box; 
}

.successOfStory .review .stars {
    margin-top: 12px;
    margin-bottom: 12px;
}

.successOfStory .review .stars ul {
    display: flex;
    gap: 12px;
    align-items: center;
}

.successOfStory .review .stars ul li i {
    color: #FACC15;
    font-size: 16px;
}

.successOfStory .review p.review-text {
    color: #011F5B;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

.successOfStory .review .review-text-wrap.expanded p.review-text {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    display: block;
}

.successOfStory .review .review-text-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.successOfStory .review .read-more-link {
    color: #006EB3;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
    display: inline-block;
    text-decoration: underline;
}


/* student text clamp */
.studentSaySection .student-text-wrap .student-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

.studentSaySection .student-text-wrap.expanded .student-text {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    display: block;
}

.studentSaySection .read-more-link {
    color: #006EB3;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
    display: inline-block;
    text-decoration: underline;
}



.successOfStory .review .info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0px;
    margin-top: auto;
}

.successOfStory .review .info img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 150px;
}

.successOfStory .review .info .data h4 {
    font-size: 16px;
    color: #011F5B;
    font-family: pop;
    margin-bottom: 6px;
}

.successOfStory .review .info .data p {
    font-size: 13px;
    color: #011F5B;
    margin: 0;
}

.successOfStory .next {
    text-align: center;
    font-size: 24px;
    font-weight :400;
    color: #011F5B;
    margin-top: 70px;
    display: block;
}




.successOfStory .reviewSlider .owl-dots {
    display: table;
    margin: 0px auto;
    position: relative;
    top: 20px;
}

.successOfStory .reviewSlider .owl-dot.active {
    background-color: #46A6F7;
}

.successOfStory .reviewSlider .owl-dot {
    border-radius: 150px;
    background-color: #E1E8F0;
    float: inline-start;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

/* Video slider nav arrows — match ourTrainerSection trainer arrow style */
.successOfStory .videoSlider .owl-nav,
.successOfStory .reviewSlider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.successOfStory .videoSlider .owl-prev,
.successOfStory .videoSlider .owl-next,
.successOfStory .reviewSlider .owl-prev,
.successOfStory .reviewSlider .owl-next {
    pointer-events: all;
    font-size: 28px;
    color: #1E2D4D !important;
    border: none;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    display: block !important;
    transition: background 0.2s, box-shadow 0.2s;
}

.successOfStory .videoSlider .owl-prev,
.successOfStory .reviewSlider .owl-prev {
    margin-left: 22px;
}

.successOfStory .videoSlider .owl-next,
.successOfStory .reviewSlider .owl-next {
    margin-right: 22px;
}


.successOfStory .reviewSlider .item {
    display: flex;
    justify-content: center;
}

.successOfStory .review, .videoSlider .item {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    border-radius: 24px;
}

/* Make owl items equal height */
.successOfStory .reviewSlider .owl-stage {
    display: flex !important;
}
.successOfStory .reviewSlider .owl-item {
    display: flex !important;
}
.successOfStory .reviewSlider .item {
    display: flex !important;
    width: 100%;
}



.successOfStory .reviewSlider .owl-stage-outer,
.successOfStory .videoSlider .owl-stage-outer {
    padding-left: 20px;
    padding-right: 20px;
}

.successOfStory .review,
.successOfStory .review .info {
    min-width: 0;
}

.successOfStory .review p,
.successOfStory .review .info .data h4,
.successOfStory .review .info .data p {
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
}



.freeSourceSection .sourceSlider {
    display: none !important;
}

.freeSourceSection {
    background-color: #011F5B;
    padding: 30px 0px;
}

.successOfStory .review img {
    width: 50px !important;
}

.freeSourceSection .content .free {
    width: 180px;
    background-color: #006EB3;
    gap: 8px;
    text-align: center;
    color: #fff;
    padding: 12px 30px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.freeSourceSection .content span i {
    color: #45C876;
}

.freeSourceSection .content h2 {
    color: #fff;
    font-family: pop;
    font-size: 26px;
    margin-top: 16px;
}

.freeSourceSection .content p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    width: 90%;
    margin-top: 16px;
    margin-bottom: 20px;
}

.freeSourceSection .content .one {
    padding: 10px 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #234a97;
    border-radius: 8px;
    margin-top: 16px;

}

.freeSourceSection .content .one span i {
    width: 50px;
    height: 50px;
    background: #011F5B;
    border-radius: 20px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
}

.freeSourceSection .content .one span .t-1 {
    color: #C50000;
}

.freeSourceSection .content .one span .t-2 {
    color: #0A65FF;
}

.freeSourceSection .content .one span .t-3 {
    color: #8C00FF;
}

.freeSourceSection .content .one span .t-4 {
    color: #2EAB00;
}

.freeSourceSection .content .one h4 {
    color: #fff;
    font-size: 16px;
    font-family: pop;
    line-height: 20px;
}

.freeSourceSection .content .one p {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    margin-top: 0px;
}

.freeSourceSection form {
    background-color: #fff;
    border-radius: 12px;
    padding: 50px 30px;
    margin-top: 50px;
    position: relative;
}

.freeSourceSection form .access {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 240px;
    color: #fff;
    font-size: 14px;
    padding: 12px 16px;
    background-color: #006EB3;
    border-radius: 12px;
    text-align: center;
    top: -20px;
}

.freeSourceSection form h3 {
    font-size: 20px;
    font-family: pop;
    text-align: center;
    color: #000919;
    margin-bottom: 20px;
}

.freeSourceSection form p {
    font-size: 14px;
    text-align: center;
    color: #000919;
    margin-bottom: 30px;

}

.freeSourceSection form label {
    display: block;
    font-size: 14px;
    color: #626262;
    margin-top: 10px;
    margin-bottom: 10px;
}

.freeSourceSection form input {
    width: 100%;
    display: block;
    padding: 12px;
    border-radius: 12px;
    outline: none;
    background-color: #F9FAFB;
    border: 1px solid #EEEEEE;
    margin-bottom: 12px;
    margin-top: 6px;
}

.freeSourceSection form button {
    background-color: #006EB3;
    padding: 12px;
    text-align: center;
    border-radius: 12px;
    width: 100%;
    border: none;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-family: pop;
}

.questionSection {
    padding: 50px 0px;
    margin-top: 0px;
    padding-bottom: 50px;
    background-color: #F3F7FD;
}

.questionSection .head {
    text-align: center;
}

.questionSection .head h4 {
    text-align: center;
    color: #011F5B;
    font-size: 32px;
    font-weight: 700;
}

.questionSection .head p {
    text-align: center;
    font-size: 16px;
    color: #011F5B;
    margin: 15px 0px;
    margin-bottom: 50px;
}

.questionSection .allQuestion {
    background-color: #006EB3;
    border-radius: 12px;
    padding: 16px;
}

.questionSection .allQuestion .item {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.questionSection .allQuestion .accordion {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 16px 18px;
    width: 100%;
    border: none;
    text-align: start;
    outline: none;
    font-size: 15px;
    transition: 0.3s ease;
    border-radius: 10px;
}

.questionSection .allQuestion .accordion:after {
    content: '\f078';
    color: #fff;
    font-weight: bold;
    float: inline-end;
    font-family: fontAwesome;
    margin-left: 5px;
}

.questionSection .allQuestion .active:after {
    content: "\f077";
}

.questionSection .allQuestion .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    border: none;
    transition: max-height 0.25s ease-out;
    background: transparent;
    color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
}

.questionSection .pic {
    padding: 20px;
    margin-top: 0px;
}

.questionSection .pic img {
    width: 100%;
}

.ourFamily {
    padding: 50px 0px;
}

.ourFamily .head {
    text-align: center;
}

.ourFamily .head h4 {
    text-align: center;
    color: #011F5B;
    font-family: pop;
    font-size: 32px;
}

.ourFamily .pics {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin: 30px 0px;
}

.ourFamily .pics .one {
    margin-bottom: 20px;
}

.ourFamily .one img {
    width: 60px !important;
}

.ourFamily .picsSlider {
    margin-top: 30px;
}

.ourFamily .picsSlider img {
    display: block;
    margin: 0 auto;
}



.footer-v2 {
    background-color: #011F5B;
    padding: 30px 0px;
    padding-bottom: 10px;
}

.footer-v2 .menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 12px;
}

.footer-v2 .menu ul li a {
    font-size: 14px;
    color: #fff;
}

.footer-v2 .socialMedia ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
    gap: 12px;
}

.footer-v2 .socialMedia ul li {
    border: 1px solid #fff;
    border-radius: 150px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 47px;
}

.footer-v2 .socialMedia ul li a {
    color: #33B1FF;
}

.footer-v2 .copyright {
    border-top: 1px solid #fff;
    padding: 12px 0px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0px;
    padding-top: 20px;
    color: #fff;
    font-size: 16px;
}

.fixedButton {
    position: fixed;
    right: 70px;
    bottom: 40px;
    z-index: 1000;
}

.fixedButton a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease-in-out;
}

.fixedButton img {}

.fixedButton a:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.5);
}













.freeSourceSection .sourceSlider .one {
    padding: 10px 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #234a97;
    border-radius: 8px;
    margin-top: 16px;

}

.freeSourceSection .sourceSlider .one span i {
    width: 50px;
    height: 50px;
    background: #011F5B;
    border-radius: 20px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
}

.freeSourceSection .sourceSlider .one span .t-1 {
    color: #C50000;
}

.freeSourceSection .sourceSlider .one span .t-2 {
    color: #0A65FF;
}

.freeSourceSection .sourceSlider .one span .t-3 {
    color: #8C00FF;
}

.freeSourceSection .sourceSlider .one span .t-4 {
    color: #2EAB00;
}

.freeSourceSection .sourceSlider .one h4 {
    color: #fff;
    font-size: 16px;
    font-family: pop;
    line-height: 20px;
}

.freeSourceSection .sourceSlider .one p {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    margin-top: 0px;
}


.ourFamily .picsSlider .owl-dots {
    display: table;
    margin: 0px auto;
    position: relative;
    top: 20px;
}

.ourFamily .picsSlider .owl-dot.active {
    background-color: #46A6F7;
}

.ourFamily .picsSlider .owl-dot {
    border-radius: 150px;
    background-color: #E1E8F0;
    float: inline-start;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

/* ---------- Footer V2 Styling (New Template) ---------- */
.footer-v2 {
    background-color: #011f5b;
    padding: 40px 0 20px;
    color: #fff;
    position: relative;
    z-index: 10;
    float: inline-start;
    width: 100%;
    font-family: expo;
}

.footer-v2 .footer-newsletter {
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.footer-v2 .footer-newsletter h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}

.footer-v2 .footer-newsletter p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 25px;
}

.footer-v2 .newsletter-form {
    max-width: 500px;
    margin: 0 auto;
}

.footer-v2 .newsletter-form input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 8px;
    border: none;
    background-color: #e8f0fe;
    color: #333;
    text-align: start;
    font-size: 14px;
    outline: none;
}


.footer-v2 .footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

/* Logo Section */
.footer-v2 .logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-v2 .logo h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.footer-v2 .logo img {
    height: 70px;
    border-radius: 12px;
}

/* Menu Section */
.footer-v2 .menu ul {
    display: flex;
    justify-content: center;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-v2 .menu ul li a {
    color: #fff;
    font-size: 15px;
    transition: color 0.3s;
    font-weight: 500;
    text-decoration: none;
}

.footer-v2 .menu ul li a:hover {
    color: #63B2FE;
}

/* Social Media Section */
.footer-v2 .socialMedia ul {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-v2 .socialMedia ul li a {

    color: #fff;

}


/* Copyright Row */
.footer-v2 .footer-copyright-row {
    margin-top: 10px;
}

.footer-v2 .footer-copyright-row hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.footer-v2 .copyright {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .footer-v2 .footer-bottom-row {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .footer-v2 .logo {
        flex-direction: column;
        order: 1;
    }

    .footer-v2 .menu {
        order: 2;
    }

    .footer-v2 .menu ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-v2 .socialMedia {
        order: 3;
    }
}

/* ------------------------------------------------------------------------- */
/* Banner Section */
/* ------------------------------------------------------------------------- */
.banner .banner-container {
    background: linear-gradient(135deg, #00A350 30%, #0B61F6 70%);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    box-shadow: 0 10px 40px rgba(0, 102, 255, 0.15);
    margin: 20px 0;
    transition: all 0.3s ease;
}

.banner .banner-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 102, 255, 0.25);
}

.banner .banner-container h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    font-family: expo;
    letter-spacing: -0.5px;
}

.banner .banner-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    font-size: 20px;
    flex-wrap: wrap;
    font-weight: 400;
    opacity: 0.95;
}

.banner .banner-stats .dot {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    border-radius: 50%;
}

/* Remove or adjust RTL override to keep Green on left as per original image */
[dir="rtl"] .banner .banner-container {
    background: linear-gradient(135deg, #00b09b 30%, #0066ff 70%);
}

@media (max-width: 991px) {
    .banner .banner-container h2 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .banner .banner-container {
        padding: 25px 15px;
    }

    .banner .banner-container h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .banner .banner-stats {
        font-size: 16px;
        flex-direction: column;
        gap: 15px;
    }

    .banner .banner-stats .dot {
        display: none;
    }
}