﻿/*--------------------------------------------------------------------------------------*/
/*Genral-Css-Here
/*--------------------------------------------------------------------------------------*/
@import url('css2-Poppinsitalwght010002000300040005000600070008000900110012001300140015001600170018001900_swap.css');
@font-face {
    font-family: 'GTF2Regular';
    src: url('../font/GTF2Regular.eot');
    src: url('../font/GTF2Regular.eot') format('embedded-opentype'),
         url('../font/GTF2Regular.woff2') format('woff2'),
         url('../font/GTF2Regular.woff') format('woff'),
         url('../font/GTF2Regular.ttf') format('truetype'),
         url('../font/GTF2Regular.svg') format('svg');
}


body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-family: Roboto, sans-serif;
}

a {
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

figure {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}

.container {
	padding: 0px 15px;
	max-width: 1315px;
}

.container-fluid {
	padding: 0 30px;
}

/*--------------------------------------------------------------------------------------*/
/*Header-Css-Here
/*--------------------------------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*Topbar
/*------------------------------------------------------------*/

.topbar {
	background: rgba(32, 38, 41, 1);
	padding: 8px 0
}

.topbar .header_info {
	display: flex;
	align-items: center;
	display: -webkit-flex;
}

.topbar .header_info .social_info {
	margin-left: auto;
}

.topbar .header_info .social_info a {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255, 255, 255, 0.6);
	margin-left: 15px;
	display: inline-block;
	line-height: 1px;
	font-size: 14px;
}

.topbar .header_info .social_info a:hover {
	color: #FFF
}

.topbar .header_info .header_contact a {
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
}

.topbar .header_info .header_contact a span {
	margin-right: 10px;

}
.topbar .header_info .header_contact a#pending_email_verification_login span{
	animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-name: topverification;
}
@keyframes topverification {
	0% {
		color: #fff;
		/*transform:scale(.8);*/
	}

	49% {
		color: #fff;
		/*transform:scale(1)*/
	}

	60% {
		color:yellow;
		/*transform:scale(1)*/
	}

	99% {
		color: yellow;
		/*transform:scale(1)*/
	}

	100% {
		color: yellow;
		/*transform:scale(1)*/
	}
}
.topbar .header_info .header_contact a:hover {
	text-decoration: underline;
}

/* .btn {
	padding: 10px 20px;
	background: transparent;
	border: transparent;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	font-family: R156to, sans-serif;
	font-weight: 500;
	border-radius: 5.27049px;
} */

/* Adding another .btn class due to css designer used .btn class here and modified background transparent causing issue */
.btn-fixcustom {
	padding: 10px 20px;
	/* background: transparent; */
	border: transparent;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	font-family: R156to, sans-serif;
	font-weight: 500;
	border-radius: 5.27049px;
}

.btn.btn-light:hover {
	background: #2FB463;
	color: #FFF;
}

.btn.btn-light {
	border: 1px solid #2FB463;
	color: #2FB463;
}

.btn.btn-success {
	background: #2FB463;
	color: #FFF;
	border: 1px solid #2FB463;
}

.btn.btn-success:hover {
	background: transparent;
	color: #2FB463;
}

.table td .btn.btn-success:hover {
	background: #2FB463;
}

header .header_inner .header_btn .btn+.btn {
	margin-left: 30px;
}

/*------------------------------------------------------------*/
/*Header
/*------------------------------------------------------------*/
header {
	padding: 12px 0;
	min-height: 90px;
}

.header_bar.header_warpp {
	background: #fff;
}

header .header_inner {
	display: flex;
	align-items: center;
	display: -webkit-flex;
	flex-wrap: wrap;
}

header .header_inner .navbar_menu ul {
	display: flex;
	align-items: center;
	display: -webkit-flex;
}

header .header_inner .header_btn {
	margin-left: auto;
	width: 225px;
	text-align: right;
}

