:root {
  --white: #ffffff;
  --primary-color: #EDB51E; 
  --primary-color-rgb: 237, 181, 30; 
  --secondary-color: #1F1E1E;
  --secondary-color-rgb: 31, 30, 30;
  --background-color: #F4F4F4;
  --light-yellow: #fdf4dd;
  --field-color: #8BA3CB;
  --gray: #4A505C;
  --light-gray: #909091;
  --trasparent: transparent;
  --black: #000000;
  --active-green:#4CAF50;
  --delete-color: #ed2c1e; 
}

.word-break-inherit {
	word-break: inherit !important;
}
/*HEADER CSS STARTS ===================*/
header {
	padding: 15px 0;
	box-shadow: 0px 1px 6px 0px #0000001F;
	position: relative;
	z-index: 10;
}

.brand-logo img {
	width: 140px;
}
.main-menu .col-nav {
	width: calc(100% - 130px);
}
.main-menu .col-profile {
/*	width: 130px;*/
	width: 130px;
}
.main-menu .navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 9px;
	padding-right: 9px;
	font-size: 14px;
}
.main-menu .navbar-expand-lg .navbar-nav li:last-child .nav-link {
	padding-right: 0;
}
.navbar-nav .nav-link {
	color: var(--secondary-color);
	overflow: hidden;
    background: linear-gradient(to right, var(--primary-color) 50%, var(--secondary-color) 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.4s ease;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
	background-position: 0%;
}
.profile-edit > img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	cursor: pointer;
}
.profile-edit {
	position: relative;

}
.profile-edit.opened-dropdown .profile-dropdown, .cart-edit.opened-cart .cart-dropdown {
	top: 50px;
	opacity: 1;
	visibility: visible;
}
.profile-dropdown, .cart-dropdown {
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	padding-top: 18px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 10;
}
.cart-dropdown {
	width: 420px;
	right: 70px;
}
.profile-dropdown>div, .cart-dropdown>div  {
	background-color: #fff;
	box-shadow: 0px 1px 6px 0px #0000001F;
	border-radius: 5px;
}
.profile-about-user {
	font-size: 16px;
	font-weight: 600;
	padding: 15px;
	position: relative;
	margin-bottom: 0;
}
.profile-about-user:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50% , 0);
	-webkit-transform: translate(-50% , 0);
	width: calc(100% - 40px);
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
}
.profile-about-user>img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
}

.profile-dropdown li a {
	padding: 10px 15px;
	font-size: 16px;
	color: var(--secondary-color);
	font-weight: 600;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	min-height: 74px;
}
.profile-dropdown li a .sub-drop-text {
	color: #4A505C;
	font-weight: 400;
}
.profile-dropdown li a:hover {
	background-color: rgba(var(--primary-color-rgb), 0.1);
	color: var(--primary-color);
}
.profile-dropdown li a:hover .sub-drop-text {
	color: var(--primary-color);
}
.incart {
	width: 18px;
    height: 18px;
    background-color: red;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: -13px;
    right: -8px;
}
.my-cart {
	padding: 20px;
}
.cart-box {
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}
.cart-box>img {
	width: 85px;
	height: 85px;
	border-radius: 10px;
	object-fit: cover;
	margin-right: 15px;
}
.cart-order-detail {
	padding-right: 45px;
}
.my-cart h4.small-title-v2 {
	padding-bottom: 20px;	
} 
.cart-order-detail h4 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 700;
}
.cart-order-detail p {
	font-size: 12px;
	margin-bottom: 5px;
}
.cart-order-detail p.cart-order-price {
	font-size: 14px;
	color: var(--primary-color);
	font-weight: 700;
}
.cart-order-detail .remove-icon {
	position: absolute;
    right: 10px;
    top: 20px;
}
.cart-order-detail .remove-icon img {
	width: 17px;
}
.drop-cart-total {
	font-size: 14px;
}
.drop-cart-total .font-weight-700 {
	font-size: 16px;
}
.drop-cart-total {
	padding: 15px 10px;
	border-top: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}
.empty-cart .cart-box, .empty-cart .checkout-content {
	display: none;
}
.empty-cart-img {
	display: none;
}
.empty-cart .empty-cart-img {
	display: block;
}
.empty-cart-img {
	text-align: center;
	border-top: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}
.empty-cart-img>img {
	margin: 40px 0;
}
.empty-cart-img p {
	font-size: 16px;
} 

.home-page header, .train-your-mind-page header, .float-header header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: none;
}
.home-page .navbar-nav .nav-link, .train-your-mind-page .navbar-nav .nav-link, .float-header .navbar-nav .nav-link {
	color: #fff;
	background: linear-gradient(to right, var(--primary-color) 50%, #fff 50%);
	    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.4s ease;
	font-weight: 500;
}
.home-page .navbar-nav .nav-link.active, 
.home-page .navbar-nav .nav-link:hover, 
.train-your-mind-page .navbar-nav .nav-link.active, 
.train-your-mind-page .navbar-nav .nav-link:hover,
.float-header .navbar-nav .nav-link.active, 
.float-header .navbar-nav .nav-link:hover {
	background-position: 0%;
}

.blog-detail-page header, .view-coach-page header, .view-course-page header {
	position: static !important;
	box-shadow: 0px 1px 6px 0px #0000001F;
}

.blog-detail-page .navbar-nav .nav-link, .view-coach-page .navbar-nav .nav-link, .view-course-page .navbar-nav .nav-link {
	color: var(--secondary-color);
	overflow: hidden;
    background: linear-gradient(to right, var(--primary-color) 50%, var(--secondary-color) 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.4s ease;
}
.blog-detail-page .navbar-nav .nav-link.active, 
.blog-detail-page .navbar-nav .nav-link:hover,
.view-course-page .navbar-nav .nav-link.active, 
.view-course-page .navbar-nav .nav-link:hover, 
.view-coach-page .navbar-nav .nav-link.active, 
.view-coach-page .navbar-nav .nav-link:hover {
	background-position: 0%;
}
.lang-dropdown {
	margin-inline: 15px;
}
.lang-dropdown .btn {
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	width: 55px;
	padding: 5px 0;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	background-color: transparent !important;
}
.lang-dropdown .btn:hover{
	border-color: var(--primary-color);
	color: var(--primary-color);
	
}
.lang-dropdown .dropdown-toggle {
	
}
.lang-dropdown .dropdown-toggle::after {
	display: none;
}
.lang-dropdown .fa-chevron-down {
	font-size: 10px;
}

.lang-dropdown .dropdown-item.active, .lang-dropdown .dropdown-item:active {
	background-color: var(--primary-color);
}
.lang-dropdown .dropdown-item {
	font-size: 13px;
}
@media(max-width:1799px){
	.brand-logo img {
		width: 130px;
	}
	.main-menu .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 12px;
		padding-left: 9px;
    	padding-right: 9px;
	}
	.profile-dropdown {
		width: 320px;
	}
	.profile-dropdown li a {
		min-height: 60px;
	}
	.cart-box>img {
    	width: 75px;
    	height: 75px;
	}
	.cart-order-detail h4 {
	    font-size: 13px;
	}
	.cart-order-detail p.cart-order-price {
    	font-size: 13px;
	}
	.cart-order-detail .remove-icon img {
    	width: 15px;
	}
	.cart-dropdown {
		width: 370px;
	}
	.empty-cart-img>img {
    	width: 200px;
	}
}
@media(max-width:1199px){
	.main-menu .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 11px;
    }
    .main-menu .navbar-expand-lg .navbar-nav .nav-link {
    	padding-left: 8px;
    	padding-right: 8px;
	}
    .profile-edit > img {
	    width: 40px;
	    min-width: 40px;
	    height: 40px;
	}
	.main-menu .col-nav {
    	width: calc(100% - 60px);
	}
	.main-menu .col-profile {
    	width: 60px;
	}
	.nav-signupbtn {
		position: absolute;
		width: 105px !important;
		right: 0;
	}
	.lang-dropdown .dropdown-item {
		font-size: 12px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.mid-screen-flex {
		display: flex;
	}
}
@media(max-width:991px){
	.side-nav .navbar .container-fluid {
		justify-content: end;
	}
	.main-menu .col-nav {
    	width: 100%;
	}
	.col-profile {
		position: absolute;
		right: 70px;
	}
	.navbar-collapse {
		position: absolute;
		top: 70px;
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 1px 6px 0px #0000001F;
		right: 0;
		z-index: 12;
	}
	.navbar {
		position: static;
	}
	.navbar-toggler:focus {
		box-shadow: none !important;
	}
	
	.side-nav .navbar-toggler {
		margin-left: 12px;
		background: white;
        transform: scale(0.8);
	}
	.side-nav .order-1 {
		z-index: 2;
	}
	.carticon {
        position: absolute !important;
/*        right: 75px;*/
        right: 165px;
        top: 15px;
    }
    .logged-in .carticon {
/*    	right: 130px;*/
    	right: 210px;
    	top: 14px;
    }

	.main-menu .col-profile {
    	width: 50px;
/*    	right: 85px;*/
    	right: 165px;
	}
	.home-page .navbar-nav .nav-link, .train-your-mind-page .navbar-nav .nav-link, .float-header .navbar-nav .nav-link {
		color: var(--secondary-color);
		background: linear-gradient(to right, var(--primary-color) 50%, var(--secondary-color) 50%);
		    background-size: 200% 100%;
	    background-position: 100%;
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	    transition: background-position 0.4s ease;
		font-weight: 500;
	}
}
@media(max-width:767px){
	.lang-dropdown {
		margin-inline: 0px;
	}
	
	.col-profile {
        right: 80px;
    }
    .profile-about-user>img {
        width: 45px;
        height: 45px;
    }
    .profile-about-user {
        font-size: 14px;
    }
    .profile-dropdown li a {
        font-size: 12px;
        min-height: 43px;
    }
    .profile-dropdown .toggle-img-hover img {
    	max-width: 20px;
	}
	.profile-dropdown {
        width: 250px;
    }
    .cart-box>img {
    	width: 70px;
    	height: 70px;
	}
	.cart-order-detail h4 {
	    font-size: 12px;
	}
	.cart-order-detail p.cart-order-price {
    	font-size: 12px;
	}
	.main-menu .col-profile {
/*        right: 55px;*/
        right: 155px;
        width: 40px;
    }
    .carticon {
        right: 135px;
/*        right: 55px;*/
        top: 10px;
    }
    .logged-in .carticon {
/*        right: 90px;*/
        right: 185px;
    }
    .lang-dropdown .dropdown-menu[data-bs-popper] {
    	left: inherit;
    	right: 0;
    }
    .lang-dropdown .dropdown-menu {
    	width: 100px;
    	min-width: 100px;
    }
}
@media(max-width:575px){
	.logged-in .carticon {
/*        right: 90px;*/
        right: 160px;
    }
    .main-menu .col-profile {
        right: 120px;
    }
	.lang-dropdown .btn {
		font-size: 11px;
    	width: 50px;
    	padding: 3px 0;
	}
	.carticon {
        right: 115px;
        /* right: 55px; */
        top: 10px;
    }
	.side-nav .navbar-toggler-icon {
		width: 25px;
    	height: 20px;
	}
	.cart-edit>a>img {
		width: 20px;
	}
	.side-nav .navbar-toggler {
		padding: 5px;
		line-height: 0;
		position: relative;
		z-index: 12;
	}
	.col-profile {
        right: 22px;
    }
    .profile-edit > img {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .profile-edit.opened-dropdown .profile-dropdown, .cart-edit.opened-cart .cart-dropdown {
    	top: 30px;
	}
	.navbar-collapse {
        top: 52px;
    }
    .cart-dropdown {
        width: 330px;
        right: 0;
    }
    .incart {
    	width: 15px;
    	height: 15px;
    	font-size: 6px;
	}
}
/*HEADER CSS ENDS =====================*/


/*FOOTER CSS STARTS====================*/
.footer-section {
	background-color: #02314D;
	color: var(--white);
}
.subscribe-text h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
.subscribe-input {
	display: flex;
	align-items: center;
	position: relative;
}
.subscribe-input input.form-control {
	height: 41px;
	border-radius: 30px;
	padding-top: 4px;
	padding-left: 23px;
}
.footer-section h4 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
}
.col-footer-brand p {
	font-size: 15px;
	margin-bottom: 0;
}
.col-footer-menu li {
	padding-bottom: 6px;
}
.col-footer-menu a, .col-contact p {
	font-size: 14px;
	color: var(--white);
	margin-bottom: 0;
	background: linear-gradient(to right, var(--primary-color) 50%, var(--white) 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.4s ease;
}
.col-footer-menu a:hover {
	background-position: 0%;
}

.col-contact p {
	line-height: 2;
}
.col-footer-brand img {
	width: 130px;
	margin-bottom: 30px;
}
.copyright {
	border-top: 1px solid var(--white);
	padding-top: 20px;
	padding-bottom: 20px;
}
.copyright p {
	font-size: 14px;
	margin-bottom: 0;
}
.footer-social-icon ul {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
}
.footer-social-icon ul li a  {
/*	width: 20px;*/
	transition: transform 0.6s ease-in-out;
}
.footer-social-icon ul li a:hover {
	transform: rotateY(360deg)
}
.footer-social-icon.white-social-icon ul li a img {
	width: 11px;
}
.white-social-icon a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #02314D;
	padding-left: 1px;
	padding-top: 1px;
}
#scrollTopBtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background-color:var(--primary-color); /* your requested color */
	cursor: pointer;
	z-index: 100;
	display: none; /* hidden until scroll */
	padding: 0;
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
}

