



/* Main Banner css Start */

#mainBanner{
	position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://d2ds8yldqp7gxv.cloudfront.net/landingpage-images/banner_bg.jpg);
    background-size: cover;
    object-fit: contain;
    background-position: center;
    /* background-attachment: fixed; */
	padding: 60px 0px;
}

.banner-left-top{
	position: relative;
}

.banner-left-top span {
	position: absolute;
	top: 14px;
}

.banner-left-top span i{
	font-size: 24px;
	color: #fff;
}

.banner-left-top h1{
	color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 52px;
	padding-left: 32px;
}

.banner-left-btm{
	padding-left: 32px;
	padding-top: 30px;
}

.review-entrol{
	display: flex;
}

.entrol-right {
    display: flex;
}

.review-left{
	padding-right: 30px;
}

.review-left ul{
	list-style: none;
}

.review-left ul li a{
	color: #ffc439;
}

.entrol-course-left p{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding-right: 15px;
}

.entrol-course-left p i{
	margin-right: 5px;
}

.entrol-course-right p{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding-left: 15px;
}

.entrol-course-right p i{
	margin-right: 5px;
}

.banner-right {
    padding-top: 10px;
}

.banner-right-top{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.price-left h4{
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}

.price-right{
	text-align: right;
}

.price-right h4{
	color: #afafaf;
	font-size: 24px;
	font-weight: 500;
}

.price-right p{
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}

.add-buynow {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.quantity-field {
	display: flex;
	height: 40px;  
  }
  
  .quantity-field .value-button{ 
	border: 1px solid #ddd;
	margin: 0px;
	width: 40px;
	height: 100%;   
	padding: 0;
	background: #eee; 
	outline: none;
	cursor: pointer;
  }
  
  .quantity-field .value-button:hover {
	background: rgb(230, 230, 230);
  }
  
  .quantity-field .value-button:active{
	background: rgb(210, 210, 210);
  }
  
  .quantity-field .decrease-button {
	margin-right: -4px;
	border-radius: 8px 0 0 8px;
  }
  
  .quantity-field .increase-button {
	margin-left: -4px;
	border-radius: 0 8px 8px 0;
  }
   
  .quantity-field .number{
	display: inline-block;
	text-align: center;
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0px;
	width: 40px;
	height: 100%;
	line-height: 40px;
	font-size: 11pt;
	box-sizing: border-box; 
	background: white;
	font-family: calibri;
  }
  
  .quantity-field .number::selection{
	background: none;
  }

  .buy-now {
    width: 98%;
	margin-left: 2%;
	padding: 15px 0px;
}

  .btn-buynow{
	background-color: #000;
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	border-radius: 30px;
	line-height: 30px;
  }

  .btn-buynow:hover{
	background-color: #c44a00;
	color: #fff !important;
  }

  .btn-paypal{
	background-color: #ffc439;
	color: #000;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 600;
	padding: 10px;
}


.btn-paypal span{
	font-size: 18px;
}

.btn-paypal i{
	margin: 0px 5px;
}

.btn-paypal:hover{
	background-color: #3c3762;
	color: #fff;
}

.paypal-item p span{
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
}

.paypal-item p a{
	color: #fff;
	border-bottom: 1px solid #fff;
}

.paypal-item p{
	padding-top: 10px;
}

/* Main Banner css End */

/* Accoudian css Start */

#accordianNavbar{
	padding: 80px 0px;
}

#accordianNavbar .accordion-item{
	margin-bottom: 15px;
	border: 1px solid #eaebeb;
}

.main-tittle h2{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	padding-bottom: 30px;
}

#accordianNavbar .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
	border-bottom: none !important;
}

#accordianNavbar .accordion-button{
	padding: 0px;
}

#accordianNavbar .accordion-button:not(.collapsed)::after {
    background-image: url(https://d2ds8yldqp7gxv.cloudfront.net/landingpage-images/arrow-down.png);
	position: relative;
	right: 20px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
	background-image: url(https://d2ds8yldqp7gxv.cloudfront.net/landingpage-images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
	position: relative;
	right: 20px;
}


#accordianNavbar .accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid #eaebeb;
}

.comptia-top{
	display: flex;
	align-items: center;
}

.comptia-left img{
	margin-right: 30px;
}

.comptia-left-mobile img{
	display: none !important;
}

.comptia-right h5 {
    font-size: 16px !important;
    font-weight: 500;
    color: #1a1a1a;
}

.comptia-right h3 {
    font-size: 20px !important;
    font-weight: 600;
    padding: 15px 0px;
    color: #000b21;
}

.comptia-course-one{
	padding: 30px 0px 10px 0px;
}

.comptia-course-one img{
	border-radius: 10px;
}

.comptia-list ul{
	display: flex;
	list-style: none;
}

.comptia-list ul li {
    padding-right: 14px;
    color: #575757;
    font-size: 14px;
    font-weight: 500;
}

.comptia-list ul li i{
	margin-right: 5px;
	color: #575757;
}

.comptia-course-list{
	padding-top: 20px;
}

.comptia-course-list h5{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	padding-bottom: 10px;
}

.comptia-course-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.comptia-course-list ul li{
	font-size: 15px;
	font-weight: 500;
	line-height: 32px;
}

.comptia-course-list ul li i{
	margin-right: 8px;
}

.comptia-course-security{
	text-align: center;
	padding: 30px 0px;
}

.comptia-course-security h3{
	font-size: 22px;
}

.icollege{
	background-color: #ECF2FF;
	padding: 30px 0px;
	text-align: center;
}

.icollege-item{
	text-align: center;
}

.icollege-item i{
	font-size: 48px;
}

