@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    src: url(../fnots/Tajawal-Regular.ttf);
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    src: url(../fnots/Tajawal-Medium.ttf);
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    src: url(../fnots/Tajawal-Bold.ttf);
    
}

body {
    direction: rtl;
    margin: 0; 
    padding: 0;
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
}
.before,
.after {
    position: relative;
}
.relative-section{
    position: relative;
    z-index: 2;
}
.before::before,
h1::before,
.after::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
h2.title {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
    color: #1a82c7;
}
h2.title > span {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    color: #1a82c7;
    display: block;
}
a {
    text-decoration: none;
}
.mb-120{
    margin-bottom: 120px;
}
.mb-75{
    margin-bottom: 75px !important;
}
.pt-120{
    padding-top: 120px;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
    border: 0;
}
button:focus:not(:focus-visible), .form-check-input:focus, .form-select:focus {
    box-shadow: unset;
}
.modal-header{
    border: 0;
}
.form-control, .form-select{
    padding: 0.91rem 0.75rem 0.91rem 0.75rem;
    border: 0;
    border-bottom: 1px solid rgba(38, 50, 56, 0.4);
    border-radius: 0;

}
hr{
    margin: 0;
}
.form-select{
    background-position: left 0.75rem center;
    color: #263238;
    opacity: 0.8;
}
.form-check{
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}
.form-check-label{
    font-size: 14px;
    color: #263238;
    opacity: 0.6;
    margin-top: 5px;
    font-weight: 400;
}
.form-check-label a, .Sign-Up-modal .modal-body p a{
    color: #1A82C7;
    opacity: 1;
}
.form-check .form-check-input{
    float: right;
    margin-right: 0;
    margin-left: 15px;
    border: 1px solid #263238;
    border-radius: 2px;
}
.payments .form-check .form-check-input{
    border-radius: 50%;
    margin-top: 0;
    margin-left: 10px;
}
.payments{
    margin-top: 20px;
}
.payments .form-check{
    margin-bottom: 0;
}
.payments .form-check-label{
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
}
.form-check-input:checked{
    background-color: #2698D1;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff;
}
.btn-blue{
    background: #2698D1;
    border-radius: 4.29268px;
    color: #ffffff !important;
    text-decoration: none !important;
    filter: drop-shadow(0px 0.429268px 6.86829px rgba(0, 0, 0, 0.25));
}
.btn-silver{
    background: #C4C4C4;
    border-radius: 4.29268px;
    color: #263238;
    text-decoration: none !important;
    filter: drop-shadow(0px 0.429268px 6.86829px rgba(0, 0, 0, 0.25));
}
.btn-blue:hover{
    border: 1px solid #2698D1;
    color: #2698D1 !important;
}
.btn-silver:hover{
    border: 1px solid #C4C4C4;
    color: #2698D1 !important;
}
.mb-80{
    margin-bottom: 80px;
}
.form-control:focus{
    box-shadow : unset;
}

header {
    position: fixed;
    width: 100%;
    z-index: 3;
    transform: translateZ(0);
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    animation: slide-down 0.7s;
    opacity: 1;
    z-index: 12;
    background-color: #fff;
    max-height: 115px;
    
}
.academy-logo.white-logo a img {
    filter: brightness(0) invert(1);
}
header.add-background .academy-logo a img {
    filter: unset !important;
}