.progress-circle {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-90deg);
}

.progress-circle circle {
	fill: none;
	stroke: transparent;
}

.progress-circle .progress {
	stroke: rgba(0, 108, 170, 1);
	stroke-dasharray: 113.1; /* 2πr = 2π×18 */
	stroke-dashoffset: 113.1;
	transition: stroke-dashoffset 0.25s linear;
}

.arrow-icon {
	color: #fff;
	font-size: 12px;
	pointer-events: none;
	z-index: 1;
}



@media(max-width:1799px){
	.subscribe-text h3 {
	    font-size: 23px;
	}
	.subscribe-text p {
		font-size: 15px;
	}
	.subscribe-input input.form-control {
		height: 34px;
		padding-top: 5px;
		font-size: 14px;
	}
	.col-footer-brand p {
    	font-size: 14px;
	}
	.col-footer-menu a, .col-contact p, .copyright p  {
    	font-size: 13px;
	}
	.footer-social-icon ul li a img {
	    width: 20px;
	}
	.phone-icon {
		width: 25px;
	}
}
@media(max-width:1199px){
	.footer-section .section-float-logo {
		top: -30px;
	}
}
@media(max-width:991px){
	.subscribe-text {
		text-align: center;
		margin-bottom: 20px;
	}
	.subscribe-text h3 {
        font-size: 22px;
    }
    .subscribe-text p {
        font-size: 15px;
    }
    .footer-section h4 {
    	font-size: 16px;
	}
	.col-footer-brand p {
        font-size: 14px;
    }
    .col-footer-menu a, .col-contact p, .copyright p {
        font-size: 13px;
    }
    .subscribe-input input.form-control {
		height: 38px;
	}

}
@media(max-width:767px){
	.col-footer-brand {
		margin-bottom: 30px;
	}
	.col-footer-brand img {
	    margin-bottom: 20px;
	}
	.col-footer-menu li {
    	padding-bottom: 0px;
	}
	.footer-section .section-float-logo {
        top: 0px;
    }
    #scrollTopBtn {
		bottom: 5px;
		right: 5px;
	}
}
@media(max-width:576px){
	.subscribe-text h3 {
        font-size: 18px;
    }
    .subscribe-text p {
        font-size: 13px;
    }
    .col-footer-brand p {
        font-size: 13px;
    }
    .footer-section h4 {
        font-size: 15px;
    }
    .col-footer-menu a, .col-contact p, .copyright p {
        font-size: 12px;
    }
    .col-footer-menu {
    	margin-bottom: 30px;
    }
    .copyright {
    	text-align: center;
    }
    .footer-social-icon ul {
	    justify-content: center;
    	margin-top: 10px;
	}

}
/*FOOTER CSS ENDS=======================*/


/*PAGES CSS=============================*/

.inner-page-banner-section {
	height: 500px;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.bg-overlay:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.video-banner .video-controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: inherit;
	z-index: 10;
}
.banner-video-tag {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-1 {
	background-image: url(../images/banners/banner-1.jpg);
}
.banner-2 {
	background-image: url(../images/banners/our-coaches.jpg);
}
.banner-3 {
	background-image: url(../images/banners/aboutus.jpg);
}
.banner-4 {
	background-image: url(../images/blogs/blog.jpg);
}
.banner-5 {
	background-image: url(../images/banners/tnc.jpg);
}
.contact-banner {
	background-image: url(../images/banners/contact-us-banner.jpg);
	background-position: top;
}
.inner-banner-content {
	position: relative;
	z-index: 1;
	text-align: center;
}
.inner-banner-content h2 {
	color: var(--white);
	font-size: 40px;
	margin-bottom: 15px;
	font-weight: 700;
}
.inner-banner-content p {
	color: var(--white);
	font-size: 14px;
	max-width: 900px;
	display: inline-block;
	width: 50%;
}
.inner-banner-content a {
	color: var(--white);
}
.inner-banner-content a:hover {
	text-decoration: underline;
}
.filter-content {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.filter-content .position-relative {
	width: calc(100% - 70px);
}
.filter-content .position-relative input.form-control {
	height: 52px;
	border-radius: 30px;
}
.search-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--secondary-color);
	color: var(--white);
	border: 1px solid var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-btn:hover {
	background-color: var(--white);
	color: var(--secondary-color);
}
.course-box {
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px #00000040;
	border-radius: 10px;
	position: relative;
	display: flex;
    flex-direction: column;
    height: 100%;
}
.course-box-text, .blog-box-text {
	flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.box-lable {
	background-color: var(--primary-color);
	color: var(--white);
	font-size: 12px;
	padding: 5px 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px #00000040;
	position: absolute;
	top: -8px;
	left: 15px;
}
.box-main-img {
	width: 100% !important;
	height: 200px;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.course-box h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
.course-box p {
	font-size: 14px;
	margin-bottom: 0;
}
.author-by {
	font-size: 13px;
	font-weight: 500;
}
.author-by img {
	width: 40px !important;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--primary-color);
}
.box-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}
.course-price {
	color: var(--primary-color);
	font-weight: 700;
	font-size: 14px;
}
.box-footer a {
	font-size: 14px;
	width: 45%;
    justify-content: center;
}
/*.coach-footer-box a {
	font-size: 14px;
	width: auto;
    justify-content: center;
}*/
/*VIEW COURSE PAGE*/

.breadcrumb {
	padding: 30px 0 20px;

}
.breadcrumb-item, .breadcrumb-item a {
	color: var(--secondary-color);
	font-size: 14px;
}
.breadcrumb {
    background-color: transparent;
    font-size: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
    color: #6c757d;  /* Light grey for the separator */
}
.view-page-banner img {
	width: 100%;
	max-height: 500px;
	border-radius: 10px;
	object-fit: cover;
}
.view-page-content {
	padding-top: 30px;
}
.details li {
	font-size: 14px;
}
.priceing-boxes {
	background-color: rgba(var(--primary-color-rgb), 0.2);
	border-radius: 10px;
	padding: 25px 20px;
	color: var(--secondary-color);
	margin-bottom: 20px;
}
.priceing-boxes .collapse-header {
	position: relative;
}
.collapse-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	background-color: rgba(var(--primary-color-rgb), 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 15px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.collapse-header.collapsed .collapse-arrow {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.priceing-boxes .collapse-header h4 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700;
	padding-right: 30px;
}
.priceing-boxes .collapse-header p {
	font-size: 16px;
	margin-bottom: 0;
}
.priceing-boxes .card-body {
	background-color: transparent;
	border: none;
	font-size: 14px;
}
.plan-price {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 5px;
}

.panel-header .details ul {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 16px;
	font-weight: 500;
	color: var(--secondary-color);
}
.panel-header .details ul img {
	margin-top: -2px;
}
.tab-content h4 {
	font-size: 22px;
	font-weight: 700;
}
.tab-content p {
	font-size: 15px;
}
.person img {
	width: 65px;
	height: 65px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 25px;
}
.person-details h3 {
	font-size: 18px;
	font-weight: 700;
}
.person-details ul {
	display: flex;
	gap: 15px;
	font-size: 13px;
	font-weight: 500;
}
.person-details li img {
	margin-top: -2px;
}

/*Our Coaches*/

.coaches-list-box {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px #0000001F;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    background: white;
    transition: background-color 0.3s ease-in-out;
    border: 2px solid transparent;
    cursor: pointer;
}

.coaches-list-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    transform: skewX(-30deg);
    opacity: 0.6;
    transition: left 0.8s ease-in-out; /* Ensures smooth movement */
}

.coaches-list-box:hover {
    background-color: rgba(var(--primary-color-rgb), 0.15);
    border: 2px solid var(--primary-color);
}

.coaches-list-box:hover::before {
    left: 150%;
}

.coaches-list-box:not(:hover)::before {
    transition: none;
    left: -200%;
}

.list-box-img {
	width: 130px;
	min-width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
	margin-right: 30px;
}
.list-box-content h3 {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
}
.list-box-content p {
	margin-bottom: 0;
}
.list-box-content .coach-disc {
	font-size: 15px;	
	margin-bottom: 10px;
}
.tags li {
	box-shadow: 0px 0px 6px 0px #0000001F;
	padding: 6px 20px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 6px 4px;
	display: inline-block;
	border-radius: 30px;
	background-color: #fff;
}
.achievement {
	color: #4A505C;
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 15px;
}
.certi-box {
    margin-right: 5px;
}

.achievement>div>img {
	width: 25px;
	margin-right: 5px;
}
.certi-box img {
    width: 30px; 
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    margin-left: -10px; 
    transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 3px 0px #0000001A;

}

.certi-box img:first-child {
    margin-left: 0;
}

/*.certi-box img:hover {
    transform: scale(1.1);
    z-index: 10;
}*/

/*VIEW COACH*/
.mtop-minus {
	margin-top: -130px;
}
.light-yellow-bg-overlay {
	background-color: rgba(var(--primary-color-rgb), 0.15);
	height: 220px;
}
.simple-box {
	background-color: var(--white);
	padding: 20px;
	border: 1px solid #E9EAF0;
	border-radius: 10px;
	margin-bottom: 25px;
}
.coaches-content .simple-box {
	height: calc(100% - 25px);
}
.coach-name {
	display: flex;
/*	align-items: center;*/
}
.coach-name h3 {
	font-size: 20px;
	font-weight: 600;
}
.coach-name p {
	font-size: 15px;
	color: #6E7485;
	margin-bottom: 0;
}

.certificates-box {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}
.certificates-box img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 20px;
}
.edu-table {
	display: flex;
	align-items: center;
	font-size: 14px;
	padding: 20px 0;
}
.edu-table:not(:last-child) {
	border-bottom: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}
