html{font-size: 62.5%;}
:root{
    --PrimaryColor:#545454;
    --SecondaryColor:#E61C30;    
}

body{margin:0;padding:0;font-family: 'Montserrat', sans-serif;background:#ffffff;font-size:15px; color: var(--PrimaryColor); overflow-x: hidden; overflow-y: auto;}
ul, ol, p, form, input, textarea, select, pre, em, sub, sup, canvas, section, article, aside, img, a, li, iframe, table, nav, header, footer, body, menu, button{margin:0;padding:0;vertical-align:middle;box-sizing:border-box;-webkit-box-sizing:border-box;list-style:none;text-decoration:none;outline:none;border:0;border-spacing:0;border-collapse:collapse;font-family: 'Montserrat', sans-serif;}
*, after, before{box-sizing:border-box;-webkit-box-sizing:border-box;}

h1, h2, h3, h4, h5, h6{margin:0;padding:0;}
a{text-decoration: none!important;color: var(--PrimaryColor);display: inline-block;font-family: 'Montserrat', sans-serif;}
a:hover{color: var(--SecondaryColor);}
b, strong{font-family: 'Montserrat', sans-serif;font-weight: 700;}
a:focus{background: none;}
u{text-decoration:underline;}
i, em{font-style:italic;}
img{max-width:100%;}
.clear{clear:both;}
input[type="button"], 
input[type="submit"], 
input[type="reset"],
input[type="text"],
select,
textarea{appearance:none;-webkit-appearance:none;-moz-appearance:none;}
select::-ms-expand{display:none;}
input[type="button"], input[type="submit"], input[type="reset"]{cursor:pointer;}
p{color:var(--PrimaryColor);}
.dropdown-item{ font-size: 15px;}
.row{--bs-gutter-x: 30px;}
.g-0{--bs-gutter-x:0!important}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
    .container-fluid{ max-width: 1490px;}
}