.index-banner.home .banner-img, .index-banner .banner-img-mobile {
    position: relative;
    top: 110px;
    text-align: end;
}
.index-banner .banner-img, .index-banner .banner-img-mobile {
    position: relative;
    top: 150px;
    text-align: end;
}
.index-banner.bg-full-blue.home {
    background-image: url(../banner-full-blue-img.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow-x: clip;
    margin-bottom: 120px;

}

.index-banner.bg-not-full-blue.home {
    background-image: url(../KHB.png);
    background-repeat: no-repeat;
    overflow-x: clip;
    display: none;
    background-position-x: right;
    margin-bottom: 0px;
    min-height: fit-content;
}
.index-banner .swiper-wrapper{
    height: unset;
}
.index-banner.home .swiper {
    top: 120px;
}
.index-banner.home .banner-img{
    top: 0;
    background-size: contain;
    background-position: center;
    text-align: center;
    z-index: 1;
    height: 500px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.index-banner.home .banner-img img{
    border-radius: 50%; 
        border: 10px solid #FFD236;
}
.index-banner.home .banner-img:before{
   background: url(../iconBanner.png) no-repeat;
   background-position-x: center;
/*    background-size: contain;*/
}
.index-banner.bg-not-full-blue.home .shoping-buttons{
    bottom: 0;
    z-index: 1;
}
.index-banner.bg-full-blue {
    background-image: url(../banner-full-blue-img.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow-x: clip;
    margin-bottom: 80px;
    min-height: 570px;
}
.index-banner.bg-not-full-blue{
    background-image: url(../bg-banner.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow-x: clip;
    display: none;
    background-position-x: right;
    min-height: 530px;
    margin-bottom: 80px;
}
.index-banner.bg-not-full-blue .banner-text-btn::after, .index-banner.bg-full-blue .banner-text-btn::after{
    background: url(../orbits-icon.svg) no-repeat right bottom;
    z-index: 0;
    right: 25px;
    top: 25%;
}
.index-banner.bg-not-full-blue .banner-text-btn::before {
    background: url(../cells-icon.svg) no-repeat left bottom;
    z-index: 0;
    top: 10%;
    right: -70px;
}
.icon-banner-img-mobile{
    display: none;
}
.editAccount, .dropdown-toggle::after{
    display: none;
}

.home .banner-text-btn, .banner-text-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*  padding-right: 4rem;*/
    position: relative;
}
.home .banner-text-btn{
    padding-right: 6rem;
}
header.add-background.normal-container .academy-logo a img {
    filter: unset !important;
}
.banner-title h1 {
    font-weight: 700;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 25px;
}
.banner-title p {
    font-weight: 500;
    font-size: 26px;
    color: #fec500;
    margin: 0;
}
.banner .banner-title p{
font-size: 36px;
margin-bottom: 6px;
}
.banner-title span{
    display: block;
    font-weight: 400;
    font-size: 26px;
}



header .navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
    z-index: 1111 !important;
    position: relative !important;
}
header .navbar-expand-lg .navbar-nav .nav-link.show{
    border-bottom: 6px solid #FFD236;
}
header .navbar-expand-lg .navbar-nav .dropdown-green .nav-link{
    color: green;
}

/*header .navbar-expand-lg .navbar-nav .nav-link.change-color{
    color: #000000;
}*/


.fixed-header .navbar-expand-lg .navbar-nav .nav-link{
    color: #1a82c7;
    font-size: 18px;
}
.dropdown-item:focus{
    background-color: unset;
    color: #1a82c7;
}
.dropdown-item{
    white-space: unset;
    text-align: start;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .list .dropdown-item{
    color: #1A82C7;
    font-weight: 500;
    padding: 0;
    padding-top: 16px
}
.navbar-expand-lg .navbar-nav .dropdown-menu .list:first-child .dropdown-item{
    padding-top: 10px
}
.navbar-expand-lg .navbar-nav .dropdown-menu .gray-list .dropdown-item{
    color: var(--cccccc, #CCC);
}
header .navbar-expand-lg .navbar-nav .nav-link.main-nav-link:hover,
header .navbar-expand-lg .navbar-nav .nav-link.change-color:hover,
header .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #FFD236;
}
header .navbar-expand-lg .navbar-nav .nav-link.main-nav-link:first-child.show
{
    border-bottom: 5px solid #FFD236;
    border-radius: 0;
    padding-bottom: 13px;
    position: relative;
    z-index: 10;
}
.dropdown-menu li:first-child{
    padding-top: 0;
}

.dropdown-menu li a {
    padding: 10px 0 10px 10px;
    text-align: start;
    color: #1A82C7;
    font-weight: 500;
    font-size: 16px;
}

.navbar-expand-lg .navbar-nav .dropdown-submenu{
    min-width: 222px;
    right: 100% !important;
    top: 0 !important;
    z-index: 111111;
    
}
.sections-dropdown-menu .nav-link.show{
    border-bottom: unset !important;
}
.dropdown-submenu li{
    padding: 0px 10px;
}
.dropdown-menu[data-bs-popper]{
    left: unset;
}

.navbar-expand-lg .navbar-nav .scrollable-sidebar{
    min-width: 290px;
}


.shoping-buttons a:nth-child(even) {
    margin-right: 25px;
}
.shoping-buttons-mb a{
    margin-right: 20px;
}
.shoping-buttons::before {
    background: url(../orbits-icon.svg) no-repeat right;
    top: -29px;
    z-index: 1;
    right: -80px;
}
.dmob{
padding-right: 6rem;
position: relative;
top: 15px;
}
.shoping-buttons::after {
    background: url(../cells-icon.svg) no-repeat top left;
    top: 20px;
    z-index: 0;
    right: 80px;
}
.shoping-buttons {
    width: fit-content;
    z-index: 1;
}

.shoping-buttons-mb{
    display: none;
    bottom: -60px;
    width: fit-content;
    position: absolute;
}
.Kuwait-educational-platform {
    padding-bottom: 80px;
}
.Kuwait-educational-platform h2 {
    color: #1a82c7;
    font-weight: 700;
    font-size: 44px;
    text-align: center;
}
.Kuwait-educational-platform p {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #1a82c7;
    text-align: center;
}

.section-title-border {
    height: 4px;
    width: 125px;
    border-radius: 3px;
    background-color: #ffdd00;
    margin: auto;
    margin-bottom: 20px;

}


.home-courses-cards{
    background: url(../home-courses-cards.png) no-repeat;
    background-size: cover;
}
.home-courses-cards::before{
    background: url(../home-courses-cards-before.png) no-repeat bottom;
    background-size: cover;
    background-size: 100%;
    top: 255px;
}
.home-courses-cards .container::after{
    background: url(../dote-blue-home.svg) no-repeat bottom right;
    top: 250px;
}


.courses {
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 40px 0;
}
.courses p {
    font-weight: 700;
    font-size: 32px;
    color: #ffc600;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.steps .step-body {
    padding: 0 20px;
}

.steps .step-body h3 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #ffc600;
    margin: 20px 0;
}

.steps .step-body p {
    color: #263238;
    font-size: 22px;
    font-weight: 500;
}
.steps .step-img{
    min-height: 255px;
}


.courses-cards .card {
    box-shadow: 3.47368px 3.47368px 17.3684px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 10.4211px;
    margin-bottom: 40px;
    min-height: 311px;
}

.card-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    text-align: start;
    color: #125994;
    height: 50px;
    margin-bottom: 0;
}

.line-under-title {
    border-top: 2px solid #ffd236;
    opacity: 1;
    margin: 5px 0 1rem 0;
}

/*.courses-cards .card-button {
    display: flex;
    flex-direction: column;
    align-items: end;
}*/
/*.add-height{
    min-height: 45px;
}*/


.courses-cards .card-body .icon p {
    padding-right: 10px;
    padding-left: 7px;
}

.courses-cards .card .card-img {
    height: 190px;
    overflow: hidden;
    position: relative;
}
.discount-img{
    position: absolute;
    top: -3px;
    left: 10px;
    z-index: 1;
}

.courses-cards .card-body .btn-blue{
    padding: 6.5px 21.4px;
    white-space: nowrap;
}
.courses-cards .card-body {
   padding: 25px 25px 0 25px;
    min-height: 220px;
}


.learn .accordion-button span{
    font-weight: 700;
    font-size: 22px;
    color: #125994;
    padding-left: 20px;
}

/* footer */
.navbottom {
    background: url(../footer-BG.jpg) no-repeat;
    background-size: cover;
    min-height: 335px;
}
footer{
        margin-top: 130px;
}
.footer-flex {
    justify-content: end;
    min-height: 335px;
    display: flex;
    flex-direction: column;
}
.footer-home .footer-flex{
    margin-top: 30px;
}
.footer-flex::before {
    background: url(../icon/blue-dote.svg) no-repeat top right 50px;
    z-index: 1;
    top: -130px;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    flex-wrap: wrap;
}

.footer-menu ul {
    display: flex;
    padding: 0;
}

.footer-menu ul li {
    list-style: none;
    margin-left: 30px;
}

.footer-menu ul li a {
    color: #ffffff;
    font-size: 18px;
}
.footer-menu ul li a:hover, .development a:hover, .dropdown-item:hover{
    color: #ffc600;
    background-color: unset;
}
footer .contact {
    gap: 7px;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}

.copy-right .copy-right-text {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

.copy-right .development,
.development a {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

/* .copy-right p a{
    display: block;
} */

.copy-right .development p a {
    margin: 0;
}

.copy-right p {
    margin-bottom: 5px;
}

.copy-right .development p {
    margin-bottom: 8px;
}
.learn h2{
    color: #1A82C7;
    font-weight: 700;
    font-size: 44px;
}
.learn .section-title-border{
    margin: unset;
}
.learn .title p{
    color: #FFD236;
    font-size: 36px;
    margin: 47px 0 35px 0;
}
.learn .title .d-flex{
    gap: 10px;
    align-items: baseline;
}
.learn ul{
    padding: 0;
    list-style: none;
}
.learn ul li{
    font-weight: 400;
    font-size: 15px;
    color: #747C80;
}
.accordion-body{
    padding-bottom: 0;
    padding-right: 0;
}
.accordion-body ul li p{
        margin: 0;
    font-size: 16px;
    line-height: normal;
}
.learn .accordion-button::after{
    margin-left: unset;
    margin-right: auto;
    background-image: url(../icon/add.svg);
}
.learn .accordion-button:not(.collapsed)::after{
    background-image: url(../icon/remove.svg);
}
.learn .accordion-button:not(.collapsed){
    color: #000;
    background-color: transparent;
    box-shadow: unset;
    font-size: 18px;
}
.learn .accordion-item{
    box-shadow: 0px 0.429268px 6.86829px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    padding: 30px 20px;
    max-width: 810px;
}
.learn .accordion-button{
    font-weight: 500;
    font-size: 17px;
    padding: 0;
    text-align: right;
}
.card{
    border: 0;
    box-shadow: 3.47368px 3.47368px 17.3684px rgba(0, 0, 0, 0.15);
    border-radius: 10.4211px;

}
.card-body{
    text-align: right;
}
h3{
    font-weight: 700;
    font-size: 24px;
    color: #125994;
    text-align: right;
}
.learn .card-body hr{
    border: 1px solid #FFD236;
    opacity: 1;
}
.card-body .icon{
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}
.card-activation .card-body a{
    color: #1A82C7 !important;
    text-decoration: underline !important;
}
.card-activation .card-body .ThrName a{
    text-decoration: none !important;
}
.card-body a{
    font-weight: 400;
    font-size: 18px;
    color: #1A82C7;
    text-decoration: none;
}
.card-body .icon p{
    margin: 0;
    color: #747C80;
    font-weight: 400;
    font-size: 16px;
    flex-wrap: wrap;
}
.card-body .btn-blue{
    font-weight: 400;
    font-size: 12.0195px;
    padding: 6.5px 29.4px;
}
.learn.courseInfo-learn{
    position: relative;
}
.learn.courseInfo-learn .card{
    position: sticky;
    top: 116px;
}
.learn.courseInfo-learn .card-title{
    height: unset;
    margin-bottom: 10px;
}
.related-lessons.courseInfo-related .card-body .card-button {
    text-align: end;
}
/*.related-lessons.courseInfo-related .new-price{
    color: #747C80 !important;
    font-weight: 400 !important;
}*/

.related-lessons.courseInfo-related .card-img{
        height: 252px;
    overflow: hidden;
}
.buttonSide{
    text-align: left;
}
.swiperIconHeigt{
    min-height: 52px;
    margin-top: 10px;
}
.swiperIconHeigt .icon{
    min-height: unset;
    gap: 15px;
}
.related-lessons.courseInfo-related .card-body a{
    text-decoration: underline;
}
.related-lessons.courseInfo-related .card-body .ThrName a{
    text-decoration: none;
}

.related-lessons.courseInfo-related .card-body .ThrName a:hover{
    text-decoration: underline;
}

.titleAccount{
    margin-bottom: 90px;
}
/*.titleAccount h2{
    display: none;
}
.titleAccount h2:first-child{
    display: block;
}*/
.learn.courseInfo-learn .card-body .card-button{
    text-align: start;
    margin-right: 30px;
}
.courses-modal .btn-close{
    background: url(../icon/cloes-courses.svg) no-repeat center;
}
.courses-modal .modal-dialog{
    max-width: 752px;
}
.courses-modal .modal-body{
    text-align: center;
    max-width: 410px;
    margin: auto;
    padding: 50px 10px 104px;
}
.courses-modal .modal-body p{
    font-size: 18px;
    margin-bottom: 40px;
}
.courses-modal .modal-body h2{
    font-size: 36px;
    margin-bottom: 32px;
}
.courses-modal .modal-body .btn-blue{
    padding: 11px 76.1px;
    font-size: 16px;
}
.modal.courses-modal{
    --bs-modal-margin: 11.75rem;
}




.related-lessons {
    margin-top: 80px;
}

.related-lessons .swiper {
    width: 100%;
    /*  height: 100%;*/
}
.related-lessons .section-title-border{
    margin-bottom: 60px;
}
.related-lessons .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: start;
}
.related-lessons .swiper-wrapper{
    height: 540px;
}
.related-lessons .swiper-pagination-bullet{
    width: var( --swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px) );
    height: var( --swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px) );
}
.related-lessons .swiper-pagination-bullet-active{
    background: #1A82C7;
}