.edu-table:nth-child(1) {
	padding-top: 0;
}
.edu-table:last-child {
	padding-bottom: 0;
}
.edu-table>div {
	width: 50%;
}
.coaches-content .tags li {
	text-transform: inherit;
}
.rating-dropdown option:checked, .rating-dropdown option:hover {
	background-color: var(--primary-color) !important;
	color: #fff !important;
}
.add-review-div,.existing-review {
	display: flex;

}
.existing-review {
	border-top: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}
.review-user-img img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 20px;
}
.add-review {
	border: 1px solid var(--primary-color);
	border-radius: 10px;
	width: 100%;
}
.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 25px;
    font-weight: 300;
    color: #FD8E1F;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}
.add-review textarea {
	width: 100%;
	border: none; 
	outline: none; 
	resize: none; 
	padding: 20px;
	font-size: 14px;
	border-radius: 10px;
}
.add-review p, .existing-review p {
	font-size: 14px;
	margin-bottom: 0;
	display: inline-block;
	margin-right: 15px;
}
.add-review .white-btn {
	font-size: 14px;
	border-radius: 5px !important;
}
.rating-box {
	padding: 10px 20px;
	border-top: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}
.user-review {
	width: 100%;
}
.user-review h4 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 2px;
}
.user-review h4 small {
	font-size: 10px;
	font-weight: 500;
	margin-left: 10px;
	display: inline-block;
}
.user-rating {
	color: var(--primary-color);
}
.user-rating .star {
	position: relative;
	font-size: 15px;
	margin-bottom: 2px;
}
.user-rating .star.starfill:before {
    content: "\2605";
    position: absolute;
    top: 0;
}
.existing-review:last-child {
	padding-bottom: 0 !important;
}
/*CART CSS*/
.cart-left h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.cart-left>p {
	font-size: 16px;
	margin-bottom: 0;
}
.cart-table-head {
	background-color: rgba(var(--primary-color-rgb), 0.3);
	padding: 20px 10px;
	font-size: 14px;
	border-radius: 10px;
	margin: 0;
	margin-top: 30px;
	font-weight: 700;
}
.cart-table-body {
	padding: 15px 10px;
	font-size: 13px;
	color: #4A505C;
	margin: 0;
}
.cart-table-body:not(:last-child) {
	border-bottom: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}
.cart-table-head > div,
.cart-table-body > div {
	padding: 0 5px;
}
.col-cart-1 {
	width: 25%;
}
.col-cart-2 {
	width: 16%;
}
.col-cart-3 {
	width: 19%;
}
.col-cart-4 {
	width: 15%;
}
.col-cart-5 {
	width: 14%;
}
.col-cart-6 {
	width: 11%;
}
.c-name {
	display: flex;
}
.c-name img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 10px;
}
.cart-pricing, .cart-total {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: flex-start;
    font-size: 18px;
}
.cart-pricing .item, .cart-total .item {
	max-width: 60%;
	font-size: 16px;
}
.cart-total {
	padding-top: 20px;
	border-top: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}
.cart-course-detail p {
	font-size: 14px;
}
.transaction-section {
	padding: 100px 0;
}
.transaction-content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.transaction-content img {
	margin-bottom: 40px;
}
.transaction-content h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.transaction-content p {
	font-size: 16px;
	margin-bottom: 45px;
}
.card-detail .form-control {
    height: 50px;
    padding: 15px 10px;
}
.banner-float-text {
	font-size: 22px;
	font-weight: 600;
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: var(--primary-color);
	opacity: 0.8;
}