header .header_inner .header_menu {
	width: calc(100% - 190px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	display: -webkit-flex;
}

header .header_inner .logo a {
	display: inline-block;
	margin-right: 25px;
}

header .header_inner .logo {
	max-width: 190px;
	width: 100%;
}

header .header_inner .logo img {
	width: 100%;
	height: auto;
}

header .header_inner .navbar_menu ul li {
	position: relative;
	display: inline-block;
	padding: 0px 15px;
	border-right: 1px solid #868585;
	line-height: 13px;
}

.header_bar.header_warpp .navbar_menu ul li a {
	color: #222222;
	text-transform: capitalize;
}

header .header_inner .navbar_menu ul li a {
	display: block;
	position: relative;
	color: #222222;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 15px;
	font-weight: 600;
	padding: 0 3px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: "Open Sans", sans-serif;
}

header .header_inner .header_btn .btn+.btn {
	margin-left: 30px;
}

.header_bar.header_warpp .btn.btn-light {
	border: none;
}

.menu_icon {
	display: none;
}

.close-menu {
	display: none;
}

.header_bar.header_warpp .header_inner {
	justify-content: space-between;
}

.faq_warp::before {
	background: none !important;
}

.faq_warp {
	margin-right: 0 !important;
	border: 0 !important;
}

.header_bar.header_warpp .navbar_menu ul li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -9px;
	left: 0;
	background-color: #2fb463;
	visibility: hidden;
	width: 0px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

header .header_inner .navbar_menu ul li:hover>a::before {
	visibility: visible;
	width: 100%;
}

header .header_inner .navbar_menu ul li:hover>a {
	color: #2fb463;
}

header .header_inner .logo a {
	margin: 0;
}

.nav-box .nav-inner i {
	position: relative;
	font-size: 16px;
}

.nav-box .nav-inner i .count {
	position: absolute;
	top: -15px;
	right: -12px;
	background: #2fb463;
	color: #ffffff;
	border-radius: 100%;
	min-height: 18px;
	min-width: 18px;
	text-align: center;
	padding: 2px 0px 0px;
	font-size: 10px;
}

header .header_inner .nav-box {
	padding-right: 0 !important;
	border: none !important;
}

header .navbar_menu ul li:hover ul {
	display: block !important;
}

header .header_inner .navbar_menu ul ul.submenu li a::before {
	bottom: 0px;
}

header .header_inner .navbar_menu .submenu1 li a::before {
	bottom: 0;
}

header .header_inner .navbar_menu .submenu2 {
	position: absolute;
	min-width: 340px;
	left: 159px;
	top: 0;
	padding-top: 0;
	display: none !important;
	z-index: 9999;
	right: 0;
	overflow: hidden;
	opacity: 0;
}

ul.submenu1 li:hover .submenu2 {
	display: block !important;
	visibility: visible;
	opacity: 1;
}



header .header_inner .navbar_menu ul ul {
	display: none;
	position: absolute;
	z-index: 99;
	width: 160px;
	left: 15px;
	text-align: left;
	border: 0 !important;
	background: transparent;
	border-radius: 0;
	top: 16px;
	padding-top: 15px;
	min-width: 340px;
}

header .header_inner .navbar_menu ul ul li {
	display: block;
	line-height: inherit;
	padding: 0;
	border: 0;
	position: relative;
}

header .header_inner .navbar_menu ul ul li a {
	border: 0 !important;
	padding: 15px 15px;
	background: #FFF;
	border-bottom: 1px solid #EEE !important;
	font-size: 13px;
	color: #222;
	display: block;
	line-height: normal;
}

header .header_inner .navbar_menu .submenu1.sub_menufirst {
	min-width: 160px;
}
header .header_inner .navbar_menu .submenu1.sub_menufirst {
    width: auto;
    /* min-width:420px; */
}

.nav-item.dropdown-class.menu-drop-toggle.menu_second:hover .submenu2 li a::before {
	bottom: 0;
}

header .header_inner .navbar_menu .submenu1.sub_menufirst li a::before {
	bottom: 0;
}

header .header_inner .navbar_menu .submenu2 li:last-child a span {
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-name: proanicolor;
	padding: 2px;
	border-radius: 7px;
	width: 45px;
	color: #fff;
	text-transform: uppercase;
	font-size: 9px !important;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-left: 3px;
	position: relative;
	top: 0px;
	left: 10px;
}

@media (max-width:1400px) {
	header .header_inner .header_menu {
		width: calc(100% - 358px);
	}
}

@media (max-width:1199px) {
	header .header_inner .navbar_menu ul li {
		padding: 0px 10px;
	}

	header .header_inner .navbar_menu ul li a {
		font-size: 14px;
	}

	header .header_inner .header_menu {
		width: calc(100% - 263px);
	}
}

@media (max-width:991px) {

	.close_drop_war {
		position: absolute;
		width: 40px;
		height: 38px;
		border-left: 1px solid #DDD;
		right: 0;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.close_drop_war:after {
		content: "\f078";
		font-weight: 900;
		font-family: "Font Awesome 6 Free";
		font-size: 13px;
		right: 0;
	}

	header .header_inner .navbar_menu ul .nav-item.first_menudp.menu-drop-toggle.in_drop_warp .submenu2 {
		display: none !important;
	}

	header .header_inner .navbar_menu ul .nav-item.first_menudp.menu-drop-toggle.in_drop_warp.in-open .submenu2 {
		display: block !important;
		padding-left: 15px;
	}

	header .header_inner .navbar_menu .submenu1.sub_menufirst {
		min-width: 100%;
	}

	header .header_inner .navbar_menu ul li.menu-drop-toggle.active .submenu2 {
		display: block !important;
		opacity: 1 !important;
	}

	header .header_inner {
		position: relative;
	}

	header .header_inner .header_menu {
		width: auto;
	}

	.menu_icon {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 50px;
		height: 50px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.navbar_menu {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		height: 100%;
		max-width: 420px;
		width: 100%;
		background: #FFF;
		z-index: 9999;
		transition: 0.3s ease-in-out;
		right: -100%;
		opacity: 0;
		visibility: hidden;
		box-shadow: 0 0 15px rgba(208, 207, 207, 0.3);
		padding-top: 35px;
	}

	.close-menu {
		position: absolute;
		left: 0;
		width: 35px;
		height: 35px;
		background: #2fb463;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFF;
		font-size: 25px;
		top: 0;
		cursor: pointer;
	}

	header .header_inner .navbar_menu ul {
		display: block;
		border-top: 1px solid #EEE;
	}

	header .header_inner .navbar_menu ul li {
		margin: 0;
		border-bottom: 1px solid #EEE;
		width: 100%;
	}

	header .header_inner .navbar_menu ul li a {
		display: block;
		padding: 10px 25px;
	}

	header .header_inner .header_btn {
		padding-right: 60px;
		width: auto;
	}

	header .header_inner .header_btn .btn+.btn {
		margin-left: 0px;
	}

	.menu-open::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		background: rgb(0, 0, 0, 0.3);
		z-index: 99;
		bottom: 0;
		top: 0;
		transition: 0.3s ease-in-out;
		z-index: 9999;
	}

	.menu-open .navbar_menu {
		right: 0;
		opacity: 1;
		visibility: visible;
	}

	.header_bar.header_warpp .navbar_menu ul li a::before {
		bottom: -1px;
	}

	.faq_warp {
		margin-right: 0 !important;
		border-bottom: 1px solid #EEE !important;
	}

	header .header_inner .nav-box {
		padding-right: 0 !important;
		margin-top: 16px !important;
		text-align: center;
	}

	.topbar .header_info .header_contact a {
		font-size: 13px;
	}

	header .header_inner .nav-box {
		text-align: left;
	}

	header .header_inner .navbar_menu ul li {
		padding: 0
	}

	header div.header_inner .navbar_menu ul li ul {
		display: block !important;
		left: 0 !important;
		padding-top: 0 !important;
		top: 0 !important;
		border-top: 1px solid #EEE !important;
		position: relative !important;
	}

	header .header_inner .navbar_menu ul {
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
	}

	header .header_inner .navbar_menu ul li {
		border-right: 0;
	}

	header .header_inner .navbar_menu ul ul li a {
		padding: 10px 30px !important;
	}

	header .header_inner .navbar_menu ul ul.submenu {
		min-width: 100% !important;
	}

	header .header_inner .navbar_menu ul ul li:last-child a {
		border: 0 !important;
	}

	header .header_inner .navbar_menu ul li.dropdown div.dropdown-menu {
		padding: 0;
		border: 0;
		border-radius: 0;
		margin-top: 7px !important;
		position: relative !important;
		transform: inherit !important;
		left: 0 !important;
		right: 0 !important;
		border-top: 1px solid #DDD !important;
		display: none !important;
		margin: 0 !important;
	}

	header .header_inner .navbar_menu ul li.dropdown .dropdown-menu .dropdown-item {
		padding: 10px 25px !important;
	}

	header .header_inner .navbar_menu ul li.dropdown .dropdown-menu .dropdown-item.logout_button {
		padding: 0 !important;
	}

	header .header_inner .navbar_menu ul li {
		display: block;
	}

	.dropdown-toggle::after {
		width: 40px;
		height: 35px;
		top: 0 !important;
		position: absolute !important;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		border-left: 1px solid #DDD !important;
	}

	header .header_inner .navbar_menu ul li a strong {
		font-weight: 500 !important;
	}

	header div.header_inner .navbar_menu ul li ul {
		display: none !important;
	}

	header .header_inner .navbar_menu ul li.course_drop a {
		position: relative;
	}

	header .header_inner .navbar_menu ul li.dropdown div.dropdown-menu.show {
		display: block !important;
		width: 100%;
		margin-bottom: 30px !important;
	}

	header .header_inner .navbar_menu ul li .dropopen {
		position: absolute;
		width: 40px;
		height: 33px;
		border-left: 1px solid #DDD;
		right: 0;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	header .header_inner .navbar_menu ul li .dropopen::after {
		content: "\f078";
		font-weight: 900;
		font-family: "Font Awesome 6 Free";
		font-size: 13px;
	}

	header .header_inner .navbar_menu ul li {
		position: relative;
	}

	header .header_inner .navbar_menu ul li.menu-drop-toggle.active ul {
		display: block !important;
	}
}

@media (max-width:767px) {
	.topbar .header_info .header_contact a:hover {
		text-decoration: none;
	}

	.topbar .header_info .header_contact a {
		font-size: 0;
		color: rgba(255, 255, 255, 0.6)
	}

	.topbar .header_info .header_contact a span {
		margin-right: 0;
		font-size: 13px;
	}

	header {
		min-height: inherit;
	}

	header .header_inner .logo {
		max-width: 140px;
	}
}



@keyframes proanicolor {
	0% {
		background: #139705;
		/*transform:scale(.8);*/
	}

	49% {
		background: #139705;
		/*transform:scale(1)*/
	}

	60% {
		background: #444;
		/*transform:scale(1)*/
	}

	99% {
		background: #444;
		/*transform:scale(1)*/
	}

	100% {
		background: #444;
		/*transform:scale(1)*/
	}
}


header .header_inner .navbar_menu ul ul.submenu {
	min-width: 235px;
}

header .header_inner .navbar_menu ul li a strong {
	font-weight: 600;
}

.dropdown-toggle::after {
	border: 0;
	content: "\f078";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	position: relative;
	top: 3px;
	margin-left: 10px;
	font-size: 13px;
}

header .header_inner .navbar_menu ul li.dropdown .dropdown-menu {
	padding: 0;
	border: 0;
	border-radius: 0;
	margin-top: 7px !important;
}

header .header_inner .navbar_menu ul li.dropdown .dropdown-menu .dropdown-item {
	display: block;
	padding: 10px;
	font-size: 13px !important;
	border-bottom: 1px solid #DDD;
	margin: 0 !important;
	font-family: "Open Sans", sans-serif;
	color: #222;
}

header .header_inner .navbar_menu ul li.dropdown .dropdown-menu .dropdown-item span {
	display: block;
	font-size: 12px;
	padding-top: 10px;
}

header .header_inner .navbar_menu ul li.dropdown .dropdown-menu .dropdown-item.logout_button {
	padding: 0;
	border: 0;
}

header .header_inner .navbar_menu ul li.dropdown .dropdown-menu .dropdown-item.logout_button #c_btn {
	width: 100%;
	padding: 12px 15px !important;
	color: #FFF !important;
	border: 0;
	background: #2fb463 !important;
	display: flex;
	align-items: center;
	text-align: left;
	text-transform: capitalize;
	font-family: "Open Sans", sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
}

header .header_inner .navbar_menu ul li.dropdown .dropdown-menu .dropdown-item:hover {
	background: #e9ecef;
}

/* top alert bar */
.top_notification_alert_bar {
	padding: 10px !important;
	position: relative;
	border-radius: 0;
}

.top_notification_alert_bar {
	display: flex !important;
	justify-content: center;
	align-items: center;
	display: -webkit-flex !important;
	align-items: center;
	/* Center text vertically */
	overflow: hidden;
	/* Clip overflowing content */
}

/* for animation text right to left */
.moving-text-slow {
	white-space: nowrap;
	/* Prevent word wrap */
	animation: moveText 24s linear infinite;
	/* Animation details */
}
.moving-text-med {
	white-space: nowrap;
	/* Prevent word wrap */
	animation: moveText 16s linear infinite;
	/* Animation details */
}
.moving-text {
	white-space: nowrap;
	/* Prevent word wrap */
	animation: moveText 12s linear infinite;
	/* Animation details */
}
@keyframes moveText {
	from {
		transform: translateX(100%);
	}
	/* Start from right side */
	to {
		transform: translateX(-100%);
	}
	/* Move to left side */
}

.top_notification_alert_bar {
	padding-right: 70px !important;
}

.top_notification_alert_bar p {
	margin: 0;
	/* font-size: 14px;
	font-weight: 400; */
}

.top_notification_alert_bar .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
	padding: 0;
	background-color: transparent;
	border: 0;
}

.top_notification_alert_bar .close {
	height: 100%;
	width: 50px;
	font-size: 24px;
}

/*--------------------28-6-2023-------------*/
.top_notification_alert_bar .close {
	height: 100%;
	width: 50px;
	font-size: 24px;
	bottom: 0;
	height: 100%;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*-------------------------17/06/2024--------------------*/
.topbar-alert-group {
    display: flex;
    align-items: center;
    display: -webkit-flex;
	white-space: nowrap;
	
}
.topbar-alert-group .notification-icon-img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topbar-alert-group .notification-icon-img img {
    width: 100% !important;
    height: auto !important;
}
.topbar-alert-group ul.timer-group {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    padding-left: 15px;
}
.topbar-alert-group ul.timer-group li {
    padding: 0 5px;
    position: relative;
}
.topbar-alert-group ul.timer-group li::before {
    content: ':';
    position: absolute;
    bottom: -4px;
    right: -1px;
    font-size: 19px;
    color: #000;
    margin-bottom: 0;
}
.topbar-alert-group ul.timer-group li:last-child:before{display: none;}
.topbar-alert-group ul.timer-group li .time-text small {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 9px;
    padding-bottom: 1px;
}
.topbar-alert-group ul.timer-group li .time-text strong {
    font-size: 16px;
    display: block;
    line-height: 25px;
    background: #FFF;
    width: 25px;
    height: 23px;
    border-radius: 2px;
    margin-top: 1px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
}
.topbar-alert-group span.bar-text, .topbar-alert-group span.bar-text span {
    font-size: 18px !important;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
	/* text-transform: uppercase; */
}

.topbar-alert-group ul.timer-group li .time-text {
   
  
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}


/* top alert bar */
.qustion_warp_inner .accordion-item .accordion-body ul {
	list-style: disc;
	list-style-position: inside;
}

header .header_inner .navbar_menu ul ul.submenu1 li a span.indicator_new_blink {
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-name: proanicolor;
	padding: 3px 10px;
	border-radius: 7px;
	/* width: 45px; */
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-size: 9px !important;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-left: 3px;
	position: relative;
	top: 0px;
	left: 10px;
}

/*=====================================*/
/*==1-24-2024==*/
/*=====================================*/
section.tile-card-section {
	padding: 40px 0;
}

section.tile-card-section .tile-card-col {
	height: 100%;
	background: #FFF;
	box-shadow: 0px 0px 11.623px 0px rgba(47, 180, 99, 0.20);
	border-radius: 5.812px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
}

.tile-card-col .title-tile {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	color: #2FB463;
	margin-bottom: 15px;
}

.tile-contant p {
	margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 23.6px;
	color: #6C728C;
}

.tile-contant .title-subscribe {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(217, 217, 217, 0.60);
	align-items: center;
}

.tile-contant .title-subscribe span.price {
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	color: #2FB463;
}

.tile-contant .title-subscribe span.price em {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.30);
	line-height: normal;
	padding-left: 4px;
	text-decoration: line-through;
}

.tile-contant .title-subscribe a {
	border-radius: 4.322px;
	background: #2FB463;
	font-size: 13.831px;
	font-style: normal;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	display: block;
	width: 96px;
	height: 34px;
	color: #FFF;
	padding: 0;
	line-height: 34px;
	text-align: center;
}

section.tile-card-section .tile-card-col .img-tile {
	max-width: 146px;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
}

section.tile-card-section .tile-card-col .img-tile figure {
	height: 100%;
}

section.tile-card-section .tile-card-col .img-tile figure img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

section.tile-card-section .tile-card-col .tile-contant {
	padding-left: 20px;
	width: calc(100% - 166px);
}

@media (max-width:1199px) {
	section.tile-card-section .tile-card-col .tile-contant {
		padding-left: 10px;
	}

	.tile-card-col .title-tile {
		font-size: 16px;
	}

	.tile-contant .title-subscribe span.price {
		font-size: 16px;
	}
}

@media (max-width:991px) {
	section.tile-card-section .tile-card-col .img-tile {
		max-width: 100%;
		height: 166px;
		margin-bottom: 15px;
	}

	section.tile-card-section .tile-card-col .tile-contant {
		padding-left: 0;
		width: 100%;
	}

	header .header_inner .navbar_menu ul ul li ul {
		height: auto !important;
	}
}

@media (max-width:767px) {
	section.tile-card-section .col-md-6+.col-md-6 {
		margin-top: 20px;
	}

	section.tile-card-section .tile-card-col .img-tile {
		max-width: 100%;
		height: 100%;
	}

	section.tile-card-section .tile-card-col {
		height: auto;
	}
}

@media (max-width:1399px) {
	header .header_inner .logo {
		max-width: 150px;
		width: 100%;
	}

	header .header_inner .header_menu {
		width: calc(100% - 150px);
	}
}
.table td .btn.btn-success:hover{color: #FFF !important;}
@media (max-width:991px) {
	header .header_inner .navbar_menu ul .nav-item.first_menudp.menu-drop-toggle.in_drop_warp.in-open .submenu2 {
	
		padding-left: 0;
	}
	header .header_inner .navbar_menu ul ul.submenu1 li a span.indicator_new_blink{    left: 3px;}
	header .header_inner .navbar_menu ul ul li a{        padding: 10px 13px !important;}
	header .header_inner .navbar_menu ul li {
		padding: 0 !important;
	}
	header .header_inner .navbar_menu ul li a {
		display: block;
		padding: 10px 13px;
	}
}
header .header_inner .navbar_menu ul ul li.bg-green a {
    background: #2fb463;
    color: #FFF;
    border: 0 !important;
    text-align: center;
}
@media (max-width:991px) {
	header .header_inner .navbar_menu .submenu1.sub_menufirst {
		width: auto;
		/* min-width: 340px; */
	}

}
header .header_inner .navbar_menu ul ul.submenu1 li a span.indicator_new_blink.premium_blink {
	width: auto;
	padding: 2px 9px;
	line-height: 14px;
	animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-name: premiumcolor;
  /* text-transform: capitalize; */
}
@keyframes premiumcolor {
	0% {
		background: yellow;
		color: #444;
		/*transform:scale(.8);*/
	}

	49% {
		background: yellow;
		/*transform:scale(1)*/
		color: #444;
	}

	60% {
		background: #444;
		/*transform:scale(1)*/
	}

	99% {
		background: #444;
		/*transform:scale(1)*/
	}

	100% {
		background: #444;
		/*transform:scale(1)*/
	}
}
header .header_inner .navbar_menu ul ul li.menu_live a span.indicator_new_blink {
    animation-name: menulive;
}
header .header_inner .navbar_menu ul ul li.menu_elite a span.indicator_new_blink {
	animation-name: menuelite;
}



@keyframes menuelite
{
	0% {
		background: #F96A02;
		/*transform:scale(.8);*/
	}

	49% {
		background: #F96A02;
		/*transform:scale(1)*/
	}

	60% {
		background: #444;
		/*transform:scale(1)*/
	}

	99% {
		background: #444;
		/*transform:scale(1)*/
	}

	100% {
		background: #444;
		/*transform:scale(1)*/
	}
}

@keyframes menulive
{
	0% {
		background: #E40002;
		/*transform:scale(.8);*/
	}

	49% {
		background: #E40002;
		/*transform:scale(1)*/
	}

	60% {
		background: #444;
		/*transform:scale(1)*/
	}

	99% {
		background: #444;
		/*transform:scale(1)*/
	}

	100% {
		background: #444;
		/*transform:scale(1)*/
	}
}

@keyframes recorded {
	0% {
		background: #0096FF;
		/*transform:scale(.8);*/
	}

	49% {
		background: #0096FF;
		/*transform:scale(1)*/
	}

	60% {
		background: #444;
		/*transform:scale(1)*/
	}

	99% {
		background: #444;
		/*transform:scale(1)*/
	}

	100% {
		background: #444;
		/*transform:scale(1)*/
	}
}

header .header_inner .navbar_menu ul ul li.menu_recorded a span.indicator_new_blink {
    animation-name: recorded;
}

/* header .header_inner .navbar_menu ul ul li.menu_elementary a span.indicator_new_blink {
	background: #79CD00 !important;
} */


header .header_inner .navbar_menu ul li.gtf-4-blink a {
	animation: colourchange 5s ease infinite;
	-webkit-animation: colourchange 1.8s ease infinite;
	font-weight: normal;
	text-transform: inherit;
	font-family: 'GTF2Regular';
	font-size: 30px;
	letter-spacing: -7px;
}
header .header_inner .navbar_menu ul li.gtf-4-blink a span span {
	letter-spacing: normal;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	display: inline-block;
	vertical-align: top;
	font-weight: 800;
	position: relative;
	top: -6px;
	left: 0px;
}
header .header_inner .navbar_menu ul li.gtf-4-blink a span em {
    position: relative;
    left: -4px;
    font-style: inherit;
}
/* header .header_inner .navbar_menu ul li.gtf-4-blink a {
	position: relative;
	top: 4px;
} */
header .header_inner .navbar_menu ul li.gtf-4-blink a figure {
	width: 82px;
	height: 13px;
}
header .header_inner .navbar_menu ul li.gtf-4-blink a figure img{animation: colourchange 5s ease infinite;
	-webkit-animation: colourchange 1.8s ease infinite;}
	@keyframes colourchange
    {
      0%   {filter: brightness(0) saturate(100%) invert(55%) sepia(33%) saturate(825%) hue-rotate(91deg) brightness(98%) contrast(96%);}
      25%  {filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(46%) hue-rotate(134deg) brightness(92%) contrast(94%);}
      50%  {filter: brightness(0) saturate(100%) invert(55%) sepia(33%) saturate(825%) hue-rotate(91deg) brightness(98%) contrast(96%);}
      75%   {filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(46%) hue-rotate(134deg) brightness(92%) contrast(94%);}
      100% {filter: brightness(0) saturate(100%) invert(55%) sepia(33%) saturate(825%) hue-rotate(91deg) brightness(98%) contrast(96%);}
    }
	span.indicator_new_blink.premium_blink_not {
    animation-name: inherit !important;
    background: yellow;
    color: #000 !important;
}

header .header_inner .navbar_menu ul ul.submenu1 li a span.indicator_new_blink.premium_blink_not {
    animation-name: inherit !important;
    background: transparent;
    color: #FFC217 !important;
    font-size: 13px !important;
}
header .header_inner .navbar_menu ul ul.submenu1 li a span.indicator_new_blink.premium_blink_not img {
    max-width: 20px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}