.faq-seach .accordion-body {
    padding-bottom: 0;
    padding-right: 43px;
    font-weight: 400;
    font-size: 15px;
    color: #747C80;
    padding-left: 150px;
}
.faq-seach .form-group{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    max-width: 408px;
}
.faq-seach .form-group .form-control{
    border-bottom: 0;
    font-size: 18px;
    padding-right: .91rem;
      white-space: nowrap;    
  overflow: hidden;         
  text-overflow: ellipsis;   
  max-width: 90%;  
  padding-left: 1rem;
}
.faq-seach .form-group a{
    position: absolute;
    left: 0px;
    top: 10px;
    padding: 0 15px;
    line-height: 45px;
}

.Sign-Up-modal .modal-body .btn-blue, .Sign-In-modal .modal-body .btn-blue{
    padding: 11px 72.7px;
    margin-bottom: .5rem;
    font-weight: 400;
}
.Sign-In-modal .modal-body a{
    color: #263238;
}
.Sign-Up-modal .modal-body p, .Sign-In-modal .modal-body a{
    font-size: 16px;
    opacity: 0.6;
    margin: 0;
    font-weight: 400;
}
.Sign-In-modal .modal-body a:hover{
    text-decoration: underline;
}
.Sign-Up-modal .modal-body .form-check a{
    font-size: 14px;
    opacity: 0.6;
    color: #1A82C7;
    margin: 5px 5px 0 0;
    font-weight: 400;
}
.Sign-Up-modal .modal-body .form-check a:hover, .Sign-Up-modal .modal-body .d-flex a:hover, .Sign-In-modal .sign-in-account a:last-child:hover{
    text-decoration: underline;
}
.Sign-Up-modal .modal-body .d-flex a{
    font-size: 16px;
    color: #1A82C7;
    font-weight: 400;
    padding-right: 5px;
}