@media(max-width:1799px){
	.inner-page-banner-section {
		height: 400px;
	}
	.inner-banner-content h2 {
	    font-size: 24px;
	}
	.inner-banner-content p {
	    font-size: 16px;
	    width: 60%;
	}
	.box-lable {
		font-size: 11px;
    	padding: 4px 15px;
	}
	.course-box h3 {
	    font-size: 15px;
	    margin-bottom: 10px;
	}
	.course-box p {
    	font-size: 13px;
	}
	.author-by {
    	font-size: 12px;
	}
	.course-price {
	    font-size: 12px;
	}
	.box-footer a {
	    font-size: 11px;
	    width: 47%;
	}
	
	.panel-header .details ul {
	    font-size: 15px;
	}
	.tab-content h4 {
    	font-size: 20px;
	}
	.tab-content p {
    	font-size: 14px;
	}
	.priceing-boxes .collapse-header h4 {
	    font-size: 17px;
	}
	.priceing-boxes .collapse-header p {
    	font-size: 15px;
	}
	.priceing-boxes .card-body {
		font-size: 13px;
	}
	.plan-price {
    	font-size: 21px;
	    margin-bottom: 10px;
    	margin-top: 10px;
	}
	.list-box-img {
		width: 115px;
		min-width: 115px;
		height: 115px;
	}
	.list-box-content h3 {
    	font-size: 18px;
	}
	.list-box-content p {
	    font-size: 14px;
	}
	.tags li {
		font-size: 11px;
	}
	.achievement>div>img {
    	width: 22px;
	}
	.certi-box img {
    	width: 25px;
    	height: 25px;
	}
	.achievement {
		font-size: 12px;
	}
	.coach-name h3 {
    	font-size: 18px;
	}
	.coach-name p {
	    font-size: 14px;
	}
	
	.certificates-box {
    	font-size: 14px;
	}
	.certificates-box img {
    	width: 60px;
    	height: 60px;
	}
	.edu-table {
    	font-size: 12px;
	}
	.cart-left h3 {
	    font-size: 22px;
	}
	.cart-left>p {
	    font-size: 16px;
	}
	.cart-table-head {
    	padding: 10px 10px;
    	font-size: 13px;
	}
	.cart-table-body {
	    font-size: 13px;
	}
	.cart-course-detail p {
		font-size: 13px;
	}
	.cart-pricing, .cart-total {
		font-size: 16px;
	}
	.cart-pricing .item, .cart-total .item {
	    font-size: 14px;
	}
	.transaction-content h3 {
    	font-size: 20px;
	}
	.transaction-content p {
	    font-size: 14px;
	    margin-bottom: 35px;
	}
	/*.transaction-content img {
		width: 250px;
	}*/
	.transaction-section {
		padding: 60px 0;
	}
	.user-rating .star.starfill:before {
	    top: -1px;
	}
	.box-main-img {
	    height: 175px;
	}
	.author-by img {
		width: 35px !important;
    	height: 35px;
	}
	.box-footer {
    	padding-top: 15px;
    	margin-top: 15px;
	}
	.course-box .ellipsis-two-line  {
		line-height: 22px;
	}
	.breadcrumb {
    	padding: 25px 0 15px;
	}
	.breadcrumb-item, .breadcrumb-item a {
		font-size: 13px;
	}
	.details li {
    	font-size: 12px;
	}
	.collapse-arrow { 
		width: 22px;
    	height: 22px;
    	font-size: 12px;
	}
	.person-details h3 {
		font-size: 16px;
	}
	.c-name img {
	    width: 40px;
	    height: 40px;
	}
	.view-page-banner img {
		max-height: 450px;
	}
}
@media(max-width:1399px){
	
	
	.inner-page-banner-section {
		height: 300px;
	}
	.transaction-content img {
	    width: 50%;
	}
	/*.view-page-banner img {
		height: 300px;
	}*/
	
	/*.panel-header .details ul {
	    font-size: 14px;
	}
	.tab-content h4 {
    	font-size: 18px;
	}
	.tab-content p {
    	font-size: 14px;
	}
	.list-box-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .tags li {
        font-size: 11px;
        padding: 8px 20px;
    }
    .edu-table {
    	font-size: 11px;
	}*/
}
@media(max-width:1199px){
	.list-box-img {
	    width: 130px;
	    min-width: 130px;
	    height: 130px;
	    margin-right: 30px;
	}
	.coach-name h3 {
        font-size: 20px;
    }
    .box-main-img {
	    height: 200px;
	}
	.inner-banner-content p {
		width: 100%;
	}
	.banner-float-text {
		font-size: 20px;
	}
}
@media(max-width:991px){
	.box-main-img {
		height: 200px;
	}
	.course-box h3 {
	    font-size: 17px;
	    margin-bottom: 15px;
	}
	.course-box p {
    	font-size: 13px;
	}
	.author-by {
    	font-size: 12px;
	}
	.course-price {
	    font-size: 14px;
	}
	.box-footer a {
	    font-size: 12px;
	}
	.author-by img {
    	width: 40px !important;
    	height: 40px;
	}
	.course-price {
        font-size: 13px;
    }
    .box-lable {
    	font-size: 10px;
    }
    .filter-content .position-relative input.form-control {
    	height: 45px;
	}
	.search-btn {
    	width: 35px;
    	height: 35px;
    }
    .panel-header .details ul {
        font-size: 13px;
    }
    
    .tab-content h4 {
        font-size: 16px;
    }
    .tab-content p {
        font-size: 14px;
    }
    .person-details h3 {
        font-size: 16px;
    }
    .person-details ul {
	    font-size: 13px;
	}
	.person img {
	    width: 55px;
	    height: 55px;
	    margin-right: 15px;
	}
	.coach-name p {
        font-size: 14px;
    }
    
    .certificates-box {
        font-size: 14px;
    }
    .certificates-box img {
        width: 50px;
        height: 50px;
    }
    .add-review textarea {
    	font-size: 12px;
	}
	.add-review p, .existing-review p {
    	font-size: 12px;
	}
	.rating>label {
    	font-size: 20px;
	}
	.add-review .white-btn {
	    font-size: 12px;
	}
	.user-review h4 {
    	font-size: 13px;
	}
	.user-rating .star {
    	font-size: 12px;
	}
	.certificates-box {
        font-size: 11px;
    }
    .cart-left h3 {
        font-size: 18px;
    }
    .cart-left>p {
        font-size: 15px;
    }
    .cart-table-head {
        font-size: 13px;
    }
    .c-name img {
	    width: 35px;
    	height: 35px;
	}
	.cart-table-body {
        font-size: 11px;
    }
    .cart-course-detail p {
        font-size: 11px;
    }
    .cart-pricing, .cart-total {
        font-size: 16px;
    }
    .cart-pricing .item, .cart-total .item {
        font-size: 14px;
    }
    .transaction-section {
        padding: 40px 0;
    }
    .transaction-content img {
        margin-bottom: 30px;
    }
    .transaction-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .transaction-content p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .transaction-content h3 {
        font-size: 16px;
    }
}
@media(max-width:767px){
	.inner-page-banner-section {
        height: 250px;
    }
	.inner-banner-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .inner-banner-content p {
        font-size: 14px;
    }
    .box-main-img {
        height: 150px;
    }
    .course-box h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .course-box p {
        font-size: 12px;
    }
    .box-footer {
    	display: block;
    	padding-top: 10px;
    	margin-top: 15px;
    }
    .box-footer a {
        width: 100%;
        margin-top: 10px;
    }
    .box-lable {
        font-size: 9px;
    }
    .breadcrumb-item, .breadcrumb-item a {
	    font-size: 13px;
	}
	.person-details h3 {
        font-size: 14px;
    }
    .person-details ul {
        font-size: 12px;
    }
    .coaches-list-box {
    	padding: 20px;
    }
    .list-box-content h3 {
        font-size: 16px;
        margin-top: 20px;
    }
    .list-box-content p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .tags li {
        font-size: 9px;
        padding: 5px 15px;
        margin: 5px 2px;
    }
    .achievement {
        font-size: 10px;
        justify-content: center;
    }
    .achievement>div>img {
        width: 20px;
    }
    .certi-box img {
        width: 22px;
        height: 22px;
    }
    .review-user-img img {
	    width: 30px;
	    height: 30px;
	    margin-right: 15px;
	}
	.certificates-box img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .list-box-img {
        width: 80px;
        min-width: 80px;
        height: 80px;
        margin-right: 20px;
    }
    .coach-name h3 {
        font-size: 16px;
    }
    .coach-name p {
        font-size: 12px;
    }
    
    .cart-table-body {
    	background-color: rgba(var(--primary-color-rgb), 0.2);
    	border-radius: 10px;
    	position: relative;
    	padding-top: 15px;
    }
    .cart-table-body:not(:last-child) {
    	margin-bottom: 20px;
    }
    .cart-left h3 {
        font-size: 16px;
    }
    .cart-left>p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .col-cart-1, .col-cart-2, .col-cart-3, .col-cart-4, .col-cart-5, .col-cart-6 {
    	width: 100%;
    	padding: 5px 0;
    }
    .col-cart-6 {
        position: absolute;
        top: -11px;
        right: -7px;
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 8px 0px #0000001F;
        border: 1px solid #E9EAF0;
    }
    .cart-table-body .flex-fill {
    	width: 50%;
    }
    .cart-course-detail {
    	padding: 0;
    }
    .cart-table-body {
        font-size: 13px;
    }
    .cart-course-detail p {
        font-size: 13px;
    }
    .cart-table-head > div, .cart-table-body > div {
    	padding: 5px 5px;
    }
    .banner-float-text {
		font-size: 16px;
		left: 10px;
		bottom: 16px;
		opacity: 1;
	}
}
@media(max-width:575px){
	.box-main-img {
        height: 200px;
    }
    
    .view-page-content {
    	padding-top: 20px;
	}
	.panel-header .details ul {
		display: block;
	}
	.panel-header .details ul li {
		margin-bottom: 5px;
	}
	.tab-content h4 {
        font-size: 15px;
    }
    .tab-content p {
        font-size: 13px;
    }
    .priceing-boxes .collapse-header h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .plan-price {
        font-size: 18px;
    }
    .collapse-arrow {
    	width: 20px;
    	height: 20px;
    	font-size: 10px;
    }
    .priceing-boxes {
    	padding: 15px 15px;
	}
	.view-page-content .custom-tabs {
		padding-bottom: 0 !important;
	}
	.person img {
        width: 46px;
        height: 46px;
    }
    .person-details h3 {
        font-size: 15px;
    }
    .person-details ul {
        font-size: 11px;
    }
    .coaches-list-box:not(:hover)::before {
	    left: -230%;
	}
	.list-box-img {
        margin-right: 0;
    }
    .achievement>div>img {
        width: 16px;
        margin-right: 3px;
    }
    .coaches-list-box {
        padding: 20px 15px;
        text-align: center;
    }
    .achievement {
    	gap: 15px;
	}
	.coach-name {
		display: block;
		text-align: center;
	}
	.coach-name h3 {
        margin-top: 20px;
    }
    .simple-box {
	    margin-bottom: 15px;
	}
	.coaches-content .simple-box {
    	height: calc(100% - 15px);
    	margin-bottom: 15px;
	}
	.coaches-content .simple-box p {
		font-size: 13px;
	}
	.rating {
		justify-content: start;
	}
	.add-review .white-btn {
        width: 100%;
        margin-top: 10px;
    }
    .rating-box {
	    padding: 10px 15px;
	}	
	.add-review textarea {
		padding: 15px;
	}
	.edu-table {
        font-size: 10px;
        padding: 10px 0;
    }
    .simple-box {
    	padding: 15px;
    }
    .light-yellow-bg-overlay {
	    height: 170px;
	}
	.cart-table-body {
        font-size: 11px;
    }
    .cart-course-detail p {
        font-size: 11px;
        margin-top: 5px !important;
    }
    .col-cart-6 img {
    	width: 12px;
    }
    .cart-pricing, .cart-total {
	    padding: 5px 0;
    	font-size: 14px;
	}
	.cart-total {
		padding-top: 12px;
	}
	.transaction-content img {
        width: 80%;
        margin-bottom: 20px;
    }
    .transaction-content p {
	    font-size: 13px;
	    margin-bottom: 15px;
	}
	.card-detail .form-control {
    	height: 40px;
    	padding: 12px 10px;
	}
}
@media(max-width:374px){
	.achievement {
		display: block;
	}
	.achievement>div {
		text-align: center !important;
		margin-bottom: 5px;
	}
}
/*======================================*/

/*ABOUT US PAGE=========================*/
.benefit-single-img img {
	height: 350px;
}
.benefit-top-img img {
	height: 160px;
}
.benefit-bottom-img img {
	height: 320px;
}
.world-wide-box {
	background-image: url(../images/about-us/world-map-.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 25px;
	overflow: hidden;
	padding: 35px 30px;

}
.world-wide-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--primary-color-rgb), 0.9);
}
.trusted-box {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex: 1;
	padding-inline: 10px;
}
.trusted-box-img {
	width: 60px;
	min-width: 60px;
	height: 60px;
	background-color: var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.trusted-box h4 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
}
.section-testimonial {
	padding: 150px 0 50px;
	margin-top: -90px;
}
.testimonial-box {
	border: 1px solid rgba(var(--secondary-color-rgb), 0.9);
	padding: 20px;
	border-radius: 20px;
	position: relative;
	margin: 30px 0;
}
.testimonial-box img {
	width: 50px !important;
    position: absolute;
    top: -20px;
    left: 0;
}
.testimonial-box .name {
	font-size: 17px;
	font-weight: 700;
}
.testimonial-box p {
	margin-bottom: 10px;
}
.course-box-v2 {
	box-shadow: 0px 0px 2px 0px #0000001F;
	margin: 15px 0;
	background-color: var(--white);
	border-radius: 10px;
	display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
}
.about-course-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	margin-bottom: 5px;
}
.course-box-v2 h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.course-box-v2 div.ellipsis-two-line {
	font-size: 15px;
	margin-bottom: 1rem;
}
.course-box-v2 div.ellipsis-two-line p {
	margin-bottom: 0;
}
.take-course-btn {
	padding-top: 15px;
	border-top: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}
