
/**/
body {
    font-family: "DM Sans", sans-serif;
    background: #FFFFFF;
    font-size: 13.6px;}

.font-dm-sans{
    font-family: "DM Sans", sans-serif;}
.font-poppins{
    font-family: "Poppins", sans-serif;}
.font-space-grotesk{
    font-family: 'Space Grotesk', sans-serif;}


/* aos */
html, body {
    overflow-x: hidden !important}


/* number without arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;}
input[type=number] {
    -moz-appearance:textfield;}



/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a9a8a8 !important;}
::-moz-placeholder { /* Firefox 19+ */
  color: #a9a8a8 !important;}
:-ms-input-placeholder { /* IE 10+ */
  color: #a9a8a8 !important;}
:-moz-placeholder { /* Firefox 18- */
  color: #a9a8a8 !important;} 



/* btn */
.btn {
    font-size: 13.3px;}
.btn:focus {
    box-shadow: none;
    outline: none;}

/* btn-group */
.btn-group img {
    height: 12px;}

/* close-btn */	
.close-btn {
    position: absolute;
    width: 22px;
    height: 22px;
    opacity: 0.3;
    cursor: pointer;}
.close-btn:hover {
    opacity: 1;}
.close-btn:before, 
.close-btn:after {
    position: absolute;
    left: 12px;
    top: 5px;
    content: ' ';
    height: 100%;
    width: 2px;
    background-color: #333;}
.close-btn:before {
    transform: rotate(45deg);}
.close-btn:after {
    transform: rotate(-45deg);}


/* fixed-fa-icon */
.fixed-fa-icon {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #ffffff7a;
    color: #fff;
    font-size: 22px;
    padding: 1px 18px;}




/* rounded-btn */	
.rounded-btn {
    border-radius: 25px;
    padding: 8px 25px;}


/* lg-btn */	
.lg-btn {
    font-size: 15px;
    padding: 10px 55px;}
@media (max-width: 991px) {
.lg-btn {
    font-size: 14px;
    padding: 8px 50px;}
}


/* text-color */
.text-clr-d-green{
    color: #00323B !important;}
.text-d-green{
    color: #11606D !important;}
.text-l-black{
    color: #222222 !important;}
.text-b-brown{
    color: #2E0F15 !important;}
.text-li-gray{
    color: #B3B3B3 !important;}
.text-clr-li-gray{
    color: #646464 !important;}
.text-b-black{
    color: #151515 !important;}
.text-clr-dark-gray{
    color: #5C5C5C !important;}
.text-clr-yellow{
    color: #DD9D34 !important;}
.text-clr-b-gray{
    color: #B8B8B8 !important;}
.text-clr-dl-gray{
    color: #666666 !important;}
.text-clr-d-black{
    color: #000009 !important;}
.text-clr-lb-gray{
    color: #EBEBEB !important;}
.text-clr-white{
    color: #F8F8F8 !important;}
.text-clr-li-blue{
    color: #B1D9DF !important;}
.text-clr-bl-black{
    color: #1E1E1E !important;}
.text-clr-d-gray{
    color: #626262 !important;}
.text-clr-light-gray{
    color: #C4C4C4 !important;}
.text-clr-yellow-li{
    color: #FDA604 !important;}
.text-clr-li-b-gray{
    color: #5E5D5D !important;}
.text-clr-l-b-black{
    color: #4D4D4D !important;}

/* bg */
.bg-li-white{
    background-color: #F6F6F6 !important;}
.bg-dark-green{
    background-color: #003740 !important;}
/* .bg-li-new-white {
    background-color: rgba(249, 249, 249, 1) !important;
} */
.bg-new-green {
    background-color: #065C6B !important;
}

/* buttons */
.btn-d-green, .btn-d-green:hover{
    color: #fff;
    background-color: #11606D;
    border: 1px solid #11606D;
}
.btn-blacked, .btn-blacked:hover{
    color: #fff;
    background-color: #0C0C0D;
    border: 1px solid #0C0C0D;
}

.btn-b-blue, .btn-b-blue:hover{
    color: #ffff;
    background-color: #0267FE;
    border: 1px solid #0267FE;
}
/* load-more__btn */
.load-more__btn-wrap {
    text-align: center;
    margin-top: 55px;}
.load-more__btn-wrap .load-more__btn {
    text-decoration: none;
    padding: 9px 35px;
    font-size: 13px;
    background-color: #c90000;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    font-weight: bold;
    position: relative;
    /* scale-hove */
    overflow: hidden;
    transition: transform .6s;}
.load-more__btn-wrap .load-more__btn:hover {
    -ms-transform: scale(1.08); 
    -webkit-transform: scale(1.08);
    transform: scale(1.08);}



/* load-more-btn-font-group */
.load-more-btn-font-group .load-more__btn-wrap .load-more__btn {
    padding-right: 45px;}
.load-more-btn-font-group .load-more__btn-wrap .load-more__btn::after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    display: block;}


/* load-more-btn-img-group */
.load-more-btn-img-group .load-more__btn-wrap .load-more__btn {
    padding: 9px 60px 9px 30px;}
.load-more-btn-img-group .load-more__btn-wrap .load-more__btn::after {
    content: '';
    background-image: url(../images/icons/three-arrows.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 23px;
    width: 20px;
    height: 20px;
    display: block;}



/* url-primary */
.url-primary {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;}

/* active */
a.active {
    cursor: default;}


/* scale-hover */
.scale-hover {
  /*overflow: hidden;*/
  transition: transform .6s;}
.scale-hover:hover {
  -ms-transform: scale(1.08); 
  -webkit-transform: scale(1.08);
  transform: scale(1.08);}


/* scale-up-hover */
.scale-up-hover {
  /*overflow: hidden;*/
  transition: transform .6s;}
.scale-up-hover:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);}


/* truncate */
.truncate-1,
.truncate-2,
.truncate-3,
.truncate-4,
.truncate-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical}
.truncate-1 {
    -webkit-line-clamp: 1;}
.truncate-2 {
    -webkit-line-clamp: 2;}
.truncate-3 {
    -webkit-line-clamp: 3;}
.truncate-4 {
    -webkit-line-clamp: 4;}
.truncate-5 {
    -webkit-line-clamp: 5;}


/* font-weight */
.fw-400{
    font-weight: 400 !important;}
.fw-500{
    font-weight: 500 !important;}
.fw-600{
    font-weight: 600 !important;}
.fw-700{
    font-weight: 700 !important;}
.fw-800{
    font-weight: 800 !important;}
.fw-900{
    font-weight: 900 !important;}





/* header */
.header {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 20px -5px #00000033;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 1200px; */}
@media (min-width: 1200px) {
.header {
    margin-top: 20px;}
}
@media (min-width: 1199px) {
.header {
    border-radius: 0;}
}



/* a-logo */
.header .a-logo {
    display: inline-block;}
.header .a-logo img {
    max-width: 100%;
    max-height: 40px;}
@media (max-width: 767px){
    .header .a-logo img {
    max-height: 25px;
    margin-left: 20px;}
}

/* header-container */
.header .header-container{
    padding-left: 20px;
    padding-right: 20px;
}

/* menu-bar */
.header .menu-bar .menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;}
.header .menu-bar .menu .link-item {
    margin-left: 35px;
    display: inline-block;}
.header .menu-bar .menu .link-item .link.active{
    color: #000 !important;
    font-weight: 500;}
.header .menu-bar .menu .link-item .link {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #7F7F7F;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;}
.header .menu-bar .menu .link-item .link:hover {
    color: #000;}
@media (max-width: 1199px) {
.header .menu-bar .menu .link-item {
    border-bottom: 1px solid #E3E3E3;
    margin-left: 15px;}
.header .menu-bar .menu .link-item .link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #045C6B;}
.header .menu-bar .menu .link-item .link.active{color: #045C6B !important; font-weight: 600;}
.header .menu-bar .menu .link-item .link:hover{color: #045C6B;}
}

@media (max-width: 1199px) {
 .header .menu-bar {   
      position: fixed;
      z-index: 101;
      top: 0;
      background-color: #fff;
      width: 300px;
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      left: -300px;
      -webkit-transition: left 0.4s ease-in-out;
      -moz-transition: left 0.4s ease-in-out;
      -ms-transition: left 0.4s ease-in-out;
      -o-transition: left 0.4s ease-in-out;
      transition: left 0.4s ease-in-out;
  }
.open-menu .header .menu-bar {
    left: 0;}
.open-menu .header .menu-bar .menu {
    padding-top: 80px;}
.header .menu-bar .menu .link-item {
    margin-left: 0;
    display: block;}
.header .menu-bar .menu .link-item .link {
    margin: 15px 30px;}
}

.home_page .header{position: relative;}

/* course-drop */
.header .course-drop .btn{
    font-size: 16px;
    color: #636363;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.header .course-drop .dropdown-menu{
    min-width: 230px;
    padding: 0 !important;
    backdrop-filter: blur(21.64399528503418px);
    box-shadow: 5px 5px 27px 0px #0000001A;
    border: 0.16px solid #FFFFFF;
    border-radius: 9.84px;}
.header .course-drop .dropdown-submenu-res{
    position: relative;
    margin: 10px 20px 10px 20px !important;
    background-color: rgba(33, 37, 41, 0.03);}
.header .course-drop li:hover .dropdown-submenu,
.header .course-drop li .dropdown-submenu:hover{
    display: block;}
.header .course-drop .dropdown-menu li .dropdown-item{
    padding: 15px 25px;
    white-space: wrap !important;}
.header .course-drop .dropdown-menu li .sub-head,
.header .course-drop .dropdown-menu li .sub-head:hover{
    color: #480F74;
    font-family: 'helvetica_now_display_ExtraBold';}
/*  */
.header .course-drop .dropdown-menu li .dropdown-item:hover{
    background-color: #E9ECEF;
    border-radius: 9.84px;}
header .course-drop .dropdown-menu li .sub-head{
    border-top: 1px solid #C4C1C1;}
.header .course-drop .dropdown-menu li .dropdown-item::after {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;}
@media (min-width: 1200px) {
.header .course-drop .dropdown-submenu{
    position: absolute;
    left: 100%;
    top: 0px;
    width: 150px;
    display: none;
    max-height: 300px;
    overflow-y: auto !important;}
}
@media (max-width: 1199px) {
.header .course-drop li.active .dropdown-submenu-res {
    display: block !important;}
.header .course-drop li .dropdown-submenu {
    display: none !important;}
.header .course-drop .dropdown-menu li.active .dropdown-item::after{
    transform: rotate(180deg);
    transition: all 0.3s;
    top: 10px;}
.header .course-drop .dropdown-menu li .dropdown-item::after{
    content: '\f107' !important; }
}
@media (max-width: 991px) {
.header .course-drop .dropdown-menu {
  /* top: 100% !important; */
  bottom: auto !important;
  margin-top: 0 !important;}
}


/* search-form  */
.header .search-form {
    position: relative;
    width: 100%;
    max-width: 250px;}
.header .search-form .form-control {
    background: transparent;
    font-size: 13px;
    padding: 8px 45px 8px 15px;
    border-radius: 5px;
    border: 1px solid #000000;
    box-shadow: none;}
.header .search-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    min-width: auto;}
.header .search-form .btn img {
    height: 15px;}
.header .search-form .btn img:first-child{
    display: inline-block;}
.header .search-form .btn img:last-child{
    display: none;}
.header .search-form .dropdown-list {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    list-style: none;
    margin-top: 5px;
    padding: 0;
    border-radius: 5px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;} 
.header .search-form .dropdown-list li {
    padding: 10px;
    cursor: pointer;}
.header .search-form .dropdown-list li:hover {
    background-color: #f0f0f0;}
@media (max-width: 991px) {
.header .search-form .btn img:first-child{
    display: none !important;}
.header .search-form .btn img:last-child{
    display: inline-block !important;}
.header .search-form .form-control{
    display: none;}
.header .search-form .btn{
    position: relative !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
.header .search-form {
    max-width: 130px;}
}


/* search-dropdown */
.header .dropdown.search-dropdown{
    display: none;}
@media (max-width: 1199px) {
.header .dropdown.search-dropdown{
    display: inline-block !important;}
.header .dropdown.search-dropdown .dropdown-menu .expand-search{
    display: flex;}
.header .dropdown.search-dropdown .dropdown-menu{
    width: 90vw;
    max-width: 300px !important;
    padding: 5px 10px !important;
    background: #fff;
    box-shadow: 5px 5px 10px #11111129;}
.header .dropdown.search-dropdown .dropdown-toggle::after{
    display: none !important;}
.header .dropdown.search-dropdown .form-control{
    box-shadow: none !important;
    border: 1px solid #d0d0d0 !important;}
}
@media(max-width:567px){
.header .dropdown.search-dropdown .btn{
    padding: 0px !important;}
}
/* items-1 */
@media (max-width: 1199px) {
.header .dropdown-list.items-1{
    position: absolute !important;
    width: 200px !important;
    padding: 10px;
    background-color: #fff !important;
    margin-left: -150px;
    top: 116px;
    border-radius: 10px;}
.header .dropdown-list.items-1 li{
    list-style: none !important;
    text-decoration: none !important;
    padding: 10px 10px;}
}




/* filter-by */
.header .menu .filter-by .filter-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;}
.header .filter-by .filter-item .form-select {
    width: 120px;
    border: none;
    font-size: 13px;
    border-radius: 10px;
    background-color:transparent !important;
    color: #3D3D3D;
    box-shadow: none;}

/* chosen-select */
.header .chosen-container .chosen-results{
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;}
.header .chosen-container-single .chosen-single {
    background-color: transparent !important;}

/* menu-outside */
body:not(.open-menu) .header .menu-outside {
    display: none;}

@media (max-width: 1199px) {
.open-menu .header .menu-outside {
    background: #00000096;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;}   
}


/* card-menu for mycourse notification chart profile */
.header .card-menu {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    text-decoration: none;
    margin-bottom: 0;
    padding: 0;}
.header .card-menu li {
    list-style: none;
    text-decoration: none;}
.header .card-menu li:first-child{
    margin-right: 10px;}
.header .card-menu li:first-child .wishlist-dropdown{
    margin-right: 0px;}
.header .card-menu li:nth-child(2) {
  margin-right: 15px;}
.header .card-menu .link-item .user-img {
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 50%;}

@media (max-width: 1399px) {
header .card-menu::before {
    left: 2px !important;}    
}    

@media (max-width: 991px) {
.header .card-menu li:first-child {
    margin-right: 5px !important;}
.header .card-menu li:nth-child(2) {
    margin-right: 5px !important;}
}
@media (min-width: 992px) {
.header .card-menu .link-item .user-img {
    height: 45px;
    width: 45px;}
}

/* custom-link */
.header .card-menu li .custom-link {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    color: #7F7F7F;}
@media (max-width: 1199px) {
.header .card-menu li .custom-link {
    font-size: 12px;}
}

/* .wishlist,  .notification-list*/
.header .dropdown-menu.wishlist,
.header .dropdown-menu.notification-list{
    margin-top: 35px !important;
    width: 300px;
    box-shadow: 3.36px 3.36px 18.14px 0px #0000001A;
    border: none;
    background: #FFFFFF;
    color: #000 !important;}
.header .dropdown-menu.wishlist .dropdown-item,
.header .dropdown-menu.notification-list .dropdown-item{
    white-space: wrap !important;}
@media (max-width: 991px) {
.header .dropdown-menu.wishlist,
.header .dropdown-menu.notification-list{
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 280px !important;}
}

/* wishlist */
.header .dropdown-menu.wishlist .course-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;}
.header .dropdown-menu.wishlist .buy-btn{
    padding: 10px 25px;
    color: #fff;
    background: #0267FE !important;
    border-radius: 8px;}
/* no list */
.header .dropdown-menu.wishlist .no-item-card{
    padding: 10px 10px;}
.header .dropdown-menu.wishlist .no-item-card .no-chart{
    width: 130px;
    aspect-ratio: 7 / 6;
    object-fit: cover;
    margin-top: 25px;
    margin-bottom: 30px;}
.header .dropdown-menu.wishlist .no-item-card .text-m{
    color: #323232;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 18.35px;}
.header .dropdown-menu.wishlist .no-item-card .text-s{
    font-size: 16px;
    color: #828282;
    line-height: 28px;}

/* notification-list */
.header .dropdown-menu.notification-list .notifi-list {
    max-height: 300px; 
    overflow-y: scroll; 
    scrollbar-width: none; }
.header .dropdown-menu.notification-list .notifi-list::-webkit-scrollbar {
    display: none;}
.header .dropdown-menu.notification-list .read-more {
    font-size: 10px;}
.header .dropdown-menu.notification-list .read-more a,
.header .dropdown-menu.notification-list .less-link{
    color: #000 !important;
    text-decoration: none;
    font-weight: 600;}
    
/* notification-img */
.header .notification-img{
    height: 23px;
}



/* dropdown */
/* dropdown-toggle */
.header .menu-bar .menu .dropdown-toggle {
    margin-top: -4px;}
.header .menu-bar .menu .dropdown-toggle::after {
    border: 0;
    font-family: FontAwesome;
    content: '\f107';
    position: relative;
    left: 5px;
    top: 3px;}
/* dropdown-menu */
.header .menu-bar .menu .dropdown-menu {
    border: none;
    min-width: 190px;
    border-radius: 0;
    padding: 0;
    border-radius: 14px;
    box-shadow: 3px 2px 12px #0000002e;}
.header .menu-bar .menu .dropdown-menu .dropdown-item {
    background-color: transparent;
    position: relative;
    font-size: 12px;
    padding: 13px 25px;
    border-radius: 10px;
    color: #727272;}
.header .menu-bar .menu .dropdown-menu li:not(:last-of-type) .dropdown-item {
    border-bottom: 1px solid #efefef;}
.header .course-drop li .dropdown-menu:last-child:not(.dropdown-submenu-res){
    width: 290px;}
.header .course-drop .dropdown-submenu.offline{
    position: fixed;
    margin-top: 0px !important;
    top: 0px;}
.header .course-drop li .dropdown-menu:last-child li .dropdown-item{
    border-bottom: 0px !important;}
.header .menu-bar .menu .dropdown-menu .dropdown-item:hover {
    color: #000 !important;
    background-color: #dbdbdb;}
/**/
.header .menu-bar .menu .dropdown-menu .dropdown-item::after{
    font-family: FontAwesome;
    content: '\f105';
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;}

.header .dropdown-submenu .dropdown-item::after,
.header .dropdown-submenu-res .dropdown-item::after{
    display: none;}
/* menu-toggle */
.header .menu-toggle {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 22px;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 32px;
    height: 22px;}
.header .menu-toggle span {
    background-color: #4F4F4F;
    display: block;
    position: relative;
    width: 72%;
    height: 3px;
    float: left;
    border-radius: 25px;}
.header .menu-toggle span:nth-of-type(1) {
    width: 90%;
    top: -5px;}
.header .menu-toggle span:nth-of-type(3) {
    width: 60%;
    top: 5px;}
@media screen and (min-width: 1200px) {
.header .menu-toggle {
    display: none;}
.student-header .menu-bar .menu .link-item:first-child,
.header .menu-bar .link-item:first-child{
        margin-left: 0 !important;}
}

    


/* login */
.header .login-btn{
    background: #11606D;
    border-radius: 0px;
    padding: 10px 35px;
    color: #fff !important;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    white-space: nowrap;
    font-size: clamp(12px, 2vw, 16px);

} 
@media (max-width: 1199px) {
.header .login-btn {
    padding: 8px 20px;} 
}
.header .menu-bar .menu .login-btn {
    margin-left: 30px;
    margin-top: 20px;
    padding: 10px 50px;}



/* student-header */
@media (min-width: 992px) {
.header.student-header .card-menu::before {
    left: 0;}
}




/* header close-btn */
.header .menu-bar .close-btn {
    top: 10px;
    right: 15px}
@media (min-width: 1199px) {
.header .menu-bar .close-btn {
    display: none;}
}

/* user-profile-dropdown */
.header .user-profile-dropdown .dropdown-toggle::after{
    display: none !important;}

/* header dropdown-menu  */
.header .dropdown-menu{
    margin-top: 0px !important;
    padding: 10px 20px;
    font-size: 13px;
    backdrop-filter: blur(26.399999618530273px);
    border-radius: 10px;}
.header .dropdown-menu .dropdown-item:hover{
    color: #090909;
    cursor: pointer;}
.header .menu-bar .menu .dropdown-menu .sub-head,
.header .menu-bar .menu .dropdown-menu .sub-head:hover{
    color: #480F74;
    font-family: 'HelveticaNowDisplay-Bold';}
.header .menu-bar .menu .dropdown-menu li .sub-head{
    border-top: 1px solid #C4C1C1;}
.header .dropdown-menu .dropdown-item{
    color: #595959;
    background-color: transparent;
    font-size: 14px;
    padding: 8px 0;}
.header .dropdown-toggle::after{
    border: 0;
    font-family: FontAwesome;
    content: '\f107';
    position: relative;
    left: 0;
    top: 6px;
    transition: all 0.5s;}
.header .dropdown-toggle.show::after,
.header .dropdown-menu .show .dropdown-item::after{
   transform: rotate(180deg);
   transition: all 0.5s;}




/* store */
.header .store{
    padding: 3px 10px;
    opacity: 1 !important;}
.header .store::after{
    display: none;}
.header .store-img{
    height: 23px;}
.header .store .count{
    position: absolute;
    background: #1897FF;
    border-radius: 50%;
    font-size: 11px;
    width: 18px;
    height: 18px;
    top: 0;
    right: 0;
    color: #000000;
    align-content: center;
    text-align: center;}

@media(max-width:567px){
.header .card-chart .store{
    padding: 0px !important;}
.header .card-chart .store .count{
    right: -10px;
    top: -10px;}
}

.wishlist-dropdown .dropdown-menu{
   min-width: 360PX;
   border-radius: 8px;
   box-shadow: 5px 5px 27px 0px #0000001A;
   border: 0;
   padding-top: 20px;
   padding-bottom: 20px;
}
.wishlist-dropdown .dropdown-menu .tittle{color: #323232; font-size: 24px;}
.wishlist-dropdown .dropdown-menu .dec{color: #626262; font-size: 16px;}
/* Backdrop style */
.dropdown-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 999;/* slightly below dropdown z-index */
    display: none;
}


/* offcanvas-search */

.offcanvas-search{
    background-color: #11606D;
    color: #F4F4F4;
    min-height: 300px;
  
}
@media(max-width:767px){
    .offcanvas-search{min-height: 250px}
}

.offcanvas-search h5{
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 400;
}
.offcanvas-search .search-form {
    position: relative;
    /* width: 100%;
    max-width: 250px; */
}
.offcanvas-search .search-form .form-control {
    background: #F4F4F4;
    font-size: 11px;
    padding: 15px 15px 15px 45px;
    border-radius: 10px;
    box-shadow: none;}
.offcanvas-search .search-form .btn {
    position: absolute;
    left: 0;
    top: 5px;
    min-width: auto;}
/* .offcanvas-search .search-form .btn img {
    height: 15px;} */
.offcanvas-search .btn-close{
    filter: invert(1);
    opacity: 1;}
.offcanvas-search .btn-search{
   font-size: clamp(13px, 1.5vw, 15px);

}

/* container-fluid */
/* container-fluid-lg */
.container-fluid.container-fluid-lg {
    padding-left: 60px;
    padding-right: 60px;}
@media (max-width: 991px) {
.container-fluid.container-fluid-lg {
    padding-left: 35px;
    padding-right: 35px;}
}





/* section */
section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;}

/* section-sub */
.section-sub {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;}

    






/* slick-equal-height */
.slick-equal-height .slick-track {
    display: flex;}
.slick-equal-height .slick-slide {
    display: flex;
    height: auto;}
.slick-equal-height .item {
    height: 100%;
    width: 100%;}


/* slick-overflow-initial */
.slick-overflow-initial .slick-list {
    overflow: initial;}


/* slick-disabled */
button.slick-disabled {
    cursor: default !important;}


/* slick-grid */
.slick-grid {
    margin-left: -10px;
    margin-right: -10px;}
.slick-grid .slick-slide {
    padding-left: 10px;
    padding-right: 10px;}
/**/
.slick-grid-15 {
    margin-left: -15px;
    margin-right: -15px;}
.slick-grid-15 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;}

   

/* slick-item */
.slick-item {
    width: 100%;}
    

/* slick-arrows */
.slick-arrows .slick-next, 
.slick-arrows .slick-prev {
    z-index: 5;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    top: initial;
    bottom: 0;
    transform: translate(-50%, 0);
    border-radius: 50%;
    background-color: #ddd;}
.slick-arrows .slick-next:hover:before, 
.slick-arrows .slick-prev:hover:before {
    color: #000;}
.slick-arrows .slick-next {
    left: 52%;} 
.slick-arrows .slick-prev {
    left: 48%;}
.slick-arrows .slick-next:before, 
.slick-arrows .slick-prev:before {
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);}
.slick-arrows .slick-next:before {
    content: '\f105';}
.slick-arrows .slick-prev:before {
    content: '\f104';}



/* slick-dot-blue */
.slick-dot-blue .slick-dots li {
    margin: 0 2px;
    width: auto;
    height: auto;}
.slick-dot-blue .slick-dots li button {
    background-color: #c7c7c7;
    padding: 0;
    border-radius: 5px;
    width: 8px;
    height: 3px;}
.slick-dot-red .slick-dots li button:before {
    content: '';}
.slick-dot-blue .slick-dots li.slick-active button {
    background-color: #0559D3;
    width: 17px;}

/* slick-dot-hide */
.slick-dot-hide .slick-dots {
    display: none;}

/* slick-dots-hide */
.slick-dots-hide .slick-dots li button:before {
    display: none;}



/* slick-single */
.slick-single .slick-list {
    padding-right: 150px !important;
    padding-left: 150px !important;}
@media (max-width: 991px) {
.slick-single .slick-list {
    padding-right: 85px !important;
    padding-left: 85px !important;}
}





/* contact-table */
.contact-table td {
  vertical-align: top;
  padding-top: 20px;
  color: #8b8c8d;}
.contact-table td img {
  height: 20px;
  padding-right: 15px;}
.contact-table td img[src="/static/public/images/icons/mail.png"] {
  height: 16px;}
.contact-table td a {
  color: #212529;
  display: block;
  font-size: 14px;
  text-decoration: none;}






/* accordion */
.accordion .accordion-item .accordion-button {
  position: relative;}
.accordion .accordion-item .accordion-button::after {
  font-family: FontAwesome;
  content: '\f107';
  background-image: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  right: 20px;
  display: block;
  margin-top: -8px;}
.accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: '\f106';}





/* form-default */
.form-default .form-body .form-control:invalid, 
.form-default .form-body .form-select:invalid {
    background-color: #f2f2f2;}




/* banner-cover */
.banner-cover {
  position: relative;
  overflow: hidden;}
.banner-cover::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #000000a6, #000000a6)}
.banner-cover.cover-bg-initial::before {
  content: initial}
.banner-cover .img-primary {
  height: 380px;
  width: 100%;
  object-fit: cover;}
.banner-cover .caption {
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
.banner-cover .caption h3 {
    font-size: 60px;}
.banner-cover .caption hr {
    opacity: initial;
    margin-top: 0;
    max-width: 250px;
    height: 6px;}
.banner-cover .caption h4 {
    font-size: 28px;
    margin-top: 35px;}
.banner-cover .caption .btn {
    padding: 10px 37px;
    border-radius: 0;
    font-size: 15px;}
@media (max-width: 991px) {
.banner-cover .caption h3 {
    font-size: 48px;}
.banner-cover .caption h4 {
    font-size: 22px;
    margin-top: 30px;}
.banner-cover .caption .btn {
    padding: 8px 30px;
    font-size: 14px;}
}
@media (max-width: 767px) {
.banner-cover .caption h3 {
    font-size: 42px;}
.banner-cover .caption hr {
    height: 4px;}
.banner-cover .caption h4 {
    font-size: 18px;
    margin-top: 25px;}
}
    

.img-sty {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


/* learning-details */
.learning-details{
    font-family: "Poppins", sans-serif;}
.learning-details .left-img {
    position: relative; 
    overflow: hidden;  
    border-radius: 28px; }
.learning-details .left-img {
    position: relative; 
    overflow: hidden;  
    border-radius: 28px; }
.learning-details .left-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.64%, #000000 102.74%);}
.learning-details .learn-dtl h5{
    font-size: clamp(16px, 2vw, 18px);}
.learning-details .learn-dtl h2{
    font-size: clamp(22px, 2vw, 25px);}
.learning-details .learn-dtl h3{
    font-size: clamp(15px, 2vw, 15.99px);
    line-height: 140%;}
.learning-details .learn-dtl .form-default .form-body .chosen-container-single .chosen-single{
    position: relative;
    background-color: transparent !important;
    border: 1.31px solid #EFE6E6 !important;
    font-size: clamp(16px, 2vw, 18px);
    color: #000000 !important;
    font-weight: 400;
    padding: 14px 70px !important;
    border-color: transparent;
    border-radius: 12px !important;}
@media (max-width: 767px) {
.learning-details .learn-dtl .form-default .form-body .form-control, 
.learning-details .learn-dtl .form-default .form-body .form-select {
    padding: 14px 60px !important;}}
.learning-details .learn-dtl .form-default .form-body .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    margin-top: 18px;
    height: 100%;
    background: transparent;}
.learning-details .learn-dtl .form-default .form-body .chosen-container-single .chosen-single div {
    color: #8C8C8C;
    position: absolute;
    top: 0;
    right: 25px;
    display: block;
    width: 15px;
    height: 100%;}
.learning-details .learn-dtl .dtl-icons{
    position: absolute;
    top: 25%;
    left: 25px;}
@media (max-width: 767px) {
.learning-details .learn-dtl .dtl-icons{
    position: absolute;
    top: 25%;
    left: 19px;}
.continue-btn{
    position: fixed;
    right: 16px;
    bottom: 24px;
    left: 16px;
    z-index: 1030;} }
.learning-details .learn-dtl .btn-d-green{
    font-family: 'Space Grotesk', sans-serif;}
/* learning-details */

/* Home */
/* .home-page .intro-bg{
    background: url(../images/imgs/intro-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    color: #fff;}
@media (max-width: 767px) {
    .home-page .intro-bg{
        height: 466px;}
} */
.home-page .intro-bg {
    position: relative;
    border: 1px solid #F7F7F7;
    color: #fff;
    overflow: visible; }  
.home-page .intro-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: url(../images/imgs/intro-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
@media (max-width: 767px) {
  .home-page .intro-bg::before {
    height: 466px;}}
.home-page .intro-sec{
    padding-top: clamp(45px, 10vw, 52px);}
.home-page .intro-sec h6{
    font-size: clamp(13px, 1vw, 14px);}
.home-page .intro-sec h2{
    font-family: 'Sequel_Sans_Roman_Disp';
    font-weight: 400;
    font-size: clamp(38px, 5vw, 64px);
    line-height: clamp(38px, 5vw, 72px);}
.home-page .intro-sec h5{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 20px);
    line-height: clamp(20px, 3vw, 32px);}
.home-page .bg-rotate{
    /* width: 100%; */
    aspect-ratio: 853/615;
    object-fit: cover;
}
@media (max-width: 768px) {
    .home-page .bg-rotate{
        width: 100%;
        aspect-ratio: 853/615;
        object-fit: cover;
    }
}
.home-page .bg-rotate img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
.home-page .bg-rotate{
    position: absolute;
    right: -152px;
    top: -186px;
    width: 100%;
    aspect-ratio: 853 / 615;
    object-fit: cover;
}}
@media (min-width: 767px) and (max-width: 992px){
.home-page .bg-rotate{
    position: absolute;
    right: -101px;
    top: -197px;
    width: 100%;
    aspect-ratio: 853/615;
    object-fit: cover;
}}

/* / */
/* user-login */
.user-login .form-body .field-col .form-control {
    font-size: 15.5px;
    border: 1.31px solid #EFE6E6 !important;
    border-radius: 12px;
    padding: 12px 16px 12px 16px;
}
.user-login .form-body .field-col .form-control ::placeholder {
    color: #303030;
}
.user-login .form-body .field-col .form-control:focus {
    box-shadow: none !important;
}
.user-login .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    padding-left: 20px;
}
.user-login .iti__flag.iti__in {
    border-radius: 4px;
}
.user-login .iti__flag-container .iti__selected-dial-code,
.iti__country-name,
.login_page .iti-mobile .iti__country {
    display: none;
}
.user-login .guest-login-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #11606D;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.user-login .guest-login-link,
.user-login .guest-login-link:hover,
.user-login .guest-login-link:focus,
.user-login .guest-login-link:active {
    color: #11606D !important;
    text-decoration: none !important;
}
.user-login .otp-input {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
}
.user-login .otp-input input {
    width: 52px;
    height: 52px;
    text-align: center;
    font-size: 0.89rem;
    border: 2.36px solid transparent !important;
    border-radius: 11.82px;
    background: #4ABCCE24 !important;
    color: #282828;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    margin: 30px 0 13px 0;
}
@media (max-width: 1200px) {
    .user-login .otp-input input {
        width: 42px;
        height: 42px;
        font-size: 0.8rem;
    }
}
.user-login .otp-input input:focus {
    background-color: #E8F8FA;
    color: #282828 !important;
    border-color: #11606D !important;
    outline: none !important;
}
.user-login .text-l-blue {
    color: #0267FE !important;
}
.user-login .bg-dark-green {
    background-color: #0B726D !important;
    color: #FFFFFF;
}
/*  */
/* about-detail */
.sec-title{
    font-family: 'Sequel_Sans_Book_Disp';
    font-weight: 400;
    font-size: clamp(38px, 5vw, 63px);
    line-height: clamp(38px, 5vw, 103%);}
.about-detail h6{
    font-size: clamp(16px, 1vw, 18px);}
.about-detail img{
    width: 100%;
    aspect-ratio: 351/189;
    object-fit: cover;}
.about-detail h5{
    font-size: clamp(14px, 2vw, 20px);
    line-height: clamp(20px, 4vw, 32px);}
.about-detail .next-icon{
    width: 18px;
    height: 18px;
    object-fit: cover;}
.about-detail a{
    font-size: clamp(12.5px, 1.5vw, 14.4px);
    cursor: pointer;}
/* / */

/* course-sec */
.course-sec h6{
    font-size: clamp(16px, 1vw, 18px);}
.course-sec .nav-item .btn{
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    padding: .375rem .25rem;}
.course-sec .nav-item .btn.active{
    color: #11606D;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    border-bottom: 3px solid #E5E5E5;}
.course-sec .nav-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    scrollbar-width: none; }
.course-sec .nav-list::-webkit-scrollbar {
    display: none; }
.course-sec .nav-list .nav-item {
    flex: 0 0 auto; 
    white-space: nowrap;}
@media (max-width: 767px) {
.course-sec .nav-tabs{
    border-bottom: none;} 
.course-sec .nav-item .btn{
    color: #1E1E1E;
    background-color: #F3F3F3;
    border: 0.17px solid #B9B9B9;   
    border-radius: 0px;
    padding: 0px 30px ;
    height: 46px;
    display: inline;
    align-items: center;
    justify-content: center;
    text-align: center;}
.course-sec .nav-item .btn.active{
    background: #414141;
    color: #FFFFFF;}}
.course-sec .course-imgs{
    width: 100%;
    aspect-ratio: 337/200;
    object-fit: cover;}
.course-sec .card{
    box-shadow: 0.9px 5.38px 39.34px 0px #30303014 !important;
    transition: transform 0.4s ease; 
}
.course-sec .card:hover{
    transform: scale(1.05); 
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
@media (max-width: 767px) {
.course-sec .slick-grid-15 .slick-slide {
  padding: 0 8px; 
}}
.course-sec .card .card-title{
    font-size: clamp(18px, 2vw, 20px);
    line-height: clamp(26.88px, 2vw, 30px);}
.course-sec .card .card-text{
    font-size: clamp(12px, 1vw, 13px);
    line-height: clamp(28.66px, 2vw, 32px);}
.half-star {
    background: linear-gradient(to right,#DD9D34 50%, #B8B8B8 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;}
.course-sec .current-amt{
    font-size: clamp(22px, 2vw, 24px);
    line-height: clamp(28.66px, 2vw, 32px);}
.course-sec .main-amt{
    font-size: clamp(11px, 1vw, 12px);
    text-decoration: line-through;}
/* / */

/* partners-list */
.partners-list p{
    font-size: clamp(14px, 2vw, 20px);
    line-height: clamp(20px, 4vw, 32px);}
.partners-list .partner-border{
    border: 1px solid #E5E7EB;}
.partners-list .partners-images img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    mix-blend-mode: multiply; }
.partners-list .partner-sec{
    border-right: 1px solid #E5E7EB;}
@media (max-width: 767px) {
.partners-list .partners-images img{
    width: 88px;
    aspect-ratio: 88/25;
    object-fit: cover;}
.partners-list .partner-border{
    border-left: none !important;
    border-right: none !important;}
.partners-list .partner-sec{
    border-right: none;}}

    .about-page .partners-list .partners-section {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
      }
    .about-page .partners-list .partners-line {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #E5E7EB;
        position: absolute;
        left: 0;
        z-index: 1;
      }
      
    .about-page .partners-list .top-line {
        top: 18px;
    }
   
    .about-page .partners-list .center-line {
        top: 50%;
        transform: translateY(-50%);
      }
      
    .about-page .partners-list .bottom-line {
        bottom: 19px;
      }
      
      
      @media (max-width: 767px) {
      
        .about-page .partners-list .partners-section::before {
          content: "";
          position: absolute;
          top: -6px;
          left: -12px;
          width: 15px;
          height: 15px;
          background-image: url("{% static 'public/images/icons/diamond.png' %}");
          background-size: cover;
          background-repeat: no-repeat;
          z-index: 2;
        }
      
      
        .about-page .partners-list .partners-section::after {
          content: "";
          position: absolute;
          top: -6px;
          right: -7px;
          width: 15px;
          height: 15px;
          background-image: url("{% static 'public/images/icons/diamond.png' %}");
          background-size: cover;
          background-repeat: no-repeat;
          z-index: 2;
        }
      }

      .home-page .about-make-concept .container:first-child {
        position: relative;
        border: 1px solid #E5E7EB;
        border-top: none;
        padding-bottom: 4%;
        padding-top: 2%;
        margin-top: -135px;
    }

      .home-page .partners-list .partners-line.top-line {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #E5E7EB;
        position: absolute;
        left: 0;
        z-index: 1;
      }
      @media (max-width: 767px) {
        .home-page .partners-list .partners-section{
            border-left: 1px solid #E5E7EB;
            border-right: 1px solid #E5E7EB;
        }
       }
      .home-page .partners-list .partners-line.top-line::before,
      .home-page .partners-list .partners-line.center-line::before,
      .home-page .partners-list .partners-line.bottom-line::before {
        content: "";
        position: absolute;
        bottom: -6px;
        left: -6px;
        width: 12px;
        height: 12px;
        background-color: #FFFFFF;
        border: 1px solid #E5E7EB;
        transform: rotate(45deg);
      }
      @media (max-width: 767px) {
        .home-page .partners-list .partners-line.center-line::before{
          content: none;
        }
      }
      .home-page .partners-list .partners-line.top-line::after,
      .home-page .partners-list .partners-line.center-line::after,
      .home-page .partners-list .partners-line.bottom-line::after {
        content: "";
        position: absolute;
        bottom: -6px;
        right: -6px;
        width: 12px;
        height: 12px;
        background-color: #FFFFFF;
        border: 1px solid #E5E7EB;
        transform: rotate(45deg);
      }
      @media (max-width: 767px) {
        .home-page .partners-list .partners-line.center-line::after{
            content: none;
        }
      }
      .home-page .partners-list .partners-line.center-line{
        display: block;
        width: 100%;
        height: 1px;
        top: 88px;
        background-color: #E5E7EB;
        position: absolute;
        left: 0;
        z-index: 1;
      }
      @media (max-width: 767px) {
        .home-page .partners-list .partners-line.center-line{
            top: 64px;
        }
      }
      .home-page .partners-list .partners-line.bottom-line{
        display: none;
        width: 100%;
        height: 1px;
        top:176px;
        background-color: #E5E7EB;
        position: absolute;
        left: 0;
        z-index: 1;
      }
      @media (max-width: 767px) {
        .home-page .partners-list .partners-line.bottom-line{
            top: 131px;
        }}
    .home-page.boder-icon .about-make-concept .container:first-child .partners-bottom-corners::before{
        content: none;
    }
    /* .home-page.boder-icon .about-make-concept .container:first-child .partners-bottom-corners::after{
        content: none;
    }
    .home-page.boder-icon .about-make-concept .container:first-child .partners-bottom-corners{
        border: none ;
    } */
    .home-page.boder-icon .partner-lists{
        border-left: 1px solid #E5E7EB;
        border-right: 1px solid #E5E7EB;
    }

    .home-page.boder-icon .about-make-concept .partners-bottom-cornerss::before{
        content: "";
        position: absolute;
        bottom: -6px;
        left: -6px;
        width: 12px;
        height: 12px;
        background-color: #FFFFFF;
        border: 1px solid #E5E7EB;
        transform: rotate(45deg);
    }
    .home-page.boder-icon .about-make-concept .partners-bottom-cornerss::after {
        content: "";
        position: absolute;
        bottom: -6px;
        right: -6px;
        width: 12px;
        height: 12px;
        background-color: #FFFFFF;
        border: 1px solid #E5E7EB;
        transform: rotate(45deg);
    }

    .home-page.boder-icon .about-make-concept .container:first-child .partners-bottom-corners::before,
    .home-page.boder-icon .about-make-concept .container:first-child .partners-bottom-corners::after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
    }

    .home-page.boder-icon .about-make-concept .container:first-child .partners-bottom-corners::before {
        left: -6px;
    }

    .home-page.boder-icon .about-make-concept .container:first-child .partners-bottom-corners::after {
        right: -6px;
    }
/* / */

/* top-course */
.top-course .nav-tabs{
    border-bottom: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y:hidden;} 
.top-course .nav-item .btn{
    color: #1E1E1E;
    background-color: #F3F3F3;
    border: 0.2px solid #B9B9B9;
    border-radius: 0px;
    padding: 0px 30px ;
    height: 46px;
    display: inline;
    align-items: center;
    justify-content: center;
    text-align: center;}
.top-course .nav-item .btn.active{
    background: #414141;
    color: #FFFFFF;}
.top-course {
    display: flex;
    align-items: center;
    gap: 8px;}
.top-course .tab-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex: 1;}
.top-course .tab-list::-webkit-scrollbar {
    display: none;}
.top-course .scroll-btn {
    background: #F3F3F3;
    border: 0.2px solid #B9B9B9;
    font-size: 18px;
    padding: 8px 16px;
    height: 46px;
    cursor: pointer;
    border-radius: 0;
    transition: opacity 0.3s;
    opacity: 0.4;
    pointer-events: none;}
.scroll-btn.active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;}
.scroll-btn:hover.active {
    background: #f0f0f0;}
.scroll-btn.left-btn,
.scroll-btn.right-btn {
    flex-shrink: 0;}  
/* / */

/* Blog */
.blog-page .intro-bg{
    background: url(../images/imgs/intro-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    color: #fff;
}
.blog-page .intro-sec{
    padding-top: clamp(45px, 10vw, 120px);
}
.blog-page .intro-sec h6{
    font-size: clamp(13px, 1vw, 14px);
}
.blog-page .intro-sec h2{
    font-family: 'Sequel_Sans_Roman_Disp';
    font-weight: 400;
    font-size: clamp(38px, 5vw, 64px);
    line-height: clamp(38px, 5vw, 72px);
}
.blog-page .intro-sec h5{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 0.90vw, 20px);
    line-height: clamp(20px,1vw, 32px);

}
.blog-section .featured-article img{
    width: 100%;
    aspect-ratio: 693/481;
    object-fit: cover;
}
.blog-section .side-article img{
    width: 181px;
    aspect-ratio: 181/120;
    object-fit: cover;
}
.blog-page .blog-section {
  margin-top: -20px !important;
}
.blog-page .blog-badge {
  background-color: #F4F4F4;
  padding: 4px 10px;
  display: inline-block;
}
.blog-page .blog-img img {
    width: 100%;
    aspect-ratio: 373/241;
    object-fit: cover;
}
.blog-page .blog-section .filter-tabs .nav-item .btn {
  border: 1px solid #825760;
  color: #2E0F15;
  background-color: #FFFFFF;
  padding: 8px 20px;
  border-radius: 0;
}
.blog-page .blog-section .filter-tabs .nav-item .btn:hover {
  background-color: #2E0F15;
  color: #fff;
  border-color: #2E0F15;
}
.filter-tabs {
  margin-top: -40px;
}
.nav-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.nav-list::-webkit-scrollbar {
  display: none; 
}
.blog-page .blog-section .filter-tabs .nav-item .btn.active,
.blog-page .blog-section .filter-tabs .nav-item .btn[aria-selected="true"] {
  background-color: #2E0F15;
  color: #fff;
  border-color: #2E0F15;
}
.blog-page .blog-section .filter-tabs .nav-tabs {
  border-bottom: none;
}
.blog-page .load-more__btn-wrap .load-more__btn {
    background-color: transparent !important; 
    color: #11606D;
    border-radius: 0 !important;
    border: 1px solid #11606D;
    padding: 9px 20px !important;
}
.blog-page .load-more__btn-wrap {
    margin-top: -10px !important;
}
.blog-page .read-more {
    font-size: 16px !important;
    color: #505050;
}
.blog-page hr {
  border: 1px solid #E5E7EB;  
}
.blog-container-border {
  position: relative;
  border-left: 1px solid #E5E7EB;
  border-right: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
  padding: 20px;
}
.blog-container-border::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  bottom: -5.5px; 
  left: -5.5px;
  transform: rotate(45deg);
}
.blog-container-border::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  bottom: -5.5px;
  right: -6px;
  transform: rotate(45deg);
}
.blog-page .contact-border-section .contact-border-wrapper {
    position: relative;
    padding: 40px 20px;
}
.blog-page .contact-border-section .contact-border-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #E5E7EB;
}
.blog-page .contact-border-section .contact-border-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #E5E7EB;
}
.blog-page .contact-border-section .top-line {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E5E7EB;
}
.blog-page .contact-border-section .diamond {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
    top: -6px;               
}
.blog-page .contact-border-section .diamond.left {
    left: -6px;
}
.blog-page .contact-border-section .diamond.right {
    right: -6px;
    bottom: 20px;
}
@media (max-width: 767px) {
  .blog-container-border::before,
  .blog-container-border::after{
    display: none;
  
  }
  .blog-container-border {
    border-bottom: none;
  }
}
/* my course page  */
.my-course .my-course-default img{
    width: 100%;
    aspect-ratio: 275.999267578125/211.66116333007812;
    object-fit: cover;
}
.my-course .btn-teal {
    background-color: #11606D;
}
.my-course .course-imgs{
    width: 100%;
    aspect-ratio: 337/200;
    object-fit: cover;}
.my-course .card .card-title{
    font-size: clamp(18px, 2vw, 20px);
    line-height: clamp(26.88px, 2vw, 30px);}
.my-course .card .card-text{
    font-size: clamp(12px, 1vw, 13px);
    line-height: clamp(28.66px, 2vw, 32px);}
.my-course .half-star {
    background: linear-gradient(to right,#DD9D34 50%, #B8B8B8 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;}
.my-course .current-amt{
    font-size: clamp(22px, 2vw, 24px);
    line-height: clamp(28.66px, 2vw, 32px);}
.my-course .main-amt{
    font-size: clamp(11px, 1vw, 12px);
    text-decoration: line-through;
    color: #666666;}
.my-course .course-default h5{
    font-size: clamp(18px, 2.5vw, 31px) !important;
}
.my-course .course-default p{
    font-size: clamp(14px, 1.5vw, 16px);
}
.my-course .blog-container-borderr {
  position: relative;
  border-top: 1px solid #E5E7EB;
}
.my-course .blog-container-borderr::before,
.blog-container-borderr::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #E5E7EB;
}
.my-course .blog-container-borderr::before { left: -15px; }
.my-course .blog-container-borderr::after  { right: -15px; }
.my-course .back-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #2E0F15;
}
/* my course page end  */
/* home page side */
.home-page .side-border-section {
  position: relative;
}
.home-page .side-border-section > .container {
  position: relative;
}
.home-page .side-border-section > .container::before,
.home-page .side-border-section > .container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;       
  background: #E5E7EB;    

  pointer-events: none;
}
.home-page .side-border-section > .container::before { left: 0; }
.home-page .side-border-section > .container::after  { right: 0; }
.home-page .parters-listes {
  position: relative;
}
.home-page .parters-listes .container {
  position: relative;
}
.home-page .parters-listes .container::before,
.home-page .parters-listes .container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #E5E7EB;
}
.home-page .parters-listes .container::before { left: 0; }
.home-page .parters-listes .container::after { right: 0; }
.home-page .parters-listes .container .top-line,
.home-page .parters-listes .container .bottom-line {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #E5E7EB;
}
.home-page .parters-listes .container .top-line { top: 0; }
.home-page .parters-listes .container .bottom-line { bottom: 0; }
.home-page .parters-listes .container .diamond-left,
.home-page .parters-listes .container .diamond-right,
.home-page .parters-listes .container .diamond-top-left,
.home-page .parters-listes .container .diamond-top-right {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  transform: rotate(45deg);
  z-index: 5;
}
.home-page .parters-listes .container .diamond-left { bottom: -5px; left: -5px; }
.home-page .parters-listes .container .diamond-right { bottom: -5px; right: -5px; }
.home-page .parters-listes .container .diamond-top-left,
.home-page .parters-listes .container .diamond-top-right {
  top: -6px;
  display: none;
}
@media (max-width: 767px) {
  .home-page .side-border-section > .container::before,
.home-page .side-border-section > .container::after {
    display: none;
}
  .home-page .parters-listes .container .diamond-left { left: 7px; }
  .home-page .parters-listes .container .diamond-right { right: 7px; }
  .home-page .parters-listes .container .diamond-top-left,
  .home-page .parters-listes .container .diamond-top-right {
    display: block;
  }
  .home-page .parters-listes .container .diamond-top-left {
    left: 6px;
  }
  .home-page .parters-listes .container .diamond-top-right {
    right: 6px;
  }
}
.home-page .top-course-list .top-course-box {
  position: relative;
}
.home-page .top-course-list .top-course-box .bottom-line {
  content: "";
  position: absolute;
  height: 1px;
  background: #E5E7EB;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.home-page .top-course-list .top-course-box .diamond-bottom-left,
.home-page .top-course-list .top-course-box .diamond-bottom-right {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  transform: rotate(45deg);
  bottom: -6px;
  z-index: 3;
}
.home-page .top-course-list .top-course-box .diamond-bottom-left { left: -6px; }
.home-page .top-course-list .top-course-box .diamond-bottom-right { right: -6px; }
@media (max-width: 767px) {
  .home-page .top-course-list .top-course-box .bottom-line,
  .home-page .top-course-list .top-course-box .diamond-bottom-left,
  .home-page .top-course-list .top-course-box .diamond-bottom-right {
    display: none;
  }
}
.home-page .add-padding .about-box,
.home-page .add-padding .about-box * {
  box-sizing: border-box;
}
.home-page .add-padding .about-box .mobile-bottom-line,
.home-page .add-padding .about-box .mobile-diamond-left,
.home-page .add-padding .about-box .mobile-diamond-right {
  display: none;
}
@media (max-width: 767px) {
  .home-page .add-padding .about-box {
    position: relative;
    overflow: visible; 
    -webkit-overflow-scrolling: touch;
  }
  .home-page .add-padding .about-box .mobile-bottom-line {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #E5E7EB;
    z-index: 1;
  }
  .home-page .add-padding .about-box .mobile-diamond-left,
  .home-page .add-padding .about-box .mobile-diamond-right {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
    transform-origin: center;
    bottom: -5px;        
    z-index: 3;
    pointer-events: none;  
  }
  .home-page .add-padding .about-box .mobile-diamond-left  { left: 3px;  }
  .home-page .add-padding .about-box .mobile-diamond-right { right: 3px; }
  .home-page .add-padding .about-box .mobile-diamond-left,
  .home-page .add-padding .about-box .mobile-diamond-right,
  .home-page .add-padding .about-box .mobile-bottom-line {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .home-page .home-page .side-border-section > .container::before,
  .home-page .home-page .side-border-section > .container::after {
    display: none;
    width: 0;
    opacity: 0;
  }
}
/* home page end */
/* about page */
.about-page .intro-bg {
    background: url(../images/imgs/intro-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow-x: hidden !important; */
    color: #fff;
}

.about-page .intro-sec {
    padding-top: clamp(45px, 10vw, 120px);
}

.about-page .intro-sec h6 {
    font-size: clamp(13px, 1vw, 14px);
}

.about-page .intro-sec h2 {
    font-family: 'Sequel_Sans_Roman_Disp';
    font-weight: 400;
    font-size: clamp(38px, 5vw, 64px);
    line-height: clamp(38px, 5vw, 72px);
}

.about-page .intro-sec h5 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 20px);
    line-height: clamp(20px, 3vw, 32px);
}

.about-page .feature-card {
    border: 1px solid #E2E2E2;
    /* background: #fff; */
    z-index: 2;
}

.about-page .advanced-analytics-card {
    position: absolute;
    bottom: -300px;
}

.about-page .feature-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #F8F8F8;
}

.about-page .feature-icon img {
    width: 28px;
    height: 28px;
}

.about-page .card-title {
    font: Space Grotesk;
    font-size: clamp(12.11px, 2vw, 18px) !important;
    font-weight: 700;
    color: #2E2E2E;
}

.about-page .card-text {
    font: DM Sans !important;
    font-style: Light;
    font-size: clamp(10.09px, 2vw, 15px) !important;
    font-weight: 300;
    color: #000000;
}

.about-page .card-body-feature-card {
    margin-top: 200px !important;
}

.boder-icon .add-padding .container {
    position: relative;
    padding-top: 12%;
    border: 1px solid #E5E7EB;
    padding-bottom: 3%;
}

.home-page.boder-icon .add-padding .container {
    position: relative;
    padding-top: 4%;
    border: 1px solid #E5E7EB;
    padding-bottom: 3%;
    z-index: -1;
}

.boder-icon .add-padding .top-corners::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
    /* z-index: 1; */
}

.boder-icon .add-padding .top-corners::after {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
    /* z-index: 1; */
}

.boder-icon .add-padding .bottom-corners::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
    z-index: 1;
}

.boder-icon .add-padding .bottom-corners::after,
.boder-icon.home-page .add-padding .bottom-corners::after{
    content: "";
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
    z-index: 1;
}

.boder-icon .partners-add-padding .container:first-child {
    position: relative;
    border: 1px solid #E5E7EB;
    border-top: none;
    padding-top: 2%;
    padding-bottom: 3%;
    margin-top: -135px;
}

.boder-icon .partners-add-padding .container:first-child .partners-bottom-corners::before,
.boder-icon .partners-add-padding .container:first-child .partners-bottom-corners::after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
}

.boder-icon .partners-add-padding .container:first-child .partners-bottom-corners::before {
    left: -6px;
}

.boder-icon .partners-add-padding .container:first-child .partners-bottom-corners::after {
    right: -6px;
}

.about-page .learning-path-section .feature-box {
    background: #ECECEC;
}

.about-page .learning-path-section .feature-second {
    background-color: #008EA6;
}

.about-page .learning-path-section .left-p-content {
    font-family: DM Sans;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 20px);
    line-height: clamp(20px, 3vw, 32px);
    max-width: 540px;
}

.about-page .learning-path-section .heding-side {
    font-family: "Sequel Sans";
    font-weight: 400;
    font-family: 'Sequel_Sans_Roman_Disp';
    font-size: clamp(38px, 5vw, 64px);
    line-height: clamp(44px, 6vw, 72px);
}

.about-page .learning-path-section .feature-box-h1 {
    font-family: Inter;
    font-weight: 800;
    font-style: "Extra Bold";
    font-size: clamp(15px, 2vw, 19px);
}

.about-page .learning-path-section.feature-box-p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: clamp(11px, 2vw, 14px);
}

.about-page .learning-path-section .learing-path-button {
    background-color: #11606D;
    color: #FFFFFF;
}

.boder-icon .learning-path-section .container {
    position: relative;
    border: 1px solid #E5E7EB;
    border-top: none;
    padding-bottom: 3%;
    padding-top: 2%;
    margin-top: -135px;
}

.boder-icon .learning-path-section .partners-bottom-corners::before,
.boder-icon .learning-path-section .partners-bottom-corners::after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
}

.boder-icon .learning-path-section .partners-bottom-corners::before {
    left: -6px;
}

.boder-icon .learning-path-section .partners-bottom-corners::after {
    right: -6px;
}

.boder-icon .about-make-concept .container:first-child {
    position: relative;
    border: 1px solid #E5E7EB;
    border-top: none;
    padding-bottom: 4%;
    padding-top: 2%;
    margin-top: -135px;
}

.boder-icon .about-make-concept .container:first-child .partners-bottom-corners::before,
.boder-icon .about-make-concept .container:first-child .partners-bottom-corners::after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
}

.boder-icon .about-make-concept .container:first-child .partners-bottom-corners::before {
    left: -6px;
}

.boder-icon .about-make-concept .container:first-child .partners-bottom-corners::after {
    right: -6px;
}

.boder-icon .about-testimonials .container:first-child {
    position: relative;
    border: 1px solid #E5E7EB;
    border-top: none;
    padding-bottom: 0px;
    padding-top: 2%;
    margin-top: -135px;
}

.boder-icon .about-testimonials .container:first-child .partners-bottom-corners::before,
.boder-icon .about-testimonials .container:first-child .partners-bottom-corners::after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
    z-index: 1;
}

.boder-icon .about-testimonials .container:first-child .partners-bottom-corners::before {
    left: -6px;
}

.boder-icon .about-testimonials .container:first-child .partners-bottom-corners::after {
    right: -6px;
}

.boder-icon .about-contact-us .container:first-child {
    position: relative;
    border: 1px solid #E5E7EB;
    border-top: none;
    border-bottom: none;
    padding-bottom: 3%;
    padding-top: 4%;
    margin-top: -135px;
}

.boder-icon .about-make-concept .make-concept-wrapper {
  position: relative;
  display: inline-block;
}
.boder-icon .about-make-concept .concept-content {
  position: relative;
  display: inline-block;
}
.boder-icon .diamond-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 3;
}
.boder-icon .diamond-icons.left {
  left: -19px;}
.boder-icon .diamond-icons.right {
  right: -18px;}
.boder-icon .diamond {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  transform: rotate(45deg);
  display: block;
}
.boder-icon .diamond-icons.left .diamond:nth-child(1) {
  transform: translateY(100px) rotate(45deg);}
.boder-icon .diamond-icons.left .diamond:nth-child(3) {
  transform: translateY(135px) rotate(45deg);}
.boder-icon .diamond-icons.right .diamond:nth-child(1) {
  transform: translateY(100px) rotate(45deg);}
.boder-icon .diamond-icons.right .diamond:nth-child(3) {
  transform: translateY(135px) rotate(45deg);}
 @media (max-width: 767px) {
  .boder-icon .diamond-icons {
    display: none;
  }
} 

@media (max-width: 767px) {

    .boder-icon .add-padding .container,
    .boder-icon .partners-add-padding .container {
        border: none !important;
        position: relative;
        padding-left: 25px;
        padding-right: 10px;
    }
    .home-page.boder-icon .add-padding .container{
        padding-right: 25px;
    }

    .boder-icon .add-padding .container {
        padding-bottom: 15%;
        margin-top: -50px;
    }

    .boder-icon .partners-add-padding .container {
        padding-top: 5%;
        margin-bottom: 20px;
    }

    .advanced-analytics-card {
        margin-top: -70px !important;
    }

    .boder-icon .add-padding .container::before,
    .boder-icon .add-padding .container::after,
    .boder-icon .partners-add-padding .container:first-child::before,
    .boder-icon .partners-add-padding .container:first-child::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #E5E7EB;
        
    }

    .boder-icon .add-padding .container::before,
    .boder-icon .partners-add-padding .container:first-child::before {
        left: 8px;
    }

    .boder-icon .add-padding .container::after,
    .boder-icon .partners-add-padding .container:first-child::after {
        right: 8px;
    }

    .boder-icon .add-padding .container:first-child .top-border,
    .boder-icon .partners-add-padding .container:first-child .top-border {
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #E5E7EB;
    }

    .boder-icon .add-padding .container:first-child .bottom-border,
    .boder-icon .partners-add-padding .container:first-child .bottom-border {
        position: absolute;
        bottom: -1%;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #E5E7EB;
        z-index: 999;
    }

    .boder-icon .add-padding .top-corners::before,
    .boder-icon .add-padding .top-corners::after,
    .boder-icon .add-padding .bottom-corners::before,
    .boder-icon .add-padding .bottom-corners::after,
    .boder-icon .partners-add-padding .container:first-child .partners-top-corners::before,
    .boder-icon .partners-add-padding .container:first-child .partners-top-corners::after,
    .boder-icon .partners-add-padding .container:first-child .partners-bottom-corners::before,
    .boder-icon .partners-add-padding .container:first-child .partners-bottom-corners::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #FFFFFF;
        border: 1px solid #E5E7EB;
        transform: rotate(45deg);
        z-index: 9999;
    }

    .boder-icon .add-padding .bottom-corners::before,
    .boder-icon .add-padding .bottom-corners::after {
        display: none !important;
    }

    .boder-icon .add-padding .top-corners::before,
    .boder-icon .partners-add-padding .container:first-child .partners-top-corners::before {
        top: -6px;
        left: 4px;
    }

    .boder-icon .add-padding .top-corners::after,
    .boder-icon .partners-add-padding .container:first-child .partners-top-corners::after {
        top: -6px;
        right: 4px;
    }

    .boder-icon .add-padding .bottom-corners::before,
    .boder-icon .partners-add-padding .container:first-child .partners-bottom-corners::before {
        bottom: -6px;
        left: 4px;
    }

    .boder-icon .add-padding .bottom-corners::after,
    .boder-icon .partners-add-padding .container:first-child .partners-bottom-corners::after {
        bottom: -6px;
        right: 4px;
    }

    .boder-icon .about-contact-us .container:first-child {
        border: none !important;
        position: relative;
    }

    .boder-icon .add-padding .bottom-corners::before,
    .boder-icon .add-padding .bottom-corners::after {
        display: none !important;
    }

    .boder-icon .add-padding .top-corners::before,
    .boder-icon .partners-add-padding .container:first-child .partners-top-corners::before {
        top: -6px;
        left: 4px;
    }

    .boder-icon .about-testimonials .container:first-child {
        border: none;
    }

    /* .boder-icon .about-make-concept .container:first-child {
        border: none;
    } */

    .boder-icon .learning-path-section .container {
        border: none;
    }

    .boder-icon .about-contact-us .container:first-child {
        margin-top: -60px;
        padding-top: 8%;
        padding-bottom: 8%;
    }

    .boder-icon .about-contact-us .container:first-child::before,
    .boder-icon .about-contact-us .container:first-child::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #E5E7EB;
        z-index: 1;
    }

    .boder-icon .about-contact-us .container:first-child::before {
        left: 8px;
    }

    .boder-icon .about-contact-us .container:first-child::after {
        right: 8px;
    }

    .boder-icon .about-contact-us .container:first-child .partners-top-corners::before,
    .boder-icon .about-contact-us .container:first-child .partners-top-corners::after
    /* .boder-icon .about-contact-us .container:first-child .partners-bottom-corners::before  */
    {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #FFFFFF;
        border: 1px solid #E5E7EB;
        transform: rotate(45deg);
        z-index: 9999;
    }

    .boder-icon .about-contact-us .container:first-child .partners-top-corners::before {
        top: -6px;
        left: 4px;
    }

    .about-page .about-contact-us .container:first-child .partners-bottom-corners::before,
    .boder-icon .about-contact-us .container:first-child .partners-top-corners::after {
        top: -6px;
        right: 4px;
    }

    .boder-icon .about-contact-us .container:first-child .top-border {
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #E5E7EB;
    }

    .boder-icon .learning-path-section .partners-bottom-corners::before,
    .boder-icon .learning-path-section .partners-bottom-corners::after {
        display: none;
    }

    .boder-icon .about-testimonials .container:first-child .partners-bottom-corners::before,
    .boder-icon .about-testimonials .container:first-child .partners-bottom-corners::after {
        display: none;
    }

    /* .boder-icon .about-make-concept .container:first-child .partners-bottom-corners::before,
    .boder-icon .about-make-concept .container:first-child .partners-bottom-corners::after {
        display: none;
    } */

    .about-page .about-contact-us {
        margin-top: -10%;
    }
    .home-page .partners-line.bottom-line {
        display: none;
    }
      
    
      
    
.boder-icon .about-make-concept .container:first-child {
    position: relative;
    padding-top: 8%;
    padding-bottom: 13%;
    border: none; 
}
.boder-icon .about-make-concept .container:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;               
    width: 301px !important;             
    border-top: 1px solid #E5E7EB;
}

.boder-icon .about-make-concept .container:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;                  
    width: 301px;
    border-bottom: 1px solid #E5E7EB;
}
.boder-icon .about-make-concept .container:first-child .partners-top-corners::after {
    content: "";
    position: absolute;
    top: -6px;
    right: 301px;            
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
}
.boder-icon .about-make-concept .container:first-child .partners-top-corners::before {
    display: none;
}
.boder-icon .about-make-concept .container:first-child .partners-bottom-corners::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 301px;              
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
}
.boder-icon .about-make-concept .container:first-child .partners-bottom-corners::before {
    display: none;
}
  /* .boder-icon .partners-section {
  position: relative;
  border-top: 1px solid #E5E7EB;
}
.boder-icon .partners-section::before {
  content: "";
  position: absolute;
  top: -6px;  
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  transform: rotate(45deg);
  z-index: 2;
}
.boder-icon .partners-section::before {
  left: -10px;       
} */
}

/* @media (max-width: 767px) {
.boder-icon.home-page .about-make-concept .container:first-child .partners-top-corners::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 97px;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);}
.boder-icon.home-page .about-make-concept .container:first-child .partners-top-corners::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 5px;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);}
.boder-icon .about-make-concept .container:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #E5E7EB;
}
} */



@media (max-width: 1600px) {
    .about-page .add-padding {
        padding-top: 260px;
    }
}

@media (max-width: 992px) {
    .about-page .add-padding {
        padding-top: 450px;
    }
}

@media (max-width: 768px) {
    .about-page .add-padding {
        padding-top: 380px;
    }
    .about-page .partners-list .top-line::after,
    .about-page .partners-list .top-line::before{
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      background-color: #FFFFFF;
      border: 1px solid #E5E7EB;
      transform: translateY(-50%) rotate(45deg);
      top: 50%;
    }
    .about-page .partners-list .top-line::before {
      left: -10px;
    }
    .about-page .partners-list .top-line::after {
      right: -10px;
    }
        .about-page .partners-list .bottom-line {
           display: none;
          }
}

@media (max-width: 576px) {
    .about-page .add-padding {
        padding-top: 480px;
    }
}

@media (max-width: 992px) {
    .about-page .advanced-analytics-card {
        bottom: -500px;
    }

    .about-page .card-body-feature-card {
        margin-top: 120px !important;
    }
}

@media (max-width: 768px) {
    .about-page .advanced-analytics-card {
        position: absolute;
        top: 20px;
        margin-top: -35%;
    }

    .about-page .card-body-feature-card {
        margin-top: 100px !important;
    }
}

@media (max-width: 745px) {
    .about-page .add-padding {
        margin-top: -10%;
    }
}

@media (max-width: 576px) {
    .about-page .add-padding {
        margin-top: -30%;
    }

    .about-page .about-contact-us {
        margin-top: -15% !important;
    }
}

/* make-concept */
.make-concept img{
    width: 388px;
    aspect-ratio: 388/502;
    object-fit: cover;}
@media (max-width: 767px) {
.make-concept img{
    width: 192px;
    aspect-ratio: 192/249;
    object-fit: cover;}
}
.make-concept h5{
    font-size: clamp(14px, 2vw, 20px);
    line-height: clamp(20px, 4vw, 32px);}
.make-concept .concept-banner {
    position: relative;
    overflow: hidden;
    min-height: 300px; }
.make-concept .concept-slider-bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); 
    z-index: 1;}
.make-concept .concept-slider-bg .slick-item {
    text-align: center;}
.make-concept .concept-slider-bg h1 {
    font-size: 80px;             
    font-weight: 700;
    color: rgba(0,0,0,0.05);     
    white-space: nowrap;}
.make-concept .content-layer {
    position: relative;
    z-index: 2;}
.make-concept .slick_concept_list .slick-item h1{
    color: #EBEBEB;
    font-size: clamp(50px, 10vw, 188.3px);
    font-family: 'Sequel_Sans_Black_Disp';
    letter-spacing: 2px; 
    line-height: 103%;}
/* / */
/* my course */
.my-course .card {
    box-shadow: 0.9px 5.38px 39.34px 0px #30303014 !important;
    transition: transform 0.4s ease;
}
/*  */
/* testimonials */
.testimonials .card{
    box-shadow: 1px 6px 43.9px 0px #30303014;
    background: #ffff;
}
.testimonials .card-body .testimonial-img{
    width: 100%;
    aspect-ratio: 388/313;
    object-fit: cover;
}
.testimonials .card-body .testimonial-name{
    font-size: clamp(12px, 3vw, 24px);
    line-height: 103%;
    font-weight: 365;
    font-family: 'Sequel_Sans_Medium_Head';

}
.testimonials .card-body .testimonial-posi{
    font-size: clamp(9px, 2vw, 16px);
    line-height: clamp(15.13px, 4vw, 32px);
}

.testimonials .card-body .logo-img{
    width: 120px;
    aspect-ratio: 120/22.5;
    object-fit: cover;
    filter: grayscale(100%);
    mix-blend-mode: multiply; 
}
@media (max-width: 767px) {
    .testimonials .card-body .logo-img{
        width: 54px;
        aspect-ratio: 54/10;
        object-fit: cover;
    }
}
.testimonials .card-body .card-title{
    font-size: clamp(16px, 4vw, 38px);
    line-height: clamp(113%, 2vw, 120%);
}
.testimonials .card-body .card-text{
    font-size: clamp(12px, 2vw, 19px);
    line-height: clamp(14.28px, 4vw, 32px);
}

.testimonials .custom-arrows {
    position: absolute;
    bottom: 112px;               
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;                
    z-index: 10;
  }
.testimonials .slick-next:before, .slick-prev:before{
    font-size: 0px !important;
}
  
  /* .custom-arrows button {
    background: #fff;
    border: none;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: 0.3s;
  }
   */
  /* .custom-arrows button:hover {
    background: #f0f0f0;
  } */
  
  /* .custom-arrows img {
    width: 20px;
    height: 20px;
    display: block;
  } */
  
  .slick-next, .slick-prev {

    width: 0px !important;
    height: 0px !important;
}
/* / */

/* contact-us */
.contact-us .user-img {
    width: 136px;
    aspect-ratio: 136 / 140;
    overflow: hidden;            
    display: block;}
.contact-us .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;        
    display: block;}
.contact-us .card{
    /* box-shadow: 1px 6px 43.9px 0px #30303014 !important; */
}
.contact-us .right-card,
.contact-us  .left-card{
    box-shadow: 1px 6px 43.9px 0px #30303014;
}

.contact-pg-img{
    width: 100%;
    aspect-ratio: 434/254;
    object-fit: cover;}
.contact-us .con-form h2{
    font-size: clamp(34px, 2vw, 37px);}
.contact-us .con-form input{
    /* background-color: #ffff !important; */}
.contact-us .con-form .form-control:focus {
    border: none;}
.contact-us .con-form .form-control{
    border-bottom: 1px solid #E5E7EB !important;
    border-radius: 0px !important;
    background-color: #fff !important;
    padding: 8px 5px !important;
    border: none;
    font-size: 17px;}
/* / */

/* course-view */
.course-view-banner{
    padding-top: 85px !important;}
@media (min-width: 991px) {
.cou-banner-bg{
    background-color: #003740 !important;
    padding-bottom: 80px;
}}
.banner-top{
    margin-top: -48px;
    margin-left: 30px;
}
@media (max-width: 991px) {
.banner-course-card .card{
    box-shadow: none !important;}}
.course-view-banner h2{
    font-size: 34px;
    line-height: 43px;
    color: #F8F8F8;}
.course-view-banner p{
    font-size: 16px;
    line-height: 26px;
    color: #B1D9DF;}
.course-view-banner h3{
    font-size: 16px;
    line-height: 24px;
    color: #B1D9DF;}
.course-view-banner .star-text{
    color: #B1D9DF;}
.course-view-banner .banner-points{
    background-color: #fff;
    box-shadow: 1px 6px 43.9px 0px #30303014;
    border-radius: 23px;}
@media (min-width: 767px) {
.course-view-banner .banner-points{
    position: absolute;
    width: 100%;
    max-width: 580px;}}
.course-view-banner .banner-points h3{
    font-size: clamp(12px, 2vw, 18px);
    line-height: clamp(27.21px, 3vw, 43px);
    color: #1E1E1E !important;}
.course-view-banner .banner-points h6{
    font-size: clamp(9.72px, 1.5vw, 14px);
    line-height: clamp(20.25px, 2vw, 32px);
    color: #626262 !important;}
.course-view-banner .banner-points {
    display: flex;
    justify-content: space-between;}    
.course-view-banner .banner-pnt {
    flex: 1;
    border-right: 1px solid #EAEAEA;
    padding: 0 10px;}
.course-view-banner .banner-pnt:last-child {
    border-right: none; }
.course-view-banner .banner-course-card {
    z-index: 5;
    margin-bottom: 35px;}
@media (max-width: 767.98px) {
.course-view-banner .banner-course-card {
    z-index: 5;
    margin-bottom: 0px;}
}
@media (min-width: 991px) {
.course-view-banner .banner-course-card {
    max-width: 350px;}
.course-view-banner .banner-course-card {
    position: absolute;
    right: 80px;
    left: auto;
    bottom: -95%;}}
@media (min-width: 992px) and (max-width:1399px) {
.course-view-banner .banner-course-card {
    position: absolute;
    right: 42px;
    left: auto;
    bottom: -38%;}}
@media (min-width: 767.98px) { 
.course-view-banner .banner-course-card {
    bottom: -82%;
}
.course-view-banner .banner-course-card .course-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 358/212;
    overflow: hidden;}
.course-view-banner .banner-course-card .course-img-wrapper .course-imgs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;}
@media (max-width: 767.98px){
.course-view-banner .banner-course-card .course-img-wrapper .course-imgs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;}
}
.course-view-banner .banner-course-card .course-img-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: linear-gradient(178.72deg, rgba(0,0,0,0) 55.5%, rgba(4,4,4,0.85) 93.61%);
    pointer-events: none;}}
@media (max-width: 767.98px){
.course-view-banner .banner-course-card .course-img-wrapper::after {
    border-radius: 20px;}
}
.course-view-banner .banner-course-card .course-img-wrapper .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.course-view-banner .banner-course-card .course-about-detail h6{
    color: #584246;
    font-size: 10px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.course-view-banner .banner-course-card .top-banners{
    position: absolute;
}
@media (max-width: 767.98px) { 
.course-view-tab #scrollNav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    scrollbar-width: none; }
.course-view-tab #scrollNav::-webkit-scrollbar {
    display: none; }
.course-view-tab #scrollNav .nav-item {
    flex: 0 0 auto;}}
.course-view-tab .nav-tabs .nav-item a.active span {
    color: #1E1E1E;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;}
.course-view-tab .nav-tabs .nav-item a span {
    color: #757575;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;}
@media (max-width: 767px) {
.course-view-tab .nav-tabs .nav-item a.active span {
    color: #2E0F15;
    font-size: 17px;
    line-height: 16.93px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;}
.course-view-tab .nav-tabs .nav-item a span {
    color: #757575;
    font-size: 17px;
    line-height: 16.93px;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;}
.course-view-tab .nav-tabs .nav-item a.active{
    border-bottom: 5px solid #2898AA;
    border-radius: 0px; 
    display: inline-block;}}
.course-view-tab .tab-content h1{
    font-size: clamp(18px, 2vw, 28px);
    color: #1E1E1E;
    font-family: 'Sequel_Sans_Roman_Disp';
    font-weight: 400;}
@media (max-width: 767px) {
.course-view-tab .tab-content h1{
    font-size: clamp(18px, 2vw, 28px);
    color: #2E0F15;
    font-family: "Poppins", sans-serif;        
    font-weight: 600;}}
.course-view-tab .tab-content .learn-points ul li{
    color: #626262;
    font-size: clamp(13px, 1.5vw, 18px);
    line-height: clamp(22px, 2vw, 32px);}
.course-view-tab .tab-content .learn-points .tick-list,
.course-view-tab .tab-content .learn-points .triangle-mark,
.course-view-tab .tab-content .accordion .accordion-body .acc-tick-list{
    list-style: none; 
    padding-left: 0;}
.course-view-tab .tab-content .learn-points .tick-list li,
.course-view-tab .tab-content .accordion .accordion-body .acc-tick-list li{
    position: relative;
    padding-left: 30px; 
    margin-bottom: 10px;}
.course-view-tab .tab-content .learn-points .triangle-mark li {
    position: relative;
    padding-left: 27px; 
    margin-bottom: 10px;
    line-height: 1.5;}
.course-view-tab .tab-content .learn-points .tick-list li::before{
    content: ""; 
    position: absolute;
    left: 0;
    top: 6%;
    width: 20px; 
    height: 20px;
    background-image: url('../images/icons/check.svg'); 
    background-size: contain; 
    background-repeat: no-repeat;}
.course-view-tab .tab-content .accordion .accordion-body .acc-tick-list li::before{
    content: ""; 
    position: absolute;
    left: 0;
    top: 20%;
    width: 20px; 
    height: 20px;
    background-image: url('../images/icons/check.svg'); 
    background-size: contain; 
    background-repeat: no-repeat;}
@media (max-width: 767px) {
.course-view-tab .tab-content .learn-points .tick-list li::before{
    content: ""; 
    position: absolute;
    left: 0;
    top: 4%;
    width: 20px; 
    height: 20px;
    background-image: url('../images/icons/check-blue.svg'); 
    background-size: contain; 
    background-repeat: no-repeat;}
.course-view-tab .tab-content .accordion .accordion-body .acc-tick-list li::before{
    top: -1%;}}
.course-view-tab .tab-content .learn-points .triangle-mark li::before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 20%;
    width: 5.4px; 
    height: 5.4px;
    background-image: url('../images/icons/Rectangle.svg'); 
    background-size: contain; 
    background-repeat: no-repeat;}
.course-view-tab .tab-content .accordion{
    background-color: #fff;
    box-shadow: 1px 6px 43.9px 0px #30303014;
    border: none !important;}
@media (max-width: 767px) {
.course-view-tab .tab-content .accordion{
    box-shadow: none;}}
.course-view-tab .tab-content  .accordion-item{
    border: none;}
.course-view-tab .tab-content .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;}
.course-view-tab .tab-content .accordion-button:not(.collapsed) {
    color: #1E1E1E;
    background-color: #fff !important;
    font-size: clamp(15px, 2vw, 24px);
    box-shadow: none;
    font-weight: 400;
    font-family: 'Sequel_Sans_Medium_Disp';
    border-bottom: none;}
.course-view-tab .tab-content .accordion-button {
    font-size: clamp(15px, 1.5vw, 18px);   
    line-height: clamp(24.43px, 3vw, 43px); 
    border-bottom: 1px solid #E5E5E5;     
    padding: 0.75rem 1.25rem;             
    color: #1E1E1E;                        
    text-align: left;                       
    background-color: transparent;          
    text-transform: capitalize;
    font-family: 'Sequel_Sans_Medium_Disp';
    font-weight: 400;}
@media (max-width: 767px) {
.course-view-tab .tab-content .accordion-button,
.course-view-tab .tab-content .accordion-button:not(.collapsed) {
    padding: 0.75rem 0.25rem; 
    color: #2E0F15; 
    font-size: 15px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;}}
.course-view-tab .tab-content .accordion-item:last-child .accordion-button {
    border-bottom: none; }
.course-view-tab .tab-content .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;}  
.course-view-tab .tab-content .accordion .accordion-body .acc-tick-list li{
    color: #646464 !important;
    font-size: clamp(12.87px, 1.2vw, 16px);
    line-height: clamp(18.18px, 2vw, 32px);}
.course-view-tab .tab-content .accordion .accordion-body {
    padding: 0rem 1.25rem !important;}
.course-view-tab .tab-content .accordion .accordion-item:last-child .accordion-body {
    padding-bottom: 1rem !important;}
.course-view-tab .tab-content .course-review .cou-review-user{
    width: 48px;
    aspect-ratio: 48/48;
    object-fit: cover;
    border-radius: 50%;}
@media (max-width: 767px) {
.course-view-tab .tab-content .course-review .cou-review-user{
    width: 38px;
    aspect-ratio: 38/38;
    object-fit: cover;
    border-radius: 50%;}}
.course-view-tab .tab-content .course-review h3{
    font-size: clamp(14px, 1vw, 16px);
    color: #1E1E1E;
    font-weight: 600;}
.course-view-tab .tab-content .course-review h6{
    font-size: clamp(11px, 1vw, 13px);
    color: #626262;
    font-weight: 400;}
.course-view-tab .tab-content .course-review p{
    font-size: clamp(13px, 1.5vw, 18px);
    font-weight: 400;
    line-height: clamp(20px, 2vw, 32px);
    color: #626262 !important;}
.course-view-tab .tab-content .course-review{
    border-bottom: 1px solid #E5E5E5;}
.course-view-tab .tab-content .course-review:last-of-type {
    border-bottom: none;}
.course-view .course-sec h1{
    font-size: 34px;}
@media (max-width: 767px) {
.course-view .course-rev{
    font-size: 26px !important;}}
.course-view .card-body h5{
    color: #000009;
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
    font-weight: 800;}
@media (max-width: 767px) {
.course-view .banner-course-card .card-body h5{
    color: #2E0F15;
    font-size: 18px !important;
    font-family: var( --bs-font-inter-extra-bold);
    font-weight: 800;}}
.course-view .related-cou{
    color: #1E1E1E !important;}
@media (max-width: 991px) {
.mobile-view {
    position: fixed;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    border-radius: 36px;
    background-color: #fff;
    width: 95%; 
    max-width: 600px; 
    box-shadow: 0px 4px 21px -5.25px #24242433;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    margin: 0;}
.mobile-view.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;}}
@media (max-width: 767.98px) {
.course-view .course-sec .nav.nav-list.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;}
.course-view .course-sec .nav.nav-list.nav-tabs .nav-item {
    flex: 0 0 auto;}
.course-view .course-sec .nav.nav-list.nav-tabs::-webkit-scrollbar {
  display: none; }}
.border-full{
    border-left: 1px solid #E5E7EB ;
    border-right: 1px solid #E5E7EB;}
.course-view .course-content-sec h1{
    font-size: 22px;
    color: #1E1E1E;
    line-height: 43px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.course-view .custom-breadcrumb {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #545454;
}

.course-view .custom-breadcrumb span:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  color: #545454;
}
.course-view .course-sidebar .sidebar-card {
  background: #F8F8F8;
  /* padding: 12px; */
  position: relative;
  overflow: visible;
}
.course-view .course-sidebar .sidebar-header h5 {
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 700;
  letter-spacing: 0.1px;
}
.course-view .subject-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;        
  font-size: 14px !important;
  line-height: 43px !important;      
  letter-spacing: 0 !important;
  vertical-align: middle !important;
}
.course-view .subject-toggle {
  background: transparent;
  border: 0;
  padding: 10px 8px;
  text-align: left;
  width: 100%;
  color: #121212;
  cursor: pointer;
  border-radius: 8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 8px;
}
.course-view .subject-left { display:flex; align-items:center; gap:8px; }
.course-view .subject-icon { width:18px; height:18px; opacity:0.95; }
.course-view .chev-wrap {
  width:30px;
  height:30px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  border: 0.85px solid #DBDBDB;
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}
.course-view .subject-toggle .chevron {
  transition: transform .22s ease, color .22s;
  color: #9E9E9E;
  font-size:10px !important;
}
.course-view .subject-item.open > .subject-toggle {
  background: transparent !important;
  color: #333333 !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}
.course-view .subject-item.open > .subject-toggle .chevron {
  transform: rotate(90deg);
  color: #9E9E9E !important;
}
.course-view .subject-list .subject-item {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 5px;
}
.course-view .subject-list .subject-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0;
    padding-bottom: 40px;
}
.course-view .chapter-wrap {
  overflow: hidden;
  transition: max-height .28s ease, opacity .28s ease;
}
.course-view .chapter-wrap.collapsed { max-height: 0; opacity: 0; pointer-events: none; }
.course-view .chapter-wrap.open { max-height: 800px; opacity: 1; pointer-events: auto; }
.course-view .chapter-list { margin: 0; padding: 0; list-style: none; }
.course-view .chapter-item { border-radius: 8px; margin-top: 6px; }
.course-view .chapter-row {
  font-size: 13px;
  color: #444444;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding: 6px 8px;
  border-radius: 8px;
}
.course-view .chapter-toggle {
  background: transparent;
  border: 0;
  padding-left: 57px;
  font-size: 13px;
  text-align:left;
  cursor:pointer;
  color:inherit;
}
.course-view .chapter-text {
    font-family: "Poppins", sans-serif;
  font-weight: 400;   
  font-size: 14px !important;
}
.course-view .ch-chevron {
  transition: transform .25s ease;
  color:#136977;
  font-size:10px !important;
  margin-right: 10px;
}
.course-view .chapter-item.open .chapter-row {
  background: #D2E8EC; 
  color: #121212;
  font-weight:900;
  box-shadow: inset 0 -1px 0 rgba(11,59,74,0.015);
}
.course-view .chapter-item.open .ch-chevron {
  transform: rotate(90deg);
  color: #5b5b5b;
}
.course-view .unit-list {
  margin-top: 6px;
  transition: max-height .25s ease, opacity .25s ease;
  padding-left: 0;
}
.course-view .unit-list.collapsed { max-height: 0; opacity: 0; pointer-events: none; overflow: hidden; }
.course-view .unit-list.open { max-height: 400px; opacity: 1; pointer-events: auto; }
.course-view .unit-btn {
  position: relative;
  padding: 8px 12px 8px 88px;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  font-size: 13px;
  color: #666666;
  cursor: pointer;
  border-radius: 8px;
  display:flex;
  align-items:center;
  gap:10px;
}
.course-view .unit-btn .selected-dot {
  position: absolute;
  left: 12px;            
  top: 50%;
  transform: translateY(-50%) scale(.9);
  width:8px;
  height:8px;
  border-radius:50%;
  background: #136977;
  display:inline-block;
  visibility: hidden;
  transition: transform .14s ease, visibility .08s linear;
}
.course-view .unit-btn.active .selected-dot {
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.course-view .unit-btn.active {
  background: rgba(12,55,67,0.06);
  color: #000000; 
  font-weight:900;
}
.course-view .chapter-row.active,
.course-view .chapter-item.open .chapter-row {
  font-size: 14px;
  color: #121212;
  font-weight:600;
}
.course-view .unit-label {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;   
  font-size: 14px !important;
}
.course-view .fa-chevron-right:before {
 width: 5.879999160766607px !important;
 height: 2.9399998188018843px !important;
 color: #136977;
}
.course-view .syllabus-card {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course-view .syllabus-card .left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.course-view .syllabus-card .text-end {
  margin-left: auto;       
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-view .syllabus-card .text-end img {
  width: 24px;
  height: 24px;
  display: block;
}

.course-view .syllabus-card .text {
  font: 500 17px Poppins, sans-serif;
  color: #121212;
}

.course-view .syllabus-card .drop-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-view-details .nav-tabs .nav-item .btn {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #545454;
  padding: 0px;
  position: relative;
}

/* ACTIVE TAB */
.course-view-details .nav-tabs .nav-item .btn.active {
  font-weight: 700;
  color: #000;
}
.course-view-details .nav-tabs .nav-item .btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 3px;
  background: #0A4347; 
  border-radius: 2px;
}
.course-view-details .nav-tabs .nav-item .btn:hover {
  color: #000;
}
.course-view .view-btn {
  background: #0c595f;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 0px;
  font-weight: 600;
  border: none;
  margin-right: -55px;
}
@media (max-width: 991px) {
.course-view .view-btn{
  margin-right: -25px !important;}
}
.course-view .course-review-section {
  margin-top: 40px;
}
.course-view .section-title {
  font-size: 24px;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 25px;
}
.course-view .review-card {
  padding: 15px 0 3px 0;
  border-bottom: 1px solid #E9E9E9;
}
.course-view .review-card:last-child {
  border-bottom: none;
}
.course-view .review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-view .user-info {
  display: flex;
  gap: 12px;
  align-items: center;
}
.course-view .user-img {
  width: 55px;
  height: 55px;
  border-radius: 13.43px;
  object-fit: cover;
}
.course-view .user-name {
  font: 600 16px/normal Poppins, sans-serif;
  margin: 0;
  color: #313131;
}
.course-view .user-role {
  font-size: 14px;
  color: #878787;
}
.course-view .text-clr-yellow {
  color: #FFB800;
  font-size: 14px;
}
.course-view .review-text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 32px;
  color: #626262;
  line-height: 1.6;
}
.course-view-tab #scrollNav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
.course-view-tab #scrollNav::-webkit-scrollbar {
    display: none; }
.course-view-tab #scrollNav .nav-item {
    flex: 0 0 auto;}  
 .course-review-card .review-title {
  font-size: 28px !important;
  font-weight: 415 !important;
  color: #1E1E1E;
  margin-bottom: 10px;
}
.course-review-card .rating-label {
  font-size: 13.56px !important;
  color: #313131;
  margin-bottom: 20px;
}
 .course-review-card .rating i {
  font-size: 30px !important;
  margin-right: 6px;
  cursor: pointer;
  margin-bottom: 35px;
}
.course-review-card .text-clr-yellow {
  color: #DD9D34;
}
.course-review-card .text-clr-b-gray {
  color: #B8B8B8;
}
.course-review-card .review-textarea textarea {
  width: 100%;
  background-color: #F7F7F7;
  min-height: 130px;
  padding: 12px 14px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  resize: none;
}
.course-review-card .review-label {
 font-weight: 500;
 font-size: 13.56px;
 color: #313131;
}
.course-review-card .btn-submit-review {
  background: #11606D   ;
  color: #FFFFFF;
  border: none;
  padding: 4px 25px;
  font-size: 14px;
  font-weight: 500;
}     
/* /course-view */

/* purchased-course */
@media (min-width: 991px) {
 .purchased-course .course-view-banner .banner-course-card {
    position: absolute;
    right: 37px;
    left: auto;
    bottom: -295%;
}
}

@media (min-width: 992px) and (max-width: 199px)  {
.purchased-course .course-view-banner .banner-course-card {
    position: absolute;
    right: 25px;
    left: auto;
    bottom: -295%;}}

/* .purchased-course .course-view-banner.course-card .banner-course-card{
    position: absolute;
    bottom: -300%;
} */
.purchased-course .badge-course-card{
    color: #045C6B;
    background: #F5F5F5;
}
.purchased-course .btn-view-course{
    background: #E1FBFF;
    border: 1px solid #11606D;
    color: #11606D;
}
.purchased-course .live-class-sec .live-class-card{
    width: 100%;
    aspect-ratio: 337/199;
    object-fit: cover;
}
.purchased-course .live-class-sec .live-class-card.top{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.purchased-course .live-class-sec .live-class-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767px) {
.purchased-course .live-class-sec .live-class-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}  
}
.purchased-course .live-class-sec .live-class-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 102px; 
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}
@media (max-width: 767px) {
.purchased-course .live-class-sec .live-class-card::after {
    border-radius: 20px;
}  
}
.purchased-course .live-class-sec .live-class-card .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.purchased-course .live-class-sec .live-class-card h5{
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: clamp(19px, 1.5vw, 20px);
    color: #ffff;
}
.purchased-course .live-class-sec .live-class-card h6,
.purchased-course .live-class-sec .live-class-card h5{
    position: absolute;
    bottom: 0px;
    left: 8px;
    color: #ffff;
    z-index: 2 ;
}
@media (max-width: 768px) {
.purchased-course .live-class-sec .live-class-card h6{
    color: #FBFBFB;
    bottom: 20px;
    left: 20px;
}
.purchased-course .live-class-sec .live-class-card h5{
    left: 20px;
    top: 18px;
}
}
.purchased-course .live-class-sec .live-class-card .join-now-btn{
    position: absolute;
    bottom: 5px;
    right: 8px;
    background: #F8F8F8;
    color:#003740;
    z-index: 2;
    border-radius: 0px;
    
}
.purchased-course .live-class-sec .live-class-card .tag-att {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: #FFE2E2;
    color:#FF0000;
    z-index: 2;
    font-size: 11px;
    border-radius: 562px;
    border: 0.5px solid #FF0000;
    padding: 3px 12px 2px 12px;
}
@media (max-width: 768px) {
.purchased-course .live-class-sec .live-class-card .join-now-btn{
    bottom: 20px;
    right: 20px;
}
.purchased-course .live-class-sec .live-class-card .tag-att {
    bottom: 20px;
    left: 20px;
}
}
.purchased-course .live-exam-sec {
    background-image: 
      url(/static/public/images/imgs/live-exam-bg.png); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 110px;
}
.purchased-course .live-exam-sec.top {
    background-image: 
      url(/static/public/images/imgs/live-exam-bg.png); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 180px;
}
@media (max-width: 991px) {
  .course-view .subject-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .course-view .subject-left .subject-title {
    font-size: 12px !important;
  }
  .course-view .chapter-toggle{
    padding-left: 37px !important;
    
  }
.course-view .chapter-text {
  font-size: 12px !important;
}
.margin-top-side {
    margin-bottom: 55px !important;
    margin-right: -15px !important;
}
.top-side-spacing {
    margin-top: 0px !important;
}
}

@media (max-width: 768px) {
    .purchased-course .live-exam-sec {
        height: 155px;
        border-radius: 19px;
    }
}
.purchased-course .live-exam-sec .live-exam-card h5{
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: clamp(19px, 1.5vw, 20px);
    color: #ffff;
}
@media (max-width: 768px) {
    .purchased-course .live-exam-sec .live-exam-card h5{
        top: 13px;
        left: 14px;
        color: #FFFEFE;
    }
}
.purchased-course .live-exam-sec .live-exam-card .badge-count{
    position: absolute;
    right: 8px;
    top: 10px;
    color: #ffff;
    background-color: #08313B;
    border-radius: 0px;
    font-weight: 400;
    font-size: 12px;
}
@media (max-width: 768px) {
.purchased-course .live-exam-sec .live-exam-card .badge-count{
    color: #FEFEFE;
    background-color: #08313B;
    border-radius: 9px;
    font-size: 12.8px;
    top: 13px;
    right: 14px;
}}
.purchased-course .live-exam-sec .live-exam-card h6{
    position: absolute;
    bottom: 0px;
    left: 8px;
    font-size: 12px;
    color: #ffff;
}
@media (max-width: 768px) {
.purchased-course .live-exam-sec .live-exam-card h6{
    position: absolute;
    top: 55px;
    left: 14px;
    font-size: 14px;
    color: #FBFBFB;
}
}
.purchased-course .live-exam-sec .live-exam-card .join-now-btn{
    color: #FFFFFF;
    background-color: #11606D;
    border-radius: 0px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-weight: 500;
    font-size: 13px;
}
.purchased-course .live-exam-sec .live-exam-card .tag-att{
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: #FFE2E2;
    color:#FF0000;
    z-index: 2;
    font-size: 11px;
    border-radius: 562px;
    border: 0.5px solid #FF0000;
    padding: 3px 12px 2px 12px;
}
.bg-color-grreeen-att {
    background-color: #E5FFEC !important;
    color: #1C8D12 !important;
    border: 0.5px solid #1C8D12 !important;
}
@media (max-width: 768px) {
.purchased-course .live-exam-sec .live-exam-card .join-now-btn{
    border-radius: 12px;
    font-size: 14px;
    right: 14px;
    bottom: 15px;
    font-weight: 600;
}
}
.purchased-course .course-content-sec h1{
    font-size: 22px;
    color: #1E1E1E;
    line-height: 43px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.purchased-course .course-content-sec .dropdown-sections .drop-slect-btn,
.course-view .course-content-sec .dropdown-sections .drop-slect-btn{
    color: #0019D3;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 2vw, 15.77px);
}
.purchased-course .course-content-sec .dropdown-sections .dropdown-toggle::after,
.course-view .course-content-sec .dropdown-sections .dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 9px;         
    height: 6px;        
    margin-left: .255em;
    vertical-align: middle;
    background-image: url('/static/public/images/icons/drop.svg');
    background-size: contain;
    background-repeat: no-repeat;
    border: none; 
}
.purchased-course .course-content-sec .dropdown-sections .dropdown-toggle.disabled::after,
.course-view .course-content-sec .dropdown-sections .dropdown-toggle.disabled::after {
  display: none !important;
}

.purchased-course .course-content-sec .dropdown-sections .dropdown-toggle.disabled,
.course-view .course-content-sec .dropdown-sections .dropdown-toggle.disabled {
    pointer-events: none;
    opacity: 1;
  }
  
.purchased-course .course-content-sec .dropdown-sections .dropdown-toggle.disabled::after,
.course-view .course-content-sec .dropdown-sections .dropdown-toggle.disabled::after {
    display: none !important;
}
.purchased-course .course-content-sec .dropdown-sections .dropdown-menu,
.course-view .course-content-sec .dropdown-sections .dropdown-menu{
    background: #FFFFFF;
    border: 0.16px solid #FFFFFF;
    backdrop-filter: blur(21.64399528503418px);
    border-radius: 5px;
    box-shadow: 2px -3px 24px 0px #00000026;

}
.purchased-course .course-content-sec .dropdown-sections .dropdown-menu .dropdown-item,
.course-view .course-content-sec .dropdown-sections .dropdown-menu .dropdown-item {
    color: #2B2B2B;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
}
.course-view .course-content-sec .dropdown-sections .dropdown-menu .dropdown-item:hover{
    background-color: #F5F5F5 !important;

}
.course-view .course-content-sec .dropdown-item.active, .dropdown-item:active{
    background-color: transparent !important;
}
.purchased-course .course-content-sec .dropdown-sections .dropdown-menu .dropdown-item:active,
.course-view .course-content-sec .dropdown-sections .dropdown-menu .dropdown-item:active{
    background-color: #F5F5F5 !important;
    color: #2B2B2B;
}
.purchased-course .course-content-sec .course-list-details .course-list-title,
.course-view .course-content-sec .course-list-details .course-list-title{
    color: #121212;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: clamp(16px, 1vw, 17px);
}
.purchased-course .course-content-sec .course-list-details .course-folder-list .course-folder,
.course-view .course-content-sec .course-list-details .course-folder-list .course-folder{
    border-top: 1px solid #DBDBDB;
    padding: 10px 0px;
}
.purchased-course .course-content-sec .course-list-details .course-folder-list .course-folder:first-child,
.course-view .course-content-sec .course-list-details .course-folder-list .course-folder:first-child{
    border-top: none;
}
.course-view-tab .tab-content .learn-points .triangle-mark li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0; 
    width: 5.5px;
    height: 5.5px;
    background-image: url(../images/icons/Rectangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(11px);
}
.purchased-course .load-more__btn-wrap,
.course-view .load-more__btn-wrap {
    text-align: start !important;
    margin-top: 20px;
}
.purchased-course .load-more__btn-wrap .load-more__btn,
.course-view .load-more__btn-wrap .load-more__btn{
    background-color: transparent;
    color: #0019D3;
    font-size: 14.16px;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;
    text-align: start;
    padding: 0px;
    transition: none;
}
@media (max-width: 768px) {
.purchased-course .load-more__btn-wrap .load-more__btn,
.course-view .load-more__btn-wrap .load-more__btn{
    display: none;
}
}
.purchased-course .load-more__btn-wrap .load-more__btn::after,
.course-view .load-more__btn-wrap .load-more__btn::after {
    content: "";
    display: inline-block;
    width: 9px;         
    height: 6px;        
    margin-left: .255em;
    vertical-align: middle;
    background-image: url('/static/public/images/icons/drop.svg');
    background-size: contain;
    background-repeat: no-repeat;
    border: none; 
}
.purchased-course .load-more__btn-wrap .load-more__btn::after,
.course-view .load-more__btn-wrap .load-more__btn::after {
    content: "";
    display: inline-block;
    width: 9px;         
    height: 6px;        
    margin-left: .255em;
    vertical-align: middle;
    background-image: url('/static/public/images/icons/drop.svg');
    background-size: contain;
    background-repeat: no-repeat;
    border: none; 
}
.purchased-course .course-view-tab .course-list-details h3,
.course-view .course-view-tab .course-list-details h3{
    color: #1E1E1E;
    font-size: 22px;
}
@media (max-width: 768px) {
.purchased-course .course-view-tab .course-list-details h3,
.course-view.course-view-tab .course-list-details h3{
    color: #2E0F15;
    font-size: 20px;
}  
}
.purchased-course .course-view-tab .course-list-details .content-view,
.course-view .course-view-tab .course-list-details .content-view{
    position: relative;
    width: 143px;
    aspect-ratio: 143 / 80;
    border-radius: 0;
    overflow: hidden;
    flex-shrink: 0;
}
.purchased-course .course-view-tab .course-list-details .course-detail-card .disable,
.course-view .course-view-tab .course-list-details .course-detail-card .disable{
    pointer-events: none;
    cursor: default;
}
/* .purchased-course .course-view-tab .course-list-details .course-detail-card:hover{
    background-color: #F5F5F5;
    border-radius: 10px;
} */
@media (max-width: 768px) {
.purchased-course .course-view-tab .course-list-details .content-view,
.course-view .course-view-tab .course-list-details .content-view{
    width: 114px;
    aspect-ratio: 114/72;
    object-fit: cover;
    border-radius: 8px;}
}
.purchased-course .course-view-tab .course-list-details .content-view .content-view-img,
.course-view .course-view-tab .course-list-details .content-view .content-view-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.purchased-course .course-view-tab .course-list-details .content-view::after,
.course-view .course-view-tab .course-list-details .content-view::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 102px;
    background: #00000054;
    pointer-events: none;
}
.purchased-course .course-view-tab .course-list-details .play-icon,
.course-view .course-view-tab .course-list-details .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 29px;
    height: 29px;
    transform: translate(-50%, -50%);
    z-index: 1;
}
@media (max-width: 768px) {
.purchased-course .course-view-tab .course-list-details .play-icon,
.course-view .course-view-tab .course-list-details .play-icon{
    width: 23px;
    height: 23px;
    transform: translate(-50%, -50%);
}
}
.purchased-course .content-view-detail h3,
.course-view .content-view-detail h3{
    color: #1C1C1C;
    font-size: 16px !important;
    font-weight: 800;
    font-family: "DM Sans", sans-serif;
    line-height: 26px;
}
@media (max-width: 768px) {
.purchased-course .course-view-tab .course-list-details .content-view-detail h3,
.course-view .course-view-tab .course-list-details .content-view-detail h3{
    color: #2E0F15;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
}
.purchased-course .course-view-tab .course-list-details .content-view-detail .discription,
.course-view .course-view-tab .course-list-details .content-view-detail .discription{
    color: #404040;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: "DM Sans", sans-serif;
}
@media (max-width: 768px) {
.purchased-course .course-view-tab .course-list-details .content-view-detail .discription,
.course-view .course-view-tab .course-list-details .content-view-detail .discription{
    color: #404040;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    font-family: "Poppins", sans-serif;
}
}
.purchased-course .course-view-tab .live-discription h3,
.course-view .course-view-tab .live-discription h3{
    font-size: 16px;
    color: #2E0F15;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 150%;
}
.purchased-course .course-view-tab .live-discription p,
.course-view .course-view-tab .live-discription p{
    font-size: 13px;
    color: #282828;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 23px;
}

.purchased-course.subject-page .subject-drop .dropdown-toggle[disabled]::after,
.purchased-course.chapter-page .subject-drop .dropdown-toggle[disabled]::after,
.purchased-course.unit-page .subject-drop .dropdown-toggle[disabled]::after,
.course-view.subject-page .subject-drop .dropdown-toggle[disabled]::after,
.course-view.chapter-page .subject-drop .dropdown-toggle[disabled]::after,
.course-view.unit-page .subject-drop .dropdown-toggle[disabled]::after{
    display: none !important;
    content: none !important;
}

.course-list-details .view-more-btn{
    color: #0267FE;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    transition: transform .3s ease;
}

.course-list-details .view-more-btn:hover {
    transform: scale(1.1); 
}


/* /purchased-course */

/* assessment */
.assessment-page .assesment-history{
    padding-top: 120px;}
@media (max-width: 768px) {
.assessment-page .assesment-history{
    padding-top: 102px;} }
.assessment-page .assessment-banner{
    background-color: #003740;}
.assessment-page .assessment-banner h2{
    color: #F8F8F8;
    font-family: 'Sequel_Sans_Medium_Disp';
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;}
.assessment-page .assessment-main-card .card{
    background-color: #ffff;
    box-shadow: 1px 6px 43.9px 0px #30303014;
    border: none;
    border-radius: 10px;}
@media (max-width: 768px) {
.assessment-page .assessment-main-card .card{
    background-color: #ffff;
    box-shadow: none;
    border: none;
    border-radius: 10px;}
.assessment-page .assessment-main-card .card .card-body{
    padding: 0px;}}
.assessment-page .assessment-main-card .card .main-content .card-title{
    color: #1E1E1E;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    /* line-height: 43px; */}
.assessment-page .assessment-main-card .card .main-content .badge-ongoing{
    background-color: #FFEFE3;
    color: #AA6C00;
    border: 1px solid #FFEFE3;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;}
.assessment-page .assessment-main-card .card .main-content .badge-ongoing-out{
    background: #FFF9EB;;
    color: #D19B26;
    border: 1px solid #FFC953;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;}
.assessment-page .assessment-main-card .card .main-content .badge-completed{
    background-color: #ECFFE7;
    color: #3D8B0D;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;}
.assessment-page .assessment-main-card .card .main-content .badge-completed-out{
    background-color: #ECFFE7;
    color: #3D8B0D;
    border: 1px solid #3D8B0D;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 10px;}
.assessment-page .assessment-main-card .card .main-content .chat-area{
    background-color: #EBEBEB;
    height: calc(100vh - 335px);
    border-radius: 10px;
    overflow-y: auto;
    position: relative;}
@media (max-width: 768px) {
.assessment-page .assessment-main-card .card .main-content .chat-area{
    height: calc(100vh - 150px);
    background-color: transparent;}}
.assessment-page .assessment-main-card .card .main-content .chat-area .bottom-input{
    position: absolute;
    bottom: 0px;
    padding: 15px;
    width: 100%;
    background-color: #EBEBEB;}
@media (max-width: 768px) {
.assessment-page .assessment-main-card .card .main-content .chat-area .bottom-input{
    background-color: #FFFFFF;}}
.assessment-page .assessment-main-card .card .main-content .chat-area .bottom-input input{
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: none;
    height: 46px;
    color: #7C7C7C;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 0 20px;}
.assessment-page .assessment-main-card .card .main-content .chat-area .bottom-input .remove-file-btn {
    margin-left: 10px; 
    font-size: 20px;  
    vertical-align: middle; 
    margin-top: 2px;}
@media (max-width: 768px) {
.assessment-page .assessment-main-card .card .main-content .chat-area .bottom-input .remove-file-btn {
    margin-left: 27px; 
    font-size: 20px;  
    vertical-align: middle; 
    margin-top: 0px;}}
.assessment-page .assessment-main-card .card .main-content .chat-area .bottom-input .mssg-send-btn{
    background-color: #11606D;
    color: #FFFFFF;
    border-radius: 4px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 15.6px;
    min-width: 120px;}
@media (max-width: 768px) {
.assessment-page .assessment-main-card .card .main-content .chat-area .bottom-input .res-bottom-input{
    background-color: #ffff;
    box-shadow: 2px 1px 4px 0px #8F8F8F40;
    border-radius: 144px;
    /* height: 56px; */}
.assessment-page .assessment-main-card .card .main-content .chat-area .bottom-input .res-bottom-input input{
    width: 100%;
    background-color: #EEEEEE;
    border-radius: 144px;
    border: none;
    /* height: 56px; */
    color: #676767;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 0 20px;}}
@media (max-width: 355px){
.assessment-page .assessment-main-card .card .main-content .chat-area .res-bottom-input .upload-btn{
    position: absolute;
    right: 28%;}}
@media (min-width: 356px) and (max-width: 477px){
.assessment-page .assessment-main-card .card .main-content .chat-area .res-bottom-input .upload-btn{
    position: absolute;
    right: 25%;}}
@media (min-width: 478px) and (max-width: 767px){
.assessment-page .assessment-main-card .card .main-content .chat-area .res-bottom-input .upload-btn{
    position: absolute;
    right: 19%;}}
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox{
    overflow-y: auto; 
    height: 100%;
    overflow-x: hidden;
    scrollbar-width: none; 
    -ms-overflow-style: none;
    padding: 15px 25px;
    padding-bottom: 120px;}
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox h5{
    color: #5E5D5D;}
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .right-date {
    color: #5E5D5D;
    display: flex;
    justify-content: end;
    text-align: right;
    max-width: 45%; 
    width: auto; }
@media (max-width: 768px) {
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox h5{
    color: #6E6E6E;}  
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .right-date {
    color: #6E6E6E;
    max-width: 50%; }}
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox h6{
    color: #545454;
    line-height: 23px;
    font-weight: 400;}
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .incoming-message {
    position: relative;
    background: #C5E8FF;
    padding: 10px;
    max-width: 60%;
    border-radius: 10px;
    box-shadow: 4px 4px 8.9px 0px #0000001A;
    margin: 10px;
    width: fit-content;}
@media (max-width: 768px) {
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .incoming-message {
    position: relative;
    background-color: #ffff;
    padding: 10px;
    max-width: 60%; 
    width: fit-content;
    border-radius: 8.23px;
    /* box-shadow: 0px 1px 4px 0px #C2C1C140; */
    margin: 10px;}}
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .incoming-message::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -10px; 
    width: 0;
    height: 0;
    border-bottom: 20px solid #C5E8FF; 
    border-right: 20px solid transparent; 
    transform: rotate(270deg); } 
@media (max-width: 768px) {
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .incoming-message::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-bottom: 20px solid #ffffffd2;
    border-right: 20px solid transparent;
    transform: rotate(270deg);
}}
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .outgoing-message {
    position: relative;
    background-color: #ffff;
    padding: 10px;
    max-width: 60%; 
    width: auto; 
    border-radius: 8.23px;
    float: right; 
    clear: both; 
    box-shadow: 4px 4px 8.9px 0px #0000001A;
    margin: 10px;}
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .outgoing-message::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0px; 
    width: 0;
    height: 0;
    border-bottom: 20px solid #fff; 
    border-right: 20px solid transparent; 
    transform: rotate(180deg);}
@media (max-width: 768px) {
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .outgoing-message::after {
    box-shadow: -1px 1px 1.9px 0px #82828240 !important;}}
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .incoming-message .message-in {
    background: #C5E8FF;
    border-radius: 8.23px;
    padding: 10px;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 12px;}
@media (max-width: 768px) {
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .incoming-message .message-in {
    background-color: #fff;
    border-radius: 8.23px;
    padding: 10px;
    max-width: 100%;
    font-size: 12px;}}
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .outgoing-message .message-out {
    background-color: #fff;
    border-radius: 8.23px;
    padding: 10px;
    max-width: 100%;
    font-size: 12px;}
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .message-img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;}
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .pdf-icon, 
.assessment-page .assessment-main-card .card .main-content .chat-area .chatbox .doc-icon{
    width: 60px;
    height:60px;}
.assessment-page .assessment-main-card .chat-sidebar .chat-list .sidebar-icons{
    width: 31px;
    aspect-ratio: 31/37;
    object-fit: cover;
}
@media(min-width:769px){
.assessment-page .assessment-main-card .chat-scrollbar-y {
    overflow-y: auto;}
.assessment-page .assessment-main-card .chat-scrollbar-y::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;}
.assessment-page .assessment-main-card .chat-scrollbar-y:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);}}
@media(min-width:769px){
.assessment-page .assessment-main-card .chat-list{
    height: calc(100vh - 335px);
    overflow-y: auto;
    position: relative;
    margin-top: 75px;
    scrollbar-width: none; 
    -ms-overflow-style: none;
    border: none !important; }}
.assessment-page .assessment-main-card .chat-list{
    /* height: 100% !important; */
    /* height: calc(100vh - 10px); */
    border-top: 1px solid #E4E4E4;
    position: relative;
    margin-top: 63px;}
@media(max-width:769px){
.assessment-page .assessment-main-card .chat-list ul{
    height: 100vh;
    overflow-y: auto;
    position: relative;
    scrollbar-width: none; 
    -ms-overflow-style: none; }}
.assessment-page .assessment-main-card .chat-list::-webkit-scrollbar {
    display: none; }
.assessment-page .assessment-main-card .chat-list ul{
    list-style: none;
    padding-left: 7px;
    padding-top: 17px;}
@media (max-width: 768px) {
.assessment-page .assessment-main-card .chat-list ul{
    list-style: none;
    padding-left: 7px;
    overflow-y: auto;
    padding-top: 17px;
    height: calc(100vh - 150px);}}
.assessment-page .assessment-main-card .chat-list ul li a{
    text-decoration: none;
}
.assessment-page .assessment-main-card .chat-list ul li{
    padding: 10px;
    margin-bottom: 13px;
    margin-right: 15px;}
@media (max-width: 768px) {
.assessment-page .assessment-main-card .chat-list ul li{
    padding: 10px;
    margin-bottom: 13px;
    margin-right: 0px;
    margin-left: 20px;}}
.assessment-page .assessment-main-card .chat-list ul li:hover,
.assessment-page .assessment-main-card .chat-list ul li:active {
    background-color: #D8F9FE;
    border-radius: 10px; 
    color: #5A5858;}
@media (max-width: 768px) {
.assessment-page .assessment-main-card .chat-list ul li:hover,
.assessment-page .assessment-main-card .chat-list ul li:active {
    background-color: #D8F9FE;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #5A5858;}}
.assessment-page .assessment-main-card .chat-sidebar .close-icon {
    font-size: 20px;
    color: black;
    cursor: pointer;
    display: none; }
@media (max-width: 768px) {
.assessment-page .assessment-main-card .chat-sidebar.active .close-icon {
    display: inline; }}
@media (max-width: 767px) {
.assessment-page .assessment-main-card .chat-sidebar {
    position: fixed;
    top: 81px; 
    right: -100%;
    width: 85%;
    max-width: 340px;
    /* height: 100%; */
    /* height: calc(100vh - 335px);  */
    background: #fff;
    z-index: 9999;
    border-top-left-radius: 24px; 
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    transition: right 0.3s ease-in-out;
    /* overflow-y: auto; */}
.assessment-page .assessment-main-card .chat-sidebar.active {
    right: 0;}
.assessment-page .assessment-main-card .chat-sidebar .close-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 22px;
    color: #333;
    cursor: pointer;}}
.assessment-page .assessment-main-card .chat-sidebar .chat-list ul li:hover{
    background-color: #D8F9FE;
    border-radius: 10px; 
    color: #5A5858;}
.assessment-page .assessment-main-card .chat-sidebar .chat-list ul li .file-sec-name h6{
    color: #4D4D4D;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 14px;}
.assessment-page .assessment-main-card .chat-sidebar .chat-list ul li.active .file-sec-name h6{
    color: #3D3D3D;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 14px;}
/* /assessment */

/* examination */
.examination .card{
    border: 0;
    box-shadow: 1px 6px 43.9px 0px #30303014;
    border-radius: 0;}
@media (max-width: 767px) {
    .examination .card{box-shadow:none;}
}
/*exam-card  */

/*exam-card-head*/
.exam-card .exam-card-head{
    background-color: #DDFAFF;
    border-radius: 8.09px;}
.exam-card .exam-card-head .question-count{
    color: #001417;
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: 600;}
.exam-card .exam-card-head .question-timer{
    background: #6257F712;
    border: 0.5px solid #E3E3E3;
    font-size: 12px;    
    color: #11606D;}
.exam-card .exam-card-head .question-timer b{
   font-weight: 500;}
.exam-card .exam-card-head .question-total{
    color: #002E36;
    font-size: clamp(12px, 1.5vw, 14.39px);
    font-weight: 500;}
@media (max-width: 767px) {
.exam-card .exam-card-head{
    background-color: transparent;}
.exam-card .exam-card-head .question-count{
    color: #282828;
    font-weight: 400;}
}
/* /exam-card-head */
/* exam-card-body */
.exam-card .exam-card-body {
    padding-top:1.375rem;}
.exam-card .exam-card-body .question{
    color: #3E3E3E;
    font-weight: 600;
    font-size: 16.19px;}
.exam-card .exam-card-body .question .question-img{
    position: relative;
    width: 100%;
    max-width: 100px;
    aspect-ratio: 5 / 4;}
.exam-card .exam-card-body .question .question-img img{
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: 0.3125rem;}
.exam-card .exam-card-body .question-options .option-choose{
   width: 65%;
   border: 0.9px solid #C4C4C4;
   color: #797979;
   padding:10px;}
.exam-card .exam-card-body .question-options .option-choose .cont{
    margin-left: 15px;} 
.exam-card .exam-card-body .question-options .option-choose input[type="radio"]{
    height: 20px;
    width: 20px;}
.exam-card .exam-card-body .question-options .option-choose input[type="radio"]:checked{
    background-color: transparent;
    border: 1px solid #045C6B;}
.exam-card .exam-card-body .question-options .option-choose input[type="radio"]:checked::before{
    content:"\f111" ;
    height: 19px;
    width: 19px;
    font-size: 15px;
    line-height: 19px;
    color: #11606D;}
.exam-card .exam-card-body .option-choose:has(input[type="radio"]:checked) {
    border: 0.9px solid #0B869B;
    color: #3D3D3D;
    font-weight: 500;}
.exam-card .exam-card-body .question-options .option-choose .cont .option-img{
    width: 100%;
    max-width: 80px;
    aspect-ratio: 4 / 3;
    margin-top: 15px;
    position: relative;}
.exam-card .exam-card-body .question-options .option-choose .cont:has(:only-child.option-img) .option-img {
    margin-top: 0;}
.exam-card .exam-card-body .question-options .option-choose .cont .option-img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0.3125rem;}
@media (max-width: 767px) {
.exam-card .exam-card-body .question-options .option-choose{
    width: 100%;}
.exam-card .exam-body .question-options .option-choose input[type="radio"]:checked{
    background-color: transparent;
    border: 1px solid #15AFC8;}
.exam-card .exam-card-body .question-options .option-choose input[type="radio"]:checked::before{
    color: #15AFC8;}
.exam-card .exam-card-body .option-choose:has(input[type="radio"]:checked) {
    border: 1.3px solid #15AFC8;
    color: #161616;
    font-weight: 400;}
}
/* /exam-card-body */
/* exam-card-footer */
.exam-card .exam-card-footer .qtnclear-btn{
    color: #007BFF;
    font-size: 14px;
    font-weight: 500;}
.exam-card-footer .pveqtn-btn, .exam-card .exam-card-footer  .nextqtn-btn{
    min-width: 154px;
    height: 48px;
    font-weight: 700;
    border-radius: 0;}
.exam-card-footer .pveqtn-btn{
   color: #11606D;
   background-color: transparent;
   border: 1px solid #11606D;}
.exam-card .exam-card-footer .nextqtn-btn{
   color: #fff;
   background-color:#11606D;}
@media (max-width: 767px) {
   .exam-card .exam-card-footer .pveqtn-btn,
   .exam-card .exam-card-footer .nextqtn-btn {
        min-width: 100px;
        border-radius: 10px;
   }
}
/* /exam-card-footer */

/* /question-card  */
/* exam-sidebar */
@media (max-width: 991px) {
  .exam-sidebar {
    position: fixed;
    top: 81px; 
    right: -100%;
    width: 95%;
    max-width: 401px;
    height: calc(100vh - 81px); /* full height under header */
    background: #fff;
    z-index: 9999;
    border-top-left-radius: 24px; 
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
  }

  .exam-sidebar.active {
    right: 0;
  }

  .exam-sidebar-header {
    flex-shrink: 0;
    padding: 10px;
    border-bottom: 1px solid #E4E4E4;
  }

  /* 🟢 Only this part scrolls */
  .exam-sidebar-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
  }

  .sidebar-overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
  }
}
/* /exam-sidebar */
 
/* 🔹 Progress Card */
.progress-card {
  box-shadow: 1px 6px 43.9px 0px #30303014;
  margin-bottom: 1rem;}
.progress-card img {
  width: 57px;
  height: 57px;
  object-fit: cover; 
  border-radius: 50%;
  display: block;}
.progress-card .progress-text{
   font-size: 12px;
   font-weight: 500;
   color: #525252;}
.progress-card .progress-percentage {
   color: #3B4277;
   font-weight: 600;
   font-size: clamp(16px, 1.5vw, 18px);}
.progress-card .progress{
   height: 9px;
   background-color: #EFEFEF;}
.progress-card .progress-bar {
   background-color:#D18112;}

/* 🔹 Stats Card */
.status-card {
    box-shadow: 1px 6px 43.9px 0px #30303014;}
.status-label {
    color: #525252;
    font-size: 15px; }
.status-value {
    color: #000000;
    font-size: 15px;}
.status-attended {
    color:#0BA126;}
.status-unattended {
    color: #D03737;}
/* .questions-panel */
.questions-panel    {
    box-shadow: 0.87px 5.23px 38.23px 0px #30303014;}
.questions-panel .card-header .card-title{
    font-size: 19.16px;
    font-weight: 500;}
.question-btn {
    width: 50px;
    height: 46px;
    aspect-ratio: 1;
    font-size: 18px;
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    color: #505050;
    font-weight: 500;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;}       
.question-btn:hover {
    background-color: #e5e7eb;
    transform: translateY(-2px);}        
.question-btn.active {
    background-color: #11606D;
    color: #fff;
    border-color: #11606D;}   
.question-btn.visited {
    color: #505050;
    border-color: #11606D;
    background-color: #EDFCFF;}
    
.question-btn.visited.active {
    background: #11606D;
    color: #fff;
}
.finish-btn {
    background-color: #11606D;
    color: #FFFFFF;
    border: none;
    padding: 12px;
    /* height: 48px; */
    font-weight: 700;
    font-size: 15.68px;
    border-radius: 0;
    transition: background-color 0.2s;}  
.finish-btn:hover {
    background-color: #0a4a4a;
    color: #FFFFFF;}       
/* .questions-panel {
    border: 3px solid #3b82f6;
    border-radius: 12px;
    background-color: white;
    max-width: 450px;
} */
/* /questions-panel */
/* exam-banner */
.exam-banner{
    background-color: #003740;
    padding: 20px 30px;
}
.exam-banner .title{
    color: #F8F8F8;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Sequel_Sans_Medium_Disp';
}
.exam-banner .dec{
    color: #B1D9DF;
    font-size: 16px;
    font-weight: 400;
}
/* /exam-banner */
/* exam_submission */
.exam_submission .card{
    border: 0;
    box-shadow: 1px 6px 43.9px 0px #30303014;
    border-radius: 0;}
@media (max-width: 767px) {
.exam_submission .card{box-shadow:none;}}
.mobile-info-bar {
      background-color: #d9f8ff; /* Light cyan */
      border-radius: 50rem; /* Pill shape */
      font-family: "Poppins", sans-serif;
      font-size: 0.9rem;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 8px 16px;
      width: fit-content;
      margin: 20px auto; /* Centered */
    }

    .mobile-info-bar .vr {
      height: 18px;
      opacity: 0.6;
    }
/* attended-items */
.exam_submission .exam-card .exam-card-body .attended-items{
    border-bottom: 0.75px solid #F1F1F1;
    padding: 15px 0 15px;}
.exam_submission .exam-card .exam-card-body .attended-items.attended-resume .attended-datetime{
    color: #3E3E3E;
    font-weight: 600;}
.exam_submission .exam-card .exam-card-body .attended-items:first-child {
    padding-bottom: 20px;}
.exam_submission .exam-card .exam-card-body .attended-items:last-child {
  border-bottom: 0;}
.exam_submission .exam-card .exam-card-body .attended-items .attended-datetime{
    font-size: 13px;
    color: #737373;
    font-weight: 400;}
.exam_submission .exam-card .exam-card-body .attended-items .badge-completed{
    font-size: 12px;
    color: #608913;
    background-color: #E1FFE8;
    border-radius: 6px;
    padding: 5px 10px;
    font-weight: 700;}
.exam_submission .exam-card .exam-card-body .attended-items .attended-action .btn-viewresult{
    color: #2C99FF;
    font-size: 13.5px;
    font-weight: 500;}
.exam_submission .exam-card .exam-card-body .attended-items .attended-action .btn-resume{
    color: #fff;
    background-color: #007BFF;
    font-weight: 700;
    border-radius: 0;
    min-width: 101px;
    height: 31px;
    font-size: 15px;
    line-height: 10px;}
@media (max-width: 767px) {
.exam_submission .exam-card .exam-card-body .attended-items .attended-datetime, .exam_submission .exam-card .exam-card-body .attended-items.attended-resume .attended-datetime{
    color: #464646;
    font-weight: 400;}
.exam_submission .exam-card .exam-card-body .attended-items .attended-action .btn-resume{
    border-radius: 8px;
    font-size: 13px;
}
.exam_submission .exam-card .exam-card-body .attended-items .attended-action .btn-viewresult {
    color: #fff;
    background-color: #007BFF;
    font-weight: 700;
    border-radius: 8px;
    min-width: 101px;
    height: 31px;
    font-size: 13px;
    line-height: 18px;}
.exam_submission .exam-card .exam-card-body .attended-items .badge-completed{
    color: #4CAF50;
    background: #239C3D17;
    font-size: 11px;
}
 
}
/* /attended-items */
/* /exam_submission */

/* exam_result  */
.exam_result .card {
    border: 0;
    box-shadow: 1px 6px 43.9px 0px #30303014;
    border-radius: 0;}
.exam_result .card .card-body .title {
    color: #010101;
    font-size: 25px;
    font-weight: 415;
    font-family: 'Sequel_Sans_Medium_Disp';
    margin-bottom: 10px;
}
.exam_result .card .card-body .subtle{
    color: #454545;
    font-size: 15px;
    font-weight: 400;
}
.exam_result .card .card-body .desc{
    color: #454545;
    font-size: 15px;
    font-weight: 400;
}
/* result panel */
.exam_result .card .card-body .result-panel{
    background: #F4F4F4;
    border-radius: 10px;
    padding: 10px;
    margin: 18px auto 6px;
    border: 1.11px solid #E8E8E8;}
.exam_result .card .card-body .result-panel .row > [class*="col-"]{
    position:relative;}
.exam_result .card .card-body .result-panel .row > [class*="col-"]:not(:last-child)::after{
    content: "";
    position:absolute;
    right:0;
    top: 10%;
    height: 80%;
    width:1px;
    background: rgba(0,0,0,0.06);
    transform: translateX(50%);}

.exam_result .card .card-body .stat-title{
    font-size:14px;
    color:#454545;
    margin-bottom:6px;
    font-weight:400;}
.exam_result .card .card-body .stat-value{
    font-size:26.64px;
    font-weight:600;}
.exam_result .card .card-body .stat-value.green{ color:#2fa84f; }
.exam_result .card .card-body .stat-value.red{ color:#df2b3d; }
.exam_result .card .card-body .stat-value.gold{ color:#b18900; }
.exam_result .card .card-body .exam_result .action-row .btn{
    font-size: 15px;
    font-weight: 700;
    min-width: 154px;
    height: 48px;
    line-height: 35px;}
@media (max-width: 768px) {
  .exam_result .card .card-body .action-row .btn {
    height: 52px !important;
    line-height: 52px !important;
    display: inline-flex !important;   
    justify-content: center !important;
    align-items: center !important;
    border-radius: 14px;
  }
  .exam_result .card .card-body .btn-retake{
    color: #2A2A2A !important;
    border: 1px solid #11606D;
    font-size: 16px !important;}
  .exam_result .card .card-body .btn-viewans{
    color: #FFFFFF;
    background-color: #11606D;
    font-size: 16px !important;}
}
.exam_result .stat-titlee {
    font-family: "Poppins", sans-serif;
    font-weight: 600;            /* 600 = SemiBold */
    font-size: 14px;
    line-height: 18.9px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #2A2A2A;
}
.exam_result .stat-valuee {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: #2A2A2A;
}
.exam_result .stat-btn {
  width: 77px;      
  height: 27px;       
  padding: 0;         
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 500;
  background: transparent;
  color: #2A2A2A;
}
.exam_result .stat-number {
    font-family: "Poppins", sans-serif;
    font-weight: 500; 
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0;
    color: #2A2A2A;
}
.exam_result .custom-hr {
  border: 1px solid #EFEFEF;
}
.exam_result .stat-btn.correct {
  border: 1px solid #228E39;
}
.exam_result .stat-btn.wrong {
  border: 1px solid #FF0000;
}
.exam_result .stat-btn.skipped {
  border: 1px solid #2B2B2B;  
}
.exam_result .card .card-body .btn-retake{
    color: #11606D;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 0;
    border: 1px solid #11606D;}
.exam_result .card .card-body .btn-viewans{
    color: #fff;
    padding: 10px 30px;
    border-radius: 0;
    background-color: #11606D;}
.exam_result .card .card-body .note{
    color: #454545;
    font-size: 13px;
    font-weight: 400;}
.exam_result .card .card-body .center-card {
    position: relative;
    width: 131px;
    height: 131px;
    display: grid;
    place-items: center;
    margin: auto;}
.exam_result .card .card-body .center {
    position: relative;
    z-index: 3;
    text-align: center;}
.exam_result .card .card-body .score {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #111;}
.exam_result .card .card-body .score small {
    font-weight: 600;
    color: #666;
    font-size: 16px;
    margin-left: 4px;}
.exam_result .card .card-body .label {
    font-size: 11px;
    color: #9b9b9b;
    margin-top: 4px;}
.exam_result .card .card-body svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 131px;
    height: 131px;
    overflow: visible;
    pointer-events: none;}
.exam_result .card .card-body .track {
    stroke: #efefef;
    stroke-width: 12;
    fill: none;}
.exam_result .card .card-body .progress {
    stroke-width: 12;
    fill: none;
    stroke-linecap: round;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    transition: stroke-dasharray 800ms ease, stroke 400ms ease;}
/* /exam_result */
/* exam answer view */
.exame-ans-view .card {
    border: 0;
    box-shadow: 1px 6px 43.9px 0px #30303014;
    border-radius: 0;
}
@media (max-width: 767px) {
    .exame-ans-view .card {
        box-shadow: none;
    }
}
.exame-ans-view .exam-answer-view .choosen-sub {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16.06px;
    line-height: 20.65px;
    letter-spacing: 0%;
    color: #4E4E4E;
}
.exame-ans-view .exam-answer-view .exam-question-title {
    font-size: 23.63px;
    font-weight: 700;
    color: #2f3940;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 49.77px;
    letter-spacing: 0%;
    color: #3B3B3B;
}
.exame-ans-view .exam-answer-view .exam-question-sub {
    color: #6b6f72;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 0%;
    color: #454545;
}
.exame-ans-view .exam-answer-view .choice.correct {
    border: 0.9px solid #17B75F;
}
.exame-ans-view .exam-answer-view .choice.wrong {
    border: 0.9px solid #D80C0C;
}
.exame-ans-view .exam-answer-view .exam-choices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 8px;
}
.exame-ans-view .exam-answer-view .choice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 8px;
    border: 1px solid #e6e9ea;
    border-radius: 0px;
    cursor: pointer;
    background: #fff;
}
.exame-ans-view .exam-answer-view .choice-body {
    display: flex;
    flex-direction: column;
}
.exame-ans-view .exam-answer-view .choice-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.exame-ans-view .exam-answer-view .choosen-answer-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.exame-ans-view .exam-answer-view .choice-label {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #1a6b6b;
    font-weight: 700;
    font-size: 13px;
    flex: 0 0 28px;
}
.exame-ans-view .exam-answer-view .choice.correct .choice-label {
    background: #E2FFEF;
    color: #17B75F;
}
.exame-ans-view .exam-answer-view .choice.wrong .choice-label {
    background: #FFE9E9;
    color: #D80C0C;
}
.exame-ans-view .exam-answer-view .choice-text {
    color: #2f3940;
    font-weight: 600;
}
.exame-ans-view .exam-answer-view .btn-outline-pre {
    border: 1px solid #11606D;
    padding: 10px 30px;
    background: transparent;
    color: #11606D;
    border-radius: 0px;
}
.exame-ans-view .exam-answer-view .btn-primary-next {
    background: #11606D;
    color: #FFFFFF;
    border: none;
    padding: 12px 60px;
    border-radius: 0px;
}
.exame-ans-view .exam-answer-view .btn-primary-next :hover {
    color: #FFFFFF;
}
@media (max-width: 767px) {
    .exame-ans-view .exam-answer-view .exam-choices {
        grid-template-columns: 1fr;
    }
}
.exame-ans-view .exam-answer-key .question-btn.q-correct {
    background: #EDFFED !important;
    border: 1px solid #17B75F !important;
    color: #17B75F !important;
}
.exame-ans-view .exam-answer-key .question-btn.q-wrong {
    background: #FFE9E9 !important;
    border: 1px solid #D80C0C !important;
    color: #D80C0C !important;
}
.exame-ans-view .exam-answer-key .progress-card .card-body {
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.exame-ans-view .exam-answer-key .progress-card .label {
    font-size: 13.46px;
    font-weight: 400;
    color: #313131;
}
.exame-ans-view .exam-answer-key .progress-card .value {
    font-size: 19px;
    font-weight: 600;
    margin-top: 5px;
    color: #161616;
}
/* exame answer view end */
/* login modal */
.loginModal .login-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;       
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    color: #222;
    margin-bottom: 10px;
}
.loginModal .login-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 400;       
    font-size: 14.5px;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    color: #666;
}
.loginModal .login-btn {
  width: 100%;
  height: 52px;
  background: #0B726D;
  border-radius: 14px;
  border: none;
  color: #FEFEFE;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
/* login modal end */
 .question-btn {
            width: 50px;
            height: 46px;
            aspect-ratio: 1;
            font-size: 18px;
            border: 1px solid #F2F2F2;
            background-color: #F2F2F2;
            color: #505050;
            font-weight: 500;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .question-btn:hover {
            background-color: #e5e7eb;
            transform: translateY(-2px);
        }
        
        .question-btn.active {
            background-color: #11606D;
            color: #fff;
            border-color: #11606D;
        }
        
        .question-btn.visited {
            color: #505050;
            border-color: #11606D;
            background-color: #EDFCFF;
        }
        
        .finish-btn {
            background-color: #11606D;
            color: #FFFFFF;
            border: none;
            padding: 12px;
            /* height: 48px; */
            font-weight: 700;
            font-size: 15.68px;
            border-radius: 0;
            transition: background-color 0.2s;
        }
        
        .finish-btn:hover {
            background-color: #0a4a4a;
            color: #FFFFFF;
        }
        
        /* .questions-panel {
            border: 3px solid #3b82f6;
            border-radius: 12px;
            background-color: white;
            max-width: 450px;
        } */


/* checkout- page  */
.checkout-page .course-card {
  background-color: #fff;
  box-shadow: 0px 0px 21px -5.25px #00000033;
}
.checkout-page .address-card {
    background-color: #fff;
  box-shadow: 0px 0px 21px -5.25px #00000033;
  border: none;
}
.checkout-page .course-card .card-img-top {
  height: 263px;
  object-fit: cover;
}
.checkout-page .card-tit {
font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 23px;
line-height: 43px;
letter-spacing: 0%;
vertical-align: middle;
}
.checkout-page .card-tex {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #646464;
}
.checkout-page .form-control {
  border-radius: 0 !important;
  border: none;
}
.checkout-page .verify-card {
  background-color: #fff;
  box-shadow: 0px 0px 21px -5.25px #00000033;
}
.checkout-page .course-card {
  overflow: hidden;
}
.checkout-page .verify-card {
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px -5.25px #00000033;
  padding: 30px;
}
.checkout-page .verify-card .title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #1E1E1E;
}
.checkout-page .verify-mob .form-control {
  height: 48px;
  background-color: #F4F4F4;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  font-size: 15px;
  color: #000;
  padding-left: 15px;
}
.checkout-page .btn-gradient {
  background-color: #11606D; /* exact dark green color */
  color: #fff !important;
  border: none;
  border-radius: 0px;
  height: 48px;
  padding: 0 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .checkout-page .btn-gradient {
    border-radius: 12px;
    font-size: 12px;
    padding-right: 50px !important;
    padding-left: 50px !important;
    padding-top: -5px !important;
    padding-bottom: -5px !important;

  }
  .checkout-page .payment-card {
  border: 1px solid #E5E5E5 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 11px !important;
}
.checkout-page .verify-card {
  background-color: transparent;
  box-shadow: none !important;
}
}
.checkout-page .otp-input-field {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: #F0F0F0 !important;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  outline: none;
  transition: all 0.2s ease;
  border-radius: 0px;
}
.checkout-page .otp-input-field:focus {
  border: 0.5px solid #11606D !important;
}
.checkout-page .text-r-mute {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #6c757d;
}
.checkout-page .text-r-mute a {
  color: #025E55 !important;
  font-weight: 600;
  text-decoration: none;
}
.checkout-page .text-r-mute a:hover {
  text-decoration: underline;
}
.checkout-page .verify-mob .d-flex {
  gap: 10px;
}
.checkout-page .verify-mob .btn-gradient {
  min-width: 130px;
}
.checkout-page .otp-input {
  margin-top: 8px;
}
.checkout-page .checkout-card {
  margin-top: 25px;
}
.checkout-page .btn-save {
  background-color: #11606D;
  border: none;
  color: #fff;
  border-radius: 0px;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}
.checkout-page .billing-card {
  background-color: #fff;
  box-shadow: 0px 0px 21px -5.25px #00000033;
  border-radius: 0px;
  padding: 28px 24px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}
.checkout-page .billing-card h5 {
  font-weight: 600;
  font-size: 17px;
  color: #111827;
  margin-bottom: 8px;
}
.checkout-page .billing-card h6 {
  font-weight: 500;
  font-size: 15px;
  color: #374151;
  margin-bottom: 16px;
}
.checkout-page .address-option {
  background-color: #FDFAFA;
  border: none; 
  border-radius: 0px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.checkout-page .address-option:has(input[type="radio"]:checked) {
  background-color: #EAFCFF;
  border: 1px solid #244449;
}
.checkout-page .address-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #244449;
  border-radius: 50%;
  background-color: #e7f6f9;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-top: 4px;
  flex-shrink: 0;
}
.checkout-page .address-option input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #264b4d;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.checkout-page .address-option .address-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #646464; 
  vertical-align: middle;
  transition: color 0.3s ease;
}
.checkout-page .address-option:has(input[type="radio"]:checked) .address-text {
  color: #0F3339;
}
.checkout-page .address-option .btn-edit-address {
  padding: 0;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.checkout-page .address-option .btn-edit-address .edit-icon {
  opacity: 0.5;
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.2s ease;
}
.checkout-page .address-option:has(input[type="radio"]:checked) .btn-edit-address .edit-icon {
  opacity: 1;
  filter: none;
}
.checkout-page .address-option .btn-edit-address:hover .edit-icon {
  transform: scale(1.1);
}
.checkout-page .btn-add-address {
  background-color: #11606D;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 0;
  transition: 0.3s;
}

.checkout-page .btn-add-address:hover {
  background-color: #11606D;
  color: #fff;
}
.checkout-page .btn-add-address {
  background-color: #11606D;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 0;
  transition: 0.3s;
}
.checkout-page .btn-add-address:hover {
  background-color: #11606D;
  color: #fff;
}
.checkout-page .btn-cancel-edit {
  background-color: transparent;
  border: none;
  color: black;
  border: 1px solid black;
  border-radius: 0px;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}
.checkout-page .new-address .form-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em; 
  color: #3D3D3D;
}
.checkout-page .new-address .form-label {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important; 
  font-size: 14px !important;
  line-height: 120% !important;
  letter-spacing: 0em !important; 
  color: #2D2D2D !important; 
}
.checkout-page .total-amount-text {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 120% !important;
  letter-spacing: 0em !important;
  color: #1F1F1F !important;
}
.checkout-page .payment-card {
  background-color: #fff;
  box-shadow: 0px 0px 21px -5.25px #00000033;
}
.checkout-page .payment-card .form-default .form-body .form-control {
  border-radius: 0px !important;
}
.checkout-page .payment-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout-page .payment-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #E0E0E0;
  border-radius: 0px;
  background-color: #F7F7F7;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.checkout-page .payment-option:hover {
  border-color: #C8C8C8;
}
.checkout-page .payment-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #003740;
  border-radius: 50%;
  background-color: #F7F7F7;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.checkout-page .payment-option input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background-color: #1D4144;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.checkout-page .payment-option:has(input[type="radio"]:checked) {
  background-color: #E5F8F9;
  border-color: #1D4144;
}
.checkout-page .payment-option span {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1F1F1F;
}
.checkout-page .one-time-details,
.checkout-page .emi-details {
  background-color: #F8F9FA;
  border: 1px solid #EFEFEF;
  border-radius: 0;
  /* padding: 16px; */
  transition: all 0.3s ease;
}
.checkout-page .emi-details .d-flex span:last-child {
  white-space: nowrap;
}
.checkout-page .emi-details .border-bottom ,
.checkout-page .one-time-details .border-bottom {
  padding-bottom: 10px !important;
  margin-bottom: 12px !important;
  border-bottom: 1px dashed #A1A0A0!important;
}
.checkout-page .emi-details h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-style: normal; 
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #3D3D3D;
  margin-bottom: 12px !important;
}
.checkout-page .emi-details .emi-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 500; /* Medium */
  font-style: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #3D3D3D;
}
.checkout-page .payment-card .text-pay {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  color: #646464;
}
.checkout-page .payment-card .text-pay-am {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0;
  color: #1E1E1E;
}
.checkout-page .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.checkout-page .addresss-card {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px; 
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.checkout-page .addresss-card input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.6px solid #00BFDE;
  border-radius: 50%;
  background-color: #F7F7F7;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
  margin-top: 4px;
}
.checkout-page .addresss-card input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #00BFDE;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.checkout-page .btn-add-address-md {
  background-color: #156472;
  color: #fff;
  border: none;
  border-radius: 11px !important;
  font-size: 14px;
  padding: 8px 14px;
  font-family: "DM Sans", sans-serif;
}
.checkout-page .btn-add-address:hover {
  background-color: #156472;
}
.checkout-page .btn-primary-apply {
  border: 1px solid #90BCFF9E !important;
  color: #0267FE96 !important;
  background-color: transparent !important;
  border-radius: 0px;
}
.checkout-page .btn-primary-pay-now {
  background-color: #007BFF;
  color: #FFFFFF;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  border: none;
  border-radius: 0px;
}
.checkout-page .button.btn.btn-primary-pay-now:hover {
  background-color: #007BFF;
  color: #FFFFFF;
}
 .btn-save-modal {
   --btn-bg: #0f7b6e;
   background: var(--btn-bg);
   color: #fff;
   border: none;
   height: 44px;
   border-radius: 12px;
   max-width: 100%;
   font-weight: 600;
   font-size: 14px;
   padding-left: 18px;
   padding-right: 18px;
 }
 .checkout-page .billing-header-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2E0F15;
}
  .checkout-page .iti__selected-dial-code {
  display: none !important;
}
.checkout-modal-addres .form-check-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
  color: #434343;
  vertical-align: middle;
  display: inline-block;
}
.modal-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0;
  color: #2E2E2E;
}
.checkout-modal-addres .addresss-card {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 0px;
}
.checkout-modal-addres .col-12:not(:last-child) .addresss-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  height: 1px;
  background-color: #E0E0E0;
}
.checkout-modal-addres .col-12:last-child .addresss-card::after {
  display: none;
}
.checkout-modal-addres .addresss-card input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.6px solid #00BFDE;
  border-radius: 50%;
  background-color: #F7F7F7;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-top: 3px;
}
.checkout-modal-addres .addresss-card input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: #00BFDE;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.checkout-page .two-side-line {
  position: relative;
}
.checkout-page .two-side-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #E5E7EB;
  transform: translateX(-15px); /* move line LEFT outside */
}
.checkout-page .two-side-line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #E5E7EB;
  transform: translateX(15px);
}
.checkout-page .btn-removee {
  border: 1px solid red !important;
  color: red !important;
  background-color: transparent !important;
  border-radius: 0px;
} 

/* checkout end */

/* profile */
.bg-purple {
    background: linear-gradient(110.41deg, #662D91 0.63%, #8A3AB9 97.76%) !important;
}
/* avatar styling */
.profile-img {
    width: 66px;
    height: 66px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #00BAD9;
    aspect-ratio: 66 / 66;
}
/* gold greeting text */
.pro-sidebar-head .text-gold-yellow {
    color: #F6D07A;
    font-weight: 500;
    font-size: 13.5px;
    margin-bottom: 3px;
}
.pro-sidebar-list {
    min-height: calc(80vh - 100px);
    background-color: #faf7f7;
}
.pro-sidebar-list ul {
    padding-left: 0rem;
}
.pro-sidebar-list ul li {
    list-style: none;
    border-bottom: 1px solid #E9E9E9;
    padding: 16px 0px;
}
.pro-sidebar-list ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.pro-sidebar-list ul li a {
    color: #272727;
    display: flex;
    font-family: "Poppins";
    align-items: center;
    font-weight: 500;
    font-size: 16.56px;
    text-decoration: none;
    padding: 10px 0px;
    border-radius: 6px;
}
.pro-sidebar-list ul li a.active {
    font-weight: 600;
    color: #080808;
}
.pro-sidebar-list ul li a span {
    margin-left: 13px;
}
@media (max-width: 768px) {
  .pro-sidebar-list ul li a::after {
    content: "";
    width: 15px;
    height: 15px;
    margin-left: auto;  
    background-image: url("/static/public/images/icons/next-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.profile-info .update-btn {
    border: 1px solid #5564EC;
    background-color: #F0F1FF;
    color: #5564EC;
    border-radius: 0px;
    font-weight: 500;
}
.profile-info .update-btn:hover {
    color: #5564EC;
}
.profile-info .value {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #1E1E1E;
}
.profile-info .profile-heading {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
}
.profile-info .basic-sub-heading {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
}
.profile-info .profile-info label {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #5A5A5A;
}
/* user-download */
.profile-download .downloads-wrapper .downloads-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    color: #111;
    margin-bottom: 18px;
}
.profile-download .download-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 10px 6px;
    border-radius: 6px;
}
.profile-download .download-item .thumb {
    width: 124px;
    height: 82.443359375px;
    aspect-ratio: 124 / 82.443359375;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
}
.profile-download .download-item .download-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.profile-download .download-item .download-content .title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20.47px;
    letter-spacing: 0;
    color: #111;
}
.profile-download .download-item .download-content .para {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24.38px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #3F3F3F;
}
.profile-download .download-item+.download-item {
    position: relative;
    border-top: none;
}
.profile-download .download-item+.download-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(124px + 16px);
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
    .profile-download {
        --download-thumb-w: 106px;
        --download-gap: 12px;
    }

    .profile-download .download-item {
        gap: var(--download-gap);
    }

    .profile-download .download-item .thumb {
        width: var(--download-thumb-w);
        height: 74.9996566772461px;
        border-radius: 8px;
        object-fit: cover;
    }

    .profile-download .download-item .download-content .title {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .profile-download .download-item .download-content .meta,
    .profile-download .download-item .download-content .para {
        font-size: 11px;
    }
}
/* user-download */
.profile-certificare .certificates-wrapper .cert-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    color: #111;
    margin-bottom: 18px;
}
.profile-certificare .cert-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 12px 6px;
}
.profile-certificare .cert-item .thumb {
    width: 124px;
    height: 82.443359375px;
    aspect-ratio: 124 / 82.443359375;
    border-radius: 8px;
    object-fit: cover;
}
.profile-certificare .cert-item .cert-content .title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20.47px;
    color: #111;
    margin: 0 0 6px 0;
}
.profile-certificare .cert-item .cert-content .meta {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24.38px;
    color: #3F3F3F;
    margin: 0;
}
.profile-certificare .btn-cert {
    border: 1px solid #13616E45;
    color: #13616E;
    padding: 8px 14px;
    border-radius: 7px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 13px;
    white-space: nowrap;
    box-shadow: none;
}
.profile-certificare .cert-item+.cert-item {
    position: relative;
}
.profile-certificare .cert-item+.cert-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(124px + 16px);
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.06);
}
.profile-back-arrow {
  font-family: "Poppins", sans-serif;
  font-weight: 600; 
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #202020;
}
.profile-white-arrow {
  font-family: "Poppins", sans-serif;
  font-weight: 600; 
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff; 
}
.profile-info .profile-payments .payments-wrapper .payments-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #111;
  margin-bottom: 22px;
}
.profile-info .profile-payments .payment-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 6px;
  position: relative;
}
.profile-info .profile-payments .payment-item + .payment-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;     
  right: 0;
  height: 1px;
  background-color:#DEDEDE;
}
.profile-info .profile-payments .payment-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.profile-info .profile-payments .date-time {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #7A7A7A;
}
.profile-info .profile-payments .invoice-id {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #3F3F3F;
}
.profile-info .profile-payments .course-name {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 22px;
}
.profile-info .profile-payments .amount {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #111;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
    .profile-certificare .cert-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        border-radius: 12px;
        overflow: hidden;
    }

    .profile-certificare .cert-item .thumb {
        width: 100%;
        height: 195px;
        object-fit: cover;
        display: block;
        border-radius: 20px;
    }

    .profile-certificare .cert-item .cert-content .title {
        font-size: 15px;
        line-height: 1.3;
        margin: 0 0 8px 0;
        color: #111;
        font-weight: 600;
    }

    .profile-certificare .cert-item .cert-content .meta {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-style: normal;
        /* “Medium” is a weight, not a style */
        font-size: 12px;
        line-height: 150%;
        /* or 1.5 */
        letter-spacing: 0px;
        color: #484848;
        margin: 0;
    }

    .profile-certificare .cert-item .btn-cert {
        width: 100%;
        display: inline-block;
        padding: 12px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        background: #e6f6f7;
        color: #13616E;
        border: 1px solid rgba(19, 97, 110, 0.27);
        box-shadow: none;
        text-align: center;
        white-space: normal;
    }
    .profile-certificare .cert-item+.cert-item {
        position: relative;
        margin-top: 10px;
        padding-top: 20px;
    }
    
    .profile-certificare .cert-item+.cert-item::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.06);
    }
}
.twoline .container {
    position: relative;
}

.twoline .container::before,
.twoline .container::after {
    content: "";
    position: absolute;
    top: -107px;
    bottom: 0;
    width: 1px;
    background: #E5E7EB;
}

.twoline .container::before {
    left: -15px;
}

.twoline .container::after {
    right: -15px;
}

@media (max-width: 767px) {

    .twoline .container::before,
    .twoline .container::after {
        display: none;
    }
}

.logout-modal-pg .modal-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    color: #262626;
}

.logout-modal-pg .modal-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    color: #393939;
}

.logout-modal-pg .btn-logout {
    font-size: 16px;
    background-color: #0B726D;
    color: #fff;
    border: none;
    border-radius: 14px;
}

.logout-modal-pg .btn-logout:hover {
    background-color: #0B726D;
    color: #fff;
}

.logout-modal-pg .btn-cancel {
    font-size: 16px;
    border: 1px solid #0B726D;
    color: #0B726D;
    background-color: transparent;
    border-radius: 14px;
}

.logout-modal-pg .btn-cancel:hover {
    color: #0B726D;
}
/* modal-registration */
.btn-skip {
  border-radius: 0px;
  border: 1px solid #0f6b67;
  color: #0f6b67;
}
.btn-submit {
  background: #0f6b67;
  color: #fff;
  border-radius: 0px;
}
.btn-submit:hover {
  background: #0f6b67;
  color: #fff;
}
.btn-submitt {
  background: #0f6b67;
  color: #fff;
  border-radius: 14px;
  width: 350px;
  height: 52px;
}
.btn-submitt:hover {
  background: #0f6b67;
  color: #fff;
}
.new-check .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  background: #e6e6e6;
}

.new-check .form-check-input:checked {
  background: #007BFFD4
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path d='M12.97 4.97a.75.75 0 010 1.06l-6.25 6.25a.75.75 0 01-1.06 0L3.03 9.62a.75.75 0 111.06-1.06l2.22 2.22 5.72-5.72a.75.75 0 011.06 0z'/></svg>")
    center / 12px no-repeat !important;
}
.registration .avatar-box {
  position: relative;
  display: inline-block;
}

.registration .upload-btn {
  position: absolute;
  top: 105px;
  right: -12px;    
  transform: translateY(-50%);
  cursor: pointer;
}
/* profile end */
/* course view line */
.course-two-side-line {
  position: relative;
}
.course-two-side-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #E5E7EB;
  transform: translateX(-15px);
}
.course-two-side-line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #E5E7EB;
  transform: translateX(15px);
}
/* end */
  .image-upload-controls {
  position: absolute;
  bottom: -10px;
  right: -15px;
}
.image-upload-controls .upload-icon {
  width: 25px;
  height: 25px;
}
/*  modal-fixed-bottom*/
@media (max-width: 767px) {
.modal-fixed-bottom{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    margin: 0;
    min-height: inherit;
    max-width: 100%;
}
.modal-fixed-bottom .modal-content{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
}
/* footer */
footer {
    background-color: #F9F9F9 !important;
    color: #222222;}
/* footer-top */
footer .footer-top {
    padding-top: 100px;
    padding-bottom: 60px;}

/* Default (desktop and tablet) keep dots */
.footer-side .links a {
  color: #000;
  text-decoration: none;
  margin: 0 5px;
  position: relative;
}

.footer-side .links a:not(:last-child)::after {
  content: ".";
  margin-left: 20px;
  color: #000;
  position: relative;
  top: -5px; 
  font-weight: bold; 
}

/* Privacy / Terms same style */
.footer-side .footer-links a {
  color: #000;
  text-decoration: none;
  margin: 0 5px;
  position: relative;
}

.footer-side .footer-links a:not(:last-child)::after {
  content: ".";
  margin-left: 20px;
  color: #000;
  position: relative;
  top: -5px; 
  font-weight: bold;
}

/* -------- MOBILE VIEW FIX -------- */
@media (max-width: 767.98px) {
  .footer-side .links a:not(:last-child)::after,
  .footer-side .footer-links a:not(:last-child)::after {
    content: "";   /* remove dot */
    margin-left: 0;
  }

  .footer-side .links a {
    margin: 0 75px 0px 0px; 
  }
    .footer-side .footer-links {
    display: flex;
    flex-direction: column; /* stack links vertically */
    align-items: flex-start; /* left align */
  }

  
.m-t-55 {
   margin-top: 0;}

}
  .footer-side .m-t-170 {
    margin-top: 45px !important;
  }


  @media (min-width: 768px) {
   .footer-side .m-t-170 {
      margin-top: 170px !important;
    }
  }
.footer-side .footer-logo-text {
  width: 100%; 
  max-width: 1320px;
  aspect-ratio: 1320 / 225;
  height: auto;       
}
.footer-side .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px; 
  height: 38px;
  background: #E5E5E5; 

}

.footer-side .social-icon img {
  width: 16px;  
  height: 16px;
  object-fit: contain;
}