.Sign-Up-modal .modal-content, .Sign-In-modal .modal-content{
    background: url(../login-bg-blue.png) no-repeat left -1px bottom -1px;
    background-color: #ffffff;
    max-width: 1100px;
    margin: auto;
}
.login-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Sign-Up-modal .modal-dialog, .Sign-In-modal .modal-dialog{
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.Sign-Up-modal .btn-close, .Sign-In-modal .btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/14px auto no-repeat;
}
.btn-close:hover{
    background-color: #2698D1;
}
.Sign-In-modal .modal-body{
    padding: 40px 1rem;
}
.Sign-In-modal .modal-body h2.title{
    margin-bottom: 70px;
}
.Sign-In-modal .sign-in-flex{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(38, 50, 56, 0.4);
    gap: 10px;
}
.Sign-In-modal .sign-in-flex:focus-within{
    border-bottom:1px solid #86b7fe;
}
.Sign-In-modal .sign-in-flex .form-control {
    border-bottom: 0;
}
.Sign-In-modal .sign-in-account p{
    font-size: 14px;
    color: #263238;
    opacity: 0.6;
    font-weight: 400;
}
.Sign-In-modal .sign-in-account a:last-child{
    color: #1A82C7;
    font-size: 14px;
    opacity: 1;
    font-weight: 400;
}
.Sign-In-modal .sign-in-flex span{
    width: 30px;
    display: flex;
    justify-content: center;
}


.contact-us .form-check img{
    margin-right: 30px;
}
.contact-us ul{
    list-style: none;
    padding: 0;
}
.contact-us hr{
    min-width: 216px;
    margin-top: 1rem;
}
.contact-us li a, .contact-us li span{
    color: #747C80;
    font-weight: 400;
    font-size: 16px;
}
.contact-us li a:hover{
    color: #2698D1;
}

#map{
    height: 374px;
    max-width: 530px;
}