.icollege-item h3{
	font-size: 24px;
	font-weight: 600;
	padding: 20px 0px;
}

.icollege-item-left{
	text-align: left;
}

.icollege-item-left p{
	padding: 10px 0px;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}

.comptia-pad{
	padding: 40px 0px;
	border-bottom: 1px solid #575757;
}

.comptia-pad-two{
	padding: 40px 0px;
	border-bottom: 1px solid #575757;
}

.comptia-description h3{
	font-size: 24px;
	font-weight: 600;
}

.comptia-description-right h5{
	font-size: 16px;
	padding-bottom: 10px;
	color: #000;
	font-weight: 600;
}

.comptia-description-right p{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding-bottom: 15px;
}

.comptia-description-right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.comptia-description-right ul li{
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}

.comptia-description-right ul li i{
	font-size: 8px;
	margin-right: 8px;
}

.comptia-head-list{
	padding: 15px 0px;
}

.comptia-head-list h5{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding-bottom: 10px;
}

.comptia-head-list p{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding-bottom: 10px;
}

.comptia-head-list ul li{
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}

.comptia-head-list ul li i{
	font-size: 8px;
	margin-right: 8px;
}
/* Accoudian css End */

.money-back {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.money-left img{
	margin-right: 20px;
}

/* Review css Start */

#allReviews{
	padding-bottom: 60px;
}

.review-tops{
	border-bottom: 1px solid #dadada;
}

.review-tops p{
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	padding-bottom: 10px;
}

.review-tops ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.review-tops ul li i{
	font-size: 24px;
	color: #ffaf23;
}

.review-tops ul li span{
	font-size: 14px;
	padding-left: 15px;
}

.review-tops ul li span strong{
	font-size: 34px;
	padding-left: 15px;
}

.review-tops h5{
	font-size: 16px;
	font-weight: 400;
	padding: 30px 0px 20px 0px;
}

.review-pad{
	padding: 20px 0px;
	border-bottom: 1px solid #dadada;
}

.review-person-content{
	display: flex;
	align-items: center;
}

.review-content{
	margin-left: 15px;
}

.review-content h6{
	font-size: 15px;
	font-weight: 500;
	color: #000;
	padding-bottom: 5px;
}

.review-content p{
	font-size: 14px;
	font-weight: 400;
}

.review-person-right h5{
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #000;
}

.review-person-right p{
	font-size: 13px;
	font-weight: 500;
	color: #545454;
	padding-bottom: 10px;
	line-height: 24px;
}

.review-person-right p span{
	color: #575757;
}

/* Review css End */

/* People Viewd css Start */

#peopleView{
	padding: 60px 0px;
	border-top: 1px solid #dadada;
}

.viewed-course{
	border:1px solid #dadada;
	border-radius: 5px;
}

.viewed-course-cnt{
	padding: 15px;
}

.custom-btn{
	background-color: #e7e7e7;
	padding: 5px 20px;
	color: #747474;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 500;
}

.viewed-course-cnt h5{
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0px 20px 0px;
	color: #000;
}

.viewed-course-cnt p{
	font-size: 14px;
	font-weight: 500;
	color: #575757;
}

.viewed-course-cnt ul{
	list-style: none;
}

.viewed-course-img img {
    width: 100%;
    height: auto;
}

/* People Viewd css End */

/* Recent Viewd css Start */

#recentlyView{
	padding: 60px;
}

.recent-left img{
	margin-right: 15px;
}

.recent-viewing {
    display: flex;
    align-items: center;
}

.recent-right p{
	font-size: 15px;
	font-weight: 500;
}

/* Recent Viewd css End */

/* Footer css Start */

#footerPart{
	padding: 40px 0px;
	background-color: #121212;
}

.foot-tittle h3{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 20px;
}

.welcome p{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.help ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.help ul li{
	display: inline-block;
	margin: 10px 10px 30px 0px;
}

.help ul li a{
	background-color: none;
	border-radius: 30px;
	padding: 10px 20px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	border: 2px solid #fff;
}

.moreinfo-list ul{
	list-style: none;
}

.moreinfo-list ul li a{
	color: #adadad;
	font-size: 13px;
	font-weight: normal;
}

.footer-center{
	text-align: center;
	border-top: 1px solid #333333;
	padding: 30px 0px 0px 0px;
}

.footer-center p{
	font-size: 14px;
	color: #575757;
}

.welcome ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.welcome ul li a{
	font-size: 13px;
	font-weight: 400;
	line-height: 32px;
	color: #f1f2f2;
}

.more-info img{
	margin-bottom: 10px;
}

.card {
	background-color: #222222;
	border-radius: 10px;
	font-family: 'Manrope', sans-serif;
}

.fa{
	color: #d9d5d5;
}

#inp1{
	background-color: #222222;
	border: 1px solid #636161;
	font-size: 0.75rem;
}

#inp1:focus{
	outline: none;
	box-shadow: none;
}

.btn-new{
	background-color: #c44a00;
	font-size: 0.78rem;
	border: 0px;
	line-height: 36px;
}

.btn-new:focus{
	outline: none;
	box-shadow: none;
}

*:focus{
	outline: none;
}

.welcome-one{
	padding-top: 10px;
}

.welcome-one ul{
	display: flex;
	list-style: none;
}

.welcome-one ul li{
	background-color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	margin-right: 5px;
}

.btn-news{
	background-color: #c44a00;
	color: #fff;
}

.welcome-one .fa-facebook-f {
    color: #006ee5;
}

.welcome-one .fa-twitter {
    color: #179cf0;
}

.welcome-one .fa-youtube {
    color: #f60002;
}

.welcome-one .fa-instagram {
    color: #ce0152;
}

.welcome-one .fa-linkedin-in {
    color: #006faa;
}