.take-course-btn a {
	font-size: 13px;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: uppercase;
}
.take-course-btn a:hover {
	text-decoration: underline;
}
.coach-box {
	border: 1px solid #EDEFF5;
	border-radius: 5px;
	overflow: hidden;
}
.coach-box>img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.coach-box h3 {
	font-size: 17px;
	font-weight: 600;
}
.coach-box p {
	font-size: 14px;
	margin-bottom: 10px;
}
.coach-box a {
	font-size: 14px;
	color: #006CAA;
	font-weight: 600;
}
.coach-box a:hover {
	text-decoration: underline;
}
.owl-coach .owl-nav, .owl-cilents .owl-nav, .owl-cilents .owl-dots, .owl-testimonial .owl-nav, .owl-testimonial .owl-dots, .custom-owl-carousel .owl-nav {
	display: none !important;
}
.clients-logo {
/*	box-shadow: 0px 0px 10px 0px #0000001A;*/
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	border-radius: 5px;
}
.clients-logo:hover {
	box-shadow: 0px 0px 10px 0px var(--primary-color);
}
.banner-owl-cilents .clients-logo img {
	max-height: 50px;
	min-height: 50px;

	width: 100%;
	object-fit: contain;
}
.banner-owl-cilents .clients-logo:hover {
	box-shadow: none;
}
.banner-owl-cilents .clients-logo {
	padding-block: 0;
}
.clients-logo img {
	height: 80px;
	width: 100%;
	object-fit: contain;
}
.owl-simple-one .owl-nav,
.owl-simple-one .owl-dots,
.owl-simple-two .owl-nav,
.owl-simple-two .owl-dots{
	display: none !important;
}
@media(max-width:1799px){
	.world-wide-box {
	    padding: 25px 20px;
	}
	.trusted-box {
		padding-inline: 5px;
	}
	.trusted-box h4 {
    	font-size: 26px;
	}
	.trusted-box-img {
	    width: 55px;
	    height: 55px;
	    min-width: 55px;
	}
	.testimonial-box .name {
	    font-size: 15px;
	}
	.course-box-v2 h3 {
    	font-size: 16px;
	}
	.course-box-v2 div.ellipsis-two-line {
    	font-size: 14px;
    	margin-bottom: 0.8rem;
	}
	.take-course-btn a {
    	font-size: 12px;
	}
	.take-course-btn {
		padding-top: 10px;
	}
	.coach-box h3 {
    	font-size: 15px;
	}
	.coach-box p {
    	font-size: 13px;
	}
	.coach-box a {
    	font-size: 13px;
	}
	.clients-logo img {
		height: 55px;
	}
	.benefit-single-img img {
	    height: 290px;
	}
	.benefit-bottom-img img {
    	height: 250px;
	}
	.benefit-top-img img {
    	height: 150px;
	}
	.coach-box>img {
    	height: 190px;
	}
}
@media(max-width:1399px){
    .testimonial-box img {
    	width: 60px !important;
	    top: -20px;
	}
}
@media(max-width:1199px){
    .benefit-single-img img {
    	height: 280px;
	}
	.benefit-bottom-img img {
    	height: 270px;
	}
	.benefit-top-img img {
    	height: 160px;
	}
	.trusted-box h4 {
        font-size: 26px;
    }
    .about-course-rating>div {
 	   flex: 50%;
	}
	.course-box-v2 h3 {
        font-size: 19px;
    }
    .coach-box>img {
    	height: 180px;
    }
}
@media(max-width:991px){
	
    .benefit-single-img img {
        height: 190px;
    }
    .benefit-bottom-img img {
        height: 180px;
    }
    .benefit-top-img img {
        height: 120px;
    }
    .trusted-box h4 {
        font-size: 20px;
    }
    .trusted-box-img {
        width: 55px;
        min-width: 55px;
        height: 55px;
        margin-right: 10px;
    }
    .trusted-box-img img {
    	width: 25px;
    }
    .world-wide-box {
	    padding: 30px 15px;
	}
	.trusted-box-img {
		font-size: 16px;
	}
	.course-box-v2 .box-main-img {
		height: 150px;
	}
	.about-course-rating {
		display: block;
	}
	.course-box-v2 h3 {
        font-size: 16px;
    }
    .course-box-v2 div.ellipsis-two-line {
        font-size: 13px;
    }
    .take-course-btn a {
        font-size: 12px;
    }
    .coach-box h3 {
        font-size: 14px;
    }
    .coach-box p {
    	font-size: 13px;
    	margin-bottom: 5px;
    }
    .coach-box a {
    	font-size: 13px;
    }
    .clients-logo {
    	padding: 10px;
    }
    
    .section-testimonial {
    	padding: 130px 0 40px;
	}
}
@media(max-width:767px){
	.benefit-single-img {
		text-align: center;
		margin-bottom: 50px;
	}
	.benefit-top-img, .benefit-bottom-img {
		display: none;
	}
	.world-wide-box .d-flex {
		flex-wrap: wrap;
	}
	.trusted-box {
		flex: 100%;
		margin-bottom: 15px;
	}
	.world-wide-box {
        padding: 20px 15px 5px;
    }
    .section-testimonial {
	    padding: 130px 0 20px;
	}
	.testimonial-box .name {
        font-size: 14px;
    }
    .coach-box h3 {
        font-size: 14px;
    }
    .coach-box p {
    	font-size: 11px;
    }
    .coach-box a {
        font-size: 10px;
    }
    .coach-box>img {
        height: 150px;
    }
    .course-box-v2 .box-main-img {
		height: 200px;
	}
}
@media(max-width:567px){
	.benefit-single-img {
        margin-bottom: 40px;
    }
    .trusted-box-img {
        width: 45px;
        min-width: 45px;
        height: 45px;
    }
    .trusted-box h4 {
        font-size: 18px;
    }
    .about-course-rating {
    	font-size: 11px;
    	display: flex;
    }
    .about-course-rating>div {
        flex: inherit;
    }
    .course-box-v2 {
	    margin: 10px 0;
	}
	.take-course-btn {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
/*======================================*/
/*Testimonial===========================*/
.testimonial-list-box .user-rating span {
	font-size: 32px;
}
.testimonial-list-box .user-rating .star.starfill:before {
    top: -3px;
}
.testimonial-footer {
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}
@media(max-width:1199px){
	.testimonial-list-box .user-rating span {
    	font-size: 26px;
	}
}
@media(max-width:991px){
	.testimonial-list-box .list-box-content p {
        font-size: 14px;
    }
}
/*======================================*/

/*BLOGS=================================*/

.blog-box {
	border-radius: 20px;
	border: 1px solid rgba(var(--secondary-color-rgb), 0.1);
	overflow: hidden;
}
.blog-img {
	width: 410px;
}
.blog-img img {
	width: 100%;
	height: 261px;
	object-fit: cover;
}
.blog-few-content {
	width: calc(100% - 410px);
	padding: 25px;
}
.blog-few-content h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.publish-info {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 13px;
}
.publish-info div {
	display: flex;
}
.publish-info img {
	margin-right: 5px;
}
.blog-few-content .primary-btn {
	font-size: 14px;
}
.blog-detail-box h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
.blog-detail-box .publish-info {
	font-size: 14px;
}
.blog-main-banner {
	text-align: center;
}
.blog-main-banner img {
	height: 500px;
	object-fit: cover;
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
}
.blog-contant p {
	font-size: 16px;
	margin-bottom: 15px;
}
.pre-nxt-post-box {
	border: 1px solid #4A505C4D;
	border-radius: 10px;
	padding: 15px 15px;
	height: 100%;
	display: flex;
}
.pre-nxt-post-box a {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F5F5F5;
	margin-right: 15px;
}
.pre-nxt-post-box.nxt-box a {
	margin-right: 0;
	margin-left: 15px;
}
.pre-nxt-post-box h3 {
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 600;
}
.pre-nxt-post-box p {
	font-size: 15px;
	color: #555555;
	margin-bottom: 5px;
}
.pre-nxt-post-box .fa-solid  {
	color: rgba(var(--secondary-color-rgb), 0.3);
}
.pre-nxt-post-box a:hover {
	background-color: rgba(var(--primary-color-rgb), 0.2);	
}
.pre-nxt-post-box a:hover .fa-solid {
	color: var(--primary-color);
}
/*.pre-nxt-post-box.nxt-box a {
	background-color: rgba(var(--primary-color-rgb), 0.2);	
}
.pre-nxt-post-box.nxt-box .fa-solid {
	color: var(--primary-color);
}
.pre-nxt-post-box.nxt-box a:hover {
	background-color: #F5F5F5;	
}
.pre-nxt-post-box.nxt-box a:hover .fa-solid {
	color: rgba(var(--secondary-color-rgb), 0.3);;
}*/
@media(max-width:1799px){
	.blog-few-content h3 {
    	font-size: 18px;
	}
	.blog-img {
    	width: 360px;
	}
	.blog-few-content {
    	width: calc(100% - 360px);
    	padding: 25px;
	}
	.blog-img img {
	    height: 238px;
	}	
	.blog-detail-box h3 {
		font-size: 16px;
	}
	.blog-detail-box .publish-info {
    	font-size: 13px;
	}
	.blog-main-banner img {
		height: 450px;
	}
	.blog-contant p {
    	font-size: 14px;
	}
	.pre-nxt-post-box p {
    	font-size: 14px;
    	margin-bottom: 5px;
	}
	.pre-nxt-post-box h3 {
    	font-size: 14px;
	}
	.pre-nxt-post-box a {
    	width: 38px;
    	min-width: 38px;
    	height: 38px;
	}
	.pre-nxt-post-box .fa-solid {
		font-size: 14px;
	}
	.publish-info {
    	font-size: 12px;
	}
}
@media(max-width:1199px){ 
	.blog-img {
        width: 280px;
    }
    .blog-few-content {
    	width: calc(100% - 280px);
    }
    .blog-few-content h3 {
        font-size: 20px;
    }
    .publish-info {
    	font-size: 12px;
	}
	.blog-main-banner img {
        height: 350px;
    }
}
@media(max-width:991px){
	.blog-img, .blog-few-content {
		width: 100%;
	}
	.blog-few-content {
		padding: 15px;
	}
	.blog-img img {
        height: 230px;
    }
    .blog-few-content h3 {
        font-size: 18px;
    }
    .publish-info {
    	display: block;
    	margin-bottom: 20px;
    }
    .publish-info>div {
    	margin-bottom: 5px;
    }
    .blog-few-content .primary-btn {
    	width: 100%;
    }
    .publish-info img {
    	width: 15px;
    }
    .blog-detail-box .publish-info {
        font-size: 12px;
        display: flex;
        margin-bottom: 0;
    }
    .blog-contant p {
        font-size: 14px;
    }
    .pre-nxt-post-box p {
        font-size: 13px;
    }
    .pre-nxt-post-box h3 {
        font-size: 13px;
    }
}
@media(max-width:767px){
	.blog-main-banner img {
        height: 250px;
    }
    .pre-nxt-post-box {
	    padding: 15px 10px;
	}
	.pre-nxt-post-box p, .pre-nxt-post-box h3 {
        font-size: 11px;
    }
    .pre-nxt-post-box a {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
}
@media(max-width:576px){
	.blog-detail-box .publish-info {
        font-size: 12px;
        display: block;
    }
    .pre-nxt-post-box h3 {
    	display: none !important;
    }
    .pre-nxt-post-box {
        padding: 5px;
    }
    .pre-nxt-post-box p {
    	margin-bottom: 0;
    }
}
/*======================================*/
/*HOME PAGE CSSS =======================*/
/*.banner-section {
	padding: 0 0 80px;
}*/
.home-banner {
	overflow: hidden;
	height: 700px;
	height: calc(100vh - 144px);
}
.home-page .home-banner, .train-your-mind-page .home-banner, .float-header .home-banner {
	height: calc(100vh - 70px);
}
.home-banner-inner .carousel-item>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
    left: 0;
    top: 0;
}
.video-banner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-banner-inner .carousel-item {
	position: relative;
}
.home-banner-inner .carousel-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.carousel-caption {
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	bottom: inherit;
	z-index: 1;
	color: var(--white);
	width: 60%;
}
.carousel-caption.left-banner-text  {
	left: 11px;
	right: inherit;
	text-align: left;
}
.carousel-caption.center-banner-text  {
	left: 50%;
	right: inherit;
	transform: translate(-50px, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
}
.carousel-caption.right-banner-text  {
	left: inherit;
	right: 11px;
	text-align: right;
}
.banner-top-text,.banner-sub-text {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
}
.banner-sub-text {
	margin-bottom: 5px;
}
.banner-title {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 20px;
/*	text-transform: capitalize;*/
}
.carousel-indicators [data-bs-target]{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 5px;
    margin-left: 5px;
    opacity: 1;
}
.carousel-indicators .active {
	background-color: var(--primary-color);
}
.members-content {
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	margin-top: 100px;
	margin-right: 80px;
	margin-bottom: -30px;
}
.member-box {
	width: 260px;
	min-width: 260px;
	height: 180px;
	border-top: 7px solid var(--primary-color);
	background-color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.member-box .number {
	font-weight: 600;
	font-size: 38px;
	margin-bottom: 15px;
	line-height: 1;
}
.member-box .text {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 0;
}
.what-we-do-box {
	display: flex;
    flex-direction: column;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.what-we-do-box:hover {
	background-color: rgba(var(--primary-color-rgb), 0.2);
	cursor: pointer;
}
.what-we-do-box img {
	margin-bottom: 25px;
	width: 46px;
}
.what-we-do-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.what-we-do-box p {
    flex-grow: 1;
}
/*.what-we-do-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	background-color: #46537299;
}*/
.section-why-choose {
	position: relative;
}
.section-why-choose:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 480px;
	background-color: #006CAA;
}
.why-choose-second-part {
	margin-top: 20px;
}
.why-point {
	padding: 15px 0;
}
.why-point h3 {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 600;
}
.why-point span {
	font-size: 40px;
	font-weight: 400;
	font-family: "Unna", serif;
	position: relative;
	padding-right: 70px;
}
.why-point span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	width: 40px;
	height: 2px;
	background-color: rgba(var(--secondary-color-rgb), 0.5);
}
.consult-div {
	margin-top: 25px;
}
.consult-div h4 {
	font-size: 22px;
	font-weight: 500;
}
.consult-img {
	display: flex;
	align-items: center;
	border-top: 1px solid #E7ECEE;
	padding-top: 20px;
	margin-top: 30px;
}
.consult-img .coaches-small-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #5A717C;
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #5A717C;
	margin-right: -10px;
}
.consult-img .btn {
	margin-left: 50px;
}
.home-blog-box {
/*	text-align: center;*/
/*	border-radius: 20px;*/
/*    border: 1px solid rgba(var(--secondary-color-rgb), 0.1);*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
/*    height: calc(100% - 15px);*/
    margin-bottom: 15px;
}
.home-blog-box img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.home-blog-box h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}
.home-blog-box .ellipsis-four-line p, 
.blog-few-content .ellipsis-three-line p {
	margin-bottom: 0 !important;
	font-size: 14px;
}
.home-blog-box .ellipsis-four-line h1,
.home-blog-box .ellipsis-four-line h2,
.home-blog-box .ellipsis-four-line h3,
.home-blog-box .ellipsis-four-line h4,
.home-blog-box .ellipsis-four-line h5,
.home-blog-box .ellipsis-four-line h6, 
.blog-few-content .ellipsis-three-line h1,
.blog-few-content .ellipsis-three-line h2,
.blog-few-content .ellipsis-three-line h3,
.blog-few-content .ellipsis-three-line h4,
.blog-few-content .ellipsis-three-line h5,
.blog-few-content .ellipsis-three-line h6 {
	font-size: 18px;
	font-weight: 400;
    line-height: inherit;
}
.tnc-content h4 {
	font-size: 18px;
	font-weight: 800;
}
.tnc-content h5 {
	font-size: 17px;
	font-weight: 600;
}
.tnc-content p {
	font-size: 16px;
	margin-bottom: 15px;
	text-align: justify;
}
@media(max-width:1799px){
	.home-banner {
	    height: 580px;
	    height: calc(100vh - 130px);
	}
	.banner-title {
    	font-size: 38px;
	}
	.banner-top-text, .banner-sub-text {
    	font-size: 16px;
	}
	.member-box .number {
	    font-size: 34px;
	}
	.member-box {
    	width: 210px;
    	min-width: 210px;
    	height: 140px;
	}
	.member-box .text {
	    font-size: 16px;
	}
	.what-we-do-box h3 {
    	font-size: 18px;
	}
	.why-point span {
    	font-size: 38px;
	}
	.why-point h3 {
    	font-size: 20px;
	}
	.consult-div h4 {
    	font-size: 18px;
	}
	.why-choose-second-part {
    	margin-top: 50px;
	}
	.home-blog-box h3 {
    	font-size: 18px;
	}
	.home-blog-box .ellipsis-four-line p {
		font-size: 13px;
	}
}
@media(max-width:1300px){
	.home-page .home-banner, .train-your-mind-page .home-banner, .float-header .home-banner {
		height: 100vh;
	}
}
@media(max-width:1199px){
	.home-banner {
        height: 500px;
    }

    .banner-title {
        font-size: 32px;
    }
    .banner-top-text, .banner-sub-text {
        font-size: 14px;
    }
    .members-content {
	    margin-right: 0;
	}
	.member-box {
    	width: 220px;
    	min-width: 220px;
    	height: 160px;
	}
	.member-box .number {
        font-size: 36px;
    }
    .what-we-do-box h3 {
        font-size: 18px;
    }
    .consult-div h4 {
        font-size: 20px;
    }
    .why-point span {
        font-size: 40px;
    }
    .why-point h3 {
        font-size: 20px;
    }
    .consult-img .coaches-small-img {
		width: 40px;
    	height: 40px;
	}
}
@media(max-width:991px){
	.banner-title {
        font-size: 26px;
    }
    .banner-top-text, .banner-sub-text {
        font-size: 12px;
    }
    .home-banner {
        height: 400px;
    }
    .home-page .home-banner, .train-your-mind-page .home-banner, .float-header .home-banner {
		height: 400px;
	}
    .member-box {
        width: 180px;
        min-width: 180px;
        height: 140px;
    }
    .member-box .number {
        font-size: 30px;
    }
    .member-box .text {
        font-size: 14px;
    }
    .members-content {
        margin-top: 50px;
    }
    .member-box .number {
        font-size: 30px;
    }
    .member-box .text {
        font-size: 14px;
    }
    .what-we-do-box h3 {
        font-size: 16px;
    }
    .section-why-choose:after {
    	height: 320px;
    }
    .section-why-choose .h-150-px {
    	height: 0px;
    }
    .why-point span {
    	padding-right: 40px;
    }
    .why-point span:after {
	    right: 13px;
    	width: 20px;
	}
	.why-point span {
        font-size: 32px;
    }
    .consult-div h4 {
        font-size: 16px;
    }
    .consult-img {
    	display: block;
    }
    .consult-img .btn {
    	margin-left: 0;
    	margin-top: 15px;
    	width: 100%;
    }
    .home-blog-box img {
	    height: 140px;
	}
	.home-blog-box h3 {
        font-size: 15px;
    }
}
@media(max-width:767px){
	.home-banner {
        height: 330px;
    }
    .banner-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .carousel-caption {
    	width: 90%;
    }
    .carousel-indicators [data-bs-target] {
    	width: 8px;
    	height: 8px;
    }
	.member-box {
        width: 150px;
        min-width: 150px;
        height: 130px;
    }
    .member-box .number {
        font-size: 27px;
    }
    .member-box .text {
        font-size: 12px;
    }
    .simple-box {
    	margin-bottom: 0;
    }
    .banner-top-text, .banner-sub-text {
        margin-bottom: 10px;
    }
    .section-why-choose .whymainimg img {
    	width: 60%;
    }
    .section-why-choose:after {
        height: 870px;
    }
    .consult-div h4 {
    	color: var(--white);
    }
    .consult-img .coaches-small-img {
    	border-color: var(--white);
    	color: var(--white);
    }
    .home-blog-box {
    	margin-bottom: 20px;
    }
    .consult-img .btn {
    	width: 50%;
    }
    .why-choose-second-part {
        margin-top: 20px;
    }
}
@media(max-width:576px){
	.home-banner {
        height: 400px;
    }
    .carousel-caption.right-banner-text {
    	right: 15px;
    }
    .carousel-caption.left-banner-text {
    	left: 15px;
    }
    .members-content {
    	justify-content: center;
    	margin-bottom: 0;
    	margin-top: 30px;
    	gap: 13;
    }
    .member-box {
        width: inherit;
        min-width: inherit;
        height: 100px;
        flex: 1;
    }
    .member-box .number {
        font-size: 20px;
    }
    .member-box .text {
        font-size: 10px;
    }
    .section-why-choose:after {
        height: 100%;
    }
    .why-point {
    	color: var(--white);
    }
    .why-point span:after {
    	background-color: var(--white);
    }
	.tnc-content h4 {
		font-size: 16px;
	}
	.tnc-content h5 {
		font-size: 15px;
	}
	.tnc-content p {
		font-size: 14px;
	}

}
/*======================================*/

/*LOGIN POPUP===========================*/
.modal.modal-static .modal-dialog {
	transform: scale(1);
}
.login-modal .form-control {
	border: 1px solid #79747E;
	height: 56px;
}
.login-modal .form-control:focus {
	border-color: var(--primary-color);
}
.login-modal .modal-dialog {
	width: 500px;
    max-width: 500px;
}
.login-modal .modal-body {
	padding: 35px 40px;
	position: relative;
}
.login-modal .btn-close {
	position: absolute;
	right: 40px;
	top: 34px;
	color: #000;
	z-index: 1;
	font-size: 14px;
}
.login-modal .modal-body h4 {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 30px;
}
.login-modal .col-form-label {
	position: absolute;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	background-color: #fff;
	padding: 4px;
	top: -14px;
    left: 15px;
}
.login-modal .position-relative a.password-eye {
	position: absolute;
	right: 10px;
	top: 45%;
	transform: translate(0 ,-50%);
	-webkit-transform: translate(0 ,-50%);
}
.input-with-r-icon {
	padding-right: 45px;
}
.iagree .form-check-label {
	font-size: 16px;
}
@media(max-width:1799px){
	.login-modal .modal-dialog {
    	width: 500px;
    	max-width: 500px;
	}
	.login-modal .modal-body h4 {
	    font-size: 22px;
	}
	.login-modal .btn-close {
		font-size: 15px;
		top: 47px;
	}
}
@media(max-width:767px){
	.login-modal .modal-dialog {
        width: 95%;
        max-width: 95%;
    }
    .login-modal .modal-body {
    	padding: 25px 20px;
	}
	.login-modal .btn-close {
        top: 25px;
        right: 20px;
        font-size: 13px;
    }
    .login-modal .form-control {
	    height: 45px;
	    font-size: 14px;
	}
	.login-modal .col-form-label {
		font-size: 12px;
	}
	.login-modal .position-relative a.password-eye {
		font-size: 14px;
	}
	.login-modal .form-check-input {
		font-size: 14px;
		margin-top: 0;
	}
	.login-modal .modal-body h4 {
        font-size: 20px;
    }
    .login-modal .form-check {
    	display: flex;
    	align-items: center;
    }
    .signupmodal>div {
    	margin-bottom: 20px !important;
    }
    .iagree .form-check-label {
    	font-size: 12px;
    }
}

.error {
    color: #bb0b0b;
    font-size: 12.5px;
    position: absolute;
/*    bottom: -12px;*/
    top: 60px;
    left: 0;
}
.iagree .error {
	top: inherit;
	bottom: -12px;
}
.otpinput .error {
	left: 0;
    right: 0;
    margin: auto;
}
.has-error .col-form-label{
	color: #bb0b0b !important;
}
.has-error .form-control{
	border-color: #bb0b0b !important;
}
.has-error .form-control:focus{
	border-color: #bb0b0b !important;
}
.has-error .form-control:focus{
	box-shadow: none !important;
}
.subscribe-input .error{
	bottom: -20px;
    top: inherit;
    left: 25px;
}
.otphead {
	font-size: 17px;
}
.otphead small {
	font-size: 13px;
}
.otpinput {
	margin: 40px 0;
}
.otp-input {
    width: 45px;
    height: 45px !important;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.otpresend {
	text-align: center;
}
.otpresend {
	font-size: 16px;
}
.otpresend a {
	color: var(--primary-color);
	text-decoration: underline;
	font-size: 14px;
}
.otpresend a:hover {
	text-decoration: none;
}
.iagree a:hover {
	text-decoration: underline;
}
@media(max-width:767px){
	.error {
	    font-size: 11.5px;
    	top: 46px;
	}	
	.otphead {
    	font-size: 14px;
	}	
	.otphead small {
    	font-size: 12px;
	}
	.otp-input {
	    width: 35px;
    	height: 35px !important;
    	font-size: 16px;
	}
	.otpinput {
    	margin: 30px 0;
	}
	.otpresend {
    	font-size: 13px;
	}
	.otpresend a {
	    font-size: 13px;
	}
}
/*======================================*/


/*NEW SECTION CSS STARTS*/

.simple-carousel-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	font-size: 16px;
	font-weight: 600;
}
.simple-carousel-box>img {
	max-width: 30px;
}
.owl-simple-two .simple-carousel-box>img {
	max-width: 35px;
	max-height: 30px;
}
.section-owl-simple {
	padding: 15px 0;
}
.bg-yellow {
	background-color: #F7DD98;
}
.bg-dark-blue {
	background: linear-gradient(0deg, #02314D, #02314D),
	radial-gradient(50% 50% at 50% 50%, rgba(80, 36, 255, 0.15) 0%, rgba(255, 255, 255, 0) 38%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	;
}
.info-section {
  position: relative;
}

.hover-image-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.hover-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.hover-image-wrapper img.default {
  opacity: 1;
  z-index: 1;
}

.info-item:hover ~ .hover-image-wrapper img {
  opacity: 0;
}

.info-item:nth-child(1):hover ~ .hover-image-wrapper img.img1,
.info-item:nth-child(2):hover ~ .hover-image-wrapper img.img2,
.info-item:nth-child(3):hover ~ .hover-image-wrapper img.img3,
.info-item:nth-child(4):hover ~ .hover-image-wrapper img.img4 {
  opacity: 1;
  z-index: 2;
}

.info-item {
  padding: 20px;
  padding-left: 0;
  border-bottom: 1px solid #2b4d75;
  cursor: pointer;
  display: flex;
  gap: 50px;
  position: relative;
  padding-right: 60px;
  color: #fff;
}
.info-item p {
	font-weight: 300;
}
.number {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 24px;
}
.info-item-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	transition: all 0.5s;
}
.info-item:hover .info-item-arrow{
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
}
.section-float-logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
}
.video-section {
    position: relative;
    padding-top: 50px;
}
.video {
    width: 80%;
    display: block;
    border-radius: 15px;
}
.video-section .video {
	height: 500px;
	background-color: #000;
	object-fit: cover;
}
.video-controls {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.video-controls button {
	background-color: transparent;
	border: none;
	color: var(--primary-color);
	width: 35px;
	padding: 0;
	font-size: 18px;
	transition: all 0.2s;
}
.video-controls button:hover {
	transform: scale(1.2);
}
.video-content {
	padding: 15px;
	background-color: rgba(var(--primary-color-rgb), 0.8);
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 500px;
	border-radius: 15px;
}
.video-content-box {
	color: var(--white);
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
}
.video-content-box:not(:last-child) {
	margin-bottom: 30px;
}
.video-content-box:not(:last-child):after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.6);;
}
.video-content-box span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	min-width: 100px;
	height: 100px;
	font-size: 26px;
	font-weight: 500;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.video-content-box h5 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: uppercase;
}
.video-content-box p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
}
.why-choose-bullet li {
	list-style: none;
	position: relative;
	padding-left: 50px;
	line-height: 1.3;
	padding-block: 10px;
	color: #fff;
	font-size: 15px;
}
.why-choose-bullet li img {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 15px;
}
.why-choose-bullet li:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
}
.features-section {
	background-color: #F4F9FF;
	background-image: url(/assets/images/line-bg.png);
}
.owl-our-courses.owl-carousel .owl-stage {
  	padding-left: 0 !important;
} 
.course-box-v3 {
	border: 1px solid #BCBCBC;
	margin: 15px 0;
	background-color: var(--white);
	border-radius: 10px;
	display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
    box-shadow: 0px 0px 3px 0px #00000026;
}
.course-box-v3 .box-main-img, .course-box-v3 .course-box-text {
	padding: 10px;
}
.course-box-v3 h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.course-box-v3 p {
	font-size: 14px;
}
.course-box-v3 div.ellipsis-two-line {
	font-size: 15px;
	margin-bottom: 1rem;
}
.course-box-v3 div.ellipsis-two-line p {
	margin-bottom: 0;
}
.course-box-v3 .take-course-btn .icon-btn{
	padding: 10px 15px;
}
.boxprice {
	font-size: 17px;
	font-weight: 600;
}
.take-course-btn {
	padding-top: 10px;
}
.nav-on-top .owl-nav, .nav-side-by-side .owl-nav{
	display: flex !important;
}
.strategy-section {
	background-color: #F9FCFF;
}
.custom-accordion .accordion-button {
	outline: none !important;
	box-shadow: none;
	color: var(--secondary-color);
	font-weight: 600;
	font-size: 17px;
}
.custom-accordion .accordion-body {
	font-size: 14px;
}
.custom-accordion .accordion-button::after {
	display: none;
}
.custom-accordion .accordion-item:not(:last-child) {
	border-bottom: 1px solid #455A64 !important;
}
.coach-box a {
	padding: 9px 15px;
}
.coach-box-text {
	padding: 15px;
}
.home-testimonial-section {
	background-color: #F4F9FF;
}
.home-testimonial-box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px #0000001A;
	border: none;
}
.home-testimonial-box .name {
	margin-bottom: 10px;
	font-weight: 600;
}
.home-testimonial-box .user-rating .star {
	font-size: 20px;
	line-height: 1;
}
.home-testimonial-box .user-rating .star.starfill:before {
	top: 2px;
}
.owl-testimonial-v2.custom-owl-carousel .owl-dots {
	margin-top: 10px;
}
.home-blog-for-two-box.home-blog-box img {
	width: 100%;
	height: 150px;
	border-radius: 10px;
}
.blog-by {
	font-size: 12px;
    color: #006CAA;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}
.cartv2-detail:after {
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 150px;
    background-image: url(/assets/images/char-white.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.cartv2-detail>div>img {
	width: 270px;
	min-width: 270px;
	height: 160px;
	object-fit: cover;
	border-radius: 10px;
}
.cartv2-text {
	padding-left: 20px;
	width: 100%;
	z-index: 2;
}
.cart-program-name {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: inherit;
}
.cartv2-text p {
	font-size: 14px;
	margin-bottom: 5px;
}
.cartv2-text .cart-program-package,.cartv2-text .cart-program-price {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 10px;
	position: absolute;
	left: 20px;
	bottom: 0;
}
.cartv2-text .cart-program-package {
    line-height: 18px;
    font-size: 16px;
}
.cart-program-remove {
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: underline;
	z-index: 1;
}
.cart-program-remove a {
	color: var(--secondary-color);
	display: flex;
	align-items: center;
}
.cart-remove {
	opacity: 0.8;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    transition: all 0.5s;
}
.cart-program-remove a:hover .cart-remove {
	transform: rotate(90deg);
}
.login-re-text {
	font-size: 16px;
	margin-bottom: 0;
}
@media(max-width:1799px){
	
	.course-box-v3 h3 {
    	font-size: 16px;
	}
	.course-box-v3 div.ellipsis-two-line {
    	font-size: 14px;
    	margin-bottom: 0.8rem;
	}
	.simple-carousel-box {
		font-size: 14px;
	}
	.info-item {
		gap: 30px;
	}
	.info-item h5 {
		font-size: 18px;
	}
	.info-item p {
		font-size: 15px;
	}
	.hover-image-wrapper {
		width: 39%;
	}
	.video-content-box span {
	    width: 90px;
	    min-width: 90px;
	    height: 90px;
	    font-size: 24px;
	}
	.video-content-box h5 {
	    font-size: 16px;
	}
	.video-content-box p {
    	font-size: 14px;
	}
	.video-content {
		width: 420px;
	}
	.custom-accordion .accordion-button {
	    font-size: 16px;
	}
	.section-owl-simple {
	    padding: 10px 0;
	}
	.cart-program-name {
		font-size: 17px;
	}
	.cartv2-text p {
		font-size: 13px;
	}
	.cartv2-detail>div>img {
    	width: 250px;
    	min-width: 250px;
    	height: 150px;
	}	
	.cartv2-text .cart-program-package, .cartv2-text .cart-program-price {
		font-size: 15px;
	}
	.login-re-text {
		font-size: 14px;
	}
	.why-choose-bullet li {
		font-size: 14px;
	}
}	
@media(max-width:1399px){
	.simple-carousel-box {
        font-size: 13px;
    }
    .features-section .simple-box {
    	margin-bottom: 0;
    }
}
@media(max-width:1199px){
    
	.course-box-v3 h3 {
        font-size: 19px;
    }
}
@media(max-width:991px){
	
	.course-box-v3 .box-main-img {
		height: 150px;
	}
	
	.course-box-v3 h3 {
        font-size: 16px;
    }
    .course-box-v3 div.ellipsis-two-line {
        font-size: 13px;
    }
    .info-item h5 {
    	font-size: 16px;
    }
    .info-item p {
        font-size: 13px;
        margin-bottom: 0;
    }
    .number {
	    margin-right: 0;
    	font-size: 20px;
	}
	.info-item {
		padding: 10px 0;
		padding-right: 30px;
	}
	.hover-image-wrapper {
        width: 48%;
    }
    .info-item-arrow {
    	width: 25px;
    	height: 25px;
    	font-size: 9px;
    }
    .video {
    	width: 100%;
    	margin-bottom: 20px;
    }
    .video-content {
    	position: static;
    	width: 100%;
    }
    .what-we-do-box h3 {
        margin-bottom: 10px;
    }
    .what-we-do-box img {
    	margin-bottom: 15px;
	}
	.custom-accordion .accordion-button {
        font-size: 15px;
    }
    .custom-accordion .accordion-body {
    	font-size: 13px;
	}
	.simple-box {
	    padding: 15px;
	}
}
@media(max-width:767px){
	.hover-image-wrapper {
		width: calc(100% - 30px);
		height: 250px;
		top: inherit;
		bottom: 0;
		left: 0;
        right: 0;
        margin: auto;
	}
	.hover-box-mob {
		padding-bottom: 280px;
	}
	.section-float-logo {
		top: -36px;
		right: 5px;
		width: 60px;
	}
	.video-section {
	    padding-top: 20px;
	}
	.video-section .video {
		height: 300px;
	}
	.video-controls {
	    bottom: 9px;
    	left: 9px;
	}
	.video-content-box span {
        width: 60px;
        min-width: 60px;
        height: 60px;
        font-size: 20px;
    }
    .video-content-box {
    	gap: 10px;
    }
    .video-content-box h5 {
        font-size: 14px;
    }
    .video-content-box p {
        font-size: 12px;
    }
    .info-item {
        gap: 20px;
    }
    .what-we-do-box {
    	display: block;
    }
    .features-section .simple-link{
    	justify-content: center;
    }
    .owl-our-courses.owl-carousel .owl-stage {
    	padding-left: 50px !important;
    }
    .course-box-v3 .take-course-btn {
    	padding-bottom: 0;
    }
    .owl-testimonial-v2.custom-owl-carousel .owl-dots {
    	margin-top: 0;
	}
	.home-testimonial-box {
		margin: 10px 0;
	}
	.simple-carousel-box>img {
	    max-width: 25px;
	}
	.owl-simple-two .simple-carousel-box>img {
	    max-width: 25px;
	    max-height: 20px;
	}
	.info-item h5 {
        font-size: 15px;
    }
    .simple-carousel-box {
    	font-size: 11px;
    	gap: 5px;
    }
    .owl-simple-two .owl-stage, .section-owl-simple .owl-stage {
    	display: flex;
    	align-items: center;
    }
    .why-choose-bullet li {
		font-size: 12px;
		padding-left: 40px;
	}
	.why-choose-bullet li img {
	    width: 25px;
	    height: 25px;
	}
}
@media(max-width:567px){
	
    .course-box-v3 {
	    margin: 10px 0;
	}
	.owl-testimonial-v2 .testimonial-box .font-18 {
        font-size: 11px;
    }
	.cartv2-detail>div>img {
		width: 100%;
	}
	.cartv2-text {
		padding-top: 20px;
		padding-left: 0;
	}
	.cartv2-text .cart-program-package, .cartv2-text .cart-program-price {
		position: static;
		font-size: 15px;
	}
	.cartv2-detail {
		margin-bottom: 15px;
	}
	.cart-program-name {
        font-size: 16px;
    }
    .cart-remove {
	    width: 13px;
	    height: 13px;
	}
}
/*======================================*/

[ui-pnotify] .pnotify-material .ui-pnotify-title {
	font-size: 15px !important;
	margin-bottom: 0 !important;
}
[ui-pnotify] .pnotify-material.ui-pnotify-container {
	padding: 16px !important;
	width: 300px !important;
}
[ui-pnotify] .pnotify-material-icon-closer, [ui-pnotify] .pnotify-material-icon-sticker {
	font-size: 16px !important;
	top: -9px !important;
	right: -12px !important;
}
@media(max-width:1799px){
	[ui-pnotify] .pnotify-material .ui-pnotify-title {
		font-size: 14px !important;
	}	
	.ui-pnotify-icon, .ui-pnotify-icon span {
		font-size: 18px !important;
    	margin-top: 2px !important;
	}
}
@media(max-width:480px){
	[ui-pnotify] .pnotify-material.ui-pnotify-container {
		width: auto !important;
	}	
}
.embed-responsive-item {
	width:100%;
	height: 500px;
}
.contact-form .form-label {
	color: #4A505C;
	font-size: 15px;
	font-weight: 500;
}
.contact-form .form-control {
	font-size: 13px;
}

/*======================================*/

/*NEW COACH PAGE CSS ==================+*/
.coaches-list-box-v2 {
	border-radius: 20px;
	height: calc(100% - 30px);
	cursor: inherit;
	overflow: inherit;
}
.coaches-list-box-v2 .box-lable {
	left: inherit;
	right: 15px;
	top: -15px;
}
.coaches-list-box-v2.coaches-list-box::before {
	display: none;
}
.coaches-list-box-v2 .list-box-img {
	width: 100px;
    min-width: 100px;
    height: 100px;
}
.coaches-list-box-v2 .list-box-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.coaches-box-footer {
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.coaches-list-box-v2.coaches-list-box:hover {
	background-color: #fff;
	border: 2px solid transparent;
}
.coaches-list-box-v2 .tags {
	padding-block: 15px;
	position: relative;
	padding-right: 35px;
}	
.coaches-list-box-v2 .tags ul{
	height: 36px;
	overflow: hidden;
}
.coaches-list-box-v2 .tags li {
	background-color: rgba(204, 204, 204, 0.5);
	padding: 4px 15px;
    font-size: 10px;
    box-shadow: none;
    margin: 6px 1px;
}
.tag-count {
	border: 1px solid rgba(204, 204, 204, 0.5);
    padding: 4px 2px;
    width: 35px;
    font-size: 10px;
	border-radius: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.coaches-list-box-v2 .blue-btn {
	min-width: 180px;
}
.achievement-icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.achievement-icon-box img {
	width: 15px;
}
.coach-img {
	position: relative;
	margin-right: 30px;
	height: max-content;
}
.coach-label {
	background-color: var(--primary-color);
	color: #fff;
	font-size: 10px;
	padding: 2px 10px;
	border-radius: 30px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	max-width: 70px;
    min-width: 70px;
    text-align: center;
}
.coaches-list-box-v2 .list-box-content h3 {
	font-weight: 700;
}
.coaches-list-box-v2 .list-box-content .coach-disc {
    font-size: 14px;
}
@media(min-width:1800px){
	.coaches-list-box-v2 .list-box-content h3 {
		font-size: 20px;
	}
}
@media(max-width:1799px){
	.coaches-list-box-v2 .list-box-img {
	    width: 90px;
	    min-width: 90px;
	    height: 90px;
	}
	
	.coach-img {
	    margin-right: 20px;
	}
	.coaches-list-box-v2 .tags li {
		padding: 4px 10px;
    	font-size: 9px;
	}
	.coaches-list-box-v2 .tags ul{
		height: 34px;
	}
	
}
@media(max-width:1199px){
	.coaches-list-box-v2 .achievement {
        font-size: 10px;
    }
}
@media(max-width:767px){
	.coaches-list-box-v2 .tags {
		padding-left: 35px;
	}
}
/*======================================*/