.sideLink {
    width: 100% !important;
    color: #0d0c22;
    display: block;
    height: 49px;
}
.sideLink:last-child{
    margin: 0;
}
.sideLink a{
    padding: 15px 18px;
    font-size: 16px;
    color: #1A82C7;
    border-bottom: 0.3px solid #D9D9D9;
}
.sideLink:last-child a{
    border-bottom:0;

}


.sideLink:hover, .sideLink .active, .Terms-Conditions .sideLink .activeat {
    background-color: #1A82C7 !important;
    color: #ffffff !important;
    border-right: 3px solid #FFD236;
    width: 100%;
    border-radius: unset;
    text-align: start;
}

.sideLink > .nav-link{
    height: 100%;
    width: 100%;
    text-align: start;
    font-size: 16px;
    font-weight: 400;
    color: var(--1-a-82-c-7, #1A82C7);
}

.sideLink:hover .nav-link{
    color: #fff !important;
}

.sidebar{
    box-shadow: 0px 0.429268px 6.86829px rgba(0, 0, 0, 0.25);
    padding: 0;
    /*  height: 100%;*/
    width: 230px;
    min-height: 196px;
    text-align: start;
}
/*.card-activation h2:first-child{
    display: block;
}
.card-activation h2{
    display: none;
}*/

.card-activation p, .my-account p, .my-educational p{
    color: #FFD236;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 36px;
}
.card-activation .btn-blue, .my-account .btn-blue{
    padding: 11px 76.2px;
    font-size: 16px;
}
.card-activation .form-group{
    margin-bottom: 60px;
}



.my-account .d-grid{
    grid-template-columns: 9rem 53% 0fr 0fr;
}

.my-account li p{
    color: #1A82C7;
    font-size: 18px;
}
.my-account li a:not([href]):not([class]){
    color: #747C80;
    font-weight: 400;
    font-size: 18px;
}


.card-activation .btn-silver{
    padding: 11px 81px;
}

.activation-button .btn-blue{
    padding: 11px 95.2px;
}
.activation-button .btn-silver{
    padding: 11px 100px;
}
.my-educational .d-flex{
    gap: 70px;
}
header .navbar-expand-lg .navbar-nav .nav-link span,
header .navbar-expand-lg .navbar-nav .main-accordion-link .main-button span{
    margin-left: 10px;
}
.my-educational .card-body a, .my-educational .card-body .icon p{
    font-size: 16px;
}
.contact-us .needs-validation button.btn.btn-blue, .contact-us button.btn.btn-blue{
    font-size: 18px;
    height: 46px;
}
.learn .card-title, .related-lessons .card-title{
    font-size: 18px;
}
#login{
    max-width: 408px;
    margin: auto;
}
.Sign-In-modal .login-modal-forgot-password a{
    font-size: 14px;
}
.Sign-Up-modal .modal-body .btn-blue{
    font-size: 18px;
}
.Sign-In-modal .modal-body .btn-blue{
    font-size: 16px;
}
.form-control::placeholder{
    color: #747C80;
    font-size: 15px;
    font-weight: 400;
}
.form-control, .form-select:active {
    background-color: transparent !important;
}
.Kuwait-educational-platform h2.title > p {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
}
.steps h2.title > p, .contact-us h2.title > p {
    font-size: 32px;
    font-weight: 400;
}
.steps h2.title, .contact-us h2.title{
    font-size: 44px;
}
.courswInfo-banner .banner-title span{
    font-size: 36px;
    font-weight: 500;
}
.courseInfo-learn .card-body .icon p,
.courseInfo-related .card-body .icon p{
    font-size: 16px;
}
.learn.courseInfo-learn .card-img{
        max-height: 275px;
    overflow: hidden;
    position: relative;
}
.card-img:before{
    border-radius: 10.421px 10.421px 0px 0px;
background: #000;
z-index: 1;
opacity: .4;
}
.card-body a:hover{
    text-decoration: underline;
}
.card-body .ThrName{
    min-height: 60px;
}
.ThrName a{
   font-weight: 700;
}
.learn.courseInfo-learn .card-body a{
    text-decoration: underline;
}








.sections-dropdown-menu{
    width: 678px;
    height: 454px;
    left: -70px !important;
    background: url('../menu-wave.png') no-repeat bottom, #FFFFFF;
    position: absolute !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    top: 45px !important;
    z-index: 0;
}


.sections-dropdown-menu div.d-flex{
    position: relative;
}
.sections-dropdown-menu .tab-content{
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: -160px;
    z-index: 2;
}
.sections-dropdown-menu .tab-content ul{
    padding: 0;
    width: 222px;
    height: 254px;
    text-align: start;
    padding: 16.59px;
}
.sections-dropdown-menu .tab-content ul li{
    list-style: none;
    border-bottom: 1px solid rgba(38, 50, 56, 0.40);
    color: #263238;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
    padding: 10px 0px;
}
header .navbar-expand-lg .navbar-nav .sections-dropdown-menu .nav-link{
    white-space: nowrap;
    color: #263238;
    font-size: 16px;
    font-weight: 700;
    opacity: 0.8;
    background: transparent;
    min-width: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
}
header .navbar-expand-lg .navbar-nav .sections-dropdown-menu .nav-link img{
    height: 12px;
    margin-right: 20px;
}
header .navbar-expand-lg .navbar-nav .sections-dropdown-menu .nav-link.show{
    background: #1A82C7;
    border-radius: 0;
    opacity: 1;
    color: #FFF;
}
header .navbar-expand-lg .navbar-nav .sections-dropdown-menu .nav-link.show img{
    filter: brightness(0) invert(1);
}
.dropstart .dropdown-toggle::before{
    display: none;
}
.sections-dropdown-menu h6{
    color: #1A82C7;
    font-size: 18px;
    font-weight: 700;
    opacity: 0.8;
    text-align: start;
    padding: 1rem;
    border-bottom: 1px solid rgba(38, 50, 56, 0.20);
    max-width: 130px;
    white-space: nowrap;
    margin: 0px 1rem;
    padding: 1rem 0;
}
.sections-dropdown-menu ul.nav-tabs{
    height: 120px;
    border-bottom: unset;
}