input,
input::placeholder {
    font: 14px/3 sans-serif;
}

/* Footer css End */

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1);
    background: #7a7a7a;
}

.qty-btn{
	background-color: #fff;
	color: #000;
	width: 70px;
	font-size: 14px;
	font-weight: 600;
}

.money-right-mobile{
	display: none;
}

#accordianNavbar .accordion-body {
    padding: 1rem 1.25rem;
    position: relative !important;
    top: 0;
	bottom: 0;
}


/* Checkout css start */

.checkout-left{
	padding: 10px 0px 20px 0px;
}

.express-design{
	text-align: center;
	padding: 20px;
}

.express-design h4{
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.learner-detail h4{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}

.learner-detail h5{
	font-size: 16px;
	font-weight: 500;
	color: #191919;
	padding: 10px 0px;
}

.learner-account-details{
	margin: 20px 0px;
	border: 1px solid #bfbfbf;
	padding: 20px;
	border-radius: 6px;
}

.btn-check-list{
	background-color: #1e1e1e;
	color: #fff;
	border-radius: 30px;
}

.btn-check-list:hover{
	background-color: #c44a00;
	color: #fff;
	border-radius: 30px;
}

.bg-new{
	background-color: #f8f8f8;
	border-left: 1px solid #cdcdcd;
}

.checkout-right{
	padding: 80px 0px;
}

.checkout-right button.accordion-button.collapsed {
    font-size: 15px;
    font-weight: 500;
	background-color: #eeeeee;
}

.checkout-right button.accordion-button.collapsed i{
    margin-right: 8px;
}

.cyber-three-list {
    display: flex;
    justify-content: space-between;
}

.cyber-left-ctr ul{
	list-style: none;
}

.cyber-left-ctr ul li{
	font-weight: 500;
}

.cyber-left-right ul{
	list-style: none;
}

.cyber-left-right ul li{
	font-weight: 600;
}

.checkout-right .accordion-button:not(.collapsed) {
    color: #000;
	font-size: 15px;
    font-weight: 500;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.checkout-right .accordion-button:not(.collapsed) i{
    margin-right: 8px;
}

.prizing-table{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	padding: 20px 20px;
}

.prizing-table-left ul{
	list-style: none;
}

.prizing-table-left ul li{
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	color: #000;
}

.prizing-table-right ul{
	list-style: none;
	text-align: right;
}

.prizing-table-right ul li{
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	color: #000;
}

.total-price{
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

.total-price p{
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.checkout-left-footer{
	text-align: center;
	border-top: 1px solid #c2c2c2;
	padding-top: 10px;
	margin-top: 60px;
}

.checkout-left-footer ul{
	list-style: none;
	display: flex;
}

.checkout-left-footer ul li a{
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 0px 15px;
}

.reviews-design{
	margin: 20px 0px;
	border: 1px solid #adadad;
	padding: 20px;
}

.testimonials h4{
	font-size: 18px;
	font-weight: 500;
	color: #c44a00;
	padding-bottom: 10px;
}

.customer-one{
	margin-bottom: 10px;
}

.customer-one h5{
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding-bottom: 5px;
}

.customer-one p{
	font-size: 11px;
}

.customer-one h6{
	font-size: 12px;
	font-weight: 500;
	color: #000;
}

.customer-one ul{
	list-style: none;
	display: flex;
}

.customer-one ul li i{
	color: #ffc000;
}

.customer-one p span{
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding: 10px 0px;
}

.stripe a i{
	font-size: 30px;
	color: #635bff;

}

.stripe a  {
	font-size: 15px;
	color: #000;
}

/* Checkout css end */

/* MY STYLE START */

.top-header-style-four .top-header-social {
	border-left: none;
	float: right;
  }
  
  .top-header-btn .default-btn {
	background-color: #e86613;
	color: #fff;
	border-color: #ffffff;
  }
  
  .how-it-works-area-new{
	background-color: #0E2742 !important;
  }
  
  .plus-text{
	font-size: 32px;
	color: #fff;
	font-weight: 600;
  }
  
  .training-overview-content h3{
	text-align: center;
  }
  
  .training-overview-btn-new{
	text-align: left !important;
  }
  
  .free-big{
	color: #000;
  }
  
  .big-font{
	font-size: 28px;
  }
  
  .big-clr-ft{
	font-size: 34px !important;
	color: #ffd867;
  }
  
  .big-font .icon-arrow {
	top: 29px;
  }
  
  .login-image{
	position: relative;
  }
  
  .login-text-left{
	position: absolute;
	content: "";
	background: rgba(15, 22, 42, .4);
	bottom: 50%;
	left: 0;
	padding: 20px;
	transform: translateY(-50%)
  }
  
  .login-text-left h4{
	text-align: center;
	color: #e8b82e;
	font-weight: 700;
  }
  
  .login-text-left h5{
	 color: #fff !important;
	 font-size: 20px;
	 line-height: 30px;
	 text-align: center;
  }
  
  .connect-with-social p{
	text-align: left;
	font-size: 16px;
	font-weight: 600;
  }
  
  .connect-with-social p a{
	color: #e86613;
  }
  
  label.lable-size{
	font-size: 13px;
	margin-bottom: 10px;
  }
  
  .page-title-content h5{
	color: #fff;
	margin-top: 20px;
  }
  
  .top-header-btn-newly{
	text-align: center;
  }
  
  .courses-area-new{
  background-color: #0E2742;
  padding: 60px 0px;
  }
  
  .subscribe-left h2{
	color: #fff;
	border-bottom: 4px solid #fff;
	padding-bottom: 10px;
  }
  
  .subscribe-book{
	text-align: center;
  }
  
  .subscribe-book h3{
	color: #fff;
	padding: 20px 0px;
  }
  
  .subscribe-book img{
	border: 4px solid #fff;
	border-radius: 6px;
  }
  
  .prize-value{
	background-color: #fff;
	text-align: center;
	padding: 20px;
	margin: 10px 0px;
  }
  
  .prize-value h4{
	color: #e86613;
  }
  
  .money-back {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30PX 0PX;
  }
  
  .money-left {
	min-width: 200px;
	min-height: 224px;
	margin-right: 20px;
  }
  
  .money-left img{
	border: none !important;
  }
  
  .money-right {
	text-align: left;
  }
  
  .money-right h4{
	color: #fff;
  }
  
  .money-right p{
	color: #fff;
  }
  
  .subscribe-right{
	background-color: #fff;
	border: 4px dotted #e86613;
	padding: 40px;
	text-align: center;
  }
  
  .subscribe-right-top h2{
	padding-bottom: 30px;
	border-bottom: 2px solid #000;
  }
  
  .subscribe-ctr{
	padding: 20px 0px;
  }
  
  .subscribe-ctr h3{
	font-size: 48px;
	color: #e86613;
	font-weight: 600;
  }
  
  .subscribe-ctr p{
	font-size: 24px;
	color: #e86613;
	font-weight: 400;
	padding: 10px 0px;
  }
  
  .subscribe-ctr h4{
	font-size: 36px;
	color: #e86613;
	font-weight: 600;
	padding-bottom: 10px;
  }
  
  .subscribe-ctr h5{
	font-size: 32px;
	color: #e86613;
	font-weight: 600;
  }
  
  #SubscribeForm ul#myTab {
	background-color: #e86613;
	padding: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
  }
  
  #SubscribeForm .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #000;
  }
  
  #SubscribeForm .nav-link {
	color: #000;
  }
  
  #SubscribeForm .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	isolation: isolate;
	border-color: #000;
  }
  
  #SubscribeForm label {
	display: flex;
  }
  
  #SubscribeForm .form-check {
	padding: 15px 35px;
  }
  
  #SubscribeForm .col-sm-4.form-group {
	padding: 0px;
  }
  
  #SubscribeForm .col-sm-8.form-group {
	padding: 0;
  }
  
  #SubscribeForm span.current {
  
	position: absolute;
	margin-top: 12px;
  }
  
  #SubscribeForm button#home-tab {
	font-size: 18px;
	font-weight: 600;
  }
  
  #SubscribeForm button#profile-tab {
	font-size: 18px;
	font-weight: 600;
  }
  
  #SubscribeForm .col-sm-12.form-group {
	padding: 10px 0px;
  }
  
  #SubscribeForm .single-partner-item-new a img{
	padding: 10px;
	border-radius: 50%;
	border: 2px dotted #000;
  }
  
  .subscribe-bottom {
	background: #f9f9f9;
	padding: 20px;
	border: 2px solid #dddddd;
  }
  
  .payment-method{
	text-align: center;
	padding-top: 20px;
  }
  
  .course-train-list ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
  }
  
  .course-train-list ul li{
	line-height: 26px;
	padding-bottom: 10px;
  }
  
  .course-train-list ul li span{
	font-size: 18px;
	font-weight: 500;
	color: #e86613;
  }
  
  .course-train-list ul li i{
	font-size: 18px;
	position: relative;
	top: 3px;
  }
  
  #coursesArea .owl-dots{
	display: none;
  }
  
  #teamArea{
	background-color: #f9f9f9;
  }
  
  .pb-10{
	padding-bottom: 10px;
  }
  
  #quqlityManagement{
	background-color: #f9f9f9;
  }
  
  #quqlityManagement .owl-dots{
	display: none;
  }
  
  .products-details-tab h2{
	padding: 20px 0px;
  }
  
  .products-details-tab-content h4{
	padding: 20px 0px;
  }
  
  .products-details-tab-content h5{
	padding-top: 20px;
  }
  
  #trainingSection{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 30px;
  }
  
  #trainingNav{
	width: 25%;
	background-color: #f9f9f9;
	margin-right: 30px;
	padding-bottom: 20px;
  }
  
  #trainingNav button.nav-link{
	color: #000;
	font-weight: 500;
	text-align: left;
	font-size: 16px;
  }
  
  #trainingNav button.nav-link.active{
	background-color: #fff !important;
	color: #e86613;
  }
  
  #trainingNav .nav-link i{
	font-size: 24px;
	position: relative;
	top: 4px;
	margin-right: 5px;
  }
  
  #trainingNav h4 {
	padding: 20px;
	line-height: 36px;
	font-weight: 500;
  }
  
  #trainingDetail{
	width: 75%;
  }
  
  .describtion{
	padding: 20px 0px;
  }
  
  .all-course-video{
	background-color: #fcfcfc;
	padding: 10px;
  }
  
  .video-icon{
	padding: 10px;
  }
  
  .video-icon a{
	font-size: 18px;
	font-weight: 600;
  }
  
  .progress-space{
	margin-top: 10px;
  }
  
  .video-btn{
	padding-bottom: 10px;
  }
  
  .mock-test {
	background: #f9f9f9;
	padding: 10px;
	border: 1px dotted #f2f2f2;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  
  .train-step{
	padding-bottom: 70px;
  }
  
  .certificate-step{
	text-align: center;
	padding: 20px;
  }
  
  .cerficate-step-three{
	background-color: #fbfbfb;
	border-left: 6px solid #e86613;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 20px;
  }
  
  .steps-following{
	padding: 20px 0px;
	border-bottom: 1px dotted #7c8289;
  }
  
  .steps-following h4{
	padding-bottom: 10px;
  }
  
  .steps-following ul{
	list-style: none;
  }
  
  .steps-following ul li{
	line-height: 30px;
	font-size: 16px;
  }
  
  .resend-btn{
	margin: 20px 0px;
  }
  
  #widgetCategory nav.sidebar.card.py-2.mb-4 {
	border: none !important;
	background-color: #fbfbfb;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  
  #nav_accordion ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
  }
  
  #menu_item1 li a.nav-link i{
	font-size: 20px;
	position: relative;
	top: 8px;
	color: red;
  }
  
  #widgetCategory .nav-item a.nav-link i{
	font-size: 30px;
	color: red;
	position: relative;
	top: 8px;
  }
  
  #widgetCategory .nav-item a.nav-link{
	color: #000;
	font-size: 16px;
	font-weight: 500;
  }
  
  .boxing-nav{
	background-color: #ebebeb;
	padding-bottom: 10px;
  }
  
  .progress-mar{
	margin: 0px 10px;
  }
  
  .nav-item .submenu li{
	background-color: #ebebeb;
	padding-bottom: 10px;
	margin-bottom: 3px;
  }
  
  .startup-detail{
	background-color: #fcfcfc;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 15px;
	margin-bottom: 30px;
  }
  
  .edit-account{
	padding: 10px;
	border-bottom: 1px solid #ccc;
  }
  
  .edit-account ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  .item-info ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  .plan-description{
	border: 2px dotted #fd6c28;
	padding: 10px;
  }
  
  .plan-description p{
	font-size: 13px;
	line-height: 24px;
  }
  
  /* .mar-left-right{
	margin: 0px 5px;
  } */
  
  .card-btm p{
	text-align: left;
	font-size: 13px;
	list-style: 22px !important;
	padding-top: 15px;
	color: #000;
  }
  
  .btn-with-style {
	padding: 13px 35px 12px 75px;
	font-size: 18px;
	font-weight: 600;
  }
  
  .btn-with-style .icon-arrow.before {
	left: 35px !important;
  }
  
  .default-btn .icon-arrow {
	top: 16px !important;
  }
  
  .free-clr{
	color: #000;
	font-size: 20px;
	font-weight: 600;
  }

  /* img {
    max-width: 100%;
    height: auto;
} */