.container-fluid{padding: 0 15px;}
.header{ padding: 12px 6rem; background: #ffffff; display: flex; flex-wrap: wrap;    align-items: center; }
.header .logo a{ display:block;    margin-right: 20px;}
.header .logo a img{max-width: 100%; max-height: 50px;}
.header .explore-dropdown-box .dropdown-item a{display: block;}
.header .explore-dropdown-box .dropdown-item:focus,header .explore-dropdown-box  .dropdown-item:hover,header .explore-dropdown-box  .dropdown-item:active{color:var(--SecondaryColor) !important; background: #fff !important;}
.header-input{ display: inline-block; vertical-align: middle;}
.header-input .form-group{ margin: 0; position: relative;}
.header-input .header-input{ height: 44px; background: rgba(255, 255, 255, 0.3); border: 1px solid #D7D7D7; box-sizing: border-box; border-radius: 5px; font-weight: 500; font-size: 14px; color: #000; width: 100%; padding: 0 20px; padding-right: 50px; width: 47rem; }
.header-input .header-input:focus{border-color: var(--SecondaryColor);}
.header-input .header-input::placeholder{ color: #878787;}
.header-input .search-icon{ position: absolute; top: 0; right: 0;  bottom: 0; display: flex; align-items: center;  width: 45px; cursor: pointer; z-index: 1;}

/* header .left-menu{    flex: 1 0 0%;} */
.header .right-menu{    display: flex; align-items: center;     flex: 1 0 0%;}
.header .right-menu .explore-dropdown-box { display: flex; align-items: center; width: 100%; max-width: 30vw; }
.header .explore-dropdown-box .form-group{ margin: 0; position: relative; width: 100%;     overflow: hidden; border-radius: 5px; z-index: 2;}

.header .explore-dropdown-box .form-group input{ height: 44px; background: rgba(255, 255, 255, 0.3); border: 1px solid #D7D7D7; box-sizing: border-box; border-radius: 5px; font-weight: 500; font-size: 14px; color: #000; width: 100%; padding: 10px 40px 10px 20px; width: 100%; }
.header .explore-dropdown-box .search-icon.search_btn { position: absolute; right: 0; top: 0; height: 100%; background: var(--SecondaryColor); padding: 6px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.header .explore-dropdown-box .search-icon.search_btn img { filter: invert(1) brightness(3.5); }
.header nav ul li a.cart { width: 26px; }


.searchInput{background: #fff; width: 100%; border-radius: 5px; position: relative; margin:0 6px; }
.searchInput .search-result{ max-height: 280px; overflow-y: auto; padding: 7px; position: absolute; background: #fff; margin: auto; left: 0; display: none; border-top: 0; right: 0; border: solid 1px #d7d7d7; border-top: 0; box-shadow: 2px 0px 8px rgba(0,0,0,0.05); border-radius: 0 0 5px 5px; z-index: 1; top: 97%; }
.searchInput .search-result ul li{ list-style: none; padding: 8px 12px; width: 100%; cursor: default; border-radius: 3px; font-size: 15px; font-weight: 500; font-size: 14px; color: #000; }
.searchInput .search-result ul li:hover{ background: #f4f4f4;}
.searchInput.active .search-result{display: block;}

/* .header .searchInput.active .resultBox{    padding: 10px 8px; opacity: 1; }
.header .searchInput.active .resultBox ul li { display: block; } */





/* .header nav ul li{ display: inline-block; vertical-align: middle; } */
.header nav ul li + li{ margin-left: 0.5vw;}

.header nav ul li a{ color: #000000; font-size: 16px; font-weight: 500; position: relative; padding: 0 2px;    white-space: nowrap; }
.header nav ul li a.cart .count{ width: 15px; height: 15px; border-radius: 100%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 500; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); background: var(--SecondaryColor); color: #ffffff; }
.header nav ul li a.cart>img{ filter: brightness(0); transition: 0.3s; -webkit-transition: 0.3s;}
.header nav ul li a.cart:hover>img{ filter: initial;}
.header nav ul li a:hover{color: var(--SecondaryColor);}

.word-img>img{filter: brightness(0); transition: 0.3s; -webkit-transition: 0.3s;}
.word-img:hover>img{filter: initial;}

.outer-nav{display: inline-block; vertical-align: middle; margin-left: 20px;}
.header-profile-box-cover{display: inline-block; vertical-align: middle;}
.header-profile-box{ position: relative;}
.header-profile-img{ display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative;}
.header-profile-img .img{ width: 40px; height: 40px; border-radius: 100%; overflow: hidden;}
.header-profile-img .img>img{width: 100%; height: 100%; object-fit: cover;}
.header-profile-img span{ display: inline-block;font-weight: 600; font-size: 16px; line-height: 20px; color: #000000; margin-left: 15px; max-width: 80px; overflow: hidden; text-overflow: ellipsis;  white-space: nowrap; }
.header-profile-img .fa-angle-down{ margin-left: 7px;}
.header-profile-img:hover span{color:var(--SecondaryColor);}
.header-profile-img:hover .fa-angle-down{color:var(--SecondaryColor);}


.header-profile-hover-box{ pointer-events: none; position: absolute; right: 0; top: 100%; width: 240px; transition: 0.3s; -webkit-transition: 0.3s; opacity: 0; visibility: hidden; z-index: 9;}
.header-profile-hover-box ul{ background: #ffffff; border-radius: 5px; box-shadow:1px 0 8px 1px rgb(0 0 0 / 20%); -webkit-box-shadow:1px 0 8px 1px rgb(0 0 0 / 20%); padding: 10px 0 !important; display: block !important; width: 100%; clear: both; margin: 0; max-height: 450px; overflow: hidden; margin-top: 10px;}
.header-profile-hover-box ul li{    margin-left: 0 !important}
.header-profile-hover-box ul li a{
    width: 100%;
    padding: 7px 10px !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left;
    position: relative !important;
    display: flex;
    align-items: center;
    transition: 0.3s;
    -webkit-transition: 0.3s
}
.header-profile-hover-box ul li a i{  width: 30px; text-align: left; }
.header-profile-hover-box ul li a:hover{ color: var(--SecondaryColor) !important; background: #f5f5f5;}
.header-profile-hover-box ul li + li{ border-top: 1px solid #eee;}
.header-profile-box:hover .header-profile-hover-box{ opacity: 1; visibility: visible; pointer-events: all;}

.header nav{margin-left: auto;     display: flex; align-items: center;}
.header nav ul{    display: flex; align-items: center;  border-right: 1px solid #D6D4D4; padding-right: 15px; margin-right: 15px;}
.header .header-login-btn{ display: inline-flex; align-items: center;}
.header .header-login-btn .sign-in{color: #000000; font-size: 16px; font-weight: 600;}
.header .header-login-btn .sign-in:hover{ color: var(--SecondaryColor);}
.header .header-login-btn a + a{ margin-left: 20px;}
.header .btn{ min-width: max-content; padding: 7px 20px; display: inline-flex; align-items: center; justify-content: center;}

.header nav #nav-close-btn{display: none;width: 30px; height: 30px; background:  var(--SecondaryColor); color: #fff; border-radius: 50%; font-size: 16px; margin-bottom: 10px; padding: 0; line-height: 31px;}  
.header .mobile-icon-list{display: none;}
.header .mobile-icon-list > ul { display: flex; align-items: center; }
.header .mobile-icon-list ul li { padding: 0 8px; }
.header .mobile-icon-list ul li:last-child{padding-right: 0;}
.header .mobile-icon-list ul #toggle-btn { width: 35px; height: 35px; background: #e61c30; border-radius: 50%; color: #fff; line-height: 35px; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; }
.header .mobile-icon-list ul li .cart {position: relative;}
.header .mobile-icon-list ul li .cart .count { width: 15px; height: 15px; border-radius: 100%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 500; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); background: var(--SecondaryColor); color: #ffffff; }
.header .mobile-icon-list ul li .cart>img { filter: brightness(0); transition: 0.3s; -webkit-transition: 0.3s; }

.btn{ border-radius: 5px; font-size: 16px; font-weight: 600; padding: 10.5px 20px; border: 1px solid; box-shadow: none; min-width: 170px; position: relative; z-index: 1;}
.btn.w-100{ padding: 13px 20px; }
.btn i{ margin-left: 4px;}
.btn:focus{box-shadow: none;}
/* .btn-primaryx{ background: var(--SecondaryColor); color: #ffffff; border-color: var(--SecondaryColor);} */
.btn-primaryx:focus{ color: #fff; background: transparent; box-shadow: none; outline: none;}
.btn-primaryx {  min-width: 200px; border-color: transparent; color: #fff; position: relative; z-index: 1; border-color: var(--SecondaryColor);  overflow: hidden;}
.btn-primaryx:hover{color: var(--SecondaryColor); background: transparent; box-shadow: none; outline: none;}

.btn::after{content: ""; position: absolute; top: 0; left: 0; background-color: transparent; bottom: 0; right: 0; z-index: -1; transition: 0.33s; -webkit-transition: 0.33s;  pointer-events: none; transform-origin: left; border: 0; margin: 0;}
.btn:hover::after{ transform: scaleX(0);}
.btn-primaryx:after { background-color: var(--SecondaryColor);}

/* .btn-check:focus+.btn, .btn:focus{ outline: none; box-shadow: none; color: var(--SecondaryColor);} */

.btn-border{ background: transparent; color:var(--SecondaryColor); border-color: var(--SecondaryColor);  border-color: var(--SecondaryColor);  overflow: hidden;}
.btn-border:hover{color: #fff; box-shadow: none; outline: none;}
.btn-border::after{ background: var(--SecondaryColor); transform: scaleX(0);}
.btn-border:hover::after{transform: scaleX(1);}


.home-banner{padding-top: 7rem; background: #FFF4F1;}
.home-banner-text{ margin-top: -30px;}
.home-banner-text h1{ color: #545454; font-size: 5rem; font-weight: 700; line-height: 1; letter-spacing: -1px;}
.home-banner-text h1 strong{  color: var(--SecondaryColor); font-size: 7rem;}
.home-banner-text p{ font-size: 18px; color: #000; font-weight: 500; margin: 10px 0 24px;}

.banner-search-box{ position: relative;}
.banner-search-box .banner-input{background: #FFFFFF; box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.05); border-radius: 5px; height: 63px; padding: 0 16px; padding-right: 70px; width: 100%; font-size: 16px; font-weight: 500; color: #000;}
.banner-search-box .banner-input::placeholder{ color:#878787;}
.banner-search-box .search-icon{position: absolute; top: 0; right: 0;  bottom: 0; display: flex; align-items: center; cursor: pointer; z-index: 1; padding: 13px;}

.home-banner-img{ display: inline-block; position: relative;}
.home-banner-img>img{ pointer-events: none; user-select: none;}
.home-banner-white-box{ background: #FFFFFF; box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1); border-radius: 16px;  padding: 2rem; position: absolute; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;flex-flow: column; text-align: center;}
.home-banner-white-box.small{ width: 247px; height: 121px; top: 17%; left: -33%;}
.home-banner-white-box h4{font-weight: 500; font-size: 16px; line-height: 1.5; color: #000000; }
.home-banner-white-box strong{color: #E61C30;}
.home-banner-white-box h5{font-weight: 700; font-size: 30px; line-height: 1.4; color: var(--SecondaryColor); }

.home-banner-white-box.big {width: 250px; height: 121px; bottom: 14%; right: -60px;}
.home-banner-white-box.big h4{ margin: 4px 0;}
.home-banner-white-box ul{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center;margin-top: 8px;}
.home-banner-white-box ul li img{ border: 1px solid #ffffff; border-radius: 100%; object-fit: cover; width: 30px;  height: 30px;}
.home-banner-white-box ul li + li{ margin-left: -10px;}


/* footer css */
.footer-logo-cover{ max-width: 1800px; width: 100%; margin: 0 auto;}


.footer-top{background:#FFF4F1; padding: 4rem 3rem 4rem 3rem; overflow: hidden; z-index: -1; }
.footer-logo-box{ margin-bottom: 4rem;}
.footer-section-big{width:40%;}
.footer-section-small{width:18%;}
.footer-ul>h4{font-weight: 600; font-size: 20px; color: var(--SecondaryColor); margin: 1rem 0 1rem 0;}
.footer-ul ul li{ display: block;}
.footer-ul ul li a{ color: #444444; font-size: 15px; font-weight: 500;}
.footer-ul ul li a:hover{ color:var(--SecondaryColor);}
@media (min-width: 1600px)
{
    footer .col.trending-live{ min-width:30%;}
}
@media (max-width: 1600px)
{
    footer .col.company{ flex: 1 0 220px; max-width: 220px;}
    /* footer{ padding: 5rem 0 5rem 5rem;} */
}

.company-footer-box{background:white; border: 1px; border-radius:10px; padding-right: 0;}

.footer-link-list{
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}
.footer-link{
  display: block;
  width:auto;
  padding: 2px 0;
  color: #ccc;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
  margin-top: 0px !important;
  margin-bottom: 3px;
}
.footer-link::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--SecondaryColor);
  transition: width 0.3s ease;
}
.footer-link:hover{
  color: #fff;
  transform: translateX(-5px);
}
.footer-link:hover::after{
  width: 100%;
}

.footer-gradient-box{
  position:absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.01));
  z-index: 1;
  border: 1px;
  border-radius: 0px 0px 10px 10px;
}
.footer-carousel-title{
  position:absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: linear-gradient(white, #f8f8f8);
  box-shadow: 3px 6px 5px rgba(0, 0, 0, 0.2);
  color: var(--SecondaryColor);
  font-size: 17px;
  font-weight: 600;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 0px 2px 2px 0px;
  border-radius: 0px 0px 30px 0px;
  padding: 10px 20px 10px 10px;
}
footer.papular-courses-text{ padding: 10px 20px 10px 20px;}
footer .Intermediate-box span{font-size:12px; z-index: 2; background-color:white !important; color:#e61c30; padding:7px;}
footer h4.footer-item-title{font-size:13px; margin-top:7px; margin-bottom:7px; min-height:auto; color:#fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);}
footer .owl-nav.custom-nav {position: absolute; top: 18%; left: 0%; right: 0%;}
footer .owl-nav.custom-nav .owl-prev, .owl-nav.custom-nav .owl-next {position: absolute; height: 120px; width: 60px; color: inherit;background: none;border: none;z-index: 100;}
footer .owl-nav.custom-nav .owl-prev i, .owl-nav.custom-nav .owl-next i{font-size: 50px; color: white; text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);}
footer .owl-prev {left: 0px;}
footer .owl-next {right: 0px;}

.copyright-box{ padding: 2rem 0 2rem 0; justify-content: space-between; align-items: center;}
.copyright-box p{ font-size: 18px; color: #000;  font-weight: 500;}
.copyright-box p a{ font-size: 18px; color: #000;  font-weight: 500; text-decoration: underline!important;}
.copyright-box p a:hover{color: var(--SecondaryColor);}
.copyright-box p span{ color: #D3D3D3; margin: 0 4px; display: inline-block;}
.social-footer-box a{ color: #000; font-size: 18px; width: 35px; height: 35px; border-radius: 100%; transition: 0.3s; -webkit-transition: 0.3s; line-height: 35px; text-align: center;}
.social-footer-box a:hover{ color: #ffffff; background: var(--SecondaryColor);}

.same-section{ padding: 7rem 0;}
.instructor-img-box img { border-radius: 25px; width: 100%; height: 490px; object-fit: cover; }
.instructor-img-text{background: #FFFFFF; border-radius: 0 10px 10px 0; padding-top: 35px; padding-right: 15px; margin-right: -100px; z-index: 1; position: relative; margin-top: 40px;}
.instructor-img-text h2{font-weight: 300; font-size: 40px; line-height: 1.4; letter-spacing: -0.035em; color: #545454;margin-bottom: 10px; }
.instructor-img-text h2 strong{ font-weight: 600; color: var(--SecondaryColor);}
.instructor-img-text .btn{ min-width: 190px; margin-bottom: -30px;}

.same-heading{ padding-bottom: 6rem;}
.same-heading h2{font-weight: 600; font-size: 30px; line-height: 1.4; letter-spacing: -0.035em; color: #545454;}
.same-heading h3{font-weight: 600; font-size: 20px; line-height: 1.4; letter-spacing: -0.035em; color: #545454; margin-top: 10px;}
.same-heading h4{font-weight: 600; font-size: 14px; line-height: 1.4; color: #E61C30; margin-bottom: 10px;}
.same-heading p{font-weight: 500; font-size: 18px; line-height: 1.5; color: #545454; padding-top: 10px; }
.same-heading p + p{ padding-top: 20px;}
.same-heading.text-center p{ max-width: 620px; margin: 0 auto;}
.same-heading ul{ margin: 20px 0;}
.same-heading ul li{ position: relative; padding-left: 24px; font-weight: 500; font-size: 18px; line-height: 1.4; color: #545454;}
.same-heading ul li::after{ content: ""; position: absolute; top: 7px; left: 0; width: 8px; height: 8px; border-radius: 100%; background: var(--SecondaryColor);}
.same-heading ul li + li{ margin-top: 13px;}

.same-heading-white.same-heading h2 ,
.same-heading-white.same-heading p{ color: #fff;}

.same-heading h5{ font-size: 13px; font-weight: 600; color: var(--PrimaryColor);}

.for-business-section{ background: url(../images/for-business-bg.jpg) no-repeat top right #000; padding: 19rem 0;}
.for-business-section.home-page{ background: url(../images/for-business-bg01.jpg) no-repeat top right;background-size: cover;}
.for-business-text{ max-width: 538px;}
.for-business-text h4{font-weight: 500; font-size: 20px; line-height: 1.4; color: #FFFFFF; margin: 18px 0 13px; }
.for-business-text h3{font-weight: 500; font-size: 3rem; line-height: 1.4; color: #FFFFFF; margin: 10px 0;}
.for-business-text p{font-weight: 500; font-size: 16px; line-height: 1.5; color: #FFFFFF; margin-bottom: 24px; }

.top-categories ul{ margin: -12px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.top-categories ul li{ padding: 0 12px;flex-basis: 0; flex-grow: 1; width: 16.6%; text-align: center;}
.top-categories ul li .top-categories-icon-box{ position: relative; border: 1px solid #E61C30; border-radius: 7px;height: 164px; width: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; flex-flow: column; transition: 0.3s; -webkit-transition: 0.3s;}
.top-categories ul li .top-categories-icon-box:hover{ box-shadow:0 0 20px 0px rgba(0,0,0,0.22); transform: translateY(-10px);}
.top-categories ul li .top-categories-icon-box h4{font-weight: 500; font-size: 18px; line-height: 1.4; color: #000000; margin-top: 20px; }
.top-categories ul li .top-categories-icon-box a.overlay{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;}

.bg-gray{ background: #F8F8F8;}
.bg-site{background: #FFF4F1;}

.demand-quickly-box{ text-align: center;}
.demand-quickly-box h4{ margin: 25px 0; font-weight: 600; font-size: 24px; line-height: 1.5; letter-spacing: -0.035em; color: #545454; }
.demand-quickly-box p{font-weight: 500; font-size: 16px; line-height: 1.5; color: #545454; margin: 0 auto; max-width: 280px; }

.most-papular-heading h2{font-weight: 600; font-size: 30px; line-height: 1.5; letter-spacing: -0.035em; color: #545454; padding-bottom: 10px; }

.most-papular-heading .nav{ margin-bottom: 30px;}
.most-papular-heading .nav .nav-item button{font-weight: 500; font-size: 16px; color: #545454; background: transparent; padding: 9px 5px; position: relative; }
.most-papular-heading .nav .nav-item + .nav-item{ margin-left: 4px;}
.most-papular-heading .nav .nav-item button::after{ content: ""; position: absolute; bottom: 0; right: 0; height: 2px; background: #E61C30; width: 0; transition:0.3s; -webkit-transition:0.3s;}
.most-papular-heading .nav .nav-item button:hover{color: var(--SecondaryColor);}
.most-papular-heading .nav .nav-item button.active::after { left: 0; right: auto; width: 100%;}

.papular-courses-box-row .row{ --bs-gutter-x: 25px;--bs-gutter-y: 25px;}
.papular-courses-box{background: #FFFFFF; border: 1px solid #DFDFDF; box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 3%); -webkit-box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 3%); border-radius: 5px; height: 100%;}
footer .papular-courses-box{border: 1px; border-radius: 10px;}
.papular-courses-box>.img{ height: 209px; border-bottom:#DFDFDF solid 1px; border-radius: 5px;width: 100%;position: relative; overflow: hidden;}
footer .papular-courses-box>.img{ height: 180px; border:#DFDFDF solid 1px; border-radius: 10px;}
.papular-courses-box>.img a{width: 100%; height: 100%;}
.papular-courses-box>.img img{width: 100%; height: 100%; object-fit: cover; transition: 0.2s;}
footer .papular-courses-box>.img img:hover{filter: brightness(0.8);}
.papular-courses-box>.img .rating-box{background: #FFFFFF; border: 2px solid #EDEDED; box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 3%); -webkit-box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 3%); border-radius: 5px; position: absolute; bottom: 15px; right: 15px; font-weight: 600; font-size: 16px;  color: #545454; width: auto; padding: 5px 5px; height: 28px; display: flex; align-items: center; justify-content: center; z-index: 2; }
.papular-courses-box .rating-box .rating-icon{color: var(--SecondaryColor); margin-left: 3px; font-size: 12px;}
.tag-box {display: inline-block ;background-color: #f7f7f7; padding: 5px 7px;border-radius: 5px; margin: 3px 2px 0 0;}
.papular-courses-text{ padding: 15px;}
.footer-owl .papular-courses-text{ padding: 15px; z-index: 2; position: absolute; bottom: 0; left: 0; width:100%;}
.papular-courses-text .Intermediate-box{ align-items: center; justify-content: space-between;}
.papular-courses-text .Intermediate-box .Intermediate-icon img{ vertical-align: middle; display: inline-block; width: auto;}
.papular-courses-text .Intermediate-box .Intermediate-icon p{font-weight: 500; font-size: 11px; line-height: 1.4; color: #727272; margin-left: 3px; vertical-align: middle; display: inline; }

.badge{ border-radius: 5px; padding: 8px 9px; font-weight: 600; font-size: 12px; }
.bg-primary{background-color: rgba(230, 28, 48, 0.1)!important;color: #E61C30;}

.papular-courses-text h4{margin: 11px 0;font-weight: 600; font-size: 16px; line-height: 1.5; color: #545454; }
.papular-courses-text h4:hover{ color: var(--SecondaryColor);}
.papular-courses-text p{font-weight: 500; font-size: 12px !important; line-height: 1.2; color: #939393; min-height: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.papular-courses-text h4{    min-height: 48px; margin-bottom: 5px;}
.papular-courses-text h5{font-weight: 500; font-size: 14px; line-height: 1.4; color: #555454; margin: 8px 0;  min-height: 25px;}
.papular-courses-text h5 img{ width: auto!important; display: inline-block!important; vertical-align: middle; margin-right: 6px;}
.papular-courses-text .price-box{ align-items: center; justify-content: space-between;}
.papular-courses-text .price-box h6{font-weight: bold; font-size: 20px; line-height: 24px; color: #E61C30; }
.papular-courses-text .price-box h6 del{ font-weight: 500; color: #989898; font-size: 18px;}
.papular-courses-text .price-box .live-text span{width: 6px; height: 6px; background: #59C426; border-radius: 100%; display: inline-block; vertical-align: middle; margin-right: 10px;}
.papular-courses-text .price-box .live-text{font-weight: 600; font-size: 16px; line-height: 20px; color: #59C426; }
.papular-courses-text .price-box .live-ended-text span{width: 6px; height: 6px; background: #e61c30; border-radius: 100%; display: inline-block; vertical-align: middle; margin-right: 10px;}
.papular-courses-text .price-box .live-ended-text{font-weight: 600; font-size: 16px; line-height: 20px; color: #e61c30; }
.papular-courses-text .price-box .live{ text-align:right;}
.papular-courses-text .price-box .live img{width: auto;}
.papular-courses-text .price-box .live p{ margin-bottom: 0;}
.papular-courses-text .price-box .flag-lang-box { font-size: 14px;color: #545454; font-weight: 600; }
.papular-courses-text .price-box .flag-lang-box img{width: 25px;}
.papular-courses-text .flag-lang-box img{display:inline-block;}

.sidenav-carousel .owl-nav{ position: absolute; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); right: -100px;}
.sidenav-carousel .owl-nav button{ width: 48px; height: 48px; border-radius: 100%; color: #ffffff!important; font-size: 28px!important; display: block; position: relative; display: flex; align-items: center; justify-content: center; background: url(../images/nav-icon.svg) no-repeat center center #E61C30!important;  }
.sidenav-carousel .owl-nav button + button{ margin-top: 15px;}
.sidenav-carousel .owl-nav button span{ display: none;}
.sidenav-carousel .owl-nav button.owl-prev{ transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.sidenav-carousel .owl-nav button.disabled{ background: url(../images/nav-icon.svg) no-repeat center center #E5E5E5!important;}

.alert{ border-radius: 5px; font-size: 16px; text-transform: capitalize;}
.alert.alert-scalable {font-size:1.4rem;}
.alert-primary{background-color: rgba(230, 28, 48, 0.1)!important; color: #E61C30; border-color: #fce8ea;}

.learn-more-box{ margin-top: 10rem;}
.nav-filter-box{ justify-content: space-between;}
.nav-filter-box .filter-button-click button{ background: transparent;}



@media (min-width: 576px){
    .modal-dialog { max-width: 484px;}
}

@media (min-width: 760px){
  .modal-dialog.mass-modal { max-width: 700px;}
}

.login-section{background: #F4F4F4; padding-top: 60px; border-bottom: 1px solid #C2C2C2; border-top: 1px solid var(--SecondaryColor);}
.login-section .login-banner-img img{ max-width: 708px; margin-left: -40px;}
.login-banner-text{ padding-bottom: 5rem;}
.login-banner-text h1{font-weight: 600; font-size: 3rem; line-height: 1.5; letter-spacing: -0.03em; color: #000000; }
.login-banner-text p{font-weight: 500; font-size: 1.6rem; line-height: 1.4; letter-spacing: -0.03em; color: #6A6A6A; margin: 15px 0 30px; }

.modal-content{background: #FFFFFF; border-radius: 10px;}

.sign-modal .modal-body{ padding: 3rem; position: relative;}
.sign-modal .modal-table-body{ padding: 2rem 3rem 2rem 3rem; position: relative;}
.modal-title{font-weight: 500; font-size: 30px; line-height: 1.5; letter-spacing: -0.03em; color: #000000; }
.modal-table-action-title{font-weight: 500; font-size: 2.5rem; line-height: 1.5; letter-spacing: -0.03em; color: #E61C30; padding-bottom: 10px; }
.modal-table-info-title{font-size: 1.5rem; font-weight: 600;}
.interactable-title{color: var(--SecondaryColor); cursor: pointer;}
.sign-modal .modal-title{margin-bottom: 2rem;}
.form-group{ position: relative; margin-bottom: 25px;}
.form-group label{font-weight: 600; font-size: 1.4rem; color: #636363 !important; margin-bottom: 10px; text-transform: uppercase;}
.password-form-group input{ padding-right: 50px;}
.password-form-group .password-eye{ position: absolute; bottom: 0; right: 0; height: 52px; width: 50px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 1; font-size: 16px; color:#a0a0a0;}

.form-control{ height: 52px; background:transparent; border: 1px solid #D7D7D7; box-sizing: border-box; border-radius: 5px; font-weight: 500; font-size: 16px; color: #000; width: 100%; padding: 13px 20px;}
.form-control.slim-input{ height: 40px;}
.form-control:focus{ box-shadow: none!important; border-color: var(--SecondaryColor);}
.form-control[readonly]:focus{ box-shadow: none!important; border-color: #D7D7D7 !important;}
.form-control::placeholder{ color: #C9C5C5;}

.sign-modal .btn-close{ position: absolute; top: 15px; right: 15px; opacity: 0.7;}
.sign-modal .btn-close:focus{ box-shadow: none; outline: none;}

.forgot-password-box{ margin-bottom: 25px;}
.forgot-password-box a{ font-size: 12px; color: #E61C30; font-weight: 600;}
.new-skilleap{ margin-top: 15px; text-align: center; font-weight: 500; font-size: 15px; line-height: 1.5; color: #7C7C7C; }
.new-skilleap a{ color: #3F3E3E; text-decoration: underline!important;}

.row.gy-1{ --bs-gutter-x: 13px!important;}
.or-sign-box{ margin: 35px 0; text-align: center; font-weight: 500; font-size: 14px; letter-spacing: -0.03em; color: #737373; text-align: center; position: relative; }
.or-sign-box::after{ content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); height: 1px; background: #C9C9C9; left: 0; right: 0;}
.or-sign-box span{ width: 35px; height: 35px; border-radius: 100%; text-align: center; line-height: 35px; font-size: 14px; display: inline-block; background:#fff; position: relative; z-index: 1;}

.continue-box-login{ display: flex; margin:0 -10px ; flex-wrap: wrap;}
.continue-box-login>div{ padding: 0 10px; flex: 1 0 0%;}
.continue-box-login a{border: 1px solid #4B4B4B; border-radius: 5px;  padding: 14px 19px; padding-left: 55px; font-weight: 500; font-size: 16px; line-height: 1.4; letter-spacing: -0.03em; color: #4B4B4B; display: block; position: relative; transition: 0.3s; -webkit-transition: 0.3s;  }
.continue-box-login a:hover{ border-color: var(--SecondaryColor);}
.continue-box-login a .icon{ position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); left: 15px;}

.sign-up-tab .tab{ display: none;}
.sign-up-tab .tab.active{ display: block;}

.select-box-input{ position: relative;}
.select-box-input .form-control{ padding-right: 45px;}
.select-box-input .select-down{ position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); right: 20px; pointer-events: none; user-select: none; font-size: 18px; color: #000;}
.row.low-space{--bs-gutter-x: 25px;}
.select-box-input select:disabled + .select-down{ display:none;}

.login-cheak-box{ margin-bottom: 20px; margin-top: 10px;}
.login-cheak-box input[type="checkbox"]{ display: none;}
.login-cheak-box label{font-weight: 500; font-size: 12px; line-height: 1.4; color: #7C7C7C;  position: relative; padding-left: 30px; cursor: pointer;}
.login-cheak-box label a{ color: #000; text-decoration: underline!important;}
.login-cheak-box label a:hover{ color: var(--SecondaryColor);}
.login-cheak-box label .box{position: absolute; top: -3px; left: 0; border: 1px solid #757575; box-sizing: border-box; border-radius: 3px; width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; transition: 0.3s; -webkit-transition: 0.3s; }
.login-cheak-box label .box i{ opacity: 0; visibility: hidden; transition: 0.3s; -webkit-transition: 0.3s;}
.login-cheak-box input:checked + label .box{ border-color: var(--SecondaryColor);}
.login-cheak-box input:checked + label .box i{ opacity: 1; visibility: visible;}

.same-banner-section{ position: relative;}
.same-banner-section>img{ filter: brightness(0.5); -webkit-filter: brightness(0.5); width: 100%; object-fit: cover; pointer-events: none;}
.same-banner-section .same-banner-text{ position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); right: 0; left: 0; text-align: center; z-index: 2;}
.same-banner-section .same-banner-text h1{font-weight: 600; font-size: 50px; color: #FFFFFF; text-align: center; }

.about-us-qualificatio-section{ padding: 10rem 0 14rem;}
.about-us-qualificatio-img{ position: relative;}
.about-us-qualificatio-img>img{ border-radius: 20px; position: relative; z-index: 1;}
.about-us-qualificatio-img::after{ content:""; position: absolute; top: -25px; left: -30px; width: 110px; height: 89px; background: url(../images/about-us-qualificatio-shap.png) no-repeat center center; background-size: 100%;}
.about-us-qualificatio-img .years-box{ position: absolute; background: #FFFFFF; box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15); border-radius: 13px; width: 157px; height: 163px; display: flex; align-items: center; justify-content: center; flex-flow: column; bottom: -50px; right: -40px; z-index: 3; }
.about-us-qualificatio-img .years-box p{font-weight: 600; font-size: 14px; line-height: 1.4; color: #000000; text-align: center; }
.about-us-qualificatio-img .years-box p strong{font-weight: 600; font-size: 40px; display: block;}

.about-us-qualificatio-text{margin: 3rem 0;}
.about-us-qualificatio-text ul{ display: flex; margin:-15px -10px; flex-wrap: wrap;}
.about-us-qualificatio-text ul li{ flex: 0 0 50%; padding: 15px 10px; font-weight: 500; font-size: 16px; color: #303030; padding-left: 30px; position: relative; }
.about-us-qualificatio-text ul li::after{ content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; background: url(../images/check-circle.svg) no-repeat center center; width: 20px; height: 20px;}

.about-us-icon-box{background: #FFFFFF; border-radius: 10px; padding: 10px; height: 256px; width: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; flex-flow: column; text-align: center;}
.about-us-icon-box h4{font-weight: 500; font-size: 14px; line-height: 1.4; color: #000000; margin-top: 20px;}
.about-us-icon-box h4 strong{font-size: 30px; display: block;}

.our-history-box>ul>li:nth-child( even ) .about-us-box {opacity: 0; transform: translateX(-30px);}
.our-history-box>ul>li:nth-child( odd ) .about-us-box {opacity: 0; transform: translateX(30px);}
.about-us-box.animate {animation: slideFadeIn 0.75s ease forwards;}
.our-history-box>ul>li>ul {border: 1px solid #E61C30; border-radius: 10px; padding: 27px 29px;}
 @keyframes slideFadeIn {to {opacity: 1; transform: translateX(0);}}
.our-history-box>ul{ position: relative;}
.our-history-box>ul::after{ content: ""; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); background: #E1E1E1; border-radius: 100px; top: 10px; bottom: 0; width: 8px;}
.our-history-box>ul>li{width: calc(50% - 40px); position: relative;}
.our-history-box>ul>li .year{ position: absolute;font-weight: 600; font-size: 40px; text-transform: uppercase; color: #000000; right: -180px; top: -15px; line-height: 1.4; }
.our-history-box>ul>li::after{ content: ""; position: absolute; top: 0; right: -51px; background: #E61C30;width: 20px; height: 20px; border-radius: 100%; z-index: 2;}
.our-history-box>ul>li ul li{ display: block; width: 100%; position: relative; padding-left: 22px; font-weight: 400; font-size: 16px; line-height: 1.4; color: #000000; }
.our-history-box>ul>li ul li + li{ margin-top: 10px;}
.our-history-box>ul>li ul li::after{ content: ""; position: absolute; top: 8px; left: 5px; background: #636363; width: 8px; height: 8px; border-radius: 100%;}
.our-history-box>ul>li + li{ margin-top: 40px;}
.our-history-box>ul>li:nth-child( even ){ margin-left: auto;}
.our-history-box>ul>li:nth-child( even )::after{ right: inherit; left: -51px;}
.our-history-box>ul>li:nth-child( even ) .year{ right: auto; left: -180px;}



.testimonial-slider{ max-width: 740px; margin: 0 auto;}
.testimonial-text-box{ text-align: center;}
.testimonial-text-box p{font-style: italic; font-weight: 500; font-size: 18px; line-height: 1.5; letter-spacing: -0.01em; color: #000000; padding-bottom: 3rem; margin-bottom: 3rem;position: relative; }
.testimonial-text-box p::after{ content: ""; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 1px; width: 88px; background: var(--SecondaryColor); bottom: 0; }
.testimonial-text-box .testimonal-profle>img{ width: 71px; height: 71px; border-radius: 100%; object-fit: scale-down;}
.testimonial-text-box .testimonal-profle span{ display: block; font-weight: 600; font-size: 14px; line-height: 1.4; letter-spacing: -0.01em; color: var(--SecondaryColor); margin-top: 15px; }
.testimonial-slider .carousel-indicators{ position: initial; margin-top: 20px;}
.testimonial-slider .carousel-indicators button{ width: 10px; height: 10px; border-radius: 10px; background: #939393; border: 0; opacity: 1; transition: .3s; -webkit-transition: .3s;}
.testimonial-slider .carousel-indicators button.active{ background: var(--SecondaryColor); width: 20px;}

.join-our-course-section{ background: url(../images/join-our-course-section.jpg) no-repeat center center; background-size: cover; position: relative;}
.join-our-course-section::after{ content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; pointer-events: none; user-select:  none; background: linear-gradient(90.19deg, rgba(0, 0, 0, 0.7) 0.15%, rgba(0, 0, 0, 0) 55.08%);}
.join-our-course-section h6{font-weight: 600; font-size: 14px; line-height: 1.5; text-transform: uppercase; color: #E61C30; }
.join-our-course-section h1{font-weight: 600; font-size: 40px; line-height: 1.3; color: #FFFFFF; margin: 10px 0 30px;}
.join-our-course-section .container{ position: relative; z-index: 1;}
.join-our-course-section .input-group .form-control{ background: transparent; border: none;}
.join-our-course-section .input-group{ border: 1px solid #ffffff; border-radius: 5px;}
.join-our-course-section .input-group .btn{ min-width: 115px; border-radius: 5px!important; margin: 4px; font-size: 14px; font-weight: 500;}
.join-our-course-section .for-business-text{ max-width: 445px;}

.contact-icon-box{background: #FFFFFF; box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05); border-radius: 10px; border: 1px solid #fff; padding: 3rem 2.5rem; height: 100%;}
.google_map iframe {width: 100%; height: 529px;}
.contact-icon-box.active{ border-color: var(--SecondaryColor);}
.contact-icon-box .icon{ max-width: 65px;}
.contact-icon-box .contact-icon-text h4{ font-weight: 600; font-size: 18px; line-height: 1.5; color: #000000; }
.contact-icon-box .row{--bs-gutter-x:0}
.contact-icon-box .contact-icon-text p{font-weight: 500; font-size: 16px; line-height: 1.4; color: #848484; }
textarea.form-control{height: 140px; resize: none; padding: 20px;}

.contact-map-section>img{ width: 100%;}
.review-section{background: #FFDADD; padding: 11rem 0; text-align: center;}
.review-section h1{font-weight: 600; font-size: 5rem; line-height: 1.3; color: #646464; }

.review-box{background: #F4F4F4; border-radius: 10px; padding: 6rem 4rem; padding-left: 9rem; position: relative;}
.review-box::after{ content: ""; position: absolute; width: 37px; height: 32px; background: url(../images/review-box-icon.svg) no-repeat center center; top: 50px; left: 35px;}
.review-box p{font-style: italic; font-weight: 500; font-size: 16px; line-height: 1.6; color: #333333; padding-bottom: 2.5rem;}
.review-box h5{font-weight: 600; font-size: 16px; line-height: 1.4; color: #E61C30; }
.review-box h6{font-weight: 500; font-size: 12px; line-height: 1.4; color: #606060;}

.review-page-section .row{--bs-gutter-y:30px}

.search-filter-box{ position: relative; display: inline-block; margin-left: 30px;}
.search-filter-box .form-control{ min-width: 368px; width: 100%; padding-right: 65px;}
.search-filter-box .search-icon{ position: absolute; top: 50%; right: 5%; transform: translateY(-50%); -webkit-transform: translateY(-50%); cursor: pointer;}
.blog-filter{margin-bottom:10px;}
.blog-filter .blog-filter-select-box{ display: inline-block; vertical-align: top;}
.blog-filter .blog-filter-select-box label{font-weight: 500; font-size: 14px; line-height: 1.4; color: #000000; display: inline-block; vertical-align: middle;}
.blog-filter .blog-filter-select-box .select-box-input{ display: inline-block; vertical-align: middle;}
.blog-filter .blog-filter-select-box .blog-filter-select{ display: inline-block; vertical-align: middle;}
.blog-filter .blog-filter-select-box .blog-filter-select + .blog-filter-select{ margin-left: 16px;}
.blog-filter-select .form-control { font-size: 14px; height: 40px; color: #646464; padding: 8px 45px 8px 15px; }


.blog-listing-box .img{ height: 370px; width: 100%;}
.blog-listing-box .img>a{ width: 100%; height: 100%; display: block;}
.blog-listing-box .img>a img{ width: 100%; height: 100%; object-fit: cover; border-radius: 10px; transition: 0.3s; -webkit-transition: 0.3s;}
/* .blog-listing-box .img:hover img{ filter: brightness(0.8); -webkit-filter: brightness(0.8);} */
.blog-listing-box h3{font-weight: 600; font-size: 3rem; line-height: 1.2; color: #444444; padding:4rem 0 2.2rem ; }
.blog-listing-box a:hover h3{ color: var(--SecondaryColor);}

.blog-listing-box ul.development-ul li{ display: inline-block; vertical-align: middle; font-weight: 500; font-size: 16px; line-height: 1.2; color: #7A7A7A; }
.blog-listing-box ul.development-ul li + li{ margin-left: 21px;}
.blog-listing-box ul.development-ul li span.icon{margin-right: 10px; display: inline-block; vertical-align: middle; margin-top: -3px;}
.blog-listing-box p{font-weight: 500; font-size: 16px; line-height: 1.5; color: #474747;margin: 22px 0; }

.custom-btn.blog-btns button:first-child{ margin-left: 0px;}
.thumb-btn{width: 36px; height: 36px; border-radius: 100%; border: 1px solid #5C5C5C; text-align: center; line-height: 34px; display: inline-block; margin-left: 15px; background: transparent;}
.thumb-btn:hover{ border-color: var(--SecondaryColor); background: var(--SecondaryColor);}
.thumb-btn:hover img{ filter: brightness(0) invert(1);}
.blog-bottom-btn a{ display: inline-block;}
.blog-bottom-link a{ display: inline-block; color: #000; font-size: 20px;}
.blog-bottom-link a:hover{ color: var(--SecondaryColor);}
.blog-bottom-link a + a{ margin-left: 18px;}
.blog-listing-box + .blog-listing-box{ margin-top: 40px;}

.recent-post-blog{ margin-top: 20px; background: #F3F3F3; border-radius: 10px; padding:20px;}
.recent-post-blog h3{font-weight: 600; font-size: 24px; line-height: 1.4; color: #E61C30; margin-bottom: 15px; }
.recent-post-ul{ display: flex; flex-wrap: wrap; margin: 0 -5px;}
.recent-post-ul .img{ flex: 1 0 0%; padding: 0 5px; max-width: 90px; height: 70px;}
.recent-post-ul .img a{  width: 100%; height: 100%;}
.recent-post-ul .img img{ width: 100%; height: 100%; object-fit: cover; border-radius: 5px;}
.recent-post-ul .text{flex: 1 0 0%; padding: 0 5px;}
.recent-post-ul .text h4{font-weight: 600; font-size: 16px; line-height: 1.4; color: #444444;width: 100%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; margin-bottom: 5px;}
.recent-post-ul .text p{font-weight: 500; font-size: 14px; line-height: 1.4; color: #7A7A7A;}
.recent-post-ul .text a:hover h4{ color: var(--SecondaryColor);}
.recent-post-ul .text p img{ vertical-align: middle;}
.recent-post-ul + .recent-post-ul{ margin-top: 20px; padding-top: 20px; border-top: 1px solid #D1D1D1;}

.recent-post-blog .categories li{ position: relative; padding-left: 20px; }
.recent-post-blog .categories li a{ font-weight: 500; font-size: 16px; line-height: 1.4; color: #3E3E3E;}
.recent-post-blog .categories li a:hover{ color: var(--SecondaryColor); }
.recent-post-blog .categories li::after{ content: ""; position: absolute; background: #666666; width: 8px; height: 8px; border-radius: 100%; top: 6px; left: 0;} 
.recent-post-blog .categories li + li{ margin-top: 18px;}

.profile-section{ padding: 40px 0; background: #F4F4F4; border-top: 1px solid var(--SecondaryColor); border-bottom: 1px solid var(--SecondaryColor);}
.profile-section .same-heading{ padding-bottom: 50px;}
.profile-col{ max-width: 280px;}

.my-account-link{background: #FFFFFF; border-radius: 10px; padding: 10px 0; height: 100%;}
.my-account-img h4{font-weight: 600; font-size: 18px; line-height: 1.4; color: #E61C30; margin: 20px 5px 15px; }
.my-account-img .img{ display: inline-block; width: 150px; height: 150px; border-radius: 100%;}
.my-account-img .img img{width: 100%; height: 100%; object-fit: cover; border-radius: 100%;}

.edit-profile{ padding-right: 13px;}
.edit-profile-btn{background: var(--SecondaryColor); border-radius: 100%; font-size: 1.6rem; line-height: 1.3; color: white; padding: 0.7rem 1.1rem; font-weight: 600; margin-bottom: -30px; border: 2px solid var(--SecondaryColor);}
.edit-profile-btn:hover{ background: white; color: var(--SecondaryColor); border: 2px solid var(--SecondaryColor);}

.my-account-link ul li a{ display: block; padding: 15px 25px; padding-left: 52px; position: relative; font-weight: 600; font-size: 16px; line-height: 1.4; color: #595959; }
.my-account-link ul li a::after{ content: ""; position: absolute; top: 0;  bottom: 0; left: 0; width: 3px; background: #FD4658; opacity: 0; transition: 0.3s; -webkit-transition: 0.3s}
.my-account-link ul li a:hover ,
.my-account-link ul li a.active{ background: #FDE9EB;}
.my-account-link ul li a.active::after{ opacity: 1;}
.my-account-link ul li a span { display: inline-block; margin-right: 15px; position: absolute; left: 25px; top: 50%; transform: translateY(-50%); }
.my-account-link ul li a span img{ min-width: 20px;}
.my-account-link .logout-box{ margin: 0 10px; border-top: 1px solid #E7E3E3; margin-top: 10px}
.my-account-link .logout-box a{font-weight: 600; font-size: 18px; line-height: 1.4; color: #000000; padding: 20px 10px; }
.my-account-link .logout-box a span{ display:inline-block; margin-right: 10px;}
.my-account-link .logout-box a:hover{ color: var(--SecondaryColor);}

.profile-white-box{ padding: 3rem; background: #fff; border-radius: 10px; height: 100%;}
.profile-white-box h3{font-weight: 600; font-size: 2.4rem; line-height: 1.4; color: #595959;}
.heading-top-parent .dropdown button{background: #E61C30; border-radius: 10px;}
.heading-top-parent .dropdown button:hover{box-shadow: none; outline: none; border-color: #E61C30;}
.heading-top-parent .dropdown button:focus{border-color: #E61C30; box-shadow: none;}


.gutter-y{ --bs-gutter-y:30px}
.my-profile-data h4.profile-info-title{font-weight: 600; font-size: 1.4rem; color: #636363 !important; margin-bottom: 0.5rem; text-transform: uppercase;}
.my-profile-data h5.profile-info-data{font-weight: 500; font-size: 1.6rem; color: #595959; line-height: 1.4; padding-left: 0.5rem;}
.my-profile-data a.profile-info-data{font-weight: 500; font-size: 1.6rem; color: #595959; line-height: 1.4; padding-left: 0.5rem; display: flex; align-items: center;}
.my-profile-data a.profile-info-data:hover{color: var(--SecondaryColor);}
.profile-mini-image{width: 100%; height: 100%; object-fit: cover; border-radius: 100%;}
.upload-btn-box .profile-mini-image:hover{border: 2px solid var(--SecondaryColor);}
.profile-white-box .form-group label{margin-bottom:5px;}
.image-link{display:inline-block; width: 30px; height: 30px;}
.document-link-text{font-size: 12px; font-weight:500;}
.summery-about-your{ padding-top: 4rem; margin-top: 4rem; border-top: 1px solid #D9D9D9;}
.summery-about-your h2{font-weight: 600; font-size: 24px; line-height: 1.4; color: #595959;padding-bottom: 15px; }
.summery-about-your p{font-weight: 300; font-size: 18px; line-height: 1.7; color: #000000; }

.btn-light{ min-width: auto; background: #FDE9EB; color: var(--SecondaryColor);border-color:#FDE9EB; padding: 8px 5px; font-size: 12px; letter-spacing: 0.3px;}
.btn-light:focus{border-color:var(--SecondaryColor) !important; background-color: #fff !important;}
.btn-light:hover{ border-color: var(--SecondaryColor);}
.bank-edit-btn .btn{width: 100%;}
.bank-edit-btn .btn + .btn{ margin-top: 10px;}
.btn-light + .btn-light{background: #E9E9E9; color: #838383;}
.btn-light + .btn-light:hover{ background: transparent;}

.courses-add-box>h3{ padding-bottom: 0;}
.add-courses-btn .btn i{ margin-right: 12px;}
.add-courses-btn .btn{ padding:14px 22px;}

.my-courses-filter{ margin: 15px 0;}
.my-courses-filter .select-box-input{display: inline-block;}
.my-courses-filter .password-form-group{display: inline-block; margin-right: 7px; margin-left: 0;}
.my-courses-filter .form-control{ /*width: 160px; */font-size: 14px;}
.my-courses-filter .search-box .form-control{ width: 190px;}
.my-courses-filter label{ display: inline-block; vertical-align: middle; margin-bottom: 0; font-weight: 600; font-size: 1.4rem; line-height: 1.4; color: #595959; }

.my-courses-list{border: 1px solid #D9D9D9; border-radius: 10px; padding:7px; transition: 0.4s; -webkit-transition:0.4s;}
.my-courses-list + .my-courses-list{ margin-top: 20px;}
.my-courses-list .my-courses-img{ max-width: 150px;}
.my-courses-list .my-courses-img .img{height: 125px;}
.my-courses-list .my-courses-img .img img{ border-radius: 5px; height: 100%; width: 100%; object-fit: cover;}

.my-courses-name-box{ padding: 0px 20px;}
.my-courses-name-box h4{font-weight: 500; font-size: 18px; line-height: 1.3; color: #323232; }
.my-courses-name-box h3 {font-weight: 500; font-size: 14px; line-height: 1.4; color: #595959; padding: 5px 0;}
.my-courses-list:hover{background-color: #FEF5F5;}
.my-courses-name-box h5{font-weight: 500; font-size: 14px; line-height: 1.3; margin-top: 7px; color: #727272; }
.my-courses-name-box h6{font-weight: 500; font-size: 14px; line-height: 1.4; color: #4D4D4D; margin-top: 7px; }
.my-courses-name-box h6 i{ font-size: 16px; margin-right: 10px;}
.my-courses-name-box h6 span.bar{ margin: 0 1px;}
.my-courses-name-box .live-div .round{ width:8px; height: 8px; display: inline-block; border-radius: 100%; background: #4DAF1F; vertical-align: middle;}
.my-courses-name-box .live-div{font-weight: 600; font-size: 14px; line-height: 1.4; color: #4DAF1F; margin-top: 5px;}

.my-courses-name-edit-col{ max-width: 170px; text-align: right;}
.my-courses-name-edit{ padding-right: 15px;}
.my-courses-name-edit h4{font-weight: 600; font-size: 12px; line-height: 1.4; color: #727272; margin: 10px 0; }
.my-courses-name-edit h4 img{ min-width:13px; margin-right: 5px;}
.my-courses-name-edit h2{font-weight: 600; font-size: 20px; line-height: 1.4; color: #555555;  margin-top: 10px;}
.my-courses-name-edit .btn{ padding: 8px 13px;}

.choose-course-type-box{ border-bottom: 1px solid #C8C8C8; padding-bottom: 22px; margin-bottom: 35px;}
.choose-course-type-box .choose-course-text{font-weight: 600; font-size: 20px; line-height: 1.4; color: #595959; margin-right: 25px; display: inline-block; vertical-align: middle; }
.choose-course-type-box ul{ display: inline-block; vertical-align: middle; }
.choose-course-type-box ul li{ display: inline-block; vertical-align: middle; }
.choose-course-type-box ul li + li{ margin-left: 5px;}

.custom-radio-box>input[type="radio"]{opacity: 0; visibility: hidden; width: 0; height: 0; display: none;}
.custom-radio-box label{margin-bottom: 0; border: 1px solid #969696; border-radius: 5px; padding: 12px 16px; font-weight: 500; font-size: 18px; line-height: 1.4; color: #969696; cursor: pointer;}
.custom-radio-box label .radio-icon{ display: inline-block; vertical-align: middle; border: 1px solid #969696; width: 26px; height: 26px; border-radius: 100%; position: relative;}
.custom-radio-box label .radio-icon::after{ content: ""; position: absolute; top: 50%; transform: translate(-50% , -50%); -webkit-transform: translate(-50% , -50%); left: 50%; width: 14px; height: 14px; border-radius: 100%; background: #262626; display: none;}
.add-topic-wrapper .add_course_button .radio_check_btn {padding: 0; margin-bottom: 30px;}
.add-topic-wrapper .add_course_button .radio_check_btn .radio-btn-box {display: inline-block;}
.add-topic-wrapper .add_course_button .radio_check_btn .radio-btn-box + .radio-btn-box{padding-left: 30px;}
.add-topic-wrapper .course_radio{padding-bottom: 15px !important;}

.choose-course-type-box ul li input[type=radio]:checked + label span::after {display: block;}
.choose-course-type-box ul li input[type=radio]:checked + label{border-color: #E61C30;}
.choose-course-type-box ul li input[type=radio]:checked + label .radio-icon{border-color: #262626;}



.blog_counter {display: inline-block; margin-left: 5px; vertical-align: middle;}
.blog_counter span{color: #5C5C5C; font-size: 16px; font-weight: 500;}
.border-text-warning{border: 1px solid #ffc107;}
.border-text-danger{border: 1px solid #dc3545;}
.border-text-success{border: 1px solid #59C326;}
.text-success{color: #59C326 !important;}

.dashboard_courses_parent .row .col-lg-4 {padding: 0 8px;}
.dashboard_content_parent{background-color: #262626; border-radius: 10px; padding: 27px;}
.dashboard_content_parent h3{font-size: 20px; font-weight: 600; color: #fff; text-transform: capitalize;}
.dashboard_content_parent h2{font-size: 30px; font-weight: 600; color: #fff; text-transform: capitalize; margin-top: 10px;}
.dashboard_review_parent{margin-top: 20px;}
.dashboard_review_parent h3{font-weight: 600; font-size: 24px; line-height: 1.4; color: #595959; padding: 10px 0 30px;}

.courses_parent{border: 1px solid #D2D2D2; border-radius: 10px; padding: 15px 17px;}
.courses_rating {display: flex; justify-content: space-between; align-items: center;}
.courses_rating h4{color: #E61C30; font-size: 14px; font-weight: 600;}
.courses_rating ul li{display: inline-block;}
.courses_parent h2{font-size: 18px; font-weight: 500; line-height: 1.4;}
.courses_parent p{font-size: 16px; color: #000000; font-weight: 300; line-height: 1.6;}
.dashboard_review_parent .courses_parent + .courses_parent{margin-top: 15px;}

.wallet_balance {display: flex; align-items: center; justify-content: space-between; background-color: #F0EFEF; border-radius: 10px; padding: 3.2rem 4.5rem;}
.wallet_content {position: relative; padding-left: 120px; padding-right: 30px;}
.wallet_img{position: absolute; top: 50%; left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.wallet_balance_content h4{font-size: 16px; font-weight: 500; line-height: 1.4; color: #000000;}
.wallet_balance_content h2{font-size: 40px; font-weight: 600; color: #E61C30;}
.wallet_box{padding: 3rem 3rem; background: #fff; border-radius: 10px; height: 100%;}
.setting_page .custom-btn .btn {min-width: 233px;}

.circle {width: 50px; height: 50px; line-height: 50px; background: #46A519; text-align: center; display: inline-block; border-radius: 50%;}
.table_details h2{font-size: 20px; font-weight: 500; line-height: 1.4; padding: 30px 0; color: #000000;}

.table_content{display: flex;  align-items: center; flex-wrap: wrap;}
.table_content>div {flex: 1 0 0;}
.circle-parent{max-width: 100px;}
.price {max-width: 150px;}
.wallet_box .add-courses-btn .btn {min-width: 215px;}
.table_content .table_fix_content {max-width: 280px;}
.table_content + .table_content{margin-top: 30px;}
.wallet_box>h3 {font-weight: 600; font-size: 24px; line-height: 1.4; color: #595959; padding-bottom: 30px;}
.found_receiver h3 {font-size: 16px; color: #000000; font-weight: 500;}
.price h4{font-size: 20px; font-weight: 600; color: #E61C30;}
.found_receiver p{font-size: 18px; font-weight: 500; color: #606060; line-height: 1.4;}
.found_receiver span{font-size: 12px; font-weight: 500; line-height: 1.4; color: #606060;}

.change_password_heading{padding: 2rem 0 4rem 0;}
.change_password_heading h2{font-size: 20px; font-weight: 600; line-height: 1.4; color: #595959;}
.profile-white-box .custom-btn{text-align: right;}
.setting_page .setting_page_input {position: relative;}
.setting_page_input .password-eye {position: absolute; bottom: 0; right: 0; height: 52px; width: 50px; display: flex; align-items: center;  justify-content: center; cursor: pointer; z-index: 1;  font-size: 16px; color: #a0a0a0;}
.choose-course-profile .radio-icon{margin-right: 6px;}
.setting_page .form-group input{padding-right: 45px !important;}

.question_parent{padding: 2.2rem 2.5rem 1.5rem; background-color: #FAFAFA; border-radius: 10px; margin-bottom:15px;}
.question_content{background: transparent; display: flex; align-items: center; position: relative;}
.question_content .radio-icon {display: inline-block; vertical-align: middle; border: 1px solid #969696; width: 20px; height: 20px; border-radius: 100%; position: relative;}
.question_content .radio-icon::after {content: ""; position: absolute; top: 50%; transform: translate(-50% , -50%); -webkit-transform: translate(-50% , -50%); left: 50%; width: 10px; height: 10px; border-radius: 100%; background: #262626;}
.true_false_dropdown{padding-left: 15px; width: 100%;}
.question_content select{font-size: 16px; font-weight: 500; color: #2D2D2D; width: 100%; background: transparent;}
.question_content .arrow_down {position: absolute; top: 50%; right: 20px; font-size: 20px; transform: translateY(-50%); appearance: none; pointer-events: none; cursor: pointer;}
.option_content{padding: 1rem 0;}
.option_btn{padding: 1rem 0; font-size: 16px; font-weight: 500; color: #2D2D2D; line-height: 1.4;}
.option_content{border-bottom: 1px solid#E2E2E2;}
.option_content .form-group.radio input {display: none;}
.option_content .radio .radio-span {position: absolute; top: 0px; left: 0; width: 24px; height: 24px; border-radius: 100%; border: 1px solid #BDBDBD;}
.option_content .radio .radio-span:after {content: ""; position: absolute; border-radius: 100%; display: none; width: 14px; height: 14px; background-color: #BDBDBD; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.option_content .radio input[type=radio]:checked + label span::after {display: none; background-color: #2D2D2D;}
.option_content .radio input[type=radio]:checked .form-group label{color: #2D2D2D;}
.option_content .form-group label {padding-left: 30px;}
.option_content .form-group label{color:#BDBDBD;}
.option_content .radio input[type=radio]:checked + label {color: #636363;}
.option_content .radio input[type=radio]:checked + label span{border-color: #636363;}
.option_content .form-group {margin: 1rem 0 0;}
.delete_btn i{color: #474747; padding-top: 1rem;}

.form-check{padding: 0; height: auto;}
.option_content .form-check-input[type=checkbox] {border-radius: 100%; width: 24px; height: 24px; margin: 0; position: absolute; top: 0; left: 0;}
.option_content .form-check-input:checked {background-color: transparent; border-color: #BDBDBD;}
.option_content .form-check-input:checked[type=checkbox]{background-image: none;}
.form-check-input:focus{box-shadow: none; border-color: #636363;}
.form-check-input:checked + label{color: #636363;}

.choose-course-profile{padding: 3rem 3rem;}

.step_parent{position: relative;}
.step_parent ul li {padding-top: 50px; padding-left: 30px; position: relative; font-size: 14px; font-weight: 500; color: #000000; transition: 0.4s; -webkit-transition: 0.4s;}
.progressbar li:after {content: ""; width: 10px; height: 100%;  position: absolute; left: 0; top: 0; z-index: 1; border-radius: 100px; background: url(../images/step_images.png) no-repeat top center; transition: all linear 0.7s; -webkit-transition: all linear 0.7s;}
.progressbar li:before {content: "\f00c"; width: 28px; height: 28px; line-height: 28px; display: block; background: #fff; border-radius: 50%; position: absolute; top: 47px; left: -9px; border: 1px solid #2B7F03; z-index: 2; font-family: "Font Awesome 5 Free"; font-weight: 900; text-align: center; color: #2B7F03; transition-delay: 0.7s; -webkit-transition-delay: 0.7s;}
.step_parent ul li.active ~ li:after{ background-position: bottom center;}


.step_parent ul li.active ~ li::before{border: 1px solid #C8C8C8; color: #fff;}
.step_parent ul li.active::before{border: 1px solid #C8C8C8; color: #fff;}

.select_box_parent {position: relative;}
.select_box_parent .form-control.select_box {position: relative; width: 100%;}
.select_box_parent .arrow_down {position: absolute; right: 20px; top: 50%; transform: translateY(-50%); appearance: none; -webkit-appearance: none;  pointer-events: none;}
.progressbar_form_parent .form-group label span{font-weight: 300; text-transform: lowercase;}
.progressbar_form_parent textarea.form-control {height: 109px;}
.progressbar_form_parent .btn-primaryx {min-width: 150px;}
.step_course_1 h4{font-size: 14px; font-weight: 600; color: #E61C30; margin-bottom: 5px;}
.step_course_1 h2{font-size: 22px; font-weight: 500; color: #323232; line-height: 1.4;}
.step_course_1 h3{font-size: 20px; font-weight: 600; color: #595959; margin: 15px 0;}
.prev_btn .btn-light {background: #E9E9E9; color: #838383; padding: 10.5px 20px; height: 47px; font-size: 16px; font-weight: 600; margin-right: 5px;}
.progressbar .icon_color:before{color: #46A519; border-color: #46A519;} 

#add-course-step2 .form-group label {font-size: 13px; width: 100%;}
.elearning_question h2{font-size: 20px; font-weight: 600; line-height: 1.4; color: #595959; padding-bottom: 15px;}
.course_tabs_step .elearning_question{padding-top: 15px;}
.addplus_icon {margin-top: 3rem; margin-right: 0px; max-width: 30px; margin-left: auto;}

a.remove-field.btn-remove-customer {text-align: right; margin: 20px 0; display: block; width: 100%;}
.remove .delete_btn.text-end.mt-4 {display: none;}

.question_parent .question_content input::placeholder{color: #2D2D2D; font-weight: 500;}
.question_parent .question_content input{width: 100%;}
.option_content .radio input[type=radio]:checked + label .answer_key input {display: block !important; height: auto; width: 100%; font-weight: 600; font-size: 14px; color: #636363;}
.course_tabs_step .add-tab {display: none;}
.course_tabs_step .add-tab.active {display: block;}
.option_content .radio_shap {width: 18px; height: 18px; border-radius: 100%; border: 1px solid #BDBDBD; display: inline-block; position: absolute; top: 50%; transform: translateY(-50%);}
.option_records_dynamic .remove {position: relative;}
.option_records_dynamic .remove-field.btn-remove-customer {position: absolute; top: 0; right: 0; display: inline-block; margin: 0; width: auto;}
.option_content .option_records .form-group input {width: 100%; padding: 0 30px 0 30px; background: transparent;}
.option_content .option_records .form-group input::placeholder{color: #BDBDBD; font-weight: 600; font-size: 14px; margin-bottom: 10px; text-transform: uppercase;}
.option_records_dynamic .remove .form-group input {width: 100%; padding: 0 30px 0 30px; background-color: transparent;}

.heading-top-parent {display: flex; align-items: center; justify-content: space-between; padding-bottom: 30px;}
.heading-top-slim-parent {display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px;}
.add-group{position: relative;}
.add-more-btn{ position: relative; margin: 2rem 0;}
.elearning_question .customer_records_dynamic .remove {margin-top: 20px;}
.progressbar_form_parent .addplus_icon {margin-top: 3rem; margin-bottom: 1rem;}
.progressbar_form_parent .instructors-fields-customer{margin-top: 0 !important;}
.option_records_dynamic .remove .form-group input::placeholder{color:#BDBDBD; color: #BDBDBD; font-weight: 600; font-size: 14px; text-transform: uppercase;}
.add-more-btn a{padding-left: 40px; color: #e61c30; font-weight: 600; font-size: 14px; margin-bottom: 10px; text-transform: uppercase;}



.instructors {margin-right: 0; margin-bottom: 15px;}
.instructors_records_dynamic a.remove-field.btn-remove-customer {margin-top: 0;}
.progressbar_form_parent .form-group label {font-size: 13px;}

.exam_question .form-group input {width: 100%; font-size: 14px; font-weight: 500; color: #636363; margin-bottom: 0px; text-transform: uppercase; padding: 3px 30px 2px 30px;}
.exam_question .form-group input::placeholder{color: #BDBDBD;}

.standalone-exam-parent .remove{position: relative;}.standalone-exam-parent .standalone_records_dynamic .remove .btn-remove-customer {display: inline-block; width: auto; margin: 0;}
.standalone-exam-parent .remove .add-more-btn {position: relative; margin: 0;}
.standalone-exam-parent .remove {display: flex; align-items: center; justify-content: space-between; margin-top: 0;}
.standalone-exam-parent .remove .form-group {margin-bottom: 0;}
.standalone_records_dynamic .remove .option_content {width: 100%;}
.standalone_records .form-group {margin: 1rem 0 0;}

.standalone_records_dynamic1 .remove .remove-field.btn-remove-customer {margin: 0; width: auto;}
.standalone_records_dynamic1 .remove {display: flex; align-items: center; justify-content: space-between; margin-top: 0;}
.standalone_records_dynamic1 .remove .exam_question .form-group input {margin-bottom: 0;}
.standalone_records1 .exam_question .form-group input {margin-bottom: 0;}
.standalone_records_dynamic1 .remove .exam_question {width: 100%;}
.standalone-fields-customer1 {margin: 0;}
.standalone-fields-customer {margin: 0;}

.add-topic-inner{padding: 20px 0 30px;}
.add-topic-inner h3{padding: 0;}
.add-topic-wrapper .addplus_icon {margin-left: auto !important; margin-top: 0; margin-right: 0;}

.company-signup-btn .btn{width: 100%;}
img.company-bg-img {position: absolute; top: 0; right: 0; bottom: 0; height: 100%; pointer-events: none; max-width: calc(100% - 50%); object-fit: cover;}
.company-bg{position: relative; background: transparent; padding: 10rem 0;}
.company-bg .login-banner-text {padding-bottom: 0;}
.company-tab .form-group {margin-bottom: 15px;}
.company-login{padding: 190px 0;}
.company-login .login-banner-text{padding-bottom: 0;}

.search_page_parent{padding: 5rem 0; background: #F4F4F4;}
.search_slider_parent {padding: 25px 23px; background: #fff; border-radius: 10px;}
.head-title-parent {display: flex; align-items: center; justify-content: space-between; cursor: pointer;}
.search-border-bottom{ margin: 17px 0 0; border-top: 1px solid #CFCFCF; display: none;}
.head-title-parent i {font-size: 24px; color: #000000; transition: transform 0.2s ease-in-out; transform-origin: center;}
.head-title-parent h2 {font-size: 2rem; font-weight: 600; color: #545454;}
.search_slider_parent .custom-radio-box label{    border: none; border-radius: 0; padding: 15px 0 0;}

.search_slider_parent .custom-radio-box label .radio-icon {margin-right: 10px;}
.search_slider_parent ul li input[type=radio]:checked + label span::after {display: block;}
.search_slider_parent .custom-radio-box label .radio-icon::after {content: ""; position: absolute; top: 50%; transform: translate(-50% , -50%); -webkit-transform: translate(-50% , -50%); left: 50%; width: 14px; height: 14px; border-radius: 100%; background: #262626; display: none;}

.search_slider_parent + .search_slider_parent{margin-top: 15px;}

.search_slider_parent .form-check {position: relative; margin: 15px 0; padding-left: 28px;}

.search_slider_parent .form-check input {padding: 0; margin: 0; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border-radius: 5px;}
.search_slider_parent .form-check-input:checked{background-color: #E61C30; border-color: #E61C30;}
.search_slider_parent .form-check-input:checked[type=radio] {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");}
.head-title-parent.show i{transform: scaleY(-1);}
.search-border-bottom label.form-check-label { font-size: 14px; color: #595959; font-weight: 500; cursor: pointer;}

.pagination>li>a{ color: #337ab7; background-color: #fff; border: 1px solid #919EAB; width: 32px; height: 32px; font-size: 14px; font-weight: bold; color: #212B36; line-height: 30px; border-radius: 5px; text-align: center; display: inline-block; }
.pagination .page-number a.active,.pagination .page-number a:hover{color:#E61C30; border-color: #E61C30;}
.pagination_bar {padding-top: 100px; margin: 0 auto; display: flex; justify-content: center;}
.pagination li + li{margin-left: 10px;}
.pagination .page-pre a{background-color: #919EAB; border-color: #919EAB; color: #fff;}

/* .cource_detail_section{padding: 50px 0 12rem; background-color: #F4F4F4;} */
.cource_detail_section{padding: 30px 0 3rem; background-color: #F4F4F4;}
.machine_content h2{font-size: 3rem; font-weight: 600; color: #545454; line-height: 1.6;}
.profile_content {padding-left: 15px;}
.detail_profile span {overflow: hidden; border-radius: 100%;}
.detail_profile {display: flex; align-items: center; padding-top: 30px;}
.profile_content h4{font-size: 1.8rem; font-weight: 600; color: #393939;}
.profile_content p{font-size: 1.4rem; font-weight: 600; color: #605757;}

.profile_list_parent ul{ display: flex; flex-wrap: wrap;}
.profile_list_parent ul li {display:flex; align-items: center; font-size: 1.4rem; font-weight: 600; color: #535353; flex: 0 0 50%; max-width: 50%; padding-top: 20px;}
.profile_list_parent ul li .system_list{padding-left: 7px;}
.profile_list_parent ul li span{color: #A4A4A4;}
.system_list {padding-left: 30px;}
.profile_list_parent ul li img{min-height:20px;}

.quote_img{padding-bottom: 25px;}
.standalone_exam_spacing { background-color: #fff; padding:5rem 8rem 5rem 4rem;}
.standalone_exam_spacing h3{font-weight: 600; font-size: 24px; line-height: 1.4; color: #595959; padding:0 0 30px 0;}
.standalone_exam_spacing .question_parent {padding: 20px 26px;}
.standalone_exam_spacing .question_parent input{background-color: transparent;}
.standalone_exam_spacing .question_parent .option_content {margin-bottom: 10px;}
.question_parent .form-group label{margin-bottom: 0;}
.relative-option{position: relative;}
.relative-option .addplus_icon{margin: 0; margin-left: auto; position: absolute; top: 0; right: -80px;}
.standalone_records1 .exam_question .form-group {margin-bottom: 0;}
.standalone_records_dynamic1 .remove .form-group {margin-bottom: .0;}
.standalone_exam_spacing .custom-btn {margin-top: 60px;}
.standalone_records_dynamic .remove .exam_question {width: 100%;}

.cource_detail_video{padding: 3rem 0 5rem; background-color: #ECECEC; border-top: none;}
.video_icon{position: relative;}
.video_icon iframe{width: 100%;}
.video_icon>img{border-radius: 10px;}
.icon_circle{width: 59px; height: 59px; border-radius: 100%; background: rgba(255, 255, 255, 0.7); line-height: 59px; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); color:#E61C30;}
.icon_circle:focus{background: rgba(255, 255, 255, 0.7);}

.cource_detail_tabs{padding: 4.5rem 0 0;}
.cource_detail_tabs .nav-pills .nav-link.active{color: #000; background-color: transparent;}
.cource_detail_tabs ul li button{font-size: 16px; font-weight: 500; color: #494949; padding: 1rem; text-transform: capitalize;}
.cource_detail_tabs ul li + li{margin-left: 25px;}
.cource_detail_tabs ul li{position: relative;}
.cource_detail_tabs ul li button::after { content: ""; position: absolute; bottom: 0; left: -100%; border: 1px solid #E61C30; width: 100%; visibility: hidden;}
.cource_detail_tabs .nav-pills .nav-link.active::after{visibility:visible; left: 0;}
.employese-edit a img {filter: grayscale(1);}
.employese-edit a:hover img{filter: none;}
.cource_detail_tabs .nav-link:focus, .nav-link:hover {color: #494949;}

.tab-content h3{color: #606060; font-size: 2rem; font-weight: 600; line-height: 1.5; margin: 15px 0;}
.tab-content p{font-size: 14px; font-weight: 500; color: #5C5C5C; line-height: 1.6; margin-bottom: 15px;}

.cource_detail_tabs .nav-pills li:before{display: none;}
.cource_detail_tabs .nav-pills li{padding-left: 0;}
.cource_detail_tabs .nav-pills li + li{margin-top: 0;}
.cource_detail_tabs .tab-content {margin-top: 35px;}
.cource_detail_tabs ul:not(.nav) {border-bottom: 1px solid #D6D6D6; margin: 0;}
.detail_list_bottom{border-bottom: none !important;}
.cource_detail_tabs ul li {margin-left: 0 !important; font-size: 1.4rem; font-weight: 600; color: #626262; position: relative; padding-left: 20px;}
.cource_detail_tabs ul li::before { content: ""; position: absolute; top: 9px; left: 0; width: 8px; height: 8px; background-color: #626262; border-radius: 100%; transform: translateY(-50%); }
.cource_detail_tabs ul li + li{margin-top: 20px;}

.detail_list_right { border-bottom: none !important; margin: 0 !important;}
.cource_detail_tabs ol li{background: url(../images/list_check.png) no-repeat left center; color: #626262; font-size: 1.4rem; font-weight: 600; margin-left: 0 !important; padding-left: 28px;}
.cource_detail_tabs ol li + li{margin-top: 20px;}

/* .cart_box_parent{background: #fff; border-radius: 10px; margin-top: -130px;} */
.cart_box_parent{background: #fff; border-radius: 10px; margin-top: 0px;}
.cart_box_parent h3{font-size: 30px; font-weight: 500; color: #555555; margin-bottom: 15px;}
.cart_box_parent del{color: #B0B0B0;}
.cart_box_parent p{font-size: 14px; font-weight: 500; color: #000000;}
.cart_round_box{padding-left: 30px;}
.cart_content .bg-primary {background-color: #E7E7E7 !important; color: #939393; min-width: 73px;}
section.profile-section.cart-page.pb-0 {border-bottom: none;}
.cart_top_content {padding: 20px 25px;}

.quanity-parent .plus_circle {cursor: pointer; width: 30px; height: 30px; border-radius: 100%; line-height: 26px; border: 2px solid #000; background: transparent; display: inline-block; text-align: center; font-size: 28px; font-weight: bold; }
.quanity-parent {display: flex; align-items: center; justify-content: flex-start; margin: 20px 0;}
.quanity-parent input {width: 50px; text-align: center; font-size: 30px; font-weight: bold; color: #000000;}
.quanity-parent hr{border:1px solid #EBEBEB;}

.cart_top_content ul li{font-size: 1.4rem; font-weight: 500; color: #555555;margin-top: 20px; text-transform: capitalize; position: relative;}
/* .cart_top_content ul li:last-child{margin-bottom: 30px;} */
.cart_top_content ul li img {position: absolute; top: 0px;}


/*  */
/* .upload-btn-box label.upload-btn {display: none !important;}
.upload-btn-box:before { content: "Upload"; position: absolute; top: 50%; right: 10px; display: inline-block; height: 40px; background: #e61c30; color: #fff; font-weight: 700; z-index: 25; font-size: 14px; line-height: 40px; padding: 0 15px; text-transform: uppercase; pointer-events: none; border-radius: 5px; transform: translateY(-50%); }
.upload-btn-box:before:hover{background: transparent; color: #e61c30;}*/

.upload-btn-box { position: relative; width: 100%; height: auto; border: 1px solid #D7D7D7; border-radius: 5px;  padding:8px; overflow: hidden;}
.upload-btn-box.profile-input{display:flex; align-items: center; justify-content:space-between;}
.upload-btn-box input[type="file"] {display: none;}
.upload-btn-box input { opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; height: 52px; margin: 0; padding: 0; display: block; cursor: pointer; width: 100%; } 
.upload-btn {display: flex; align-items: center; justify-content: end;}
.upload-btn .btn { text-align: center; padding: 6px 15px; font-size: 12px; height: auto; width: auto;min-width:auto;  z-index: 9; position: relative; }
/* .upload-btn .btn:after { display: none;} */
/* .upload-btn .btn:hover::after{color: var(--SecondaryColor); background: transparent; box-shadow: none; outline: none;} */
.upload-btn-box:after { content: attr(data-text); font-size: 14px; position: absolute; top: 4px; left: 0; padding: 10px; display: block; width: 100%; pointer-events: none; z-index: 1; height: 100%; line-height: normal; color: #999; font-weight: 300;     white-space: pre;text-overflow: ellipsis;}
.upload-btn-box .form-control.upload-btn{    border: 0; padding: 0; height: auto; margin: 0; background: transparent;}
.profile-white-box .upload-btn-box .form-control.upload-btn{margin-left: auto; width: auto;}
.btn.btn-primaryx.slim-btn{height: 38px; min-width: 120px; padding: 7px 20px;}
.btn.btn-primaryx.back-btn{height: auto; min-width: auto; padding: 1px 10px;}


.course_lesson .remove-btn.col-md-12 {text-align: right; margin-bottom: 10px;}




.employees-col{max-width: 310px;}
.employees-data{margin-top: 0px;}
.employees-data .table tbody tr:nth-child(odd){background-color:#F2F0F0;}
.employees-data .table tr th {padding: 5px 5px 5px 0px; border: none; font-size: 1.5rem; font-weight: 600; color: #595959; text-align: center;}
.employees-data .table tr td {padding: 5px 5px; padding-right: 30px; border: none; font-size: 1.3rem; font-weight: 500; color: #595959; text-align: center; vertical-align: middle;}
.employees-data .table.course-table tr td:first-child{font-size: 1.3rem; text-align: left;}
.employees-data .table.course-table tr th:first-child{text-align: left;}
.employees-data .table.employee-table tr td:first-child{font-size: 1.3rem; text-align: left;}
.employees-data .table.employee-table tr th:first-child{text-align: left;}
.employees-data .table.course-table tr td.course-name-cell{font-size: 1.3rem; text-align: left;}
.employees-data .table.course-table tr td.progress-completed{padding-left:20px; text-align: start;}
.employees-data .table.course-table tr td.progress-completed i{pointer-events: none;}
.employees-data .table.course-table tr td.text-left-cell{text-align: left;}
.employees-data .table.employee-table tr td.text-left-cell{text-align: left;}
.employees-data .table.course-table tr th.text-left-column{text-align: left;}
.employees-data .table.employee-table tr th.text-left-column{text-align: left;}
.employees-data .table.course-table tr th.course-name-column{text-align: left; padding-right: 140px;}
.employees-data .table tr th.checkbox-column{ padding-left: 5px; padding-right: 10px;}
.employees-data .table tr td.checkbox-cell{ padding: 5px; padding-right: 10px;}
/* .employees-data .table tr td.checkbox-cell input{ -webkit-appearence: none; width: 13px; height:13px; background: white; border: 1px solid #333; border-radius: 3px; cursor: pointer; vertical-align: middle;} */
.employees-data .table.employee-table tr td.email-cell{font-size: 1.2rem; text-align: left;}
.employees-data .table.employee-table tr td.employee-status-cell{font-size: 1.3rem;}
.table.dataTable td.dt-type-date {text-align: center;}
.table.dataTable td.dt-type-numeric {text-align: center;}
.employees-data .table tr th.action-bar-column {padding-right: 10px;}
.employees-data .table tr td.action-cell {padding-right: 10px;}
.employees-data .table tr td a + a {margin-left: 10px;}
.employees-data .table tr td i:hover {color: #E61C30;}
.employees-data .table tr td i + i {margin-left: 10px;}
.employses-email {max-width: 300px;}
.employses-name{max-width: 168px;}
.add_employees_page .custom-btn {max-width: 262px;}
.add_employees_page .custom-btn .btn{width: 100%; height: 50px;}
form .custom-btn .btn-primaryx{ margin-top: 2rem;}
.owned-licenses-page{padding: 3rem 3rem;}
.owned-licenses-page .select-box-input .select-lable{ color: #414141; font-size: 14px; font-weight: 500; text-transform: uppercase; margin-bottom: 8px; display: block; }
.select-main{position: relative;}

.owned-course{max-width: 250px;}
.owned_detail_parent .table tr:first-child{background-color: #FFFBFB;}
.owned_detail_parent .table td{font-size: 14px; font-weight: 500; color: #595959; padding: 15px 15px; vertical-align: middle;}
.owned_detail_parent .table tr{border-top: 1px solid #E9E9E9; border-radius: 10px; border-bottom: 1px solid #E9E9E9;}
.owned_detail_parent .table td{border: 0;}
.owned_detail_parent .table tr th:first-child{border-left: 1px solid #E9E9E9;}
.owned_detail_parent .table tr th:last-child{border-right: 1px solid #E9E9E9;}
.owned_detail_parent .table tr th {padding: 15px 15px; color: #595959; font-size: 16px; font-weight: 600;white-space: pre;}
.owned_detail_parent .table td .btn { min-width: 130px; text-align: center; height: 34px; vertical-align: middle; font-size: 12px; font-weight: 500; padding: 5px 4px;  margin:3px;}
.owned_detail_parent .table td .btn img{margin-right: 5px;}
.owned-licenses-page.added_course .my-courses-filter label {margin: 0 13px;}
.owned_detail_parent .table td.text-end{padding:16px 0px; border: 0; display: flex; align-items: center; justify-content: end;}
.owned_detail_parent .table .history_list .btn-light + .btn-light,.owned_detail_parent .table .license_list .btn-light + .btn-light,.owned_detail_parent .table .purchased_plans .btn-light + .btn-light{    background: #FDE9EB; color: var(--SecondaryColor);}
.owned_detail_parent .table .history_list .btn-light:hover,.owned_detail_parent .table .license_list .btn-light:hover,.owned_detail_parent .table .purchased_plans .btn-light:hover{    color: #000; background-color: #f9fafb;}


.asign-data .employese-edit a img {opacity: 0.6;}
.asign-course .password-form-group.search-box.position-relative {min-width: 220px;}
.asign-course .search-box .form-control {width: 100%;}
.asign-course .select-box-input {min-width: 272px;}
.asign-course .select-box-input input {width: 100%;}
.course-name {max-width: 300px;}
.asign-data .table tr td{vertical-align: middle;}
.asign-page .asign-course .password-form-group {margin-right: 50px;}
.table_tr_progress .table tr td:last-child, .table_tr_progress .table tr th:last-child {width: 150px !important;}

.add-asign-course .search-box{width: 100%;}
.add-asign-course .search-box input{width: 100% !important;}
.add-asign-page .btn {min-width: 260px;}
.add-asign-course .form-group .form-control {width: 100%; padding: 0 60px 0 20px;}
.add-asign-course .form-group label{margin-bottom: 8px;}
.asign-search-box {position: relative;}
.asign-search-box .search-icon { position: absolute; right: 0; top: 50%; transform: translateY(-50%); right: 20px; z-index: 1; cursor: pointer;}
#read-more-btn {color: #E61C30;}
.view_content p {display: inline-block;}
.progress-name{max-width: 310px;}
.progress-hour span{font-size: 1.2rem; font-weight: 600; color: #ABABAB;}
.employees-data.asign-data .table tr td {color: #595959;}
.asign-course>label {margin-right: 8px;}
.Courses-in-progress .select-box-input input{ padding-right: 20px;}
.review_btn{color: #E61C30; font-size: 14px; font-weight: 500; border-bottom: 1px solid #E61C30; display: inline-block; margin-top: 10px; text-align: center;}
.complete_course .progress-name {max-width: 280px;}
.certificate_btn { min-width: 133px; width: auto; max-width: 133px; padding: 5px 13px; background-color: #fff; border: 1px solid #D2D2D2; font-size: 14px; font-weight: 500; color: #474747; display: inline-block;}
.certificate_btn img{margin-right: 5px;}
.complete_hour{width: 120px;}
.complete_course .table tr td, .complete_course .table tr th {color: #595959;}

.membership-head h2{font-size: 30px; font-weight: 600; color: #545454; margin-bottom: 5rem;}
.member-search {display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px;}
.membership-plan .header-input .header-input {width: 36.4rem; background: #fff; border: 1px solid #ECDEDE;}
.membership-plan .explore-dropdown-box select{background: #fff; border: 1px solid #CBCBCB; color: #646464; min-width: 115px; height: 44px; padding: 5px 22px; cursor: pointer; font-size: 14px; font-weight: 500; border-radius: 3px;}
.membership-plan .explore-dropdown-box{position: relative;}
.membership-plan .explore-dropdown-box i { position: absolute; top: 50%; right: 15px; transform: translateY(-50%); -webkit-transform: translateY(-50%); appearance: none; user-select: none; pointer-events: none; }
.membership-plan .dropdown-menu.show{width: 100%;}
.price_content p{font-size: 14px; font-weight: 500; color: #000000; text-transform: uppercase;}
.price_content div + div{margin-top: 15px;}
.price_content{background-color: #F8D8DB; padding: 35px;}
.plan_content_parent{border-radius: 10px; overflow: hidden; height: 100%;}
.price_content h3{font-size: 30px; font-weight: bold; color: #E61C30;}
.price_content h4{font-size: 20px; font-weight: bold; color: #E61C30;}
.included_content{background-color: #fff; padding: 20px 35px;}
.included_content h3{font-size: 20px; font-weight: 500; color: #000000; margin-bottom: 10px;}
.included_content p{font-size: 14px; font-weight: 500; color: #595959; line-height: 1.9;}
.membership-plan .pagination_bar {padding-bottom: 50px;}

.cart-details { display: flex; justify-content: space-between; background: #ffffff; padding: 15px 40px 15px 15px; border-radius: 10px;}
.cart-icon a img {filter: grayscale(1); opacity: 0.7;}
.cart-icon a:hover img{filter: none; opacity: 1;}

.product_image_parent {display: flex;}
.cart-left span, .cart_image{display: inline-block;}
.cart-left span{margin-right: 15px;}
.cart_image img { border-radius: 5px; height: 95px; object-fit: cover; max-width: 87px;}
.cart_content{margin-left: 15px;}
.cart-btn{background-color: #E7E7E7; min-width: 73px; height: 28px; padding: 6px 15px; color: #939393; font-size: 12px; font-weight: 500; border-radius: 5px; transition: 0.4s; -webkit-transition: 0.4s;}
.cart-btn:hover{background-color: #e61c30; color: #fff;}
.cart_content h2{font-size: 16px; font-weight: 500; color: #545454; margin: 10px 0; line-height: 1.4; max-width: 300px;}
.cart_content h4{font-size: 12px; font-weight: 500; color: #E61C30; margin-bottom: 10px;}
.cart_date span{font-size: 14px; font-weight: 500; color: #626262;}

.cart_date img{margin-right: 5px;}
.cart_date {display: flex; align-items: center;}
.cart-right h2 { display: inline-block; font-size: 24px; font-weight: bold; color: #E61C30;}
.cart-icon{margin-left: 50px;}
.cart-right {display: flex; margin-top: 40px;}

.cart-page .row .cart-details + .cart-details{margin-top: 15px;}
.cart_total_parent{background-color: #fff; padding: 20px 20px; border-radius: 10px;}
.cart-total p{font-size: 18px; font-weight: 500; color: #868686;}
.cart-total, .cart-sub-total{display: flex; align-items: center; justify-content: space-between; padding: 10px 20px;}
.cart_total_parent .form-group label { color: #868686; text-transform: capitalize;}
.cart-sub-total p{font-size: 18px; font-weight: 500; color: #232323;}
.checkout-btn .btn {width: 100%;}
.checkout-btn{margin-top: 30px;}
.cart_total_parent .form-group{margin-top: 20px;}
.checkout_btn_parent{position: relative;}
.checkout_btn_parent .form-control {padding-right: 110px;}
.apply-btn { font-size: 16px; font-weight: 600; text-transform: uppercase; border-color: #4E4E4E; color: #fff; background-color: #4E4E4E; min-width: 94px; height: 44px; text-align: center; transition: 0.4s; -webkit-transition: 0.4s; position: absolute; top: 50%; right: 4px; transform: translateY(-50%); }
.apply-btn:hover{background-color:#E61C30; color: #fff; border-color: #E61C30;}
.apply-btn:focus{box-shadow: none; outline: none;background-color:#E61C30; border-color: #E61C30;}
.cart-page-course, .cart-page{border-top: none;}
.cart-page-course .most-papular-heading h2 {margin-bottom: 35px;}
.cart-page-course{padding-bottom: 100px;}
.dashboard_review_parent hr {border: 1px solid #DFDFDF;}
.dashboard_section{padding: 6rem 0 10rem;}

.checkout_detail_parent{background-color: #fff; padding: 35px 25px; border-radius: 10px;}
.checkout_details h3{font-size: 20px; font-weight: 600; color: #545454; margin-bottom: 25px;}
.checkout_contact_parent .checkout-btn .btn {max-width: 335px;}
.checkout-price h2{margin-bottom: 0 !important;}
.checkout-price .product_image_parent{border-bottom: 1px solid #F4F4F4; padding: 20px 0;}
.checkout_detail_parent.checkout-price .cart_content h4{font-size: 20px; font-weight: bold; color: #E61C30; margin: 4px;}
.checkout_detail_parent.checkout-price .cart_content h2{font-weight: 600;     margin: 6px 0 0; padding-bottom:6px ; line-height: normal;}
.checkout_detail_parent.checkout-price .cart_total_parent {margin-top: 40px; padding: 0;}

.profile-white-box.added_course .my-courses-filter>div + div {margin-left: 17px;}
.added_course .my-courses-filter label {margin: 0 8px;}
.profile-white-box.added_course .my-courses-filter .password-form-group{margin-right: 0;}

.my_add_btn .extra-fields-customer-signup img {margin-right: 10px; transition: 0.4s; -webkit-transition: 0.4s;}
.my_add_btn {margin: 10px 0 30px; display: inline-block;}
.my_add_btn .extra-fields-customer-signup { font-size: 16px; font-weight: 600; color: #E61C30; text-transform: uppercase; vertical-align: middle; align-items: center; display: flex; transition: 0.4s; -webkit-transition: 0.4s;}
.my_add_btn .extra-fields-customer-signup:hover{color: #000000;}
.my_add_btn .extra-fields-customer-signup:hover img {filter: grayscale(1);}

.repeat_section a.remove-field.btn-remove-customer{margin: 0;}
.bank_bottom_content{margin-top: 40px;}
.bank_bottom_content p{display: block; font-weight: 500; font-size: 16px; line-height: 1.4; color: #000000;}
.corporate-clients-box ul li{ margin: 20px; padding: 20px; display: inline-block; vertical-align: middle;}
.corporate-clients-box ul li img {max-width: 120px; max-height: 80px;}

.search_heading h2{font-size: 30px; font-weight: 600; color: #545454; margin-bottom: 30px;}
.design_plan_parent{display: flex; align-items: center; justify-content: space-between;}
.search_relative{display: inline-block;}
.result_found h3{font-size: 14px; font-weight: 500; color: #8A8A8A;}
.cart_top_content.bottom_space h4 {font-size: 1.8rem; font-weight: 600; color: #555555;}

.modal-content.modalWrapper {padding: 35px 50px;}
.modal-content.modalWrapper h2{font-size: 24px; font-weight: 600; color: #000000; margin-bottom: 5rem;}
.modal-content.modalWrapper p{font-size: 14px; font-weight: 500; color: #555555;}
.modal-content .star-rating ul{margin: 20px 0;}
.modal-content .star-rating ul li {display: inline-block;}
.modal-content .star-rating ul li + li{margin-left: 5px;}
.modal-content.modalWrapper .form-group textarea {width: 100%; border: 1px solid #B2B2B2; border-radius: 19px; height: 206px; margin-top: 10px; font-size: 14px; font-weight: 500; color: #555555; padding: 20px;}
.modal-content .modal { display: none; position: fixed; top: 0; left: 0; z-index: 998; }
.modal-content .modalWindow { display: none; position: fixed; top: 50%; left: 50%; z-index: 999 !important; width: 445px; background: #FFF; cursor: default; transform: translate(-50%, -50%); border-radius: 10px; height: 575px; }
.modal-content .modal.overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; min-height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 997; cursor: pointer; }
.modal-content .modalWindow .modal-content.modalWrapper { margin: 40px 50px; }
.modal-content.modalWrapper .closeBtn { position: absolute; right: 30px; top: 20px; cursor: pointer; font-size: 22px; font-weight: 300; color: #616161;}
.complete_modal .modal-dialog{position: absolute; top: 50%; transform: translateY(-50%)}
 .employees-data.asign-data .table tr td button{display: inline-block; background-color: transparent;} 
.complete_modal .close_btn {position: absolute; top: 38px; right: 27px;}

.modal-header{border-bottom:none; border-top-left-radius:0; border-top-right-radius:0; padding: 0;}
.btn-close:focus{box-shadow: none;}
.product_image_parent.search_slider_parent {padding: 0;}
.product_image_parent.search_slider_parent .form-check{display: inline-block; margin: 0; padding-left: 30px;}
.product_image_parent.search_slider_parent .form-check label{display: none;}
.product_image_parent.search_slider_parent .form-check-input {border: 2px solid rgb(230 28 48);}
.product_image_parent.search_slider_parent .form-check-input:checked[type=checkbox] {background-image:url(../images/checkbox_img.png);}
.product_image_parent.search_slider_parent .form-check-input:checked{background-color: transparent;}

.qty_parent .plus_circle { width: 30px; height: 30px; border-radius: 100%; line-height: 27px; border: 2px solid #000; background: transparent; display: inline-block; text-align: center; font-size: 28px; user-select: none; font-weight: bold; cursor: pointer; }
.qty_parent .minus{line-height: 24px;}
.qty_parent input.count { max-width: 65px; text-align: center; font-size: 24px; margin-top: -7px; font-weight: 600; color: #000000;}
.qty_label {text-align: center; font-size: 14px; font-weight: 600; color: #636363; margin-bottom: 15px;}

.employee_page .login-banner-img img {max-width: 100%; margin-left: 0;}
.marketing_box {background: #FFFBFB; padding: 20px; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #E9E9E9; transition: 0.4s; -webkit-transition: 0.4s;}
.marketing_box:hover{box-shadow: 0px 4px 4px rgba(0 0 0 / 25%);}
.marketing_content_parent {display: flex; align-items: center;}
.marketing_content h2 {max-width: 300px; color: #595959; font-weight: 600; font-size: 2rem;}
.marketing_img {border-radius: 14px; overflow: hidden; display: inline-block;}
.marketing_content {display: inline-block; margin-left: 14px;}
.marketing_content .btn-light {margin-bottom: 12px; min-width: 133px;}
.employee_account .my-courses-filter .marketing_box + .marketing_box{margin-top: 18px;}
.employee_account_dashboard {max-width: 290px;}
.account_dashboard{padding: 5rem 0 15rem;}

.marketing_box button{color: #E61C30; font-size: 14px; font-weight: 500; border-bottom: 1px solid #E61C30; display: inline-block; margin-top: 10px; text-align: center; background-color: transparent;}
.employee_account_certificate .progress-hour {max-width: 220px;}
.employee_account_certificate .progress-hour span{display: block; margin-bottom: 10px;}
.add_review {display: flex; align-items: center; justify-content: center; margin-top: 10px;}
.add_review img{margin-right: 5px;}
.add_review p{font-size: 14px; font-weight: 500; color: #E61C30;}

.extra_color{background: #E9E9E9; color: #838383; margin-top: 12px; margin-bottom: 0 !important;}
.extra_color:hover{background: transparent;}
.employee_accout_table .employees-data .table tr td{max-width: 100px;}
.employee_accout_table .employees-data .table tr th:first-child{padding-left: 0;}
/* .employee_setting.profile-col {max-width: 300px;} */
.add_profile_field {margin-bottom: 20px;}
.upload_id{border-radius: 15px; overflow: hidden;}
.upload_id img{object-fit: cover; height: 100%; padding-right: 0.3rem;}

.foundation_parent{padding:0 60px;}
.foundation_parent h2{font-size: 3rem; font-weight: 600; color: #545454; margin-bottom: 25px; margin-left: 250px;}
.program_field{padding:1.5vw; background-color: #fff; border-radius: 10px; height: 100%;}
.program_field h3{font-size: 18px; font-weight: 600; color: #000000;}
.program_inner p strong{font-weight: 600; color: #000000;}
.program_inner p, .program_inner span{font-size: 14px; font-weight: 500; color: #7A7A7A;}
.program_inner span{display: block;}
.program_content_parent {display: flex; align-items: self-start; margin-top: 20px; padding: 5px;}
.program_list{margin-right: 8px;}
.program_list img {max-width: 30px;}
.program_col {max-width: 350px;}
.start_exam_btn {margin: 60px auto 0; text-align: center;}
.start_exam_btn .btn{font-size: 16px; font-weight: 500; color: #6F6F6F; border: 1px solid #AFAFAF; min-width: 190px; text-align: center; padding: 7px 15px; transition: 0.4s; -webkit-transition: 0.4s; border-radius: 3px;}
.start_exam_btn .btn:focus{box-shadow: none;}
.start_exam_btn .btn:hover{border-color: #E61C30; color: #fff; background-color: #E61C30;}

.program_wrapper{background: #fff; height: 100%; position: relative; border-radius: 10px;}
.video_parent {border-radius: 10px; overflow: hidden; position: relative;}
.video_parent img {width: 100%;}
.video_parent iframe {width: 100%; display: block; height: 700px;}
.video_parent .icon_circle{background: #fff; width: 100px; height: 100px; line-height: 100px; font-size: 30px;}
.program_video_inner{padding: 6rem 10rem;}
.program_profile h3{font-size: 20px; font-weight: 600; color: #262626; margin-bottom: 15px;}
.prfile_inner h4{font-size: 1.8rem; font-weight: 600; color: #000000;}
.prfile_inner p{font-size: 1.4rem; font-weight: 500; color: #5B5B5B;}
.profile_details_parent {display: flex; align-items: center;}
.profile_img {margin-right: 15px;}
.prfile_inner {max-width: 270px;}
.program_video_content {display: flex; margin-bottom:15px;}
.program_profile {flex: 1 0 0%;}
.prfile_inner_list li{font-size: 18px; font-weight: 500; color: #3D3D3D; position: relative;}
.prfile_inner_list li span{padding-left: 40px; display: inline-block;}
.prfile_inner_list li img{position: absolute;}
.prfile_inner_list li + li{margin-top: 26px;}
.prfile_inner_list li .show_btn{color: #E61C30; transition: 0.4s; -webkit-transition: 0.4s;}
.prfile_inner_list li .show_btn:hover{color:#3D3D3D;}

.program_course_wrapper h2{font-size: 20px; font-weight: 600; color: #262626; margin: 0;}
.course_list{margin: 15px 0;}
.course_list li{display: inline-block; padding: 0 10px; font-size: 1.6rem; font-weight: 500;}
.course_list li:first-child{padding-left: 0;}
.course_list li + li{border-left: 1px solid #CBCBCB;}
.program_course_wrapper {padding-top: 160px;}
.program_video_inner .tab-pane  .program_course_wrapper{padding-top: 0;}
.star_rating_details ul li{display: inline-block;}
.star_rating_details ul li + li{padding-left: 3px;}
.star_rating_details ul li img {height: 18px; object-fit: cover;}
.program_course_wrapper p{font-size: 1.6rem; font-weight: 500; color: #343434; padding-top: 30px; line-height: 1.8;}
.objective_list{padding-top: 45px;}
.objective_list h2{font-size: 2rem; font-weight: 600; color: #262626; margin-bottom: 25px;}
.objective_list li{font-size: 1.6rem; font-weight: 500; color: #343434; padding-left: 30px; position: relative;}
.objective_list li:before{content: ""; position: absolute; top: 50%; left: 5px; transform: translateY(-50%); -webkit-transform: translate(-50%, -50%); width: 10px; height: 10px; border-radius: 100%; background: #000;}
.objective_list li + li{margin-top: 25px;}
.employee_asign_detail .table tr td {max-width: 120px;}
.employee_asign_detail #read-more-btn:hover{color: #595959;}

.start_exam_inner{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 100%;}
.start_exam_inner p{font-size: 20px; font-weight: 500; color: #000000;}
.start_exam_inner p + p{padding-top: 10px;}
.start_exam_inner .btn_exam{min-width: 165px; padding: 14px 15px; background-color: #E61C30; border:1px solid #E61C30; color: #fff; transition: 0.4s; -webkit-transition: 0.4s;}
.start_exam_inner .btn_exam:hover{background-color: transparent; color: #E61C30;}

.result_wrapper .exam_question{padding: 5.5rem 5rem;}
.exam_question_wrapper {display: flex; align-items: center; justify-content: space-between; padding-bottom: 7rem;}
.exam_heading h3{font-size: 2.4rem; font-weight: 600; color: #000000;}
.profile-section .exam_date_heading{min-width: calc(100vw - 85vw); text-align: end;}
.exam_date_heading h2{font-size: 2vw; font-weight: 600; color: #7D7D7D; margin: 0; white-space: pre;}
.exam_date_heading h2 strong{color: #000000;}
.exam_question_inner {margin-bottom: 40px;}

.question_heading{margin-bottom: 25px;}
.radio_check_btn {padding-left: 50px;}
.radio_check_btn .radio_check_btn{padding-left: 0;}
.question_heading h4{font-size: 1.8rem; font-weight: 500; color: #000000; position: relative; padding-left: 50px;}
.question_heading h4 img{ display: block; max-width: 150px; margin-top: 15px;}
.question_heading h4 span{ position: absolute; top: 0; left: 0;}

.radio-btn-box>input[type="radio"], .radio-btn-box>input[type="checkbox"]{ display: none; height: 0;  width: 0; opacity: 0;}
.radio-btn-box label .round{ display: inline-block; position: absolute; border: 1px solid #646464; width: 22px; height: 22px; border-radius: 100%; top: 0; left: 0;}
.radio-btn-box label .round::after{ content: ""; position: absolute; top: 50%; left: 50%; width: 13px; height: 13px; border-radius: 100%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); background: #000; opacity: 0;} 
.radio-btn-box label{ padding-left: 30px; font-weight: 500; font-size: 16px; line-height: 1.4; color: #000000; position: relative; cursor: pointer; }
.radio-btn-box>input[type="radio"]:checked + label .round {border-color: #e61c30;}
.radio-btn-box>input[type="radio"]:checked + label .round::after{ opacity: 1;}
.radio-btn-box>input[type="checkbox"]:checked + label .round{ border-color: #000;}
.radio-btn-box>input[type="checkbox"]:checked + label .round::after{ opacity: 1;}
.radio_check_btn .radio-btn-box + .radio-btn-box{margin-top: 13px;}

.result_wrapper{background: #fff; padding:15px; border-radius: 10px;}
.exam_result_parent{background: #DFECD9; border-radius: 10px; padding: 1.5vw 3vw;}
.result_content {display: flex; align-items: center;}
.result_title h2 {margin: 0 0 5px; font-size: 2.2rem; font-weight: 600; color: #000;}
.result_title p{font-size: 1.4rem; font-weight: 300; color: #000000;}
.result_title p strong{font-weight: 600;}
.result_title {padding-left: 30px;}
.exam_result_parent{display: flex; align-items: center; justify-content: space-between;}

.check_answer_parent{background: #F4F9F2; padding: 23px 44px; max-width: 730px;}
.result_content_inner{display: flex; align-items: flex-start;}
.result_option{padding-left: 15px;}
.result_option h3{font-size: 1.6rem; font-weight: 600; color: #000000; margin-bottom: 5px;}
.result_option p{font-size: 1.4rem; font-weight: 500; color: #737373;}
.wrong_question{background: #FFEEEE;}

.certificate_spacing{padding: 10rem 15rem;}
.signup_or_content p{font-size: 16px; font-weight: 500; color: #6A6A6A;}
.student_forget h2{font-size: 30px; font-weight: 600; color: #000000; margin-bottom: 6rem;}

.opended_content{position: relative;}
.student_content_box h2{margin-bottom: 10px;}
.opended_content::before{content: ""; position:  absolute; top: 0; left: 0; width: 37px; height: 3px; background: #CBCBCB;}
.opended_content p{font-size: 1.4rem; font-weight: 500; color: #7C7C7C;}
.opended_content{padding-top: 10px;}
.opended_content h4{font-size: 1.4rem; font-weight: 600; color: #464646;}
.student_alignment .marketing_content_parent{align-items: flex-start; max-width: 100%;}
.student_alignment .marketing_content{width: calc(100% - 45%);}



.employee_edit_page h3{margin-bottom: 40px;}
.setting_page.employee_edit_page .custom-btn .btn {min-width: 215px;}
.student_history_page{margin-bottom: 40px;}
.student_table_data .owned-course{max-width: 200px;}

.radio_check_btn label{position: relative; padding-left: 30px; cursor: pointer; padding-left: 30px; font-weight: 500; font-size: 1.6rem; line-height: 1.4; color: #000000; position: relative; cursor: pointer;}
.radio_check_btn input[type="checkbox"]{ display: none;}
.radio_check_btn>input[type="checkbos"] + .box i{opacity: 1;}
.radio_check_btn label .box { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); left: 0; border: 1px solid #757575; box-sizing: border-box; border-radius: 3px; width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; transition: 0.3s; -webkit-transition: 0.3s; }
.radio_check_btn label .box i{ opacity: 0; visibility: hidden; transition: 0.3s; -webkit-transition: 0.3s; font-size: 12px;}
.radio_check_btn input:checked + label .box{ border-color: var(--SecondaryColor);}
.radio_check_btn input:checked + label .box i{ opacity: 1; visibility: visible;}

.exam_question_content .radio_check_btn + .radio_check_btn{margin-top: 13px;}
.extra_box_coupan{background: #E9E9E9; color: #838383; margin-top: 12px; font-size: 12px; font-weight: 500; max-width: 127px; padding: 4px 15px; display: block; margin-bottom: 10px; border-radius: 5px;}
.btn-light_box { background: rgba(230, 28, 48, 0.1); font-size: 1.2rem; font-weight: 500; color: #E61C30; max-width: 90%; padding: 4px 10px; text-align: center; display: inline-block; margin-bottom: 10px; border-radius: 5px; white-space: normal; word-wrap: break-word;}
.progress-hour-image .progress {border-radius: 10px; max-width: 132px; min-width: 132px; margin: 0 auto 7px; height: 10px;}
.progress-hour-image .progress-bar {background: linear-gradient(90deg, rgba(230, 28, 48, 0.31) 46.59%, #FC4154 101.52%); border-radius: 100px;}
.exam_question_paper{padding:3rem;}
.company-Courses-in-progress .progress {border-radius: 10px; max-width: 77px; min-width: 77px; margin: 0 auto 7px;}
/* .row>.employees-col + .col{ max-width: calc(100% - 310px);} */

.cart-left .radio_check_btn {padding-left: 0; display: inline-block;}

.student_related_post .Intermediate-box .Intermediate-icon p{padding-top: 0;}
.student_related_post .live p{padding-top: 0 !important;}
.student_title{padding: 45px 0;}
.student_title h2{font-size: 20px; font-weight: 600; color: #262626;}
.student_middle_content { font-size: 12px !important; font-weight: 500 !important; color: #939393 !important; padding-top: 0 !important;}

.whislist_icon{ height: 28px !important; cursor: pointer; width: 28px !important; border-radius: 50%; background: #ffffff; position: absolute; bottom: 20px; left: 20px; text-align: center; align-items: center; justify-content: center; display: flex; }
.whislist_icon i.icon02{color: #E61C30;}
.whislist_icon.active .icon01{display: none;}
.whislist_icon.active .icon02{display: block !important;}

.profile-white-box .student_reviews{position: relative;}
.review_delete_btn{position: absolute; top: 15px; right: 20px;}
.review_course_details{ border-bottom: 0; margin-bottom: 0;     height: 100%;    width: 20%; text-align: center; padding: 0px 6px 10px;}
.review_course_details h4{font-size: 14px; font-weight: 600; color: #E61C30;}
.review_course_details h3{font-size: 18px; font-weight: 500; color: #595959; margin: 0;}
.student_reviews_box {border: 1px solid #D2D2D2; border-radius: 10px; padding: 30px 27px;     display: flex; flex-wrap:wrap; margin-bottom: 15px;}
.review_course_details h4 img{display: block; margin-bottom: 15px; border-radius: 50%; height: 60px; width: 60px; margin: 0 auto 12px;}
.student_reviews_content span{font-size: 14px; font-weight: 500; color: #7C7C7C;}
.student_reviews_content h5{font-size: 14px; font-weight: 600; color: #464646;     margin: 5px 0;}
.student_reviews_box .student_reviews_content{ width: 80%; padding: 0 10px;}
.student_reviews_content ul{margin: 15px 0;}
.student_reviews_content ul li{display: inline-block;}
.student_reviews_content ul li + li{margin-left: 3px;}
.student_reviews_content p{font-size: 16px; font-weight: 300; color: #000000; line-height: 1.6; margin: 5px 0;}
.review_delete_btn img {filter: grayscale(1);}
.review_delete_btn a:hover img{filter: none; }
.review_delete_btn a{transition: 0.4s; -webkit-transition: 0.4s; cursor: pointer;}

.profile-white-box .student_reviews_box .cart-left { width: calc(100% - 85%); }
.profile-white-box .student_reviews_box .cart-left .cart_image{width: 100%; height: 100%;     display: block;}
.profile-white-box .student_reviews_box .cart-left .cart_image img{width: 100%; height: auto; object-fit: cover;    max-width: 100%;}
.profile-white-box .student_reviews_box .review_course_details { width: calc(100% - 75%); }
.profile-white-box .student_reviews_box .student_reviews_content { width: calc(100% - 40%); }

.profile-white-box .student_reviews + .student_reviews{margin-top: 15px;}

.machine_content .live_box { width: 123px; border: 1px solid #59C326; position: relative; border-radius: 3px; color: #59C326; text-align: center; padding: 4px 15px; font-size: 14px; font-weight: 500; display: inline-block; background-color: #fff;}
.machine_content .live_box::after{content: ""; position: absolute; top: 50%; left: 7px; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background-color: #59C326;}

.machine_content .live_ended_box { width: 123px; border: 1px solid #e61c30; position: relative; border-radius: 3px; color: #e61c30; text-align: center; padding: 4px 15px; font-size: 14px; font-weight: 500; display: inline-block; background-color: #fff;}
.machine_content .live_ended_box::after{content: ""; position: absolute; top: 50%; left: 7px; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background-color: #e61c30;}

.next_batch h2{font-size: 16px; font-weight: 800; color: #E61C30; margin-bottom: 5px;}

.sold_out_content h2{font-size: 18px; font-weight: 600; color: #000000;}
.sold_out_content p{font-size: 12px; font-weight: 500; color: #505050;}
.sold_box h3{font-size: 14px; font-weight: 600; color: #505050;}
.sold_box h2{font-size: 14px; font-weight: 600; color: #E61C30; margin-bottom: 5px;}
.sold_out_box {display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid #D8D8D8; padding-bottom: 10px; margin-bottom: 10px;}
.cart_top_content .sold_out_box.blur_content{opacity: 0.4;}
.cart_top_content.price_box p{font-size: 16px; font-weight: 500; color: #626262; padding-bottom: 20px;}

.prectics_test_header{background-color: #F6F6F6; padding: 15px 35px;}
.prectics_test_header h4{font-size: 18px; font-weight: 500; color: #000000;}
.prectics_test_bottom{background-color: #fff;}
.prectics_test_bottom {display: flex; padding: 15px 35px; align-items: center; justify-content: space-between;}
.test_image h4 {padding-left: 15px; font-size: 16px; font-weight: 500; color: #545454;}
.test_image {display: flex; align-items: center;}
.test_right h4{font-size: 14px; font-weight: 500; color: #989898;}
.prectics_test {margin: 30px 0 50px; border-radius: 10px; overflow: hidden;}

.bought_box {background-color: #fff; padding: 15px; border-radius: 10px; display: flex; align-items: center; justify-content: space-between;}
.bought_image_parent {display: flex; align-items: center;}
.bought_image_content {max-width: 310px;}
.bought_image_content h2{font-size: 16px; font-weight: 500; color: #444444; margin-bottom: 5px;}
.bought_image_content .bought_title span{font-size: 14px; font-weight: 500; color: #838383; padding-left: 5px;}
.bought_image_content .bought_title .span_color{color: #E61C30; padding-right: 13px; border-right: 1px solid #E61C30; padding-left: 0;}
.bought_image {border-radius: 5px; overflow: hidden;}
.bought_image_content {max-width: 310px; padding-left: 15px;}
.bought_rating{font-size: 14px; font-weight: 500; color: #E61C30; position: relative; padding-left: 22px;}
.bought_user{position: relative; font-size: 16px; font-weight: 500; color: #000000; padding-left: 22px;}
.bought_rating img, .bought_user img{position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.bought_price h4{font-size: 20px; font-weight: bold; color: #E61C30;}
.student_bought {margin-top: 50px;}
.student_bought .bought_box + .bought_box{margin-top: 15px;}

.regestered_field .program_inner p{font-size: 14px; font-weight: 300; color: #000000;}
.regestered_field .program_inner span{font-size: 14px; font-weight: 500; color: #7A7A7A;}
.regester_exam{padding: 4rem 6rem;}
.regester_exam>h3{font-size: 30px; font-weight: 300; color: #000000;}
.question_box{background-color: #F2F2F2; padding: 2.8rem 6rem;}
.question_box h3{font-size: 22px; font-weight: 500; color: #000000;}
.selesct_answer_box h3{font-size: 18px; font-weight: 500; color: #787878; margin-bottom: 30px;}
.selesct_answer_box {padding: 4rem 6rem;}
.selesct_answer_box label {padding: 25px 40px; width: 100%; border: 1px solid #BBBBBB; border-radius: 5px; background-color: #fff; font-size: 22px;}
.selesct_answer_box .radio-btn-box>input[type="radio"]:checked + label{background-color: #D0D0D0;}
.selesct_answer_box .radio-btn-box label .round{display: none;}
.selesct_answer_box .radio_check_btn {padding-left: 0;}

.submit_answer_btn{margin-top: 40px;}
.submit_answer_btn .btn-border{background-color: #E2E2E2; color: #B5B5B5; border-color: #E2E2E2; min-width: 187px;}
.submit_answer_btn .btn-border:hover{background-color: transparent;}
.submit_answer_btn .btn-primaryx {min-width: 139px;}

.live_traning{background: rgba(89, 195, 38, 0.2); border-radius: 5px; color: #59C326; font-size: 12px; font-weight: 500; max-width: 108px; padding: 7px 15px;}
.choisse_date label{font-size: 14px; font-weight: 600; color: #636363; margin-bottom: 5px;}
.choisse_date select{font-size: 14px; font-weight: 600; color: #000000; height: 45px;}
.cart_top_content.price_box del{font-size: 24px; padding-left: 5px;}

.password-eye .far{ display: inline-block!important;}
.password-eye.active i{ display: none;}
/* .password-eye.active .far{ display:block;} */
.password-eye .fa-eye-slash{ display: none;}

#choose-course-ul.active li{ pointer-events:none;}
#choose-course-ul.active li.active .radio-icon{ border-color: #262626;}
#choose-course-ul.active li.active .radio-icon::after{ display: block;}

.info-icon{ color: var(--SecondaryColor); font-size: 16px; cursor: pointer; background: transparent;}
.tooltip{ font-size: 14px;}
.tooltip *{ font-size: 14px;}

.asterisk{color: #FF0000;}
.rejected-btn {display: flex; justify-content: end;}
.rejected-btn a.btn.btn-light {min-width: 120px; margin-left: 20px;}
.my-courses-list .my-courses-name-box {max-width: 400px;}

.company_step_btn .btn{width: auto; display: inline-block;}
.shorting_icon_parent table th{position: relative;}
/* 21-12-2023 for sorting table start*/

.employees-data tr th .shorting_icon:after { content: ""; position: absolute; opacity: 0.2; bottom: 15px; right: 4px; width: 0; height: 0; cursor: pointer; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #E61C30;visibility: hidden;}
.employees-data tr th .shorting_icon:before { content: ""; position: absolute; opacity: 0.2; top: 15px; right: 4px; width: 0; height: 0; cursor: pointer; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #E61C30; visibility: hidden;}
.employees-data tr th .shorting_icon.active-sorting:before,.employees-data tr th .shorting_icon.active-sorting:after{visibility: visible;}
.employees-data tr th .shorting_icon.asc-sort:before{opacity: 1;}
.employees-data tr th .shorting_icon.desc-sort:after{opacity: 1;}
/* 21-12-2023 for sorting table end*/


.employees-data tr th.active{opacity: 1;}
.scroll_table{overflow: auto; width: 1250px;}
.custom_scroll_table{ width: 1380px; overflow: auto;}
.custom_width{max-width: 270px; min-width: 270px;}

.top-categories ul li img {max-width: 60px; max-height: 50px;}
.dashboard_content_parent{position: relative;}
.dashboard_content_parent a{position: absolute; top: 0; left: 0; right: 0; bottom: 0;}

.trainer_review_btn .btn {width: auto; min-width: 150px; height: auto;}
.report_parent {justify-content: space-between;}
.report_parent h2 {display: inline-block; margin-right: 15px;}

.review-box .review_date p{padding-bottom: 0;}
.review-box .review_date{display: flex; align-items: center; justify-content: space-between;}

.edit_details_parent .form-group textarea{width: 100%;}


.review_column{flex-flow: column; align-items: center;}
div.dt-container.dt-empty-footer tbody>tr .review_column>a{display: block;}
.employee_certificate .certificate_btn{ max-width: 305px;}

.share_btn{display: flex; align-items: center; margin-top: 50px;}
.share_btn .share-title h4{font-weight: 600; font-size: 2rem; line-height: 1.2; color: #444444;}
.share_btn .share-option{margin-left: 20px;}
.share_btn .share-option ul li{display: inline-block;}
.share_btn .share-option ul li + li{margin-left: 15px;}
.share_btn .share-option ul li a{width: 40px; height: 40px; background-color: transparent; font-size: 16px; border: 1px solid #000; border-radius: 50%; text-align: center; line-height: 40px; transition: 0.4s; -webkit-transition: 0.4s;}
.share_btn .share-option ul li a:hover{background-color: var(--SecondaryColor); color: #fff; border-color: transparent;}

.result_certificate .certificate_btn {max-width: 250px;}

.qty_detail_box{padding: 10px 15px; border: 1px solid #000; border-radius: 10px; width: 100%;}
.qty_detail_box .qty_header, .qty_detail_box .qty_footer{padding: 10px 0; display: flex; align-items: center;}
.qty_detail_box .qty_header .qty_header_content, .qty_detail_box .qty_footer .qty_footer_content{font-size: 16px; color: #000; font-weight: 500; padding: 0 15px;}
.qty_detail_box{display: none;}
.qty_dropdown.active .qty_detail_box {display: block;}

#nav-more {position: relative;}
#nav-more.active .dropdown-menu{display: block;}
#nav-more .dropdown-menu { position: absolute; top: 50px; z-index: 1000; display: none; width: 300px; text-align: left; background-color: #fff; box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%); border: 1px solid rgba(0,0,0,.15); border-radius: 10px; right: 0; border-top: 5px solid var(--SecondaryColor); border-bottom: 5px solid var(--SecondaryColor); }
#nav-more .dropdown-menu li a{padding: 10px 15px; font-weight: 600; font-size: 16px; color: #545454; transition: 0.4s; -webkit-transition: 0.4s; display: block;}
#nav-more .dropdown-menu li a:hover{color: #fff; background: var(--SecondaryColor);}
#nav-more .dropdown-menu::before { content: ""; position: absolute; width: 0; height: 0; bottom: 0; border: 13px solid #e61c30; border-color: #ffffff; transform-origin: 0 0; transform: rotate(-225deg); box-shadow: -2px 2px 4px 0 rgb(0 0 0 / 12%); top: 0px; z-index: -1; right: -23px; }
.total_course_quantity h3{font-size: 16px; font-weight: 600; color: #545454; margin: 10px 0; line-height: 1.4; max-width: 300px;}
.total_course_quantity h3 span{padding-left: 10px;}
.completed_date .opended_content{margin-top: 10px;}
.program_field.highlight-col {padding: 0;}
.program_field.highlight-col>h3 {padding: 35px 30px;}
.highlight-col .program_content_parent {margin: 0; padding: 10px 30px;}
.highlight-col .program_content_parent + .program_content_parent{padding-top: 20px;}
.program_content_parent.active {background: #e7e3e3;}


.answer-title h2 {font-size: 18px; font-weight: 600; color: #000000; margin-bottom: 25px;}

.qty-content h2, .qty-content h3 { font-size: 15px; font-weight: 600; color: #595959; display: inline-block; }
.qty-top-header { padding: 15px; border-bottom: 1px solid #eee; }

.qty-bottom-table .table table tr:last-child{border-bottom: none;}
.qty-bottom-table .table{margin-bottom: 0 !important;}
.qty_dropdown table tr td, .qty_dropdown table tr th{text-align: left;}

.qty_dropdown { position: relative; cursor: pointer;}
.qty-dropdown-menu { min-width: 500px;  background: #efefef; box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 20%); -webkit-box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 20%); border-radius: 8px; margin-top: 20px; }
.qty-dropdown-menu tr{ background: transparent!important;}
.qty_dropdown .qty-dropdown-menu th{ font-size: 14px!important;}
.qty_dropdown table tr{ border-top-color:#dbd0d0!important;}
.qty-dropdown-menu-hover{visibility: hidden; opacity: 0; transition: 0.4s; pointer-events: none; position: absolute; left: 50%; top:100%; transform: translateX(-50%); z-index: 10;}
.qty_dropdown:hover .qty-dropdown-menu-hover {visibility: visible; opacity: 1; pointer-events: all;}

.table-responsive{ overflow-x: auto; overflow-y: initial;}
.company-home-banner{position: relative;}
/* .company-banner-img{height: 560px; overflow: hidden;} */
.company-banner-img img{width: 100%;height: 550px; pointer-events: none; user-select: none; object-fit: cover; filter: brightness(0.5); -webkit-filter: brightness(0.5);}

.company-banner-parent .home-banner-text h1, .company-banner-parent .home-banner-text p{color: #fff;}
.company-banner-parent .home-banner-text h1{margin-bottom: 20px;}
.company-banner-parent{position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0;}
.company-banner-parent .home-banner-text span { color: #fff; font-size: 18px; font-weight: bold; margin-bottom: 20px; display: inline-block; }

.company-content-box h2 { margin-top: 25px; font-weight: 600; font-size: 20px; line-height: 1.5; letter-spacing: -0.035em; color: #545454; text-align: center; }
.company-design-parent {background: #fff;height: 100%;padding: 20px; box-shadow: 0 0 18px 0px rgb(0 0 0 / 9%); border-radius: 10px;transition: 0.4s; -webkit-transition: 0.4s;}
.company-design-parent:hover{transform: translateY(-10px);}

.company-contact-section{background: url(../images/company-contact-bg.jpg) no-repeat center; background-size: cover;}
.company-contact-parent { max-width: 900px; background: #fff; padding: 40px; margin: 0 auto; border-radius: 10px; }
.company-contact-parent h2{font-weight: 600; font-size: 34px; line-height: 1.4; color: #545454; margin-bottom: 25px; text-transform: capitalize;}

.student-banner .home-banner-text h1{ font-size: 3rem; line-height: 1.4;}
/* .student-banner-img img{ margin-right: -6rem;} */

.reviews-box-row{--bs-gutter-x:0}
.reviews-box-row .reviews-pic{ max-width: 240px;}
.reviews-pic-img img{width: 240px; height: 240px; object-fit: cover; border-radius: 100%;}
.reviews-text-box{ padding-left: 40px;}
.reviews-text-box p{ position: relative; font-size: 20px; font-weight: 500; color: #000; padding-top: 25px;}
.reviews-text-box p::before{ content: "\f10d";  display: block; font-size: 3rem; color: var(--SecondaryColor);   font-family: "Font Awesome 5 Free"; font-weight: 900;}
.reviews-text-box h4{ font-size: 24px; font-weight: 600; color: var(--SecondaryColor); margin-top: 15px;}

.accordion-button{ padding: 12px 0; font-size: 20px; font-weight: 600; color: var(--PrimaryColor); }
.accordion-button:not(.collapsed){ box-shadow: none!important; outline: none!important; background: transparent; color: var(--SecondaryColor);}
.accordion-body{ padding: 10px; font-size: 15px; line-height: 1.4; font-weight: 500; color: #000;}
.accordion-button::after{ width: 25px; height: 25px; background-position:center center; background-size: 17px; background: url(../images/chevron-down-solid.svg) no-repeat!important; filter: brightness(0);}
.accordion-button:not(.collapsed)::after{ filter: initial;}
.accordion-button:focus{ border: 0!important; outline: none!important; box-shadow: none!important;}

.bg-border{ border-bottom: 1px solid #ccc;}

.asign-search-box .form-control{ padding-right: 50px;}

.exclusive-community-box{ border-radius: 10px; background: #fff; padding: 10px; box-shadow: 0 0 15px 0px rgb(0 0 0 / 15%); text-align: center;}
.exclusive-community-box .img{ width: 100%; height: 200px;}
.exclusive-community-box .img img{ width: 100%; height: 100%; border-radius: 10px;}
.exclusive-community-box h4{ color: var(--SecondaryColor); font-size: 20px; font-weight: 600; margin-top: 15px;}
.exclusive-community-box p{ line-height: 1.4; font-weight: 500; color: #000; font-size: 14px; margin-top: 7px;}

.course-tab:not(.btn){ justify-content: center; border-bottom: 1px solid rgba(0,0,0,.15);}
.course-tab .nav-link{ padding: 12px 18px; color: rgba(0,0,0,.5); font-weight: 600; font-size: 1.9rem; position: relative; background: transparent;}
.course-tab .nav-link::after{ content: ""; position: absolute; left: 0; right: 0; bottom: 0;height: 1px; background: var(--SecondaryColor);  transform: scaleX(0); transform-origin: center;transition: 0.3s;}
.course-tab .nav-link.active{ color: var(--SecondaryColor);}
.course-tab .nav-link.active::after{ opacity: 1; transform: scaleX(1);}

.same-heading.text-center.mid-sub-heading p{ max-width: 900px; line-height: 1.6;}

.for-business-heading h6{font-weight: 600; font-size: 14px; line-height: 1.5; text-transform: uppercase; color: #E61C30; }
.for-business-heading h1{font-weight: 600; font-size: 40px; line-height: 1.3; color: #FFFFFF; margin: 10px 0 30px;}

.trainer-full-bg>img{ width: 100%;}

.trainer-roadmap-section{ background: url(../images/travel-road.jpg) no-repeat center center; background-size: cover; position: relative;}
.trainer-roadmap-section::before{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; opacity: 0.5; pointer-events: none;}
.trainer-roadmap-section .container{ z-index: 2; position: relative;}
.radio_check_btn label .ans-img img{ max-width: 100px;}

.datepicker.dropdown-menu{ font-size: 15px;}

.word-lang-box {position: relative; width: 26px;}
.word-lang-box .navbar-dropdown .navbar-item {display: flex; align-items: center;}
.word-lang-box .navbar-dropdown .navbar-item img { display: block; height: 26px; width: 26px; min-width: 26px; border-radius: 50%; }
.word-lang-box .navbar-dropdown .navbar-item span,
.word-lang-box .navbar-dropdown .navbar-item small { display: block; margin-left: 10px; color: #000000; font-size: 16px; font-weight: 500; position: relative; padding: 0 2px; }
.navbar-dropdown a.navbar-item { padding: 5px 0; cursor: pointer;}
.lang-parent{pointer-events: none; position: absolute; right: 0; top: 100%; width: 180px; transition: 0.3s; -webkit-transition: 0.3s; opacity: 0; visibility: hidden; z-index: 9; }
.word-lang-box .navbar-dropdown {padding: 15px; }
.lang-parent { padding: 15px 0; white-space: nowrap; }
.navbar-dropdown { border-radius: 10px; background-color: #fff; border-top: 2px solid #dbdbdb; box-shadow: 0 8px 8px rgb(10 10 10 / 10%); font-size: .875rem; min-width: 100%; position: absolute; top: 100%; z-index: 20; }
.word-lang-box:hover .lang-parent { opacity: 1; pointer-events: auto; visibility: visible;}
.word-lang-box .navbar-dropdown .navbar-item img { display: block; height: 26px; width: 26px; min-width: 26px; border-radius: 50%; }

.toast.toast-error .toast-message,
.toast.toast-error .toast-message p{color: #fff !important; font-size: 14px; font-weight: 500; }
.toast.toast-success,
.toast.toast-success p{color: #fff !important; font-size: 14px; font-weight: 500;}

.header-profile-hover-box ul li {width: 100%;}
.header-profile-hover-box ul li + li{margin-left: 0;}
.password-form-group.search-box.position-relative button {background: transparent !important;}
.profile-white-box .my-courses-filter.asign-course .select-box-input select.form-control.search_type { width: 100%;}
section.profile-section .col.profile-col.employee_setting .my-account-link .text-end.edit-profile {padding-bottom: 40px;}
.datepicker-days table.table-condensed {width: 250px;}
.datepicker td, .datepicker th { padding: 5px; color: #000; font-weight: 500; }
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused { background: #e61c30 !important; cursor: pointer; color: #fff !important; }
.progressbar_form_parent .btn-primaryx i {font-size: 20px;}
.bootstrap-timepicker-widget table td input {width: 40px; font-size: 18px; color: #000; text-align: center; font-weight: 500;}
.bootstrap-timepicker-widget table td span {width: 100%; color: #000; font-size: 18px; position: relative;}
.bootstrap-timepicker-widget table td a { border: 1px transparent solid; display: inline-block; margin: 0; padding: 0; width: 40px; outline: 0; color: #333; }
.bootstrap-timepicker-widget table td span { color: #000; font-size: 25px; font-family: 'Font Awesome 5 Free'; position: relative; font-style: normal; width: 20px; -moz-osx-font-smoothing: grayscale; height: 20px; display: inline-block; }
.bootstrap-timepicker-widget table td span:after { content: "\f106"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 0; color: #000; text-align: center; font-weight: 500; font-style: normal; border: solid 7px transparent; border-bottom-color: #e61c30; }
.bootstrap-timepicker-widget table td a span.glyphicon-chevron-down::after { border-top-color: #e61c30 !important; border-bottom-color: transparent !important; }
.bootstrap-timepicker-widget table {width: 140px !important;}
.bootstrap-timepicker-widget table td a{padding: 0 !important;}
.bootstrap-timepicker-widget table td input { width: 100% !important; margin: 0; text-align: center !important;}
.profile-white-box.choose-course-profile .choose_cours_fill.course_tabs_step .row.course_lessons_content .course_lesson div[class*="col"] {padding: 0 15px;}
.profile-white-box.choose-course-profile .choose_cours_fill.course_tabs_step .row.course_lessons_content .course_lesson {display: flex; flex-wrap: wrap; margin: 0 -15px;}
.row.instructor-row .col-md-6.instructors_records {width: 100%; flex: 0 0 100%;}

.profile-white-box.added_course .courses-add-box.align-items-center {padding-bottom: 3rem;}
button.btn.btn-primaryx i { font-size: 20px; }
.my-profile-data h5 {word-break: break-all;}

.toast.toast-error p{font-size: 18px; color:#fff;}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {background: #e61c30 !important; color: #fff !important;}
.datepicker table tr td span { height: 40px !important; line-height: 40px !important; }

.option_records_dynamic .remove .form-group input { width: 18px!important; height: 18px !important; }
.option_records_dynamic .remove .form-group input[type="text"] {width: 100% !important; }

.row.course_lessons_content .course_lesson + .course_lesson{ margin-top: 20px !important;}
.row.course_lessons_content .course_lesson + .course_lesson .col-md-12 { border-top: 1px solid #D7D7D7; padding-top: 40px !important; }
.datepicker-days table.table-condensed td.active.day {background: #e61c30 !important;}
.datepicker-months table.table-condensed span.month.active {background: #e61c30 !important;}

.plan_content_parent a{width: 100%; display: inline-block;}
.membership-plan-detai-wrapper{padding: 50px 0;     background: #F4F4F4;}
.product-parent-content-inner {display: flex; align-items: center; margin-bottom: 20px; width: 100%;}

.checkout_detail_parent.checkout-price .product_image_parent.pt-0 {display: flex; border-bottom: 1px solid #c9c4c4;   margin: 20px 0;}
.checkout_detail_parent.checkout-price .product_image_parent .cart_image img{    height: 100px; max-width:100%}
.checkout_detail_parent.checkout-price .price_content {background-color: transparent; padding: 0;display: grid; grid-template-columns: auto auto auto auto; align-items: baseline; column-gap: 15px;}
/* .checkout-side-list .product_image_parent {display: flex !important; grid-template-columns: 30% 70%;} */
/* .checkout_detail_parent.checkout-price .price_content div{width: 33.33%;} */
.checkout_detail_parent.checkout-price .price_content h3{font-size: 20px;}
.course-details-wrapper{padding: 50px 0;   background: #F4F4F4;}
:is(.papular-courses-box-row,.details-content-parent-inner)  h2{font-size: 30px; font-weight: 600; color: #545454; margin-bottom: 5rem; }
.details-content-parent-inner .price_content{ background-color: transparent; padding: 15px; display: grid; grid-template-columns: auto auto auto auto; column-gap: 15px;    align-items: center; border-top:solid 2px #d70404; margin-bottom:20px;}
.employment.discreption { padding: 0 15px 25px; }
.employment.discreption p, .employment.discreption h3 { font-size: 14px; font-weight: 500; color: #000000; margin-bottom: 10px; line-height: 1.6;}
.employment.discreption h3{text-transform: uppercase;}
.details-content-parent-inner .price_content .employment{margin-top: 0;}
.membership-plan-detai-wrapper .btn-primaryx{margin-top: 60px;}
.details-parent-box{background-color: #fff;}


.checkout_detail_parent.checkout-price .price_content .employment { border: 0; padding: 10px; width: 33.33%; border-top: 0; border-right: 1px solid #e9e9e9; }
.checkout_detail_parent.checkout-price .price_content .employment:last-child { border-right: 0; }
.checkout_detail_parent.checkout-price .price_content .employment:first-child { width: 100%; border-bottom: solid 1px #D7D7D7 !important; border-right: 0; }
.checkout_detail_parent.checkout-price .price_content { background-color: transparent; display: flex; grid-template-columns: 100%; column-gap: 0; padding: 0; flex-wrap: wrap; border: 1px solid #D7D7D7; box-shadow: 0px; }
.checkout_detail_parent .price_content div + div {margin-top: 0;}
.checkout_detail_parent .price_content p{font-size: 13px;}

button.thumb-btn.like-btn.active {border-color: var(--SecondaryColor); background: var(--SecondaryColor); color: #fff !important;}
button.thumb-btn.like-btn.active img {filter: brightness(0) invert(1);}


.my-courses-name-box.beginner .beginner-icon{display: inline-block !important;}
.my-courses-name-box.intermediate .intermediate-icon{display: inline-block !important;}
.my-courses-name-box.expert .expert-icon{display: inline-block !important;}


.select2-container--default .select2-selection--single { height: 52px !important; background: transparent; border: 1px solid #D7D7D7 !important; box-sizing: border-box !important; border-radius: 5px !important; font-weight: 500; font-size: 16px; color: #000; width: 100%; padding: 13px 20px; }
span#select2-plan-f5-container:focus { box-shadow: none!important; border-color: var(--SecondaryColor); }
.select2-container--default .select2-selection--single .select2-selection__rendered{padding: 0 !important; color: #ccc;}
.select2-container--default .select2-selection--single .select2-selection__arrow { height: auto !important; position: absolute; top: 50% !important; right: 15px !important; width: 20px; transform: translateY(-50%) !important; }
.my-courses-list-box .custom-table-responsive tbody.license_list td.text-center {text-align: left !important;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {background-color: #e61c30 !important;}


.course_lesson{position: relative; padding: 40px 0 0;}
.row.course_lessons_content .course_lesson::before { content: ""; position: absolute; left: 0px; right: 0px; top: 0; border-top: 1px solid #D7D7D7; visibility: visible; opacity: 1; margin: 10px 15px 0px; }
.row.course_lessons_content .course_lesson:first-child::before{display: none;}
.row.course_lessons_content .course_lesson:first-child{padding-top: 0 !important;}
.choose_cours_fill.course_tabs_step .row.course_lessons_content .course_lesson + .course_lesson .col-md-12{border-top: none; padding-top:0 !important;}
.choose_cours_fill.course_tabs_step .row.course_lessons_content .course_lesson + .course_lesson {margin-top: 0!important;}



/* .detail_profile { display: flex; align-items: center; padding-top: 30px; } */
.detail_profile { display: flex; align-items: center; padding-top: 20px; }
.detail_profile span { width: 55px; height: 55px; border-radius: 100%; display: inherit;}

.detail_profile span img{object-fit: cover; width: 100%;}
.detail_profile .profile_content { padding-left: 10px; margin-top: 0; }

.cource_video_parent .cource_detail_tabs .nav.nav-tabs li{position: relative; padding-left: 0;}
.cource_video_parent .cource_detail_tabs .nav.nav-tabs li a { background: 0 0; border: 0; border-radius: 0.25rem; font-size: 1.8rem; font-weight: 500; color: #494949; padding: 1rem; text-transform: capitalize; }
.cource_video_parent .cource_detail_tabs .nav.nav-tabs li + li{margin-top: 0;}
.cource_video_parent .cource_detail_tabs .nav.nav-tabs li::before{display: none;}
.cource_detail_tabs .nav.nav-tabs li a.active::after { visibility: visible; left: 0; }

.cource_detail_tabs ul li a::after { content: ""; position: absolute; bottom: 0; left: -100%; border: 1px solid #E61C30; width: 100%; visibility: hidden; }
.remove-btn.col-md-12 {text-align: right; margin-bottom: 20px;}
.education_div .education_row + .education_row {border-top: 1px solid rgb(206 206 207); padding-top: 25px;}
.experience_div .experience_row + .experience_row{border-top: 1px solid rgb(206 206 207); padding-top: 25px;}



.topic-list-repeat{ background: #ededed36; padding: 15px 15px; margin-bottom: 30px; border: solid 1px #e7e7e7; border-radius: 10px; }
.topic-list-repeat .course_lesson{ margin:0 !important }


.checkout_detail_parent.checkout-price .total_course_quantity h3 { margin:5px 0 0;}
:is(.checkout_detail_parent,.details-content-parent-inner) .details-parent-box .employment h4{ font-weight: 600; color: #000; }
:is(.checkout_detail_parent,.details-content-parent-inner) .details-parent-box .employment:nth-child(2) h4{ font-weight: bold; color: #E61C30;}
.asign-course .select-box-input {min-width: auto;}
.checkout_detail_parent .product_image_parent .cart-left{width: 30%;}
.checkout_detail_parent .product_image_parent .cart_content{width: 70%;}

.topic-list-repeat:not(.course_lesson) .addplus_icon + .remove-btn{ border-top: 1px solid #D7D7D7; padding-top: 20px; margin-top: 30px; }

.my-profile-data .table{margin-top:6px;}
.my-profile-data .table thead th{border:none;padding:5px;font-size: 16px;line-height: normal; font-weight:700}
.my-profile-data .table tbody td{border:none;padding:5px;font-weight: 500; font-size: 14px; line-height: 1.4; color: #000000;}
.my-profile-data .table tbody tr:first-child td { padding-top: 10px !important; }
.my-profile-data .table thead th:first-child{padding-left: 0;}
.my-profile-data .table tbody td:first-child{padding-left: 0;}
.my-profile-data .table thead tr th:nth-child(1),.my-profile-data .table thead tr th:nth-child(3){ width: 28%; }
.my-profile-data .table thead tr th:last-child{ width: auto}
.my-profile-data.profile-card{ background-color: #f6f6f6; border: 1px #f6f6f6; border-radius: 5px; padding: 10px; box-shadow: 2px 2px 3px #E3E3E3;}
.red { color: var(--SecondaryColor); font-weight: 600 !important; }


/* 19-05-2022 */
.result_wrapper .exam_question_inner .radio_check_btn{padding-left: 0; }
.profile-section .program_field .start_exam_btn {margin-top: 35px;}
.profile-section .program_field .start_exam_btn + .start_exam_btn { margin-top: 30px; border-top: solid 1px #afafaf; padding-top: 30px; }
.account_dashboard .marketing_box .marketing_content_parent .marketing_img{ width: 100%; max-width: 177px;}
.account_dashboard .marketing_box .marketing_content_parent { align-items: flex-start; }
.or-row .col:nth-child(2) { max-width: 98px; }

/* .or-formtitle { position: relative; display: block; text-align: center; margin-bottom: 0 !important; }
.or-formtitle span { width: 40px; background: #fbfbfb; display: inline-block; font-weight: 600 !important; color: #636363 !important; position: relative; font-size: 14px; text-transform: uppercase !important; }
.or-formtitle:before { position: absolute; left: 0; right: 0; content: ''; border-top: 1px solid #D7D7D7; top: 12px; } */

.mycourses-customwid .password-form-group{    width: 100%; max-width: 159px;}
.mycourses-customwid .password-form-group .form-control{width: inherit;}

.w-220px{    width: 100%; max-width: 180px;}
.option_content .form-group{    display: flex; align-items: center;}
.option_content .input-filebox{display: inline-block; margin-left: 15px; width: 100%; max-width: 300px;}
.option_content .input-filebox .upload-btn-box{ padding: 4px;}
.option_content .input-filebox .upload-btn .btn{ padding: 3px 9px;     font-size: 10px; }
.option_content .input-filebox .upload-btn-box:after{padding: 5px 9px; top:0}
/* .option_content .input-filebox .upload-btn .btn:after{ content: ""; position: absolute; top: 0; left: 0; background-color: transparent; bottom: 0; right: 0; z-index: -1; transition: 0.33s; -webkit-transition: 0.33s; pointer-events: none; background-color: var(--SecondaryColor); } */

.radio-group .questions-option-left{width: auto; min-width:100px; max-width:auto; display: inline-block; padding-right: 0;}
.radio-group .questions-option-left input{padding-right: 0 !important;}
#assign-plan_18 .modal-title{font-size: 38px;}

.exam_question_inner .question_heading h4{display: inline-block;}
.exam_question_inner .question_heading img{width: 100%; /*max-width: 40px; max-height:40px;  display: inline-block;*/}
.exam_question_content .radio_check_btn img{  width: 100%; max-width: 140px; padding-left: 30px; padding-top: 10px;}
.exam_question_content .radio_check_btn .ans-img img{width: 100%; max-width: 76px; padding-top: 0; margin-top: -7px;}

.btn.apply-btn .fa-spin{font-size: 16px;}
.cart_content h4 del{ font-weight: 500; color: #989898; font-size: 18px;}
.cart-details h2 del{ font-weight: 500; color: #989898; font-size: 20px;}

.checkout-refund .form-group .vatid { display: inline-block; margin-left: 15px; }
.checkout-refund .form-group .vatid .form-control{width: auto;}
.checkout-refund .form-group input[type="checkbox"]{    width: 18px; height: 18px; margin-right: 5px;}
.checkout-refund .form-group input[type="radio"]{    width: 18px; height: 18px; margin-right: 5px;}
.checkout-refund .form-group .questions-option-left{padding-right: 15px;}
.checkout-refund .form-group label a{text-decoration: underline !important; vertical-align: top;}
.checkout-refund .form-group label{text-transform: none; font-weight: 400;}

.purchased-tab-wrap .nav .nav-item{width: 20%; min-width:max-content ;}
.purchased-tab-wrap .nav .nav-link{ background: #fff; color: var(--SecondaryColor); border: solid 1px var(--SecondaryColor); padding: 10px 20px; border-radius: 0; font-weight: 500; font-size: 14px; letter-spacing: 0.3px; width: 100%;}

.purchased-tab-wrap .nav .nav-item:first-child {    border-radius: 5px 0 0 0; overflow: hidden;}
.purchased-tab-wrap .nav .nav-item:first-child .nav-link{    border-radius: 5px 0 0 0;}
.purchased-tab-wrap .nav .nav-item:last-child {    border-radius: 0 5px 0 0; overflow: hidden;}
.purchased-tab-wrap .nav .nav-item:last-child .nav-link{ border-radius: 0 5px 0 0; }

.purchased-tab-wrap .nav .nav-link.active{    background: var(--SecondaryColor); color: #fff; border: solid 1px var(--SecondaryColor);}

#request_receipt .col-md-9{    display: initial;}
.custom-table-responsive{ width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }


/* detail_list_bottom class add for list items dot */

.cource_detail_tabs .tab-pane{font-size:1.5rem;}
.cource_detail_tabs .lesson-list,.cource_detail_tabs .lesson-list ul{border-bottom: 0 !important; }
.cource_detail_tabs .lesson-list > li:before { display: none; }
.cource_detail_tabs .lesson-list h4{ font-size: 1.8rem; font-weight: 600; color:var(--SecondaryColor); margin-bottom: 5px;}
.cource_detail_tabs .lesson-list ul li {padding: 3px 3px 3px 12px;}
.cource_detail_tabs .lesson-list ul li:before {width: 5px; height: 5px;  top: 12px;}
.cource_detail_tabs .lesson-list li + li{margin: 15px 0 0;}
.cource_detail_tabs .lesson-list li ul li +li {margin: 0;}
.check_answer_parent .result_option img { width: 100%; max-width: 66px; }

.private-lable{    display: inline-block;
    color: #59C326 !important;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600; }

.label-course {
    position: relative;
    padding-left: 10px;
    font-weight: 500;
}

.label-course:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #e61c30;
    border-radius: 100%;
    left: 0;
}



/* 

.tearmspage-accordian .accordion .card .card-header button { border: 0; width: 100%; text-align: left; font-weight: 600; font-size: 22px; color: #545454; text-decoration: none; position: relative; padding: 13px 30px 13px 20px;    background: #F8F8F8; }
.tearmspage-accordian .accordion .card .card-header button:before{ content: '-'; position: absolute; right: 20px; left:unset; top: 7px; left: unset; font-size: 30px; }
.tearmspage-accordian .accordion .card .card-header button.collapsed:before{ content: '+';  } */

.tearmspage-accordian .accordion .card {margin-bottom: 10px;}
.tearmspage-accordian .accordion .card .card-header{padding: 0; border-bottom: 0;}
.tearmspage-accordian .accordion .card .accordion-button{ padding: 12px; font-size: 20px; font-weight: 600; color: var(--PrimaryColor); }
.tearmspage-accordian .accordion .card .accordion-button:not(.collapsed){ box-shadow: none!important; outline: none!important; background: transparent; color: var(--SecondaryColor);}
.tearmspage-accordian .accordion .card .accordion-body{ padding: 10px; font-size: 15px; line-height: 1.4; font-weight: 500; color: #000;}
.tearmspage-accordian .accordion .card .accordion-button::after{ width: 25px; height: 25px; background-position:center center; background-size: 17px; background: url(../images/chevron-down-solid.svg) no-repeat!important; filter: brightness(0); transition: transform 0.2s ease-in-out; transform-origin: center;}
.tearmspage-accordian .accordion .card .accordion-button:not(.collapsed)::after{ filter: initial; transform: scaleY(-1);}
.tearmspage-accordian .accordion .card .accordion-button:focus{ border: 0!important; outline: none!important; box-shadow: none!important;}
.tearmspage-accordian .accordion .card .card-body{padding: 0 20px 20px;  font-weight: 500; font-size: 16px; line-height: 1.5; color: #545454; }
.tearmspage-accordian .accordion .card .card-body  p{    font-weight: 500; font-size: 16px; line-height: 1.5; color: #545454;}
.login-section{overflow: hidden;}
/* .added_course .course-catagoryfilter-bx .select-box-input{    margin-left: 17px;} */


/* .word-lang-box .navbar-dropdown .navbar-item:hover{color:var(--SecondaryColor)} */

.timezone-required-info {
  text-transform: inherit !important;
}

.lesson_script_text {
  white-space: break-spaces;
}

/* 08-09-2023 Css Start*/
.partnership-list .partnership-items{display: flex; margin-bottom: 2rem;}
.partnership-list .partnership-items .icon-box{background: var(--SecondaryColor); color: #fff; width: 100%; max-width: 60px; height: 60px; border-radius: 50%; margin-right: 2rem; display: flex; justify-content: center; align-items: center; font-size: 26px;}
.partnership-list .partnership-items h4{font-weight: 600; font-size:20px; line-height: 1.4; letter-spacing: -0.035em; color: #545454; margin: 0 0 5px;}
.partnership-list .partnership-items p{font-weight: 500; font-size: 16px; line-height: 1.5; color: #545454; margin-bottom: 1rem;}
.partnership-list.column-direction-list .partnership-items{display: flex; margin-bottom: 2rem; flex-direction: column; justify-content: center; align-items: center; position: relative;}
.partnership-list.column-direction-list .partnership-items .icon-box{margin: 0 auto 2rem;}
.partnership-list.column-direction-list .partnership-items :is(h4, p){text-align: center;}
.partnership-list.column-direction-list .partnership-items .down-arrow-icon { text-align: center; font-size: 3rem; color: var(--SecondaryColor); min-height: 50px; }
.join-today-wrapper{background: url(images/join-bg.jpg)no-repeat center top/cover; position: relative; min-height: 500px; display: flex; align-items: center;}
.join-today-wrapper:before{ background: #bbbbbb; bottom: 0; left: 0; opacity: 0.5; position: absolute; right: 0; top: 0; z-index: 0; content: '';}
.joinus-wrapper .join-card{ background: #fff; border-radius: 10px; padding: 30px 20px; box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); position: relative; z-index: 1; text-align: center; height: 100%;}
.joinus-wrapper .join-card .icon-bx{min-height: 60px; display: flex; align-items: center; justify-content: center;}
.joinus-wrapper .join-card .icon-bx i{text-align: center; font-size: 4rem; color: var(--SecondaryColor) ;}
.joinus-wrapper .join-card h4{    font-weight: 600; font-size: 20px; line-height: 1.4; letter-spacing: -0.035em; color: #545454; margin: 0 0 5px;}
.training-banner-wrapper{background: #FFF4F1; padding: 11rem 0 7rem; min-height: 550px;}
.training-banner-wrapper .home-banner-text{    margin-top: 0px;}
.invest-groth-wrapper{background: url(../images/career-bg.jpg)no-repeat center center/cover;}

.profile-section .student_reviews_box{padding: 20px 15px;}
.employee_edit_page .row .col-xl-6{margin-bottom: 3rem;}
.mobile-datatitle-table td:before{   content: attr(data-title); left: 0; top: 0; font-weight: 600; font-size: 1.6rem; color: #545454;  margin: 5px 0; display: none;}



/* .overlay_Show_ParentDiv{position: relative;}
.overlay-box {position: absolute; left: 0; right: 0;  top: 0; bottom: 0; text-align: center;  padding: 10px 0; z-index: 9999;  opacity: 0; visibility: hidden; min-height: 100px; background: #efefefc7;}
.overlay-box .spinner-bx{height: 80px; width: 80px; border: 4px solid transparent; border-top-color: #e61c30; border-bottom-color: #e61c30; border-radius: 50%; position: relative; -webkit-animation: spinLoader 3s linear infinite; animation: spinLoader 3s linear infinite; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.overlay-box .spinner-bx:before{ content: ""; position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; border: 4px solid transparent; border-top-color: #e61c30; border-bottom-color: #e61c30; border-radius: 50%; -webkit-animation: spinLoader 1.5s linear infinite; animation: spinLoader 1.5s linear infinite;}  
.overlay_Show_ParentDiv .overlay-box{opacity: 1; visibility: visible;} */


.overlay_Show_ParentDiv{position: relative; padding: 10px 0; z-index: 9999; min-height: 170px; height: 100%; max-height: 100%; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: hidden;}
.overlay_Show_ParentDiv:after{background: #fbfbfbc7; position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; z-index: 999;}
.overlay_Show_ParentDiv:before{ width: 44px; height: 44px; border: 0.5em solid rgba(0, 0, 0, 0.1); border-left-color: #e61c30; border-radius: 50%; animation: spinLoader1 1s linear infinite; content: ''; position: absolute; z-index: 9999; top: 40%; left: 50%; margin-left: -22px;}

.most-papular-courses-section .overlay_Show_ParentDiv{min-height: 445px;}

.table{width: 100%;}
.privacy-policy-txt{color:var(--SecondaryColor) !important;}

@keyframes spinLoader1 {
    to {
      transform: rotate(360deg);
    }
  }


/* @keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} */




.select_box_parent  .select2-container { width: 100% !important; display: block !important; }
.added_course .course-catagoryfilter-bx [class*="col-"]{padding: 0 5px;}
/* .profile-section .student_reviews_box .cart-left{    width: 100%; max-width: 177px;}
.profile-section .student_reviews_box .cart-left .cart_image { display: block; height: 100%; border-radius: 5px; overflow: hidden; }
.profile-section .student_reviews_box .cart-left .cart_image img { width: 100%; height: 100%; object-fit: cover; max-width: 100%; }
.profile-section .student_reviews_box .review_course_details{} */

/* 21-12-2023  css start*/
/* .student-review-newbx .review_course_details{width: 100%;} */
/* .complete_course.shorting_icon_parent tr th .shorting_icon.active-sorting:before{opacity: 1;}
.complete_course.shorting_icon_parent tr th .shorting_icon.active-sorting:after{opacity: 1;} */

/* .employees-data tr th:before,.employees-data tr th:after {border: 0.35em solid transparent; content: ''; height: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: border-color 0.2s ease-in-out; width: 0; opacity: 0;}
.employees-data tr th:after { border-bottom: 0; border-top-color: rgb(240 0 0 / 25%); margin-top: 0.35em; }
.employees-data tr th:before { border-bottom-color: rgb(240 0 0 / 25%); border-top: 0; margin-top: -0.35em; }
.employees-data tr th.active-sorting::before,.employees-data tr th.active-sorting::after{opacity: 1;} 
.employees-data tr th.asc-sort:before{border-bottom-color: #E61C30;}
.employees-data tr th.desc-sort:after{border-top-color: #E61C30;}*/

.complete_course.shorting_icon_parent tr th{white-space: pre;}
.complete_course .course_list td{min-width: 150px;}
.my-profile-data .company-logo{display: inline-block; width: 50px; height: 50px; border-radius: 100%; margin-top: 5px;}
.owned_detail_parent .table .history_list td{min-width: 120px;}
.mobile-datatitle-table .table thead th{white-space: pre;}
.mobile-Nodata-table  thead{display: block !important;}

.select2.select2-container.select2-container--default { width: 100% !important; }


@media (max-width: 991px){
    .joinus-wrapper .join-card{height: auto; margin-bottom: 20px; padding: 20px;}
    .joinus-wrapper .join-card h4{font-size: 18px; }
    .joinus-wrapper .join-card .icon-bx i{font-size: 3rem;}
    .partnership-list .partnership-items .icon-box{max-width: 40px; height: 40px;font-size: 18px; margin: 0 auto 1rem;}
    .partnership-list .partnership-items h4{font-size: 18px;}
    .partnership-list .partnership-items{flex-direction: column; align-items: center; text-align: center;}
    .join-today-wrapper{min-height: 300px;}
    .employees-data{margin-top: 10px;}
    div.dt-container.dt-empty-footer tbody>tr:last-child>* {border-bottom: 0px !important;}
    table col:not(:first-of-type) {width: 0px !important;}
}

select.company-dropdown{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; height: 4.2rem; padding: 6.5px 15px 6.5px 15px; padding-right: 3rem !important;}
.search-select-container.select-box-input .select-down{right: 10px; color: #595959;}
.action-select-container.select-box-input .select-down{right: 10px; color: #595959;}
.search-input-container .table-search{ height: 4.2rem; padding: 6.5px 15px 6.5px 15px; padding-right: 3.5rem !important;}
.search-input-container.password-form-group .password-eye{height: 32px; width: 30px; margin: 5px 5px 5px 0px; }

.employees-data .table tr th {color: var(--SecondaryColor);}
.table.dataTable th.dt-type-numeric{text-align: left;}
.table.dataTable th.dt-type-date{text-align: left;}
.table.dataTable td.dt-type-numeric{text-align: left;}
.table.dataTable td.dt-type-date{text-align: left;}
/* .table.dataTable span.progress-message{color: #E05052;} */
.table.dataTable span.exam-pass{color: #39A669;}
.table.dataTable span.exam-fail{color: #DE4D49;}

.top, .bottom{ 
  display:flex;
  padding: 0px 5px 0px 0px;
  justify-content: space-between;
  align-items: center;
  color: black;
}

/* .top .dt-paging, .bottom .dt-paging, .top .dt-length, .bottom .dt-info{
  display: inline-block;
} */

.table-top-bar, .table-bottom-bar{
  display:flex;
  padding: 0px 5px 0px 0px;
  align-items: center;
  color: black;
  justify-content: space-between;
}
.table-bottom-bar{
  padding-top: 0.5rem;
}

.table-top-bar{
  padding-top: 0.75rem;
}

div.table-top-bar .dt-length, div.top .dt-length{
  display: flex;
  align-items: center;
  padding-right: .3em;
}
div.table-top-bar .dt-length .dt-input, div.top .dt-length .dt-input{
  display: inline-block;
  background-color: #f8f9fa;
  border: 2px solid #e8e8e8 !important;
  border-radius: 5px !important;
  text-align: center;
  font-weight: 450;
  font-size: 1.2rem;
  padding: .3em 1.7em .3em .3em !important;
}
.table-bottom-bar.employee-bar .dt-paging{
  margin-left:auto;
}
.employee-recent-activity .dt-column-order{
  color: var(--SecondaryColor) !important;
}
div.table-top-bar .dt-length, div.top .dt-length{
  position: relative;
}
.row-select-icon{
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 12%;
  pointer-events: none;
  user-select: none;
  font-size: 1.2rem;
  color: #000;
}

div.table-top-bar .dt-paging .dt-paging-button, div.table-bottom-bar .dt-paging .dt-paging-button{
  border: 2px solid #e8e8e8;
  border-radius: 0.5rem !important;
  font-weight: 500;
  font-size: 1.1rem;
  margin: 2px !important;
  padding: .5em 1em !important;
  background-color: white;
}

div.table-top-bar .dt-paging .dt-paging-button.disabled, div.table-bottom-bar .dt-paging .dt-paging-button.disabled{
  background-color: #f0f0f0;
  color: gray;
  border-color: #f0f0f0;
}

div.table-top-bar .dt-paging .dt-paging-button.current, div.table-bottom-bar .dt-paging .dt-paging-button.current{
  background: #E61C30 !important;
  border-color: #E61C30 !important;
  color: white !important;
}

div.table-top-bar .dt-paging .dt-paging-button:hover:not(.disabled), div.table-bottom-bar .dt-paging .dt-paging-button:hover:not(.disabled){
  background: #E61C30 !important;
  border-color: #E61C30 !important;
  color: white !important;
}

div.table-top-bar .dt-paging .dt-paging-button:is(.first, .last, .next, .previous), div.table-bottom-bar .dt-paging .dt-paging-button:is(.first, .last, .next, .previous){
  padding: .5em !important;
}

div.table-top-bar .dt-length, div.top .dt-length{
  font-weight: 450;
  font-size: 12px;
}

div.table-bottom-bar .dt-info{
  font-weight: 450;
  font-size: 1.2rem;
}

div.dt-container.dt-empty-footer tbody>tr a {display: inline; line-height: 0.5;}

.justify-content-lg-end .nav .nav-link {  background: #fff;  color: var(--SecondaryColor);  border: solid 1px var(--SecondaryColor);  padding: 10px 20px;  border-radius: 0; font-weight: 500; font-size: 15px;  letter-spacing: 0.3px;  width: 100%; height: 51px;}
.justify-content-lg-end .nav .nav-link.active{    background: var(--SecondaryColor); color: #fff; border: solid 1px var(--SecondaryColor);}
.justify-content-lg-end .nav .nav-item:first-child .nav-link {border-radius: 5px 0 0 5px;}
.justify-content-lg-end .nav .nav-item:last-child .nav-link { border-radius: 0 5px 5px 0;}
.table-view-options { padding-left: 5px;}
.table.dataTable .progress-hour-image .progress{ margin: 7px auto 0px}

.table-top-bar .left-segment{
  display: flex;
  align-items: center;
  margin-right: auto;
}
.table-filters{
  display:flex;
  margin: 0px 15px 0px;
}
#overdue-filter{
  display:none;
  margin-right: 10px;
}
#priority-filter{
  display:none;
  margin-right: 10px;
}
.switch {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.switch .switch-item:first-child .switch-btn {
  border-radius: 15px 0px 0px 15px;
}
.switch .switch-item:last-child .switch-btn {
  border-radius: 0 15px 15px 0;
}

.switch .switch-btn {
  background: #fff;
  color: var(--SecondaryColor);
  border: solid 1px var(--SecondaryColor);
  padding: .1rem .6rem;
  border-radius: 0;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.3px;
  width: 100%;
  height: 25px;
}
.switch .switch-btn.active-switch {
  background: var(--SecondaryColor);
  color: #fff;
}

.bottom .dt-paging{
  display:block;
  margin-left: 100px;
}
.bottom .dt-length{
  display:block;
}

.floating-menu {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  padding: 1px;
  display: none;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.floating-menu ul {
  padding: 3px 3px 3px 7px;
}
.floating-menu li {
  padding: 0px 7px 0px 3px;
  border-radius: 3px;
  cursor: pointer;
}
.floating-menu li.disabled-menu-option{
  color:#7C7C7C;
  cursor: not-allowed;
}
.floating-menu li:not(.disabled-menu-option):hover {
  background: #FDE9EB;
  text-decoration: underline;
}
.action-option-text{
  padding: 0px 5px 0px 10px;
}
.action-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  transform: rotate(45deg);
}

.details-container{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
}
.details-explanation{
  text-align: center;
  display:none;
  border: 1px solid #E61C30;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 13px;
  cursor:pointer;
}
.details-show-btn{ 
  text-align: center;
  color: #E61C30; 
  font-weight: 500;
  cursor: pointer;
}

.modal-deadline-container{
  height:60%;
  display:flex;
  align-items: center;
}
.modal-compare-deadline-container{
  width: 50%;
}
.modal-deadline-date{
  font-size: 16px;
  font-weight:500;
  padding: 5px;
  color: #545454;
}
.modal-deadline-input{
  color: #545454;
  background-color: white;
  font-size: 16px !important;
  padding-left: 10px !important;
  padding-right: 40px !important;
}

.row-checkbox{
  height: 14px;
  width: 14px;
}
.column-checkbox{
  height: 14px;
  width: 14px;
}
.employees-data .table tr td.checkbox-cell {
  padding-right: 0px;
}
.employees-data .table tbody tr.selected-row:nth-child(even){
  background-color: #FDE9EB;
}
.employees-data .table tbody tr.selected-row:nth-child(odd){
  background-color: #f7dadc;
}
.employees-data .table tbody tr.selected-row .progress{
  background-color: #FFF3F3;
}
.employees-data .table tbody tr td.dt-empty{
  text-align: center !important;
  font-size: 14px !important;
}
.btn.mass-btn{
  padding: 5px 15px;
  height: 4.1rem;
  width: 100%;
}
.btn.btn-primaryx.mass-btn{
  min-width: 80px;
}
.justify-content-right{
  justify-content: right;
}
.inactive-btn{
  background: #ffd9dd;
  color: white;
  border: solid 1px #ffd9dd;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.3px;
  width: 100%; 
  height: 5.1rem;
}

.mass-btn.inactive-btn{
  background: #ffd9dd;
  color: white;
  border: solid 1px #ffd9dd;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.3px;
  width: 100%; 
  height: 4.1rem;
}


.small-action-btn{
  background: var(--SecondaryColor);
  color: white;
  border: solid 1px var(--SecondaryColor);
  padding: 2px 5px;
  margin: 0px 3px 0px 3px;
  border-radius: 7px;
  font-weight: 500;
  font-size: 13px;
}

.small-action-btn:hover{
  background: white;
  color: var(--SecondaryColor);
}

.paired-btn{
  background: var(--SecondaryColor);
  color: white;
  border: solid 1px var(--SecondaryColor);
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  width: 100%; 
  height: 51px;
}

.paired-btn:hover{
  background: white;
  color: var(--SecondaryColor);
}

.mass-action-data-container{
  padding: 1px 5px;
  overflow-y:auto;
  max-height: 200px;
}

.mass-action-data-container::-webkit-scrollbar {
  width: 10px;
}
.mass-action-data-container::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
}
.mass-action-data-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: var(--SecondaryColor);
}

.table-responsive::-webkit-scrollbar {
  width:  7px;
  height: 5px;
}
.table-responsive::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #919191;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: #595959;
}
.preview-card{
  background-color: #f6f6f6;
  padding: 5px;
  border: solid 1px #919191;
  border-radius: 8px;
  margin-bottom: 5px;
}

.action-modal-segment{
  background-color: #f6f6f6;
  padding: 5px 5px 5px 10px;
  border: solid 1px #f6f6f6;
  border-radius: 8px;
  margin-bottom: 10px;
}

.action-modal-mini{
  background-color: #f6f6f6;
  border: solid 1px #f6f6f6;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  width: 45%;
}
.action-date-input{
  color: #545454;
  font-size: 16px !important;
  text-align: center;
}
.assign-course-deadline-container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.assign-course-deadline-container .modal-table-info-title {
  padding-left: 10px;
  padding-right: 5px;
  width: 40%;
}
.assign-course-deadline-container .action-date-input {
  width: 60%;
  padding-left: 0px;
}
.assign-course-select{
   font-size: 1.4rem !important;
   width: 55%;
   padding: 1px 5px 1px 10px;
   white-space: nowrap;
   text-overflow: ellipsis;
}
#mass-new-deadline {width: 50%;}
.advanced-setting-segment{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.advanced-setting-input-title{
  padding-left: 10px;
  padding-right: 5px;
  width: 35%;
}
.advanced-setting-input{
  width: 65%;
  padding-left: 10px;
  padding-right: 1px;
  background-color: white !important;
}
.preview-card .preview-course-name{
  padding-bottom: 10px;
  font-size: 1.5rem;
}

.btn-primaryx.not-animated:hover {
  transform: none !important;
}
.btn-primaryx.not-animated:focus {
  transform: none !important;
}
.employee-action-tile{
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: white;
  background-color: var(--SecondaryColor);
  border-radius: 15px;
  padding: 5px 8px;
  margin: 2px 2px;
}
.selected-employee-list .employee-action-tile:first-child{
  margin-left: 0px;
}
.selected-employee-list .employee-action-tile [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
  cursor: pointer;
}
.employee-action-tile.invalid-tag{
  background-color: #ffd9dd;
}

.dt-badge {
  vertical-align: middle;
  padding: 2px 10px;
  font-weight: 600;
  letter-spacing: .3px;
  border-radius: 30px;
  font-size: 12px;
  color: #fff;
  display: inline-block; }
  .dt-badge.badge-warning {
    color: #fff; }
  .dt-badge.badge-primary {
    background-color: #6777ef; }
  .dt-badge.badge-secondary {
    background-color: #cdd3d8;
    color: #333333; }
  .dt-badge.badge-success {
    background-color: #47c363; }
  .dt-badge.badge-info {
    background-color: #3abaf4; }
  .dt-badge.badge-danger {
    background-color: #fc544b; }
  .dt-badge.badge-light {
    background-color: #e3eaef;
    color: #191d21; }
  .dt-badge.badge-white {
    background-color: #ffffff;
    color: #191d21; }
  .dt-badge.badge-dark {
    background-color: #191d21; }
  
/* 08-09-2023 Css End*/



.dashboard-starting-cards {opacity:0; background-color:#FDE9EB; border: 1px solid #f8f9fa; border-radius: 8px; transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out; animation-delay: 0.5s;}
.dashboard-starting-cards.initial-animation{animation: slideFadeInHorizontal 0.5s ease-in-out forwards;}
.dashboard-starting-cards:hover {background-color: #FADDDF !important; border: 1px solid #FADDDF; transform: scale(0.95, 0.95); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);}
.dashboard-starting-cards .number {color: #545454; margin-left: 5px; margin-right: 5px;}
.dashboard-starting-cards .text {color: #595959;}

.assignment-statistics, .employee-statistics{min-height: 320px;}
.assignment-statistics .row-select-icon, .employee-recent-activity .row-select-icon {right: 5%;}
.assignment-statistics .assignment-tile{display:block; opacity: 0; width:24%;}
.assignment-statistics .assignment-tile.initial-animation{animation: slideFadeInVertical 0.5s ease-in-out forwards;}
.assignment-statistics, .employee-statistics { border: 1px solid #dee2e6; border-radius: 8px;}
.assignment-statistics .title { color: #E61C30; margin: 6px 0px 0px 6px;}
.assignment-statistics .courses-dropdown {position:relative; margin: 6px 6px 0px 0px; width: 150px; border: 1px solid #dee2e6; border-radius: 8px;}
.assignment-statistics .courses-dropdown select{display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.assignment-statistics .assignment-cards {height: 18rem; background-color:#FDE9EB; border: 1px solid #f8f9fa;  border-radius: 10px; transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;}
.assignment-statistics .assignment-cards:hover {background-color: #FADDDF !important; border: 1px solid #FADDDF; transform: scale(0.9); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);}
.assignment-statistics .assignment-cards .assignment-number {color: #545454;}
.assignment-statistics .assignment-cards .assignment-text {font-size: 1.35rem; color: #595959;}

.employee-statistics .title { color: #E61C30; margin: 6px 0px 0px 6px;}
.employee-recent-activity{border-color: gray; border-radius: 8px;}
.employee-recent-activity div.dt-container div.dt-layout-row{margin:0;}
.employee-recent-activity .employees-data .table tbody tr:last-child{margin-bottom:0;}
.employee-recent-activity .employees-data .table tbody tr td.dt-empty{vertical-align: middle; font-size: 1.6rem !important;}
.employee-recent-activity .courses-dropdown {position: relative; margin: 6px 0px 0px 6px; width: 150px; border: 1px solid #dee2e6; border-radius: 8px;}
.employee-recent-activity .courses-dropdown select{display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

@keyframes slideFadeInVertical {from{opacity: 0; transform: translateY(-50px);} to {opacity: 1; transform: translateY(0);}}
@keyframes slideFadeInHorizontal {from{opacity: 0; transform: translateX(-30px);} to {opacity: 1; transform: translateY(0);}}


.chart-container {
  max-width: 400px;
  min-height: 200px;
  height: auto;
  margin: 0 auto !important;
  position: relative;
  width: 100%;
}

.chart-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 5px solid var(--SecondaryColor);
  border-top: 5px solid #B3B3B3;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
  display: none; /* Hidden by default */
}

.table-loader {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 35px;
  height: 35px;
  border: 5px solid var(--SecondaryColor);
  border-top: 5px solid #B3B3B3;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.table-loader.employee-loader{
  top: 78%;
}
.dt-empty{
  height: 50px !important;
}
@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 768px) {
  .chart-container {
      max-width: 100%;
  }
}

.access-restricted {background-color: #f7f7f7; height: 100vh; display: flex; justify-content: center; align-items: center;}
.access-restricted .card {background-color: #ffffff; border: 1px solid #dddddd; padding: 20px;border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.access-restricted .card-title {color: #e61c30; font-size: 2.4rem;font-weight: 700; margin-bottom: 10px; line-height: 1.4;}
.access-restricted .card-text {font-size: 1.8rem; color: #666666;}

.live-lesson-information-box{
  background: #FFFFFF;
  padding: 5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: column;
  text-align: center;
  width: 100%;
}
.live-lesson-information-box .information-tile{width: 100%;margin-bottom: 10px; background-color: #f7f7f7; padding: 5px; border: 1px; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08); border-radius: 16px;}
.live-lesson-information-box .information-tile h4{font-weight: 500; font-size: 18px; line-height: 1.4; color: var(--SecondaryColor);}
.live-lesson-information-box .information-tile p{font-weight: 400; font-size: 16px; line-height: 1.4; color: #595959;}