.sections-dropdown-menu .row{
    gap: 20px 0;
}

header .navbar-expand-lg .navbar-nav .main-accordion-link .main-button::after,
.sub-accordion-link button::after{
    margin-right: 20px;
    background-image: url("../acc-arrow.png");
}

.sub-accordion-link .accordion-body ul li{
    list-style: none;
    color: #263238;
    font-size: 16px;
    font-weight: 700;
}
.university {
    margin-bottom: 55px;
}
.university h2{
    color: var(--1-a-82-c-7, #1A82C7);
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 0;
    border-bottom: 5px solid #FFD236;
}
.university span{
    color: var(--1-a-82-c-7, #1A82C7);
    font-size: 44px;
    font-weight: 700;
    margin: 0 10px;
}

.university p{
    color: var(--263238, #263238);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
}
.university .section-title-border{
    margin: 0;
    margin-left: auto;
}
.kuwait-courses ul{
    padding: 0;

}
.kuwait-courses li{
    margin-left: 25.59px;
    margin-bottom: 10px;

}
.kuwait-courses li .nav-link.active{
    border-radius: 10px;
    border: 1px solid var(--ffd-236, #FFD236);
    background: var(--ffd-236, #FFD236);
}
.kuwait-courses li .nav-link, .kuwait-courses li .nav-link.active{
    color: var(--263238, #263238);
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
    width: 111.413px;
    padding: 10px 5px;
}
.kuwait-courses li .nav-link{
    border-radius: 10px;
    border: 1px solid var(--ffd-236, #FFD236);
    background: #FFF;
}


.news .card-img{
    max-height: 200px;
    overflow: hidden;
}
.news-siwper .swiper-wrapper{
    height: unset;
}

.news-siwper .swiper-slide {
background-size: cover !important;
    width: 100% !important;
    height: 500px;
    display: flex;
}
.news-siwper .swiper-slide:after{
        background: url(../bg-news-swiper.png) no-repeat;
    background-size: 100% 100%; 
    z-index: 11;
}

.videoIcon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}

.news-siwper .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.news-siwper .swiper-button-next:after, .news-siwper .swiper-button-prev:after, .index-banner .swiper-button-prev:after, .index-banner .swiper-button-next:after{
    
    font-size: 16px;
    font-weight: 900;
}
.news-siwper .swiper-button-prev, .news-siwper .swiper-rtl .swiper-button-next, .index-banner .swiper-button-prev, .index-banner .swiper-button-next{
    width: 28.533px;
    height: 28.533px;
    background: #1A82C7;
    border-radius: 50%;
    color: #fff;
}
.index-banner .swiper-button-prev, .index-banner .swiper-button-next{
    background: #5fa7d8;
}
.news-siwper .swiper-button-prev:hover, .news-siwper .swiper-rtl .swiper-button-next:hover, .index-banner .swiper-button-prev:hover, .index-banner .swiper-button-next:hover{
    color: #FFD236;
}
.news .btn-blue{
    margin-top: 109px;
    padding: 10px 76.8px;
}
.news .card-body a{
    color: var(--125994, #125994);
font-weight: 700;
font-size: 16px;
}
.news .card-body span a{
    color: var(--1-a-82-c-7, #1A82C7);
font-size: 16px;
font-weight: 400;
}
.news .card-body p{
    color: var(--747-c-80, #747C80);
font-size: 16px;
font-weight: 400;
    padding-left: 30px;
}

.mySwiperNews .position-absolute{
top: 35%;
    right: 7%;
    z-index: 111;
}
.mySwiperNews .position-absolute h3{
    color: var(--ffffff, #FFF);
font-size: 54px;
font-weight: 700;
margin-left: 36px;
margin-right: 15px;
}
.mySwiperNews .position-absolute p{
    color: var(--ffd-236, #FFD236);
font-size: 36px;
font-weight: 500;
margin-left: 36px;
margin-right: 15px;
}
.more-icon img{
    width: unset !important;
    display: unset !important;
}
.more-icon a{
    color: var(--ffd-236, #FFD236);
font-size: 20px;
font-weight: 500;
margin-left: 45px;
}
.news-siwper {
    margin-bottom:130px;
}

.sidebarNews{
    box-shadow: 0px 0.429268px 6.86829px rgba(0, 0, 0, 0.25);
    padding: 0;
    list-style: none;
}
.newsDetails .sideLink{
    height: unset;
}
.newsDetails .sideLink > .nav-link{
    height: unset;
    padding: 20px;
    color: #1A82C7;
}
.newsDetails h2.title{
    text-align: right;
        margin-bottom: 24px;
        margin-top: 33px;
        font-size: 44px;
}
.newsDetails h4{
    color: var(--1-a-82-c-7, #1A82C7);
font-size: 20px;
font-weight: 700;
margin-bottom: 11px;
}
.newsDetails .section-title-border{
    margin: unset;
    margin-bottom: 43px;
}
.newsDetails span a{
    color: var(--1-a-82-c-7, #1A82C7);
font-size: 16px;
font-weight: 400;
}
.newsDetails .d-flex{
    gap: 25px;
    margin-bottom: 51px;
}
.newsDetails p{
    color: var(--747-c-80, #747C80);
font-kerning: none;
font-feature-settings: 'liga' off;
font-size: 16px;
font-weight: 400;
}
.newsDetails h3{
 color: var(--ffd-236, #FFD236);
font-kerning: none;
font-feature-settings: 'liga' off;
font-size: 24px;
font-weight: 700;
}

.mobile .dropend{
    flex-direction: row-reverse;
    justify-content: end;
    width: 112px;
}
.dropend .dropdown-toggle::after{
    display: none;
}
header .navbar-expand-lg .navbar-nav .dropend .nav-link.main-nav-link:first-child.show{
    border: 0;
}
.mobile .dropdown-menu{
    padding: 0;
}
.mobile .dropdown-menu h6{
    color: #1A82C7;
    font-size: 18px;
    font-weight: 700;
    opacity: 0.8;
    text-align: start;
    padding: 1rem;
    border-bottom: 1px solid rgba(38, 50, 56, 0.20);
    white-space: nowrap;
    padding: 1rem ;
}
.uni:first-child{
    border-left: 5px solid #ffd236;
}
.mobile .dropdown-menu li a{
    border: 0;
    opacity: .8;
}
.mobile .accordion-item{
    padding:0 8px;
}
.mobile .dropdown-menu .specialty0 li{
    padding: 10px 0;
    margin: 0 12px;
    border-bottom: 1px solid rgba(38, 50, 56, 0.40);
background: #FFF;
}
.mobile .dropdown-menu li:last-child{
    border: 0;
}
.mobile .dropdown-menu ul{
    text-align: start;
    list-style: none;
    background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
margin: 8px 0;
padding: 0;
}
.mobile .accordion-button{
    font-weight: 700;
    padding: 10px;
    opacity: .8;
}
.mobile .accordion-button:not(.collapsed){
    background: var(--1-a-82-c-7, #1A82C7);
    color: #fff;
}
nav-link.main-nav-link{
    position: relative;
    z-index: 111;
}
.accordion{
    --bs-accordion-border-color: unset;
}
.accordion-button::after{
    margin-right: auto;
    margin-left: unset;
}

.scrollable-sidebar{
        max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.mobile .accordion-button:not(.collapsed)::after{
    background-image: url(../Layer_1.svg)
}
#error{
    margin-bottom: 20px;
}
#errorMessage, #wrongPassword,
.coupons-error-msg{
    color: red;
        font-weight: 700;
    font-size: 24px;
}

.free-course-msg{
    color: green;
        font-weight: 700;
    font-size: 24px;
}

.purchase-modal p{
    text-align: center;
}
.coupons-error-msg{
    margin-top: 16px;
    font-size: 16px;
}
#successMessage{
    color: green;
    font-weight: 700;
    font-size: 24px;
}
.coursesInfoModal .modal-content{
    background-color: unset;
    border: unset;
    width: unset;
}
.coursesInfoModal .closeModal {
    right: -7px;
    position: absolute;
    top: -40px;
}
.coursesInfoModal .modal-dialog{
    max-width: unset;
    display: flex;
    justify-content: center;
}
.coursesInfoModal .btn-close{
    width: unset;
    height: unset;
    border: 5px solid #ffffff;
    border-radius: 13px;
    filter: drop-shadow(4.31px 4.31px 6.16px rgba(0, 0, 0, 1.75));
}
.modal.coursesInfoModal{
    --bs-modal-margin: 4.75rem 1rem;
    --bs-modal-padding: 1rem;
}
.modal-body iframe{
    max-width: 100%
}
.index-banner.news-siwper .swiper-slide{
    height: 793px;
}
.news-siwper:before{
    background: url(../wightBG.png) no-repeat right top;
    z-index: 2;
    height: 210px;
}
.news:before{
    background: url(../BG2.png) no-repeat;
    background-size: 100%;
    top: -450px;
    z-index: 1;
}
.news .newsTitle{
    min-height: 40px;
}
.learn .accordion-item:last-child{
    margin-bottom: 0;
}

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.rateModal {
    direction: ltr;
}
fieldset,
label {
  margin: 0;
  padding: 0;
}
.rating {
justify-content: center;
  display: flex;
    flex-direction: row-reverse;
}

.rating > input {
  display: none;
}
.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
  color: #FFD236;
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}
.rateModal .modal-body{
  text-align: center;
}
.rateModal .btn-blue{
    padding: 8.5px 75.5px;
}
.rateModal .form-control{
    max-width: 408px;
    margin: auto;
    direction: rtl;
}
.rateInput{
    margin-bottom: 37px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    right: -1px;
    /* list-style: initial; */
    padding-right: 25px;
    color: #53B7F5;
    padding-left: 10px;
    top: 37px;
    width: 225px;
    border-radius: 0;
}
.drop .nav-item.dropdown.dropdown-item .dropdown-menu{
    top: 35px !important;
    right: 15px !important;
 width: 190px !important;
    min-width: 190px !important;
    padding-right: 0 !important;
}
/*.navbar-expand-lg .navbar-nav .dropdown-menu:before{
    border-top: 5px solid #FFD236;
    width: 130px;
} */
.navbar-expand-lg .navbar-nav .sections-dropdown-menu{
    padding-left: 30px;
    right: unset;
    width: 678px !important;
}
.dropdown-menu .list {
    list-style: initial;
    width: 190px;
    z-index: 11;
}
.dropdown-menu .list:before{
    right: -25px;
    border-bottom: 0.3px solid #B1B1B1;
    width: 222px;
    z-index: -1;
    top: 8px;
}
.Sign-Up-modal.Terms-Conditions .modal-content{
    background-size: contain;
}
.Sign-Up-modal.Terms-Conditions p{
    font-size: 20px;
    opacity: 1;
}
.Terms-Conditions{
        direction: ltr;
        position: relative;
}

.Terms-Conditions .sideLink{
    height: unset;
        margin-bottom: 1px;
}
    #scrollspy {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.Introduction h2{
    font-size: 44px;
}
.Introduction p{
    color: var(--263238, #263238);
font-size: 22px;
font-weight: 500;
line-height: 26px;
}
.Introduction h3{
color: var(--1-a-82-c-7, #1A82C7);
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin: 30px 0;
}
.Introduction-secton{
    height: 1238px;
    overflow: auto;
   padding: 20px 96px 20px 0;
   background: #FFF;
box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.Terms-Conditions .sidebar{
    width: 100%;
        background: #FFF;
box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
.terms h1{
    color: var(--1-a-82-c-7, #1A82C7);
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
}
.terms ul{
    padding-right: 1rem;
}
.terms li::marker {
    font-size: 13px;
}
.gray-list{
    color: #FFD236;
}
.dropdown-menu li.gray-list a{
    color: var(--cccccc, #CCC);
}

.old-price{
    color: #CCCCCC !important;
        text-decoration: line-through;
        text-decoration-color: #FFD236;
        text-decoration-thickness: 2px;
}
.new-price{
    color: var(--1-a-82-c-7, #1A82C7) !important;
font-weight: 700 !important;
}
.list-group-item-action:focus, .list-group-item-action:hover{
    background-color: unset;
}







  .Terms-Conditions .add-backgroun{
          background: #FFF;
box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
padding: 30px 40px;
  }
.scrollspy-example {
    height: 1238px;
    overflow: auto;
}
.terms-space{
    padding-right: 66px;
    direction: rtl;
}
.terms-space:last-child{
    padding-bottom: 300px;
}
.px{
    padding-right: 0
}
.pe{
    padding-left: 0;
}
.scrollspy-example::-webkit-scrollbar
/*.scrollable-sidebar::-webkit-scrollbar*/ 
{
  width: 15px;
}

/* Track */
.scrollspy-example::-webkit-scrollbar-track
/*.scrollable-sidebar::-webkit-scrollbar-track*/
{
  border-radius: 10px;
  background: #EFEFEF;
}
 
/* Handle */
.scrollspy-example::-webkit-scrollbar-thumb
/*.scrollable-sidebar::-webkit-scrollbar-thumb*/
{
  background: #FFD236; 
  border-radius: 10px;
}

.navbar-Introduction {
    position: sticky;
    top: 116px;
    direction: rtl;
}
.Terms-Conditions .sideLink a{
    font-weight: 700;
}
.terms-space h1{
    color: var(--1-a-82-c-7, #1A82C7);
font-size: 22px;
font-weight: 700;
}
.terms-space p, .terms-space ul{
    color: var(--263238, #263238);
font-size: 18px;
font-weight: 500;
line-height: 26px;
}
.terms-space ul li::marker{
    font-size: 12px;
}
#specialtySelect , #yearSelect{
    border-bottom: 1px solid red;
}
 .error-lable{
    font-size: 14px;
    margin-top: 6px;
    color: red;
}
.search-empty{
    text-align: center;
    opacity: .6;
    font-size: 30px;
}
.purchase-modal .modal-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 0;
}
.purchase-modal .modal-dialog{
    height: 100%;
    display: flex;
    align-items: center;
    margin: auto;
}
.purchase-modal .form-control{
    padding: 0 5px;
}
.purchase-modal .learn .accordion-item{
    padding: 10px 20px;
}
.purchase-modal .input-group-append{
    margin: 0 20px 0 0;
}
.purchase-modal .accordion-body{
    padding-left: 0;
}
.btn-yellow {
    background: #ffdd00;
    color: #2698D1;
}
.btn-yellow:hover{
    background: transparent;
    border: 1px solid #2698D1;
    color: #2698D1;
}
.purchase-modal .btn{
    padding-bottom: 0px !important;
    padding-top: 2px !important;
    height: 35px;
    display: flex;
    align-items: center;
}
.thankYou{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.loader-payment {
    display: none;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
  
  .loading-payment {
    border: 2px solid #ccc;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-top-color: #1ecd97;
    border-left-color: #1ecd97;
    animation: spin 1s infinite ease-in;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

  .wait-after-order{
    padding-top: 20px;
    color: #1A82C7;
  }

  div.payments{
    /* display: flex;
    flex-direction: column; 
    align-items: flex-start; */
    width: 100%;
}
.choose-payment{
    text-align: start !important;
    margin-bottom: 10px; 
}


  /* #group1 input[type="radio"] {
    margin-right: 80px; 
} */



.orderId-style{
    margin-right: 28px !important;
}