.subscribe-ctr ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.subscribe-ctr ul li{
	text-align: left !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

.subscribe-left i{
	color: #FFD700;
}

.pad-tblr{
	padding: 10px;
}

.select-width{
	width: 98%;
}


  
  /* MY STYLE END */


  /*form-control*/
.form-control {
	height: 48px;
	padding: 0 0 0 12px;
	line-height: initial;
	color: #ccc;
	background-color: #ffffff;
	border: 1px solid #e6e9fc;
	border-radius: 3px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 14px;
	font-weight: 400;
  }
  
  .form-control::-webkit-input-placeholder {
	color: #c4c5d0;
  }
  
  .form-control:-ms-input-placeholder {
	color: #c4c5d0;
  }
  
  .form-control::-ms-input-placeholder {
	color: #c4c5d0;
  }
  
  .form-control::placeholder {
	color: #c4c5d0;
  }
  
  .form-control:focus {
	-webkit-box-shadow: unset;
			box-shadow: unset;
	border-color: #d7d9eb;
  }
  
  textarea.form-control {
	height: auto !important;
	padding-top: 12px;
  }

  /*default-btn*/
.default-btn {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	padding: 13px 25px 12px 55px;
	position: relative;
	background-color: #e86613;
	color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #e86613;
	border-radius: 1px;
	font-size: 14.5px;
	font-weight: 700;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  .default-btn-new-one{
	background-color: #e8b82e;
	border-color: #e8b82e;
  }
  
  .default-btn .label, .default-btn .icon-arrow {
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-perspective: 1000;
			perspective: 1000;
  }
  
  .default-btn .label {
	display: inline-block;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }
  
  .default-btn .icon-arrow {
	color: #ffffff;
	top: 11px;
	-webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	font-size: 25px;
  }
  
  .default-btn .icon-arrow.before {
	left: 20px;
	position: absolute;
	-webkit-transform-origin: left center;
			transform-origin: left center;
  }
  
  .default-btn .icon-arrow.after {
	opacity: 0;
	position: absolute;
	right: 20px;
	-webkit-transform: translateX(75%) scaleX(0.1);
			transform: translateX(75%) scaleX(0.1);
	-webkit-transform-origin: right center;
			transform-origin: right center;
  }
  
  .default-btn:hover, .default-btn:focus {
	background-color: #0eb582;
	color: #ffffff;
	border-color: #0eb582;
  }
  
  .default-btn:hover .label, .default-btn:focus .label {
	-webkit-transform: translateX(-32px);
			transform: translateX(-32px);
  }
  
  .default-btn:hover .icon-arrow.before, .default-btn:focus .icon-arrow.before {
	opacity: 0;
	-webkit-transform: translateX(-75%) scaleX(0.1);
			transform: translateX(-75%) scaleX(0.1);
  }
  
  .default-btn:hover .icon-arrow.after, .default-btn:focus .icon-arrow.after {
	opacity: 1;
	-webkit-transform: translateX(0) scaleX(1);
			transform: translateX(0) scaleX(1);
  }


/* Main Slider Page Start */

#mainSlider{
    background-image: url(https://d2ds8yldqp7gxv.cloudfront.net/banners/realbanner.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    object-fit: contain;
    background-position: center;
	height: auto;
	padding: 60px 0px;
	background-attachment: fixed;
}

a.courses-details {
    background-color: #000;
    padding: 10px;
    opacity: .8;
	margin-bottom: 20px;
	border: 4px solid #dfdfdf;
	border-radius: 6px;
	position: relative;
}

.money-back-logo{
	position: absolute;
	bottom: 10%;
	right: 5%;
}

.courses-detail-middle h3{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 28px;
}

.courses-detail-middle h6{
	font-size: 13px;
	font-weight: 200;
	color: #fff;
	padding: 8px 0px;
	line-height: 22px;
}

.courses-detail-middle p{
	font-size: 13px;
	font-weight: 200;
	color: #fff;
}
.review{
	padding: 10px 0px;
}
.review ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.review ul li i{
	color: #efab14;
}

.review ul li span{
	color: #efab14;
}


.best-btn{
	padding-top: 10px;
	display: flex;
	align-items: center;
}

.btn-sell{
	background-color: #c44a00;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

.courses-detail-right h4 span{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.courses-detail-right h4{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.courses-detail-right h4 span{
	font-size: 16px;
	font-weight: 500;
	color: #9c9c9c;
}

.courses-detail-middle p span i{
	margin-right: 10px;
}

.btn-sell{
	background-color: #3c3762;
	color: #fff;
}

.btn-sell:hover{
	background-color: #ffc439;
	color: #000;
}

.btn-sell-one {
    background-color: #e86613;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    border-radius: 30px;
    padding: 5px 26px;
}

.btn-sell-one:hover{
	background-color: #3c3762;
	color: #fff;
}

.discound{
	padding-top: 10px;
}

.mobile-price{
	display: none;
	padding: 10px 0px;
}

.mobile-price h4{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.mobile-price h4 span{
	font-size: 18px;
	font-weight: 700;
	color: #949494;
}

.border-white{
	border: 2px solid #fff;
	margin-bottom: 20px;
}

.right-cap i{
	margin-right: 5px;
}

.text-sp{
	font-size: 10px;
	font-weight: 500;
	color: #e86613;
	text-align: center;
}

/* Main Slider Page End */

/* Owl Carousal */
#testSlider{
	background: #f1f1f1;
}

.content img{
	width: 80px !important;
	height: 80px !important;
	border-radius: 50%;
	display: inline-block !important;
	overflow: hidden;
}


.content{
	text-align: center;
	padding: 40px;
	color: #fff;
	border-radius: 25px;
}

.content h4{
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0px;
	color: #c44a00;
}

.content p{
	font-size: 13px;
	font-weight: 300;
	color: #000;
	line-height: 22px;
}

p.social{
	font-weight: 500;
	font-size: 14px;
	padding-top: 10px;
}

.main-tittle-new h1{
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.form-design{
	padding: 15px;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.form-design h3{
	text-align: center;
	font-size: 16px;
	color: #1c232a;
	font-weight: 600;
}

.country-code {
    display: inline-block;
    width: 100%;
    position: relative;
}

.country-code .form-select-control {
    width: auto;
    float: left;
    position: relative;
    top: 1px;
    left: 2px;
    border: none !important;
    padding-bottom: 0px !important;
}

.phoneCodeId {
    display: inline-block;
    float: left;
    left: 18px;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    padding: 0px 10px 0 0;
    color: #000;
    top: 3px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.country-code input.valid {
    width: 124px;
    border: none;
    position: relative;
    top: 0px;
    left: 12px;
}

.classroom_err_span, .download_err_span, .err_span, .lvc_err_span {
    color: red;
    float: left;
    font-size: 12px;
}

select#phoneCode {
    width: 60px;
    height: 46px;
    border: none;
}

.forming-grow{
	padding: 15px;
}

.banner-right h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 20px;
}

.btn-orgn {
    background-color: chocolate;
    color: #fff;
    text-transform: uppercase;
}

.life-time-sec{
	padding-top: 40px;
	text-align: center;
}

.life-time-sec h4{
	color: #fff;
	font-size: 24px;
	padding-bottom: 20px;
}

.container-new {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-new .time-content {
    display: flex;
    column-gap: 60px;
    align-items: center;
    border: 1px solid white;
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.8);
}

.time-content .time {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.time .number {
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #eee;
}

.time .text {
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

p.clr-black{
	color: #000 !important;
}

.clr-black{
	color: #000 !important;
}

@media (min-width: 481px) and (max-width: 767px)  {

    #topClose p {
        font-size: 12px;
        font-weight: 400;
        text-align: left;
    }

    .banner-left-top h1 {
        font-size: 20px;
        line-height: 32px;
    }

    .banner-left-top span {
        top: 6px;
    }

    .review-entrol {
        display: block;
    }

    .review-left {
        padding-bottom: 15px;
    }

    .entrol-course-left p {
        display: flex;
        font-size: 14px;
    }

    .entrol-course-left p i {
        display: flex;
        padding-top: 2px;
        position: relative;
        right: 5px;
    }

    .entrol-course-right p {
        display: flex;
        font-size: 14px;
        padding-left: 0px;
    }

    .entrol-course-right p i {
        display: flex;
        padding-top: 4px;
        position: relative;
        right: 5px;
    }

    .banner-right {
        border-top: 1px solid #e0e0e0;
        margin-top: 10px;
    }

    .banner-right-top {
        padding-top: 20px;
    }

    .price-left h4 {
        font-size: 18px;
    }

    .price-right h4 {
        font-size: 18px;
    }

    .price-right p {
        font-size: 11px;
    }

    .add-buynow {
        padding: 10px 0px;
    }

    #accordianNavbar {
        padding: 30px 0px;
    }

    .comptia-top {
        display: block;
    }

    .comptia-right h5 {
        font-size: 16px !important;
        font-weight: 500;
        padding-top: 10px;
    }

    .comptia-right h3 {
        font-size: 18px !important;
        padding: 10px 0px;
    }

    .comptia-list ul {
        display: block;
    }

    .comptia-list ul li{
        padding: 10px 0px;
    }

    .comptia-course-security h3{
        font-size: 16px;
    }

    .comptia-right {
        padding-left: 20px;
    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)  {

    #megaNavbar .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        padding: 3px 0px !important;
    }

    .login-btn{
        margin-top: 5px;
    }

    #topClose p {
        font-size: 12px;
        font-weight: 400;
        text-align: left;
    }

    .banner-left-top h1 {
        font-size: 20px;
        line-height: 32px;
    }
    
    .banner-left-top span {
        top: 6px;
    }

    .banner-left-btm {
        padding-left: 5px;
    }

    .main-tittle h2 {
        font-size: 18px;
        padding-bottom: 12px;
    }

    .review-entrol {
        display: block;
    }

    .review-left {
        padding-bottom: 15px;
    }

    .entrol-course-left p {
        display: flex;
        font-size: 12px;
    }

    .entrol-course-left p i {
        display: flex;
        padding-top: 4px;
        position: relative;
    }

    .entrol-course-right p {
        display: flex;
        font-size: 14px;
        padding-left: 0px;
    }

    .entrol-course-right p i {
        display: flex;
        padding-top: 4px;
        position: relative;
    }

    .banner-right {
        border-top: 1px solid #e0e0e0;
        margin-top: 10px;
    }

    .banner-right-top {
        padding-top: 20px;
    }

    .price-left h4 {
        font-size: 18px;
    }

    .price-right h4 {
        font-size: 18px;
    }

    .price-right p {
        font-size: 11px;
    }

    .add-buynow {
        padding: 10px 0px;
    }

    #accordianNavbar {
        padding: 30px 0px;
    }

    .comptia-top {
        display: flex;
    }

    .comptia-left img{
        display: none !important;
    }

    .comptia-left-mobile img{
        display: block !important;
        margin-right: 15px;
    }

    .comptia-right h5 {
        font-size: 13px !important;
        font-weight: 500;
        padding-top: 10px;
    }

    .comptia-right h3 {
        font-size: 15px !important;
        padding: 10px 0px;
    }

    .comptia-list{
        padding-bottom: 10px;
    }

    .comptia-list ul {
        display: block;
    }

    .comptia-list ul li{
        padding: 5px 0px;
        font-size: 13px;
    }

    .comptia-course-list ul li {
        font-size: 13px;
        line-height: 18px;
        display: flex;
        padding-bottom: 15px;
    }

    .comptia-course-list ul li i {
        margin-right: 10px;
        padding-top: 3px;
    }

    .comptia-course-security h3{
        font-size: 16px;
    }

    .icollege-item h3 {
        font-size: 18px;
        padding: 10px 0px;
    }

    .icollege-item-left h5{
        font-size: 16px;
    }

    .icollege-item-left p {
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
    }

    .comptia-description h3 {
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 15px;
    }

    .comptia-description-right p {
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
        padding-bottom: 15px;
    }

    .comptia-course-one {
        padding: 10px 0px 0px 0px;
    }

    .comptia-description-right ul li {
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
        display: flex;
        padding-bottom: 5px;
    }

    .comptia-description-right ul li i{
        padding-top: 6px;
    }

    .viewed-course{
        margin-bottom: 20px;
    }

    .comptia-pad-two{
        padding: 20px 0px;
        border-bottom: 1px solid #575757;
    }

    .review-tops p {
        font-size: 13px;
    }

    .review-tops ul li i {
        font-size: 18px;
    }

    .review-tops ul li span {
        padding-left: 0px;
    }

    .review-tops ul li span strong {
        font-size: 24px;
    }

    .review-tops h5 {
        font-size: 14px;
        font-weight: 400;
        padding: 16px 0px 10px 0px;
        line-height: 24px;
    }

    .review-content h6 {
        font-size: 14px;
    }

    .review-content p {
        font-size: 13px;
        font-weight: 400;
    }

    .review-person-right h5{
        padding-top: 18px;
        font-size: 13px;
        font-weight: 600;
    }

    .review-person-right p {
        font-size: 12px;
        font-weight: 400;
        color: #000;
        padding-bottom: 10px;
        line-height: 22px;
        padding-top: 10px;
    }

    #peopleView {
        padding: 0px 0px;
        border-top: none;
    }

    #recentlyView {
        padding: 30px;
    }

    .recent-viewing {
        display: block;
    }

    .recent-right p {
        font-size: 13px;
        padding-top: 15px;
    }

    .welcome{
        padding-bottom: 20px;
    }

    .foot-tittle h3 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .welcome p {
        font-size: 13px;
    }

    .help ul li a {
        background-color: none;
        border-radius: 30px;
        padding: 8px 30px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        border: 2px solid #fff;
    }

    .money-back {
        display: none !important;
    }

    .money-right-mobile{
        display: block !important;
        text-align: center;
    }

    .cyber-three-list{
        display: block;
    }

    .cyber-left-ctr{
        padding: 20px 0px;
    }

    .checkout-left-footer ul li a {
        color: #000;
        font-weight: 500;
        font-size: 10px;
        padding: 0px 3px;
    }

    .subscribe-right {
        padding: 40px 20px;
    }

    #SubscribeForm label {
        display: block;
    }

    .mar-left-right {
        margin: 10px 0px; 
   }

    /* Main Slider Page start */

    .courses-detail-right{
        display: none;
    }

    .mobile-price{
        display: block;
    }

   /* Main Slider Page End */

   .main-tittle-new h1 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.container-new .time-content {
    display: flex;
    column-gap: 20px;
    align-items: center;
    border: 1px solid white;
    padding: 10px;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.8);
}

.time .number {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    color: #eee;
}

.life-time-sec h4 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}

.banner-right h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 14px;
}

}


@media only screen and (min-device-width : 200px) and (max-device-width : 319px){

    #megaNavbar .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0px !important;
    }

    #topClose p {
        font-size: 12px;
        font-weight: 400;
        text-align: left;
    }

    .banner-left-top h1 {
        font-size: 20px;
        line-height: 32px;
    }
    
    .banner-left-top span {
        top: 6px;
    }

    .banner-left-btm {
        padding-left: 5px;
    }

    .main-tittle h2 {
        font-size: 18px;
        padding-bottom: 12px;
    }

    .review-entrol {
        display: block;
    }

    .review-left {
        padding-bottom: 15px;
    }

    .entrol-course-left p {
        display: flex;
        font-size: 12px;
    }

    .entrol-course-left p i {
        display: flex;
        padding-top: 4px;
        position: relative;
    }

    .entrol-course-right p {
        display: flex;
        font-size: 14px;
        padding-left: 0px;
    }

    .entrol-course-right p i {
        display: flex;
        padding-top: 4px;
        position: relative;
    }

    .banner-right {
        border-top: 1px solid #e0e0e0;
        margin-top: 10px;
    }

    .banner-right-top {
        padding-top: 20px;
    }

    .price-left h4 {
        font-size: 18px;
    }

    .price-right h4 {
        font-size: 18px;
    }

    .price-right p {
        font-size: 11px;
    }

    .add-buynow {
        padding: 10px 0px;
    }

    #accordianNavbar {
        padding: 30px 0px;
    }

    .comptia-top {
        display: flex;
    }

    .comptia-left img{
        display: none !important;
    }

    .comptia-left-mobile img{
        display: block !important;
        margin-right: 15px;
    }

    .comptia-right h5 {
        font-size: 13px !important;
        font-weight: 500;
        padding-top: 10px;
    }

    .comptia-right h3 {
        font-size: 15px !important;
        padding: 10px 0px;
    }

    .comptia-list{
        padding-bottom: 10px;
    }

    .comptia-list ul {
        display: block;
    }

    .comptia-list ul li{
        padding: 5px 0px;
        font-size: 13px;
    }

    .comptia-course-list ul li {
        font-size: 13px;
        line-height: 18px;
        display: flex;
        padding-bottom: 15px;
    }

    .comptia-course-list ul li i {
        margin-right: 10px;
        padding-top: 3px;
    }

    .comptia-course-security h3{
        font-size: 16px;
    }

    .icollege-item h3 {
        font-size: 18px;
        padding: 10px 0px;
    }

    .icollege-item-left h5{
        font-size: 16px;
    }

    .icollege-item-left p {
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
    }

    .comptia-description h3 {
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 15px;
    }

    .comptia-description-right p {
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
        padding-bottom: 15px;
    }

    .comptia-course-one {
        padding: 10px 0px 0px 0px;
    }

    .comptia-description-right ul li {
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
        display: flex;
        padding-bottom: 5px;
    }

    .comptia-description-right ul li i{
        padding-top: 6px;
    }

    .viewed-course{
        margin-bottom: 20px;
    }

    .comptia-pad-two{
        padding: 20px 0px;
        border-bottom: 1px solid #575757;
    }

    .review-tops p {
        font-size: 13px;
    }

    .review-tops ul li i {
        font-size: 18px;
    }

    .review-tops ul li span {
        padding-left: 0px;
    }

    .review-tops ul li span strong {
        font-size: 24px;
    }

    .review-tops h5 {
        font-size: 14px;
        font-weight: 400;
        padding: 16px 0px 10px 0px;
        line-height: 24px;
    }

    .review-content h6 {
        font-size: 14px;
    }

    .review-content p {
        font-size: 13px;
        font-weight: 400;
    }

    .review-person-right h5{
        padding-top: 15px;
        font-size: 15px;
        font-weight: 500;
    }

    .review-person-right p {
        font-size: 12px;
        font-weight: 400;
        color: #000;
        padding-bottom: 10px;
        line-height: 22px;
        padding-top: 10px;
    }

    #peopleView {
        padding: 0px 0px;
        border-top: none;
    }

    #recentlyView {
        padding: 30px;
    }

    .recent-viewing {
        display: block;
    }

    .recent-right p {
        font-size: 13px;
        padding-top: 15px;
    }

    .welcome{
        padding-bottom: 20px;
    }

    .foot-tittle h3 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .welcome p {
        font-size: 13px;
    }

    .help ul li a {
        background-color: none;
        border-radius: 30px;
        padding: 8px 30px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        border: 2px solid #fff;
    }

    .money-back {
        display: none !important;
    }

    .money-right-mobile{
        display: block !important;
        text-align: center;
    }

    .subscribe-right {
        padding: 40px 20px;
    }

    #SubscribeForm label {
        display: block;
    }

    .mar-left-right {
         margin: 0px 0px; 
    }

    /* Main Slider Page start */

    .courses-detail-right{
        display: none;
    }

    .mobile-price{
        display: block;
    }

   /* Main Slider Page End */

   .main-tittle-new h1 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.container-new .time-content {
    display: flex;
    column-gap: 20px;
    align-items: center;
    border: 1px solid white;
    padding: 10px;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.8);
}

.time .number {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    color: #eee;
}

.life-time-sec h4 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}

.banner-right h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 14px;
}

}

@media all and (min-width: 992px) {
	.megasubmenu{ 
		left:100%; top:0; min-height: 100%; min-width:500px;
	}
	
	.dropdown-menu > li:hover .megasubmenu{
		display: block;
	}
}	