/*===================== TABLE OF CONTENT =======================
/*
Table Of Content
1.  google fonts
2.  CROSS BROWSER COMPATABILITY
3.  DEFAULT BORDER RADIUS
4.  Sticky Header
5.  Top Scroll Bar

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


/* ==================================================================================
rtl style
===================================================================================== */

@font-face {
		font-family: 'helvetica';
		src: url("../fonts/helvetica-neue-lt-arabic.ttf");
		src: url("../fonts/helvetica-neue-lt-arabic.ttf") format("truetype");
		font-weight: normal;
		font-style: normal;
}

@font-face {
  font-family: 'icons';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.ttf") format("truetype");
  src: url("fonts/icomoon.svg") format("truetype");
  src: url("fonts/icomoon.woff") format("truetype");
  font-weight: 400;
  font-style: normal;
}

 body.rtl {
	font-family: 'helvetica', sans-serif !important;
	direction: rtl;
	text-align: right;
}
/* .row {
	display: -ms-flexbox;
    display: -webkit-inline-box !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

} */
router-outlet {
	display: none;
}

/* .rtl html, .rtl body, .rtl div, .rtl span, .rtl applet, .rtl object, .rtl iframe,
  .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl p, .rtl blockquote, .rtl pre,
  .rtl a, .rtl abbr, .rtl acronym, .rtl address, .rtl big, .rtl cite, .rtl code,
  .rtl del, .rtl dfn, .rtl em, .rtl img, .rtl ins, .rtl kbd, .rtl q, .rtl s, .rtl samp,
  .rtl small, .rtl strike, .rtl strong, .rtl sub, .rtl sup, .rtl tt, .rtl var,
  .rtl b, .rtl u, .rtl i, .rtl center,
  .rtl dl, .rtl dt, .rtl dd, .rtl ol, .rtl ul, .rtl li,
  .rtl fieldset, .rtl form, .rtl label, .rtl legend,
  .rtl table, .rtl caption, .rtl tbody, .rtl tfoot, .rtl thead, .rtl tr, .rtl th, .rtl td,
  .rtl article, .rtl aside, .rtl canvas, .rtl details, .rtl embed,
  .rtl figure, .rtl figcaption, .rtl footer, .rtl header, .rtl hgroup,
  .rtl menu, .rtl nav, .rtl output, .rtl ruby, .rtl section, .rtl summary,
  .rtl time, .rtl mark, .rtl audio, .rtl video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
} */

.rtl article, .rtl aside, .rtl details, .rtl figcaption, .rtl figure,
  .rtl footer, .rtl header, .rtl hgroup, .rtl menu, .rtl nav, .rtl section {
	display: block;
}
.table-responsive{
	/* display: inline-grid !important;
	display: -webkit-inline-grid !important;
	display: -moz-inline-grid !important; */
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  position: relative;
}

/* .rtl ::-moz-selection {
	background-color: #cce2ff;
	color: rgba(0, 0, 0, 0.87);
}

.rtl ::selection {
	background-color: #cce2ff;
	color: rgba(0, 0, 0, 0.87);
} */
a {
	cursor: pointer;
}
.btn-primary {
    color: #fff;
	background-color: #cc2d37 !important;
    border-color: #cc2d37 !important;
}
.btn-:hover {
    color: #fff !important;
    background-color: #29334e !important;
    border-color: #29334e !important;
}
.rtl ol, .rtl ul {
	list-style: none;
	margin-bottom: 0 !important;
}

.rtl a:hover {
	color: inherit !important;
	text-decoration: none;
}

.rtl blockquote, .rtl q {
	quotes: none;
}

.rtl blockquote:before, .rtl blockquote:after,
  .rtl q:before, .rtl q:after {
	content: '';
	content: none;
}

.rtl button {
	outline: none;
	cursor: pointer;
}

.rtl table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* .rtl * {
	margin: 0;
	padding: 0;
} */
.rtl .row{
direction: rtl;
}

.rtl a:focus {
	text-decoration: none;
	outline: none;
}

.rtl a:hover {
	text-decoration: none !important;
}

.rtl button {
	outline: none;
}

.rtl button:focus {
	outline: none !important;
}

.rtl input {
	outline: none;
}

.rtl textarea {
	outline: none;
}

.rtl p {
	font-size: 16px;
	line-height: 29px;
	color: #686f7a;
}

.rtl h1 {
	font-size: 2em;
    /* 2x body copy size = 32px */
	line-height: 1.25;
    /* 45px / 36px */;
}

.rtl h2 {
	font-size: 1.625em;
    /* 1.625x body copy size = 26px */
	line-height: 1.15384615;
    /* 30px / 26px */;
}

.rtl h3 {
	font-size: 1.375em;
    /* 1.375x body copy size = 22px */
	line-height: 1.13636364;
    /* 25px / 22px */;
}

.rtl h4 {
	font-size: 1.125em;
    /* 1.125x body copy size = 18px */
	line-height: 1.11111111;
}

.rtl h5 {
	font-size: 1.10em;
    /* 1.125x body copy size = 18px */
	line-height: 1.10;
}

.rtl h6 {
	font-size: 1em;
    /* 1.125x body copy size = 18px */
	line-height: 1.050;
}

.rtl blockquote {
	font-size: 1.25em;
    /* 20px / 16px */
	line-height: 1.25;
    /* 25px / 20px */;
}

@media (min-width: 43.75em) {
	.rtl h1 {
		font-size: 2.5em;
      /* 2.5x body copy size = 40px */
		line-height: 1.125;
	}

	.rtl h2 {
		font-size: 2em;
      /* 2x body copy size = 32px */
		line-height: 1.25;
	}

	.rtl h3 {
		font-size: 1.5em;
      /* 1.5x body copy size = 24px */
		line-height: 1.25;
	}

	.rtl h4 {
		line-height: 1.22222222;
      /* (22px / 18px */;
	}

	.rtl blockquote {
		font-size: 1.5em;
      /* 24px / 16px = */
		line-height: 1.45833333;
      /* 35px / 24px */;
	}
}

@media (min-width: 56.25em) {
	.rtl h1 {
		font-size: 3em;
      /* 3x body copy size = 48px */
		line-height: 1.05;
      /* keep to a multiple of the 20px line height
	and something more appropriate for display headings */;
	}

	.rtl h2 {
		font-size: 2.25em;
      /* 2.25x body copy size = 36px */
		line-height: 1.25;
	}

	.rtl h3 {
		font-size: 1.75em;
      /* 1.75x body copy size = 28px */
		line-height: 1.25;
	}
}

.rtl .ask-question,
  .rtl nav,
  .rtl .notification-box.active,
  .rtl nav ul li a,
  .rtl .user-account-settingss.active,
  .rtl .user-info a,
  .rtl .suggestion-usd > span i,
  .rtl .view-more > a,
  .rtl .tags-sec ul li a,
  .rtl .post-st ul li a,
  .rtl .ed-opts > a,
  .rtl .bk-links li a,
  .rtl .like-com li a,
  .rtl .user-profy > a,
  .rtl .slick-previous:before,
  .rtl .slick-nexti:before,
  .rtl .comment > a,
  .rtl .sign_link > a,
  .rtl .post-popup,
  .rtl .post-project > a,
  .rtl .post-project-fields form ul li button,
  .rtl .post-project-fields form ul li a,
  .rtl .sign-control li a,
  .rtl .cover-sec > a,
  .rtl .star-descp > a,
  .rtl .message-btn a,
  .rtl .pf-gallery ul li,
  .rtl .gallery_pt:before,
  .rtl .gallery_pt > a,
  .rtl .overview-box,
  .rtl .skl-name,
  .rtl .conv-list,
  .rtl .save-stngs ul li button,
  .rtl .forum-links.active,
  .rtl .react-links li a,
  .rtl .next-prev > a,
  .rtl nav ul li:hover > ul,
  .rtl .user-pro-img > a i {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.rtl body::-webkit-scrollbar {
	width: 14px;
	height: 18px;
}

.rtl body::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}

.rtl body::-webkit-scrollbar-corner {
	background-color: transparent;
}

.rtl body::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid transparent;
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.rtl html {
	font-size: 14px;
}

.rtl body {
	margin: 0;
	font-family: 'helvetica', sans-serif;
	font-size: 0.875rem;
	line-height: 1.42857143;
	color: #29334e;
	background: #f7f7f7 !important;
}

.rtl .menu_left::-webkit-scrollbar {
	width: 4px;
}

.rtl .menu_left::-webkit-scrollbar-thumb {
	height: 50px;
	background: rgba(136, 136, 136, 0.4);
}

.rtl input[type=text] {
	color: #29334e !important;
}

@media (min-width: 992px) {
	.rtl .offset-lg-2 {
		margin-right: 16.666667%;
	}
	.rtl body {
		overflow-y: scroll;
	}

	.rtl .logo img {
		width: 200px;
		text-align: center;
		margin-top: 10px;
		float: none;
	}

	.rtl .wrapper {
		margin-right: 240px;
		margin-left: 0;
	}
	.rtl .wrapper .footer {
		margin:0;
	}
	.rtl .footer {
		margin-right: 240px;
		margin-left: 0;
	}
	.rtl .wrapper.course-content {
		margin-right: 0;
		margin-left: 400px;
	}
	/* .rtl #sidekickToggle:checked ~ .ng-star-inserted .wrapper {
		margin-right: 0;
	} */
	.rtl .chapter-list ~ .wrapper {
		margin-right: 0;
		margin-left: 400px;
	}

	.rtl .chapterListToggle {
		right: auto;
		left: 400px;
	}
	.rtl .minify {
		left:0;
	}


	/* .rtl #sidekickToggle:checked ~ .ng-star-inserted .wrapper {
		margin-left: 0;
		margin-right: 0;
	}

	.rtl #sidekickToggle:checked ~ .chapterListToggle {
		left: 0;
		right:auto;
	} */
	.rtl .wrapper__minify {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

.rtl .alrt_dot {
	position: absolute;
	left: 15px;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	background: #c8302f;
	overflow: hidden;
	width: 5px;
	height: 5px;
	text-align: center;
	border-radius: 100%;
	top: 45%;
}

.rtl .left_footer {
	padding: 15px 14px;
}

.rtl .left_footer ul li {
	display: inline-block;
}

.rtl .left_footer a {
	font-size: 13px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	line-height: 24px;
	padding: 0 3px;
	color: #29334e;
}

.rtl .left_footer a:hover {
	color: #c8302f !important;
}

.rtl .left_footer_content {
	padding-top: 15px;
}

.rtl .left_footer_content p {
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #afafaf;
	text-align: right;
	line-height: 24px;
}

.rtl .left_section {
	border-bottom: 1px solid #e5e5e5;
}

.rtl header.db-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 60px;
	background: #fff;
	display: flex !important;
	align-items: center;
	/* flex-direction: row-reverse; */
	box-shadow: 0px 0.05208in 11.25pt -9px rgba(0, 0, 0, 0.1);
	width: calc(100% - 60px);
	right:auto;
    left: 0;
}

.rtl .main_logo {
	float: right;
	/* width: 135px; */
	margin-right: 20px;
}

.rtl .logo-inverse {
	display: none;
}

.rtl .search120 {
	float: right;
	margin-right: 80px;
}

.rtl .srch10 {
	background: #f7f7f7 !important;
	border: 0 !important;
	color: #29334e !important;
}

.rtl i.icon1 {
	font-size: 16px !important;
}

.rtl .ui[class*="left icon"].input > i.icon1 {
	right: 1px !important;
	left: auto !important;
	border-radius: .28571429rem 0 0 .28571429rem;
}

.rtl .ui.swdh10 {
	font-size: 14px !important;
	width: 350px;
}

.rtl .ui[class*="left icon"].swdh10.input > input {
	padding-right: 3.2em !important;
	padding-left: 1em !important;
	font-size: 13px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl .header_right {
	margin-right: auto;
	float: left;
	padding-left: 15px;
}

.rtl .header_right ul {
	direction: rtl;
}

.rtl .header_right ul li {
	display: inline-block;
	vertical-align: middle;
}

.rtl .option_links {
	padding: 10px 8px;
	font-size: 20px;
	color: #686f7a;
	position: relative;
}

.rtl .option_links i {
	font-size: 120%;
}

.rtl .option_links:hover, .rtl .option_links:focus {
	color: #29334e !important;
}

.rtl .noti_count {
	font-size: 11px;
	position: absolute;
	top: 12px;
	right: 8px;
	background: #c8302f;
	color: #fff;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 1.5;
	border-radius: 100%;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl .opts_account img {
	width: 36px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	margin-left: 10px;
}

.rtl .upload_btn {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #c8302f;
	padding: 9px 15px;
	border-radius: 25px;
	margin-left: 10px;
}

.rtl .upload_btn i {
	font-size: 16px;
	margin-right: 3px;
}

.rtl .upload_btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .left_title {
	padding: 20px 17px 10px;
	font-size: 12px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #afafaf;
	text-align: right;
	margin-bottom: 0;
}

.rtl .user_img img {
	width: 30px;
	border-radius: 100%;
	margin-left: 17px;
	margin-right: 15px;
	float: right;
}

.rtl .menu.dropdown_account {
	margin-top: 11px !important;
	border-top: 1px solid #fff !important;
	border-radius: 3px !important;
}

.rtl .menu.drop-menu{
	width: 300px;
	margin-top: 17px !important;
	border-top: 1px solid #fff !important;
	border-radius: 3px !important;
	min-width: 300px !important;
}

.rtl .menu.dropdown_ms {
	width: 300px;
	margin-top: 17px !important;
	border-top: 1px solid #fff !important;
	border-radius: 3px !important;
	min-width: 300px !important;
}

.rtl .channel_my {
	padding: 15px !important;
	border-bottom: 1px solid #efefef !important;
	min-width: 100%;
	max-width: 100%;
	white-space: normal;
}

.rtl .channel_my:last-child {
	border-bottom: 0 !important;
}

.rtl .profile_link {
	display: flex;
}

.rtl .profile_link img {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	border: 2px solid #fff;
	border-radius: 100%;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.rtl .pd_content {
	width: 80%;
	white-space: normal;
}

.rtl .pd_content h6 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 5px;
	color: #29334e;
	text-align: right;
	position: relative;
}

.rtl .pd_content span {
	font-size: 13px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0;
	color: #686f7a;
	text-align: right;
}

.rtl .dp_link_12 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	margin-top: 15px;
	display: block;
	text-align: right;
}

.rtl .dp_link_12:hover {
	color: #c8302f !important;
}

.rtl .ui.dropdown .menu > .channel_item {
	color: #686f7a !important;
	padding: 0.78571rem 1.14286rem !important;
	font-size: 14px !important;
	font-family: 'helvetica', sans-serif;
	text-align: right !important;
}

.rtl .ui.dropdown .menu > .channel_item:hover {
	color: #29334e !important;
	background: #ffecec !important;
}

.rtl .rhte85 {
	display: flex;
}

.rtl .mef78 i {
	font-size: 18px;
	line-height: 15px;
	color: #1da1f2;
}

.rtl .pd_content p {
	font-size: 13px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 8px;
	color: #686f7a;
	text-align: right;
	margin-top: 8px;
	line-height: 20px;
}

.rtl .pd_content span.nm_time {
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0;
	color: #afafaf;
	text-align: right;
}

.rtl .vbm_btn {
	width: 100%;
	text-align: center;
	float: left;
	padding: 15px 0;
	background: #ffecec;
	font-size: 14px;
	color: #29334e !important;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
}

.rtl .vbm_btn:hover {
	background: #29334e;
	color: #fff !important;
}

.rtl .wrapper {
	padding: 90px 0 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.rtl .clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.rtl .section3125 {
	float: right;
	width: 100%;
	direction: ltr;
}

.rtl .section3126 {
	float: left;
	width: 100%;
}

.rtl .item_title {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
	float: right;
	margin-bottom: 20px;
}

.rtl .see150 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #afafaf;
	text-align: right;
	float: left;
	padding-top: 3px;
	margin-bottom: 20px;
}

.rtl .la5lo1 {
	float: left;
	width: 100%;
}

.rtl .owl-carousel .owl-item {
	float: right !important;
}

.rtl .stream_1 {
	width: 100%;
	border-radius: 10px;
	padding: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background: rgba(51, 1, 51, 0.1);
}

.rtl .stream_bg {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 15px 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(30px);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.13);
}

.rtl .stream_bg img {
	width: 60px !important;
	height: 60px !important;
	border-radius: 100%;
	display: inline-block !important;
	border: 1px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.rtl .stream_bg h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	color: #29334e;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rtl .stream_bg p {
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	color: #686f7a;
	display: inline-block;
	text-align: center;
	position: relative;
}

.rtl .stream_bg p span {
	width: 6px;
	height: 6px;
	background: #c8302f;
	position: absolute;
	border-radius: 100%;
	top: 2px;
	right: -9px;
}

.rtl .la5lo1 .owl-theme .owl-nav .disabled {
	opacity: .4 !important;
	cursor: default;
}

.rtl .live_stream .owl-nav .owl-prev {
	left: 0px;
	font-size: 20px !important;
	position: absolute;
	top: 40%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .live_stream .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: 0px;
	top: 40%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .live_stream .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .live_stream .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .owl-theme .owl-nav {
	margin-top: 0px !important;
}

.rtl .mt-80 {
	margin-top: 80px;
}

.rtl .mt-62 {
	margin-top: 62px;
}

.rtl .mt-50 {
	margin-top: 50px;
}

.rtl .mt-45 {
	margin-top: 45px;
}

.rtl .mt-40 {
	margin-top: 40px;
}

.rtl .mt-35 {
	margin-top: 35px;
}

.rtl .mt-30 {
	margin-top: 30px;
}

.rtl .mt-25 {
	margin-top: 25px;
}

.rtl .mt-20 {
	margin-top: 20px;
}

.rtl .mt-15 {
	margin-top: 15px;
}

.rtl .mt-10 {
	margin-top: 10px;
}

.rtl .mb-80 {
	margin-bottom: 80px;
}

.rtl .mb-62 {
	margin-bottom: 62px;
}

.rtl .mb-50 {
	margin-bottom: 50px;
}

.rtl .mb-45 {
	margin-bottom: 45px;
}

.rtl .mb-40 {
	margin-bottom: 40px;
}

.rtl .mb-35 {
	margin-bottom: 35px;
}

.rtl .mb-30 {
	margin-bottom: 30px;
}

.rtl .mb-25 {
	margin-bottom: 25px;
}

.rtl .mb-20 {
	margin-bottom: 20px;
}

.rtl .mb-15 {
	margin-bottom: 15px;
}

.rtl .mb-10 {
	margin-bottom: 10px;
}

.rtl .fcrse_1 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.rtl .fcrse_img {
	width: 100%;
	float: left;
	position: relative;
}

.rtl .fcrse_img img {
	width: 100%;
	border-radius: 5px;
}

.rtl .fcrse_content {
	padding: 10px 5px;
	float: left;
	width: 100%;
	position: relative;
}

.rtl .crse14s {
	display: block;
	font-size: 16px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
	margin-bottom: 7px;
	line-height: 24px;
}

.rtl .crse-cate {
	display: block;
	font-size: 13px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	padding-top: 2px;
}

.rtl .purchased_badge {
	font-size: 12px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #29334e;
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	border-radius: 5px;
	margin-top: 15px;
	cursor: default;
}

.rtl .cr1fot {
	margin-bottom: 0;
	margin-top: 18px;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	float: right;
	color: #686f7a;
	text-align: right;
	line-height: 24px;
}

.rtl .auth1lnkprce {
	float: right;
	width: 100%;
	margin-top: 18px;
}

.rtl .cr1fot a {
	color: #29334e !important;
	font-weight: 500;
}

.rtl .cr1fot a:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.rtl .prce142 {
	float: left;
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: left;
}

.rtl .vdtodt {
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 5px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	display: block;
}

.rtl .vdtodt .vdt14::after {
	content: '•';
	margin: 0 4px;
}

.rtl .vdtodt .vdt14:last-child::after {
	display: none;
	content: '';
}

.rtl .eps_dots {
	position: absolute;
	right: auto;
	left: 0;
}

.rtl .eps_dots a {
	font-size: 20px;
	color: #afafaf !important;
}

.rtl .eps_dots a:hover {
	color: #29334e !important;
}

.rtl .more_dropdown {
	display: inline-block;
}

.rtl .dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
	border: 1px solid rgba(34, 36, 38, 0.15);
	z-index: 1;
	left: 0;
	border-radius: 5px;
}

.rtl .dropdown-content span {
	color: #686f7a;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	padding: 10px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.rtl .dropdown-content span i {
	margin-left: 6px;
	font-size: 115%;
}

.rtl .dropdown-content span:hover {
	color: #29334e !important;
	background-color: #ffecec;
}

.rtl .more_dropdown:hover .dropdown-content {
	display: block;
}

.rtl .more_dropdown:hover .eps_dots {
	background-color: #29334e;
}

.rtl .course-overlay {
	position: absolute;
	top: 0;
	padding: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(transparent, rgba(51, 51, 51, 0.3) 90%);
}

.rtl .crse_reviews {
	color: #fff;
	background: #fdcc0d;
	display: inline-block;
	padding: 3px 15px 3px 10px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl .crse_reviews i {
	margin-right: 2px;
}

.rtl .badge_seller {
	border-radius: 3px;
	font-size: 10px;
	position: absolute;
	padding: 2px 10px;
	background: #fa8305;
	border: none;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	z-index: 2;
	vertical-align: baseline;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.rtl .badge_seller:after {
	background: inherit;
	content: '';
	height: 14px;
	position: absolute;
	top: 2px;
	transform: rotate(45deg);
	width: 12px;
	z-index: 1;
	display: block;
	right: -6px;
	border-bottom-right-radius: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.rtl .crse_timer {
	bottom: 0;
	position: absolute;
	margin-bottom: 10px;
	right: 0;
	left:auto;
	margin-left: 10px;
	color: #fff;
	background: rgba(51, 51, 51, 0.8);
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl .play_btn1 {
	border: 0;
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	border-radius: 100%;
	padding: 15px 10px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 40%;
	right:  calc(50% - 20px);
	opacity: 0;
	background: rgba(51, 51, 51, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.rtl .course-overlay:hover .play_btn1 {
	color: #fff !important;
	opacity: 1;
}

.rtl .featured_courses .owl-nav .owl-prev {
	left: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 43%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .featured_courses .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .featured_courses .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .featured_courses .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .top_instrutors .owl-nav .owl-prev {
	left: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 43%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .top_instrutors .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .top_instrutors .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .top_instrutors .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .section3126 {
	float: left;
	width: 100%;
}

.rtl .value_props {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	flex: 1;
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.rtl .value_icon {
	float: left;
	width: 100%;
}

.rtl .value_icon i {
	font-size: 36px;
	margin-right: 0;
	color: #29334e;
	background: #ffecec;
	border-radius: 10px;
	padding: 10px 6px;
	display: inline-block;
}

.rtl .value_content {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.rtl .value_content h4 {
	font-size: 18px;
	margin-bottom: 9px;
	display: block;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: center;
}

.rtl .value_content p {
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 26px;
	color: #686f7a;
	text-align: center;
}

.rtl .tutor_img {
	width: 100%;
	float: left;
	padding: 20px;
	text-align: center;
}

.rtl .tutor_img img {
	text-align: center;
	width: 100px !important;
	height: 100px !important;
	display: inline-block !important;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.rtl .tutor_content_dt {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 10px;
}

.rtl .tutor_name {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e !important;
	text-align: center;
	position: relative;
}

.rtl .tutor150 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.rtl .tutor_cate {
	font-size: 13px;
	color: #686f7a;
	margin-top: 10px;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	margin-bottom: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rtl .tutor_social_links li {
	display: inline-block !important;
	margin-left: 5px;
	vertical-align: middle;
	margin-bottom: 0 !important;
}

.rtl .tutor_social_links li:last-child {
	margin-left: 0;
}

.rtl .tutor_social_links li a {
	font-size: 14px;
	float: right;
	width: 35px;
	height: 36px;
	border-radius: 100%;
	text-align: center;
	padding: 9px 0;
	color: #fff !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.rtl .tutor_social_links li a:hover {
	color: #fff !important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.rtl .fb {
	background: #3b5998;
}

.rtl .tw {
	background: #1da1f2;
}

.rtl .ln {
	background: #8d6cab;
}

.rtl .yu {
	background: #ff0000;
}

.rtl .sbbc145 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #c8302f;
	border: 0;
	height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	text-align: center;
}

.rtl .sbbc145:hover {
	color: #fff;
	background: #29334e;
}

.rtl .sbbc146 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	background: #e9e9e9;
	border: 0;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	text-align: center;
}

.rtl .tut1250 {
	font-size: 12px;
	margin-top: 20px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: center;
	display: block;
}

.rtl .tut1250 .vdt15::after {
	content: '•';
	margin: 0 4px;
}

.rtl .tut1250 .vdt15:last-child::after {
	display: none;
	content: '';
}

.rtl .fcrse_2 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
}

.rtl .prfle12link {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .prfle12link:hover {
	color: #c8302f !important;
}

.rtl .get1452 {
	background: #fff;
	width: 100%;
	float: right;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
	position: relative;
	text-align: right;
	margin-bottom: 30px;
	background-image: url(../images/get-img.jpg);
}

.rtl .get1452 h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 13px;
}

.rtl .get1452 p {
	font-size: 14px;
	color: #f9f9f9;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 27px;
}

.rtl .Get_btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	border-radius: 20px;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	background: #c8302f;
	font-size: 14px;
	font-weight: 500;
}

.rtl .Get_btn:hover {
	color: #fff;
	background: #c72127;
}

.rtl .fcrse_3 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 0;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
}

.rtl .cater_ttle {
	float: right;
	width: 100%;
	padding: 15px 20px;
	border-bottom: 1px solid #efefef;
}

.rtl .fcrse_3 h4 {
	font-size: 16px;
	color: #29334e;
	float: right;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0;
}

.rtl .allcate15 {
	float: right;
	width: 100%;
}

.rtl .allcate15 li {
	display: block;
	float: right;
	width: 100%;
}

.rtl .ct_item {
	float: right;
	width: 100%;
	padding: 10px 20px;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
}

.rtl .ct_item.active {
	font-weight: 500;
	color: #29334e;
}

.rtl .ct_item i {
	margin-right: 10px;
	font-size: 120%;
}

.rtl .live_text {
	float: right;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.rtl .live_icon {
	float: right;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.rtl .live_icon i {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 43px;
	font-size: 30px;
	text-align: center;
	padding: 14px 0;
	background: #ffecec;
	border-radius: 100%;
	border-bottom: 1px solid #efefef;
}

.rtl .live-content {
	float: left;
	width: 100%;
	padding: 0;
	text-align: center;
}

.rtl .live-content p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	margin-bottom: 20px;
	color: #686f7a;
}

.rtl .livinfo {
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0;
	margin-top: 15px;
	color: #686f7a;
	display: block;
}

.rtl .live_link {
	height: 40px;
	background: #c8302f;
	border: 0;
	border-radius: 20px;
	padding: 10px 20px;
	color: #fff;
}

.rtl .live_link:hover {
	color: #fff;
	background: #29334e;
}

.rtl .fcrse_4 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
}

.rtl .say_content {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.rtl .say_content p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	color: #686f7a;
	text-align: right;
}

.rtl .st_group {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.rtl .stud_img {
	text-align: right;
}

.rtl .stud_img img {
	text-align: right;
	width: 50px !important;
	height: 50px !important;
	display: inline-block !important;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.rtl .st_group h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e !important;
	margin-top: 0;
	margin-bottom: 0 !important;
	margin-right: 15px;
}

.rtl .Student_says .owl-nav .owl-prev {
	left: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 38%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .Student_says .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 40%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .Student_says .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .Student_says .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .strttech120 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.rtl .strttech120 h4 {
	font-size: 18px;
	color: #29334e;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 13px;
}

.rtl .strttech120 p {
	font-size: 14px;
	color: #686f7a;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 32px;
	line-height: 26px;
}

.rtl .footer {
	/* background: #29334e; */
	width: 100%;
	padding: 0;
	float: right;
	direction: rtl;
}

.rtl .item_f1 {
	padding-top: 50px;
}

.rtl .item_f1 a {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	/* display: block; */
	padding-bottom: 10px;
	color: #fff ;
}

.rtl .item_f1 a:hover {
	color: #efefef !important;
}

.rtl .item_f1 a:last-child {
	padding-bottom: 0;
}

.rtl .item_f3 {
	padding-top: 50px;
}

.rtl .btn1542 {
	height: 40px;
	padding: 10px 15px;
	border: 0;
	border-radius: 20px;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	background: #c8302f;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
}

.rtl .btn1542:hover {
	color: #fff !important;
	background: #c72127;
}

.rtl .lng_btn {
	margin-top: 20px;
}

.rtl .lng_btn a {
	height: 40px;
	padding: 10px 15px;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
}

.rtl .lft {
	margin-right: 5px;
}

.rtl .rgt {
	margin-left: 5px;
}

.rtl .lng_btn a:hover {
	color: #fff !important;
}

.rtl .footer_bottm {
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px solid #454545;
}

.rtl .fotb_left {
	direction: rtl;
}

.rtl .fotb_left li {
	display: inline-block;
	vertical-align: middle;
}

.rtl .footer_logo img {
	width: 30px;
	margin-left: 20px;
}

.rtl .fotb_left p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #f7f7f7;
	text-align: right;
	line-height: 24px;
}

.rtl .edu_social_links {
	text-align: left;
	direction: rtl;
}

.rtl .edu_social_links a {
	padding-top: 10px;
	padding-left: 15px;
	font-size: 16px;
	display: inline-block;
	color: #f7f7f7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.rtl .edu_social_links a:hover {
	color: #fff !important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.rtl .lng_btn .ui.dropdown .menu > .item {
	font-family: 'helvetica', sans-serif;
	color: #29334e !important;
}

.rtl .main-loader {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.rtl .spinner {
	margin: 0 auto 0;
	width: 50px;
	text-align: center;
	height: 20px;
	border-radius: 100px;
	background-color: #fff;
	line-height: 20px;
	border: 1px solid #efefef;
	cursor: pointer;
}

.rtl .spinner > div {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.rtl .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	background-color: #29334e;
}

.rtl .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	background-color: #29334e;
	opacity: 0.702;
}

.rtl .spinner .bounce3 {
	-webkit-animation-delay: -0.12s;
	animation-delay: -0.12s;
	background-color: #29334e;
	opacity: 0.4;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.rtl .live1452 {
	margin-bottom: 25px;
	float: left;
	width: 100%;
}

.rtl .live1452 iframe {
	width: 100%;
	height: 435px;
	border-radius: 10px;
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.rtl .stuck {
	position: fixed;
	bottom: 20px;
	right: 20px;
	transform: translateY(100%);
	width: 260px !important;
	height: 145px !important;
	animation: fade-in-up .25s ease forwards;
	z-index: 999;
}

@keyframes example {
	0% {
		background-color: red;
	}

	25% {
		background-color: #ff7037;
	}

	50% {
		background-color: red;
	}

	100% {
		background-color: #ff7037;
	}
}

.rtl .live_comment {
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	border-top: 1px solid #efefef;
}

.rtl .live_input {
	width: 100%;
	height: 50px;
	padding: 10px 60px 10px 15px;
	border: 0;
	color: #29334e;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family: 'helvetica', sans-serif;
}

.rtl .btn_live {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 0;
	background: #c8302f;
	font-size: 20px;
	padding: 9px 7px;
	color: #fff;
}

.rtl .btn_live:hover {
	background: #29334e;
	color: #fff;
}

.rtl .live_chat {
	float: left;
	width: 100%;
	height: 418px;
	overflow-y: auto;
	padding: 15px 20px;
}

.rtl .live_chat::-webkit-scrollbar {
	width: 4px;
}

.rtl .live_chat::-webkit-scrollbar-thumb {
	height: 50px;
	background: rgba(136, 136, 136, 0.4);
}

.rtl .chat1 p {
	font-family: 'helvetica', sans-serif;
	line-height: 24px;
	font-size: 14px;
	color: #686f7a;
	margin-bottom: 13px;
	text-align: right;
}

.rtl .chat1 a {
	font-weight: 600;
	margin-right: 10px;
	color: #29334e !important;
}

.rtl .live_user_dt {
	float: left;
	width: 100%;
	display: flex;
  /* flex-direction: row-reverse; */
  /* no */
}

.rtl .user_img5 {
	text-align: right;
}

.rtl .user_img5 img {
	text-align: left;
	width: 50px !important;
	height: 50px !important;
	display: inline-block !important;
	border-radius: 100%;
	margin-left: 15px;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.rtl .live_user_dt h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e !important;
	margin-top: 0;
	margin-bottom: 10px !important;
}

.rtl .user_dt5 {
	float: right;
	width: 100%;
	margin-bottom: 20px;
}

.rtl .user_dt_left {
	float: right;
}

.rtl .subscribe-btn {
	border: 0;
	background: #c8302f;
	padding: 0 20px;
	height: 30px;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	font-size: 14px;
}

.rtl .subscribe-btn:active {
	outline: none;
}

.rtl .subscribe-btn:visited {
	outline: none;
}

.rtl .Subscribed-btn {
	background: #c72127 !important;
	color: white;
}

.rtl .studio-link-btn {
	border: 0;
	background: #c8302f;
	padding: 0 20px;
	height: 30px;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	font-size: 14px;
}

.rtl .user_dt_right {
	float: left;
}

.rtl .user_dt_right ul {
	direction: rtl;
}

.rtl .user_dt_right ul li {
	display: inline-block;
}

.rtl .lkcm152 {
	display: block;
	background: #fff;
	height: 60px;
	text-align: center;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	border: 1px solid #efefef;
	border-radius: 10px;
}

.rtl .lkcm152 span {
	display: block;
	margin-top: 2px;
}

.rtl .lkcm152 i {
	font-size: 18px;
}

.rtl .slive_tabs {
	border-bottom: 0 !important;
}

.rtl .slive_tabs .nav-item.show .nav-link, .rtl .slive_tabs .nav-link.active {
	color: #fff !important;
	background-color: #29334e !important;
	border-color: #29334e !important;
	border-radius: 20px;
}

.rtl .slive_tabs .nav-item {
	margin-bottom: 0 !important;
	margin-right: 10px;
}

.rtl .slive_tabs .nav-link {
	border: 1px solid #c8302f !important;
	border-radius: 20px !important;
	background-color: #c8302f !important;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .slive_tabs .nav-link:hover {
	border: 1px solid #c72127 !important;
	background-color: #c72127 !important;
	color: #fff !important;
}

.rtl .add_stream_content {
	background: #fff;
	margin-top: 30px;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
	margin-bottom: 20px;
}

.rtl .strm_title {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	color: #29334e;
	line-height: 24px;
	margin-bottom: 0;
}

.rtl .sf475 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	margin-top: 5px;
	line-height: 24px;
}

.rtl .sf475 a {
	font-weight: 500;
	color: #29334e;
}

.rtl .sf475 a:hover {
	color: #c8302f !important;
}

.rtl .stm_key {
	font-size: 18px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-top: 30px;
	color: #29334e;
	line-height: 24px;
}

.rtl .group-form {
	margin-top: 27px;
	position: relative;
}

.rtl .group-form label {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 10px;
	color: #29334e;
	line-height: 24px;
}

.rtl ._dlor1 {
	border: 1px solid #efefef;
	background: #f7f7f7;
	height: 40px;
	width: 100%;
	padding: 0 100px 0 20px;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	font-size: 13px;
}

.rtl ._6tf7s {
	position: absolute;
	right: 5px;
	bottom: 5px;
	height: 30px;
	padding: 0 15px;
	background: #c8302f;
	color: #fff;
	border: 0;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl ._6tf7s:hover {
	background: #29334e;
	color: #fff;
}

.rtl ._145d1 {
	height: 40px;
	padding: 0 20px;
	background: #c8302f;
	color: #fff;
	border: 0;
	margin-top: 30px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl ._145d1:hover {
	background: #29334e;
	color: #fff;
}

.rtl ._145d1 i {
	font-size: 120%;
	margin-right: 3px;
}

.rtl .strm_title1 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	color: #29334e;
	line-height: 24px;
	margin-bottom: 0;
}

.rtl ._1457s2 {
	margin-top: 30px;
	display: block !important;
	width: 100%;
}

.rtl .ui.toggle._1457s2.checkbox input:checked ~ .box:before, .rtl .ui.toggle._1457s2.checkbox input:checked ~ label:before {
	background-color: #c8302f !important;
}

.rtl .ui.toggle._1457s2.checkbox input:focus:checked ~ .box:before, .rtl .ui.toggle._1457s2.checkbox input:focus:checked ~ label:before {
	background-color: #c8302f !important;
}

.rtl ._1457s2 label {
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: 'helvetica', sans-serif !important;
	color: #29334e !important;
	margin-bottom: 0 !important;
}

.rtl .srch_explore {
	background: #fff !important;
	border: 1px solid #e5e5e5 !important;
	color: #29334e !important;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
}

.rtl .srch_explore:focus {
	border: 1px solid #29334e !important;
	box-shadow: none !important;
}

.rtl .ui.swdh11 {
	font-size: 14px !important;
	width: 100%;
}

.rtl .ui[class*="left icon"].swdh11.input > input {
	padding-right: 4.2em !important;
	padding-left: 1em !important;
	height: 50px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl .ui[class*="left icon"].input > i.icon.icon2 {
	right: 10px !important;
	left: auto !important;
	border-radius: .28571429rem 0 0 .28571429rem;
}

.rtl i.icon2 {
	font-size: 20px !important;
}

.rtl ._14d25 {
	float: left;
	width: 100%;
}

.rtl ._bg4586 {
	padding: 60px 0 0 !important;
}

.rtl ._215b01 {
	/* float: left; */
	width: 100%;
	background: #333333;
	padding: 30px 0;
}

.rtl .preview_video {
	background: #fff;
	padding: 10px;
	float: left;
	width: 100%;
	border-radius: 10px;
}

.rtl ._215b02 {
	position: absolute;
	text-align: center;
	bottom: 0;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	font-size: 14px;
	background: rgba(51, 51, 51, 0.9);
	left: 0;
	right: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px 0;
}

.rtl ._215b03 h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	text-align: right;
	line-height: normal;
	margin-bottom: 15px;
}

.rtl ._215b04 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #f7f7f7;
	text-align: right;
	line-height: 26px;
}

.rtl ._215b05 {
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl ._215b06 {
	display: flex;
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	direction: rtl;
}

.rtl ._215b07 {
	margin-left: 20px;
}

.rtl .caption_tooltip {
	display: inline-block;
	position: relative;
}

.rtl .caption_tooltip:hover {
	text-decoration: underline;
	color: #f7f7f7;
	cursor: pointer;
}

.rtl .caption-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 200px;
	box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
	border: 1px solid rgba(34, 36, 38, 0.15);
	z-index: 1;
	right: 0;
	border-radius: 5px;
}

.rtl .caption-content span {
	color: #686f7a;
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
}

.rtl .caption-content span i {
	margin-right: 6px;
	font-size: 115%;
}

.rtl .caption_tooltip:hover .caption-content {
	display: block;
}

.rtl ._215b07 i {
	font-size: 120%;
}

.rtl ._215b08 i {
	font-size: 120%;
}

.rtl ._215b10 {
	width: 100%;
	float: right;
}

.rtl ._215b11 {
	margin-top: 30px;
	color: #f3f3f3;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	float: right;
	margin-left: 30px;
}

.rtl ._215b11:hover {
	color: #fff !important;
}

.rtl ._215b12 {
	margin-top: 30px;
	color: #f3f3f3;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	float: right;
}

.rtl ._215b12:hover {
	color: #fff !important;
}

.rtl ._215b11 i {
	font-size: 120%;
	margin-right: 5px;
}

.rtl ._215b12 i {
	font-size: 120%;
	margin-right: 5px;
}

.rtl ._215b15 {
	/* float: left; */
	width: 100%;
	padding: 20px 0 0;
	background: #fff;
	margin-bottom: 17px;
}

.rtl .course_tabs {
	float: right;
	width: 100%;
	margin-top: 10px;
	direction: rtl;
}

.rtl .course_tabs .nav-item {
	margin-bottom: 0 !important;
}

.rtl .course_tabs .nav-tabs .nav-item.show .nav-link, .rtl .course_tabs .nav-tabs .nav-link.active {
	color: #29334e !important;
	background-color: transparent !important;
	border-color: inherit !important;
	border-top: 0 !important;
	border-bottom: 2px solid #c8302f !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.rtl .course_tabs .nav-tabs {
	border-bottom: 0 !important;
}

.rtl .tab_crse .nav-link {
	border-top: 0 !important;
	border-bottom: 2px solid transparent !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	color: #29334e !important;
	font-weight: 500 !important;
	font-family: 'helvetica', sans-serif !important;
}

.rtl .tab_crse .nav-link {
	padding: .5rem 1.5rem !important;
}

.rtl ._215b17 {
	float: left;
	width: 100%;
}

.rtl ._df7852 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e !important;
	margin-top: 0;
	display: block;
	margin-bottom: 10px !important;
}

.rtl ._df7852:hover {
	color: #29334e !important;
}

.rtl ._215b31 {
	width: 100%;
	margin-top: 27px;
}

.rtl ._215b31 li {
	display: inline-block;
}

.rtl .btn_adcart {
	height: 40px;
	border: 0;
	padding: 0 20px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	background: #c8302f;
	border: 1px solid #c8302f;
	margin-left: 6px;
}

.rtl .btn_adcart:hover {
	background: #c72127;
	border: 1px solid #c72127;
}

.rtl .btn_buy {
	height: 40px;
	border: 0;
	padding: 0 25px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	background: transparent;
	border: 1px solid #fff;
}

.rtl .btn_buy:hover {
	color: #fff;
	background: #c72127;
	border: 1px solid #c72127;
}

.rtl ._215fgt1 {
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl ._htg451 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.rtl ._htg452 {
	direction: rtl;
}

.rtl ._htg452 h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 15px;
	color: #29334e;
}

.rtl ._htg452 ul li {
	display: block;
	margin-bottom: 5px;
	direction: rtl;
}

.rtl ._htg452 ul li:last-child {
	margin-bottom: 0;
}

.rtl ._5f7g11 {
	display: block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #686f7a;
	text-align: right;
	line-height: 26px;
}

.rtl ._5f7g11::before {
	content: '\f111';
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 6px;
	color: #29334e;
	vertical-align: bottom;
	margin-left: 10px;
	line-height: 26px;
}

.rtl ._abc123 {
	display: block;
	font-size: 16px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	color: #29334e;
	text-align: right;
}

.rtl ._htg452 p {
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	color: #686f7a;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 26px;
}

.rtl ._abc124 {
	padding-left: 30px;
}

.rtl ._htgdrt {
	background: #fff;
	padding: 30px;
	border: 1px solid #efefef;
	border-radius: 10px;
}

.rtl ._htgdrt h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 15px;
	color: #29334e;
}

.rtl ._abcd145 li {
	padding-bottom: 10px;
	direction: rtl;
}

.rtl ._abcd145 li:last-child {
	padding-bottom: 0;
}

.rtl ._5f7g15 {
	display: flex;
}

.rtl ._5f7g15 i {
	line-height: 28px;
	font-size: 14px;
	color: #29334e;
}

.rtl ._5f7g15 span {
	display: block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #686f7a;
	text-align: right;
	line-height: 26px;
	margin-right: 15px;
}

.rtl .crse_content {
	float: right;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

.rtl .crse_content h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 15px;
	color: #29334e;
	float: right;
}

.rtl ._112456 {
	float: left;
	padding-top: 3px;
}

.rtl ul.accordion-expand-holder {
	direction: rtl;
}

.rtl .accordion-expand-holder li {
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}

.rtl .accordion-expand-holder li:last-child {
	margin-left: 0;
}

.rtl ._d1452 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	margin-bottom: 0;
	color: #29334e;
	cursor: pointer;
}

.rtl ._d1452:hover {
	color: #c8302f;
}

.rtl ._fgr123 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	margin-bottom: 0;
	color: #686f7a;
}

.rtl .ui-accordion {
	margin-top: 4px;
	float: left;
	width: 100%;
}

.rtl .accordion-header {
	float: right;
	width: 100%;
	display: flex;
	align-items: center;
	border: solid 1px #efefef;
	cursor: pointer;
	height: auto;
	margin-top: 3px;
	padding: 15px 30px 15px 20px;
	background: #fff;
	border-radius: 0px;
	flex-direction: row-reverse;
}

.rtl .accordion-header .section-header-left {
	display: flex;
	flex-direction: column;
	flex-basis: 65%;
	direction: rtl;
}

.rtl .accordion-header .section-title-wrapper {
	flex-direction: row;
	align-items: center;
	display: flex;
	color: #505763;
	flex: 1 1 auto;
	font-size: 18px;
	font-weight: 600;
}

.rtl .accordion-header .section-title-text {
	font-size: 16px;
	padding-left: 8px;
	padding-right: 10px;
	color: #29334e;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl .accordion-header .section-header-right {
	display: flex;
	justify-content: flex-end;
	color: #505763;
	flex-basis: 40%;
	direction: rtl;
}

.rtl .accordion-header .num-items-in-section {
	display: block;
	margin-left: 20px;
	white-space: nowrap;
	font-size: 16px;
	color: #686f7a;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .accordion-header .section-header-length {
	text-align: left;
	width: 42%;
	font-size: 16px;
	color: #686f7a;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .crse_icon {
	font-size: 110%;
	margin-right: 5px;
}

.rtl .ui-accordion-content {
	float: left;
	width: 100%;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	background: #fff;
}

.rtl .ui-accordion-content .lecture-container {
	display: flex;
	direction: rtl;
	padding: 12px 30px 12px 20px;
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	border-top: none;
	color: #686f7a;
	letter-spacing: .3px;
	line-height: 1.33;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .ui-accordion-content .left-content {
	display: flex;
	align-items: flex-start;
	width: 50%;
}

.rtl .ui-accordion-content .icon_142 {
	font-size: 18px;
	line-height: 18px;
	color: #afafaf;
}

.rtl .ui-accordion-content .top {
	flex-direction: column-reverse;
	display: flex;
	margin-right: 10px;
	width: 100%;
}

.rtl .ui-accordion-content .title {
	color: #686f7a;
	font-size: 14px;
	margin-top: -2px;
}

.rtl .ui-accordion-content .details {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-left: auto;
	width: 50%;
	font-size: 14px;
}

.rtl .ui-accordion-content .content-summary {
	color: #686f7a;
	flex-direction: row-reverse;
	display: flex;
	text-align: right;
	white-space: nowrap;
	width: 40%;
}

.rtl .ui-accordion-content .preview-text {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .ui-accordion-content .preview-text:hover {
	color: #c8302f !important;
}

.rtl .btn1458 {
	float: left;
	margin-top: 5px;
	border: 1px solid #dedfe0;
	height: 50px;
	background: #e8e9eb;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: center;
	padding: 15px 0;
}

.rtl .btn1458:hover {
	border: 1px solid #e8e9eb;
	background: #e8e9eb;
	color: #29334e !important;
}

.rtl .student_reviews {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

.rtl .reviews_left {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 30px 30px;
	border: 1px solid #efefef;
	border-radius: 10px;
}

.rtl .reviews_left h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 20px;
	color: #29334e;
}

.rtl .total_rating {
	display: flex;
	width: 100%;
	font-size: 16px;
	justify-items: center;
	background: #f7f7f7;
	border: 1px solid #efefef;
	padding: 10px 20px;
	border-radius: 20px;
	flex-direction: row-reverse;
}

.rtl ._rate001 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	margin-bottom: 0;
	color: #29334e;
	margin-left: 10px;
	line-height: 22px;
}

.rtl .rating-box {
	color: #dedfe0;
	display: flex;
	flex-basis: 30%;
	flex-direction: row-reverse;
}

.rtl .rating-star {
	font-size: 1.3rem;
	width: 1.3rem;
	height: 1.3rem;
	position: relative;
	display: block;
	float: right;
	margin-right: 7px;
}

.rtl .full-star:before {
	color: #f2b01e;
	content: "\f005";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
}

.rtl .empty-star:before {
	content: "\f005";
	position: absolute;
	left: 0;
	overflow: hidden;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.rtl .half-star:before {
	color: #f2b01e;
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 60%;
	position: absolute;
	left: 0;
	overflow: hidden;
}

.rtl .half-star:after {
	content: '\f005';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 1.5rem;
	width: 60%;
	text-indent: -1.5rem;
}

.rtl ._rate002 {
	font-size: 13px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 0;
	color: #29334e;
	margin-right: 10px;
	line-height: 22px;
}

.rtl ._rate004 {
	display: flex;
	cursor: pointer;
	height: auto;
	margin-top: 20px;
	border-radius: 0px;
	flex-direction: row-reverse;
}

.rtl .progress1 {
	display: flex;
	flex-basis: 50%;
	margin-left: 20px;
	height: 1.4rem !important;
}

.rtl .progress1 .progress-bar {
	background-color: #c8302f !important;
}

.rtl .w-70 {
	width: 70% !important;
}

.rtl .w-30 {
	width: 30% !important;
}

.rtl .w-5 {
	width: 10% !important;
}

.rtl .w-2 {
	width: 1% !important;
}

.rtl .w-1 {
	width: 0% !important;
}

.rtl .review_right {
	float: right;
	width: 100%;
}

.rtl .review_right_heading {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}

.rtl .review_right_heading h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 0;
	color: #29334e;
	float: right;
}

.rtl .review_search {
	float: left;
	width: 180px;
	position: relative;
}

.rtl .rv_srch {
	height: 30px;
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	padding-right: 15px;
	padding-left: 40px;
	width: 100%;
	border: 1px solid #efefef;
	border-radius: 20px;
}

.rtl .rvsrch_btn {
	position: absolute;
	left: 3px;
	top: 2px;
	border-radius: 100%;
	border: 0;
	height: 26px;
	width: 26px;
	background: #c8302f;
	color: #fff;
	font-size: 14px;
}

.rtl .rvsrch_btn:hover {
	background: #29334e;
	color: #fff;
}

.rtl .review_all120 {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
}

.rtl .review_item {
	padding: 20px;
	border-bottom: 1px solid #efefef;
}

.rtl .review_item:last-child {
	border-bottom: 0;
}

.rtl .review_usr_dt {
	display: flex;
	position: relative;
	flex-direction: row-reverse;
}

.rtl .review_usr_dt img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	margin-left: 15px;
}

.rtl .tutor_name1 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e !important;
	text-align: right;
	margin-bottom: 0;
}

.rtl .time_145 {
	font-size: 13px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	display: block;
	margin-top: 5px;
}

.rtl .rvds10 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-top: 17px;
	line-height: 26px;
	color: #686f7a;
	text-align: right;
}

.rtl .rpt100 {
	display: flex;
	align-items: baseline;
	flex-direction: row-reverse;
}

.rtl .rpt100 span {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	line-height: 24px;
	margin-left: 10px;
}

.rtl .radio--group-inline-container {
	padding: 5px 8px 0 8px;
	border-radius: 6px;
}

.rtl .more_reviews {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .radio--group-inline-container .radio-item {
	display: inline-block;
	margin-right: 10px;
}

.rtl .radio--group-inline-container .radio-item input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.rtl .radio--group-inline-container .radio-item input[type="radio"] + .radio-label:before {
	content: '';
	background: #f7f7f7;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: 0px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.rtl .radio--group-inline-container .radio-item input[type="radio"]:checked + .radio-label:before {
	background-color: #c8302f;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}

.rtl .radio--group-inline-container .radio-item input[type="radio"]:focus + .radio-label:before {
	outline: none;
	border-color: #0E8A86;
}

.rtl .radio--group-inline-container .radio-item input[type="radio"]:disabled + .radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.rtl .radio--group-inline-container .radio-item input[type="radio"] + .radio-label:empty:before {
	margin-right: 0;
}

.rtl .radio-label {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 12px;
	color: #29334e;
	margin-bottom: 0;
	cursor: pointer;
}

.rtl .report145 {
	font-size: 13px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	line-height: 24px;
	margin-right: 5px;
}

.rtl .vd_mdl .close {
	position: absolute;
	right: 10px;
	top: 8px;
	color: #fff;
	margin-left: auto;
	z-index: 1;
}

.rtl .vd_mdl .close:hover {
	color: #fff;
}

.rtl .vd_mdl .modal-body {
	padding: 0 !important;
}

.rtl .vd_mdl .modal-content {
	border-radius: 0 !important;
}

.rtl .vd_mdl .modal-body iframe {
	width: 100%;
	height: 375px;
	margin-bottom: -5px;
}

.rtl ._216b01 {
	float: left;
	width: 100%;
	background: #29334e;
	padding: 30px 0;
}

.rtl .dp_dt150 {
	display: flex;
	align-items: center;
}

.rtl .img148 {
	text-align: center;
}

.rtl .img148 img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.rtl .prfledt1 {
	margin-right: 20px;
	text-align: right;
	margin-bottom: 20px;
}

.rtl ._bty149 {
	text-align: right;
}

.rtl .btn500 {
	height: 40px !important;
	padding: 0 30px !important;
}

.rtl ._216b12 {
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	right: 20px;
}

.rtl ._216b12 span {
	margin-right: 5px;
}

.rtl ._216b12:hover {
	color: #fafafa !important;
}

.rtl .prfledt1 h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 10px;
}

.rtl .prfledt1 span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .rgt-145 {
	text-align: right;
	margin-top: 55px;
	margin-bottom: 30px;
}

.rtl ._bty149 li {
	display: inline-block;
	margin-left: 5px;
}

.rtl ._bty149 li:last-child {
	margin-right: 0;
}

.rtl .msg125 {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 20px;
}

.rtl ._ttl120 {
	margin-top: 10px;
	border: 1px solid #4f4848;
	display: flex;
}

.rtl ._ttl120 li {
	display: inline-block;
	width: 25%;
	padding: 15px 10px;
	border-left: 1px solid #4f4848;
}

.rtl ._ttl120 li:last-child {
	border-left: 0;
}

.rtl ._ttl121 {
	text-align: center;
	width: 100%;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
}

.rtl ._ttl123 {
	font-size: 13px;
	margin-top: 10px;
}

.rtl .rpt145 {
	position: relative;
	direction: rtl;
}

.rtl ._216b22 {
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	display: none;
	text-align: center;
	position: absolute;
	top: 0;
	right: 20px;
}

.rtl ._216b22 span {
	margin-right: 5px;
}

.rtl ._216b22:hover {
	color: #fafafa !important;
}

.rtl .cmmnt_1526 {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px;
}

.rtl .img160 img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
}

.rtl .cmnt_group {
	display: flex;
	flex-direction: row-reverse;
}

.rtl ._cmnt001 {
	margin-right: 20px;
	border: 1px solid #efefef;
	width: 100%;
	overflow: hidden;
	overflow-wrap: break-word;
	resize: horizontal;
	height: 40px;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	color: #29334e;
	padding: 12px;
	border-radius: 10px;
	background: #f9f9f9;
}

.rtl .cmnt-btn {
	margin-top: 15px;
	float: left;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #c8302f;
	border-radius: 25px;
	border: 0;
	height: 40px;
	padding: 0px 30px;
}

.rtl .cmnt-btn:hover {
	color: #fff;
	background: #29334e;
}

.rtl .rpt101 {
	display: flex;
}

.rtl .report155 i {
	font-size: 130%;
	padding: 0 5px;
}

.rtl .report155 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	line-height: 24px;
	margin-left: 5px;
}

.rtl .report155:hover {
	color: #c8302f !important;
}

.rtl .review_reply {
	padding-right: 50px;
}

.rtl ._1frstcate {
	width: 100%;
}

.rtl ._cate101 {
	position: relative;
	background: #fff;
	display: inline-block;
	height: 40px;
	text-align: right;
	padding: 10px 55px 10px 15px;
	border-radius: 10px;
	box-shadow: 0in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	margin-top: 40px;
}

.rtl .cate_icon1 {
	background: #c8302f;
	position: absolute;
	height: 40px;
	width: 40px;
	top: 0;
	right: 0;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}

.rtl .cate_521 h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	line-height: 24px;
	text-align: right;
	margin-top: 50px !important;
}

.rtl .cate_option li:last-child {
	padding-bottom: 0;
}

.rtl .cate_option li {
	padding-bottom: 10px;
	display: block;
}

.rtl .cate_option li a {
	font-size: 14px;
	color: #686f7a;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	font-weight: 400;
}

.rtl .grp_titles {
	padding: 30px 0 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.rtl .ht_title {
	font-size: 14px;
	color: #29334e;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	float: left;
}

.rtl .ht_clr {
	float: right;
	font-size: 14px;
	color: #29334e;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .ui[class*="left icon"].swdh15.input > input {
	padding-right: 4.2em !important;
	padding-left: 1em !important;
	height: 40px !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .tb_145 {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.rtl .hstry142 .nav-pills .nav-link {
	border-radius: 2rem !important;
	font-size: 14px;
	color: #29334e;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	padding: 0.8rem 1.5rem;
	float: left;
	width: 100%;
}

.rtl .hstry142 .nav-pills .nav-link.active, .rtl .hstry142 .nav-pills .show > .nav-link {
	color: #fff !important;
	background-color: #c8302f !important;
}

.rtl .hf_img {
	width: 30%;
	float: right;
	position: relative;
}

.rtl .hf_img img {
	width: 100%;
	border-radius: 5px;
}

.rtl .hs_content {
	padding: 0px 15px 0px 20px;
	float: left;
	width: 70%;
	position: relative;
}

.rtl .eps_dots10 {
	top: 5px;
}

.rtl .mhs_title {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
	text-align: left;
}

.rtl .no-text {
	font-size: 14px;
	color: #686f7a;
	margin-top: 7px;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
	margin-top: 0;
}

.rtl .wtch125 {
	margin-bottom: 8px;
	font-size: 14px;
	margin-top: 5px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: left;
	display: block;
}

.rtl .wtch125 .vdt14::after {
	content: '•';
	margin: 0 4px;
}

.rtl .wtch125 .vdt14:last-child::after {
	display: none;
	content: '';
}

.rtl a.rmv-btn {
	font-size: 14px;
	margin-top: 30px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	display: block;
	background: #c8302f;
	border-radius: 20px;
	text-align: center;
	padding: 10px 0;
}

.rtl a.rmv-btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl a.rmv-btn i {
	margin-right: 3px;
}

.rtl .st_title {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .setting_tabs .nav-pills .nav-link.active, .rtl .setting_tabs .nav-pills .show > .nav-link {
	color: #fff !important;
	background-color: #c8302f !important;
	border-radius: 20px;
}

.rtl .nav-link {
	display: block;
	padding: .5rem 1rem;
	font-size: 14px;
	margin-top: 0;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .account_setting {
	margin-top: 36px;
}

.rtl .account_setting h4 {
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	font-size: 18px;
	text-align: right;
}

.rtl .account_setting p {
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	font-size: 14px;
	text-align: right;
	line-height: 26px;
}

.rtl .basic_profile {
	margin-top: 32px;
}

.rtl .basic_ptitle h4 {
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	font-size: 16px;
	text-align: right;
}

.rtl .basic_ptitle p {
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	font-size: 14px;
	text-align: right;
	line-height: 26px;
}

.rtl .ui[class*="left icon"].swdh19.input > input {
	padding-left: 2em !important;
	padding-right: 2em !important;
	height: 40px !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl .form-control-counter {
	position: absolute;
	top: 3px;
	left: 3px;
	padding: 5px;
	color: #686f7a;
	background: #dedfe0;
	font-weight: 500;
	min-width: 34px;
	line-height: 24px;
	text-align: center;
	border-radius: 100%;
	font-family: 'helvetica', sans-serif;
	font-size: 14px;
}

.rtl .ui.form.swdh30 textarea {
	background: #fff;
	border: 1px solid #e5e5e5 !important;
	outline: 0;
	color: rgba(0, 0, 0, 0.87);
	border-radius: 1rem !important;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
	text-align: right;
}

.rtl .ui.form.swdh30 textarea:focus {
	border: 1px solid #29334e !important;
	box-shadow: none;
}

.rtl .divider-1 {
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
}

.rtl .basic_profile1 {
	margin-top: 47px;
}

.rtl .ui.label.lb12 {
	background-color: #dedfe0 !important;
	padding: 0.9999em 1.2em !important;
	color: #686f7a !important;
	border-top-right-radius: 500rem !important;
	border-bottom-right-radius: 500rem !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rtl .ui[class*="left icon"].swdh31.input > input {
	padding-left: 1em !important;
	padding-right: 2em !important;
	height: 40px !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 500rem !important;
	border-bottom-left-radius: 500rem !important;
}

.rtl .ui.checkbox .box:before, .rtl .ui.checkbox label:before {
	right: 0 !important;
}

.rtl .ui.toggle.checkbox input:checked ~ .box:after, .rtl .ui.toggle.checkbox input:checked ~ label:after {
	right: 2.15rem !important;
}

.rtl .ui.toggle.checkbox .box, .rtl .ui.toggle.checkbox label {
	padding-right: 4.5rem !important;
}

.rtl .ui.toggle.checkbox .box:after, .rtl .ui.toggle.checkbox label:after {
	right: 0 !important;
}

.rtl .help-block {
	display: block;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #686f7a;
	font-size: 12px;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl .save_btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	margin-top: 45px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	background: #c8302f;
}

.rtl .save_btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .ml5 {
	margin-left: 65px;
	margin-top: 5px;
}

.rtl .ui.selection.dropdown.cntry152 {
	border: 1px solid #e5e5e5 !important;
	border-radius: 500rem !important;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
}

.rtl .ui.selection.active.dropdown.cntry152 {
	border-top-left-radius: 1.5rem !important;
	border-top-right-radius: 1.5rem !important;
	box-shadow: none !important;
	border: 1px solid #29334e !important;
}

.rtl .billing-percentages-progress-bar {
	margin-top: 80px;
}

.rtl .billing-percentages-progress-bar__labels li {
	width: 10%;
	display: flex;
	position: relative;
	font-size: 12px;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
}

.rtl .billing-percentages-progress-bar__labels {
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

.rtl .billing-percentages-progress-bar__profit {
	position: absolute;
	top: -50px;
}

.rtl .t5 {
	font-size: 12px;
	line-height: 18px;
}

.rtl .billing-percentages-progress-bar__label:after {
	background: #cfd8dc;
	content: "";
	height: 10px;
	position: absolute;
	top: -20px;
	width: 1px;
	left: 6px;
}

.rtl .billing-percentages-progress-bar__profit .format-currency {
	font-weight: inherit;
}

.rtl .billing-percentages-progress-bar__label_zero-level {
	color: #76d48f;
	font-weight: 700;
}

.rtl .return-departure-dts {
	color: #727272;
	font-weight: 400;
	font-size: 14px;
	position: relative;
	margin-top: 15px;
	display: none;
}

.rtl .single-payment-method:first-child .payment-method-details {
	display: block;
}

.rtl .radio--group-inline-container_1 {
	width: 100%;
	display: flex;
}

.rtl .radio--group-inline-container_1 li {
	display: inline-block;
	width: 33.333%;
	margin-right: 20px;
}

.rtl .radio--group-inline-container_1 .radio-item_1 {
	display: inline-block;
	margin-right: 10px;
	width: 100%;
}

.rtl .radio--group-inline-container_1 .radio-item_1 input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.rtl .radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label_1:before {
	content: '';
	background: #f7f7f7;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: 0px;
	position: relative;
	margin-left: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.rtl .radio--group-inline-container_1 .radio-item_1 input[type="radio"]:checked + .radio-label_1:before {
	background-color: #c8302f;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}

.rtl .radio--group-inline-container_1 .radio-item_1 input[type="radio"]:focus + .radio-label_1:before {
	outline: none;
	border-color: #0E8A86;
}

.rtl .radio--group-inline-container_1 .radio-item_1 input[type="radio"]:disabled + .radio-label_1:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.rtl .radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label:empty:before {
	margin-right: 0;
}

.rtl .radio-label_1 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 12px;
	color: #29334e;
	margin-bottom: 30px;
	cursor: pointer;
	padding: 15px 20px;
	background: #fff;
	width: 100%;
	border-radius: 15px;
}

.rtl .radio-label_1:hover {
	box-shadow: -0.08333in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
	transition: all .4s ease-in-out;
}

.rtl .pymnt_title h4 {
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	font-size: 16px;
	text-align: right;
}

.rtl .pymnt_title p {
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	font-size: 14px;
	text-align: right;
	line-height: 26px;
	margin-top: 10px;
}

.rtl .pymnt_title span {
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	font-size: 14px;
	text-align: left;
	line-height: 26px;
}

.rtl .pymnt_title p a:hover {
	color: inherit;
	text-decoration: underline !important;
}

.rtl .save_payout_btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	margin-top: 30px;
	margin-bottom: 0px;
	color: #fff;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	background: #c8302f;
}

.rtl .save_payout_btn:hover {
	color: #fff;
	background: #29334e;
}

.rtl .api_btn {
	margin-top: 30px;
	padding: 0 20px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #efefef;
	color: #686f7a;
	background: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .api_btn:hover {
	border: 2px solid #29334e;
	color: #fff;
	background: #29334e;
}

.rtl .nt_apt {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rtl .nt_apt i {
	font-size: 120%;
	color: #c8302f;
}

.rtl .mbs20 {
	margin-bottom: 20px !important;
}

.rtl .form-group1 label {
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 14px;
}

.rtl .image-upload-wrap {
	border: 1px dashed #efefef;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rtl .image-dropping,
  .rtl .image-upload-wrap:hover {
	background-color: #fff;
	border: 1px solid #efefef;
}

.rtl .image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #847577;
}

.rtl .drag-text {
	text-align: center;
	padding: 20px 0;
}

.rtl .drag-text h4 {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 5px;
	margin-top: 0;
}

.rtl .drag-text p {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	color: #686f7a;
	font-family: 'helvetica', sans-serif;
	line-height: 12px;
}

.rtl .drag-text i {
	font-size: 24px;
	text-transform: none;
	color: #a1a1a1;
	margin-bottom: 10px;
}

.rtl .file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.rtl .report_history {
	margin-bottom: 80px;
}

.rtl .report_history h4 {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 20px;
}

.rtl .report_history p {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #686f7a;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 10px;
	line-height: 26px;
}

.rtl .report_history a {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	line-height: 26px;
}

.rtl .report_history a:hover {
	color: inherit;
	text-decoration: underline !important;
}

.rtl .report_history ul {
	margin-bottom: 15px !important;
	list-style: disc;
	padding-right: 20px;
}

.rtl .report_history ul li {
	margin-bottom: 5px !important;
}

.rtl .lnk586 {
	margin-bottom: 50px;
	display: block;
}

.rtl .report_history span {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #686f7a;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	margin-bottom: 0px;
	line-height: 26px;
	display: block;
}

.rtl ._215v12 {
	float: left;
	width: 100%;
	padding: 80px 0;
	background: #29334e;
	position: relative;
}

.rtl ._215v12:before {
	content: "";
	background: url(https://cdna.iconscout.com/img/fafbb5d.svg) no-repeat bottom;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: contain;
	opacity: 0.1;
}

.rtl .help_stitle h2 {
	font-size: 30px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.rtl .help_tabs .nav-link {
	font-size: 18px !important;
}

.rtl .tpc152 {
	float: left;
	width: 100%;
}

.rtl .value_props50 {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #efefef;
	box-shadow: none;
	flex: 1;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	height: 200px;
}

.rtl .value_props51 {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #efefef;
	padding: 20px;
	box-shadow: none;
	flex: 1;
	float: left;
	color: #29334e !important;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 30px;
	text-align: center;
}

.rtl ._new89 {
	margin-left: 0 !important;
	float: left;
	width: 100%;
}

.rtl .back_link a {
	/* color: #29334e; */
	float: right;
	/* height: 38px;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 20px;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 400; */
	font-family: 'helvetica', sans-serif;
}

.rtl .back_link a:hover {
	color: #fff !important;
	background: #29334e;
	border: 1px solid #29334e;
}

.rtl .ml_item {
	float: right;
	width: 80%;
	text-align: center;
}

.rtl .main_logo15 {
	float: none;
	/* width: 135px; */
	text-align: center;
	margin: auto !important;
}

.rtl .hde152 {
	display: none;
}

.rtl .title125 {
	width: 100%;
	float: left;
}

.rtl .titleleft {
	float: right;
}

.rtl .titleright {
	float: left;
}

.rtl .ttl121 .breadcrumb {
	background-color: transparent !important;
	padding: 0 !important;
	direction: rtl;
}

.rtl .ttl121 .breadcrumb-item a {
	color: #29334e;
}

.rtl .ttl121 .breadcrumb-item {
	font-size: 14px;
	font-weight: 400;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	line-height: 24px;
}

.rtl .title126 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.rtl .title126 h2 {
	font-size: 24px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-top: 30px !important;
	color: #29334e;
	text-align: right;
	line-height: 30px;
}

.rtl .frc123 {
	margin-top: 13px !important;
}

.rtl .vew120 h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 13px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .vew121 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	line-height: 26px;
	color: #29334e;
}

.rtl .vew121:hover {
	text-decoration: underline !important;
	color: #29334e;
}

.rtl .ntt125 li {
	padding-bottom: 5px;
}

.rtl .ntt125 li:last-child {
	padding-bottom: 0;
}

.rtl .rqst152 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #c8302f;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 11px;
	height: 40px;
	border-radius: 20px;
	margin-bottom: 50px;
}

.rtl .rqst152:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .vew120 p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	color: #686f7a;
	text-align: right;
}

.rtl .mtl145 {
	direction: rtl;
}

.rtl .mtl145 li {
	list-style: decimal;
	margin-left: 30px;
	font-family: 'helvetica', sans-serif;
}

.rtl ._215cd2 {
	float: left;
	width: 100%;
	padding: 20px 0 0;
	background: #fff;
	position: relative;
	margin-bottom: 0px;
}

.rtl ._215cd2:before {
	content: "";
	background: url(../images/about/title_bg.jpg) center bottom repeat-x;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: contain;
	opacity: 0.1;
}

.rtl .title129 {
	float: right;
	width: 100%;
	padding-bottom: 20px;
}

.rtl .title129 h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-top: 30px !important;
	color: #29334e;
	text-align: center;
	line-height: 30px;
}

.rtl ._215td5 {
	padding: 62px 0;
	float: left;
	width: 100%;
}

.rtl .title589 h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 17px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .title589 p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: right;
	color: #686f7a;
	line-height: 26px;
	padding: 0;
}

.rtl .p__metric {
	font-size: 42px;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	font-weight: 700;
	text-align: right;
	margin-top: 60px;
}

.rtl .p__metric span {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	margin-top: 20px !important;
	text-align: right;
	color: #686f7a;
	line-height: 26px;
	display: block;
}

.rtl .feature125 {
	text-align: right;
	margin-top: 35px;
}

.rtl .feature125 h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 13px;
	margin-top: 26px;
	text-align: right;
	color: #29334e;
}

.rtl .feature125 p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0;
	color: #686f7a;
	margin-top: 0;
	text-align: right;
	line-height: 26px;
}

.rtl .feature125 i {
	font-size: 40px;
	text-align: right;
	color: #29334e;
	margin-bottom: 0;
}

.rtl ._215zd5 {
	float: right;
	width: 100%;
	background: #fff;
	padding: 62px 0;
}

.rtl .title478 {
	padding: 62px 0 0;
}

.rtl .title478 h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 4px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .title478 p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: right;
	color: #686f7a;
	line-height: 26px;
	padding-top: 27px;
}

.rtl .story125 {
	text-align: center;
}

.rtl .story125 {
	text-align: center;
}

.rtl .jmio125 p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	margin-top: 50px !important;
	text-align: right;
	color: #686f7a;
	line-height: 26px;
}

.rtl ._215xd5 {
	padding: 62px 0;
	float: left;
	width: 100%;
	background: #fff;
}

.rtl .jmio125 img {
	width: 100%;
	margin-top: 50px;
}

.rtl .crer_btn_link {
	height: 40px;
	padding: 10px 20px;
	border: 0;
	margin-top: 34px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	background: #c8302f;
	display: inline-block;
}

.rtl .crer_btn_link:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl ._205ef5 {
	padding: 0;
	float: left;
	width: 100%;
}

.rtl .blogleft12 {
	width: 100%;
}

.rtl .blogleft12 li {
	display: block;
	border-bottom: 1px solid #efefef;
}

.rtl .blogleft12 li:last-child {
	border-bottom: 0;
}

.rtl .blg152 {
	padding: 15px;
}

.rtl .category-topics {
	border-top: 1px solid #efefef;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: right;
	color: #29334e;
	display: block;
	padding: 15px 20px;
}

.rtl .category-topics:first-child {
	border-top: 0;
}

.rtl .category-topics:after {
	content: '\f0d7';
	font-size: 14px;
	font-family: "FontAwesome";
	float: left;
	margin-right: 30px;
	color: #a7a8aa;
}

.rtl .category-topics.collapsed:after {
	content: '\f0da';
	font-size: 14px;
	font-family: "FontAwesome";
	float: left;
	margin-right: 30px;
	color: #a7a8aa;
}

.rtl .category-card li {
	border: 0;
}

.rtl .category-item1 {
	border-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: right;
	color: #686f7a;
	display: block;
	padding: 10px 20px;
}

.rtl .category-item1.active {
	font-weight: 500;
	color: #29334e;
}

.rtl .category-item1:last-child {
	padding-bottom: 20px;
}

.rtl .socl148 {
	padding: 20px;
}

.rtl .twiter158 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	border: 0;
	border-radius: 20px;
	height: 30px;
	padding: 0 15px;
	width: 100%;
	background: #1da1f2;
}

.rtl .facebook158 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	border: 0;
	border-radius: 20px;
	height: 30px;
	padding: 0 15px;
	width: 100%;
	margin-top: 10px;
	background: #3b5998;
}

.rtl .ic45 {
	margin-right: 7px;
}

.rtl .help_link {
	padding: 15px 20px;
	text-align: center;
}

.rtl .help_link p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 2px !important;
	margin-top: 0 !important;
	color: #686f7a;
	line-height: 26px;
}

.rtl .help_link a {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
}

.rtl .blog_des {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	color: #686f7a;
	text-align: right;
	margin-top: 15px;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: box !important;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rtl .blogbg_1 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #efefef;
	box-shadow: none;
	transition: all .2s ease-in-out;
}

.rtl .main-p-pagination {
	float: left;
	margin-top: 50px;
	width: 100%;
	text-align: right;
	margin-bottom: 50px;
}

.rtl .main-p-pagination .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	text-align: right;
}

.rtl .main-p-pagination .pagination .page-link {
	font-size: 14px;
	font-weight: 400;
	position: relative;
	display: block;
	padding: 7px 12px;
	margin-left: 8px;
	line-height: 1.25;
	color: #686f7a;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #efefef;
	text-align: center;
	font-family: 'helvetica', sans-serif;
}

.rtl .main-p-pagination .pagination .page-link.active {
	background: #29334e;
	border: 1px solid #29334e;
	color: #fff;
}

.rtl .main-p-pagination .pagination .page-link:hover {
	background: #c8302f;
	border: 1px solid #c8302f;
	color: #fff !important;
	box-shadow: none;
}

.rtl .main-p-pagination .pagination .page-link:focus {
	box-shadow: none;
	color: inherit !important;
}

.rtl .main-p-pagination .pagination .page-link i {
	font-size: 12px;
}

.rtl .blog_link {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .blog_link i {
	margin-right: 5px;
}

.rtl .bg_blog2 img {
	width: 100%;
	margin-top: 30px;
	border-radius: 10px;
}

.rtl .vdtodt55 {
	margin-bottom: 23px;
	font-size: 14px;
	margin-top: 30px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	display: block;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.rtl .vdtodt55 .vdt24::after {
	content: '•';
	margin: 0 4px;
}

.rtl .vdtodt55 .vdt24:last-child::after {
	display: none;
	content: '';
}

.rtl .blog_pagination {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.rtl .bp_left {
	float: left;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	z-index: 1;
	font-family: 'helvetica', sans-serif;
}

.rtl .bp_left i {
	font-size: 24px;
	color: #29334e;
}

.rtl .bp_right {
	float: right;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	z-index: 1;
	font-family: 'helvetica', sans-serif;
}

.rtl .bp_right i {
	font-size: 24px;
	color: #29334e;
}

.rtl .kslu15 {
	margin-left: 15px;
	text-align: left;
}

.rtl .prevlink {
	font-size: 16px;
	color: #29334e;
	font-weight: 500;
	margin-bottom: 10px;
}

.rtl .kslu15:hover {
	margin-left: 5px;
	transition: margin .3s ease-out;
}

.rtl .prev_title {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: box !important;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	color: #686f7a;
}

.rtl .kslu16 {
	margin-right: 15px;
	text-align: right;
}

.rtl .prevlink1 {
	font-size: 16px;
	color: #29334e;
	font-weight: 500;
	margin-bottom: 10px;
}

.rtl .kslu16:hover {
	margin-right: 5px;
	transition: margin .3s ease-out;
}

.rtl .prev_title1 {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: box !important;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	color: #686f7a;
}

.rtl .title484 {
	padding: 0 0 50px;
}

.rtl .title484 h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 4px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .title484 p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: right;
	color: #686f7a;
	line-height: 26px;
	margin-top: 27px;
}

.rtl .cpy_img {
	width: 100%;
	float: left;
	position: relative;
}

.rtl .cpy_img img {
	width: 100%;
	border-radius: 5px;
}

.rtl .cpy_content {
	padding: 20px 10px 10px;
	float: left;
	width: 100%;
	position: relative;
}

.rtl .branches_all {
	margin-top: 5px;
	float: left;
	width: 100%;
}

.rtl .cmpy14s {
	display: block;
	font-size: 16px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
	margin-bottom: 7px;
	line-height: 26px;
}

.rtl .cmpylink {
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	color: #686f7a;
	text-align: left;
	margin-bottom: 0;
	line-height: 26px;
	margin-top: 15px;
	display: inline-block;
}

.rtl .cmpylink:hover {
	color: #29334e !important;
}

.rtl .joblink {
	margin-top: 33px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #c8302f;
	padding: 10px 20px;
	border-radius: 20px;
}

.rtl .joblink:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .story125 iframe {
	width: 100%;
	height: 300px;
}

.rtl .feature_careers .owl-nav .owl-prev {
	left: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 43%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .feature_careers .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .feature_careers .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .feature_careers .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .career_item {
	width: 100%;
	text-align: center;
	direction: rtl;
}

.rtl .career_item_img {
	width: 80px;
	height: 8 0px;
	display: inline-block;
}

.rtl .career_item img {
	-o-object-fit: fill;
	object-fit: fill;
	min-width: 100%;
	height: auto;
	border-radius: 50%;
}

.rtl .career_item h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 17px !important;
	text-align: center;
	color: #29334e;
	line-height: 26px;
	margin-top: 29px;
}

.rtl .career_item p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: center;
	color: #686f7a;
	line-height: 26px;
	padding: 0 200px;
}

.rtl .view-blog-link {
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	color: #29334e;
	text-align: left;
}

.rtl .view-blog-link:hover {
	color: #c8302f !important;
}

.rtl .view-blog-link i {
	font-size: 16px;
}

.rtl .apply_job_link {
	width: 100%;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	height: 190px;
	text-align: right;
}

.rtl .apply_job_link h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 15px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .apply_job_link span {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: right;
	color: #686f7a;
}

.rtl .career_lnk5 {
	font-size: 14px;
	color: #fff;
	background: #c8302f;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 20px;
	margin-top: 20px;
	display: inline-block;
}

.rtl .career_lnk5:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .career_lnk6 {
	font-size: 14px;
	color: #fff;
	background: #c8302f;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 20px;
	margin-top: 0;
	display: inline-block;
}

.rtl .career_lnk6:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .apply_form {
	padding-top: 50px;
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-bottom: 50px;
}

.rtl .apply_form h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 15px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .drag-text .applyfile {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 5px;
	margin-top: 0;
}

.rtl .apply_links_sco {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}

.rtl .apply_links_sco h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 15px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .ui.selection.cntry152.dropdown {
	min-width: 100% !important;
	padding: .78571429em 2.1em 0.785714em 2em !important;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
}

.rtl .ui.selection.dropdown > .delete.icon, .rtl .ui.selection.dropdown > .dropdown.icon, .rtl .ui.selection.dropdown > .search.icon {
	left: 2em !important;
	right: auto !important;
}

.rtl .ui.dropdown .menu > .item {
	text-align: right !important;
}

.rtl .press_news {
	margin-top: 50px;
}

.rtl .press_news h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 15px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .press_news p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0px !important;
	text-align: right;
	color: #686f7a;
	line-height: 26px;
}

.rtl .press_item {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #efefef;
}

.rtl .vdtopress {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0px !important;
	text-align: right;
	color: #686f7a;
}

.rtl .press_item h4 {
	margin-bottom: 13px;
	margin-top: 14px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .press_dt_view {
	margin-top: 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	border-radius: 20px;
}

.rtl .press_dt_view:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.rtl .press_dt_view i {
	margin-left: 2px;
	padding-top: 5px;
}

.rtl .allnews_btn {
	display: block;
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	color: #29334e;
}

.rtl .allnews_btn:hover {
	text-decoration: underline !important;
	color: #c8302f;
}

.rtl .press_item .press_title {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	display: block;
}

.rtl .main_logo25 {
	float: none;
    /* width: 135px; */
	text-align: center;
	margin: auto !important;
	padding: 50px 0;
}

.rtl .main_logo25 img {
	width: 200px;
}

.rtl .sign_in_up_bg {
	background: #f7f7f7 !important;
	position: relative;
	width: 100%;
}

.rtl .sign_in_up_bg:before {
	content: "";
	background: url(../images/sign.svg) no-repeat center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	opacity: 0.04;
}

.rtl .sign_form {
	background: #fff;
	border-radius: 10px;
	padding: 50px 50px 30px;
	box-shadow: -0.08333in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
	flex: 1;
	float: left;
	width: 100%;
	margin-top: 0;
	direction: rtl;
    /* text-align: center; */;
}

.rtl .ui.form.checkbox_sign {
	text-align: right;
	direction: rtl;
}

.rtl .ui.checkbox_sign label {
	padding-right: 1.85714em !important;
}

.rtl .ui.checkbox.mncheck .box, .rtl .ui.checkbox.mncheck label {
	font-family: 'helvetica', sans-serif !important;
	color: #29334e;
	line-height: 20px;
}

.rtl .ui.checkbox.mncheck input:checked ~ .box:after, .rtl .ui.checkbox.mncheck input:checked ~ label:after {
	opacity: 1;
	color: #c8302f !important;
	font-size: 10px !important;
	border-radius: 100%;
	margin-top: 0;
	right: 1px;
}

.rtl .ui.checkbox.mncheck .box:before, .rtl .ui.checkbox.mncheck label:before {
	border-radius: 100%;
	width: 18px !important;
	height: 18px !important;
	margin-top: 1px;
}

.rtl .login-btn {
	font-size: 14px;
	margin-top: 30px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #c8302f;
	border-radius: 20px;
	text-align: center;
	border: 0;
	width: 100%;
	height: 40px;
}

.rtl .login-btn:hover {
	color: #fff;
	background: #29334e;
}

.rtl .sign_form h2 {
	font-size: 24px;
	margin-bottom: 17px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: center;
}

.rtl .sign_form p {
	font-size: 14px;
	margin-bottom: 47px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: center;
	line-height: 26px;
}

.rtl .sgntrm145 {
	padding: 47px 0 30px;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #efefef;
}

.rtl .sign_footer {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	padding: 50px 0;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.rtl .sign_footer img {
	margin-right: 10px;
}

.rtl .sgntrm145 a {
	color: #c8302f;
}

.rtl .sgntrm145 a:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.rtl .hvsng145 a {
	color: #c8302f;
}

.rtl .hvsng145 a:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.rtl .ui.swdh95 {
	font-size: 14px !important;
	width: 100%;
}

.rtl .ui[class*="left icon"].swdh95.input > input {
	padding-right: 4.2em !important;
	padding-left: 1em !important;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl .ui[class*="left icon"].swdh95.input > input:focus {
	padding-left: 1em !important;
	padding-right: 4.2em !important;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .social_lnk_btn {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #efefef;
	border-radius: 20px;
	text-align: center;
	border: 0;
	width: 100%;
	height: 40px;
}

.rtl .social_lnk_btn i {
	margin-right: 10px;
	font-size: 120%;
}

.rtl .color_btn_fb {
	background: #3b5998 !important;
}

.rtl .color_btn_tw {
	background: #1da1f2 !important;
}

.rtl .color_btn_go {
	background: #34a853 !important;
}

.rtl .main-tabs {
	width: 100%;
	margin-bottom: 50px;
	direction: rtl;
}

.rtl .main-tabs .nav-tabs {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0;
	border-bottom: 0;
	background: #f7f7f7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.rtl .main-tabs .nav-tabs .nav-item.show .nav-link, .rtl .main-tabs .nav-tabs .nav-link.active {
	color: #c8302f !important;
	background-color: none !important;
	border-bottom: 2px solid #c8302f !important;
}

.rtl .main-tabs .nav-tabs .nav-item .nav-link:hover {
	color: #29334e !important;
	background: none !important;
	border-bottom: 2px solid #efefef;
	text-decoration: none !important;
}

.rtl .main-tabs .nav-tabs .nav-item {
	width: 50%;
	border-left: 1px solid #efefef;
}

.rtl .main-tabs .nav-tabs .nav-item .nav-link {
	background: transparent;
	color: #686f7a;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	line-height: 24px;
	padding: 15px 10px !important;
	margin-right: 0;
	border: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rtl .main-tabs .nav-tabs .nav-item:last-child {
	border-left: 0;
}

.rtl .memb4d25 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
}

.rtl .membership_bg {
	background: #fff;
	width: 100%;
	float: left;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
	box-shadow: -0.08333in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
	transition: all .2s ease-in-out;
	margin-top: 47px;
}

.rtl .membership__left h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 20px !important;
	color: #29334e;
	text-align: right;
	line-height: 30px;
}

.rtl .memmbership_price {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 10px !important;
	color: #c8302f;
	text-align: right;
	line-height: 26px;
}

.rtl .save_price {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	line-height: 26px;
}

.rtl .membership__right {
	float: left;
}

.rtl .membership__right img {
	height: 100px;
}

.rtl .membership__left {
	float: right;
}

.rtl .membership_title {
	float: right;
	width: 100%;
}

.rtl .membership_des {
	float: left;
	width: 100%;
}

.rtl .membership_des p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-top: 40px !important;
	color: #686f7a;
	text-align: left;
	line-height: 26px;
}

.rtl .panel-title > a:before {
	float: left  !important;
	font-family: 'helvetica', sans-serif;
	content: "\-";
	padding-right: 0px;
	font-size: 20px;
	padding-top: 2px;
}

.rtl .panel-title > a.collapsed:before {
	float: left  !important;
	content: "\+";
}

.rtl .panel-title a {
	font-size: 18px;
	font-weight: 500;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	padding: 15px 0 18px;
	display: block;
	line-height: 26px;
}

.rtl .panel-title > a:hover,
  .rtl .panel-title > a:active,
  .rtl .panel-title > a:focus {
	text-decoration: none;
}

.rtl .chck_icon {
	color: #c8302f;
	margin-right: 10px;
	font-size: 135%;
}

.rtl .panel-group {
	width: 100%;
	float: right;
	margin-top: 20px;
}

.rtl .panel-title {
	vertical-align: middle;
}

.rtl .panel-default {
	float: left;
	width: 100%;
	border-top: 1px solid #efefef;
}

.rtl .panel-default:first-child {
	border-top: 0;
}

.rtl .panel-body {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	line-height: 26px;
	padding-bottom: 20px;
	text-align: right;
}

.rtl .panel-default-1 {
	float: right;
	width: 100%;
	border-top: 1px solid #efefef;
}

.rtl .panel-title-1 {
	vertical-align: middle;
}

.rtl .panel-title-1 a {
	font-size: 18px;
	font-weight: 500;
	color: #686f7a !important;
	font-family: 'helvetica', sans-serif;
	padding: 15px 0 18px;
	display: block;
	line-height: 26px;
}

.rtl .chck_icon_1 {
	color: #686f7a;
	margin-right: 10px;
	font-size: 135%;
}

.rtl .prmb_btn {
	margin-top: 20px;
	width: 100%;
	height: 50px;
	border-radius: 30px;
	border: 0;
	background: #c8302f;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl .prmb_btn:hover {
	background: #29334e;
	color: #fff;
}

.rtl .membership_faq_bg {
	background: #fff;
	width: 100%;
	float: left;
	padding: 0 30px 10px;
	border-radius: 10px;
	border: 1px solid #efefef;
	box-shadow: -0.08333in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
	transition: all .2s ease-in-out;
	margin-top: 45px;
	margin-bottom: 28px;
}

.rtl .st_title5 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .mb4d25 {
	float: right;
	width: 100%;
	margin-top: 47px;
	margin-bottom: 5px;
}

.rtl .membership_chk_bg {
	background: #fff;
	width: 100%;
	float: right;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
	margin-bottom: 30px;
}

.rtl .checkout_title h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 10px !important;
	color: #29334e;
	text-align: right;
	line-height: 26px;
}

.rtl .checkout-tabs {
	width: 100%;
	margin-top: 42px;
	margin-bottom: 20px;
	direction: rtl;
}

.rtl .checkout-tabs .nav-tabs {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0;
	border-bottom: 0;
	background: #f7f7f7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.rtl .checkout-tabs .nav-tabs .nav-item.show .nav-link, .rtl .checkout-tabs .nav-tabs .nav-link.active {
	color: #c8302f !important;
	background-color: none !important;
	border-bottom: 2px solid #c8302f !important;
}

.rtl .checkout-tabs .nav-tabs .nav-item .nav-link:hover {
	color: #29334e !important;
	background: none !important;
	border-bottom: 2px solid #efefef;
	text-decoration: none !important;
}

.rtl .checkout-tabs .nav-tabs .nav-item {
	width: 33.333%;
	text-align: center;
	border-right: 1px solid #efefef;
}

.rtl .checkout-tabs .nav-tabs .nav-item .nav-link {
	background: transparent;
	color: #686f7a;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	line-height: 24px;
	padding: 15px 10px !important;
	margin-right: 0;
	border: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rtl .checkout-tabs .nav-tabs .nav-item:last-child {
	border-right: 0;
}

.rtl .check_icon5 {
	font-size: 120%;
	margin-right: 5px;
}

.rtl .lbel25 label {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 10px !important;
	color: #29334e;
	text-align: right;
	display: block;
}

.rtl .t-body {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 30px !important;
	color: #686f7a;
	line-height: 26px;
	text-align: left;
	margin-top: 25px !important;
}

.rtl .media {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.rtl .media > div:first-child {
	margin-right: 1em;
}

.rtl .media__item {
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.rtl .media__body {
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.rtl .financial-institutes {
	display: inline-block;
	list-style: none;
	line-height: 0;
}

.rtl .financial-institutes__logo {
	display: inline-block;
	margin: 0 1px 5px 0;
}

.rtl .financial-institutes__logo img {
	width: 48px;
	height: 30px;
}

.rtl .t2-body {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 10px !important;
	color: #686f7a;
	line-height: 26px;
	text-align: left;
	margin-top: 0px !important;
}

.rtl .chckout_order_dt {
	/* margin-top: 34px; */
	width: 100%;
	/* border-top: 1px solid #efefef;
	padding-top: 30px; */
}

.rtl .order_dt_section {
	float: right;
	width: 100%;
	margin-top: 7px;
}

.rtl .order_title {
	float: right;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
}

.rtl .order_title h4 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	float: right;
	margin-bottom: 0;
	line-height: 24px;
	width: 70%;
	text-align: right;
}

.rtl .order_title .order_price {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: left;
	float: left;
	width: 30%;
	margin-bottom: 0;
}

.rtl .order_title h6 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	float: right;
	width: 70%;
	text-align: right;
	line-height: 24px;
	margin-bottom: 0;
}
.rtl .order_title h6 span{
	font-size: 16px;
    font-weight: 500;
    color: #686f7a;
}
.rtl .chckot_btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	margin-top: 30px;
	float: right;
	color: #fff;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	background: #c8302f;
	display: block;
}

.rtl .chckot_btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .save_address_btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	margin-top: 30px;
	color: #fff;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	background: #c8302f;
}

.rtl .save_address_btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .address_text {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	float: right;
	width: 100%;
	text-align: right;
	line-height: 24px;
	margin-top: 10px;
}

.rtl .order_title h3 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	float: right;
	width: 70%;
	text-align: right;
	line-height: 24px;
	margin-bottom: 0;
}

.rtl .order_title h2 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	float: right;
	width: 70%;
	text-align: right;
	line-height: 24px;
	margin-bottom: 0;
}

.rtl .order_title .order_price5 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: left;
	float: left;
	width: 30%;
	margin-bottom: 0;
}

.rtl .scr_text {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 27px;
}

.rtl .scr_text i {
	font-size: 120%;
	margin-right: 5px;
}

.rtl .rght1528 {
	position: sticky;
	top: 90px;
}

.rtl .coming_soon_wrapper {
	margin-left: 0;
	margin-top: 0;
	padding: 0 !important;
}

.rtl .coming_soon_style {
	background-color: #29334e !important;
	background-image: -moz-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
	background-image: -webkit-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
	background-image: -o-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
	background-image: -ms-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
	background-image: radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
}

.rtl .cmtk_group {
	width: 100%;
	padding: 100px 0;
}

.rtl .ct-logo {
	width: 100%;
	text-align: center;
}

.rtl .ct-logo img {
	width: 150px;
}

.rtl .cmtk_dt {
	padding: 106px 0 117px;
	text-align: center;
}

.rtl .thnk_coming_title {
	font-size: 10em;
	font-weight: 600;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	line-height: 1em;
	text-shadow: 1px 10px 6px rgba(0, 0, 0, 0.2);
	padding-bottom: 29px;
	margin-top: 0;
}

.rtl .thnk_title1 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	line-height: 26px;
	margin-top: 0;
	text-shadow: 1px 10px 6px rgba(0, 0, 0, 0.2);
}

.rtl .thnk_des {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	line-height: 26px;
	margin-top: 0;
	text-shadow: 1px 10px 6px rgba(0, 0, 0, 0.2);
	margin-top: 30px;
	margin-bottom: 0;
}

.rtl .thnk_des span {
	color: #fe807e;
}

.rtl .thnk_des a {
	color: #c8302f;
}

.rtl .thnk_des a:hover {
	color: #c8302f !important;
	text-decoration: underline !important;
}

.rtl .tc_footer_main {
	float: left;
	width: 100%;
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #29334e;
}

.rtl .tc_footer_left ul li {
	display: inline-block;
}

.rtl .tc_footer_left {
	float: right;
}

.rtl .tc_footer_left ul {
	direction: rtl;
}

.rtl .tc_footer_left a {
	font-size: 12px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	line-height: 24px;
	padding: 10px 10px 0;
	color: #fff;
}

.rtl .tc_footer_left a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.rtl .tc_footer_right {
	float: left;
}

.rtl .tc_footer_right p {
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	line-height: 24px;
}

.rtl .no-padding {
	padding: 0 !important;
}

.rtl .no-float {
	float: none !important;
}

.rtl .center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 75px;
}

.rtl .noti-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 41px;
}

.rtl .cmtk_dt .clock {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.rtl .cmtk_dt .clock li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	width: 22%;
}

.rtl .cmtk_dt .clock li span {
	font-weight: 600;
	font-size: 8em;
	color: #fff;
	line-height: 1em;
	display: block;
	font-family: "Roboto", sans-serif;
}

.rtl .cmtk_dt .clock, .rtl .cmtk_dt .social-icons a:hover {
	text-shadow: 1px 10px 6px rgba(0, 0, 0, 0.2);
}

.rtl .cmtk_dt .clock li label {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: normal;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	height: 20px;
	margin: 10px 0 0;
	line-height: 20px;
}

.rtl .cmtk_dt .clock li.sep {
	font-size: 5.5em;
	font-weight: 600;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	padding: 0 0 38px 0;
	width: 4%;
}

.rtl .ui[class*="left icon"].thykh19.input > input {
	padding-left: 2em !important;
	padding-right: 8em !important;
	height: 50px !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	border: 2px solid #fff !important;
	background: #f1f1f1;
}

.rtl .ui[class*="left icon"].thykh19.input > input:focus {
	border: 2px solid #fff !important;
}

.rtl .noti-btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	background: #c8302f;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 0 20px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.rtl .title_404 {
	font-size: 14em;
	font-weight: 600;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	line-height: 1em;
	text-shadow: 1px 10px 6px rgba(0, 0, 0, 0.2);
	padding-bottom: 29px;
	margin-top: 0;
}

.rtl .bk_btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	background: #c8302f;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 25px;
}

.rtl .bk_btn:hover {
	color: #fff !important;
	background: #c8302f;
	box-shadow: 1px 10px 6px rgba(0, 0, 0, 0.2);
}

.rtl .ttrm15 {
	float: right;
	width: 100%;
}

.rtl .ttrm15 li {
	display: block;
	float: left;
	width: 100%;
	padding: 15px 20px;
	border-bottom: 1px solid #efefef;
}

.rtl .ttrm15 li:last-child {
	border-bottom: 0;
}

.rtl .tt_item {
	float: right;
	width: 100%;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
}

.rtl .atlink {
	font-size: 16px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	font-style: italic;
	line-height: 26px;
	color: #29334e;
	text-align: right;
	margin-bottom: 20px;
}

.rtl .vew120 .term_link14 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	color: #29334e;
	text-align: right;
}

.rtl .vew120 .term_link14:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.rtl .contact1256 {
	float: left;
	width: 100%;
	margin-top: 17px;
	margin-bottom: 64px;
}

.rtl .contact_link_step {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	border: 1px solid #efefef;
	box-shadow: -0.08333in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
	width: 100%;
	margin-top: 30px;
	text-align: center;
	display: block;
}

.rtl .contact_link_step img {
	width: 70px;
}

.rtl .contact_link_step h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	color: #29334e;
	text-align: center;
	margin-top: 24px;
}

.rtl .contact_map {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #efefef;
	box-shadow: none;
	width: 100%;
	margin-top: 64px;
	text-align: center;
	overflow: hidden;
}

.rtl .contact_map #map {
	width: 100%;
	height: 350px;
}

.rtl .contact_map #map svg g {
	fill: #c8302f !important;
}

.rtl .contact_info {
	margin-top: 64px;
}

.rtl .contact_list_info {
	float: left;
	width: 100%;
	margin-top: 28px;
}

.rtl .contact_list_info li {
	display: block;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.rtl .contact_list_info .txt_cntct {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	color: #686f7a;
	text-align: right;
	float: left;
	width: 100%;
	direction: rtl;
}

.rtl .contact_list_info .cntct_895 i {
	font-size: 120%;
}

.rtl .edututs_links_social {
	float: left;
	width: 100%;
	margin-top: 24px;
}

.rtl .contact_list_info .cntct_895 {
	float: right;
	width: 35%;
	color: #29334e;
	font-weight: 500;
}

.rtl .contact_list_info .txt_cntct p {
	width: 65%;
	float: left;
	line-height: 26px;
	text-align: right;
}

.rtl ._215certibg {
	float: left;
	width: 100%;
	padding: 80px 0;
	background: #29334e;
	position: relative;
}

.rtl ._215certibg:before {
	content: "";
	background: url(../images/cerificate_center/center_bg.jpg) no-repeat bottom;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	opacity: 0.1;
}

.rtl .cert_banner_text {
	text-align: center;
}

.rtl .cert_banner_text h1 {
	font-size: 60px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.rtl .cert_banner_text p {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	color: #fff;
}

.rtl .certi_icons {
	padding-top: 56px;
}

.rtl .certi_icons li {
	display: inline-block;
}

.rtl .edttslogo img {
	width: 135px;
}

.rtl .edttsplus img {
	width: 80px;
	margin: 0 40px;
}

.rtl .edttslogo1 img {
	width: 150px;
}

.rtl .certi-btn {
	margin-top: 80px;
	border: 0;
	height: 50px;
	text-align: center;
	padding: 0 100px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	border-radius: 30px;
	background: #c8302f;
	cursor: pointer;
}

.rtl .title889 h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 7px !important;
	text-align: center;
	color: #29334e;
	line-height: 26px;
}

.rtl .catey-tabs {
	margin-top: 35px;
	direction: rtl;
}

.rtl .catey-tabs .nav-pills .nav-link.active, .rtl .catey-tabs .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #c8302f !important;
	border-radius: 20px;
}

.rtl .catey-tabs .nav-pills .nav-link:focus, .rtl .catey-tabs .nav-pills .nav-link:hover {
	color: #fff !important;
	background-color: #c8302f !important;
	border-radius: 20px;
}

.rtl .catey-tabs .nav-pills .nav-item {
	margin: 0 2px;
}

.rtl .certicates {
	margin-top: 0;
}

.rtl .certilink__152 {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #efefef;
	padding: 20px;
	box-shadow: none;
	flex: 1;
	float: left;
	color: #29334e !important;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-top: 30px;
	text-align: center;
}

.rtl .certilink__152:hover {
	color: #fff !important;
	background: #c8302f;
}

.rtl ._485td5 {
	padding: 62px 0;
	float: left;
	width: 100%;
	position: relative;
	background: #29334e;
}

.rtl ._485td5:before {
	content: "";
	background: url(../images/sign.svg) no-repeat center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	opacity: 0.06;
}

.rtl .titleceti89 h2 {
	font-size: 24px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 17px !important;
	text-align: right;
	color: #fff;
	line-height: 26px;
}

.rtl .who_get {
	text-align: center;
	margin-top: 43px;
}

.rtl .who_img {
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	padding: 23px 0;
	border: 5px solid #fff;
	box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.rtl .who_get img {
	width: 90px;
}

.rtl .who_get h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	margin-top: 27px;
	text-align: center;
	line-height: 26px;
}

.rtl .knowledge_dts {
	text-align: right;
	margin-top: 30px;
}

.rtl .knowledge_dts p {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	color: #686f7a;
	text-align: right;
}

.rtl .knowledge_btn {
	margin-top: 23px;
	border: 0;
	height: 50px;
	text-align: center;
	padding: 0 100px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	border-radius: 30px;
	background: #c8302f;
}

.rtl .knowledge_btn:hover {
	color: #fff;
	background: #29334e;
}

.rtl .certi_form {
	float: right;
	width: 100%;
	margin: 50px 0 65px;
	text-align: right;
}

.rtl .category_cop {
	float: left;
	width: 100%;
	text-align: left;
}

.rtl .category_cop h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	margin-top: 35px !important;
	text-align: right;
	line-height: 26px;
	margin-bottom: 0;
}

.rtl .panel-title10 {
	vertical-align: middle;
}

.rtl .panel-title10 > a:before {
	float: left !important;
	font-family: 'helvetica', sans-serif;
	content: "\-";
	padding-right: 0px;
	font-size: 18px;
	padding-top: 2px;
}

.rtl .panel-title10 > a.collapsed:before {
	float: left !important;
	content: "\+";
}

.rtl .panel-title10 a {
	font-size: 16px;
	font-weight: 500;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	padding: 15px 0 18px;
	display: block;
	line-height: 26px;
	text-align: right;
}

.rtl .panel-title10 > a:hover,
  .rtl .panel-title10 > a:active,
  .rtl .panel-title10 > a:focus {
	text-decoration: none;
}

.rtl .ui.checkbox input:checked ~ .box:before, .rtl .ui.checkbox input:checked ~ label:before {
	background: #fff;
	border-color: #c8302f !important;
}

.rtl .ui.radio.checkbox input:checked ~ .box:after, .rtl .ui.radio.checkbox input:checked ~ label:after {
	background-color: #c8302f !important;
}

.rtl .testtrm145 {
	padding: 20px 0 10px;
	margin-bottom: 0 !important;
	float: left;
	width: 100%;
	text-align: right !important;
}

.rtl .testtrm145 a {
	color: #c8302f;
}

.rtl .testtrm145 a:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.rtl .sgntrm145 a {
	color: #c8302f;
}

.rtl .questrm145 {
	padding: 33px 0 5px;
	margin-bottom: 0 !important;
}

.rtl .questrm145 span {
	color: #c8302f;
	margin: 0 2px;
}

.rtl .test_timer_bg {
	background: #fff;
	width: 100%;
	float: left;
	padding: 0;
	border-radius: 10px;
	margin-bottom: 50px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
}

.rtl .test_timer_left {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row-reverse;
}

.rtl .test_timer_left li {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 30px 20px;
	border-left: 1px solid #efefef;
}

.rtl .test_timer_left li:last-child {
	border-left: 0;
}

.rtl .timer_time {
	float: left;
	width: 100%;
	text-align: center;
}

.rtl .timer_time h4 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	margin-bottom: 15px;
	text-align: center;
	line-height: 26px;
	height: 100px;
	width: 100px;
	display: inline-block;
	border: 2px solid #29334e;
	border-radius: 100%;
	padding: 35px 0;
	background: #fff;
}

.rtl .timer_time p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	margin-top: 0;
	text-align: center;
	line-height: 26px;
}

.rtl .ques_item {
	margin-bottom: 35px;
}

.rtl .ques_item:last-child {
	margin-bottom: 0;
}

.rtl .ques_title {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 24px;
}

.rtl .ques_title span {
	font-weight: 600;
	margin-right: 10px;
}

.rtl .ques_item label {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
}

.rtl .test_submit_btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	margin-top: 30px;
	float: right;
	color: #fff;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	background: #c8302f;
	display: block;
}

.rtl .test_submit_btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .test_result_bg {
	width: 100%;
	float: right;
}

.rtl .test_result_left {
	width: 100%;
	float: right;
	display: flex;
	direction: rtl;
}

.rtl .test_result_left li {
	width: 33.333%;
	float: left;
	display: inline-block;
	padding: 0;
}

.rtl .result_dt {
	float: right;
	width: 100%;
	text-align: right;
}

.rtl .result_dt h4 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	line-height: 26px;
	height: 100px;
	width: 100px;
	display: inline-block;
	border: 2px solid #57a4ff;
	border-radius: 100%;
	padding: 35px 0;
	background: #57a4ff;
}

.rtl .result_dt .right_ans {
	font-size: 50px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	line-height: 26px;
	height: 100px;
	width: 100px;
	display: inline-block;
	border: 2px solid #01b200;
	border-radius: 100%;
	padding: 26px 0;
	background: #01b200;
}

.rtl .result_dt .wrong_ans {
	font-size: 46px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	line-height: 26px;
	height: 100px;
	width: 100px;
	display: inline-block;
	border: 2px solid #fb3838;
	border-radius: 100%;
	padding: 26px 0;
	background: #fb3838;
}

.rtl .result_dt p {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	margin-top: 0;
	text-align: right;
	line-height: 26px;
}

.rtl .result_dt span {
	color: #686f7a;
	margin-left: 5px;
	font-weight: 400;
}

.rtl .result_content {
	margin-top: 57px;
	float: right;
	width: 100%;
	text-align: right;
}

.rtl .result_content h2 {
	font-size: 42px;
	font-weight: 600;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	padding-bottom: 15px;
	margin-top: 0;
}

.rtl .result_content p {
	font-size: 20px;
	font-weight: 400;
	color: #686f7a;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-top: 0;
}

.rtl .download_btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	background: #c8302f;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 25px;
}

.rtl .download_btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .result_stitles {
	padding: 0px 0 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	float: left;
	width: 100%;
}

.rtl .rs6t_title {
	font-size: 18px;
	color: #29334e;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	float: left;
}

.rtl .filter__counter {
	color: #686f7a;
	margin-left: 5px;
}

.rtl .rating_filter i {
	font-size: 18px;
	margin: 0 -3px;
	color: #fdcc0d;
}

.rtl .filter_selector {
	float: right;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	font-weight: 400;
}

.rtl .ui.inline.dropdown.flt145 > .text {
	font-weight: 500 !important;
	font-family: 'helvetica', sans-serif;
}

.rtl .invoice_header {
	position: relative !important;
	z-index: 1 !important;
	width: 100% !important;
	height: 60px !important;
	background: transparent !important;
	display: flex !important;
	align-items: center !important;
	box-shadow: none !important;
}

.rtl .invoice_header_item {
	float: left;
	width: 100%;
	text-align: center;
}

.rtl .invoice_logo {
	float: right;
	width: 135px;
}

.rtl .invoice_logo img {
	width: 100%;
}

.rtl .invoice_header_item p {
	font-size: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	color: #fff;
	padding: 5px 0;
	float: left;
}

.rtl .invoice_body {
	padding: 50px 30px;
	background: #fff;
	float: left;
	width: 100%;
}

.rtl .invoice_date_info {
	float: right;
	width: 100%;
}

.rtl .invoice_date_info ul {
	float: right;
}

.rtl .invoice_date_info ul li {
	display: block;
	margin-bottom: 5px;
}

.rtl .vdt-list {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: left;
	line-height: 24px;
}

.rtl .vdt-list span {
	color: #29334e;
	margin-right: 10px;
}

.rtl .invoice_header_main {
	background: #29334e;
	float: left;
	width: 100%;
	height: 60px;
	display: flex !important;
	align-items: center !important;
	padding: 30px;
}

.rtl .invoice_dts {
	float: left;
	width: 100%;
	margin-top: 35px;
}

.rtl .invoice_title {
	float: right;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
}

.rtl .vhls140 {
	float: right;
	width: 100%;
	margin-top: 30px;
}

.rtl .vhls140 h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
	margin-bottom: 15px;
}

.rtl .vhls140 ul li {
	display: block;
	margin-bottom: 5px;
}

.rtl .vhls140 ul li:last-child {
	margin-bottom: 0;
}

.rtl .vdt-list {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	line-height: 24px;
	direction: rtl;
}

.rtl .invoice_table {
	float: left;
	width: 100%;
	margin-top: 50px;
	background: #fafafa;
	border-radius: 5px;
}

.rtl .invoice_table .table {
	margin-bottom: 0 !important;
	direction: rtl;
}

.rtl .invoice_table .table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #efefef !important;
	font-size: 14px;
	font-weight: 500;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	padding: 15px 20px;
}

.rtl .invoice_table .table td, .rtl .invoice_table .table th {
	padding: 20px !important;
	vertical-align: top !important;
	border-top: 0 !important;
}

.rtl .user_dt_trans {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	line-height: 24px;
}

.rtl .jsk1145 {
	text-align: right;
}

.rtl .jsk1145 .totalinv2 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #242424;
	margin-bottom: 0px;
	margin-bottom: 10px;
}

.rtl .invoice_footer {
	float: right;
	width: 100%;
	margin-top: 30px;
}

.rtl .invoice_table .table td {
	border-top: 1px solid #efefef !important;
}

.rtl .invoice_footer {
	float: right;
	width: 100%;
	margin-top: 30px;
}

.rtl .leftfooter {
	float: right;
}

.rtl .leftfooter p {
	font-size: 14px;
	color: #757575;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	text-align: left;
}

.rtl .righttfooter {
	float: left;
}

.rtl .print_btn {
	float: right;
	height: 40px;
	background: #c8302f;
	padding: 11px 30px;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 20px;
}

.rtl .print_btn:hover {
	background: #29334e;
	color: #fff !important;
}

.rtl .line-title {
	padding-top: 20px;
	margin-bottom: 6px;
}

.rtl .sa4d25 {
	direction: rtl;
}

.rtl .night_mode_switch__btn {
	border-bottom: 1px solid #efefef;
}

.rtl .night_mode_switch__btn a {
	display: block;
	font-size: 14px;
	transition: 0.3s;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	border-radius: 10px;
	color: #29334e;
	padding: 15px;
	position: relative;
	display: flex;
	align-items: center;
}

.rtl .night_mode_switch__btn a i {
	font-size: 120%;
	height: 30px;
	Width: 30px;
	background: #ffecec;
	border-radius: 100%;
	margin-left: 10px;
	padding: 6px 4px 0;
	display: inline-block;
}

.rtl .btn-night-mode .btn-night-mode-switch {
	display: inline-block;
	height: 18px;
	width: 37px;
	top: 35%;
	left: 13px;
	position: absolute;
}


/* ==================================================================================
Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
 /* ::-moz-selection { Code for Firefox
	background-color: #cce2ff;
    color: rgba(0,0,0,.87);
} */

::selection {
	background-color: #cce2ff;
    color: rgba(0,0,0,.87);
} */

ol, ul {
	list-style: none;
	margin-bottom: 0 !important;
}
a:hover {
	color: inherit !important;
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none !important;
}
button {
	outline: none;
}

button:focus {
	outline: none !important;
}

input {
	outline: none;
}
textarea {
	outline: none;
}

p {
	font-size: 16px;
	line-height: 29px;
	color: #686f7a;
}

/* ================ Typography Css =============== */
h1 {
	font-size: 2em;
	/* 2x body copy size = 32px */
	line-height: 1.25;
	/* 45px / 36px */
}
h2 {
	font-size: 1.625em;
	/* 1.625x body copy size = 26px */
	line-height: 1.15384615;
	/* 30px / 26px */
}
h3 {
	font-size: 1.375em;
	/* 1.375x body copy size = 22px */
	line-height: 1.13636364;
	/* 25px / 22px */
}
h4 {
	font-size: 1.125em;
	/* 1.125x body copy size = 18px */
	line-height: 1.11111111;
}
h5 {
	font-size: 1.10em;
	/* 1.125x body copy size = 18px */
	line-height: 1.10;
}
h6 {
	font-size: 1em;
	/* 1.125x body copy size = 18px */
	line-height: 1.050;
}
blockquote {
	font-size: 1.25em;
	/* 20px / 16px */
	line-height: 1.25;
	/* 25px / 20px */
}
@media (min-width: 43.75em) {
h1 {
	font-size: 2.5em;
	/* 2.5x body copy size = 40px */
	line-height: 1.125;
}
h2 {
	font-size: 2em;
	/* 2x body copy size = 32px */
	line-height: 1.25;
}
h3 {
	font-size: 1.5em;
	/* 1.5x body copy size = 24px */
	line-height: 1.25;
}
h4 {
	line-height: 1.22222222;
	/* (22px / 18px */
}
blockquote {
	font-size: 1.5em;
	/* 24px / 16px = */
	line-height: 1.45833333;
	/* 35px / 24px */
}
}
@media (min-width: 56.25em) {
h1 {
	font-size: 3em;
	/* 3x body copy size = 48px */
	line-height: 1.05;
	/* keep to a multiple of the 20px line height
	and something more appropriate for display headings */
}
h2 {
	font-size: 2.25em;
	/* 2.25x body copy size = 36px */
	line-height: 1.25;
}
h3 {
	font-size: 1.75em;
	/* 1.75x body copy size = 28px */
	line-height: 1.25;
}
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

.ask-question,
nav,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd > span i,
.view-more > a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts > a,
.bk-links li a,
.like-com li a,
.user-profy > a,
.slick-previous:before,
.slick-nexti:before,
.comment > a,
.sign_link > a,
.post-popup,
.post-project > a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec > a,
.star-descp > a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt > a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev > a,
nav ul li:hover > ul,
.user-pro-img > a i {
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */

body::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
body::-webkit-scrollbar-corner {
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0,0,0,.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}

html {
   font-size: 14px;
   height: 100%;
   width: 100%;
}

body {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	line-height: 1.42857143;
	color: #29334e;
	background: #f7f7f7 !important;
	height: 100%;
	width:100%;
}

.menu_left::-webkit-scrollbar {
    width:4px;
}
.menu_left::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

input[type=text] {
	color: #29334e !important;
}
.chapterListToggle {
	position: absolute;

}
/* --- Preloader --- */





/* Medium devices (desktops)
==========================*/
@media (max-width: 992px) {

}
@media (min-width: 992px) {

	body {
	overflow-y: scroll;
	}

	.logo img {
		width: 200px;
		text-align: center;
		margin-top: 10px;
		float: none;
	}

	.wrapper , .footer{
		margin-left: 0px;
		margin-left: 240px;
	}
	.wrapper .footer {
		margin:0;
	}
	.course-content {
		margin-right: 400px;
		margin-left: 0;
	}

	.chapter-list ~ .ng-star-inserted .wrapper {
		margin-left: 0;
		margin-right: 400px;
	}

	.chapterListToggle {
		left: auto;
		right: 400px;
	}

	.chapterListToggle i {
		font-size: 30px !important;
	}

	#sidekickToggle:checked ~ .ng-star-inserted .wrapper {
		margin-left: 0;
		margin-right: 0;
	}

	#sidekickToggle:checked ~ .chapterListToggle {
		right: 0;
	}
.minify {
	right:0;
}
.wrapper {
  margin-left: 0px;
}
	.wrapper__minify {
		margin-left: 240px;
		margin-right: 0;
  }
.rtl .wrapper {
  margin-right: 0px !important;
}
	.rtl .wrapper__minify {
		margin-left: 0px !important;
		margin-right: 240px !important;
  }
  .rtl .footer.wrapper__minify {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
  /* #mySidebar.vertical_nav{
    width: 0px;
    left: -240px ;
  }
  #mySidebar.vertical_nav__minify {
    position: fixed;
    left: 0px;
    top: 60px;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    width: 240px;
    z-index: 995;
} */
}

/*--- Left Side Footer ---*/

.alrt_dot {
    position: absolute;
    right: 15px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background: #c8302f;
    overflow: hidden;
    width: 5px;
    height: 5px;
    text-align: center;
    border-radius: 100%;
    top: 45%;
}

.left_footer {
    padding: 15px 14px;
}

.left_footer ul li {
    display: inline-block;
}

.left_footer a {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    line-height: 24px;
    padding: 0 3px;
	color: #29334e;
}

.left_footer a:hover {
	color: #c8302f !important;
}

.left_footer_content {
    padding-top: 15px;
}

.left_footer_content p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #afafaf;
    text-align: left;
    line-height: 24px;
}

.left_section {
    border-bottom: 1px solid #e5e5e5;
}

/*--- Header ---*/

header.db-header  {
	position: fixed;
	z-index: 999;
	/* width: 100%; */
	height: 60px;
	background: #fff;
	display: flex !important;
	align-items: center;
	box-shadow: 0px 0.052083333in 11.25pt -9px rgba(0,0,0,.1);
	width: calc(100% - 60px);
    right: 0;
}

.main_logo {
    float: left;
    /* width: 135px; */
    margin-left: 20px;
}

.logo-inverse {
    display: none;
}

.search120 {
    float: left;
    margin-left: 80px;
}

.srch10 {
	background: #f7f7f7 !important;
    border: 0 !important;
	color: #29334e !important;
}

i.icon1 {
	font-size: 16px !important;
}

.ui.swdh10 {
    font-size: 14px !important;
	width: 350px;
}

.ui[class*="left icon"].swdh10.input>input {
    padding-left:3.2em!important;
    padding-right: 1em!important;
	font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.header_right {
    margin-left: auto;
    float: right;
    padding-right: 15px;
}

.header_right ul li {
    display: inline-block;
	vertical-align: middle;
}

.option_links {
    padding: 10px 8px;
    font-size: 20px;
    color: #686f7a;
	position: relative;
}

.option_links i {
    font-size: 120%;
}

.option_links:hover, .option_links:focus {
    color: #29334e !important;
}

.noti_count {
    font-size: 11px;
    position: absolute;
    top: 3px;
    right: 8px;
    background: #c8302f;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.opts_account img {
    width: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}

.upload_btn {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    padding: 9px 15px;
    border-radius: 25px;
	margin-right: 10px;
}

.upload_btn i {
    font-size: 16px;
    margin-right:3px;
}

.upload_btn:hover {
    color: #fff !important;
    background: #29334e;
}

.left_title {
    padding: 20px 17px 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #afafaf;
    text-align: left;
	margin-bottom: 0;
}

.user_img img {
    width: 30px;
    border-radius: 100%;
    margin-left: 17px;
    margin-right: 15px;
}

.menu.dropdown_account {
    margin-top: 11px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.menu.drop-menu {
    width: 300px;
    margin-top: 17px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 300px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.menu.dropdown_ms {
    width: 300px;
    margin-top: 17px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 300px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.channel_my {
	padding: 15px !important;
    border-bottom: 1px solid #efefef !important;
    min-width: 100%;
    max-width: 100%;
    white-space: normal;
}

.channel_my:last-child {
    border-bottom: 0 !important;
}

.profile_link {
    display: flex;
}

.profile_link img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
	border: 2px solid #fff;
	border-radius: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.pd_content {
    width: 80%;
	white-space: normal;
}

.pd_content h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 5px;
    color: #29334e;
    text-align: left;
	position: relative;
}

.pd_content span {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0;
    color: #686f7a;
    text-align: left;
}

.dp_link_12 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    margin-top: 15px;
    display: block;
    text-align: left;
}

.dp_link_12:hover {
    color: #c8302f !important;
}

.ui.dropdown .menu>.channel_item {
    color: #686f7a !important;
    padding: .78571429rem 1.14285714rem!important;
    font-size: 14px !important;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

.ui.dropdown .menu>.channel_item:hover {
    color: #29334e !important;
    background:#ffecec !important;
}

.rhte85 {
    display: flex;
}

.mef78 i {
    font-size: 18px;
    line-height: 15px;
    color: #1da1f2;
}

.pd_content p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 8px;
    color: #686f7a;
    text-align: left;
    margin-top: 8px;
	line-height: 20px;
}

.pd_content span.nm_time {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0;
    color: #afafaf;
    text-align: left;
}

.vbm_btn {
    width: 100%;
    text-align: center;
    float: left;
    padding: 15px 0;
    background: #ffecec;
    font-size: 14px;
    color: #29334e !important;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
}

.vbm_btn:hover {
    background: #29334e;
    color: #fff !important;
}

/*--- Index Homepage ---*/

.wrapper {
	padding: 90px 0 0;
	transition: all 0.3s ease-out;
	min-height: 100%;
	/* width:100%; */
	display: flex;
	display: -moz-box;
  display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;

}
.footer {
	transition: all 0.3s ease-out;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.section3125 {
    float: left;
    width: 100%;
}

.section3126 {
    float: left;
    width: 100%;
}

.item_title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
	float: left;
    margin-bottom: 20px;
}

.see150 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #afafaf;
    text-align: right;
    float: right;
    padding-top: 3px;
    margin-bottom: 20px;
}

.la5lo1 {
    float: left;
    width: 100%;
}

.stream_1 {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
	background-position: center;
    background-repeat: no-repeat;
	background: rgba(51,1,51, 0.1);
}

.stream_bg {
    text-align: center;
    display: inline-block;
    width: 100%;
	padding: 15px 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(30px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.13);
}

.stream_bg img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 100%;
    display: inline-block !important;
	border: 1px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.stream_bg h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: center;
    color: #29334e;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.stream_bg p {
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
    color: #686f7a;
    display: inline-block;
    text-align: center;
	position: relative;
}

.stream_bg p span {
    width: 6px;
    height: 6px;
    background: #c8302f;
    position: absolute;
    border-radius: 100%;
    top: 2px;
    right: -9px;
}

.la5lo1 .owl-theme .owl-nav .disabled {
    opacity: .4 !important;
    cursor: default;
}

.live_stream .owl-nav .owl-prev {
	left: 0px;
    font-size: 20px !important;
    position: absolute;
    top: 40%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #29334e !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.live_stream .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: 0px;
	top: 40%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.live_stream .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.live_stream .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.mt-80 {
	margin-top: 80px;
}

.mt-62 {
	margin-top:62px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-62 {
	margin-bottom: 62px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-10 {
	margin-bottom: 10px;
}

.fcrse_1 {
    background: #fff;
    width: 100%;
	float: left;
    padding: 10px;
    border-radius: 10px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
	margin-bottom: 30px;
}

.fcrse_img {
	width: 100%;
	float: left;
	position: relative;
	display: inline-flex;
	/* min-height: 360px; */
	min-height: 200px;
	max-height: 240px;
    height: auto;
	border-radius: 5px;
    overflow: hidden;

}

.fcrse_img img {
    width: 100%;
	/* border-radius: 5px; */
	object-fit: cover;
}

.fcrse_content {
    padding: 10px 5px;
	float: left;
    width: 100%;
	position: relative;
}

.crse14s {
	display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
    margin-bottom: 15px 0;
    line-height: 24px;
}

.crse-cate {
    display: block;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
	padding-top: 2px;
}

.purchased_badge {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #29334e;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 15px;
    cursor: default;
}

.cr1fot {
    margin-bottom: 0;
    margin-top: 18px;
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    float: left;
    color: #686f7a;
    text-align: left;
    line-height: 24px;
}

.auth1lnkprce {
    float: left;
    width: 100%;
    margin-top: 18px;
}

.cr1fot a {
    color: #29334e;
    font-weight: 500;
}

.cr1fot a:hover {
    color: #29334e !important;
	text-decoration: underline !important;
}

.prce142 {
    float: right;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: right;
}

.vdtodt {
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    display: block;
}

.vdtodt .vdt14::after {
    content: '•';
    margin: 0 4px;
}

.vdtodt .vdt14:last-child::after{
    display: none;
	content: '';
}

.eps_dots {
    position: absolute;
    right: 0;
}

.eps_dots a {
	font-size: 20px;
    color: #afafaf !important;
}

.eps_dots a:hover {
    color: #29334e !important;
}

.more_dropdown {
  display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
	z-index: 1;
	right: 0;
	border-radius: 5px;
}

.dropdown-content span {
	color: #686f7a;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
	padding: 10px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.dropdown-content span i {
	margin-right: 6px;
	font-size: 115%;
}

.dropdown-content span:hover {
	color: #29334e !important;
	background-color: #ffecec;
}

.more_dropdown:hover .dropdown-content {display: block;}

.more_dropdown:hover .eps_dots {background-color: #29334e;}

.course-overlay {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
	background-image: linear-gradient(transparent, rgba(51,51,51,.3) 90%);
	height: auto;
	border-radius: 5px;
}

.crse_reviews {
    color: #fff;
    background: #fdcc0d;
    display: inline-block;
    padding: 3px 15px 3px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.crse_reviews i {
    margin-right: 2px;
}

.badge_seller {
	border-radius: 3px;
    font-size: 10px;
    position: absolute;
    padding: 2px 10px;
    background: #fa8305;
    border: none;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 600;
    line-height: 1.5;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    z-index: 2;
    vertical-align: baseline;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

.badge_seller:after {
	background: inherit;
    content: '';
    height: 12px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 12px;
    z-index: 1;
    display: block;
    left: -5px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.crse_timer {
    bottom: 0;
    position: absolute;
    margin-bottom: 10px;
    right: 0;
    margin-right: 10px;
    color: #fff;
    background: rgba(51,51,51,0.8);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.play_btn1 {
	border: 0;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    border-radius: 100%;
    padding: 15px 13px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 40%;
    right: calc(50% - 20px);
    opacity: 0;
    background: rgba(51, 51, 51, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	display: flex;
    align-items: center;
}

.course-overlay:hover .play_btn1 {
    color: #fff !important;
	opacity: 1;
}

.featured_courses .owl-nav .owl-prev {
	left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #29334e !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured_courses .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured_courses .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured_courses .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-prev {
	left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #29334e !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}


.section3126 {
    float: left;
    width: 100%;
}

.value_props {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    flex: 1;
    float: left;
    width: 100%;
    margin-top: 30px;
	text-align: center;
}

.value_icon {
	float: left;
	width: 100%;
}

.value_icon i {
	font-size: 36px;
    margin-right: 0;
    color: #29334e;
    background: #ffecec;
    border-radius: 10px;
    padding: 10px 6px;
    display: inline-block;
}

.value_content {
    float: left;
    width: 100%;
	margin-top: 20px;
}

.value_content h4 {
    font-size: 18px;
    margin-bottom: 9px;
    display: block;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: center;
}

.value_content p {
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    color: #686f7a;
	text-align: center;
}

.tutor_img {
    width: 100%;
    float: left;
	padding: 20px;
	text-align: center;
}

.tutor_img img {
    text-align: center;
    width: 100px !important;
    height: 100px !important;
    display: inline-block !important;
    border-radius: 100%;
	border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.tutor_content_dt {
	text-align: center;
	float: left;
    width: 100%;
    margin-bottom: 20px;
	padding: 0 10px;
}

.tutor_name {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e !important;
    text-align: center;
	position: relative;
}

.tutor150 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tutor_cate {
    font-size: 13px;
    color: #686f7a;
    margin-top: 10px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
    margin-bottom: 17px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.tutor_social_links li {
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.tutor_social_links li:last-child {
    margin-right: 0;
}

.tutor_social_links li a {
    font-size: 14px;
    float: left;
    width: 35px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    padding: 9px 0;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tutor_social_links li a:hover {
    color: #fff !important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.fb {
	background: #3b5998;
}

.tw {
	background: #1da1f2;
}

.ln {
	background: #8d6cab;
}

.yu {
	background: #ff0000;
}

.sbbc145 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    border: 0;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
	text-align: center;
}

.sbbc145:hover {
    color: #fff;
    background: #29334e;
}

.sbbc146 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    background: #e9e9e9;
    border: 0;
    height: 40px;
    width: 40px;
    border-radius: 20px;
	text-align: center;
}

.tut1250 {
    font-size: 12px;
    margin-top: 20px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: center;
    display: block;
}

.tut1250 .vdt15::after {
    content: '•';
    margin: 0 4px;
}

.tut1250 .vdt15:last-child::after{
    display: none;
	content: '';
}

.fcrse_2 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.prfle12link {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
}

.prfle12link:hover {
    color: #c8302f !important;
}

.get1452 {
	background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
	position: relative;
	text-align: left;
	margin-bottom: 30px;
    background-image: url(../images/get-img.jpg);
}

.get1452 h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 13px;
}

.get1452 p {
    font-size: 14px;
    color: #f9f9f9;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 27px;
}

.Get_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    border-radius: 20px;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    background: #c8302f;
    font-size: 14px;
    font-weight: 500;
}

.Get_btn:hover {
    color: #fff;
    background: #c72127;
}

.fcrse_3 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 10px;
	margin-bottom: 30px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.cater_ttle {
	float: left;
	width: 100%;
	padding: 15px 20px;
	border-bottom: 1px solid #efefef;
}

.fcrse_3 h4 {
    font-size: 16px;
    color: #29334e;
	float: left;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0;
}

.allcate15 {
    float: left;
    width: 100%;
}

.allcate15 li {
    display: block;
    float: left;
    width: 100%;
}

.ct_item {
    float: left;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
}

.ct_item.active {
    font-weight: 500;
	color: #29334e;
}

.ct_item i {
    margin-right: 10px;
    font-size: 120%;
}

.live_text {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.live_icon {
    float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.live_icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 43px;
    font-size: 30px;
    text-align: center;
    padding: 14px 0;
	background: #ffecec;
    border-radius: 100%;
	border-bottom: 1px solid #efefef;
}

.live-content {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

.live-content p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
    margin-bottom: 20px;
    color: #686f7a;
}

.livinfo {
	font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0;
    margin-top: 15px;
    color: #686f7a;
    display: block;
}

.live_link {
    height: 40px;
    background: #c8302f;
    border: 0;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
}

.live_link:hover {
	color: #fff;
    background: #29334e;
}

.fcrse_4 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.say_content {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.say_content p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
    color: #686f7a;
    text-align: left;
}

.st_group {
    float: left;
    width: 100%;
    display: flex;
	align-items: center;
}

.stud_img {
    text-align: left;
}

.stud_img img {
    text-align: left;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.st_group h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e !important;
	margin-top: 0;
	margin-bottom: 0 !important;
	margin-left: 15px;
}

.Student_says .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 38%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #29334e !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 100% !important;;
    -moz-border-radius: 100% !important;;
    -ms-border-radius: 100% !important;;
    -o-border-radius: 100% !important;;
}

.Student_says .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 40%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.Student_says .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.Student_says .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.strttech120 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}


.strttech120 h4 {
    font-size: 18px;
    color: #29334e;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 13px;
}

.strttech120 p {
    font-size: 14px;
    color: #686f7a;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 32px;
	line-height: 26px;
}

.footer {
	/* background: #29334e; */
	width: 100%;
	padding: 0;
	float: left;
}

.item_f1 {
	padding-top: 50px;
}

.item_f1 a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    /* display: block; */
    padding-bottom: 10px;
    color: #fff !important;
}

.item_f1 a:hover {
    color: #efefef !important;
}

.item_f1 a:last-child {
    padding-bottom: 0;
}

.item_f3 {
	padding-top: 50px;
}

.btn1542 {
	height: 40px;
    padding: 10px 15px;
    border: 0;
    border-radius: 20px;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    background: #c8302f;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.btn1542:hover {
    color: #fff !important;
    background: #c72127;
}

.lng_btn {
	margin-top: 20px;
}

.lng_btn a {
	height: 40px;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.lft {
	margin-right: 5px;
}
.rgt {
	margin-left: 5px;
}

.lng_btn a:hover {
    color: #fff !important;
}

.footer_bottm {
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px solid #454545;
}

.fotb_left li {
	display: inline-block;
	vertical-align: middle;
}

.footer_logo img {
    width: 30px;
	margin-right: 20px;
}

.fotb_left p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #f7f7f7;
    text-align: left;
    line-height: 24px;
}

.edu_social_links {
    text-align: right;
}

.edu_social_links a {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 16px;
    display: inline-block;
    /* color: #f7f7f7; */
    color: rgba(0,0,0,.87) !important;

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edu_social_links a:hover {
     color: rgba(0,0,0,.87) !important;

    /* color: #fff !important; */
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.lng_btn .ui.dropdown .menu>.item {
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e !important;
}

/*--- All Live Streams ---*/

.main-loader {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

/* === Animation Loader === */

.spinner {
    margin: 0 auto 0;
    width: 50px;
    text-align: center;
    height: 20px;
    border-radius: 100px;
    background-color: #fff;
    line-height: 20px;
    border: 1px solid #efefef;
    cursor: pointer;
}

.spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #29334e;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #29334e;
  opacity: 0.702;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  background-color: #29334e;
  opacity: 0.4;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.live1452 {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

/*Floating CSS Start*/
.live1452 iframe {
	width: 100%;
	height: 435px;
	border-radius: 10px;
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.stuck {
	position: fixed;
	bottom: 20px;
	right: 20px;
	transform: translateY(100%);
	width: 260px !important;
	height: 145px !important;
	animation: fade-in-up .25s ease forwards;
	z-index: 999;
}

/*Floating CSS End*/

@keyframes example {
    0%   {background-color: red;}
    25%  {background-color: #ff7037;}
    50%  {background-color: red;}
    100% {background-color: #ff7037;}
}


.live_comment {
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	border-top: 1px solid #efefef;
}

.live_input {
    width: 100%;
    height: 50px;
    padding: 10px 60px 10px 15px;
    border: 0;
    color: #29334e;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.btn_live {
	position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 0;
    background: #c8302f;
    font-size: 20px;
    padding: 9px 7px;
    color: #fff;
}

.btn_live:hover {
    background: #29334e;
	color: #fff;
}

.live_chat {
    float: left;
    width: 100%;
    height: 418px;
    overflow-y: auto;
	padding: 15px 20px;
}

.live_chat::-webkit-scrollbar {
    width:4px;
}
.live_chat::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.chat1 p {
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 24px;
    font-size: 14px;
    color: #686f7a;
    margin-bottom: 13px;
    text-align: left;
}

.chat1 a {
    font-weight: 600;
    margin-right: 10px;
    color: #29334e!important;
}

.live_user_dt {
    float: left;
    width: 100%;
    display: flex;
}

.user_img5 {
    text-align: left;
}

.user_img5 img {
    text-align: left;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    border-radius: 100%;
	margin-right: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.live_user_dt h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e !important;
	margin-top: 0;
	margin-bottom: 10px !important;
}

.user_dt5 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.user_dt_left {
	float: left;
}

.subscribe-btn {
    border: 0;
    background: #c8302f;
    padding: 0 20px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-size: 14px;
}

.subscribe-btn:active {
  outline: none;
}

.subscribe-btn:visited {
  outline: none;
}

.Subscribed-btn {
  background: #c72127 !important;
  color: white;
}

.studio-link-btn {
    border: 0;
    background: #c8302f;
    padding: 0 20px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-size: 14px;
}

.user_dt_right {
	float: right;
}

.user_dt_right ul li {
    display: inline-block;
}

.lkcm152 {
    display: block;
    background: #fff;
    height: 60px;
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.lkcm152 span {
    display: block;
	margin-top: 2px;
}

.lkcm152 i {
    font-size: 18px;
}

.slive_tabs {
	border-bottom: 0 !important;
}

.slive_tabs .nav-item.show .nav-link, .slive_tabs .nav-link.active {
    color: #fff !important;
    background-color: #29334e !important;
    border-color: #29334e !important;
	border-radius: 20px;
}

.slive_tabs .nav-item {
    margin-bottom: 0 !important;
    margin-right: 10px;
}

.slive_tabs .nav-link {
    border: 1px solid #c8302f !important;
    border-radius: 20px !important;
	background-color: #c8302f !important;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

.slive_tabs .nav-link:hover {
    border: 1px solid #c72127 !important;
	background-color: #c72127 !important;
	color: #fff !important;
}

.add_stream_content {
    background: #fff;
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
	margin-bottom: 20px;
}

.strm_title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: center;
    color: #29334e;
    line-height: 24px;
    margin-bottom: 0;
}

.sf475 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: center;
    margin-top: 5px;
    line-height: 24px;
}

.sf475 a {
    font-weight: 500;
    color: #29334e;
}

.sf475 a:hover {
    color: #c8302f !important;
}

.stm_key {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-top: 30px;
    color: #29334e;
    line-height: 24px;
}

.group-form {
    margin-top: 27px;
	position: relative;
}

.group-form label {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 10px;
    color: #29334e;
    line-height: 24px;
}

._dlor1 {
    border: 1px solid #efefef;
    background: #f7f7f7;
    height: 40px;
    width: 100%;
    padding: 0 100px 0 20px;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
    font-size: 13px;
}

._6tf7s {
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 30px;
    padding: 0 15px;
    background: #c8302f;
    color: #fff;
    border: 0;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

._6tf7s:hover {
    background: #29334e;
    color: #fff;
}

._145d1 {
    height: 40px;
    padding: 0 20px;
    background: #c8302f;
    color: #fff;
    border: 0;
	margin-top: 30px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

._145d1:hover {
    background: #29334e;
    color: #fff;
}

._145d1 i {
    font-size: 120%;
	margin-right: 3px;
}

.strm_title1 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    color: #29334e;
    line-height: 24px;
    margin-bottom: 0;
}

._1457s2 {
    margin-top: 30px;
	display: block !important;
    width: 100%;
}

.ui.toggle._1457s2.checkbox input:checked~.box:before, .ui.toggle._1457s2.checkbox input:checked~label:before {
    background-color: #c8302f !important;
}

.ui.toggle._1457s2.checkbox input:focus:checked~.box:before, .ui.toggle._1457s2.checkbox input:focus:checked~label:before {
    background-color: #c8302f !important;
}

._1457s2 label {
	font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #29334e !important;
    margin-bottom: 0 !important;
}

/*--- Explore Page ---*/

.srch_explore {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    color: #29334e !important;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
}

.srch_explore:focus {
    border: 1px solid #29334e !important;
	box-shadow: none !important;
}

.ui.swdh11 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh11.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
	height: 50px;
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

i.icon2 {
    font-size: 20px !important;
}

._14d25 {
	float: left;
	width: 100%;
}

/*--- Course Detail View Page ---*/

._bg4586 {
	padding: 60px 0 0 !important;
}

._215b01 {
	/* float: left; */
	width: 100%;
	background: #333333;
	padding: 30px 0;
}

.preview_video {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

._215b02 {
    position: absolute;
    text-align: center;
    bottom: 0;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    font-size: 14px;
    background: rgba(51,51,51,0.9);
    left: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 0;
}

._215b03 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    text-align: left;
    line-height: normal;
    margin-bottom: 15px;
}

._215b04 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #f7f7f7;
    text-align: left;
    line-height: 26px;
}

._215b05 {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
}

._215b06 {
    display: flex;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

._215b07 {
    margin-right: 20px;
}

.caption_tooltip {
	display: inline-block;
    position: relative;
}

.caption_tooltip:hover {
	text-decoration: underline;
	color: #f7f7f7;
	cursor: pointer;
}

.caption-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 200px;
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
	z-index: 1;
	right: 0;
	border-radius: 5px;
}

.caption-content span {
	color: #686f7a;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
}

.caption-content span i {
	margin-right: 6px;
	font-size: 115%;
}

.caption_tooltip:hover .caption-content {display: block;}

._215b07 i {
	font-size: 120%;
}

._215b08 i {
	font-size: 120%;
}

._215b10 {
    width: 100%;
	float: left;
}

._215b11 {
    margin-top: 30px;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
	float: left;
	margin-right: 30px;
}

._215b11:hover {
    color: #fff !important;
}

._215b12 {
    margin-top: 30px;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
	float: left;
}

._215b12:hover {
    color: #fff !important;
}

._215b11 i {
	font-size: 120%;
	margin-right: 5px;
}

._215b12 i {
	font-size: 120%;
	margin-right: 5px;
}

._215b15 {
    /* float: left; */
    width: 100%;
    padding: 20px 0 0;
    background: #fff;
	margin-bottom: 17px;
}
/* ._215b15:after {
    content: "";
    display: block;
    clear: both;
} */

.course_tabs {
    float: left;
    width: 100%;
	margin-top: 10px;
}

.course_tabs .nav-item {
    margin-bottom:  0 !important;
}

.course_tabs .nav-tabs .nav-item.show .nav-link, .course_tabs .nav-tabs .nav-link.active {
    color: #29334e !important;
    background-color: transparent !important;
    border-color: inherit !important;
	border-top: 0 !important;
	border-bottom: 2px solid #c8302f !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.course_tabs .nav-tabs {
    border-bottom: 0 !important;
}

.tab_crse .nav-link {
    border-top: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
	color: #29334e !important;
	font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
}

.tab_crse .nav-link {
    padding: .5rem 1.5rem !important;
}

._215b17 {
	float: left;
    width: 100%;
}

._df7852 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e !important;
    margin-top: 0;
	display: block;
    margin-bottom: 10px !important;
}

._df7852:hover {
    color: #29334e !important;
}

._215b31 {
    width: 100%;
    margin-top: 27px;
}

._215b31 li {
    display: inline-block;
}

.btn_adcart {
    height: 40px;
    border: 0;
    padding: 0 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    background: #c8302f;
	border: 1px solid #c8302f;
	margin-right: 6px;
}

.btn_adcart:hover {
    background: #c72127;
	border: 1px solid #c72127;
}

.btn_buy {
    height: 40px;
    border: 0;
    padding: 0 25px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    background: transparent;
	border: 1px solid #fff;
}

.btn_buy:hover {
	color: #fff;
    background: #c72127;
	border: 1px solid #c72127;
}

._215fgt1 {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
}

._htg451 {
	margin-top: 30px;
	margin-bottom: 20px;
}

._htg452 h3 {
	font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 15px;
	color: #29334e;
}

._htg452 ul li {
    display: block;
    margin-bottom: 5px;
}

._htg452 ul li:last-child {
    margin-bottom: 0;
}

._5f7g11 {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #686f7a;
    text-align: left;
	line-height: 26px;
}

._5f7g11::before {
	content: '\f111';
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 6px;
	color: #29334e;
	vertical-align: bottom;
	margin-right: 10px;
	line-height: 26px;
}

._abc123 {
	display: block;
    font-size: 16px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    color: #29334e;
    text-align: left;
}

._htg452 p {
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
    color: #686f7a;
    text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 26px;
}

._abc124 {
	padding-left: 30px;
}

._htgdrt {
    background: #fff;
    padding: 30px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

._htgdrt h3 {
	font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #29334e;
}

._abcd145 li {
    padding-bottom: 10px;
}

._abcd145 li:last-child {
	padding-bottom: 0;
}

._5f7g15 {
    display: flex;
}

._5f7g15 i {
    line-height: 28px;
    font-size: 14px;
    color: #29334e;
}

._5f7g15 span {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #686f7a;
    text-align: left;
	line-height: 26px;
	margin-left: 15px;
}

.crse_content {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

.crse_content h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #29334e;
	float: left;
}

._112456 {
    float: right;
    padding-top: 3px;
}

.accordion-expand-holder li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.accordion-expand-holder li:last-child {
    margin-right: 0;
}

._d1452 {
	font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #29334e;
	cursor: pointer;
}

._d1452:hover {
    color: #c8302f;
}

._fgr123 {
	font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #686f7a;
}

.ui-accordion {
    margin-top: 4px;
    float: left;
    width: 100%;
}

.accordion-header {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    border: solid 1px #efefef;
    cursor: pointer;
    height: auto;
    margin-top: 3px;
    padding: 15px 30px 15px 20px;
    background: #fff;
    border-radius: 0px;
}

.accordion-header .section-header-left {
    display: flex;
    flex-direction: column;
    flex-basis: 65%;
}

.accordion-header .section-title-wrapper {
    flex-direction: row;
    align-items: center;
    display: flex;
    color: #505763;
    flex: 1 1 auto;
    font-size: 18px;
    font-weight: 600;
}

.accordion-header .section-title-text {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 10px;
    color: #29334e;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.accordion-header .section-header-right {
    display: flex;
    justify-content: flex-end;
    color: #505763;
    flex-basis: 40%;
}

.accordion-header .num-items-in-section {
    display: block;
    margin-right: 20px;
    white-space: nowrap;
    font-size: 16px;
    color: #686f7a;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.accordion-header .section-header-length {
    text-align: right;
    width: 42%;
	font-size: 16px;
    color: #686f7a;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.crse_icon {
    font-size: 110%;
    margin-right: 5px;
}

.ui-accordion-content {
    float: left;
    width: 100%;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	background: #fff;
}

.ui-accordion-content .lecture-container {
    display: flex;
    padding: 12px 30px 12px 20px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    border-top: none;
    color: #686f7a;
    letter-spacing: .3px;
    line-height: 1.33;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

.ui-accordion-content .left-content {
    display: flex;
    align-items: flex-start;
    width: 50%;
}

.ui-accordion-content .icon_142 {
	font-size: 18px;
    line-height: 18px;
    color: #afafaf;
}

.ui-accordion-content .top {
    flex-direction: column-reverse;
    display: flex;
    margin-left: 10px;
    width: 100%;
}

.ui-accordion-content .title {
    color: #686f7a;
    font-size: 14px;
    margin-top: -2px;
}

.ui-accordion-content .details {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-left: auto;
    width: 50%;
    font-size: 14px;
}

.ui-accordion-content .content-summary {
    color: #686f7a;
    flex-direction: row-reverse;
    display: flex;
    text-align: right;
    white-space: nowrap;
    width: 40%;
}

.ui-accordion-content .preview-text {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
}

.ui-accordion-content .preview-text:hover {
	color: #c8302f !important;
}

.btn1458 {
    float: left;
    margin-top: 5px;
    border: 1px solid #dedfe0;
    height: 50px;
    background: #e8e9eb;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
	text-align: center;
    padding: 15px 0;
}

.btn1458:hover {
    border: 1px solid #e8e9eb;
    background: #e8e9eb;
    color: #29334e !important;
}

.student_reviews {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.reviews_left {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 30px 30px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.reviews_left h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 20px;
    color: #29334e;
}

.total_rating {
    display: flex;
    width: 100%;
    font-size: 16px;
    justify-items: center;
	background: #f7f7f7;
    border: 1px solid #efefef;
    padding: 10px 20px;
	border-radius: 20px;
}

._rate001 {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #29334e;
    margin-right: 10px;
    line-height: 22px;
}

.rating-box {
	color: #dedfe0;
	display: flex;
    flex-basis: 30%;
}

.rating-star {
	font-size: 1.3rem;
    width: 1.3rem;
    height: 1.3rem;
    position: relative;
    display: block;
    float: left;
    margin-right: 7px;
}

.full-star:before {
	color: #f2b01e;
	content: "\f005";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
}

.empty-star:before {
	content: "\f005";
	position: absolute;
	left: 0;
	overflow: hidden;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.half-star:before {
	color: #f2b01e;
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 60%;
	position: absolute;
	left: 0;
	overflow: hidden;
}

.half-star:after {
	content: '\f005';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 1.5rem;
    width: 60%;
    text-indent: -1.5rem;
}

._rate002 {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #29334e;
    margin-left: 10px;
    line-height: 22px;
}

._rate003 {

}

._rate004 {
	display: flex;
    cursor: pointer;
    height: auto;
    margin-top: 20px;
    border-radius: 0px;
}

.progress1 {
	display: flex;
    flex-basis: 50%;
	margin-right: 20px;
	height: 1.4rem !important;
}

.progress1 .progress-bar {
    background-color: #c8302f !important;
}

.w-70 {
    width: 70%!important;
}

.w-30 {
    width: 30%!important;
}

.w-5 {
    width: 10%!important;
}

.w-2 {
    width: 1%!important;
}

.w-1 {
    width: 0%!important;
}

.review_right {
	float: left;
	width: 100%;
}

.review_right_heading {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.review_right_heading h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #29334e;
	float: left;
}

.review_search {
    float: right;
    width: 180px;
	position: relative;
}

.rv_srch {
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    padding-left: 15px;
    padding-right: 40px;
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 20px;
}

.rvsrch_btn {
    position: absolute;
    right: 3px;
    top: 2px;
    border-radius: 100%;
    border: 0;
    height: 26px;
    width: 26px;
    background: #c8302f;
    color: #fff;
    font-size: 14px;
}

.rvsrch_btn:hover {
    background: #29334e;
    color: #fff;
}

.review_all120 {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
}

.review_item {
	padding: 20px;
	border-bottom: 1px solid #efefef;
}

.review_item:last-child {
    border-bottom: 0;
}

.review_usr_dt {
    display: flex;
	position: relative;
}

.review_usr_dt img {
    width: 50px;
	height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

.tutor_name1 {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e !important;
    text-align: left;
	margin-bottom: 0;
}

.time_145 {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    display: block;
    margin-top: 5px;
}

.rvds10 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-top: 17px;
    line-height: 26px;
    color: #686f7a;
    text-align: left;
}

.rpt100 {
    display: flex;
    align-items: baseline;
}

.rpt100 span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    line-height: 24px;
	margin-right: 10px;
}

.radio--group-inline-container {
	padding: 5px 8px 0 8px;
	border-radius: 6px;
}

.more_reviews {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
}

.radio--group-inline-container .radio-item {
    display: inline-block;
	margin-right: 10px;
}

.radio--group-inline-container .radio-item input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio--group-inline-container .radio-item input[type="radio"] + .radio-label:before {
	content: '';
	background: #f7f7f7;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: 0px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio--group-inline-container .radio-item input[type="radio"]:checked + .radio-label:before {
	background-color: #c8302f;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio--group-inline-container .radio-item input[type="radio"]:focus + .radio-label:before {
	outline: none;
	border-color: #0E8A86;
}

.radio--group-inline-container .radio-item input[type="radio"]:disabled + .radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio--group-inline-container .radio-item input[type="radio"] + .radio-label:empty:before {
	margin-right: 0;
}

.radio-label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 12px;
	color: #29334e;
	margin-bottom: 0;
	cursor: pointer;
}

.report145 {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    line-height: 24px;
    margin-left: 5px;
}

.vd_mdl .close {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    margin-left: auto;
	z-index: 1;
}

.vd_mdl .close:hover {
    color: #fff;
}

.vd_mdl .modal-body {
    padding: 0 !important;
}

.vd_mdl .modal-content {
	border-radius: 0 !important;
}

.vd_mdl .modal-body iframe {
    width: 100%;
    height: 375px;
    margin-bottom: -5px;
}

/*--- Instructor Profile View ---*/

._216b01 {
    float: left;
    width: 100%;
    background: #29334e;
    padding: 30px 0;
}

.dp_dt150 {
    display: flex;
	align-items: center;
}

.img148 {
    text-align: center;
}

.img148 img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.prfledt1 {
	margin-left: 20px;
    text-align: left;
    margin-bottom: 20px;
}

._bty149 {
    text-align: right;
}

.btn500 {
	height: 40px !important;
	padding: 0 30px !important;
}

._216b12 {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 20px;
}

._216b12 span {
    margin-right: 5px;
}

._216b12:hover {
	color: #fafafa !important;
}

.prfledt1 h2 {
	color: #fff;
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
	margin-bottom: 10px;
}

.prfledt1 span {
	color: #fff;
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.rgt-145 {
    text-align: right;
    margin-top: 55px;
    margin-bottom: 30px;
}

._bty149 li {
    display: inline-block;
    margin-right: 5px;
}

._bty149 li:last-child {
    margin-right: 0;
}

.msg125 {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
}

._ttl120 {
    margin-top: 10px;
    border: 1px solid #4f4848;
	display: flex;
}

._ttl120 li {
    display: inline-block;
    width: 25%;
	padding: 15px 10px;
	border-right: 1px solid #4f4848;
}

._ttl120 li:last-child {
	border-right: 0;
}

._ttl121 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
}

._ttl123 {
    font-size: 13px;
    margin-top: 10px;
}

.rpt145 {
	position: relative;
}

._216b22 {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    right: 20px;
}

._216b22 span {
    margin-right: 5px;
}

._216b22:hover {
	color: #fafafa !important;
}

.cmmnt_1526{
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px;
}

.img160 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.cmnt_group {
    display: flex;
}

._cmnt001 {
    margin-left: 20px;
    border: 1px solid #efefef;
    width: 100%;
    overflow: hidden;
    overflow-wrap: break-word;
    resize: horizontal;
    height: 40px;
	font-size: 14px;
	font-family: 'Roboto', 'helvetica',sans-serif;
	font-weight: 400;
	color: #29334e;
	padding: 12px;
    border-radius: 10px;
	background: #f9f9f9;
}

.cmnt-btn {
	margin-top: 15px;
    float: right;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    border-radius: 25px;
    border: 0;
    height: 40px;
    padding: 0px 30px;
}

.cmnt-btn:hover {
    color: #fff;
    background: #29334e;
}

.rpt101 {
    display: flex;
}

.report155 i {
	font-size: 130%;
	padding: 0 5px;
}

.report155 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    line-height: 24px;
    margin-left: 5px;
}

.report155:hover {
    color: #c8302f !important;
}

.review_reply {
    padding-left: 50px;
}

/* --- Categories Page --- */

._1frstcate {
    width: 100%;
}

._cate101 {
	position: relative;
    background: #fff;
    display: inline-block;
    height: 40px;
    text-align: left;
    padding: 10px 15px 10px 55px;
    border-radius: 10px;
    box-shadow: 0in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
	margin-top: 40px;
}

.cate_icon1 {
    background: #c8302f;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
	color: #fff;
}

.cate_521 h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    line-height: 24px;
    text-align: left;
	margin-top: 50px !important;
}

.cate_option li:last-child {
    padding-bottom: 0;
}

.cate_option li {
    padding-bottom: 10px;
    display: block;
}

.cate_option li a {
    font-size: 14px;
    color: #686f7a;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    font-weight: 400;
}

/* --- History Page --- */

.grp_titles {
	padding: 30px 0 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.ht_title {
	font-size: 14px;
    color: #29334e;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: left;
	float: left;
}

.ht_clr {
	float: right;
	font-size: 14px;
    color: #29334e;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.ui[class*="left icon"].swdh15.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px !important;
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.tb_145 {
    width: 100%;
    float: left;
	margin-bottom: 30px;
}

.hstry142 .nav-pills .nav-link {
    border-radius: 2rem !important;
	font-size: 14px;
    color: #29334e;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	padding: 0.8rem 1.5rem;
	float: left;
	width: 100%;
}

.hstry142 .nav-pills .nav-link.active, .hstry142 .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #c8302f !important;
}

.hf_img {
	width: 30%;
	float: left;
	position: relative;
}

.hf_img img {
    width: 100%;
    border-radius: 5px;
}

.hs_content {
    padding: 0px 15px 0px 20px;
    float: left;
    width: 70%;
    position: relative;
}

.eps_dots10 {
    top: 5px;
}

.mhs_title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}

.no-text {
	font-size: 14px;
    color: #686f7a;
    margin-top: 7px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
	text-align: center;
	padding-top: 20px;
	margin-top: 0;
}

/* --- Watch Later Page --- */

.wtch125 {
	margin-bottom: 8px;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    display: block;
}

.wtch125 .vdt14::after {
    content: '•';
    margin: 0 4px;
}

.wtch125 .vdt14:last-child::after{
    display: none;
	content: '';
}

a.rmv-btn {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    display: block;
    background: #c8302f;
    border-radius: 20px;
    text-align: center;
    padding: 10px 0;
}

a.rmv-btn:hover {
    color: #fff !important;
    background: #29334e;
}

a.rmv-btn i {
    margin-right: 3px;
}

/* --- Setting Page --- */

.st_title {
	font-size: 20px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
}

.setting_tabs .nav-pills .nav-link.active, .setting_tabs .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #c8302f !important;
	border-radius: 20px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
	font-size: 14px;
    margin-top: 0;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
}

.account_setting {
    margin-top: 36px;
}

.account_setting h4 {
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
	font-size: 18px;
	text-align: left;
}

.account_setting p {
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #686f7a;
	font-size: 14px;
	text-align: left;
	line-height: 26px;
}

.basic_profile {
    margin-top: 32px;
}

.basic_ptitle h4 {
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
	font-size: 16px;
	text-align: left;
}

.basic_ptitle p {
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #686f7a;
	font-size: 14px;
	text-align: left;
	line-height: 26px;
}

.ui[class*="left icon"].swdh19.input>input {
    padding-left: 2em!important;
    padding-right: 2em!important;
    height: 40px !important;
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.form-control-counter {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 5px;
    color: #686f7a;
    background: #dedfe0;
    font-weight: 500;
    min-width: 34px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-size: 14px;
}

.ui.form.swdh30 textarea {
    background: #fff;
    border: 1px solid #e5e5e5 !important;
    outline: 0;
    color: rgba(0,0,0,.87);
    border-radius: 1rem !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
}

.ui.form.swdh30 textarea:focus {
    border: 1px solid #29334e !important;
    box-shadow: none;
}

.divider-1 {
    border-top: 1px solid #e5e5e5;
    margin-top: 50px;
}

.basic_profile1 {
    margin-top: 47px;
}

.ui.label.lb12 {
	/* background-color: #dedfe !important; */
	background-color: #dedfed !important;
    padding: .9999em 1.2em !important;
    color: #686f7a !important;
    border-top-left-radius: 500rem !important;
    border-bottom-left-radius: 500rem !important;
}

.ui[class*="left icon"].swdh31.input>input {
    padding-left: 1em!important;
    padding-right: 2em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.help-block {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #686f7a;
	font-size: 12px;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: left;
}

.save_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 45px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    background: #c8302f;
	display: block;
}

.save_btn:hover {
    color: #fff !important;
    background: #29334e;
}

.ml5 {
	margin-left: 65px;
    margin-top: 5px;
}

.ui.selection.dropdown.cntry152 {
    border: 1px solid #e5e5e5 !important;
    border-radius: 500rem !important;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
}

.ui.selection.active.dropdown.cntry152 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
	box-shadow: none !important;
	border: 1px solid #29334e !important;
}

.billing-percentages-progress-bar {
    margin-top: 80px;
}

.billing-percentages-progress-bar__labels li {
    width: 10%;
    display: flex;
    position: relative;
	font-size: 12px;
    color: #29334e;
    font-family: 'Roboto', 'helvetica',sans-serif;
	font-weight: 500;
}

.billing-percentages-progress-bar__labels {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
}

.billing-percentages-progress-bar__profit {
    position: absolute;
    top: -50px;
}

.t5 {
    font-size: 12px;
    line-height: 18px;
}

.billing-percentages-progress-bar__label:after {
    background: #cfd8dc;
    content: "";
    height: 10px;
    position: absolute;
    top: -20px;
    width: 1px;
	left: 6px;
}

.billing-percentages-progress-bar__profit .format-currency {
    font-weight: inherit;
}

.billing-percentages-progress-bar__label_zero-level {
    color: #76d48f;
    font-weight: 700;
}

.return-departure-dts {
    color: #727272;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-top: 15px;
    display: none;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.radio--group-inline-container_1 {
    width: 100%;
    display: flex;
}

.radio--group-inline-container_1 li {
    display: inline-block;
    width: 33.333%;
	margin-right: 20px;
}

.radio--group-inline-container_1 .radio-item_1 {
    display: inline-block;
	margin-right: 10px;
	width: 100%;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label_1:before {
	content: '';
	background: #f7f7f7;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: 0px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:checked + .radio-label_1:before {
	background-color: #c8302f;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:focus + .radio-label_1:before {
	outline: none;
	border-color: #0E8A86;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:disabled + .radio-label_1:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label:empty:before {
	margin-right: 0;
}

.radio-label_1 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 12px;
	color: #29334e;
	margin-bottom: 30px;
	cursor: pointer;
	padding: 15px 20px;
    background: #fff;
    width: 100%;
	border-radius: 15px;
}

.radio-label_1:hover {
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .4s ease-in-out;
}

.pymnt_title h4 {
	font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    font-size: 16px;
    text-align: left;
}

.pymnt_title p {
	font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
	margin-top: 10px;
}

.pymnt_title span {
	font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

.pymnt_title p a:hover {
	color: inherit;
	text-decoration: underline !important;
}

.save_payout_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    background: #c8302f;
}

.save_payout_btn:hover {
    color: #fff;
    background: #29334e;
}

.api_btn {
    margin-top: 30px;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #efefef;
    color: #686f7a;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.api_btn:hover {
    border: 2px solid #29334e;
    color: #fff;
    background: #29334e;
}

.nt_apt {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nt_apt i {
    font-size: 120%;
    color: #c8302f;
}

.mbs20 {
	margin-bottom: 20px !important;
}

.form-group1 label {
    color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.image-upload-wrap {
	border: 1px dashed #efefef;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-dropping,
.image-upload-wrap:hover {
	background-color: #fff;
	border: 1px solid #efefef;
}
.image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #847577;
}
.drag-text {
	text-align: center;
	padding: 20px 0;
}

.drag-text h4 {
	font-size:16px;
	font-weight: 500;
	text-transform: none;
	color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
	margin-bottom:5px;
	margin-top: 0;
}
.drag-text p{
	font-size:12px;
	font-weight: 400;
	text-transform: none;
	color: #686f7a;
	font-family: 'Roboto', 'helvetica',sans-serif;
	line-height:12px;
}
.drag-text i{
	font-size:24px;
	text-transform: none;
	color: #a1a1a1;
	margin-bottom:10px;
}
.file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.report_history {
	margin-bottom: 80px;
}

.report_history h4 {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: left;
	margin-bottom: 20px;
}

.report_history p {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #686f7a;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: left;
	margin-bottom: 10px;
	line-height: 26px;
}

.report_history a {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: left;
	line-height: 26px;
}

.report_history a:hover {
	color: inherit;
	text-decoration: underline !important;
}

.report_history ul {
	margin-bottom: 15px !important;
	list-style: disc;
    padding-left: 20px;
}

.report_history ul li {
	margin-bottom: 5px !important;
}

.lnk586 {
	margin-bottom: 50px;
	display: block;
}

.report_history span {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #686f7a;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	margin-bottom: 0px;
	line-height: 26px;
	display: block;
}

/* --- Help Page --- */

._215v12 {
    float: left;
    width: 100%;
    padding: 80px 0;
	background: #29334e;
	position: relative;
}

._215v12:before {
    content: "";
    background: url(https://cdna.iconscout.com/img/fafbb5d.svg) no-repeat bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: contain;
    opacity: 0.1;
}

.help_stitle h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.help_tabs .nav-link {
	font-size: 18px !important;
}

.tpc152 {
	float: left;
	width: 100%;
}

.value_props50 {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #efefef;
	box-shadow: none;
    flex: 1;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
	height: 200px;
}

.value_props51 {
    background: #fff;
    border-radius: 10px;
	border: 1px solid #efefef;
    padding: 20px;
    box-shadow: none;
    flex: 1;
    float: left;
	color: #29334e !important;
    width: 100%;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

._new89 {
    margin-left: 0 !important;
    float: left;
    width: 100%;
}

.back_link a {
    color: #29334e;
    float: left;
    height: 38px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.back_link a:hover {
    color: #fff !important;
    background: #29334e;
    border: 1px solid #29334e;
}

.ml_item {
    float: left;
	width: 80%;
    text-align: center;
}

.main_logo15 {
	float: none;
    /* width: 135px; */
    text-align: center;
    margin: auto !important;
}

.hde152 {
	display: none;
}

.title125 {
	width: 100%;
	float: left;
}

.titleleft {
	float: left;
}

.titleright {
	float: right;
}

.ttl121 .breadcrumb {
    background-color: transparent !important;
	padding: 0 !important;
}

.ttl121 .breadcrumb-item a {
	color: #29334e;
}

.ttl121 .breadcrumb-item {
	font-size: 14px;
	font-weight: 400;
	color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
	line-height: 24px;
}

.title126 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.title126 h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-top: 30px !important;
    color: #29334e;
    text-align: left;
    line-height: 30px;
}

.frc123 {
	margin-top: 13px !important;
}

.vew120 h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 13px !important;
	text-align: left;
	color: #29334e;
	line-height: 26px;
}

.vew121 {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: left;
	line-height: 26px;
	color: #29334e;
}

.vew121:hover {
	text-decoration: underline !important;
	color: #29334e;
}

.ntt125 li {
	padding-bottom: 5px;
}

.ntt125 li:last-child {
	padding-bottom: 0;
}

.rqst152 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 11px;
    height: 40px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.rqst152:hover {
    color: #fff !important;
    background: #29334e;
}

.vew120 p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
    color: #686f7a;
    text-align: left;
}

.mtl145 li {
    list-style: decimal;
    margin-left: 30px;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

/* --- About Us Page --- */

._215cd2 {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    background: #fff;
	position: relative;
    margin-bottom: 0px;
}

._215cd2:before {
    content: "";
    background: url(../images/about/title_bg.jpg) center bottom repeat-x;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: contain;
    opacity: 0.1;
}

.title129 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.title129 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-top: 30px !important;
    color: #29334e;
    text-align: center;
    line-height: 30px;
}

._215td5 {
	padding: 62px 0;
	float: left;
	width: 100%;
}

.title589 h2 {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 17px !important;
	text-align: center;
	color: #29334e;
	line-height: 26px;
}

.title589 p {
	font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
	text-align: center;
	color: #686f7a;
	line-height: 26px;
	padding: 0 300px;
}

.p__metric {
	font-size: 42px;
    color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 700;
    text-align: center;
	margin-top: 60px;
}

.p__metric span {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
	text-align: center;
	color: #686f7a;
	line-height: 26px;
	display: block;
}

.feature125 {
	text-align: center;
	margin-top: 35px;
}

.feature125 h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
	margin-bottom: 13px;
	margin-top: 26px;
	text-align: center;
	color: #29334e;
}

.feature125 p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	margin-bottom: 0;
	color: #686f7a;
	margin-top: 0;
	text-align: center;
	line-height: 26px;
}

.feature125 i {
	font-size: 40px;
	text-align: center;
	color: #29334e;
	margin-bottom: 0;
}

._215zd5 {
    float: left;
    width: 100%;
	background: #fff;
	padding: 62px 0;
}

.title478 {
	padding: 62px 0 0;
}

.title478 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 4px !important;
    text-align: left;
    color: #29334e;
    line-height: 26px;
}

.title478 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #686f7a;
    line-height: 26px;
    padding-top: 27px;
}


.story125 {
    text-align: center;
}

.story125 {
    text-align: center;
}

.jmio125 p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    margin-top: 50px !important;
    text-align: left;
    color: #686f7a;
    line-height: 26px;
}

._215xd5 {
    padding: 62px 0;
    float: left;
    width: 100%;
	background: #fff;
}

.jmio125 img {
	width: 100%;
	margin-top: 50px;
}


.crer_btn_link {
    height: 40px;
    padding: 10px 20px;
    border: 0;
    margin-top: 34px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    background: #c8302f;
	display: inline-block;
}

.crer_btn_link:hover {
    color: #fff !important;
    background: #29334e;
}

/* --- Our Blog Page --- */

._205ef5 {
    padding: 0;
    float: left;
    width: 100%;
}

.blogleft12 {
	width: 100%;
}

.blogleft12 li {
	display: block;
    border-bottom: 1px solid #efefef;
}

.blogleft12 li:last-child {
    border-bottom: 0;
}

.blg152 {
	padding: 15px;
}

.category-topics {
	border-top: 1px solid #efefef;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #29334e;
    display: block;
    padding: 15px 20px;
}

.category-topics:first-child {
	border-top: 0;
}

.category-topics:after {
    content: '\f0d7';
    font-size: 14px;
    font-family: "FontAwesome";
    float: right;
    margin-left: 30px;
    color: #a7a8aa;
}

.category-topics.collapsed:after {
    content: '\f0da';
    font-size: 14px;
    font-family: "FontAwesome";
    float: right;
    margin-left: 30px;
    color: #a7a8aa;
}

.category-card li {
	border: 0;
}

.category-item1 {
	border-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #686f7a;
    display: block;
    padding: 10px 20px;
}

.category-item1.active {
    font-weight: 500;
    color: #29334e;
}

.category-item1:last-child {
    padding-bottom: 20px;
}

.socl148 {
	padding: 20px;
}

.twiter158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    border: 0;
    border-radius: 20px;
    height: 30px;
    padding: 0 15px;
    width: 100%;
	background: #1da1f2;
}

.facebook158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    border: 0;
    border-radius: 20px;
    height: 30px;
    padding: 0 15px;
    width: 100%;
	margin-top: 10px;
	background: #3b5998;
}

.ic45 {
	margin-right: 7px;
}

.help_link {
	padding: 15px 20px;
	text-align: center;
}

.help_link p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 2px !important;
    margin-top: 0 !important;
    color: #686f7a;
    line-height: 26px;
}

.help_link a {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
}

.blog_des {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
    color: #686f7a;
    text-align: left;
    margin-top: 15px;
	display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogbg_1 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: none;
    transition: all .2s ease-in-out;
}

.main-p-pagination {
	float: left;
    margin-top: 50px;
    width: 100%;
    text-align: right;
    margin-bottom: 50px;
}

.main-p-pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    text-align: right;
}

.main-p-pagination .pagination .page-link {
	font-size: 14px;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 7px 12px;
    margin-left: 8px;
    line-height: 1.25;
    color: #686f7a;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #efefef;
    text-align: center;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

.main-p-pagination .pagination .page-link.active {
    background: #29334e;
    border: 1px solid #29334e;
    color: #fff;
}

.main-p-pagination .pagination .page-link:hover {
	background:#c8302f;
	border: 1px solid #c8302f;
	color:#fff !important;
	box-shadow:none;
}

.main-p-pagination .pagination .page-link:focus {
	box-shadow:none;
	color: inherit !important;
}

.main-p-pagination .pagination .page-link i {
	font-size:12px;
}

.blog_link {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
}

.blog_link i {
    margin-right: 5px;
}

.bg_blog2 img {
    width: 100%;
    margin-top: 30px;
	border-radius: 10px;
}

.vdtodt55 {
    margin-bottom: 23px;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.vdtodt55 .vdt24::after {
    content: '•';
    margin: 0 4px;
}

.vdtodt55 .vdt24:last-child::after{
    display: none;
	content: '';
}

.blog_pagination {
	float: left;
	width: 100%;
	margin-top: 30px;
    margin-bottom: 30px;
}

.bp_left {
	float: left;
	left: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    z-index: 1;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

.bp_left i {
	font-size: 24px;
	color: #29334e;
}

.bp_right {
	float: right;
	right: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    z-index: 1;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

.bp_right i {
	font-size: 24px;
	color: #29334e;
}

.kslu15 {
	margin-left: 15px;
	text-align: left;
}

.prevlink {
	font-size: 16px;
	color: #29334e;
	font-weight: 500;
	margin-bottom: 10px;
}

.kslu15:hover {
	margin-left: 5px;
	transition: margin .3s ease-out;
}

.prev_title {
	display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
	color: #686f7a;
}

.kslu16 {
	margin-right: 15px;
	text-align: right;
}

.prevlink1 {
	font-size: 16px;
	color: #29334e;
	font-weight: 500;
	margin-bottom: 10px;
}

.kslu16:hover {
	margin-right: 5px;
	transition: margin .3s ease-out;
}

.prev_title1 {
	display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
	color: #686f7a;
}

/* --- Company Page --- */

.title484 {
    padding: 0 0 50px;
}

.title484 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 4px !important;
    text-align: left;
    color: #29334e;
    line-height: 26px;
}

.title484 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #686f7a;
    line-height: 26px;
	margin-top: 27px;
}

.cpy_img {
	width: 100%;
	float: left;
	position: relative;
}

.cpy_img img {
    width: 100%;
    border-radius: 5px;
}

.cpy_content {
    padding: 20px 10px 10px;
    float: left;
    width: 100%;
    position: relative;
}

.branches_all {
	margin-top: 5px;
	float: left;
	width: 100%;
}

.cmpy14s {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
    margin-bottom: 7px;
    line-height: 26px;
}

.cmpylink {
	font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #686f7a;
    text-align: left;
    margin-bottom: 0;
    line-height: 26px;
	margin-top: 15px;
    display: inline-block;
}

.cmpylink:hover {
    color: #29334e !important;
}

.joblink {
    margin-top: 33px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    padding: 10px 20px;
    border-radius: 20px;
}

.joblink:hover {
    color: #fff !important;
    background: #29334e;
}

.story125 iframe {
	width: 100%;
    height: 300px;
}

.feature_careers .owl-nav .owl-prev {
	left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #29334e !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.feature_careers .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.feature_careers .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.feature_careers .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.career_item {
	width: 100%;
	text-align: center;
}

.career_item_img {
	width: 80px;
	height: 8 0px;
	display: inline-block;
}

.career_item img {
	-o-object-fit: fill;
    object-fit: fill;
    min-width: 100%;
    height: auto;
    border-radius: 50%;
}

.career_item h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 17px !important;
    text-align: center;
    color: #29334e;
    line-height: 26px;
	margin-top: 29px;
}

.career_item p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    text-align: center;
    color: #686f7a;
    line-height: 26px;
	padding: 0 200px;
}

.view-blog-link {
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    color: #29334e;
    text-align: left;
}

.view-blog-link:hover {
    color: #c8302f !important;
}

.view-blog-link i {
    font-size: 16px;
}

.apply_job_link {
	width: 100%;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	height: 190px;
	text-align: center;
}

.apply_job_link h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 15px !important;
    text-align: center;
    color: #29334e;
    line-height: 26px;
}

.apply_job_link span {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    text-align: center;
    color: #686f7a;
}

.career_lnk5 {
    font-size: 14px;
    color: #fff;
    background: #c8302f;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
    display: inline-block;
}

.career_lnk5:hover {
    color: #fff !important;
    background: #29334e;
}

.career_lnk6 {
    font-size: 14px;
    color: #fff;
    background: #c8302f;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 0;
    display: inline-block;
}

.career_lnk6:hover {
    color: #fff !important;
    background: #29334e;
}

.apply_form {
	padding-top: 50px;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 50px;
}

.apply_form h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 15px !important;
    text-align: left;
    color: #29334e;
    line-height: 26px;
}

.drag-text .applyfile {
	font-size:16px;
	font-weight: 500;
	text-transform: none;
	color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
	margin-bottom:5px;
	margin-top: 0;
}

.apply_links_sco {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}

.apply_links_sco h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 15px !important;
    text-align: left;
    color: #29334e;
    line-height: 26px;
}

.ui.selection.cntry152.dropdown {
    min-width: 100% !important;
    padding: .78571429em 2.1em 0.785714em 2em !important;
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
}

/* --- Press Page --- */

.press_news {
	margin-top: 50px;
}

.press_news h2 {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 15px !important;
    text-align: left;
    color: #29334e;
    line-height: 26px;
}

.press_news p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0px !important;
    text-align: left;
    color: #686f7a;
    line-height: 26px;
}

.press_item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #efefef;
}

.vdtopress {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0px !important;
    text-align: left;
    color: #686f7a;
}

.press_item h4 {
	margin-bottom: 13px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
}

.press_dt_view {
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    border-radius: 20px;
}

.press_dt_view:hover {
    color: #29334e !important;
	text-decoration: underline !important;
}

.press_dt_view i {
    margin-left: 2px;
	padding-top: 5px;
}

.allnews_btn {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    color: #29334e;
}

.allnews_btn:hover {
    text-decoration: underline !important;
    color: #c8302f;
}

.press_item .press_title {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
	display: block;
}

/* --- Signup Signin Page --- */

.main_logo25 {
    float: none;
    /* width: 135px; */
    text-align: center;
    margin: auto !important;
	padding: 50px 0;
}
.main_logo25 img {
    width: 200px;
}

.sign_in_up_bg {
    background: #f7f7f7 !important;
    position: relative;
	width: 100%;
}

.sign_in_up_bg:before {
    content: "";
    background: url(../images/sign.svg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.04;
}

.sign_form {
	background: #fff;
    border-radius: 10px;
    padding: 50px 50px 30px;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    flex: 1;
    float: left;
    width: 100%;
    margin-top: 0;
    /* text-align: center; */
}

.ui.form.checkbox_sign {
    text-align: left;
}

.ui.checkbox.mncheck .box, .ui.checkbox.mncheck label {
    font-family: 'Roboto', sans-serif !important;
	color: #29334e;
	line-height: 20px;
}

.ui.checkbox.mncheck input:checked~.box:after, .ui.checkbox.mncheck input:checked~label:after {
    opacity: 1;
    color: #c8302f !important;
	font-size: 10px !important;
	border-radius: 100%;
	margin-top: 0;
}

.ui.checkbox.mncheck .box:before, .ui.checkbox.mncheck label:before {
    border-radius: 100%;
	width: 18px !important;
	height: 18px !important;
	margin-top: 1px;
}

.login-btn {
	font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    border-radius: 20px;
    text-align: center;
	border: 0;
	width: 100%;
    height: 40px;
}

.login-btn:hover {
    color: #fff;
    background: #29334e;
}

.sign_form h2 {
	font-size: 24px;
    margin-bottom: 17px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
	text-align: center;
}

.sign_form p {
	font-size: 14px;
    margin-bottom: 47px;
    font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;

	color: #686f7a;
	text-align: center;
	line-height: 26px;
}
.recaptcha  {
	text-align: center;
}
.recaptcha iframe {
	max-width: 100%;
}

.sgntrm145 {
    padding: 47px 0 30px;
	margin-bottom: 0 !important;
    border-bottom: 1px solid #efefef;
}

.sign_footer {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    padding: 50px 0;
    display: block;
    float: left;
    width: 100%;
}

.sign_footer img {
    margin-right: 10px;
}

.sgntrm145 a {
    color: #c8302f;
}

.sgntrm145 a:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.hvsng145 a {
    color: #c8302f;
}

.hvsng145 a:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.ui.swdh95 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh95.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.ui[class*="left icon"].swdh95.input>input:focus {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.social_lnk_btn {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #efefef;
    border-radius: 20px;
    text-align: center;
	border: 0;
	width: 100%;
    height: 40px;
}

.social_lnk_btn i {
	margin-right: 10px;
	font-size: 120%;
}

.color_btn_fb {
	background: #3b5998 !important;
}

.color_btn_tw {
	background: #1da1f2 !important;
}

.color_btn_go {
	background: #34a853 !important;
}

/* --- Forgot Password Page --- */

.main-tabs {
    width: 100%;
}

.main-tabs {
    margin-bottom: 50px;
}

.main-tabs .nav-tabs{
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0;
	border-bottom: 0;
	background: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.main-tabs .nav-tabs .nav-item.show .nav-link, .main-tabs .nav-tabs .nav-link.active {
    color: #c8302f !important;
    background-color: none !important;
	border-bottom: 2px solid #c8302f !important;
}

.main-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #29334e !important;
	background: none !important;
	border-bottom: 2px solid #efefef;
	text-decoration: none !important;
}

.main-tabs .nav-tabs .nav-item {
	width: 50%;
	border-right: 1px solid #efefef;
}

.main-tabs .nav-tabs .nav-item .nav-link {
	background:transparent;
	color:#686f7a;
	font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height:24px;
	padding: 15px 10px !important;
	margin-right: 0;
	border:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main-tabs .nav-tabs .nav-item:last-child {
	border-right: 0;
}

/* --- Paid Membership Page --- */

.memb4d25 {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
}

.membership_bg {
	background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .2s ease-in-out;
	margin-top: 47px;
}

.membership__left h2 {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 20px !important;
    color: #29334e;
    text-align: left;
    line-height: 30px;
}

.memmbership_price {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 10px !important;
    color: #c8302f;
    text-align: left;
    line-height: 26px;
}

.save_price {
	font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    line-height: 26px;
}

.membership__right {
    float: right;
}

.membership__right img {
    height: 100px;
}

.membership__left {
    float: left;
}

.membership_title {
    float: left;
    width: 100%;
}

.membership_des {
    float: left;
    width: 100%;
}

.membership_des p {
	font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	margin-top: 40px !important;
    color: #686f7a;
    text-align: left;
    line-height: 26px;
}

.panel-title > a:before {
    float: right !important;
    font-family: 'Roboto', 'helvetica',sans-serif;
    content:"\-";
    padding-right: 0px;
	font-size: 20px;
	padding-top: 2px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content:"\+";
}

.panel-title a {
	font-size: 18px;
	font-weight: 500;
	color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
	padding: 15px 0 18px;
    display: block;
	line-height: 26px;
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus  {
    text-decoration:none;
}

.chck_icon {
	color: #c8302f;
	margin-right: 10px;
	font-size: 135%;
}

.panel-group {
    width: 100%;
    float: left;
	margin-top: 20px;
}

.panel-title {
    vertical-align: middle;
}

.panel-default {
    float: left;
    width: 100%;
	border-top: 1px solid #efefef;
}

.panel-default:first-child {
	border-top: 0;
}

.panel-body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: left;
}

.panel-default-1 {
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
}

.panel-title-1 {
    vertical-align: middle;
}

.panel-title-1 a {
    font-size: 18px;
    font-weight: 500;
    color: #686f7a !important;
    font-family: 'Roboto', 'helvetica',sans-serif;
    padding: 15px 0 18px;
    display: block;
    line-height: 26px;
}

.chck_icon_1 {
    color: #686f7a;
    margin-right: 10px;
    font-size: 135%;
}

.prmb_btn {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 0;
    background: #c8302f;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.prmb_btn:hover {
    background: #29334e;
    color: #fff;
}

.membership_faq_bg {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0 30px 10px;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .2s ease-in-out;
    margin-top: 45px;
    margin-bottom: 28px;
}

.st_title5 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
}

/* --- Paid Membership Checkout Page --- */

.mb4d25 {
    float: left;
    width: 100%;
    margin-top: 47px;
    margin-bottom: 5px;
}

.membership_chk_bg {
	background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
}

.checkout_title h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 10px !important;
    color: #29334e;
    text-align: left;
    line-height: 26px;
}

.checkout-tabs {
    width: 100%;
	margin-top: 42px;
	margin-bottom: 20px;
}

.checkout-tabs .nav-tabs{
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0;
	border-bottom: 0;
	background: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.checkout-tabs .nav-tabs .nav-item.show .nav-link, .checkout-tabs .nav-tabs .nav-link.active {
    color: #c8302f !important;
    background-color: none !important;
	border-bottom: 2px solid #c8302f !important;
}

.checkout-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #29334e !important;
	background: none !important;
	border-bottom: 2px solid #efefef;
	text-decoration: none !important;
}

.checkout-tabs .nav-tabs .nav-item {
	width: 33.333%;
	text-align: center;
	border-right: 1px solid #efefef;
}

.checkout-tabs .nav-tabs .nav-item .nav-link {
	background:transparent;
	color:#686f7a;
	font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height:24px;
	padding: 15px 10px !important;
	margin-right: 0;
	border:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.checkout-tabs .nav-tabs .nav-item:last-child {
	border-right: 0;
}

.check_icon5 {
	font-size: 120%;
	margin-right: 5px;
}

.lbel25 label {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 10px !important;
    color: #29334e;
    text-align: left;
	display: block;
}

.t-body {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 30px !important;
    color: #686f7a;
	line-height: 26px;
    text-align: left;
	margin-top: 25px !important;
}

.media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.media>div:first-child {
    margin-right: 1em;
}

.media__item {
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.media__body {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.financial-institutes {
    display: inline-block;
    list-style: none;
    line-height: 0;
}

.financial-institutes__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}

.financial-institutes__logo img {
	width: 48px;
	height: 30px;
}

.t2-body {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 10px !important;
    color: #686f7a;
	line-height: 26px;
    text-align: left;
	margin-top: 0px !important;
}

.chckout_order_dt {
    /* margin-top: 34px; */
    width: 100%;
	/* border-top: 1px solid #efefef;
	padding-top: 30px; */
}

.order_dt_section {
	float: left;
	width: 100%;
    margin-top: 7px;
}

.order_title {
	float: left;
	width: 100%;
	padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.order_title h4 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
	float: left;
	margin-bottom: 0;
	line-height: 24px;
	width: 70%;
	text-align: left;
}
.order_title h4 span{
	font-size: 16px;
    font-weight: 500;
    color: #686f7a;
}

.order_title .order_price {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #686f7a;
	text-align: right;
	float: right;
	width: 30%;
	margin-bottom: 0;
}

.order_title h6 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #686f7a;
	float: left;
	width: 70%;
	text-align: left;
	line-height: 24px;
	margin-bottom: 0;
}

.chckot_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    float: right;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    background: #c8302f;
	display: block;
}

.chckot_btn:hover {
    color: #fff !important;
    background: #29334e;
}

.save_address_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    background: #c8302f;
    display: block;
}

.save_address_btn:hover {
    color: #fff !important;
    background: #29334e;
}

.address_text {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #686f7a;
	float: left;
	width: 100%;
	text-align: left;
	line-height: 24px;
	margin-top: 10px;
}

.order_title h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    float: left;
    width: 70%;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
}

.order_title h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    float: left;
    width: 70%;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
}

.order_title .order_price5 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: right;
    float: right;
    width: 30%;
    margin-bottom: 0;
}

.scr_text {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: center;
    float: left;
    width: 100%;
	margin-top: 27px;
}

.scr_text i {
	font-size: 120%;
	margin-right: 5px;
}

.rght1528 {
    position: sticky;
    top: 90px;
}


/* --- Thank You Page --- */

.coming_soon_wrapper {
	margin-left: 0;
    margin-top: 0;
    padding: 0 !important;
}

.coming_soon_style {
	width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #29334e !important;
    background-image: -moz-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
    background-image: -webkit-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
    background-image: -o-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
    background-image: -ms-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
    background-image: radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
}

.cmtk_group {
    width: 100%;
    padding: 100px 0;
}


.ct-logo {
    width: 100%;
    text-align: center;
}

.ct-logo img {
    width: 150px;
}

.cmtk_dt {
    padding: 106px 0 117px;
	text-align: center;
}

.thnk_coming_title {
	font-size: 10em;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: center;
    line-height: 1em;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
    padding-bottom: 29px;
    margin-top: 0;
}

.thnk_title1 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	line-height: 26px;
	margin-top: 0;
	text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

.thnk_des {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	line-height: 26px;
	margin-top: 0;
	text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
	margin-top: 30px;
	margin-bottom: 0;
}

.thnk_des span {
	color: #fe807e;
}

.thnk_des a {
	color: #c8302f;
}

.thnk_des a:hover {
	color: #c8302f !important;
	text-decoration: underline !important;
}

.tc_footer_main {
	float: left;
	width: 100%;
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #29334e;
}

.tc_footer_left ul li {
    display: inline-block;
}


.tc_footer_left {
	float: left;
}

.tc_footer_left a {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    line-height: 24px;
    padding: 10px 10px 0;
    color: #fff;
}

.tc_footer_left a:hover {
    color: #fff !important;
	text-decoration: underline !important;
}

.tc_footer_right {
    float: right;
}

.tc_footer_right p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    line-height: 24px;
}


/* --- Coming Soon Page --- */

.no-padding {
    padding: 0 !important;
}

.no-float {
    float: none !important;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 75px;
}

.noti-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
	margin-top: 41px;
}

.cmtk_dt .clock {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.cmtk_dt .clock li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    width: 22%;
}

.cmtk_dt .clock li span {
    font-weight: 600;
    font-size: 8em;
    color: #fff;
    line-height: 1em;
	display: block;
    font-family: "Roboto", sans-serif;
}

.cmtk_dt .clock, .cmtk_dt .social-icons a:hover {
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

.cmtk_dt .clock li label {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: normal;
    color: #fff;
	font-family: 'Roboto', 'helvetica',sans-serif;
	height: 20px;
    margin: 10px 0 0;
    line-height: 20px;
}

.cmtk_dt .clock li.sep {
    font-size: 5.5em;
    font-weight: 600;
	color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    padding: 0 0 38px 0;
    width: 4%;
}

.ui[class*="left icon"].thykh19.input>input {
    padding-left: 2em!important;
    padding-right: 8em!important;
    height: 50px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	border: 2px solid #fff !important;
	background: #f1f1f1;
}

.ui[class*="left icon"].thykh19.input>input:focus {
	border: 2px solid #fff !important;
}

.noti-btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	background: #c8302f;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 0 20px;
	position: absolute;
    top: 5px;
    right: 5px;
}

/* --- Error 404 Page --- */

.title_404 {
    font-size: 14em;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: center;
    line-height: 1em;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
    padding-bottom: 29px;
    margin-top: 0;
}

.bk_btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	background: #c8302f;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 25px;
}

.bk_btn:hover {
	color: #fff !important;
	background: #c8302f;
	box-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

/* --- Terms of use Page --- */

.ttrm15 {
    float: left;
    width: 100%;
}

.ttrm15 li {
    display: block;
    float: left;
    width: 100%;
	padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

.ttrm15 li:last-child {
    border-bottom: 0;
}

.tt_item {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
}

.atlink {
	font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	font-style: italic;
    line-height: 26px;
    color: #29334e;
    text-align: left;
	margin-bottom: 20px;
}

.vew120 .term_link14 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #29334e;
    text-align: left;
}

.vew120 .term_link14:hover {
    color: #29334e !important;
	text-decoration: underline !important;
}



.contact1256 {
    float: left;
    width: 100%;
	margin-top: 17px;
	margin-bottom: 64px;
}

.contact_link_step {
	background: #fff;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    width: 100%;
    margin-top: 30px;
    text-align: center;
	display: block;
}

.contact_link_step img {
    width: 70px;
}

.contact_link_step h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
    color: #29334e;
    text-align: center;
	margin-top: 24px;
}

.contact_map {
	background: #fff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #efefef;
    box-shadow: none;
    width: 100%;
    margin-top: 64px;
	text-align: center;
	overflow: hidden;
}
.contact_map iframe{
max-width: 100%;
}

.contact_map #map {
    width: 100%;
    height: 350px;
}

.contact_map #map svg g {
    fill: #c8302f !important;
}

.contact_info {
    margin-top: 64px;
}

.contact_list_info {
	float: left;
    width: 100%;
	margin-top: 28px;
}

.contact_list_info li {
	display: block;
	padding-bottom: 10px;
	float: left;
    width: 100%;
}

.contact_list_info .txt_cntct {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
    color: #686f7a;
    text-align: left;
	float: left;
    width: 100%;
}

.contact_list_info .cntct_895 i {
    font-size: 120%;
}

.edututs_links_social {
	float: left;
    width: 100%;
    margin-top: 24px;
}

.contact_list_info .cntct_895 {
    float: left;
    width: 35%;
    color: #29334e;
    font-weight: 500;
}

.contact_list_info .txt_cntct p {
    width: 65%;
    float: left;
    line-height: 26px;
}

/* --- Certification Center Page --- */

._215certibg {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #29334e;
    position: relative;
}

._215certibg:before {
    content: "";
    background: url(../images/cerificate_center/center_bg.jpg) no-repeat bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.cert_banner_text {
	text-align: center;
}

.cert_banner_text h1 {
	font-size: 60px;
    font-weight: 600;
	font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.cert_banner_text p {
	font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	color: #fff;
}

.certi_icons {
	padding-top: 56px;
}


.certi_icons li {
	display: inline-block;
}

.edttslogo img {
    width: 135px;
}

.edttsplus img {
    width: 80px;
	margin: 0 40px;
}

.edttslogo1 img {
    width: 150px;
}

.certi-btn {
    margin-top: 80px;
    border: 0;
    height: 50px;
    text-align: center;
    padding: 0 100px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    border-radius: 30px;
    background: #c8302f;
}

.title889 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 7px !important;
    text-align: center;
    color: #29334e;
    line-height: 26px;
}

.catey-tabs {
    margin-top: 35px;
}

.catey-tabs .nav-pills .nav-link.active, .catey-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #c8302f !important;
	border-radius: 20px;
}

.catey-tabs .nav-pills .nav-link:focus, .catey-tabs .nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #c8302f !important;
	border-radius: 20px;
}

.catey-tabs .nav-pills .nav-item {
    margin: 0 2px;
}

.certicates {
    margin-top: 0;
}

.certilink__152 {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #efefef;
    padding: 20px;
    box-shadow: none;
    flex: 1;
    float: left;
    color: #29334e !important;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-top: 30px;
    text-align: center;
}

.certilink__152:hover {
    color: #fff !important;
	background: #c8302f ;
}

._485td5 {
    padding: 62px 0;
    float: left;
    width: 100%;
	position: relative;
	background: #29334e;
}

._485td5:before {
    content: "";
    background: url(../images/sign.svg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.06;
}

.titleceti89 h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 17px !important;
    text-align: center;
    color: #fff;
    line-height: 26px;
}

.who_get {
    text-align: center;
    margin-top: 43px;
}

.who_img {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
	padding: 23px 0;
	border: 5px solid #fff;
	box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.who_get img {
    width: 90px;
}

.who_get h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    margin-top: 27px;
    text-align: center;
    line-height: 26px;
}

.knowledge_dts {
	text-align: center;
	margin-top: 30px;
}

.knowledge_dts p {
	font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #686f7a;
    text-align: center;
}

.knowledge_btn {
    margin-top: 23px;
    border: 0;
    height: 50px;
    text-align: center;
    padding: 0 100px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    border-radius: 30px;
    background: #c8302f;
}

.knowledge_btn:hover {
    color: #fff;
    background: #29334e;
}

/* --- Certification Form Fill Page --- */

.certi_form {
    float: left;
    width: 100%;
    margin: 50px 0 65px;
}

.category_cop {
	float: left;
	width: 100%;
	text-align: left;
}

.category_cop h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    margin-top: 35px !important;
    text-align: left;
    line-height: 26px;
	margin-bottom: 0;
}

.panel-title10 {
    vertical-align: middle;
}

.panel-title10 > a:before {
    float: right !important;
    font-family: 'Roboto', 'helvetica',sans-serif;
    content:"\-";
    padding-right: 0px;
	font-size: 18px;
	padding-top: 2px;
}

.panel-title10 > a.collapsed:before {
    float: right !important;
    content:"\+";
}

.panel-title10 a {
	font-size: 16px;
	font-weight: 500;
	color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
	padding: 15px 0 18px;
    display: block;
	line-height: 26px;
}

.panel-title10 > a:hover,
.panel-title10 > a:active,
.panel-title10 > a:focus  {
    text-decoration:none;
}

.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
    background: #fff;
    border-color: #c8302f !important;
}

.ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after {
    background-color: #c8302f !important;
}

.sign_form p {
    font-size: 14px;
    margin-bottom: 47px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: center;
    line-height: 26px;
}

.testtrm145 {
    padding: 20px 0 10px;
    margin-bottom: 0 !important;
    float: left;
    width: 100%;
    text-align: left !important;
}

.testtrm145 a {
    color: #c8302f;
}

.testtrm145 a:hover {
	color: #29334e !important;
    text-decoration: underline !important;
}

.sgntrm145 a {
    color: #c8302f;
}

.questrm145 {
    padding: 33px 0 5px;
    margin-bottom: 0 !important;
}

.questrm145 span {
    color: #c8302f;
	margin: 0 2px;
}

/* --- Certification Test View Page --- */

.test_timer_bg {
	background: #fff;
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 50px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.test_timer_left {
	width: 100%;
    float: left;
	display: flex;
}

.test_timer_left li {
	width: 50%;
    float: left;
	display: inline-block;
	padding: 30px 20px;
	border-right: 1px solid #efefef;
}

.test_timer_left li:last-child {
	border-right: 0;
}

.timer_time {
	float: left;
	width: 100%;
	text-align: center;
}

.timer_time h4 {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #29334e;
    border-radius: 100%;
    padding: 35px 0;
	background: #fff ;
}

.timer_time p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    margin-top: 0;
    text-align: center;
    line-height: 26px;
}

.ques_item {
	margin-bottom: 35px;
}

.ques_item:last-child {
	margin-bottom: 0;
}

.ques_title {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
    line-height: 28px;
	margin-top: 0;
	margin-bottom: 24px;
}

.ques_title span {
    font-weight: 600;
	margin-right: 10px;
}

.ques_item label {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #686f7a;
}

.test_submit_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    float: left;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    background: #c8302f;
    display: block;
}

.test_submit_btn:hover {
    color: #fff !important;
    background: #29334e;
}

/* --- Certification Test Result --- */

.test_result_bg {
    width: 100%;
    float: left;
}

.test_result_left {
	width: 100%;
    float: left;
	display: flex;
}

.test_result_left li {
	width: 33.333%;
    float: left;
	display: inline-block;
	padding: 0;
}


.result_dt {
	float: left;
	width: 100%;
	text-align: center;
}

.result_dt h4 {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #57a4ff;
    border-radius: 100%;
    padding: 35px 0;
	background: #57a4ff ;
}

.result_dt .right_ans {
	font-size: 50px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #01b200;
    border-radius: 100%;
    padding: 26px 0;
	background: #01b200 ;
}

.result_dt .wrong_ans {
	font-size: 46px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #fb3838;
    border-radius: 100%;
    padding: 26px 0;
	background: #fb3838 ;
}

.result_dt p {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    margin-top: 0;
    text-align: center;
    line-height: 26px;
}

.result_dt span {
    color: #686f7a;
    margin-left: 5px;
	font-weight: 400;
}

.result_content {
	margin-top: 57px;
    float: left;
    width: 100%;
    text-align: center;
}

.result_content h2 {
	font-size: 42px;
    font-weight: 600;
    color: #29334e;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 0;
}

.result_content p {
    font-size: 20px;
    font-weight: 400;
    color: #686f7a;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: center;
    margin-top: 0;
}

.download_btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	background: #c8302f;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 25px;
}

.download_btn:hover {
	color: #fff !important;
	background: #29334e;
}

/* --- Search Result --- */

.result_stitles {
    padding: 0px 0 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.rs6t_title {
    font-size: 18px;
    color: #29334e;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    float: left;
}

.filter__counter {
	color: #686f7a;
	margin-left: 5px;
}

.rating_filter i {
	font-size: 18px;
    margin: 0 -3px;
    color: #fdcc0d;
}

.filter_selector {
    float: right;
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    font-weight: 400;
}

.ui.inline.dropdown.flt145>.text {
    font-weight: 500 !important;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

/* --- Invoice Page --- */

.invoice_header {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 60px !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
	box-shadow: none !important;
}

.invoice_header_item {
    float: left;
    width: 100%;
    text-align: center;
}

.invoice_logo {
    float: left;
    width: 135px;
}

.invoice_logo img {
    width: 100%;
}

.invoice_header_item p {
    font-size: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 5px 0;
    float: right;
}

.invoice_body {
	padding: 50px 30px;
    background: #fff;
    float: left;
    width: 100%;
}

.invoice_date_info {
    float: right;
    width: 100%;
}

.invoice_date_info ul {
    float: right;
}


.invoice_date_info ul li {
    display: block;
    margin-bottom: 5px;
}

.vdt-list {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    line-height: 24px;
}

.vdt-list span {
    color: #29334e;
    margin-right: 10px;
}

.invoice_header_main {
    background: #29334e;
    float: left;
    width: 100%;
    height: 60px;
    display: flex !important;
    align-items: center !important;
    padding: 30px;
}

.invoice_dts {
    float: left;
    width: 100%;
	margin-top: 35px;
}

.invoice_title {
	float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
}

.vhls140 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.vhls140 h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
    margin-bottom: 15px;
}

.vhls140 ul li {
    display: block;
    margin-bottom: 5px;
}

.vhls140 ul li:last-child {
    margin-bottom: 0;
}

.vdt-list {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    line-height: 24px;
}

.invoice_table {
    float: left;
    width: 100%;
    margin-top: 50px;
    background: #fafafa;
	border-radius: 5px;
}

.invoice_table .table {
    margin-bottom: 0 !important;
}

.invoice_table .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #efefef !important;
    font-size: 14px;
    font-weight: 500;
    color: #29334e;
    font-family: 'Roboto', 'helvetica',sans-serif;
    padding: 15px 20px;
}

.invoice_table .table td, .invoice_table .table th {
    padding: 20px !important;
    vertical-align: top !important;
    border-top: 0 !important;
}

.user_dt_trans {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    line-height: 24px;
}

.jsk1145 {
    text-align: right;
}

.jsk1145 .totalinv2 {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #242424;
    margin-bottom: 0px;
	margin-bottom: 10px;
}

.invoice_footer {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.invoice_table .table td {
    border-top: 1px solid #efefef !important;
}

.invoice_footer {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.leftfooter {
    float: left;
}

.leftfooter p {
    font-size: 14px;
    color: #757575;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
    text-align: left;
}

.righttfooter {
    float: right;
}

.print_btn {
	float: right;
	height: 40px;
	background: #c8302f;
	padding: 11px 30px;
	color: #fff;
	font-family: 'Roboto', 'helvetica',sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 20px;
}

.print_btn:hover {
	background: #29334e;
	color: #fff !important;
}

.line-title {
    padding-top: 20px;
    margin-bottom: 6px;
}

/* --- Night Mode Btn --- */

.night_mode_switch__btn {
    border-bottom: 1px solid #efefef;
}

.night_mode_switch__btn a {
    display: block;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
	font-family: 'Roboto', 'helvetica',sans-serif;
    border-radius: 10px;
    color: #29334e;
    padding: 15px;
    position: relative;
	display: flex;
    align-items: center;
}

.night_mode_switch__btn a i {
    font-size: 120%;
	height: 30px;
	Width: 30px;
	background: #ffecec;
	border-radius: 100%;
	margin-right: 10px;
	padding: 6px 4px 0;
	display: inline-block;
}

.btn-night-mode .btn-night-mode-switch {
    display: inline-block;
    height: 18px;
    width: 37px;
    top: 35%;
    right: 13px;
    position: absolute;
}
a.btn_upload {
	height: 40px;
	line-height: 40px;
	width: 100%;
    border: 0;
    padding: 0 25px;
    border-radius: 20px;
    color: #c8302f;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    border: 1px solid #c8302f;
}
/* .btn_upload:hover {
    color: #fff !important;
    background: #c8302f;
    border: 1px solid #c8302f;
} */

/* .modal-dialog {
	/* min-width: 50%; */
    /* width: 700px;
    border-radius: 20px;
    max-width: 100%;
} */
/* .modal-content {
    border-radius: 10px;

}  */

table .table-img {
	width: 130px;
    border-radius: 10px;
}

.rtl .close {
	float: left;

}
.btn-link {
	color: #c8302f;
}
.btn-link:hover {
	color: #333;
}
select mat-form-field {
    border: 1px solid #e5e5e5 !important;
    border-radius: 500rem !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
    min-width: 100% !important;
    padding: .78571429em 2.1em 0.785714em 2em !important;
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    min-width: 14em;
    min-height: 2.71428571em;
    background: #fff;
    display: inline-block;
    padding: .78571429em 2.1em .78571429em 1em;
    color: rgba(0,0,0,.87);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
    transition: width .1s ease,-webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease,width .1s ease;
    transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
    -webkit-border-radius: .28571429rem;
    -moz-border-radius: .28571429rem;
    -ms-border-radius: .28571429rem;
    -o-border-radius: .28571429rem;
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -moz-transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
    -ms-transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
    -o-transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
}
select:invalid { color: #e5e5e5; }

.menu.drop-menu{
	display:none;
}
.ui .menu {
	top: 55%;
    left: auto;
    right: 0;
}
.rtl .ui .menu {
    left: 0;
    right: auto;
}
#notification-dropdown:hover .menu,#notification-dropdown:focus-within .menu,
#message-dropdown:hover .menu, #message-dropdown:focus-within .menu,
#account-dropdown:hover .menu ,#account-dropdown:focus-within .menu ,
#language:hover .menu, #language:focus-within .menu ,#language:focus .menu, #language:visited .menu{
	display:block;
}

.toggle-menu{
	display:block !important;
}
.open-menu{
  display: block !important;
}

.rtl .uil-angle-right.collapse_menu--icon {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}


@media (min-width: 1600px){
.col-bg {
    -ms-flex-preferred-size: 0 !important;
    flex-basis: 0 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    min-width: 0 !important;
    max-width: 100% !important;
}
}


/* // tabs for course details page  */
.tab-input {
	position: absolute;
	opacity: 0;
	display: none;
	z-index: -1;
	}

	.tab {
		width: 100%;
		color: white;
		overflow: hidden;
		position: relative;
	}
	.tab-label {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border: solid 1px #efefef;
		cursor: pointer;
		height: auto;
		margin-top: 3px;
		padding: 15px 30px 15px 20px;
		background: #fff;
		border-radius: 0px;
		color: #333333;
	/* Icon */
	}
	.tab-label .title i{
	float: left;
	color: #333;
	}
	.tab-label .title b{
	color: #333;
	font-size: 16px;
		padding-left: 8px;
		padding-right: 10px;
		font-weight: 500;
	}
	.tab-label span{
		display: block;
		margin-right: 20px;
		white-space: nowrap;
		font-size: 16px;
		color: #686f7a;
		font-weight: 400;
		font-family: 'Roboto', 'helvetica',sans-serif;
	}

	.tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	-webkit-transition: all .35s;
	transition: all .35s;
	position: absolute;
		right: 15px;
	}
	.ui-accordion-content {
	max-height: 0;
	/* padding: 0 1em; */
	/* color: #2c3e50; */
	background: white;
	-webkit-transition: all .35s;
	transition: all .35s;
	/* display: none; */
	opacity: 0;
	}
	.tab-close {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: end;
		justify-content: flex-end;
		/* padding: 1em;
		font-size: 0.75em;
		background: #2c3e50;
		*/ cursor: pointer;
	}
	/* .tab-close:hover {
	background: #1a252f;
	} */

	.tab-input:checked + .tab-label {
		background: #f7f7f7;
	}
	.tab-input:checked + .tab-label::after {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			-o-transform: rotate(90deg);
}
	.tab-input:checked ~ .ui-accordion-content {
	max-height: 100vh;
	/* padding: 1em; */
	display: block;
	opacity: 1;
	}
	.accept-btn {
		color: #28a745;
		background-color: #f7f7f7;
		/* padding: 10px 0px; */
		padding: 7px 15px;
		border: 1px solid #3ca745;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		-o-border-radius: 30px;
}

	.reject-btn {
		color: #c8302f;
		background-color: #ffeced2e;
		/* padding: 10px 0px; */
		padding: 10px 9px;
		/*padding: 7px 15px;
    */
    border: 1px solid #c8302f;
		border-radius: 30px;
}
.noborder{
  background-color: transparent;
  padding: 10px 0px;
  border: 0px !important;

}
	.delete-btn {
		color: #000000;
		background-color: transparent;

  }
  .delete-btn:before{
  content: "\e9ad";
  font-size: 15px;
  color: #c8302f;
  font-family: "icons";
  }
	.accept-btn i , .reject-btn i , .delete-btn{
		font-size: 17px;
		/* vertical-align: middle; */
	}
.icon-resetPassword:before {
  content: "\e907";
  font-family:"icons";
  font-size: 16px;
    color: #000000;
}
.icon-resetDevice:before {
  content: "\e908";
  font-family:"icons";
  font-size: 16px;
    color: #000000;
}
.Dassh{
  /* color:#FFFFFF !important; */
}
	/* //modal */
.edit-user .course__form{
  margin: 30px 25px;
}
.edit-user .first{
  justify-content: center;

}
label.togglebuttn{
  margin: 0px !important;
}
	.modal-backdrop.show {
		opacity: .1;
		opacity: 0;
	}

	.confirm .modal-content {
		border:none;
		border-radius: 1rem;
		outline: 0;
		text-align: left;
		padding: 1.5rem;
		box-shadow: 0 0 34px 0 rgba(0,0,0,0.08);
	}
	.confirm .modal-content  h2 {
		font-weight: bold;
		margin-bottom: 20px;
	}
	.confirm .modal-content .close {
		position: absolute;
		top:0;
		right:0;
	}
	.confirm .modal-footer {
		padding: 1rem 0 0;
	}
	.confirm .btn-cancel {
		font-size: 14px;
		font-weight: 500;
		color: #686f7a;
		background: transparent;
		padding: 0px 30px;
		border-radius: 25px;
		border: 0;
		height: 40px;
		border: 1px solid #d4d4d5;
	}
	.ui label {
		margin-bottom: 10px;
	}
	@media (min-width: 576px){
		.confirm .modal-dialog {
			width: 400px;
		}
	}
	.step-footer {
		display: flex;
		justify-content: space-between;
		align-items: start;

	}
	.steps_btn {
		margin-top: 30px;
	}
	@media (max-width: 991px) {
		.chapterListToggle {
			left: auto;
			right: 0;
		}
		.rtl .chapterListToggle {
			left: 0;
			right: auto;
		}

  }

/**************************************** PhaseTwoStart ****************************************/
/**************************************** PhaseTwoEnd ****************************************/
/**************************************** LandingPageStart ****************************************/
.sectionOfCourses{
  background: #ffffff;

}
.sectionOfCourses ,  .sectionOfTeachersList{
  padding: 40px 0px;

}
.sectionOfCourses h4, .sectionOfTeachersList h4{
  margin: 0px 0px 20px 20px;
  display: inline-block;
}
.rtl .sectionOfCourses h4, .rtl .sectionOfTeachersList h4{
  margin: 0px 20px 20px 0px;
}
.sectionOfCourses a ,  .sectionOfTeachersList a{
  float: right;
  position: relative;
top: 5px;
  margin: 0px 30px 0px 0px;
}
.rtl .sectionOfCourses a ,  .rtl .sectionOfTeachersList a{
  float: left;
  margin: 0px 0px 0px 20px;
}
.sectionOfCourses .content{
  margin: 0px;
}
.sectionOfTeachersList .card-deck{
  text-align: center;
}
.sectionOfCourses .content div.col-md-3 , .sectionOfTeachersList .content div.card{
margin-bottom: 20px;
}
.sectionOfTeachersList .col-md-2{
 padding: 0px 15px;}

.sectionOfTeachersList{
  margin: 0px 5px;
}
.sectionOfTeachersList div{
  /* text-align: center; */
  /* padding: 0px; */
}
.sectionOfTeachersList div h5{
  font-size: 1.2rem;
}
.sectionOfTeachersList .row{
  margin: 0px;
}
/**************************************** LandingPageEnd ****************************************/
/**************************************** idmPageStart ****************************************/
.idmPage , .success , .failed{
  text-align: center;
  /*background: #333;
  */margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: fit-content;
  padding: 0px 25px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);

}
.bg {
  content: "";
  background: url(../images/sign.svg) no-repeat center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  opacity: 0.099;
}
.idmPage svg{
  color:#c8302f;
  font-size: 90px;
  /* color:#fff */
  margin: 20px 0px;
}
.idmPage h1,.idmPage h4 ,.success h1,.success h4 , .failed h1, .failed h4{
  color: #333;
}
.idmPage a, .success a,.failed a{
  color:#c8302f;
}
.idmPage .logo{
  width: 25%;
  /* margin-bottom: 30px; */
}
@media (max-width: 640px){
  .idmPage svg {
  font-size: 70px;}
  .idmPage h1 , .success h1 ,.failed h1{
    font-size: 2.3rem;
  }
  .idmPage .logo{
    width: 25%;}
   .idmPage h4 ,.success h4 ,.failed h4{
    font-size: 1.3rem;

  }
}
@media (max-width: 480px){
  .idmPage h1, .success h1 ,.failed h1{
    font-size: 1.8rem;
  }
   .idmPage h4 , .success h4, .failed h4{
    font-size: 1.1rem;
  }
}

@media (max-width: 420px){
  .idmPage svg {
    font-size: 60px;
}
.idmPage h1 ,.success h1 ,.failed h1{
  font-size: 1.5rem;
}
.idmPage .logo {
  width: 35%;
}
}
/**************************************** idmPageEnd ****************************************/
/**************************************** LandingPageEnd ****************************************/

.SearchOption{
  min-width: max-content !important;
}

.StudentSearch .search-panel{
  position: relative;
  right: 102px;

}
.StudentSearch{
  text-align: center;
}
/* .rtl .StudentSearch .search-panel{
  position: relative;
  left: 105px;
right: auto;
} */
.StudentSearch .form-control{
  display: inline-block;
  border-radius: 500rem;
  -webkit-border-radius:500rem;
  -moz-border-radius:500rem;
  -ms-border-radius:500rem;
  -o-border-radius:500rem;
}
.StudentSearch select mat-form-field {
  background: #fff;
  border-radius: 0px !important;
  border-bottom-right-radius: 500rem !important;
  border-top-right-radius: 500rem !important;
  min-height: auto;
  padding: 4.7px 0px !important;
  position: relative;
  /*right: 102px;
  bottom: 2px;
  */right: 103px;
  bottom: 2.2px;
  min-width: max-content !important;
  /*min-width: fit-content !important;
  */margin-right: 0px;
  box-shadow: unset !important;
  border-left: 1px solid #ced4da !important;
  /*-webkit-border-radius: 0px !important;
  -moz-border-radius:;
  -ms-border-radius:;
  -o-border-radius:;
  */-webkit-border-bottom-right-radius: 500rem !important;
}
.StudentSearch .formButtn{
  /* display: contents; */
  display: inline-block;
    padding:6px 26px 0px 26px;

}
.StudentSearch .formButtn button{
  font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    border-radius: 20px;
}
.StudentSearch .form-control {
  margin: 0px 5px;

}
.rtl .StudentSearch .form-control{
  height: calc(1.7em + 0.75rem + 2px);
}
.rtl .StudentSearch select mat-form-field { 
 border-bottom-left-radius: 17px !important;
 border-top-left-radius: 17px !important;
 border-top-right-radius: 0px !important;
 border-bottom-right-radius: 0px !important;
margin-left: 0px;
right: auto;
    /* left: 112px; */
    left: 105px;
    bottom: 3px;
 border-right: 1px solid #ced4da !important;
 /* height: 33px; */
 padding:0px !important;

}
.StudentSearch select:after{
  background-color: transparent;
  content: "";

}
.managementUser:before{
  content:"\e972";
  font-family: "icons";
}
@media (max-width: 570px){

.StudentSearch select{
  float: right;
    bottom: 32.5px;
    right: 1px;
}
.rtl .StudentSearch select{
  float:left;
    bottom: 35.5px;
    right: 0px;
    left: 0px;
}
.StudentSearch .formButtn {
/* display: block; */
}
.StudentSearch .formButtn button{
  margin: 0;
  position: relative;
  top: 100%;
  left: 50%;
  top: 29px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
}

/*************************************** Nourhan ***************************************/
/*************************************** paymentMethod Start ***************************************/
.paymentMethod .tabs .nav-tabs{
  border: 1px solid #efefef;
    background: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.paymentMethod .tabs .nav-tabs .nav-item .nav-link {
  background: transparent;
  color: #686f7a;
  font-weight: 500;
  padding: 15px 10px !important;
  margin-right: 0;
  border: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.paymentMethod .tabs .nav-tabs .nav-link.active {
  color: #ed2a26 !important;
  background-color: none !important;
  border-bottom: 2px solid #ed2a26 !important;
}
.paymentMethod .tabs .nav-tabs .nav-item {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #efefef;
}

.paymentMethod .tabs .nav-tabs .nav-item.active {
background-color: transparent !important;
}
.paymentMethod .tabs .nav-tabs .nav-item:last-child {
  border-right: 0;
}
.paymentMethod .tabs form .row div{
  margin-top: 30px;
}
.paymentMethod .tabs form .ui[class*="left icon"].swdh19.input>input {
  padding-left: 2em!important;
  padding-right: 2em!important;
}
.paymentMethod .tabs form input{
  border: 1px solid #e5e5e5 !important;
  height: 40px !important;
    color: #333 !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
  border-radius: 500rem;
   -webkit-border-radius: 500rem;
   -moz-border-radius: 500rem;
   -ms-border-radius: 500rem;
    -o-border-radius: 500rem;
}
.paymentMethod{
  margin: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.orderDetails{
  border-top-left-radius: 0px;
    border-top: 0px;
    border-top-right-radius: 0px;
}
/*************************************** userSearcEnd ***************************************/




.signupbutton{
  color:#ffffff !important;
}
div.buttn{
  text-align: center;
  padding: 20px 0px;
}
div.buttn button{
  margin: 0px;
}
.container{
  margin-bottom: 20px;
}

div.col-md-6.socialMedia{
  padding: 0px;
}
div.contact1256.contectUs{
  margin: 0px;
}
.edu_social_links {
  text-align: left;
}
.edu_social_links {
  text-align: right;
}
.rtl .user_dt5 ,  .user_dt5 {
  margin: 20px 0px;
}
/* ._byt1458._215b15 div.row{
  display: block ruby;
} */

.btn_adcart {
  height: 33px !important;
}
 .marginLeft{
  margin-left: 230px;
}

.morebuttn{
  text-align: inherit;
padding: 0px 10px;
}
.rtl .morebuttn{
  text-align: center;
}



.morebuttn i{
  font-size: 12px !important;
font-weight: 700;
}
.morebuttn i.uil-angle-right::before {
  content: '\e830';
  /* left: 26px; */
  right: 18px;
  position: absolute;
  top: 16px;
  font-size: 32px;
}
/* .rtl .morebuttn i.uil-angle-right::before {
  right: 26px;

} */
.chapter-list{
  position: absolute !important;}
.studentFooter{
  position: absolute !important;
}
.rtl .uil-angle-right.collapse_menu--icon { transform:unset ;
  -webkit-transform:unset;
  -moz-transform:unset;
  -ms-transform:unset; -o-transform:unset;
}
.rtl .uil-angle-right.collapse_menu--icon::before {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.course-content .description p ,.course-content .description span,.course-content .description h2{
  padding: 0px 15px;
}


.morebuttn.minify{
  right: 400px;
}
.rtl .morebuttn.minify{
  left: 400px;
  /* right: 0px; */
}
.wrapper {
  overflow: hidden;
}
.course-content .row{
  margin-left: 0px;
  margin-right: 0px;
}
.course-content h4{
  margin: 10px;
  color: #29334e;
}
.course-content ul{
  list-style: none;
  padding: 0 20px;
}
.contentList{
  background: #ffffff;
}
.contentList div .card .card-header{
  padding: 0px;
}
.contentList div .card .card-header .btn-link{
  color: #29334e;
}
.contentList div .card .card-body .list-group .active{
  /* background-color: #fe807e; */
      background: #ffecec;
   color: #212529;

    /* background-color: transparent; */
    border-color: rgb(33, 37, 41);;
}
.contentList div .card .card-body .list-group{
  overflow-y: scroll;
    max-height: 211px;
}
.contentList div .card .card-body .list-group li{
  border:0px;
  border-bottom:1px solid;
}
.contentList div .card .card-body .list-group li:last-child{
  border-radius: 0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -ms-border-radius:0px;
  -o-border-radius:0px;
}
.contentList div .card .card-body .list-group li a{
  float: right;
  color: #afafaf;
}
.rtl .contentList div .card .card-body .list-group li a{
  float: left;
}
  .contentList div .card .card-header .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    /* color: #fe807e; */
    box-shadow: none;

}
.contentList div .card{
  margin: 10px 0px;
}
.course-content .row div{

  padding-right: 0px;
  padding-left: 0px;
}

.grp_titles{
  padding-bottom: 13px;
}
.contentList{
  border-top: 1px solid #e5e5e5;
}
.contentList{
  display: none;
}
.footer.userStudentCourse {
  z-index: 2222 !important;
}
/* .arrowRight:before{
content: "";
}
.collapse .arrowRight:before{
  display: block;
  }
  .collapse .arrowDown:before{
  display: none;
  }
  .collapse.show .arrowRight:before{
  display: none;
  }
  .collapse.show .arrowDown:before{
  display: block;
  } */
/* .arrowRight:before{
  content: "\e901";
  font-family: "icons";
  float: right;
  position: absolute;
  right: 10px;
  top: 12px;
} */
.arrowDown:before{
  content: "\e902";
  font-family: "icons";
  float: right;
  position: absolute;
  right: 10px;
  top: 12px;
}
.rtl .arrowDown:before{
  float: left !important;
  right: auto;
  left: 10px;
  top: 12px;
}
form.StudentSearch.form-inline input.form-control{
    width: 50%;
   /*margin: 0px 10px 0px 0px;
   */
   border-radius: 500rem;
   -webkit-border-radius:500rem;
   -moz-border-radius:500rem;
   -ms-border-radius:500rem;
   -o-border-radius:500rem;
   padding: 0px 10px;
}
form.StudentSearch.form-inline button.btn{ /*width: 50%; */margin: 0px 10px ; border-radius: 500rem; -webkit-border-radius: 500rem; -moz-border-radius: 500rem; -ms-border-radius: 500rem; -o-border-radius: 500rem;
}
.filter {
  margin-top: 10px;
}
.showFilter{
  display: none;
}
filter h5{
  font-weight: 700;
}
.icon-filter:before {
  content: "\ea5b";
  font-family: "icons";
  padding: 0px 10px;
font-size: 15px;
}
.icon-filter{
  cursor: pointer;
margin:  10px 0px;
display: inline-block;
}
.filter .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000000;
  background-color: transparent;
  border-bottom: 2px solid #cc2d37 ;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.check:before {
  content: "\e903";
  font-family: "icons";

  font-size: 75px;
  color: green;
}
.icon-close:before {
  content: "\e906";
  font-family: "icons";
  font-size: 75px;
  color: red;

}


.searchResultPage{
  margin-right:135px !important;
}
.rtl .searchResultPage{
  margin-left:135px !important;
  margin-right:0px !important;
}
.sideBarFilter{
  width: 130px;
position: absolute;
/* position: fixed; */
z-index: 1;
top: 175px;
/* background: #eee; */
/* overflow-x: hidden; */
/* padding: 8px 0; */
right: 5px;
}
.sideBarFilter .showFilter{
  display: block;
}
.sideBarFilter .showFilter h5{
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.sideBarFilter .showFilter .card .card-header h5 button{
  color: #000;
}
.sideBarFilter .showFilter .card .card-header,.sideBarFilter .showFilter .card .card-header h5{
  border-bottom: 0px;
}
.sideBarFilter .showFilter .card .card-header{
  background: transparent;
  padding: 0px;
}

.sideBarFilter .showFilter .card{
  border: 0px;
  background-color: transparent;
}

@media (max-width:640px){
.morebuttn{
  display: none;
}
nav.chapter-list{
  display: none;
}
.contentList{
  display: block;
}


}
@media (max-width: 992px){
  .chapter-list {
    position: absolute !important;
    height: 170% !important;
    /* height: 105.4% !important; */
}
}
@media (max-width: 992px){
  .rtl .morebuttn.minify
  {  left: 0 !important;
    right: auto !important;
  }
  .rtl .chapterListToggle {
    left: 400px;
    right: auto;
}
.morebuttn.minify
{ left: auto !important;
  right: 0px;

}
 .chapterListToggle {
  left: auto;
  right: 400px;

}
}
@media (max-width:576px){
  .SlideOfLanding .container .firstCol{
    z-index: 2;
  }
  .SlideOfLanding .container .SecondCol{
    position: absolute !important;
      opacity: 0.4 !important;
  }
}
@media (min-width: 768px)
{
  .StudentSearch {
    text-align: unset;
}
  div.col-md-6.socialMedia {

    max-width: 100%;
}}
@media (max-width: 768px){
  .home h1, .home .h1 {
    font-size: 2.75rem;
}
}
@media (max-width: 576px) {
  .sectionOfTeachersList .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 33%;
  }
  .sectionOfTeachersList .col-md-2{
    padding: 0px 5px;}
  }
  @media (max-width: 575.98px){
    .thnk_coming_title {
      font-size: 4em !important;
  }
  }
@media (max-width: 480px) {
  .home h4, .home .h4 {
    font-size: 1.5rem;
}
.sectionOfCourses h4, .sectionOfTeachersList h4 {
  margin: 0px 0px 20px 10px;
}
.rtl .sectionOfCourses h4, .rtl .sectionOfTeachersList h4 {
  margin: 0px 10px 20px 0px;
}
.sectionOfCourses a, .sectionOfTeachersList a {
margin: 0px 10px 0px 0px;
font-size: 12px;
}
.rtl .sectionOfCourses a, .rtl .sectionOfTeachersList a {
margin: 0px 0px 0px 10px;
}
.sectionOfTeachersList .col-md-2{
  padding: 0px 5px;}


  .menu--item__has_sub_menu .menu--link::after {

    right: 50px;}
}


@media (max-width: 400px) {
  .ui .menu.drop-menu{
    z-index: 11111;
}
}
@media (max-width: 300px) {

}
  .recaptcha .rc-anchor-normal .rc-anchor-logo-portrait{
   margin: 0px !important;
    /* height: 74px !important;
    width: 255px !important; */
}
/* } */

@media (max-width: 320px){
  .rtl .header_right {
    padding-left: 0px;
}
.main_logo span , .rtl .main_logo span{
  font-size: 16px;
}

}

/* icons */
.restricted:before{
  content: "\e974";
  font-family: "icons";
  font-size: 25px;
  margin: 10px;
}
.rtl .restricted{
  float: right;
}
.unlock:before{
  content: "\e990";
  font-family: "icons";
  font-size: 20px;
  /* margin: 10px; */
  bottom: 6px;
  position: relative;
}
.lock:before{
  content: "\e98f";
  font-family: "icons";
  font-size: 20px;
  /* margin: 10px; */
  bottom: 6px;
  position: relative;
}
.menu--icon.restricted:before{
  font-size: 20px;
}



.searchField{
  position: absolute !important;
  right: 3px !important;
  top: 2px !important;
  width: 100%;
}
.searchField button{
  border-radius: 17px;
  height: 35px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
}
.rtl .searchField{
  display: block !important;
    /* float: unset; */
    left: 3px !important;
}
.rtl .searchField button{
  float: left !important;
}
.rtl .checkbox{
  float: right !important;
}
.rtl .drop{
  float: right !important;
}
.rtl .dropdown-menu{
  left: -136px !important;
}
.dropdown-menu{
  padding: 20px !important;
}
input[type=radio], input[type=checkbox] {
margin: 0px 10px !important;
}

.search-field select{
  background: transparent;
    /* box-shadow: none !important; */
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    padding:0px 0px 0px 5px !important;
}
.refreshbutt, .rtl .refreshbutt{
  height: 34px;
margin-top: 35px;
}
.search-field select option:checked,.search-field select option:hover,
.search-field select .option_links:hover,.search-field select option:focus
{
  background: #ffecec;
  color: #c8302f;
}
.search-field select option:last-child{
  font-weight: 900;
}
.searchSection{
  /* background: #fff; */
  /* background: url(../images/design.png) center; */
  padding: 20px;
    margin: 20px;
    background-size: cover;
  }
.searchSection:before{
  /* background: #fff; */
    /* margin: 20px; */
    /* padding: 20px; */
    /* background:url(../images/sign.svg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background-size: cover; */
  }
.searchSection form .form-group{
  display: inline-block;
  /* margin-right: 20px; */
}
.searchSection form .range{
  display: block !important;
  margin: 0px 1rem 1rem 1rem;
}
.searchSection form .formButtn{
  text-align: center;
}
.searchSection form .formButtn button{
  width: 20% !important;
    border-radius: 20px;
    margin: 20px;
}

.searchSection form .formButtn button:last-child{
  background-color: #fff !important;
    color: rgb(204, 45, 55);
}
.searchDiv{
  display: flex;
}
.searchField .dropdown-toggle{
	width: 100%;
}
/*
.searchSection{
  background-image:url(../images/sign.svg) no-repeat center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  /* opacity: 0.099; */
/* }  */
.shoow{
  display: none;
  /* visibility: hidden; */
}
.searchSection form{
  overflow: hidden;
}
.SearchBox select {
  border: 1px solid #e5e5e5 !important;
  border-radius: 0px !important;
  box-shadow:none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  width: 10%;
  padding: 0px !important;
  -o-border-radius: 0px !important;
}
.SearchBox .form-group {
  border: 1px solid #e5e5e5 !important;
  border-radius: 0px !important;
  padding: 1.3rem 0.75rem !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.switch {
  position: relative;
  display: inline-block;
  /* width: 60px;
  height: 34px; */
  /* width: 40px;
    height: 15px; */
    width: 40px;
    height: 15px;
}
label.switch{
  margin: 0 0.5rem 0.5rem 0.5rem;
}
.mat-horizontal-stepper-header .mat-step-icon {
  /* margin-right: 8px; */
  margin: 8px;}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffecec;
  -webkit-transition: .4s;
  transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  /*height: 14px;
  width: 14px;
  left: 14px;
  bottom: 1px;
  *//*height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  */height: 13px;
  width: 13px;
  left: 0px;
  right: 26px;
  bottom: 1.2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

input:checked + .slider {
  background-color: #c8302f;
}
.theme-green .bs-datepicker-head {
  background-color: #c8302f !important;
}

.theme-green .bs-datepicker-body table td.week span {
  color: #c8302f !important;
}
.theme-green .bs-datepicker-body table td span.selected, .theme-green .bs-datepicker-body table td.selected span, .theme-green .bs-datepicker-body table td span[class*="select-"]:after, .theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #c8302f !important;
}
input:focus + .slider {
  box-shadow: 0 0 1px #ffecec;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  -moz-transform: translateX(26px);
  -o-transform: translateX(26px);
}
.refreshbutt, .rtl .refreshbutt {
  height: 34px;
  margin-top: 33px;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.moreButton{
  /* float: right; */
    color: #ffffffff;
    z-index: 999999999;
    /* left: 22px; */
    position: absolute;
    font-weight: bolder;
    right: 25px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
}
.uil-angle-right:before {
  /* content: '\e830'; */
  left: 24px;
  position: absolute;
  top: 16px;
}
.rtl .moreButton{
  /* float: right; */
    color: #ffffffff;
    z-index: 999999999;
    /* left: 22px; */
    position: absolute;
    right: auto;
    left: 25px;
    top: 11px;

    font-size: 12px;
    cursor: pointer;
    font-weight: bolder;
}
/* .rtl .uil-angle-right:before {
  /* content: '\e830'; */
  /* left: 0px; */
  /* right:  20px; */
  /* position: absolute; */
  /* top: 15px; */
/* } */


.activeVideo{
  background: #ffecec;
    color: #c8302f;
}
.rtl .tab-label .title i{
  float: right !important;
}
.rtl .tab-label span{
  margin-left: 20px;
  margin-right:0px ;
}
.rtl .nav-item .nav-link {
  margin-right: 0px !important;
}
.navbar-nav.ng-star-inserted .dropdown{
  padding-right:1rem !important ;
  padding-left:1rem !important;
}
.navbar-nav .nav-item:first-child .nav-link{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
 .navbar-nav .nav-item:last-child{
  padding: 0px 1rem;
}
.rtl .tab-label::after{
  left: 15px !important;
  right:0px !important;
  position: relative !important;
  height: 1.3em !important;
}
.rtl .tab-label{
  padding: 15px 5px 15px 30px !important;

}


.descriptionCard p{
  font-size: 15px;
    color: #686f7a;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    top: 9px;
    /* top: 21px; */
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
}

select{
  width: 10% !important;
  padding: 0px !important;
}




@media (min-width: 992px){
/* .show{
  display: block;
} */

.rtl .moreButton {
  top: 14px;}

  /* .wrapper{
    margin-right: 0px !important;
    margin-left: 0px !important;
} */

/* .rtl .vertical_nav {
  right: -240px !important;
  left: auto !important;
} */

/* .rtl .wrapper{
  margin-left: 0px !important;
    margin-right: 0px !important;
} */

.moreButton {

  top: 12.5px;}

  /* .wrapper.wrapper__minify,.wrapper{
    margin-right: 0px !important;
    margin-left: 240px !important;
} */
/* .rtl .vertical_nav__minify {
  right: 0px !important;
  left: auto !important;
}
.rtl .wrapper{
    margin-left: 0px !important;
    margin-right: 240px !important;
} */
#mySidebar.vertical_nav {
  position: fixed;
  left: -240px ;
  top: 60px;
  bottom: 0;
  background: #fff;
  overflow: hidden;
  width: 0px;
  z-index: 995;
}

#mySidebar.vertical_nav__minify {
                      position: fixed;
                      left: 0px;
                      top: 60px;
                      bottom: 0;
                      background: #fff;
                      overflow: hidden;
                      width: 240px  ;
                      z-index: 995;
                    }

.vertical_nav.vertical_nav__minify  .menu--label {
  display: block;
  position: initial;
  background: transparent;
}
.vertical_nav__minify  .menu--label {
  display: none;
  position: initial;
  background: transparent;
}
.vertical_nav__minify  .menu-collapse:checked ~ .sub_menu {
  background: #ffecec;
  display: block !important;
}

.vertical_nav__minify .sub_menu {
  position: initial;
  width: 100%;
  background: #ffecec;

}
.menu-collapse:not(:checked) ~ .sub_menu {
  display: none;
  /* background: #ffecec; */
}
 /* .rtl .chapter-list.vertical_nav {
  right: 0;
  left: auto;
} */

 .rtl .course-content.wrapper.wrapper__minify{
  margin-right: 0 !important;
  margin-left: 400px !important;
}
 .rtl .course-content.wrapper{
  margin-right: 0 !important;
  margin-left: 0px !important;
}
 .course-content.wrapper.wrapper__minify{
  margin-left: 0 !important;
  margin-right:400px !important;
}

.course-content.wrapper{
  margin-left: 0 !important;
  margin-right:0px !important;
}

 .chapterListToggle {
right: auto ;
left: 0px;
}
.rtl .chapterListToggle {
right: auto ;
left: 0px;
}

.rtl .chapter-list.vertical_nav {
left: 0px;
}
.chapter-list.vertical_nav {
position: fixed;
left: auto;
top: 0px !important;
width: 0px;

}
.chapter-list.vertical_nav.vertical_nav__minify{
  position: fixed;
  /* left: -240px; */
  top: 0px !important;
  width: 400px;
}
/* .chapterListToggle.minify {
  left: auto;
  right: 400px;
} */
.chapterListToggle {
  left: auto;
  right: 0px;
}



.vertical_nav__minify .menu--item__has_sub_menu .menu--link:after {
  content: "\276F";
}



}
@media (max-width: 1199px)
{
	.tab .btn_adcart {
    font-size: 0;
}
.rtl .tab .btn_adcart {
    font-size: 0;
}
}
@media (min-width: 1200px){
	.tab .btn_adcart {
		position: initial !important;
		display: block !important;
	}
}
@media (max-width: 576px){
  .searchSection{
  margin: 20px 0px !important;
  padding:0px;
  }
  .searchSection form .formButtn button {
    width: 25% !important;}
}
@media(min-width:480px){
  .descriptionCard p{
    top: 8px;
  }
}

@media (max-width: 375px){
  /* .rtl .btn_adcart {
    height: 45px !important;
    padding: 0px !important;
  } */
  .paymentMethod .tabs .nav-tabs .nav-item .nav-link{
    font-size: 10px;
  }
}
@media (max-width: 330px){
  ._df7852,.rtl ._df7852 {
    font-size: 14px;
}
.rtl .tab-label span.title {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.rtl .btn_adcart{
  font-size: 11px;
}
.rtl .tab-label span:last-child{
  margin-left: 10px;
  margin-right: 24px !important;
  /* margin-right: 37px !important; */
}
/* .tab-label span{
overflow: hidden;
scroll
} */
.tab-label {
  display: block;}
  .tab{
    overflow:auto !important;
  }
}
/* @media (max-width: 330px){
  .rtl header.db-header {
    right: auto;
    left: 23px;
}
.rtl .vertical_nav {
  right: auto;
  left: 23px;
}
} */
/* ======= */
/*===================== TABLE OF CONTENT =======================
/*
Table Of Content
==================
1.  google fonts
2.  CROSS BROWSER COMPATABILITY
3.  DEFAULT BORDER RADIUS
4.  Sticky Header
5.  Top Scroll Bar

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


/* ==================================================================================
rtl style
===================================================================================== */

@font-face {
		font-family: 'helvetica';
		src: url("../fonts/helvetica-neue-lt-arabic.ttf");
		src: url("../fonts/helvetica-neue-lt-arabic.ttf") format("truetype");
		font-weight: normal;
		font-style: normal;
}

@font-face {
  font-family: 'icons';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.ttf") format("truetype");
  src: url("fonts/icomoon.svg") format("truetype");
  src: url("fonts/icomoon.woff") format("truetype");
  font-weight: 400;
  font-style: normal;
}

 body.rtl {
	font-family: 'helvetica', sans-serif !important;
	direction: rtl;
	text-align: right;
}
/* .row {
	display: -ms-flexbox;
    display: -webkit-inline-box !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

} */
router-outlet {
	display: none;
}

/* .rtl html, .rtl body, .rtl div, .rtl span, .rtl applet, .rtl object, .rtl iframe,
  .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl p, .rtl blockquote, .rtl pre,
  .rtl a, .rtl abbr, .rtl acronym, .rtl address, .rtl big, .rtl cite, .rtl code,
  .rtl del, .rtl dfn, .rtl em, .rtl img, .rtl ins, .rtl kbd, .rtl q, .rtl s, .rtl samp,
  .rtl small, .rtl strike, .rtl strong, .rtl sub, .rtl sup, .rtl tt, .rtl var,
  .rtl b, .rtl u, .rtl i, .rtl center,
  .rtl dl, .rtl dt, .rtl dd, .rtl ol, .rtl ul, .rtl li,
  .rtl fieldset, .rtl form, .rtl label, .rtl legend,
  .rtl table, .rtl caption, .rtl tbody, .rtl tfoot, .rtl thead, .rtl tr, .rtl th, .rtl td,
  .rtl article, .rtl aside, .rtl canvas, .rtl details, .rtl embed,
  .rtl figure, .rtl figcaption, .rtl footer, .rtl header, .rtl hgroup,
  .rtl menu, .rtl nav, .rtl output, .rtl ruby, .rtl section, .rtl summary,
  .rtl time, .rtl mark, .rtl audio, .rtl video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
} */

.rtl article, .rtl aside, .rtl details, .rtl figcaption, .rtl figure,
  .rtl footer, .rtl header, .rtl hgroup, .rtl menu, .rtl nav, .rtl section {
	display: block;
}
.table-responsive{
	/* display: inline-grid !important;
	display: -webkit-inline-grid !important;
	display: -moz-inline-grid !important; */
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  position: relative;
}

/* .rtl ::-moz-selection {
	background-color: #cce2ff;
	color: rgba(0, 0, 0, 0.87);
}

.rtl ::selection {
	background-color: #cce2ff;
	color: rgba(0, 0, 0, 0.87);
} */
a {
	cursor: pointer;
}
.btn-primary {
    color: #fff;
	background-color: #cc2d37 !important;
    border-color: #cc2d37 !important;
}
.btn-:hover {
    color: #fff !important;
    background-color: #29334e !important;
    border-color: #29334e !important;
}
.rtl ol, .rtl ul {
	list-style: none;
	margin-bottom: 0 !important;
}

.rtl a:hover {
	color: inherit !important;
	text-decoration: none;
}

.rtl blockquote, .rtl q {
	quotes: none;
}

.rtl blockquote:before, .rtl blockquote:after,
  .rtl q:before, .rtl q:after {
	content: '';
	content: none;
}

.rtl button {
	outline: none;
	cursor: pointer;
}

.rtl table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* .rtl * {
	margin: 0;
	padding: 0;
} */
.rtl .row{
direction: rtl;
}

.rtl a:focus {
	text-decoration: none;
	outline: none;
}

.rtl a:hover {
	text-decoration: none !important;
}

.rtl button {
	outline: none;
}

.rtl button:focus {
	outline: none !important;
}

.rtl input {
	outline: none;
}

.rtl textarea {
	outline: none;
}

.rtl p {
	font-size: 16px;
	line-height: 29px;
	color: #686f7a;
}

.rtl h1 {
	font-size: 2em;
    /* 2x body copy size = 32px */
	line-height: 1.25;
    /* 45px / 36px */;
}

.rtl h2 {
	font-size: 1.625em;
    /* 1.625x body copy size = 26px */
	line-height: 1.15384615;
    /* 30px / 26px */;
}

.rtl h3 {
	font-size: 1.375em;
    /* 1.375x body copy size = 22px */
	line-height: 1.13636364;
    /* 25px / 22px */;
}

.rtl h4 {
	font-size: 1.125em;
    /* 1.125x body copy size = 18px */
	line-height: 1.11111111;
}

.rtl h5 {
	font-size: 1.10em;
    /* 1.125x body copy size = 18px */
	line-height: 1.10;
}

.rtl h6 {
	font-size: 1em;
    /* 1.125x body copy size = 18px */
	line-height: 1.050;
}

.rtl blockquote {
	font-size: 1.25em;
    /* 20px / 16px */
	line-height: 1.25;
    /* 25px / 20px */;
}

@media (min-width: 43.75em) {
	.rtl h1 {
		font-size: 2.5em;
      /* 2.5x body copy size = 40px */
		line-height: 1.125;
	}

	.rtl h2 {
		font-size: 2em;
      /* 2x body copy size = 32px */
		line-height: 1.25;
	}

	.rtl h3 {
		font-size: 1.5em;
      /* 1.5x body copy size = 24px */
		line-height: 1.25;
	}

	.rtl h4 {
		line-height: 1.22222222;
      /* (22px / 18px */;
	}

	.rtl blockquote {
		font-size: 1.5em;
      /* 24px / 16px = */
		line-height: 1.45833333;
      /* 35px / 24px */;
	}
}

@media (min-width: 56.25em) {
	.rtl h1 {
		font-size: 3em;
      /* 3x body copy size = 48px */
		line-height: 1.05;
      /* keep to a multiple of the 20px line height
	and something more appropriate for display headings */;
	}

	.rtl h2 {
		font-size: 2.25em;
      /* 2.25x body copy size = 36px */
		line-height: 1.25;
	}

	.rtl h3 {
		font-size: 1.75em;
      /* 1.75x body copy size = 28px */
		line-height: 1.25;
	}
}

.rtl .ask-question,
  .rtl nav,
  .rtl .notification-box.active,
  .rtl nav ul li a,
  .rtl .user-account-settingss.active,
  .rtl .user-info a,
  .rtl .suggestion-usd > span i,
  .rtl .view-more > a,
  .rtl .tags-sec ul li a,
  .rtl .post-st ul li a,
  .rtl .ed-opts > a,
  .rtl .bk-links li a,
  .rtl .like-com li a,
  .rtl .user-profy > a,
  .rtl .slick-previous:before,
  .rtl .slick-nexti:before,
  .rtl .comment > a,
  .rtl .sign_link > a,
  .rtl .post-popup,
  .rtl .post-project > a,
  .rtl .post-project-fields form ul li button,
  .rtl .post-project-fields form ul li a,
  .rtl .sign-control li a,
  .rtl .cover-sec > a,
  .rtl .star-descp > a,
  .rtl .message-btn a,
  .rtl .pf-gallery ul li,
  .rtl .gallery_pt:before,
  .rtl .gallery_pt > a,
  .rtl .overview-box,
  .rtl .skl-name,
  .rtl .conv-list,
  .rtl .save-stngs ul li button,
  .rtl .forum-links.active,
  .rtl .react-links li a,
  .rtl .next-prev > a,
  .rtl nav ul li:hover > ul,
  .rtl .user-pro-img > a i {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.rtl body::-webkit-scrollbar {
	width: 14px;
	height: 18px;
}

.rtl body::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}

.rtl body::-webkit-scrollbar-corner {
	background-color: transparent;
}

.rtl body::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid transparent;
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.rtl html {
	font-size: 14px;
}

.rtl body {
	margin: 0;
	font-family: 'helvetica', sans-serif;
	font-size: 0.875rem;
	line-height: 1.42857143;
	color: #29334e;
	background: #f7f7f7 !important;
}

.rtl .menu_left::-webkit-scrollbar {
	width: 4px;
}

.rtl .menu_left::-webkit-scrollbar-thumb {
	height: 50px;
	background: rgba(136, 136, 136, 0.4);
}

.rtl input[type=text] {
	color: #29334e !important;
}

@media (min-width: 992px) {
	.rtl .offset-lg-2 {
		margin-right: 16.666667%;
	}
	.rtl body {
		overflow-y: scroll;
	}

	.rtl .logo img {
		width: 200px;
		text-align: center;
		margin-top: 10px;
		float: none;
	}

	.rtl .wrapper {
		margin-right: 240px;
		margin-left: 0;
	}
	.rtl .wrapper .footer {
		margin:0;
	}
	.rtl .footer {
		margin-right: 240px;
		margin-left: 0;
	}
	.rtl .wrapper.course-content {
		margin-right: 0;
		margin-left: 400px;
	}
	/* .rtl #sidekickToggle:checked ~ .ng-star-inserted .wrapper {
		margin-right: 0;
	} */
	.rtl .chapter-list ~ .wrapper {
		margin-right: 0;
		margin-left: 400px;
	}

	.rtl .chapterListToggle {
		right: auto;
		left: 400px;
	}
	.rtl .minify {
		left:0;
	}


	/* .rtl #sidekickToggle:checked ~ .ng-star-inserted .wrapper {
		margin-left: 0;
		margin-right: 0;
	}

	.rtl #sidekickToggle:checked ~ .chapterListToggle {
		left: 0;
		right:auto;
	} */
	.rtl .wrapper__minify {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

.rtl .alrt_dot {
	position: absolute;
	left: 15px;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	background: #c8302f;
	overflow: hidden;
	width: 5px;
	height: 5px;
	text-align: center;
	border-radius: 100%;
	top: 45%;
}

.rtl .left_footer {
	padding: 15px 14px;
}

.rtl .left_footer ul li {
	display: inline-block;
}

.rtl .left_footer a {
	font-size: 13px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	line-height: 24px;
	padding: 0 3px;
	color: #29334e;
}

.rtl .left_footer a:hover {
	color: #c8302f !important;
}

.rtl .left_footer_content {
	padding-top: 15px;
}

.rtl .left_footer_content p {
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #afafaf;
	text-align: right;
	line-height: 24px;
}

.rtl .left_section {
	border-bottom: 1px solid #e5e5e5;
}

.rtl header.db-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 60px;
	background: #fff;
	display: flex !important;
	align-items: center;
	/* flex-direction: row-reverse; */
	box-shadow: 0px 0.05208in 11.25pt -9px rgba(0, 0, 0, 0.1);
	width: calc(100% - 60px);
	right:auto;
    left: 0;
}

.rtl .main_logo {
	float: right;
	/* width: 135px; */
	margin-right: 20px;
}

.rtl .logo-inverse {
	display: none;
}

.rtl .search120 {
	float: right;
	margin-right: 80px;
}

.rtl .srch10 {
	background: #f7f7f7 !important;
	border: 0 !important;
	color: #29334e !important;
}

.rtl i.icon1 {
	font-size: 16px !important;
}

.rtl .ui[class*="left icon"].input > i.icon1 {
	right: 1px !important;
	left: auto !important;
	border-radius: .28571429rem 0 0 .28571429rem;
}

.rtl .ui.swdh10 {
	font-size: 14px !important;
	width: 350px;
}

.rtl .ui[class*="left icon"].swdh10.input > input {
	padding-right: 3.2em !important;
	padding-left: 1em !important;
	font-size: 13px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl .header_right {
	margin-right: auto;
	float: left;
	padding-left: 15px;
}

.rtl .header_right ul {
	direction: rtl;
}

.rtl .header_right ul li {
	display: inline-block;
	vertical-align: middle;
}

.rtl .option_links {
	padding: 10px 8px;
	font-size: 20px;
	color: #686f7a;
	position: relative;
}

.rtl .option_links i {
	font-size: 120%;
}

.rtl .option_links:hover, .rtl .option_links:focus {
	color: #29334e !important;
}

.rtl .noti_count {
	font-size: 11px;
	position: absolute;
	top: 12px;
	right: 8px;
	background: #c8302f;
	color: #fff;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 1.5;
	border-radius: 100%;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl .opts_account img {
	width: 36px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	margin-left: 10px;
}

.rtl .upload_btn {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #c8302f;
	padding: 9px 15px;
	border-radius: 25px;
	margin-left: 10px;
}

.rtl .upload_btn i {
	font-size: 16px;
	margin-right: 3px;
}

.rtl .upload_btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .left_title {
	padding: 20px 17px 10px;
	font-size: 12px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #afafaf;
	text-align: right;
	margin-bottom: 0;
}

.rtl .user_img img {
	width: 30px;
	border-radius: 100%;
	margin-left: 17px;
	margin-right: 15px;
	float: right;
}

.rtl .menu.dropdown_account {
	margin-top: 11px !important;
	border-top: 1px solid #fff !important;
	border-radius: 3px !important;
}

.rtl .menu.drop-menu{
	width: 300px;
	margin-top: 17px !important;
	border-top: 1px solid #fff !important;
	border-radius: 3px !important;
	min-width: 300px !important;
}

.rtl .menu.dropdown_ms {
	width: 300px;
	margin-top: 17px !important;
	border-top: 1px solid #fff !important;
	border-radius: 3px !important;
	min-width: 300px !important;
}

.rtl .channel_my {
	padding: 15px !important;
	border-bottom: 1px solid #efefef !important;
	min-width: 100%;
	max-width: 100%;
	white-space: normal;
}

.rtl .channel_my:last-child {
	border-bottom: 0 !important;
}

.rtl .profile_link {
	display: flex;
}

.rtl .profile_link img {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	border: 2px solid #fff;
	border-radius: 100%;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.rtl .pd_content {
	width: 80%;
	white-space: normal;
}

.rtl .pd_content h6 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 5px;
	color: #29334e;
	text-align: right;
	position: relative;
}

.rtl .pd_content span {
	font-size: 13px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0;
	color: #686f7a;
	text-align: right;
}

.rtl .dp_link_12 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	margin-top: 15px;
	display: block;
	text-align: right;
}

.rtl .dp_link_12:hover {
	color: #c8302f !important;
}

.rtl .ui.dropdown .menu > .channel_item {
	color: #686f7a !important;
	padding: 0.78571rem 1.14286rem !important;
	font-size: 14px !important;
	font-family: 'helvetica', sans-serif;
	text-align: right !important;
}

.rtl .ui.dropdown .menu > .channel_item:hover {
	color: #29334e !important;
	background: #ffecec !important;
}

.rtl .rhte85 {
	display: flex;
}

.rtl .mef78 i {
	font-size: 18px;
	line-height: 15px;
	color: #1da1f2;
}

.rtl .pd_content p {
	font-size: 13px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 8px;
	color: #686f7a;
	text-align: right;
	margin-top: 8px;
	line-height: 20px;
}

.rtl .pd_content span.nm_time {
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0;
	color: #afafaf;
	text-align: right;
}

.rtl .vbm_btn {
	width: 100%;
	text-align: center;
	float: left;
	padding: 15px 0;
	background: #ffecec;
	font-size: 14px;
	color: #29334e !important;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
}

.rtl .vbm_btn:hover {
	background: #29334e;
	color: #fff !important;
}

.rtl .wrapper {
	padding: 90px 0 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.rtl .clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.rtl .section3125 {
	float: right;
	width: 100%;
	direction: ltr;
}

.rtl .section3126 {
	float: left;
	width: 100%;
}

.rtl .item_title {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
	float: right;
	margin-bottom: 20px;
}

.rtl .see150 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #afafaf;
	text-align: right;
	float: left;
	padding-top: 3px;
	margin-bottom: 20px;
}

.rtl .la5lo1 {
	float: left;
	width: 100%;
}

.rtl .owl-carousel .owl-item {
	float: right !important;
}

.rtl .stream_1 {
	width: 100%;
	border-radius: 10px;
	padding: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background: rgba(51, 1, 51, 0.1);
}

.rtl .stream_bg {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 15px 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(30px);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.13);
}

.rtl .stream_bg img {
	width: 60px !important;
	height: 60px !important;
	border-radius: 100%;
	display: inline-block !important;
	border: 1px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.rtl .stream_bg h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	color: #29334e;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rtl .stream_bg p {
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	color: #686f7a;
	display: inline-block;
	text-align: center;
	position: relative;
}

.rtl .stream_bg p span {
	width: 6px;
	height: 6px;
	background: #c8302f;
	position: absolute;
	border-radius: 100%;
	top: 2px;
	right: -9px;
}

.rtl .la5lo1 .owl-theme .owl-nav .disabled {
	opacity: .4 !important;
	cursor: default;
}

.rtl .live_stream .owl-nav .owl-prev {
	left: 0px;
	font-size: 20px !important;
	position: absolute;
	top: 40%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .live_stream .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: 0px;
	top: 40%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .live_stream .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .live_stream .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .owl-theme .owl-nav {
	margin-top: 0px !important;
}

.rtl .mt-80 {
	margin-top: 80px;
}

.rtl .mt-62 {
	margin-top: 62px;
}

.rtl .mt-50 {
	margin-top: 50px;
}

.rtl .mt-45 {
	margin-top: 45px;
}

.rtl .mt-40 {
	margin-top: 40px;
}

.rtl .mt-35 {
	margin-top: 35px;
}

.rtl .mt-30 {
	margin-top: 30px;
}

.rtl .mt-25 {
	margin-top: 25px;
}

.rtl .mt-20 {
	margin-top: 20px;
}

.rtl .mt-15 {
	margin-top: 15px;
}

.rtl .mt-10 {
	margin-top: 10px;
}

.rtl .mb-80 {
	margin-bottom: 80px;
}

.rtl .mb-62 {
	margin-bottom: 62px;
}

.rtl .mb-50 {
	margin-bottom: 50px;
}

.rtl .mb-45 {
	margin-bottom: 45px;
}

.rtl .mb-40 {
	margin-bottom: 40px;
}

.rtl .mb-35 {
	margin-bottom: 35px;
}

.rtl .mb-30 {
	margin-bottom: 30px;
}

.rtl .mb-25 {
	margin-bottom: 25px;
}

.rtl .mb-20 {
	margin-bottom: 20px;
}

.rtl .mb-15 {
	margin-bottom: 15px;
}

.rtl .mb-10 {
	margin-bottom: 10px;
}

.rtl .fcrse_1 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.rtl .fcrse_img {
	width: 100%;
	float: left;
	position: relative;
}

.rtl .fcrse_img img {
	width: 100%;
	border-radius: 5px;
}

.rtl .fcrse_content {
	padding: 10px 5px;
	float: left;
	width: 100%;
	position: relative;
}

.rtl .crse14s {
	display: block;
	font-size: 16px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
	margin-bottom: 7px;
	line-height: 24px;
}

.rtl .crse-cate {
	display: block;
	font-size: 13px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	padding-top: 2px;
}

.rtl .purchased_badge {
	font-size: 12px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #29334e;
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	border-radius: 5px;
	margin-top: 15px;
	cursor: default;
}

.rtl .cr1fot {
	margin-bottom: 0;
	margin-top: 18px;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	float: right;
	color: #686f7a;
	text-align: right;
	line-height: 24px;
}

.rtl .auth1lnkprce {
	float: right;
	width: 100%;
	margin-top: 18px;
}

.rtl .cr1fot a {
	color: #29334e !important;
	font-weight: 500;
}

.rtl .cr1fot a:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.rtl .prce142 {
	float: left;
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: left;
}

.rtl .vdtodt {
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 5px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	display: block;
}

.rtl .vdtodt .vdt14::after {
	content: '•';
	margin: 0 4px;
}

.rtl .vdtodt .vdt14:last-child::after {
	display: none;
	content: '';
}

.rtl .eps_dots {
	position: absolute;
	right: auto;
	left: 0;
}

.rtl .eps_dots a {
	font-size: 20px;
	color: #afafaf !important;
}

.rtl .eps_dots a:hover {
	color: #29334e !important;
}

.rtl .more_dropdown {
	display: inline-block;
}

.rtl .dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
	border: 1px solid rgba(34, 36, 38, 0.15);
	z-index: 1;
	left: 0;
	border-radius: 5px;
}

.rtl .dropdown-content span {
	color: #686f7a;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	padding: 10px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.rtl .dropdown-content span i {
	margin-left: 6px;
	font-size: 115%;
}

.rtl .dropdown-content span:hover {
	color: #29334e !important;
	background-color: #ffecec;
}

.rtl .more_dropdown:hover .dropdown-content {
	display: block;
}

.rtl .more_dropdown:hover .eps_dots {
	background-color: #29334e;
}

.rtl .course-overlay {
	position: absolute;
	top: 0;
	padding: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(transparent, rgba(51, 51, 51, 0.3) 90%);
}

.rtl .crse_reviews {
	color: #fff;
	background: #fdcc0d;
	display: inline-block;
	padding: 3px 15px 3px 10px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl .crse_reviews i {
	margin-right: 2px;
}

.rtl .badge_seller {
	border-radius: 3px;
	font-size: 10px;
	position: absolute;
	padding: 2px 10px;
	background: #fa8305;
	border: none;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	z-index: 2;
	vertical-align: baseline;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.rtl .badge_seller:after {
	background: inherit;
	content: '';
	height: 14px;
	position: absolute;
	top: 2px;
	transform: rotate(45deg);
	width: 12px;
	z-index: 1;
	display: block;
	right: -6px;
	border-bottom-right-radius: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.rtl .crse_timer {
	bottom: 0;
	position: absolute;
	margin-bottom: 10px;
	right: 0;
	left:auto;
	margin-left: 10px;
	color: #fff;
	background: rgba(51, 51, 51, 0.8);
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl .play_btn1 {
	border: 0;
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	border-radius: 100%;
	padding: 15px 10px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 40%;
	right:  calc(50% - 20px);
	opacity: 0;
	background: rgba(51, 51, 51, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.rtl .course-overlay:hover .play_btn1 {
	color: #fff !important;
	opacity: 1;
}

.rtl .featured_courses .owl-nav .owl-prev {
	left: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 43%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .featured_courses .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .featured_courses .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .featured_courses .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .top_instrutors .owl-nav .owl-prev {
	left: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 43%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .top_instrutors .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .top_instrutors .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .top_instrutors .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .section3126 {
	float: left;
	width: 100%;
}

.rtl .value_props {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	flex: 1;
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.rtl .value_icon {
	float: left;
	width: 100%;
}

.rtl .value_icon i {
	font-size: 36px;
	margin-right: 0;
	color: #29334e;
	background: #ffecec;
	border-radius: 10px;
	padding: 10px 6px;
	display: inline-block;
}

.rtl .value_content {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.rtl .value_content h4 {
	font-size: 18px;
	margin-bottom: 9px;
	display: block;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: center;
}

.rtl .value_content p {
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 26px;
	color: #686f7a;
	text-align: center;
}

.rtl .tutor_img {
	width: 100%;
	float: left;
	padding: 20px;
	text-align: center;
}

.rtl .tutor_img img {
	text-align: center;
	width: 100px !important;
	height: 100px !important;
	display: inline-block !important;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.rtl .tutor_content_dt {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 10px;
}

.rtl .tutor_name {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e !important;
	text-align: center;
	position: relative;
}

.rtl .tutor150 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.rtl .tutor_cate {
	font-size: 13px;
	color: #686f7a;
	margin-top: 10px;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	margin-bottom: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rtl .tutor_social_links li {
	display: inline-block !important;
	margin-left: 5px;
	vertical-align: middle;
	margin-bottom: 0 !important;
}

.rtl .tutor_social_links li:last-child {
	margin-left: 0;
}

.rtl .tutor_social_links li a {
	font-size: 14px;
	float: right;
	width: 35px;
	height: 36px;
	border-radius: 100%;
	text-align: center;
	padding: 9px 0;
	color: #fff !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.rtl .tutor_social_links li a:hover {
	color: #fff !important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.rtl .fb {
	background: #3b5998;
}

.rtl .tw {
	background: #1da1f2;
}

.rtl .ln {
	background: #8d6cab;
}

.rtl .yu {
	background: #ff0000;
}

.rtl .sbbc145 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #c8302f;
	border: 0;
	height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	text-align: center;
}

.rtl .sbbc145:hover {
	color: #fff;
	background: #29334e;
}

.rtl .sbbc146 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	background: #e9e9e9;
	border: 0;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	text-align: center;
}

.rtl .tut1250 {
	font-size: 12px;
	margin-top: 20px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: center;
	display: block;
}

.rtl .tut1250 .vdt15::after {
	content: '•';
	margin: 0 4px;
}

.rtl .tut1250 .vdt15:last-child::after {
	display: none;
	content: '';
}

.rtl .fcrse_2 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
}

.rtl .prfle12link {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .prfle12link:hover {
	color: #c8302f !important;
}

.rtl .get1452 {
	background: #fff;
	width: 100%;
	float: right;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
	position: relative;
	text-align: right;
	margin-bottom: 30px;
	background-image: url(../images/get-img.jpg);
}

.rtl .get1452 h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 13px;
}

.rtl .get1452 p {
	font-size: 14px;
	color: #f9f9f9;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 27px;
}

.rtl .Get_btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	border-radius: 20px;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	background: #c8302f;
	font-size: 14px;
	font-weight: 500;
}

.rtl .Get_btn:hover {
	color: #fff;
	background: #c72127;
}

.rtl .fcrse_3 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 0;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
}

.rtl .cater_ttle {
	float: right;
	width: 100%;
	padding: 15px 20px;
	border-bottom: 1px solid #efefef;
}

.rtl .fcrse_3 h4 {
	font-size: 16px;
	color: #29334e;
	float: right;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0;
}

.rtl .allcate15 {
	float: right;
	width: 100%;
}

.rtl .allcate15 li {
	display: block;
	float: right;
	width: 100%;
}

.rtl .ct_item {
	float: right;
	width: 100%;
	padding: 10px 20px;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
}

.rtl .ct_item.active {
	font-weight: 500;
	color: #29334e;
}

.rtl .ct_item i {
	margin-right: 10px;
	font-size: 120%;
}

.rtl .live_text {
	float: right;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.rtl .live_icon {
	float: right;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.rtl .live_icon i {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 43px;
	font-size: 30px;
	text-align: center;
	padding: 14px 0;
	background: #ffecec;
	border-radius: 100%;
	border-bottom: 1px solid #efefef;
}

.rtl .live-content {
	float: left;
	width: 100%;
	padding: 0;
	text-align: center;
}

.rtl .live-content p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	margin-bottom: 20px;
	color: #686f7a;
}

.rtl .livinfo {
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0;
	margin-top: 15px;
	color: #686f7a;
	display: block;
}

.rtl .live_link {
	height: 40px;
	background: #c8302f;
	border: 0;
	border-radius: 20px;
	padding: 10px 20px;
	color: #fff;
}

.rtl .live_link:hover {
	color: #fff;
	background: #29334e;
}

.rtl .fcrse_4 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
}

.rtl .say_content {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.rtl .say_content p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	color: #686f7a;
	text-align: right;
}

.rtl .st_group {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.rtl .stud_img {
	text-align: right;
}

.rtl .stud_img img {
	text-align: right;
	width: 50px !important;
	height: 50px !important;
	display: inline-block !important;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.rtl .st_group h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e !important;
	margin-top: 0;
	margin-bottom: 0 !important;
	margin-right: 15px;
}

.rtl .Student_says .owl-nav .owl-prev {
	left: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 38%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .Student_says .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 40%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .Student_says .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .Student_says .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .strttech120 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.rtl .strttech120 h4 {
	font-size: 18px;
	color: #29334e;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 13px;
}

.rtl .strttech120 p {
	font-size: 14px;
	color: #686f7a;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 32px;
	line-height: 26px;
}

.rtl .footer {
	/* background: #29334e; */
	width: 100%;
	padding: 0;
	float: right;
	direction: rtl;
}

.rtl .item_f1 {
	padding-top: 50px;
}

.rtl .item_f1 a {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	/* display: block; */
	padding-bottom: 10px;
	color: #fff ;
}

.rtl .item_f1 a:hover {
	color: #efefef !important;
}

.rtl .item_f1 a:last-child {
	padding-bottom: 0;
}

.rtl .item_f3 {
	padding-top: 50px;
}

.rtl .btn1542 {
	height: 40px;
	padding: 10px 15px;
	border: 0;
	border-radius: 20px;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	background: #c8302f;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
}

.rtl .btn1542:hover {
	color: #fff !important;
	background: #c72127;
}

.rtl .lng_btn {
	margin-top: 20px;
}

.rtl .lng_btn a {
	height: 40px;
	padding: 10px 15px;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
}

.rtl .lft {
	margin-right: 5px;
}

.rtl .rgt {
	margin-left: 5px;
}

.rtl .lng_btn a:hover {
	color: #fff !important;
}

.rtl .footer_bottm {
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px solid #454545;
}

.rtl .fotb_left {
	direction: rtl;
}

.rtl .fotb_left li {
	display: inline-block;
	vertical-align: middle;
}

.rtl .footer_logo img {
	width: 30px;
	margin-left: 20px;
}

.rtl .fotb_left p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #f7f7f7;
	text-align: right;
	line-height: 24px;
}

.rtl .edu_social_links {
	text-align: left;
	direction: rtl;
}

.rtl .edu_social_links a {
	padding-top: 10px;
	padding-left: 15px;
	font-size: 16px;
	display: inline-block;
	color: #f7f7f7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.rtl .edu_social_links a:hover {
	color: #fff !important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.rtl .lng_btn .ui.dropdown .menu > .item {
	font-family: 'helvetica', sans-serif;
	color: #29334e !important;
}

.rtl .main-loader {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.rtl .spinner {
	margin: 0 auto 0;
	width: 50px;
	text-align: center;
	height: 20px;
	border-radius: 100px;
	background-color: #fff;
	line-height: 20px;
	border: 1px solid #efefef;
	cursor: pointer;
}

.rtl .spinner > div {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.rtl .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	background-color: #29334e;
}

.rtl .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	background-color: #29334e;
	opacity: 0.702;
}

.rtl .spinner .bounce3 {
	-webkit-animation-delay: -0.12s;
	animation-delay: -0.12s;
	background-color: #29334e;
	opacity: 0.4;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.rtl .live1452 {
	margin-bottom: 25px;
	float: left;
	width: 100%;
}

.rtl .live1452 iframe {
	width: 100%;
	height: 435px;
	border-radius: 10px;
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.rtl .stuck {
	position: fixed;
	bottom: 20px;
	right: 20px;
	transform: translateY(100%);
	width: 260px !important;
	height: 145px !important;
	animation: fade-in-up .25s ease forwards;
	z-index: 999;
}

@keyframes example {
	0% {
		background-color: red;
	}

	25% {
		background-color: #ff7037;
	}

	50% {
		background-color: red;
	}

	100% {
		background-color: #ff7037;
	}
}

.rtl .live_comment {
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	border-top: 1px solid #efefef;
}

.rtl .live_input {
	width: 100%;
	height: 50px;
	padding: 10px 60px 10px 15px;
	border: 0;
	color: #29334e;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family: 'helvetica', sans-serif;
}

.rtl .btn_live {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 0;
	background: #c8302f;
	font-size: 20px;
	padding: 9px 7px;
	color: #fff;
}

.rtl .btn_live:hover {
	background: #29334e;
	color: #fff;
}

.rtl .live_chat {
	float: left;
	width: 100%;
	height: 418px;
	overflow-y: auto;
	padding: 15px 20px;
}

.rtl .live_chat::-webkit-scrollbar {
	width: 4px;
}

.rtl .live_chat::-webkit-scrollbar-thumb {
	height: 50px;
	background: rgba(136, 136, 136, 0.4);
}

.rtl .chat1 p {
	font-family: 'helvetica', sans-serif;
	line-height: 24px;
	font-size: 14px;
	color: #686f7a;
	margin-bottom: 13px;
	text-align: right;
}

.rtl .chat1 a {
	font-weight: 600;
	margin-right: 10px;
	color: #29334e !important;
}

.rtl .live_user_dt {
	float: left;
	width: 100%;
	display: flex;
  /* flex-direction: row-reverse; */
  /* no */
}

.rtl .user_img5 {
	text-align: right;
}

.rtl .user_img5 img {
	text-align: left;
	width: 50px !important;
	height: 50px !important;
	display: inline-block !important;
	border-radius: 100%;
	margin-left: 15px;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.rtl .live_user_dt h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e !important;
	margin-top: 0;
	margin-bottom: 10px !important;
}

.rtl .user_dt5 {
	float: right;
	width: 100%;
	margin-bottom: 20px;
}

.rtl .user_dt_left {
	float: right;
}

.rtl .subscribe-btn {
	border: 0;
	background: #c8302f;
	padding: 0 20px;
	height: 30px;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	font-size: 14px;
}

.rtl .subscribe-btn:active {
	outline: none;
}

.rtl .subscribe-btn:visited {
	outline: none;
}

.rtl .Subscribed-btn {
	background: #c72127 !important;
	color: white;
}

.rtl .studio-link-btn {
	border: 0;
	background: #c8302f;
	padding: 0 20px;
	height: 30px;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	font-size: 14px;
}

.rtl .user_dt_right {
	float: left;
}

.rtl .user_dt_right ul {
	direction: rtl;
}

.rtl .user_dt_right ul li {
	display: inline-block;
}

.rtl .lkcm152 {
	display: block;
	background: #fff;
	height: 60px;
	text-align: center;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	border: 1px solid #efefef;
	border-radius: 10px;
}

.rtl .lkcm152 span {
	display: block;
	margin-top: 2px;
}

.rtl .lkcm152 i {
	font-size: 18px;
}

.rtl .slive_tabs {
	border-bottom: 0 !important;
}

.rtl .slive_tabs .nav-item.show .nav-link, .rtl .slive_tabs .nav-link.active {
	color: #fff !important;
	background-color: #29334e !important;
	border-color: #29334e !important;
	border-radius: 20px;
}

.rtl .slive_tabs .nav-item {
	margin-bottom: 0 !important;
	margin-right: 10px;
}

.rtl .slive_tabs .nav-link {
	border: 1px solid #c8302f !important;
	border-radius: 20px !important;
	background-color: #c8302f !important;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .slive_tabs .nav-link:hover {
	border: 1px solid #c72127 !important;
	background-color: #c72127 !important;
	color: #fff !important;
}

.rtl .add_stream_content {
	background: #fff;
	margin-top: 30px;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
	margin-bottom: 20px;
}

.rtl .strm_title {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	color: #29334e;
	line-height: 24px;
	margin-bottom: 0;
}

.rtl .sf475 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	margin-top: 5px;
	line-height: 24px;
}

.rtl .sf475 a {
	font-weight: 500;
	color: #29334e;
}

.rtl .sf475 a:hover {
	color: #c8302f !important;
}

.rtl .stm_key {
	font-size: 18px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-top: 30px;
	color: #29334e;
	line-height: 24px;
}

.rtl .group-form {
	margin-top: 27px;
	position: relative;
}

.rtl .group-form label {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 10px;
	color: #29334e;
	line-height: 24px;
}

.rtl ._dlor1 {
	border: 1px solid #efefef;
	background: #f7f7f7;
	height: 40px;
	width: 100%;
	padding: 0 100px 0 20px;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	font-size: 13px;
}

.rtl ._6tf7s {
	position: absolute;
	right: 5px;
	bottom: 5px;
	height: 30px;
	padding: 0 15px;
	background: #c8302f;
	color: #fff;
	border: 0;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl ._6tf7s:hover {
	background: #29334e;
	color: #fff;
}

.rtl ._145d1 {
	height: 40px;
	padding: 0 20px;
	background: #c8302f;
	color: #fff;
	border: 0;
	margin-top: 30px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl ._145d1:hover {
	background: #29334e;
	color: #fff;
}

.rtl ._145d1 i {
	font-size: 120%;
	margin-right: 3px;
}

.rtl .strm_title1 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	color: #29334e;
	line-height: 24px;
	margin-bottom: 0;
}

.rtl ._1457s2 {
	margin-top: 30px;
	display: block !important;
	width: 100%;
}

.rtl .ui.toggle._1457s2.checkbox input:checked ~ .box:before, .rtl .ui.toggle._1457s2.checkbox input:checked ~ label:before {
	background-color: #c8302f !important;
}

.rtl .ui.toggle._1457s2.checkbox input:focus:checked ~ .box:before, .rtl .ui.toggle._1457s2.checkbox input:focus:checked ~ label:before {
	background-color: #c8302f !important;
}

.rtl ._1457s2 label {
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: 'helvetica', sans-serif !important;
	color: #29334e !important;
	margin-bottom: 0 !important;
}

.rtl .srch_explore {
	background: #fff !important;
	border: 1px solid #e5e5e5 !important;
	color: #29334e !important;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
}

.rtl .srch_explore:focus {
	border: 1px solid #29334e !important;
	box-shadow: none !important;
}

.rtl .ui.swdh11 {
	font-size: 14px !important;
	width: 100%;
}

.rtl .ui[class*="left icon"].swdh11.input > input {
	padding-right: 4.2em !important;
	padding-left: 1em !important;
	height: 50px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl .ui[class*="left icon"].input > i.icon.icon2 {
	right: 10px !important;
	left: auto !important;
	border-radius: .28571429rem 0 0 .28571429rem;
}

.rtl i.icon2 {
	font-size: 20px !important;
}

.rtl ._14d25 {
	float: left;
	width: 100%;
}

.rtl ._bg4586 {
	padding: 60px 0 0 !important;
}

.rtl ._215b01 {
	/* float: left; */
	width: 100%;
	background: #333333;
	padding: 30px 0;
}

.rtl .preview_video {
	background: #fff;
	padding: 10px;
	float: left;
	width: 100%;
	border-radius: 10px;
}

.rtl ._215b02 {
	position: absolute;
	text-align: center;
	bottom: 0;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	font-size: 14px;
	background: rgba(51, 51, 51, 0.9);
	left: 0;
	right: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px 0;
}

.rtl ._215b03 h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	text-align: right;
	line-height: normal;
	margin-bottom: 15px;
}

.rtl ._215b04 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #f7f7f7;
	text-align: right;
	line-height: 26px;
}

.rtl ._215b05 {
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl ._215b06 {
	display: flex;
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	direction: rtl;
}

.rtl ._215b07 {
	margin-left: 20px;
}

.rtl .caption_tooltip {
	display: inline-block;
	position: relative;
}

.rtl .caption_tooltip:hover {
	text-decoration: underline;
	color: #f7f7f7;
	cursor: pointer;
}

.rtl .caption-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 200px;
	box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
	border: 1px solid rgba(34, 36, 38, 0.15);
	z-index: 1;
	right: 0;
	border-radius: 5px;
}

.rtl .caption-content span {
	color: #686f7a;
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
}

.rtl .caption-content span i {
	margin-right: 6px;
	font-size: 115%;
}

.rtl .caption_tooltip:hover .caption-content {
	display: block;
}

.rtl ._215b07 i {
	font-size: 120%;
}

.rtl ._215b08 i {
	font-size: 120%;
}

.rtl ._215b10 {
	width: 100%;
	float: right;
}

.rtl ._215b11 {
	margin-top: 30px;
	color: #f3f3f3;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	float: right;
	margin-left: 30px;
}

.rtl ._215b11:hover {
	color: #fff !important;
}

.rtl ._215b12 {
	margin-top: 30px;
	color: #f3f3f3;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	float: right;
}

.rtl ._215b12:hover {
	color: #fff !important;
}

.rtl ._215b11 i {
	font-size: 120%;
	margin-right: 5px;
}

.rtl ._215b12 i {
	font-size: 120%;
	margin-right: 5px;
}

.rtl ._215b15 {
	/* float: left; */
	width: 100%;
	padding: 20px 0 0;
	background: #fff;
	margin-bottom: 17px;
}

.rtl .course_tabs {
	float: right;
	width: 100%;
	margin-top: 10px;
	direction: rtl;
}

.rtl .course_tabs .nav-item {
	margin-bottom: 0 !important;
}

.rtl .course_tabs .nav-tabs .nav-item.show .nav-link, .rtl .course_tabs .nav-tabs .nav-link.active {
	color: #29334e !important;
	background-color: transparent !important;
	border-color: inherit !important;
	border-top: 0 !important;
	border-bottom: 2px solid #c8302f !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.rtl .course_tabs .nav-tabs {
	border-bottom: 0 !important;
}

.rtl .tab_crse .nav-link {
	border-top: 0 !important;
	border-bottom: 2px solid transparent !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	color: #29334e !important;
	font-weight: 500 !important;
	font-family: 'helvetica', sans-serif !important;
}

.rtl .tab_crse .nav-link {
	padding: .5rem 1.5rem !important;
}

.rtl ._215b17 {
	float: left;
	width: 100%;
}

.rtl ._df7852 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e !important;
	margin-top: 0;
	display: block;
	margin-bottom: 10px !important;
}

.rtl ._df7852:hover {
	color: #29334e !important;
}

.rtl ._215b31 {
	width: 100%;
	margin-top: 27px;
}

.rtl ._215b31 li {
	display: inline-block;
}

.rtl .btn_adcart {
	height: 40px;
	border: 0;
	padding: 0 20px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	background: #c8302f;
	border: 1px solid #c8302f;
	margin-left: 6px;
}

.rtl .btn_adcart:hover {
	background: #c72127;
	border: 1px solid #c72127;
}

.rtl .btn_buy {
	height: 40px;
	border: 0;
	padding: 0 25px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	background: transparent;
	border: 1px solid #fff;
}

.rtl .btn_buy:hover {
	color: #fff;
	background: #c72127;
	border: 1px solid #c72127;
}

.rtl ._215fgt1 {
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl ._htg451 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.rtl ._htg452 {
	direction: rtl;
}

.rtl ._htg452 h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 15px;
	color: #29334e;
}

.rtl ._htg452 ul li {
	display: block;
	margin-bottom: 5px;
	direction: rtl;
}

.rtl ._htg452 ul li:last-child {
	margin-bottom: 0;
}

.rtl ._5f7g11 {
	display: block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #686f7a;
	text-align: right;
	line-height: 26px;
}

.rtl ._5f7g11::before {
	content: '\f111';
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 6px;
	color: #29334e;
	vertical-align: bottom;
	margin-left: 10px;
	line-height: 26px;
}

.rtl ._abc123 {
	display: block;
	font-size: 16px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	color: #29334e;
	text-align: right;
}

.rtl ._htg452 p {
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	color: #686f7a;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 26px;
}

.rtl ._abc124 {
	padding-left: 30px;
}

.rtl ._htgdrt {
	background: #fff;
	padding: 30px;
	border: 1px solid #efefef;
	border-radius: 10px;
}

.rtl ._htgdrt h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 15px;
	color: #29334e;
}

.rtl ._abcd145 li {
	padding-bottom: 10px;
	direction: rtl;
}

.rtl ._abcd145 li:last-child {
	padding-bottom: 0;
}

.rtl ._5f7g15 {
	display: flex;
}

.rtl ._5f7g15 i {
	line-height: 28px;
	font-size: 14px;
	color: #29334e;
}

.rtl ._5f7g15 span {
	display: block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #686f7a;
	text-align: right;
	line-height: 26px;
	margin-right: 15px;
}

.rtl .crse_content {
	float: right;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

.rtl .crse_content h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 15px;
	color: #29334e;
	float: right;
}

.rtl ._112456 {
	float: left;
	padding-top: 3px;
}

.rtl ul.accordion-expand-holder {
	direction: rtl;
}

.rtl .accordion-expand-holder li {
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}

.rtl .accordion-expand-holder li:last-child {
	margin-left: 0;
}

.rtl ._d1452 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	margin-bottom: 0;
	color: #29334e;
	cursor: pointer;
}

.rtl ._d1452:hover {
	color: #c8302f;
}

.rtl ._fgr123 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	margin-bottom: 0;
	color: #686f7a;
}

.rtl .ui-accordion {
	margin-top: 4px;
	float: left;
	width: 100%;
}

.rtl .accordion-header {
	float: right;
	width: 100%;
	display: flex;
	align-items: center;
	border: solid 1px #efefef;
	cursor: pointer;
	height: auto;
	margin-top: 3px;
	padding: 15px 30px 15px 20px;
	background: #fff;
	border-radius: 0px;
	flex-direction: row-reverse;
}

.rtl .accordion-header .section-header-left {
	display: flex;
	flex-direction: column;
	flex-basis: 65%;
	direction: rtl;
}

.rtl .accordion-header .section-title-wrapper {
	flex-direction: row;
	align-items: center;
	display: flex;
	color: #505763;
	flex: 1 1 auto;
	font-size: 18px;
	font-weight: 600;
}

.rtl .accordion-header .section-title-text {
	font-size: 16px;
	padding-left: 8px;
	padding-right: 10px;
	color: #29334e;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl .accordion-header .section-header-right {
	display: flex;
	justify-content: flex-end;
	color: #505763;
	flex-basis: 40%;
	direction: rtl;
}

.rtl .accordion-header .num-items-in-section {
	display: block;
	margin-left: 20px;
	white-space: nowrap;
	font-size: 16px;
	color: #686f7a;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .accordion-header .section-header-length {
	text-align: left;
	width: 42%;
	font-size: 16px;
	color: #686f7a;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .crse_icon {
	font-size: 110%;
	margin-right: 5px;
}

.rtl .ui-accordion-content {
	float: left;
	width: 100%;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	background: #fff;
}

.rtl .ui-accordion-content .lecture-container {
	display: flex;
	direction: rtl;
	padding: 12px 30px 12px 20px;
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	border-top: none;
	color: #686f7a;
	letter-spacing: .3px;
	line-height: 1.33;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .ui-accordion-content .left-content {
	display: flex;
	align-items: flex-start;
	width: 50%;
}

.rtl .ui-accordion-content .icon_142 {
	font-size: 18px;
	line-height: 18px;
	color: #afafaf;
}

.rtl .ui-accordion-content .top {
	flex-direction: column-reverse;
	display: flex;
	margin-right: 10px;
	width: 100%;
}

.rtl .ui-accordion-content .title {
	color: #686f7a;
	font-size: 14px;
	margin-top: -2px;
}

.rtl .ui-accordion-content .details {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-left: auto;
	width: 50%;
	font-size: 14px;
}

.rtl .ui-accordion-content .content-summary {
	color: #686f7a;
	flex-direction: row-reverse;
	display: flex;
	text-align: right;
	white-space: nowrap;
	width: 40%;
}

.rtl .ui-accordion-content .preview-text {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .ui-accordion-content .preview-text:hover {
	color: #c8302f !important;
}

.rtl .btn1458 {
	float: left;
	margin-top: 5px;
	border: 1px solid #dedfe0;
	height: 50px;
	background: #e8e9eb;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: center;
	padding: 15px 0;
}

.rtl .btn1458:hover {
	border: 1px solid #e8e9eb;
	background: #e8e9eb;
	color: #29334e !important;
}

.rtl .student_reviews {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

.rtl .reviews_left {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 30px 30px;
	border: 1px solid #efefef;
	border-radius: 10px;
}

.rtl .reviews_left h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 20px;
	color: #29334e;
}

.rtl .total_rating {
	display: flex;
	width: 100%;
	font-size: 16px;
	justify-items: center;
	background: #f7f7f7;
	border: 1px solid #efefef;
	padding: 10px 20px;
	border-radius: 20px;
	flex-direction: row-reverse;
}

.rtl ._rate001 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	margin-bottom: 0;
	color: #29334e;
	margin-left: 10px;
	line-height: 22px;
}

.rtl .rating-box {
	color: #dedfe0;
	display: flex;
	flex-basis: 30%;
	flex-direction: row-reverse;
}

.rtl .rating-star {
	font-size: 1.3rem;
	width: 1.3rem;
	height: 1.3rem;
	position: relative;
	display: block;
	float: right;
	margin-right: 7px;
}

.rtl .full-star:before {
	color: #f2b01e;
	content: "\f005";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
}

.rtl .empty-star:before {
	content: "\f005";
	position: absolute;
	left: 0;
	overflow: hidden;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.rtl .half-star:before {
	color: #f2b01e;
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 60%;
	position: absolute;
	left: 0;
	overflow: hidden;
}

.rtl .half-star:after {
	content: '\f005';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 1.5rem;
	width: 60%;
	text-indent: -1.5rem;
}

.rtl ._rate002 {
	font-size: 13px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 0;
	color: #29334e;
	margin-right: 10px;
	line-height: 22px;
}

.rtl ._rate004 {
	display: flex;
	cursor: pointer;
	height: auto;
	margin-top: 20px;
	border-radius: 0px;
	flex-direction: row-reverse;
}

.rtl .progress1 {
	display: flex;
	flex-basis: 50%;
	margin-left: 20px;
	height: 1.4rem !important;
}

.rtl .progress1 .progress-bar {
	background-color: #c8302f !important;
}

.rtl .w-70 {
	width: 70% !important;
}

.rtl .w-30 {
	width: 30% !important;
}

.rtl .w-5 {
	width: 10% !important;
}

.rtl .w-2 {
	width: 1% !important;
}

.rtl .w-1 {
	width: 0% !important;
}

.rtl .review_right {
	float: right;
	width: 100%;
}

.rtl .review_right_heading {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}

.rtl .review_right_heading h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 0;
	color: #29334e;
	float: right;
}

.rtl .review_search {
	float: left;
	width: 180px;
	position: relative;
}

.rtl .rv_srch {
	height: 30px;
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	padding-right: 15px;
	padding-left: 40px;
	width: 100%;
	border: 1px solid #efefef;
	border-radius: 20px;
}

.rtl .rvsrch_btn {
	position: absolute;
	left: 3px;
	top: 2px;
	border-radius: 100%;
	border: 0;
	height: 26px;
	width: 26px;
	background: #c8302f;
	color: #fff;
	font-size: 14px;
}

.rtl .rvsrch_btn:hover {
	background: #29334e;
	color: #fff;
}

.rtl .review_all120 {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
}

.rtl .review_item {
	padding: 20px;
	border-bottom: 1px solid #efefef;
}

.rtl .review_item:last-child {
	border-bottom: 0;
}

.rtl .review_usr_dt {
	display: flex;
	position: relative;
	flex-direction: row-reverse;
}

.rtl .review_usr_dt img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	margin-left: 15px;
}

.rtl .tutor_name1 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e !important;
	text-align: right;
	margin-bottom: 0;
}

.rtl .time_145 {
	font-size: 13px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	display: block;
	margin-top: 5px;
}

.rtl .rvds10 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-top: 17px;
	line-height: 26px;
	color: #686f7a;
	text-align: right;
}

.rtl .rpt100 {
	display: flex;
	align-items: baseline;
	flex-direction: row-reverse;
}

.rtl .rpt100 span {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	line-height: 24px;
	margin-left: 10px;
}

.rtl .radio--group-inline-container {
	padding: 5px 8px 0 8px;
	border-radius: 6px;
}

.rtl .more_reviews {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .radio--group-inline-container .radio-item {
	display: inline-block;
	margin-right: 10px;
}

.rtl .radio--group-inline-container .radio-item input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.rtl .radio--group-inline-container .radio-item input[type="radio"] + .radio-label:before {
	content: '';
	background: #f7f7f7;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: 0px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.rtl .radio--group-inline-container .radio-item input[type="radio"]:checked + .radio-label:before {
	background-color: #c8302f;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}

.rtl .radio--group-inline-container .radio-item input[type="radio"]:focus + .radio-label:before {
	outline: none;
	border-color: #0E8A86;
}

.rtl .radio--group-inline-container .radio-item input[type="radio"]:disabled + .radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.rtl .radio--group-inline-container .radio-item input[type="radio"] + .radio-label:empty:before {
	margin-right: 0;
}

.rtl .radio-label {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 12px;
	color: #29334e;
	margin-bottom: 0;
	cursor: pointer;
}

.rtl .report145 {
	font-size: 13px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	line-height: 24px;
	margin-right: 5px;
}

.rtl .vd_mdl .close {
	position: absolute;
	right: 10px;
	top: 8px;
	color: #fff;
	margin-left: auto;
	z-index: 1;
}

.rtl .vd_mdl .close:hover {
	color: #fff;
}

.rtl .vd_mdl .modal-body {
	padding: 0 !important;
}

.rtl .vd_mdl .modal-content {
	border-radius: 0 !important;
}

.rtl .vd_mdl .modal-body iframe {
	width: 100%;
	height: 375px;
	margin-bottom: -5px;
}

.rtl ._216b01 {
	float: left;
	width: 100%;
	background: #29334e;
	padding: 30px 0;
}

.rtl .dp_dt150 {
	display: flex;
	align-items: center;
}

.rtl .img148 {
	text-align: center;
}

.rtl .img148 img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.rtl .prfledt1 {
	margin-right: 20px;
	text-align: right;
	margin-bottom: 20px;
}

.rtl ._bty149 {
	text-align: right;
}

.rtl .btn500 {
	height: 40px !important;
	padding: 0 30px !important;
}

.rtl ._216b12 {
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	right: 20px;
}

.rtl ._216b12 span {
	margin-right: 5px;
}

.rtl ._216b12:hover {
	color: #fafafa !important;
}

.rtl .prfledt1 h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 10px;
}

.rtl .prfledt1 span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .rgt-145 {
	text-align: right;
	margin-top: 55px;
	margin-bottom: 30px;
}

.rtl ._bty149 li {
	display: inline-block;
	margin-left: 5px;
}

.rtl ._bty149 li:last-child {
	margin-right: 0;
}

.rtl .msg125 {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 20px;
}

.rtl ._ttl120 {
	margin-top: 10px;
	border: 1px solid #4f4848;
	display: flex;
}

.rtl ._ttl120 li {
	display: inline-block;
	width: 25%;
	padding: 15px 10px;
	border-left: 1px solid #4f4848;
}

.rtl ._ttl120 li:last-child {
	border-left: 0;
}

.rtl ._ttl121 {
	text-align: center;
	width: 100%;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
}

.rtl ._ttl123 {
	font-size: 13px;
	margin-top: 10px;
}

.rtl .rpt145 {
	position: relative;
	direction: rtl;
}

.rtl ._216b22 {
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	display: none;
	text-align: center;
	position: absolute;
	top: 0;
	right: 20px;
}

.rtl ._216b22 span {
	margin-right: 5px;
}

.rtl ._216b22:hover {
	color: #fafafa !important;
}

.rtl .cmmnt_1526 {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px;
}

.rtl .img160 img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
}

.rtl .cmnt_group {
	display: flex;
	flex-direction: row-reverse;
}

.rtl ._cmnt001 {
	margin-right: 20px;
	border: 1px solid #efefef;
	width: 100%;
	overflow: hidden;
	overflow-wrap: break-word;
	resize: horizontal;
	height: 40px;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	color: #29334e;
	padding: 12px;
	border-radius: 10px;
	background: #f9f9f9;
}

.rtl .cmnt-btn {
	margin-top: 15px;
	float: left;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #c8302f;
	border-radius: 25px;
	border: 0;
	height: 40px;
	padding: 0px 30px;
}

.rtl .cmnt-btn:hover {
	color: #fff;
	background: #29334e;
}

.rtl .rpt101 {
	display: flex;
}

.rtl .report155 i {
	font-size: 130%;
	padding: 0 5px;
}

.rtl .report155 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	line-height: 24px;
	margin-left: 5px;
}

.rtl .report155:hover {
	color: #c8302f !important;
}

.rtl .review_reply {
	padding-right: 50px;
}

.rtl ._1frstcate {
	width: 100%;
}

.rtl ._cate101 {
	position: relative;
	background: #fff;
	display: inline-block;
	height: 40px;
	text-align: right;
	padding: 10px 55px 10px 15px;
	border-radius: 10px;
	box-shadow: 0in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	margin-top: 40px;
}

.rtl .cate_icon1 {
	background: #c8302f;
	position: absolute;
	height: 40px;
	width: 40px;
	top: 0;
	right: 0;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}

.rtl .cate_521 h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	line-height: 24px;
	text-align: right;
	margin-top: 50px !important;
}

.rtl .cate_option li:last-child {
	padding-bottom: 0;
}

.rtl .cate_option li {
	padding-bottom: 10px;
	display: block;
}

.rtl .cate_option li a {
	font-size: 14px;
	color: #686f7a;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	font-weight: 400;
}

.rtl .grp_titles {
	padding: 30px 0 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.rtl .ht_title {
	font-size: 14px;
	color: #29334e;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	float: left;
}

.rtl .ht_clr {
	float: right;
	font-size: 14px;
	color: #29334e;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .ui[class*="left icon"].swdh15.input > input {
	padding-right: 4.2em !important;
	padding-left: 1em !important;
	height: 40px !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .tb_145 {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.rtl .hstry142 .nav-pills .nav-link {
	border-radius: 2rem !important;
	font-size: 14px;
	color: #29334e;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	padding: 0.8rem 1.5rem;
	float: left;
	width: 100%;
}

.rtl .hstry142 .nav-pills .nav-link.active, .rtl .hstry142 .nav-pills .show > .nav-link {
	color: #fff !important;
	background-color: #c8302f !important;
}

.rtl .hf_img {
	width: 30%;
	float: right;
	position: relative;
}

.rtl .hf_img img {
	width: 100%;
	border-radius: 5px;
}

.rtl .hs_content {
	padding: 0px 15px 0px 20px;
	float: left;
	width: 70%;
	position: relative;
}

.rtl .eps_dots10 {
	top: 5px;
}

.rtl .mhs_title {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
	text-align: left;
}

.rtl .no-text {
	font-size: 14px;
	color: #686f7a;
	margin-top: 7px;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
	margin-top: 0;
}

.rtl .wtch125 {
	margin-bottom: 8px;
	font-size: 14px;
	margin-top: 5px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: left;
	display: block;
}

.rtl .wtch125 .vdt14::after {
	content: '•';
	margin: 0 4px;
}

.rtl .wtch125 .vdt14:last-child::after {
	display: none;
	content: '';
}

.rtl a.rmv-btn {
	font-size: 14px;
	margin-top: 30px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	display: block;
	background: #c8302f;
	border-radius: 20px;
	text-align: center;
	padding: 10px 0;
}

.rtl a.rmv-btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl a.rmv-btn i {
	margin-right: 3px;
}

.rtl .st_title {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .setting_tabs .nav-pills .nav-link.active, .rtl .setting_tabs .nav-pills .show > .nav-link {
	color: #fff !important;
	background-color: #c8302f !important;
	border-radius: 20px;
}

.rtl .nav-link {
	display: block;
	padding: .5rem 1rem;
	font-size: 14px;
	margin-top: 0;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .account_setting {
	margin-top: 36px;
}

.rtl .account_setting h4 {
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	font-size: 18px;
	text-align: right;
}

.rtl .account_setting p {
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	font-size: 14px;
	text-align: right;
	line-height: 26px;
}

.rtl .basic_profile {
	margin-top: 32px;
}

.rtl .basic_ptitle h4 {
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	font-size: 16px;
	text-align: right;
}

.rtl .basic_ptitle p {
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	font-size: 14px;
	text-align: right;
	line-height: 26px;
}

.rtl .ui[class*="left icon"].swdh19.input > input {
	padding-left: 2em !important;
	padding-right: 2em !important;
	height: 40px !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl .form-control-counter {
	position: absolute;
	top: 3px;
	left: 3px;
	padding: 5px;
	color: #686f7a;
	background: #dedfe0;
	font-weight: 500;
	min-width: 34px;
	line-height: 24px;
	text-align: center;
	border-radius: 100%;
	font-family: 'helvetica', sans-serif;
	font-size: 14px;
}

.rtl .ui.form.swdh30 textarea {
	background: #fff;
	border: 1px solid #e5e5e5 !important;
	outline: 0;
	color: rgba(0, 0, 0, 0.87);
	border-radius: 1rem !important;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
	text-align: right;
}

.rtl .ui.form.swdh30 textarea:focus {
	border: 1px solid #29334e !important;
	box-shadow: none;
}

.rtl .divider-1 {
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
}

.rtl .basic_profile1 {
	margin-top: 47px;
}

.rtl .ui.label.lb12 {
	background-color: #dedfe0 !important;
	padding: 0.9999em 1.2em !important;
	color: #686f7a !important;
	border-top-right-radius: 500rem !important;
	border-bottom-right-radius: 500rem !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rtl .ui[class*="left icon"].swdh31.input > input {
	padding-left: 1em !important;
	padding-right: 2em !important;
	height: 40px !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 500rem !important;
	border-bottom-left-radius: 500rem !important;
}

.rtl .ui.checkbox .box:before, .rtl .ui.checkbox label:before {
	right: 0 !important;
}

.rtl .ui.toggle.checkbox input:checked ~ .box:after, .rtl .ui.toggle.checkbox input:checked ~ label:after {
	right: 2.15rem !important;
}

.rtl .ui.toggle.checkbox .box, .rtl .ui.toggle.checkbox label {
	padding-right: 4.5rem !important;
}

.rtl .ui.toggle.checkbox .box:after, .rtl .ui.toggle.checkbox label:after {
	right: 0 !important;
}

.rtl .help-block {
	display: block;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #686f7a;
	font-size: 12px;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl .save_btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	margin-top: 45px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	background: #c8302f;
}

.rtl .save_btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .ml5 {
	margin-left: 65px;
	margin-top: 5px;
}

.rtl .ui.selection.dropdown.cntry152 {
	border: 1px solid #e5e5e5 !important;
	border-radius: 500rem !important;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
}

.rtl .ui.selection.active.dropdown.cntry152 {
	border-top-left-radius: 1.5rem !important;
	border-top-right-radius: 1.5rem !important;
	box-shadow: none !important;
	border: 1px solid #29334e !important;
}

.rtl .billing-percentages-progress-bar {
	margin-top: 80px;
}

.rtl .billing-percentages-progress-bar__labels li {
	width: 10%;
	display: flex;
	position: relative;
	font-size: 12px;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
}

.rtl .billing-percentages-progress-bar__labels {
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

.rtl .billing-percentages-progress-bar__profit {
	position: absolute;
	top: -50px;
}

.rtl .t5 {
	font-size: 12px;
	line-height: 18px;
}

.rtl .billing-percentages-progress-bar__label:after {
	background: #cfd8dc;
	content: "";
	height: 10px;
	position: absolute;
	top: -20px;
	width: 1px;
	left: 6px;
}

.rtl .billing-percentages-progress-bar__profit .format-currency {
	font-weight: inherit;
}

.rtl .billing-percentages-progress-bar__label_zero-level {
	color: #76d48f;
	font-weight: 700;
}

.rtl .return-departure-dts {
	color: #727272;
	font-weight: 400;
	font-size: 14px;
	position: relative;
	margin-top: 15px;
	display: none;
}

.rtl .single-payment-method:first-child .payment-method-details {
	display: block;
}

.rtl .radio--group-inline-container_1 {
	width: 100%;
	display: flex;
}

.rtl .radio--group-inline-container_1 li {
	display: inline-block;
	width: 33.333%;
	margin-right: 20px;
}

.rtl .radio--group-inline-container_1 .radio-item_1 {
	display: inline-block;
	margin-right: 10px;
	width: 100%;
}

.rtl .radio--group-inline-container_1 .radio-item_1 input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.rtl .radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label_1:before {
	content: '';
	background: #f7f7f7;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: 0px;
	position: relative;
	margin-left: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.rtl .radio--group-inline-container_1 .radio-item_1 input[type="radio"]:checked + .radio-label_1:before {
	background-color: #c8302f;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}

.rtl .radio--group-inline-container_1 .radio-item_1 input[type="radio"]:focus + .radio-label_1:before {
	outline: none;
	border-color: #0E8A86;
}

.rtl .radio--group-inline-container_1 .radio-item_1 input[type="radio"]:disabled + .radio-label_1:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.rtl .radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label:empty:before {
	margin-right: 0;
}

.rtl .radio-label_1 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 12px;
	color: #29334e;
	margin-bottom: 30px;
	cursor: pointer;
	padding: 15px 20px;
	background: #fff;
	width: 100%;
	border-radius: 15px;
}

.rtl .radio-label_1:hover {
	box-shadow: -0.08333in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
	transition: all .4s ease-in-out;
}

.rtl .pymnt_title h4 {
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	font-size: 16px;
	text-align: right;
}

.rtl .pymnt_title p {
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	font-size: 14px;
	text-align: right;
	line-height: 26px;
	margin-top: 10px;
}

.rtl .pymnt_title span {
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	font-size: 14px;
	text-align: left;
	line-height: 26px;
}

.rtl .pymnt_title p a:hover {
	color: inherit;
	text-decoration: underline !important;
}

.rtl .save_payout_btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	margin-top: 30px;
	margin-bottom: 0px;
	color: #fff;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	background: #c8302f;
}

.rtl .save_payout_btn:hover {
	color: #fff;
	background: #29334e;
}

.rtl .api_btn {
	margin-top: 30px;
	padding: 0 20px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #efefef;
	color: #686f7a;
	background: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .api_btn:hover {
	border: 2px solid #29334e;
	color: #fff;
	background: #29334e;
}

.rtl .nt_apt {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rtl .nt_apt i {
	font-size: 120%;
	color: #c8302f;
}

.rtl .mbs20 {
	margin-bottom: 20px !important;
}

.rtl .form-group1 label {
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 14px;
}

.rtl .image-upload-wrap {
	border: 1px dashed #efefef;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rtl .image-dropping,
  .rtl .image-upload-wrap:hover {
	background-color: #fff;
	border: 1px solid #efefef;
}

.rtl .image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #847577;
}

.rtl .drag-text {
	text-align: center;
	padding: 20px 0;
}

.rtl .drag-text h4 {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 5px;
	margin-top: 0;
}

.rtl .drag-text p {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	color: #686f7a;
	font-family: 'helvetica', sans-serif;
	line-height: 12px;
}

.rtl .drag-text i {
	font-size: 24px;
	text-transform: none;
	color: #a1a1a1;
	margin-bottom: 10px;
}

.rtl .file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.rtl .report_history {
	margin-bottom: 80px;
}

.rtl .report_history h4 {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 20px;
}

.rtl .report_history p {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #686f7a;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-bottom: 10px;
	line-height: 26px;
}

.rtl .report_history a {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	line-height: 26px;
}

.rtl .report_history a:hover {
	color: inherit;
	text-decoration: underline !important;
}

.rtl .report_history ul {
	margin-bottom: 15px !important;
	list-style: disc;
	padding-right: 20px;
}

.rtl .report_history ul li {
	margin-bottom: 5px !important;
}

.rtl .lnk586 {
	margin-bottom: 50px;
	display: block;
}

.rtl .report_history span {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #686f7a;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	margin-bottom: 0px;
	line-height: 26px;
	display: block;
}

.rtl ._215v12 {
	float: left;
	width: 100%;
	padding: 80px 0;
	background: #29334e;
	position: relative;
}

.rtl ._215v12:before {
	content: "";
	background: url(https://cdna.iconscout.com/img/fafbb5d.svg) no-repeat bottom;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: contain;
	opacity: 0.1;
}

.rtl .help_stitle h2 {
	font-size: 30px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.rtl .help_tabs .nav-link {
	font-size: 18px !important;
}

.rtl .tpc152 {
	float: left;
	width: 100%;
}

.rtl .value_props50 {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #efefef;
	box-shadow: none;
	flex: 1;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	height: 200px;
}

.rtl .value_props51 {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #efefef;
	padding: 20px;
	box-shadow: none;
	flex: 1;
	float: left;
	color: #29334e !important;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 30px;
	text-align: center;
}

.rtl ._new89 {
	margin-left: 0 !important;
	float: left;
	width: 100%;
}

.rtl .back_link a {
	/* color: #29334e; */
	float: right;
	/* height: 38px;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 20px;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 400; */
	font-family: 'helvetica', sans-serif;
}

.rtl .back_link a:hover {
	color: #fff !important;
	background: #29334e;
	border: 1px solid #29334e;
}

.rtl .ml_item {
	float: right;
	width: 80%;
	text-align: center;
}

.rtl .main_logo15 {
	float: none;
	/* width: 135px; */
	text-align: center;
	margin: auto !important;
}

.rtl .hde152 {
	display: none;
}

.rtl .title125 {
	width: 100%;
	float: left;
}

.rtl .titleleft {
	float: right;
}

.rtl .titleright {
	float: left;
}

.rtl .ttl121 .breadcrumb {
	background-color: transparent !important;
	padding: 0 !important;
	direction: rtl;
}

.rtl .ttl121 .breadcrumb-item a {
	color: #29334e;
}

.rtl .ttl121 .breadcrumb-item {
	font-size: 14px;
	font-weight: 400;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	line-height: 24px;
}

.rtl .title126 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.rtl .title126 h2 {
	font-size: 24px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-top: 30px !important;
	color: #29334e;
	text-align: right;
	line-height: 30px;
}

.rtl .frc123 {
	margin-top: 13px !important;
}

.rtl .vew120 h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 13px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .vew121 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	line-height: 26px;
	color: #29334e;
}

.rtl .vew121:hover {
	text-decoration: underline !important;
	color: #29334e;
}

.rtl .ntt125 li {
	padding-bottom: 5px;
}

.rtl .ntt125 li:last-child {
	padding-bottom: 0;
}

.rtl .rqst152 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #c8302f;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 11px;
	height: 40px;
	border-radius: 20px;
	margin-bottom: 50px;
}

.rtl .rqst152:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .vew120 p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	color: #686f7a;
	text-align: right;
}

.rtl .mtl145 {
	direction: rtl;
}

.rtl .mtl145 li {
	list-style: decimal;
	margin-left: 30px;
	font-family: 'helvetica', sans-serif;
}

.rtl ._215cd2 {
	float: left;
	width: 100%;
	padding: 20px 0 0;
	background: #fff;
	position: relative;
	margin-bottom: 0px;
}

.rtl ._215cd2:before {
	content: "";
	background: url(../images/about/title_bg.jpg) center bottom repeat-x;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: contain;
	opacity: 0.1;
}

.rtl .title129 {
	float: right;
	width: 100%;
	padding-bottom: 20px;
}

.rtl .title129 h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-top: 30px !important;
	color: #29334e;
	text-align: center;
	line-height: 30px;
}

.rtl ._215td5 {
	padding: 62px 0;
	float: left;
	width: 100%;
}

.rtl .title589 h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 17px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .title589 p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: right;
	color: #686f7a;
	line-height: 26px;
	padding: 0;
}

.rtl .p__metric {
	font-size: 42px;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	font-weight: 700;
	text-align: right;
	margin-top: 60px;
}

.rtl .p__metric span {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	margin-top: 20px !important;
	text-align: right;
	color: #686f7a;
	line-height: 26px;
	display: block;
}

.rtl .feature125 {
	text-align: right;
	margin-top: 35px;
}

.rtl .feature125 h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 13px;
	margin-top: 26px;
	text-align: right;
	color: #29334e;
}

.rtl .feature125 p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0;
	color: #686f7a;
	margin-top: 0;
	text-align: right;
	line-height: 26px;
}

.rtl .feature125 i {
	font-size: 40px;
	text-align: right;
	color: #29334e;
	margin-bottom: 0;
}

.rtl ._215zd5 {
	float: right;
	width: 100%;
	background: #fff;
	padding: 62px 0;
}

.rtl .title478 {
	padding: 62px 0 0;
}

.rtl .title478 h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 4px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .title478 p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: right;
	color: #686f7a;
	line-height: 26px;
	padding-top: 27px;
}

.rtl .story125 {
	text-align: center;
}

.rtl .story125 {
	text-align: center;
}

.rtl .jmio125 p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	margin-top: 50px !important;
	text-align: right;
	color: #686f7a;
	line-height: 26px;
}

.rtl ._215xd5 {
	padding: 62px 0;
	float: left;
	width: 100%;
	background: #fff;
}

.rtl .jmio125 img {
	width: 100%;
	margin-top: 50px;
}

.rtl .crer_btn_link {
	height: 40px;
	padding: 10px 20px;
	border: 0;
	margin-top: 34px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	background: #c8302f;
	display: inline-block;
}

.rtl .crer_btn_link:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl ._205ef5 {
	padding: 0;
	float: left;
	width: 100%;
}

.rtl .blogleft12 {
	width: 100%;
}

.rtl .blogleft12 li {
	display: block;
	border-bottom: 1px solid #efefef;
}

.rtl .blogleft12 li:last-child {
	border-bottom: 0;
}

.rtl .blg152 {
	padding: 15px;
}

.rtl .category-topics {
	border-top: 1px solid #efefef;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: right;
	color: #29334e;
	display: block;
	padding: 15px 20px;
}

.rtl .category-topics:first-child {
	border-top: 0;
}

.rtl .category-topics:after {
	content: '\f0d7';
	font-size: 14px;
	font-family: "FontAwesome";
	float: left;
	margin-right: 30px;
	color: #a7a8aa;
}

.rtl .category-topics.collapsed:after {
	content: '\f0da';
	font-size: 14px;
	font-family: "FontAwesome";
	float: left;
	margin-right: 30px;
	color: #a7a8aa;
}

.rtl .category-card li {
	border: 0;
}

.rtl .category-item1 {
	border-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: right;
	color: #686f7a;
	display: block;
	padding: 10px 20px;
}

.rtl .category-item1.active {
	font-weight: 500;
	color: #29334e;
}

.rtl .category-item1:last-child {
	padding-bottom: 20px;
}

.rtl .socl148 {
	padding: 20px;
}

.rtl .twiter158 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	border: 0;
	border-radius: 20px;
	height: 30px;
	padding: 0 15px;
	width: 100%;
	background: #1da1f2;
}

.rtl .facebook158 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	border: 0;
	border-radius: 20px;
	height: 30px;
	padding: 0 15px;
	width: 100%;
	margin-top: 10px;
	background: #3b5998;
}

.rtl .ic45 {
	margin-right: 7px;
}

.rtl .help_link {
	padding: 15px 20px;
	text-align: center;
}

.rtl .help_link p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 2px !important;
	margin-top: 0 !important;
	color: #686f7a;
	line-height: 26px;
}

.rtl .help_link a {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
}

.rtl .blog_des {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	color: #686f7a;
	text-align: right;
	margin-top: 15px;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: box !important;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rtl .blogbg_1 {
	background: #fff;
	width: 100%;
	float: left;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #efefef;
	box-shadow: none;
	transition: all .2s ease-in-out;
}

.rtl .main-p-pagination {
	float: left;
	margin-top: 50px;
	width: 100%;
	text-align: right;
	margin-bottom: 50px;
}

.rtl .main-p-pagination .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	text-align: right;
}

.rtl .main-p-pagination .pagination .page-link {
	font-size: 14px;
	font-weight: 400;
	position: relative;
	display: block;
	padding: 7px 12px;
	margin-left: 8px;
	line-height: 1.25;
	color: #686f7a;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #efefef;
	text-align: center;
	font-family: 'helvetica', sans-serif;
}

.rtl .main-p-pagination .pagination .page-link.active {
	background: #29334e;
	border: 1px solid #29334e;
	color: #fff;
}

.rtl .main-p-pagination .pagination .page-link:hover {
	background: #c8302f;
	border: 1px solid #c8302f;
	color: #fff !important;
	box-shadow: none;
}

.rtl .main-p-pagination .pagination .page-link:focus {
	box-shadow: none;
	color: inherit !important;
}

.rtl .main-p-pagination .pagination .page-link i {
	font-size: 12px;
}

.rtl .blog_link {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .blog_link i {
	margin-right: 5px;
}

.rtl .bg_blog2 img {
	width: 100%;
	margin-top: 30px;
	border-radius: 10px;
}

.rtl .vdtodt55 {
	margin-bottom: 23px;
	font-size: 14px;
	margin-top: 30px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	display: block;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.rtl .vdtodt55 .vdt24::after {
	content: '•';
	margin: 0 4px;
}

.rtl .vdtodt55 .vdt24:last-child::after {
	display: none;
	content: '';
}

.rtl .blog_pagination {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.rtl .bp_left {
	float: left;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	z-index: 1;
	font-family: 'helvetica', sans-serif;
}

.rtl .bp_left i {
	font-size: 24px;
	color: #29334e;
}

.rtl .bp_right {
	float: right;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	z-index: 1;
	font-family: 'helvetica', sans-serif;
}

.rtl .bp_right i {
	font-size: 24px;
	color: #29334e;
}

.rtl .kslu15 {
	margin-left: 15px;
	text-align: left;
}

.rtl .prevlink {
	font-size: 16px;
	color: #29334e;
	font-weight: 500;
	margin-bottom: 10px;
}

.rtl .kslu15:hover {
	margin-left: 5px;
	transition: margin .3s ease-out;
}

.rtl .prev_title {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: box !important;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	color: #686f7a;
}

.rtl .kslu16 {
	margin-right: 15px;
	text-align: right;
}

.rtl .prevlink1 {
	font-size: 16px;
	color: #29334e;
	font-weight: 500;
	margin-bottom: 10px;
}

.rtl .kslu16:hover {
	margin-right: 5px;
	transition: margin .3s ease-out;
}

.rtl .prev_title1 {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: box !important;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	color: #686f7a;
}

.rtl .title484 {
	padding: 0 0 50px;
}

.rtl .title484 h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 4px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .title484 p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: right;
	color: #686f7a;
	line-height: 26px;
	margin-top: 27px;
}

.rtl .cpy_img {
	width: 100%;
	float: left;
	position: relative;
}

.rtl .cpy_img img {
	width: 100%;
	border-radius: 5px;
}

.rtl .cpy_content {
	padding: 20px 10px 10px;
	float: left;
	width: 100%;
	position: relative;
}

.rtl .branches_all {
	margin-top: 5px;
	float: left;
	width: 100%;
}

.rtl .cmpy14s {
	display: block;
	font-size: 16px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
	margin-bottom: 7px;
	line-height: 26px;
}

.rtl .cmpylink {
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	color: #686f7a;
	text-align: left;
	margin-bottom: 0;
	line-height: 26px;
	margin-top: 15px;
	display: inline-block;
}

.rtl .cmpylink:hover {
	color: #29334e !important;
}

.rtl .joblink {
	margin-top: 33px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #c8302f;
	padding: 10px 20px;
	border-radius: 20px;
}

.rtl .joblink:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .story125 iframe {
	width: 100%;
	height: 300px;
}

.rtl .feature_careers .owl-nav .owl-prev {
	left: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 43%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .feature_careers .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .feature_careers .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .feature_careers .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.rtl .career_item {
	width: 100%;
	text-align: center;
	direction: rtl;
}

.rtl .career_item_img {
	width: 80px;
	height: 8 0px;
	display: inline-block;
}

.rtl .career_item img {
	-o-object-fit: fill;
	object-fit: fill;
	min-width: 100%;
	height: auto;
	border-radius: 50%;
}

.rtl .career_item h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 17px !important;
	text-align: center;
	color: #29334e;
	line-height: 26px;
	margin-top: 29px;
}

.rtl .career_item p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: center;
	color: #686f7a;
	line-height: 26px;
	padding: 0 200px;
}

.rtl .view-blog-link {
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	color: #29334e;
	text-align: left;
}

.rtl .view-blog-link:hover {
	color: #c8302f !important;
}

.rtl .view-blog-link i {
	font-size: 16px;
}

.rtl .apply_job_link {
	width: 100%;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	height: 190px;
	text-align: right;
}

.rtl .apply_job_link h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 15px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .apply_job_link span {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0 !important;
	text-align: right;
	color: #686f7a;
}

.rtl .career_lnk5 {
	font-size: 14px;
	color: #fff;
	background: #c8302f;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 20px;
	margin-top: 20px;
	display: inline-block;
}

.rtl .career_lnk5:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .career_lnk6 {
	font-size: 14px;
	color: #fff;
	background: #c8302f;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 20px;
	margin-top: 0;
	display: inline-block;
}

.rtl .career_lnk6:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .apply_form {
	padding-top: 50px;
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-bottom: 50px;
}

.rtl .apply_form h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 15px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .drag-text .applyfile {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 5px;
	margin-top: 0;
}

.rtl .apply_links_sco {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}

.rtl .apply_links_sco h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 15px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .ui.selection.cntry152.dropdown {
	min-width: 100% !important;
	padding: .78571429em 2.1em 0.785714em 2em !important;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
}

.rtl .ui.selection.dropdown > .delete.icon, .rtl .ui.selection.dropdown > .dropdown.icon, .rtl .ui.selection.dropdown > .search.icon {
	left: 2em !important;
	right: auto !important;
}

.rtl .ui.dropdown .menu > .item {
	text-align: right !important;
}

.rtl .press_news {
	margin-top: 50px;
}

.rtl .press_news h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 15px !important;
	text-align: right;
	color: #29334e;
	line-height: 26px;
}

.rtl .press_news p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0px !important;
	text-align: right;
	color: #686f7a;
	line-height: 26px;
}

.rtl .press_item {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #efefef;
}

.rtl .vdtopress {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 0px !important;
	text-align: right;
	color: #686f7a;
}

.rtl .press_item h4 {
	margin-bottom: 13px;
	margin-top: 14px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .press_dt_view {
	margin-top: 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	border-radius: 20px;
}

.rtl .press_dt_view:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.rtl .press_dt_view i {
	margin-left: 2px;
	padding-top: 5px;
}

.rtl .allnews_btn {
	display: block;
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	color: #29334e;
}

.rtl .allnews_btn:hover {
	text-decoration: underline !important;
	color: #c8302f;
}

.rtl .press_item .press_title {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	display: block;
}

.rtl .main_logo25 {
	float: none;
    /* width: 135px; */
	text-align: center;
	margin: auto !important;
	padding: 50px 0;
}

.rtl .main_logo25 img {
	width: 200px;
}

.rtl .sign_in_up_bg {
	background: #f7f7f7 !important;
	position: relative;
	width: 100%;
}

.rtl .sign_in_up_bg:before {
	content: "";
	background: url(../images/sign.svg) no-repeat center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	opacity: 0.04;
}

.rtl .sign_form {
	background: #fff;
	border-radius: 10px;
	padding: 50px 50px 30px;
	box-shadow: -0.08333in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
	flex: 1;
	float: left;
	width: 100%;
	margin-top: 0;
	direction: rtl;
    /* text-align: center; */;
}

.rtl .ui.form.checkbox_sign {
	text-align: right;
	direction: rtl;
}

.rtl .ui.checkbox_sign label {
	padding-right: 1.85714em !important;
}

.rtl .ui.checkbox.mncheck .box, .rtl .ui.checkbox.mncheck label {
	font-family: 'helvetica', sans-serif !important;
	color: #29334e;
	line-height: 20px;
}

.rtl .ui.checkbox.mncheck input:checked ~ .box:after, .rtl .ui.checkbox.mncheck input:checked ~ label:after {
	opacity: 1;
	color: #c8302f !important;
	font-size: 10px !important;
	border-radius: 100%;
	margin-top: 0;
	right: 1px;
}

.rtl .ui.checkbox.mncheck .box:before, .rtl .ui.checkbox.mncheck label:before {
	border-radius: 100%;
	width: 18px !important;
	height: 18px !important;
	margin-top: 1px;
}

.rtl .login-btn {
	font-size: 14px;
	margin-top: 30px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #c8302f;
	border-radius: 20px;
	text-align: center;
	border: 0;
	width: 100%;
	height: 40px;
}

.rtl .login-btn:hover {
	color: #fff;
	background: #29334e;
}

.rtl .sign_form h2 {
	font-size: 24px;
	margin-bottom: 17px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: center;
}

.rtl .sign_form p {
	font-size: 14px;
	margin-bottom: 47px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: center;
	line-height: 26px;
}

.rtl .sgntrm145 {
	padding: 47px 0 30px;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #efefef;
}

.rtl .sign_footer {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	padding: 50px 0;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.rtl .sign_footer img {
	margin-right: 10px;
}

.rtl .sgntrm145 a {
	color: #c8302f;
}

.rtl .sgntrm145 a:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.rtl .hvsng145 a {
	color: #c8302f;
}

.rtl .hvsng145 a:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.rtl .ui.swdh95 {
	font-size: 14px !important;
	width: 100%;
}

.rtl .ui[class*="left icon"].swdh95.input > input {
	padding-right: 4.2em !important;
	padding-left: 1em !important;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: right;
}

.rtl .ui[class*="left icon"].swdh95.input > input:focus {
	padding-left: 1em !important;
	padding-right: 4.2em !important;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
}

.rtl .social_lnk_btn {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	background: #efefef;
	border-radius: 20px;
	text-align: center;
	border: 0;
	width: 100%;
	height: 40px;
}

.rtl .social_lnk_btn i {
	margin-right: 10px;
	font-size: 120%;
}

.rtl .color_btn_fb {
	background: #3b5998 !important;
}

.rtl .color_btn_tw {
	background: #1da1f2 !important;
}

.rtl .color_btn_go {
	background: #34a853 !important;
}

.rtl .main-tabs {
	width: 100%;
	margin-bottom: 50px;
	direction: rtl;
}

.rtl .main-tabs .nav-tabs {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0;
	border-bottom: 0;
	background: #f7f7f7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.rtl .main-tabs .nav-tabs .nav-item.show .nav-link, .rtl .main-tabs .nav-tabs .nav-link.active {
	color: #c8302f !important;
	background-color: none !important;
	border-bottom: 2px solid #c8302f !important;
}

.rtl .main-tabs .nav-tabs .nav-item .nav-link:hover {
	color: #29334e !important;
	background: none !important;
	border-bottom: 2px solid #efefef;
	text-decoration: none !important;
}

.rtl .main-tabs .nav-tabs .nav-item {
	width: 50%;
	border-left: 1px solid #efefef;
}

.rtl .main-tabs .nav-tabs .nav-item .nav-link {
	background: transparent;
	color: #686f7a;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	line-height: 24px;
	padding: 15px 10px !important;
	margin-right: 0;
	border: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rtl .main-tabs .nav-tabs .nav-item:last-child {
	border-left: 0;
}

.rtl .memb4d25 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
}

.rtl .membership_bg {
	background: #fff;
	width: 100%;
	float: left;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
	box-shadow: -0.08333in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
	transition: all .2s ease-in-out;
	margin-top: 47px;
}

.rtl .membership__left h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 20px !important;
	color: #29334e;
	text-align: right;
	line-height: 30px;
}

.rtl .memmbership_price {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 10px !important;
	color: #c8302f;
	text-align: right;
	line-height: 26px;
}

.rtl .save_price {
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	line-height: 26px;
}

.rtl .membership__right {
	float: left;
}

.rtl .membership__right img {
	height: 100px;
}

.rtl .membership__left {
	float: right;
}

.rtl .membership_title {
	float: right;
	width: 100%;
}

.rtl .membership_des {
	float: left;
	width: 100%;
}

.rtl .membership_des p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-top: 40px !important;
	color: #686f7a;
	text-align: left;
	line-height: 26px;
}

.rtl .panel-title > a:before {
	float: left  !important;
	font-family: 'helvetica', sans-serif;
	content: "\-";
	padding-right: 0px;
	font-size: 20px;
	padding-top: 2px;
}

.rtl .panel-title > a.collapsed:before {
	float: left  !important;
	content: "\+";
}

.rtl .panel-title a {
	font-size: 18px;
	font-weight: 500;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	padding: 15px 0 18px;
	display: block;
	line-height: 26px;
}

.rtl .panel-title > a:hover,
  .rtl .panel-title > a:active,
  .rtl .panel-title > a:focus {
	text-decoration: none;
}

.rtl .chck_icon {
	color: #c8302f;
	margin-right: 10px;
	font-size: 135%;
}

.rtl .panel-group {
	width: 100%;
	float: right;
	margin-top: 20px;
}

.rtl .panel-title {
	vertical-align: middle;
}

.rtl .panel-default {
	float: left;
	width: 100%;
	border-top: 1px solid #efefef;
}

.rtl .panel-default:first-child {
	border-top: 0;
}

.rtl .panel-body {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	line-height: 26px;
	padding-bottom: 20px;
	text-align: right;
}

.rtl .panel-default-1 {
	float: right;
	width: 100%;
	border-top: 1px solid #efefef;
}

.rtl .panel-title-1 {
	vertical-align: middle;
}

.rtl .panel-title-1 a {
	font-size: 18px;
	font-weight: 500;
	color: #686f7a !important;
	font-family: 'helvetica', sans-serif;
	padding: 15px 0 18px;
	display: block;
	line-height: 26px;
}

.rtl .chck_icon_1 {
	color: #686f7a;
	margin-right: 10px;
	font-size: 135%;
}

.rtl .prmb_btn {
	margin-top: 20px;
	width: 100%;
	height: 50px;
	border-radius: 30px;
	border: 0;
	background: #c8302f;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
}

.rtl .prmb_btn:hover {
	background: #29334e;
	color: #fff;
}

.rtl .membership_faq_bg {
	background: #fff;
	width: 100%;
	float: left;
	padding: 0 30px 10px;
	border-radius: 10px;
	border: 1px solid #efefef;
	box-shadow: -0.08333in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
	transition: all .2s ease-in-out;
	margin-top: 45px;
	margin-bottom: 28px;
}

.rtl .st_title5 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
}

.rtl .mb4d25 {
	float: right;
	width: 100%;
	margin-top: 47px;
	margin-bottom: 5px;
}

.rtl .membership_chk_bg {
	background: #fff;
	width: 100%;
	float: right;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
	margin-bottom: 30px;
}

.rtl .checkout_title h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 10px !important;
	color: #29334e;
	text-align: right;
	line-height: 26px;
}

.rtl .checkout-tabs {
	width: 100%;
	margin-top: 42px;
	margin-bottom: 20px;
	direction: rtl;
}

.rtl .checkout-tabs .nav-tabs {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0;
	border-bottom: 0;
	background: #f7f7f7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.rtl .checkout-tabs .nav-tabs .nav-item.show .nav-link, .rtl .checkout-tabs .nav-tabs .nav-link.active {
	color: #c8302f !important;
	background-color: none !important;
	border-bottom: 2px solid #c8302f !important;
}

.rtl .checkout-tabs .nav-tabs .nav-item .nav-link:hover {
	color: #29334e !important;
	background: none !important;
	border-bottom: 2px solid #efefef;
	text-decoration: none !important;
}

.rtl .checkout-tabs .nav-tabs .nav-item {
	width: 33.333%;
	text-align: center;
	border-right: 1px solid #efefef;
}

.rtl .checkout-tabs .nav-tabs .nav-item .nav-link {
	background: transparent;
	color: #686f7a;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	line-height: 24px;
	padding: 15px 10px !important;
	margin-right: 0;
	border: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rtl .checkout-tabs .nav-tabs .nav-item:last-child {
	border-right: 0;
}

.rtl .check_icon5 {
	font-size: 120%;
	margin-right: 5px;
}

.rtl .lbel25 label {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 10px !important;
	color: #29334e;
	text-align: right;
	display: block;
}

.rtl .t-body {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 30px !important;
	color: #686f7a;
	line-height: 26px;
	text-align: left;
	margin-top: 25px !important;
}

.rtl .media {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.rtl .media > div:first-child {
	margin-right: 1em;
}

.rtl .media__item {
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.rtl .media__body {
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.rtl .financial-institutes {
	display: inline-block;
	list-style: none;
	line-height: 0;
}

.rtl .financial-institutes__logo {
	display: inline-block;
	margin: 0 1px 5px 0;
}

.rtl .financial-institutes__logo img {
	width: 48px;
	height: 30px;
}

.rtl .t2-body {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 10px !important;
	color: #686f7a;
	line-height: 26px;
	text-align: left;
	margin-top: 0px !important;
}

.rtl .chckout_order_dt {
	/* margin-top: 34px; */
	width: 100%;
	/* border-top: 1px solid #efefef;
	padding-top: 30px; */
}

.rtl .order_dt_section {
	float: right;
	width: 100%;
	margin-top: 7px;
}

.rtl .order_title {
	float: right;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
}

.rtl .order_title h4 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	float: right;
	margin-bottom: 0;
	line-height: 24px;
	width: 70%;
	text-align: right;
}

.rtl .order_title .order_price {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: left;
	float: left;
	width: 30%;
	margin-bottom: 0;
}

.rtl .order_title h6 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	float: right;
	width: 70%;
	text-align: right;
	line-height: 24px;
	margin-bottom: 0;
}
.rtl .order_title h6 span{
	font-size: 16px;
    font-weight: 500;
    color: #686f7a;
}
.rtl .chckot_btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	margin-top: 30px;
	float: right;
	color: #fff;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	background: #c8302f;
	display: block;
}

.rtl .chckot_btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .save_address_btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	margin-top: 30px;
	color: #fff;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	background: #c8302f;
}

.rtl .save_address_btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .address_text {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	float: right;
	width: 100%;
	text-align: right;
	line-height: 24px;
	margin-top: 10px;
}

.rtl .order_title h3 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	float: right;
	width: 70%;
	text-align: right;
	line-height: 24px;
	margin-bottom: 0;
}

.rtl .order_title h2 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	float: right;
	width: 70%;
	text-align: right;
	line-height: 24px;
	margin-bottom: 0;
}

.rtl .order_title .order_price5 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: left;
	float: left;
	width: 30%;
	margin-bottom: 0;
}

.rtl .scr_text {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 27px;
}

.rtl .scr_text i {
	font-size: 120%;
	margin-right: 5px;
}

.rtl .rght1528 {
	position: sticky;
	top: 90px;
}

.rtl .coming_soon_wrapper {
	margin-left: 0;
	margin-top: 0;
	padding: 0 !important;
}

.rtl .coming_soon_style {
	background-color: #29334e !important;
	background-image: -moz-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
	background-image: -webkit-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
	background-image: -o-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
	background-image: -ms-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
	background-image: radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
}

.rtl .cmtk_group {
	width: 100%;
	padding: 100px 0;
}

.rtl .ct-logo {
	width: 100%;
	text-align: center;
}

.rtl .ct-logo img {
	width: 150px;
}

.rtl .cmtk_dt {
	padding: 106px 0 117px;
	text-align: center;
}

.rtl .thnk_coming_title {
	font-size: 10em;
	font-weight: 600;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	line-height: 1em;
	text-shadow: 1px 10px 6px rgba(0, 0, 0, 0.2);
	padding-bottom: 29px;
	margin-top: 0;
}

.rtl .thnk_title1 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	line-height: 26px;
	margin-top: 0;
	text-shadow: 1px 10px 6px rgba(0, 0, 0, 0.2);
}

.rtl .thnk_des {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	line-height: 26px;
	margin-top: 0;
	text-shadow: 1px 10px 6px rgba(0, 0, 0, 0.2);
	margin-top: 30px;
	margin-bottom: 0;
}

.rtl .thnk_des span {
	color: #fe807e;
}

.rtl .thnk_des a {
	color: #c8302f;
}

.rtl .thnk_des a:hover {
	color: #c8302f !important;
	text-decoration: underline !important;
}

.rtl .tc_footer_main {
	float: left;
	width: 100%;
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #29334e;
}

.rtl .tc_footer_left ul li {
	display: inline-block;
}

.rtl .tc_footer_left {
	float: right;
}

.rtl .tc_footer_left ul {
	direction: rtl;
}

.rtl .tc_footer_left a {
	font-size: 12px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	line-height: 24px;
	padding: 10px 10px 0;
	color: #fff;
}

.rtl .tc_footer_left a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.rtl .tc_footer_right {
	float: left;
}

.rtl .tc_footer_right p {
	font-size: 12px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	line-height: 24px;
}

.rtl .no-padding {
	padding: 0 !important;
}

.rtl .no-float {
	float: none !important;
}

.rtl .center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 75px;
}

.rtl .noti-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 41px;
}

.rtl .cmtk_dt .clock {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.rtl .cmtk_dt .clock li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	width: 22%;
}

.rtl .cmtk_dt .clock li span {
	font-weight: 600;
	font-size: 8em;
	color: #fff;
	line-height: 1em;
	display: block;
	font-family: "Roboto", sans-serif;
}

.rtl .cmtk_dt .clock, .rtl .cmtk_dt .social-icons a:hover {
	text-shadow: 1px 10px 6px rgba(0, 0, 0, 0.2);
}

.rtl .cmtk_dt .clock li label {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: normal;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	height: 20px;
	margin: 10px 0 0;
	line-height: 20px;
}

.rtl .cmtk_dt .clock li.sep {
	font-size: 5.5em;
	font-weight: 600;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	padding: 0 0 38px 0;
	width: 4%;
}

.rtl .ui[class*="left icon"].thykh19.input > input {
	padding-left: 2em !important;
	padding-right: 8em !important;
	height: 50px !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	border: 2px solid #fff !important;
	background: #f1f1f1;
}

.rtl .ui[class*="left icon"].thykh19.input > input:focus {
	border: 2px solid #fff !important;
}

.rtl .noti-btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	background: #c8302f;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 0 20px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.rtl .title_404 {
	font-size: 14em;
	font-weight: 600;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	line-height: 1em;
	text-shadow: 1px 10px 6px rgba(0, 0, 0, 0.2);
	padding-bottom: 29px;
	margin-top: 0;
}

.rtl .bk_btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	background: #c8302f;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 25px;
}

.rtl .bk_btn:hover {
	color: #fff !important;
	background: #c8302f;
	box-shadow: 1px 10px 6px rgba(0, 0, 0, 0.2);
}

.rtl .ttrm15 {
	float: right;
	width: 100%;
}

.rtl .ttrm15 li {
	display: block;
	float: left;
	width: 100%;
	padding: 15px 20px;
	border-bottom: 1px solid #efefef;
}

.rtl .ttrm15 li:last-child {
	border-bottom: 0;
}

.rtl .tt_item {
	float: right;
	width: 100%;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
}

.rtl .atlink {
	font-size: 16px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	font-style: italic;
	line-height: 26px;
	color: #29334e;
	text-align: right;
	margin-bottom: 20px;
}

.rtl .vew120 .term_link14 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	color: #29334e;
	text-align: right;
}

.rtl .vew120 .term_link14:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.rtl .contact1256 {
	float: left;
	width: 100%;
	margin-top: 17px;
	margin-bottom: 64px;
}

.rtl .contact_link_step {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	border: 1px solid #efefef;
	box-shadow: -0.08333in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
	width: 100%;
	margin-top: 30px;
	text-align: center;
	display: block;
}

.rtl .contact_link_step img {
	width: 70px;
}

.rtl .contact_link_step h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	color: #29334e;
	text-align: center;
	margin-top: 24px;
}

.rtl .contact_map {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #efefef;
	box-shadow: none;
	width: 100%;
	margin-top: 64px;
	text-align: center;
	overflow: hidden;
}

.rtl .contact_map #map {
	width: 100%;
	height: 350px;
}

.rtl .contact_map #map svg g {
	fill: #c8302f !important;
}

.rtl .contact_info {
	margin-top: 64px;
}

.rtl .contact_list_info {
	float: left;
	width: 100%;
	margin-top: 28px;
}

.rtl .contact_list_info li {
	display: block;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.rtl .contact_list_info .txt_cntct {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	line-height: 26px;
	color: #686f7a;
	text-align: right;
	float: left;
	width: 100%;
	direction: rtl;
}

.rtl .contact_list_info .cntct_895 i {
	font-size: 120%;
}

.rtl .edututs_links_social {
	float: left;
	width: 100%;
	margin-top: 24px;
}

.rtl .contact_list_info .cntct_895 {
	float: right;
	width: 35%;
	color: #29334e;
	font-weight: 500;
}

.rtl .contact_list_info .txt_cntct p {
	width: 65%;
	float: left;
	line-height: 26px;
	text-align: right;
}

.rtl ._215certibg {
	float: left;
	width: 100%;
	padding: 80px 0;
	background: #29334e;
	position: relative;
}

.rtl ._215certibg:before {
	content: "";
	background: url(../images/cerificate_center/center_bg.jpg) no-repeat bottom;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	opacity: 0.1;
}

.rtl .cert_banner_text {
	text-align: center;
}

.rtl .cert_banner_text h1 {
	font-size: 60px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.rtl .cert_banner_text p {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	color: #fff;
}

.rtl .certi_icons {
	padding-top: 56px;
}

.rtl .certi_icons li {
	display: inline-block;
}

.rtl .edttslogo img {
	width: 135px;
}

.rtl .edttsplus img {
	width: 80px;
	margin: 0 40px;
}

.rtl .edttslogo1 img {
	width: 150px;
}

.rtl .certi-btn {
	margin-top: 80px;
	border: 0;
	height: 50px;
	text-align: center;
	padding: 0 100px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	border-radius: 30px;
	background: #c8302f;
	cursor: pointer;
}

.rtl .title889 h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 7px !important;
	text-align: center;
	color: #29334e;
	line-height: 26px;
}

.rtl .catey-tabs {
	margin-top: 35px;
	direction: rtl;
}

.rtl .catey-tabs .nav-pills .nav-link.active, .rtl .catey-tabs .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #c8302f !important;
	border-radius: 20px;
}

.rtl .catey-tabs .nav-pills .nav-link:focus, .rtl .catey-tabs .nav-pills .nav-link:hover {
	color: #fff !important;
	background-color: #c8302f !important;
	border-radius: 20px;
}

.rtl .catey-tabs .nav-pills .nav-item {
	margin: 0 2px;
}

.rtl .certicates {
	margin-top: 0;
}

.rtl .certilink__152 {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #efefef;
	padding: 20px;
	box-shadow: none;
	flex: 1;
	float: left;
	color: #29334e !important;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-top: 30px;
	text-align: center;
}

.rtl .certilink__152:hover {
	color: #fff !important;
	background: #c8302f;
}

.rtl ._485td5 {
	padding: 62px 0;
	float: left;
	width: 100%;
	position: relative;
	background: #29334e;
}

.rtl ._485td5:before {
	content: "";
	background: url(../images/sign.svg) no-repeat center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	opacity: 0.06;
}

.rtl .titleceti89 h2 {
	font-size: 24px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	margin-bottom: 17px !important;
	text-align: right;
	color: #fff;
	line-height: 26px;
}

.rtl .who_get {
	text-align: center;
	margin-top: 43px;
}

.rtl .who_img {
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	padding: 23px 0;
	border: 5px solid #fff;
	box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.rtl .who_get img {
	width: 90px;
}

.rtl .who_get h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	margin-top: 27px;
	text-align: center;
	line-height: 26px;
}

.rtl .knowledge_dts {
	text-align: right;
	margin-top: 30px;
}

.rtl .knowledge_dts p {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	color: #686f7a;
	text-align: right;
}

.rtl .knowledge_btn {
	margin-top: 23px;
	border: 0;
	height: 50px;
	text-align: center;
	padding: 0 100px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	border-radius: 30px;
	background: #c8302f;
}

.rtl .knowledge_btn:hover {
	color: #fff;
	background: #29334e;
}

.rtl .certi_form {
	float: right;
	width: 100%;
	margin: 50px 0 65px;
	text-align: right;
}

.rtl .category_cop {
	float: left;
	width: 100%;
	text-align: left;
}

.rtl .category_cop h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	margin-top: 35px !important;
	text-align: right;
	line-height: 26px;
	margin-bottom: 0;
}

.rtl .panel-title10 {
	vertical-align: middle;
}

.rtl .panel-title10 > a:before {
	float: left !important;
	font-family: 'helvetica', sans-serif;
	content: "\-";
	padding-right: 0px;
	font-size: 18px;
	padding-top: 2px;
}

.rtl .panel-title10 > a.collapsed:before {
	float: left !important;
	content: "\+";
}

.rtl .panel-title10 a {
	font-size: 16px;
	font-weight: 500;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	padding: 15px 0 18px;
	display: block;
	line-height: 26px;
	text-align: right;
}

.rtl .panel-title10 > a:hover,
  .rtl .panel-title10 > a:active,
  .rtl .panel-title10 > a:focus {
	text-decoration: none;
}

.rtl .ui.checkbox input:checked ~ .box:before, .rtl .ui.checkbox input:checked ~ label:before {
	background: #fff;
	border-color: #c8302f !important;
}

.rtl .ui.radio.checkbox input:checked ~ .box:after, .rtl .ui.radio.checkbox input:checked ~ label:after {
	background-color: #c8302f !important;
}

.rtl .testtrm145 {
	padding: 20px 0 10px;
	margin-bottom: 0 !important;
	float: left;
	width: 100%;
	text-align: right !important;
}

.rtl .testtrm145 a {
	color: #c8302f;
}

.rtl .testtrm145 a:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.rtl .sgntrm145 a {
	color: #c8302f;
}

.rtl .questrm145 {
	padding: 33px 0 5px;
	margin-bottom: 0 !important;
}

.rtl .questrm145 span {
	color: #c8302f;
	margin: 0 2px;
}

.rtl .test_timer_bg {
	background: #fff;
	width: 100%;
	float: left;
	padding: 0;
	border-radius: 10px;
	margin-bottom: 50px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
}

.rtl .test_timer_left {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row-reverse;
}

.rtl .test_timer_left li {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 30px 20px;
	border-left: 1px solid #efefef;
}

.rtl .test_timer_left li:last-child {
	border-left: 0;
}

.rtl .timer_time {
	float: left;
	width: 100%;
	text-align: center;
}

.rtl .timer_time h4 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	margin-bottom: 15px;
	text-align: center;
	line-height: 26px;
	height: 100px;
	width: 100px;
	display: inline-block;
	border: 2px solid #29334e;
	border-radius: 100%;
	padding: 35px 0;
	background: #fff;
}

.rtl .timer_time p {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	margin-top: 0;
	text-align: center;
	line-height: 26px;
}

.rtl .ques_item {
	margin-bottom: 35px;
}

.rtl .ques_item:last-child {
	margin-bottom: 0;
}

.rtl .ques_title {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 24px;
}

.rtl .ques_title span {
	font-weight: 600;
	margin-right: 10px;
}

.rtl .ques_item label {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
}

.rtl .test_submit_btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	margin-top: 30px;
	float: right;
	color: #fff;
	border-radius: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	background: #c8302f;
	display: block;
}

.rtl .test_submit_btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .test_result_bg {
	width: 100%;
	float: right;
}

.rtl .test_result_left {
	width: 100%;
	float: right;
	display: flex;
	direction: rtl;
}

.rtl .test_result_left li {
	width: 33.333%;
	float: left;
	display: inline-block;
	padding: 0;
}

.rtl .result_dt {
	float: right;
	width: 100%;
	text-align: right;
}

.rtl .result_dt h4 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	line-height: 26px;
	height: 100px;
	width: 100px;
	display: inline-block;
	border: 2px solid #57a4ff;
	border-radius: 100%;
	padding: 35px 0;
	background: #57a4ff;
}

.rtl .result_dt .right_ans {
	font-size: 50px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	line-height: 26px;
	height: 100px;
	width: 100px;
	display: inline-block;
	border: 2px solid #01b200;
	border-radius: 100%;
	padding: 26px 0;
	background: #01b200;
}

.rtl .result_dt .wrong_ans {
	font-size: 46px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	line-height: 26px;
	height: 100px;
	width: 100px;
	display: inline-block;
	border: 2px solid #fb3838;
	border-radius: 100%;
	padding: 26px 0;
	background: #fb3838;
}

.rtl .result_dt p {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	margin-top: 0;
	text-align: right;
	line-height: 26px;
}

.rtl .result_dt span {
	color: #686f7a;
	margin-left: 5px;
	font-weight: 400;
}

.rtl .result_content {
	margin-top: 57px;
	float: right;
	width: 100%;
	text-align: right;
}

.rtl .result_content h2 {
	font-size: 42px;
	font-weight: 600;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	padding-bottom: 15px;
	margin-top: 0;
}

.rtl .result_content p {
	font-size: 20px;
	font-weight: 400;
	color: #686f7a;
	font-family: 'helvetica', sans-serif;
	text-align: right;
	margin-top: 0;
}

.rtl .download_btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	text-align: center;
	background: #c8302f;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 25px;
}

.rtl .download_btn:hover {
	color: #fff !important;
	background: #29334e;
}

.rtl .result_stitles {
	padding: 0px 0 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	float: left;
	width: 100%;
}

.rtl .rs6t_title {
	font-size: 18px;
	color: #29334e;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	text-align: left;
	float: left;
}

.rtl .filter__counter {
	color: #686f7a;
	margin-left: 5px;
}

.rtl .rating_filter i {
	font-size: 18px;
	margin: 0 -3px;
	color: #fdcc0d;
}

.rtl .filter_selector {
	float: right;
	font-size: 14px;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	font-weight: 400;
}

.rtl .ui.inline.dropdown.flt145 > .text {
	font-weight: 500 !important;
	font-family: 'helvetica', sans-serif;
}

.rtl .invoice_header {
	position: relative !important;
	z-index: 1 !important;
	width: 100% !important;
	height: 60px !important;
	background: transparent !important;
	display: flex !important;
	align-items: center !important;
	box-shadow: none !important;
}

.rtl .invoice_header_item {
	float: left;
	width: 100%;
	text-align: center;
}

.rtl .invoice_logo {
	float: right;
	width: 135px;
}

.rtl .invoice_logo img {
	width: 100%;
}

.rtl .invoice_header_item p {
	font-size: 20px;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	color: #fff;
	padding: 5px 0;
	float: left;
}

.rtl .invoice_body {
	padding: 50px 30px;
	background: #fff;
	float: left;
	width: 100%;
}

.rtl .invoice_date_info {
	float: right;
	width: 100%;
}

.rtl .invoice_date_info ul {
	float: right;
}

.rtl .invoice_date_info ul li {
	display: block;
	margin-bottom: 5px;
}

.rtl .vdt-list {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: left;
	line-height: 24px;
}

.rtl .vdt-list span {
	color: #29334e;
	margin-right: 10px;
}

.rtl .invoice_header_main {
	background: #29334e;
	float: left;
	width: 100%;
	height: 60px;
	display: flex !important;
	align-items: center !important;
	padding: 30px;
}

.rtl .invoice_dts {
	float: left;
	width: 100%;
	margin-top: 35px;
}

.rtl .invoice_title {
	float: right;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
}

.rtl .vhls140 {
	float: right;
	width: 100%;
	margin-top: 30px;
}

.rtl .vhls140 h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #29334e;
	text-align: right;
	margin-bottom: 15px;
}

.rtl .vhls140 ul li {
	display: block;
	margin-bottom: 5px;
}

.rtl .vhls140 ul li:last-child {
	margin-bottom: 0;
}

.rtl .vdt-list {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	line-height: 24px;
	direction: rtl;
}

.rtl .invoice_table {
	float: left;
	width: 100%;
	margin-top: 50px;
	background: #fafafa;
	border-radius: 5px;
}

.rtl .invoice_table .table {
	margin-bottom: 0 !important;
	direction: rtl;
}

.rtl .invoice_table .table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #efefef !important;
	font-size: 14px;
	font-weight: 500;
	color: #29334e;
	font-family: 'helvetica', sans-serif;
	padding: 15px 20px;
}

.rtl .invoice_table .table td, .rtl .invoice_table .table th {
	padding: 20px !important;
	vertical-align: top !important;
	border-top: 0 !important;
}

.rtl .user_dt_trans {
	font-size: 14px;
	font-weight: 400;
	font-family: 'helvetica', sans-serif;
	color: #686f7a;
	text-align: right;
	line-height: 24px;
}

.rtl .jsk1145 {
	text-align: right;
}

.rtl .jsk1145 .totalinv2 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	color: #242424;
	margin-bottom: 0px;
	margin-bottom: 10px;
}

.rtl .invoice_footer {
	float: right;
	width: 100%;
	margin-top: 30px;
}

.rtl .invoice_table .table td {
	border-top: 1px solid #efefef !important;
}

.rtl .invoice_footer {
	float: right;
	width: 100%;
	margin-top: 30px;
}

.rtl .leftfooter {
	float: right;
}

.rtl .leftfooter p {
	font-size: 14px;
	color: #757575;
	font-family: 'helvetica', sans-serif;
	font-weight: 400;
	text-align: left;
}

.rtl .righttfooter {
	float: left;
}

.rtl .print_btn {
	float: right;
	height: 40px;
	background: #c8302f;
	padding: 11px 30px;
	color: #fff;
	font-family: 'helvetica', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 20px;
}

.rtl .print_btn:hover {
	background: #29334e;
	color: #fff !important;
}

.rtl .line-title {
	padding-top: 20px;
	margin-bottom: 6px;
}

.rtl .sa4d25 {
	direction: rtl;
}

.rtl .night_mode_switch__btn {
	border-bottom: 1px solid #efefef;
}

.rtl .night_mode_switch__btn a {
	display: block;
	font-size: 14px;
	transition: 0.3s;
	font-weight: 500;
	font-family: 'helvetica', sans-serif;
	border-radius: 10px;
	color: #29334e;
	padding: 15px;
	position: relative;
	display: flex;
	align-items: center;
}

.rtl .night_mode_switch__btn a i {
	font-size: 120%;
	height: 30px;
	Width: 30px;
	background: #ffecec;
	border-radius: 100%;
	margin-left: 10px;
	padding: 6px 4px 0;
	display: inline-block;
}

.rtl .btn-night-mode .btn-night-mode-switch {
	display: inline-block;
	height: 18px;
	width: 37px;
	top: 35%;
	left: 13px;
	position: absolute;
}


/* ==================================================================================
Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
 /* ::-moz-selection { Code for Firefox
	background-color: #cce2ff;
    color: rgba(0,0,0,.87);
} */

::selection {
	background-color: #cce2ff;
    color: rgba(0,0,0,.87);
} */

ol, ul {
	list-style: none;
	margin-bottom: 0 !important;
}
a:hover {
	color: inherit !important;
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none !important;
}
button {
	outline: none;
}

button:focus {
	outline: none !important;
}

input {
	outline: none;
}
textarea {
	outline: none;
}

p {
	font-size: 16px;
	line-height: 29px;
	color: #686f7a;
}

/* ================ Typography Css =============== */
h1 {
	font-size: 2em;
	/* 2x body copy size = 32px */
	line-height: 1.25;
	/* 45px / 36px */
}
h2 {
	font-size: 1.625em;
	/* 1.625x body copy size = 26px */
	line-height: 1.15384615;
	/* 30px / 26px */
}
h3 {
	font-size: 1.375em;
	/* 1.375x body copy size = 22px */
	line-height: 1.13636364;
	/* 25px / 22px */
}
h4 {
	font-size: 1.125em;
	/* 1.125x body copy size = 18px */
	line-height: 1.11111111;
}
h5 {
	font-size: 1.10em;
	/* 1.125x body copy size = 18px */
	line-height: 1.10;
}
h6 {
	font-size: 1em;
	/* 1.125x body copy size = 18px */
	line-height: 1.050;
}
blockquote {
	font-size: 1.25em;
	/* 20px / 16px */
	line-height: 1.25;
	/* 25px / 20px */
}
@media (min-width: 43.75em) {
h1 {
	font-size: 2.5em;
	/* 2.5x body copy size = 40px */
	line-height: 1.125;
}
h2 {
	font-size: 2em;
	/* 2x body copy size = 32px */
	line-height: 1.25;
}
h3 {
	font-size: 1.5em;
	/* 1.5x body copy size = 24px */
	line-height: 1.25;
}
h4 {
	line-height: 1.22222222;
	/* (22px / 18px */
}
blockquote {
	font-size: 1.5em;
	/* 24px / 16px = */
	line-height: 1.45833333;
	/* 35px / 24px */
}
}
@media (min-width: 56.25em) {
h1 {
	font-size: 3em;
	/* 3x body copy size = 48px */
	line-height: 1.05;
	/* keep to a multiple of the 20px line height
	and something more appropriate for display headings */
}
h2 {
	font-size: 2.25em;
	/* 2.25x body copy size = 36px */
	line-height: 1.25;
}
h3 {
	font-size: 1.75em;
	/* 1.75x body copy size = 28px */
	line-height: 1.25;
}
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

.ask-question,
nav,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd > span i,
.view-more > a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts > a,
.bk-links li a,
.like-com li a,
.user-profy > a,
.slick-previous:before,
.slick-nexti:before,
.comment > a,
.sign_link > a,
.post-popup,
.post-project > a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec > a,
.star-descp > a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt > a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev > a,
nav ul li:hover > ul,
.user-pro-img > a i {
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */

body::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
body::-webkit-scrollbar-corner {
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0,0,0,.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}

html {
   font-size: 14px;
   height: 100%;
   width: 100%;
}

body {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	line-height: 1.42857143;
	color: #29334e;
	background: #f7f7f7 !important;
	height: 100%;
	width:100%;
}

.menu_left::-webkit-scrollbar {
    width:4px;
}
.menu_left::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

input[type=text] {
	color: #29334e !important;
}
.chapterListToggle {
	position: absolute;

}
/* --- Preloader --- */





/* Medium devices (desktops)
==========================*/
@media (max-width: 992px) {

}
@media (min-width: 992px) {

	body {
	overflow-y: scroll;
	}

	.logo img {
		width: 200px;
		text-align: center;
		margin-top: 10px;
		float: none;
	}

	.wrapper , .footer{
		margin-left: 0px;
		margin-left: 240px;
	}
	.wrapper .footer {
		margin:0;
	}
	.course-content {
		margin-right: 400px;
		margin-left: 0;
	}

	.chapter-list ~ .ng-star-inserted .wrapper {
		margin-left: 0;
		margin-right: 400px;
	}

	.chapterListToggle {
		left: auto;
		right: 400px;
	}

	.chapterListToggle i {
		font-size: 30px !important;
	}

	#sidekickToggle:checked ~ .ng-star-inserted .wrapper {
		margin-left: 0;
		margin-right: 0;
	}

	#sidekickToggle:checked ~ .chapterListToggle {
		right: 0;
	}
.minify {
	right:0;
}
.wrapper {
  margin-left: 0px;
}
	.wrapper__minify {
		margin-left: 240px;
		margin-right: 0;
  }
.rtl .wrapper {
  margin-right: 0px !important;
}
	.rtl .wrapper__minify {
		margin-left: 0px !important;
		margin-right: 240px !important;
  }
  .rtl .footer.wrapper__minify {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
  /* #mySidebar.vertical_nav{
    width: 0px;
    left: -240px ;
  }
  #mySidebar.vertical_nav__minify {
    position: fixed;
    left: 0px;
    top: 60px;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    width: 240px;
    z-index: 995;
} */
}

/*--- Left Side Footer ---*/

.alrt_dot {
    position: absolute;
    right: 15px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background: #c8302f;
    overflow: hidden;
    width: 5px;
    height: 5px;
    text-align: center;
    border-radius: 100%;
    top: 45%;
}

.left_footer {
    padding: 15px 14px;
}

.left_footer ul li {
    display: inline-block;
}

.left_footer a {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    line-height: 24px;
    padding: 0 3px;
	color: #29334e;
}

.left_footer a:hover {
	color: #c8302f !important;
}

.left_footer_content {
    padding-top: 15px;
}

.left_footer_content p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #afafaf;
    text-align: left;
    line-height: 24px;
}

.left_section {
    border-bottom: 1px solid #e5e5e5;
}

/*--- Header ---*/

header.db-header  {
	position: fixed;
	z-index: 999;
	/* width: 100%; */
	height: 60px;
	background: #fff;
	display: flex !important;
	align-items: center;
	box-shadow: 0px 0.052083333in 11.25pt -9px rgba(0,0,0,.1);
	width: calc(100% - 60px);
    right: 0;
}

.main_logo {
    float: left;
    /* width: 135px; */
    margin-left: 20px;
}

.logo-inverse {
    display: none;
}

.search120 {
    float: left;
    margin-left: 80px;
}

.srch10 {
	background: #f7f7f7 !important;
    border: 0 !important;
	color: #29334e !important;
}

i.icon1 {
	font-size: 16px !important;
}

.ui.swdh10 {
    font-size: 14px !important;
	width: 350px;
}

.ui[class*="left icon"].swdh10.input>input {
    padding-left:3.2em!important;
    padding-right: 1em!important;
	font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.header_right {
    margin-left: auto;
    float: right;
    padding-right: 15px;
}

.header_right ul li {
    display: inline-block;
	vertical-align: middle;
}

.option_links {
    padding: 10px 8px;
    font-size: 20px;
    color: #686f7a;
	position: relative;
}

.option_links i {
    font-size: 120%;
}

.option_links:hover, .option_links:focus {
    color: #29334e !important;
}

.noti_count {
    font-size: 11px;
    position: absolute;
    top: 3px;
    right: 8px;
    background: #c8302f;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.opts_account img {
    width: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}

.upload_btn {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    padding: 9px 15px;
    border-radius: 25px;
	margin-right: 10px;
}

.upload_btn i {
    font-size: 16px;
    margin-right:3px;
}

.upload_btn:hover {
    color: #fff !important;
    background: #29334e;
}

.left_title {
    padding: 20px 17px 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #afafaf;
    text-align: left;
	margin-bottom: 0;
}

.user_img img {
    width: 30px;
    border-radius: 100%;
    margin-left: 17px;
    margin-right: 15px;
}

.menu.dropdown_account {
    margin-top: 11px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.menu.drop-menu {
    width: 300px;
    margin-top: 17px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 300px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.menu.dropdown_ms {
    width: 300px;
    margin-top: 17px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 300px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.channel_my {
	padding: 15px !important;
    border-bottom: 1px solid #efefef !important;
    min-width: 100%;
    max-width: 100%;
    white-space: normal;
}

.channel_my:last-child {
    border-bottom: 0 !important;
}

.profile_link {
    display: flex;
}

.profile_link img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
	border: 2px solid #fff;
	border-radius: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.pd_content {
    width: 80%;
	white-space: normal;
}

.pd_content h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 5px;
    color: #29334e;
    text-align: left;
	position: relative;
}

.pd_content span {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0;
    color: #686f7a;
    text-align: left;
}

.dp_link_12 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    margin-top: 15px;
    display: block;
    text-align: left;
}

.dp_link_12:hover {
    color: #c8302f !important;
}

.ui.dropdown .menu>.channel_item {
    color: #686f7a !important;
    padding: .78571429rem 1.14285714rem!important;
    font-size: 14px !important;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

.ui.dropdown .menu>.channel_item:hover {
    color: #29334e !important;
    background:#ffecec !important;
}

.rhte85 {
    display: flex;
}

.mef78 i {
    font-size: 18px;
    line-height: 15px;
    color: #1da1f2;
}

.pd_content p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 8px;
    color: #686f7a;
    text-align: left;
    margin-top: 8px;
	line-height: 20px;
}

.pd_content span.nm_time {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0;
    color: #afafaf;
    text-align: left;
}

.vbm_btn {
    width: 100%;
    text-align: center;
    float: left;
    padding: 15px 0;
    background: #ffecec;
    font-size: 14px;
    color: #29334e !important;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
}

.vbm_btn:hover {
    background: #29334e;
    color: #fff !important;
}

/*--- Index Homepage ---*/

.wrapper {
	padding: 90px 0 0;
	transition: all 0.3s ease-out;
	min-height: 100%;
	/* width:100%; */
	display: flex;
	display: -moz-box;
  display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;

}
.footer {
	transition: all 0.3s ease-out;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.section3125 {
    float: left;
    width: 100%;
}

.section3126 {
    float: left;
    width: 100%;
}

.item_title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
	float: left;
    margin-bottom: 20px;
}

.see150 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #afafaf;
    text-align: right;
    float: right;
    padding-top: 3px;
    margin-bottom: 20px;
}

.la5lo1 {
    float: left;
    width: 100%;
}

.stream_1 {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
	background-position: center;
    background-repeat: no-repeat;
	background: rgba(51,1,51, 0.1);
}

.stream_bg {
    text-align: center;
    display: inline-block;
    width: 100%;
	padding: 15px 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(30px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.13);
}

.stream_bg img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 100%;
    display: inline-block !important;
	border: 1px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.stream_bg h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: center;
    color: #29334e;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.stream_bg p {
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
    color: #686f7a;
    display: inline-block;
    text-align: center;
	position: relative;
}

.stream_bg p span {
    width: 6px;
    height: 6px;
    background: #c8302f;
    position: absolute;
    border-radius: 100%;
    top: 2px;
    right: -9px;
}

.la5lo1 .owl-theme .owl-nav .disabled {
    opacity: .4 !important;
    cursor: default;
}

.live_stream .owl-nav .owl-prev {
	left: 0px;
    font-size: 20px !important;
    position: absolute;
    top: 40%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #29334e !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.live_stream .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: 0px;
	top: 40%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.live_stream .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.live_stream .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.mt-80 {
	margin-top: 80px;
}

.mt-62 {
	margin-top:62px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-62 {
	margin-bottom: 62px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-10 {
	margin-bottom: 10px;
}

.fcrse_1 {
    background: #fff;
    width: 100%;
	float: left;
    padding: 10px;
    border-radius: 10px;
	border: 1px solid #efefef;
	transition: all .2s ease-in-out;
	margin-bottom: 30px;
}

.fcrse_img {
	width: 100%;
	float: left;
	position: relative;
	display: inline-flex;
	/* min-height: 360px; */
	min-height: 200px;
	max-height: 240px;
    height: auto;
	border-radius: 5px;
    overflow: hidden;

}

.fcrse_img img {
    width: 100%;
	/* border-radius: 5px; */
	object-fit: cover;
}

.fcrse_content {
    padding: 10px 5px;
	float: left;
    width: 100%;
	position: relative;
}

.crse14s {
	display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
    margin-bottom: 15px 0;
    line-height: 24px;
}

.crse-cate {
    display: block;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
	padding-top: 2px;
}

.purchased_badge {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #29334e;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 15px;
    cursor: default;
}

.cr1fot {
    margin-bottom: 0;
    margin-top: 18px;
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    float: left;
    color: #686f7a;
    text-align: left;
    line-height: 24px;
}

.auth1lnkprce {
    float: left;
    width: 100%;
    margin-top: 18px;
}

.cr1fot a {
    color: #29334e;
    font-weight: 500;
}

.cr1fot a:hover {
    color: #29334e !important;
	text-decoration: underline !important;
}

.prce142 {
    float: right;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: right;
}

.vdtodt {
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    display: block;
}

.vdtodt .vdt14::after {
    content: '•';
    margin: 0 4px;
}

.vdtodt .vdt14:last-child::after{
    display: none;
	content: '';
}

.eps_dots {
    position: absolute;
    right: 0;
}

.eps_dots a {
	font-size: 20px;
    color: #afafaf !important;
}

.eps_dots a:hover {
    color: #29334e !important;
}

.more_dropdown {
  display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
	z-index: 1;
	right: 0;
	border-radius: 5px;
}

.dropdown-content span {
	color: #686f7a;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
	padding: 10px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.dropdown-content span i {
	margin-right: 6px;
	font-size: 115%;
}

.dropdown-content span:hover {
	color: #29334e !important;
	background-color: #ffecec;
}

.more_dropdown:hover .dropdown-content {display: block;}

.more_dropdown:hover .eps_dots {background-color: #29334e;}

.course-overlay {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
	background-image: linear-gradient(transparent, rgba(51,51,51,.3) 90%);
	height: auto;
	border-radius: 5px;
}

.crse_reviews {
    color: #fff;
    background: #fdcc0d;
    display: inline-block;
    padding: 3px 15px 3px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.crse_reviews i {
    margin-right: 2px;
}

.badge_seller {
	border-radius: 3px;
    font-size: 10px;
    position: absolute;
    padding: 2px 10px;
    background: #fa8305;
    border: none;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 600;
    line-height: 1.5;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    z-index: 2;
    vertical-align: baseline;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

.badge_seller:after {
	background: inherit;
    content: '';
    height: 12px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 12px;
    z-index: 1;
    display: block;
    left: -5px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.crse_timer {
    bottom: 0;
    position: absolute;
    margin-bottom: 10px;
    right: 0;
    margin-right: 10px;
    color: #fff;
    background: rgba(51,51,51,0.8);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.play_btn1 {
	border: 0;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    border-radius: 100%;
    padding: 15px 13px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 40%;
    right: calc(50% - 20px);
    opacity: 0;
    background: rgba(51, 51, 51, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	display: flex;
    align-items: center;
}

.course-overlay:hover .play_btn1 {
    color: #fff !important;
	opacity: 1;
}

.featured_courses .owl-nav .owl-prev {
	left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #29334e !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured_courses .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured_courses .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured_courses .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-prev {
	left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #29334e !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}


.section3126 {
    float: left;
    width: 100%;
}

.value_props {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    flex: 1;
    float: left;
    width: 100%;
    margin-top: 30px;
	text-align: center;
}

.value_icon {
	float: left;
	width: 100%;
}

.value_icon i {
	font-size: 36px;
    margin-right: 0;
    color: #29334e;
    background: #ffecec;
    border-radius: 10px;
    padding: 10px 6px;
    display: inline-block;
}

.value_content {
    float: left;
    width: 100%;
	margin-top: 20px;
}

.value_content h4 {
    font-size: 18px;
    margin-bottom: 9px;
    display: block;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: center;
}

.value_content p {
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    color: #686f7a;
	text-align: center;
}

.tutor_img {
    width: 100%;
    float: left;
	padding: 20px;
	text-align: center;
}

.tutor_img img {
    text-align: center;
    width: 100px !important;
    height: 100px !important;
    display: inline-block !important;
    border-radius: 100%;
	border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.tutor_content_dt {
	text-align: center;
	float: left;
    width: 100%;
    margin-bottom: 20px;
	padding: 0 10px;
}

.tutor_name {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e !important;
    text-align: center;
	position: relative;
}

.tutor150 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tutor_cate {
    font-size: 13px;
    color: #686f7a;
    margin-top: 10px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
    margin-bottom: 17px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.tutor_social_links li {
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.tutor_social_links li:last-child {
    margin-right: 0;
}

.tutor_social_links li a {
    font-size: 14px;
    float: left;
    width: 35px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    padding: 9px 0;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tutor_social_links li a:hover {
    color: #fff !important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.fb {
	background: #3b5998;
}

.tw {
	background: #1da1f2;
}

.ln {
	background: #8d6cab;
}

.yu {
	background: #ff0000;
}

.sbbc145 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    border: 0;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
	text-align: center;
}

.sbbc145:hover {
    color: #fff;
    background: #29334e;
}

.sbbc146 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    background: #e9e9e9;
    border: 0;
    height: 40px;
    width: 40px;
    border-radius: 20px;
	text-align: center;
}

.tut1250 {
    font-size: 12px;
    margin-top: 20px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: center;
    display: block;
}

.tut1250 .vdt15::after {
    content: '•';
    margin: 0 4px;
}

.tut1250 .vdt15:last-child::after{
    display: none;
	content: '';
}

.fcrse_2 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.prfle12link {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
}

.prfle12link:hover {
    color: #c8302f !important;
}

.get1452 {
	background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
	position: relative;
	text-align: left;
	margin-bottom: 30px;
    background-image: url(../images/get-img.jpg);
}

.get1452 h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 13px;
}

.get1452 p {
    font-size: 14px;
    color: #f9f9f9;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 27px;
}

.Get_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    border-radius: 20px;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    background: #c8302f;
    font-size: 14px;
    font-weight: 500;
}

.Get_btn:hover {
    color: #fff;
    background: #c72127;
}

.fcrse_3 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 10px;
	margin-bottom: 30px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.cater_ttle {
	float: left;
	width: 100%;
	padding: 15px 20px;
	border-bottom: 1px solid #efefef;
}

.fcrse_3 h4 {
    font-size: 16px;
    color: #29334e;
	float: left;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0;
}

.allcate15 {
    float: left;
    width: 100%;
}

.allcate15 li {
    display: block;
    float: left;
    width: 100%;
}

.ct_item {
    float: left;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
}

.ct_item.active {
    font-weight: 500;
	color: #29334e;
}

.ct_item i {
    margin-right: 10px;
    font-size: 120%;
}

.live_text {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.live_icon {
    float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.live_icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 43px;
    font-size: 30px;
    text-align: center;
    padding: 14px 0;
	background: #ffecec;
    border-radius: 100%;
	border-bottom: 1px solid #efefef;
}

.live-content {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

.live-content p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
    margin-bottom: 20px;
    color: #686f7a;
}

.livinfo {
	font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0;
    margin-top: 15px;
    color: #686f7a;
    display: block;
}

.live_link {
    height: 40px;
    background: #c8302f;
    border: 0;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
}

.live_link:hover {
	color: #fff;
    background: #29334e;
}

.fcrse_4 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.say_content {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.say_content p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
    color: #686f7a;
    text-align: left;
}

.st_group {
    float: left;
    width: 100%;
    display: flex;
	align-items: center;
}

.stud_img {
    text-align: left;
}

.stud_img img {
    text-align: left;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.st_group h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e !important;
	margin-top: 0;
	margin-bottom: 0 !important;
	margin-left: 15px;
}

.Student_says .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 38%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #29334e !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 100% !important;;
    -moz-border-radius: 100% !important;;
    -ms-border-radius: 100% !important;;
    -o-border-radius: 100% !important;;
}

.Student_says .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 40%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.Student_says .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.Student_says .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.strttech120 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}


.strttech120 h4 {
    font-size: 18px;
    color: #29334e;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 13px;
}

.strttech120 p {
    font-size: 14px;
    color: #686f7a;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 32px;
	line-height: 26px;
}

.footer {
	/* background: #29334e; */
	width: 100%;
	padding: 0;
	float: left;
}

.item_f1 {
	padding-top: 50px;
}

.item_f1 a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    /* display: block; */
    padding-bottom: 10px;
    color: #fff !important;
}

.item_f1 a:hover {
    color: #efefef !important;
}

.item_f1 a:last-child {
    padding-bottom: 0;
}

.item_f3 {
	padding-top: 50px;
}

.btn1542 {
	height: 40px;
    padding: 10px 15px;
    border: 0;
    border-radius: 20px;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    background: #c8302f;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.btn1542:hover {
    color: #fff !important;
    background: #c72127;
}

.lng_btn {
	margin-top: 20px;
}

.lng_btn a {
	height: 40px;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.lft {
	margin-right: 5px;
}
.rgt {
	margin-left: 5px;
}

.lng_btn a:hover {
    color: #fff !important;
}

.footer_bottm {
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px solid #454545;
}

.fotb_left li {
	display: inline-block;
	vertical-align: middle;
}

.footer_logo img {
    width: 30px;
	margin-right: 20px;
}

.fotb_left p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #f7f7f7;
    text-align: left;
    line-height: 24px;
}

.edu_social_links {
    text-align: right;
}

.edu_social_links a {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 16px;
    display: inline-block;
    /* color: #f7f7f7; */
    color: rgba(0,0,0,.87) !important;

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edu_social_links a:hover {
     color: rgba(0,0,0,.87) !important;

    /* color: #fff !important; */
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.lng_btn .ui.dropdown .menu>.item {
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e !important;
}

/*--- All Live Streams ---*/

.main-loader {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

/* === Animation Loader === */

.spinner {
    margin: 0 auto 0;
    width: 50px;
    text-align: center;
    height: 20px;
    border-radius: 100px;
    background-color: #fff;
    line-height: 20px;
    border: 1px solid #efefef;
    cursor: pointer;
}

.spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #29334e;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #29334e;
  opacity: 0.702;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  background-color: #29334e;
  opacity: 0.4;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.live1452 {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

/*Floating CSS Start*/
.live1452 iframe {
	width: 100%;
	height: 435px;
	border-radius: 10px;
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.stuck {
	position: fixed;
	bottom: 20px;
	right: 20px;
	transform: translateY(100%);
	width: 260px !important;
	height: 145px !important;
	animation: fade-in-up .25s ease forwards;
	z-index: 999;
}

/*Floating CSS End*/

@keyframes example {
    0%   {background-color: red;}
    25%  {background-color: #ff7037;}
    50%  {background-color: red;}
    100% {background-color: #ff7037;}
}


.live_comment {
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	border-top: 1px solid #efefef;
}

.live_input {
    width: 100%;
    height: 50px;
    padding: 10px 60px 10px 15px;
    border: 0;
    color: #29334e;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.btn_live {
	position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 0;
    background: #c8302f;
    font-size: 20px;
    padding: 9px 7px;
    color: #fff;
}

.btn_live:hover {
    background: #29334e;
	color: #fff;
}

.live_chat {
    float: left;
    width: 100%;
    height: 418px;
    overflow-y: auto;
	padding: 15px 20px;
}

.live_chat::-webkit-scrollbar {
    width:4px;
}
.live_chat::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.chat1 p {
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 24px;
    font-size: 14px;
    color: #686f7a;
    margin-bottom: 13px;
    text-align: left;
}

.chat1 a {
    font-weight: 600;
    margin-right: 10px;
    color: #29334e!important;
}

.live_user_dt {
    float: left;
    width: 100%;
    display: flex;
}

.user_img5 {
    text-align: left;
}

.user_img5 img {
    text-align: left;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    border-radius: 100%;
	margin-right: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.live_user_dt h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e !important;
	margin-top: 0;
	margin-bottom: 10px !important;
}

.user_dt5 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.user_dt_left {
	float: left;
}

.subscribe-btn {
    border: 0;
    background: #c8302f;
    padding: 0 20px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-size: 14px;
}

.subscribe-btn:active {
  outline: none;
}

.subscribe-btn:visited {
  outline: none;
}

.Subscribed-btn {
  background: #c72127 !important;
  color: white;
}

.studio-link-btn {
    border: 0;
    background: #c8302f;
    padding: 0 20px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-size: 14px;
}

.user_dt_right {
	float: right;
}

.user_dt_right ul li {
    display: inline-block;
}

.lkcm152 {
    display: block;
    background: #fff;
    height: 60px;
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.lkcm152 span {
    display: block;
	margin-top: 2px;
}

.lkcm152 i {
    font-size: 18px;
}

.slive_tabs {
	border-bottom: 0 !important;
}

.slive_tabs .nav-item.show .nav-link, .slive_tabs .nav-link.active {
    color: #fff !important;
    background-color: #29334e !important;
    border-color: #29334e !important;
	border-radius: 20px;
}

.slive_tabs .nav-item {
    margin-bottom: 0 !important;
    margin-right: 10px;
}

.slive_tabs .nav-link {
    border: 1px solid #c8302f !important;
    border-radius: 20px !important;
	background-color: #c8302f !important;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

.slive_tabs .nav-link:hover {
    border: 1px solid #c72127 !important;
	background-color: #c72127 !important;
	color: #fff !important;
}

.add_stream_content {
    background: #fff;
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
	margin-bottom: 20px;
}

.strm_title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: center;
    color: #29334e;
    line-height: 24px;
    margin-bottom: 0;
}

.sf475 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: center;
    margin-top: 5px;
    line-height: 24px;
}

.sf475 a {
    font-weight: 500;
    color: #29334e;
}

.sf475 a:hover {
    color: #c8302f !important;
}

.stm_key {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-top: 30px;
    color: #29334e;
    line-height: 24px;
}

.group-form {
    margin-top: 27px;
	position: relative;
}

.group-form label {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 10px;
    color: #29334e;
    line-height: 24px;
}

._dlor1 {
    border: 1px solid #efefef;
    background: #f7f7f7;
    height: 40px;
    width: 100%;
    padding: 0 100px 0 20px;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
    font-size: 13px;
}

._6tf7s {
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 30px;
    padding: 0 15px;
    background: #c8302f;
    color: #fff;
    border: 0;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

._6tf7s:hover {
    background: #29334e;
    color: #fff;
}

._145d1 {
    height: 40px;
    padding: 0 20px;
    background: #c8302f;
    color: #fff;
    border: 0;
	margin-top: 30px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

._145d1:hover {
    background: #29334e;
    color: #fff;
}

._145d1 i {
    font-size: 120%;
	margin-right: 3px;
}

.strm_title1 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    color: #29334e;
    line-height: 24px;
    margin-bottom: 0;
}

._1457s2 {
    margin-top: 30px;
	display: block !important;
    width: 100%;
}

.ui.toggle._1457s2.checkbox input:checked~.box:before, .ui.toggle._1457s2.checkbox input:checked~label:before {
    background-color: #c8302f !important;
}

.ui.toggle._1457s2.checkbox input:focus:checked~.box:before, .ui.toggle._1457s2.checkbox input:focus:checked~label:before {
    background-color: #c8302f !important;
}

._1457s2 label {
	font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #29334e !important;
    margin-bottom: 0 !important;
}

/*--- Explore Page ---*/

.srch_explore {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    color: #29334e !important;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
}

.srch_explore:focus {
    border: 1px solid #29334e !important;
	box-shadow: none !important;
}

.ui.swdh11 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh11.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
	height: 50px;
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

i.icon2 {
    font-size: 20px !important;
}

._14d25 {
	float: left;
	width: 100%;
}

/*--- Course Detail View Page ---*/

._bg4586 {
	padding: 60px 0 0 !important;
}

._215b01 {
	/* float: left; */
	width: 100%;
	background: #333333;
	padding: 30px 0;
}

.preview_video {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

._215b02 {
    position: absolute;
    text-align: center;
    bottom: 0;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    font-size: 14px;
    background: rgba(51,51,51,0.9);
    left: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 0;
}

._215b03 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    text-align: left;
    line-height: normal;
    margin-bottom: 15px;
}

._215b04 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #f7f7f7;
    text-align: left;
    line-height: 26px;
}

._215b05 {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
}

._215b06 {
    display: flex;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

._215b07 {
    margin-right: 20px;
}

.caption_tooltip {
	display: inline-block;
    position: relative;
}

.caption_tooltip:hover {
	text-decoration: underline;
	color: #f7f7f7;
	cursor: pointer;
}

.caption-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 200px;
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
	z-index: 1;
	right: 0;
	border-radius: 5px;
}

.caption-content span {
	color: #686f7a;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
}

.caption-content span i {
	margin-right: 6px;
	font-size: 115%;
}

.caption_tooltip:hover .caption-content {display: block;}

._215b07 i {
	font-size: 120%;
}

._215b08 i {
	font-size: 120%;
}

._215b10 {
    width: 100%;
	float: left;
}

._215b11 {
    margin-top: 30px;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
	float: left;
	margin-right: 30px;
}

._215b11:hover {
    color: #fff !important;
}

._215b12 {
    margin-top: 30px;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
	float: left;
}

._215b12:hover {
    color: #fff !important;
}

._215b11 i {
	font-size: 120%;
	margin-right: 5px;
}

._215b12 i {
	font-size: 120%;
	margin-right: 5px;
}

._215b15 {
    /* float: left; */
    width: 100%;
    padding: 20px 0 0;
    background: #fff;
	margin-bottom: 17px;
}
/* ._215b15:after {
    content: "";
    display: block;
    clear: both;
} */

.course_tabs {
    float: left;
    width: 100%;
	margin-top: 10px;
}

.course_tabs .nav-item {
    margin-bottom:  0 !important;
}

.course_tabs .nav-tabs .nav-item.show .nav-link, .course_tabs .nav-tabs .nav-link.active {
    color: #29334e !important;
    background-color: transparent !important;
    border-color: inherit !important;
	border-top: 0 !important;
	border-bottom: 2px solid #c8302f !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.course_tabs .nav-tabs {
    border-bottom: 0 !important;
}

.tab_crse .nav-link {
    border-top: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
	color: #29334e !important;
	font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
}

.tab_crse .nav-link {
    padding: .5rem 1.5rem !important;
}

._215b17 {
	float: left;
    width: 100%;
}

._df7852 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e !important;
    margin-top: 0;
	display: block;
    margin-bottom: 10px !important;
}

._df7852:hover {
    color: #29334e !important;
}

._215b31 {
    width: 100%;
    margin-top: 27px;
}

._215b31 li {
    display: inline-block;
}

.btn_adcart {
    height: 40px;
    border: 0;
    padding: 0 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    background: #c8302f;
	border: 1px solid #c8302f;
	margin-right: 6px;
}

.btn_adcart:hover {
    background: #c72127;
	border: 1px solid #c72127;
}

.btn_buy {
    height: 40px;
    border: 0;
    padding: 0 25px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    background: transparent;
	border: 1px solid #fff;
}

.btn_buy:hover {
	color: #fff;
    background: #c72127;
	border: 1px solid #c72127;
}

._215fgt1 {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
}

._htg451 {
	margin-top: 30px;
	margin-bottom: 20px;
}

._htg452 h3 {
	font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 15px;
	color: #29334e;
}

._htg452 ul li {
    display: block;
    margin-bottom: 5px;
}

._htg452 ul li:last-child {
    margin-bottom: 0;
}

._5f7g11 {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #686f7a;
    text-align: left;
	line-height: 26px;
}

._5f7g11::before {
	content: '\f111';
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 6px;
	color: #29334e;
	vertical-align: bottom;
	margin-right: 10px;
	line-height: 26px;
}

._abc123 {
	display: block;
    font-size: 16px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    color: #29334e;
    text-align: left;
}

._htg452 p {
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
    color: #686f7a;
    text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 26px;
}

._abc124 {
	padding-left: 30px;
}

._htgdrt {
    background: #fff;
    padding: 30px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

._htgdrt h3 {
	font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #29334e;
}

._abcd145 li {
    padding-bottom: 10px;
}

._abcd145 li:last-child {
	padding-bottom: 0;
}

._5f7g15 {
    display: flex;
}

._5f7g15 i {
    line-height: 28px;
    font-size: 14px;
    color: #29334e;
}

._5f7g15 span {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #686f7a;
    text-align: left;
	line-height: 26px;
	margin-left: 15px;
}

.crse_content {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

.crse_content h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #29334e;
	float: left;
}

._112456 {
    float: right;
    padding-top: 3px;
}

.accordion-expand-holder li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.accordion-expand-holder li:last-child {
    margin-right: 0;
}

._d1452 {
	font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #29334e;
	cursor: pointer;
}

._d1452:hover {
    color: #c8302f;
}

._fgr123 {
	font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #686f7a;
}

.ui-accordion {
    margin-top: 4px;
    float: left;
    width: 100%;
}

.accordion-header {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    border: solid 1px #efefef;
    cursor: pointer;
    height: auto;
    margin-top: 3px;
    padding: 15px 30px 15px 20px;
    background: #fff;
    border-radius: 0px;
}

.accordion-header .section-header-left {
    display: flex;
    flex-direction: column;
    flex-basis: 65%;
}

.accordion-header .section-title-wrapper {
    flex-direction: row;
    align-items: center;
    display: flex;
    color: #505763;
    flex: 1 1 auto;
    font-size: 18px;
    font-weight: 600;
}

.accordion-header .section-title-text {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 10px;
    color: #29334e;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.accordion-header .section-header-right {
    display: flex;
    justify-content: flex-end;
    color: #505763;
    flex-basis: 40%;
}

.accordion-header .num-items-in-section {
    display: block;
    margin-right: 20px;
    white-space: nowrap;
    font-size: 16px;
    color: #686f7a;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.accordion-header .section-header-length {
    text-align: right;
    width: 42%;
	font-size: 16px;
    color: #686f7a;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.crse_icon {
    font-size: 110%;
    margin-right: 5px;
}

.ui-accordion-content {
    float: left;
    width: 100%;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	background: #fff;
}

.ui-accordion-content .lecture-container {
    display: flex;
    padding: 12px 30px 12px 20px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    border-top: none;
    color: #686f7a;
    letter-spacing: .3px;
    line-height: 1.33;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

.ui-accordion-content .left-content {
    display: flex;
    align-items: flex-start;
    width: 50%;
}

.ui-accordion-content .icon_142 {
	font-size: 18px;
    line-height: 18px;
    color: #afafaf;
}

.ui-accordion-content .top {
    flex-direction: column-reverse;
    display: flex;
    margin-left: 10px;
    width: 100%;
}

.ui-accordion-content .title {
    color: #686f7a;
    font-size: 14px;
    margin-top: -2px;
}

.ui-accordion-content .details {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-left: auto;
    width: 50%;
    font-size: 14px;
}

.ui-accordion-content .content-summary {
    color: #686f7a;
    flex-direction: row-reverse;
    display: flex;
    text-align: right;
    white-space: nowrap;
    width: 40%;
}

.ui-accordion-content .preview-text {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
}

.ui-accordion-content .preview-text:hover {
	color: #c8302f !important;
}

.btn1458 {
    float: left;
    margin-top: 5px;
    border: 1px solid #dedfe0;
    height: 50px;
    background: #e8e9eb;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
	text-align: center;
    padding: 15px 0;
}

.btn1458:hover {
    border: 1px solid #e8e9eb;
    background: #e8e9eb;
    color: #29334e !important;
}

.student_reviews {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.reviews_left {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 30px 30px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.reviews_left h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 20px;
    color: #29334e;
}

.total_rating {
    display: flex;
    width: 100%;
    font-size: 16px;
    justify-items: center;
	background: #f7f7f7;
    border: 1px solid #efefef;
    padding: 10px 20px;
	border-radius: 20px;
}

._rate001 {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #29334e;
    margin-right: 10px;
    line-height: 22px;
}

.rating-box {
	color: #dedfe0;
	display: flex;
    flex-basis: 30%;
}

.rating-star {
	font-size: 1.3rem;
    width: 1.3rem;
    height: 1.3rem;
    position: relative;
    display: block;
    float: left;
    margin-right: 7px;
}

.full-star:before {
	color: #f2b01e;
	content: "\f005";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
}

.empty-star:before {
	content: "\f005";
	position: absolute;
	left: 0;
	overflow: hidden;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.half-star:before {
	color: #f2b01e;
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 60%;
	position: absolute;
	left: 0;
	overflow: hidden;
}

.half-star:after {
	content: '\f005';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 1.5rem;
    width: 60%;
    text-indent: -1.5rem;
}

._rate002 {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #29334e;
    margin-left: 10px;
    line-height: 22px;
}

._rate003 {

}

._rate004 {
	display: flex;
    cursor: pointer;
    height: auto;
    margin-top: 20px;
    border-radius: 0px;
}

.progress1 {
	display: flex;
    flex-basis: 50%;
	margin-right: 20px;
	height: 1.4rem !important;
}

.progress1 .progress-bar {
    background-color: #c8302f !important;
}

.w-70 {
    width: 70%!important;
}

.w-30 {
    width: 30%!important;
}

.w-5 {
    width: 10%!important;
}

.w-2 {
    width: 1%!important;
}

.w-1 {
    width: 0%!important;
}

.review_right {
	float: left;
	width: 100%;
}

.review_right_heading {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.review_right_heading h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #29334e;
	float: left;
}

.review_search {
    float: right;
    width: 180px;
	position: relative;
}

.rv_srch {
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    padding-left: 15px;
    padding-right: 40px;
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 20px;
}

.rvsrch_btn {
    position: absolute;
    right: 3px;
    top: 2px;
    border-radius: 100%;
    border: 0;
    height: 26px;
    width: 26px;
    background: #c8302f;
    color: #fff;
    font-size: 14px;
}

.rvsrch_btn:hover {
    background: #29334e;
    color: #fff;
}

.review_all120 {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
}

.review_item {
	padding: 20px;
	border-bottom: 1px solid #efefef;
}

.review_item:last-child {
    border-bottom: 0;
}

.review_usr_dt {
    display: flex;
	position: relative;
}

.review_usr_dt img {
    width: 50px;
	height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

.tutor_name1 {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e !important;
    text-align: left;
	margin-bottom: 0;
}

.time_145 {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    display: block;
    margin-top: 5px;
}

.rvds10 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-top: 17px;
    line-height: 26px;
    color: #686f7a;
    text-align: left;
}

.rpt100 {
    display: flex;
    align-items: baseline;
}

.rpt100 span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    line-height: 24px;
	margin-right: 10px;
}

.radio--group-inline-container {
	padding: 5px 8px 0 8px;
	border-radius: 6px;
}

.more_reviews {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
}

.radio--group-inline-container .radio-item {
    display: inline-block;
	margin-right: 10px;
}

.radio--group-inline-container .radio-item input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio--group-inline-container .radio-item input[type="radio"] + .radio-label:before {
	content: '';
	background: #f7f7f7;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: 0px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio--group-inline-container .radio-item input[type="radio"]:checked + .radio-label:before {
	background-color: #c8302f;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio--group-inline-container .radio-item input[type="radio"]:focus + .radio-label:before {
	outline: none;
	border-color: #0E8A86;
}

.radio--group-inline-container .radio-item input[type="radio"]:disabled + .radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio--group-inline-container .radio-item input[type="radio"] + .radio-label:empty:before {
	margin-right: 0;
}

.radio-label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 12px;
	color: #29334e;
	margin-bottom: 0;
	cursor: pointer;
}

.report145 {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    line-height: 24px;
    margin-left: 5px;
}

.vd_mdl .close {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    margin-left: auto;
	z-index: 1;
}

.vd_mdl .close:hover {
    color: #fff;
}

.vd_mdl .modal-body {
    padding: 0 !important;
}

.vd_mdl .modal-content {
	border-radius: 0 !important;
}

.vd_mdl .modal-body iframe {
    width: 100%;
    height: 375px;
    margin-bottom: -5px;
}

/*--- Instructor Profile View ---*/

._216b01 {
    float: left;
    width: 100%;
    background: #29334e;
    padding: 30px 0;
}

.dp_dt150 {
    display: flex;
	align-items: center;
}

.img148 {
    text-align: center;
}

.img148 img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.prfledt1 {
	margin-left: 20px;
    text-align: left;
    margin-bottom: 20px;
}

._bty149 {
    text-align: right;
}

.btn500 {
	height: 40px !important;
	padding: 0 30px !important;
}

._216b12 {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 20px;
}

._216b12 span {
    margin-right: 5px;
}

._216b12:hover {
	color: #fafafa !important;
}

.prfledt1 h2 {
	color: #fff;
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
	margin-bottom: 10px;
}

.prfledt1 span {
	color: #fff;
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.rgt-145 {
    text-align: right;
    margin-top: 55px;
    margin-bottom: 30px;
}

._bty149 li {
    display: inline-block;
    margin-right: 5px;
}

._bty149 li:last-child {
    margin-right: 0;
}

.msg125 {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
}

._ttl120 {
    margin-top: 10px;
    border: 1px solid #4f4848;
	display: flex;
}

._ttl120 li {
    display: inline-block;
    width: 25%;
	padding: 15px 10px;
	border-right: 1px solid #4f4848;
}

._ttl120 li:last-child {
	border-right: 0;
}

._ttl121 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
}

._ttl123 {
    font-size: 13px;
    margin-top: 10px;
}

.rpt145 {
	position: relative;
}

._216b22 {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    right: 20px;
}

._216b22 span {
    margin-right: 5px;
}

._216b22:hover {
	color: #fafafa !important;
}

.cmmnt_1526{
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px;
}

.img160 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.cmnt_group {
    display: flex;
}

._cmnt001 {
    margin-left: 20px;
    border: 1px solid #efefef;
    width: 100%;
    overflow: hidden;
    overflow-wrap: break-word;
    resize: horizontal;
    height: 40px;
	font-size: 14px;
	font-family: 'Roboto', 'helvetica',sans-serif;
	font-weight: 400;
	color: #29334e;
	padding: 12px;
    border-radius: 10px;
	background: #f9f9f9;
}

.cmnt-btn {
	margin-top: 15px;
    float: right;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    border-radius: 25px;
    border: 0;
    height: 40px;
    padding: 0px 30px;
}

.cmnt-btn:hover {
    color: #fff;
    background: #29334e;
}

.rpt101 {
    display: flex;
}

.report155 i {
	font-size: 130%;
	padding: 0 5px;
}

.report155 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    line-height: 24px;
    margin-left: 5px;
}

.report155:hover {
    color: #c8302f !important;
}

.review_reply {
    padding-left: 50px;
}

/* --- Categories Page --- */

._1frstcate {
    width: 100%;
}

._cate101 {
	position: relative;
    background: #fff;
    display: inline-block;
    height: 40px;
    text-align: left;
    padding: 10px 15px 10px 55px;
    border-radius: 10px;
    box-shadow: 0in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
	margin-top: 40px;
}

.cate_icon1 {
    background: #c8302f;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
	color: #fff;
}

.cate_521 h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    line-height: 24px;
    text-align: left;
	margin-top: 50px !important;
}

.cate_option li:last-child {
    padding-bottom: 0;
}

.cate_option li {
    padding-bottom: 10px;
    display: block;
}

.cate_option li a {
    font-size: 14px;
    color: #686f7a;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    font-weight: 400;
}

/* --- History Page --- */

.grp_titles {
	padding: 30px 0 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.ht_title {
	font-size: 14px;
    color: #29334e;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: left;
	float: left;
}

.ht_clr {
	float: right;
	font-size: 14px;
    color: #29334e;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.ui[class*="left icon"].swdh15.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px !important;
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.tb_145 {
    width: 100%;
    float: left;
	margin-bottom: 30px;
}

.hstry142 .nav-pills .nav-link {
    border-radius: 2rem !important;
	font-size: 14px;
    color: #29334e;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	padding: 0.8rem 1.5rem;
	float: left;
	width: 100%;
}

.hstry142 .nav-pills .nav-link.active, .hstry142 .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #c8302f !important;
}

.hf_img {
	width: 30%;
	float: left;
	position: relative;
}

.hf_img img {
    width: 100%;
    border-radius: 5px;
}

.hs_content {
    padding: 0px 15px 0px 20px;
    float: left;
    width: 70%;
    position: relative;
}

.eps_dots10 {
    top: 5px;
}

.mhs_title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}

.no-text {
	font-size: 14px;
    color: #686f7a;
    margin-top: 7px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
	text-align: center;
	padding-top: 20px;
	margin-top: 0;
}

/* --- Watch Later Page --- */

.wtch125 {
	margin-bottom: 8px;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    display: block;
}

.wtch125 .vdt14::after {
    content: '•';
    margin: 0 4px;
}

.wtch125 .vdt14:last-child::after{
    display: none;
	content: '';
}

a.rmv-btn {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    display: block;
    background: #c8302f;
    border-radius: 20px;
    text-align: center;
    padding: 10px 0;
}

a.rmv-btn:hover {
    color: #fff !important;
    background: #29334e;
}

a.rmv-btn i {
    margin-right: 3px;
}

/* --- Setting Page --- */

.st_title {
	font-size: 20px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
}

.setting_tabs .nav-pills .nav-link.active, .setting_tabs .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #c8302f !important;
	border-radius: 20px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
	font-size: 14px;
    margin-top: 0;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
}

.account_setting {
    margin-top: 36px;
}

.account_setting h4 {
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
	font-size: 18px;
	text-align: left;
}

.account_setting p {
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #686f7a;
	font-size: 14px;
	text-align: left;
	line-height: 26px;
}

.basic_profile {
    margin-top: 32px;
}

.basic_ptitle h4 {
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
	font-size: 16px;
	text-align: left;
}

.basic_ptitle p {
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #686f7a;
	font-size: 14px;
	text-align: left;
	line-height: 26px;
}

.ui[class*="left icon"].swdh19.input>input {
    padding-left: 2em!important;
    padding-right: 2em!important;
    height: 40px !important;
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.form-control-counter {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 5px;
    color: #686f7a;
    background: #dedfe0;
    font-weight: 500;
    min-width: 34px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-size: 14px;
}

.ui.form.swdh30 textarea {
    background: #fff;
    border: 1px solid #e5e5e5 !important;
    outline: 0;
    color: rgba(0,0,0,.87);
    border-radius: 1rem !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
}

.ui.form.swdh30 textarea:focus {
    border: 1px solid #29334e !important;
    box-shadow: none;
}

.divider-1 {
    border-top: 1px solid #e5e5e5;
    margin-top: 50px;
}

.basic_profile1 {
    margin-top: 47px;
}

.ui.label.lb12 {
	/* background-color: #dedfe !important; */
	background-color: #dedfed !important;
    padding: .9999em 1.2em !important;
    color: #686f7a !important;
    border-top-left-radius: 500rem !important;
    border-bottom-left-radius: 500rem !important;
}

.ui[class*="left icon"].swdh31.input>input {
    padding-left: 1em!important;
    padding-right: 2em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.help-block {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #686f7a;
	font-size: 12px;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: left;
}

.save_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 45px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    background: #c8302f;
	display: block;
}

.save_btn:hover {
    color: #fff !important;
    background: #29334e;
}

.ml5 {
	margin-left: 65px;
    margin-top: 5px;
}

.ui.selection.dropdown.cntry152 {
    border: 1px solid #e5e5e5 !important;
    border-radius: 500rem !important;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
}

.ui.selection.active.dropdown.cntry152 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
	box-shadow: none !important;
	border: 1px solid #29334e !important;
}

.billing-percentages-progress-bar {
    margin-top: 80px;
}

.billing-percentages-progress-bar__labels li {
    width: 10%;
    display: flex;
    position: relative;
	font-size: 12px;
    color: #29334e;
    font-family: 'Roboto', 'helvetica',sans-serif;
	font-weight: 500;
}

.billing-percentages-progress-bar__labels {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
}

.billing-percentages-progress-bar__profit {
    position: absolute;
    top: -50px;
}

.t5 {
    font-size: 12px;
    line-height: 18px;
}

.billing-percentages-progress-bar__label:after {
    background: #cfd8dc;
    content: "";
    height: 10px;
    position: absolute;
    top: -20px;
    width: 1px;
	left: 6px;
}

.billing-percentages-progress-bar__profit .format-currency {
    font-weight: inherit;
}

.billing-percentages-progress-bar__label_zero-level {
    color: #76d48f;
    font-weight: 700;
}

.return-departure-dts {
    color: #727272;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-top: 15px;
    display: none;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.radio--group-inline-container_1 {
    width: 100%;
    display: flex;
}

.radio--group-inline-container_1 li {
    display: inline-block;
    width: 33.333%;
	margin-right: 20px;
}

.radio--group-inline-container_1 .radio-item_1 {
    display: inline-block;
	margin-right: 10px;
	width: 100%;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label_1:before {
	content: '';
	background: #f7f7f7;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: 0px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:checked + .radio-label_1:before {
	background-color: #c8302f;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:focus + .radio-label_1:before {
	outline: none;
	border-color: #0E8A86;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:disabled + .radio-label_1:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label:empty:before {
	margin-right: 0;
}

.radio-label_1 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 12px;
	color: #29334e;
	margin-bottom: 30px;
	cursor: pointer;
	padding: 15px 20px;
    background: #fff;
    width: 100%;
	border-radius: 15px;
}

.radio-label_1:hover {
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .4s ease-in-out;
}

.pymnt_title h4 {
	font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    font-size: 16px;
    text-align: left;
}

.pymnt_title p {
	font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
	margin-top: 10px;
}

.pymnt_title span {
	font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

.pymnt_title p a:hover {
	color: inherit;
	text-decoration: underline !important;
}

.save_payout_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    background: #c8302f;
}

.save_payout_btn:hover {
    color: #fff;
    background: #29334e;
}

.api_btn {
    margin-top: 30px;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #efefef;
    color: #686f7a;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.api_btn:hover {
    border: 2px solid #29334e;
    color: #fff;
    background: #29334e;
}

.nt_apt {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nt_apt i {
    font-size: 120%;
    color: #c8302f;
}

.mbs20 {
	margin-bottom: 20px !important;
}

.form-group1 label {
    color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.image-upload-wrap {
	border: 1px dashed #efefef;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-dropping,
.image-upload-wrap:hover {
	background-color: #fff;
	border: 1px solid #efefef;
}
.image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #847577;
}
.drag-text {
	text-align: center;
	padding: 20px 0;
}

.drag-text h4 {
	font-size:16px;
	font-weight: 500;
	text-transform: none;
	color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
	margin-bottom:5px;
	margin-top: 0;
}
.drag-text p{
	font-size:12px;
	font-weight: 400;
	text-transform: none;
	color: #686f7a;
	font-family: 'Roboto', 'helvetica',sans-serif;
	line-height:12px;
}
.drag-text i{
	font-size:24px;
	text-transform: none;
	color: #a1a1a1;
	margin-bottom:10px;
}
.file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.report_history {
	margin-bottom: 80px;
}

.report_history h4 {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: left;
	margin-bottom: 20px;
}

.report_history p {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #686f7a;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: left;
	margin-bottom: 10px;
	line-height: 26px;
}

.report_history a {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: left;
	line-height: 26px;
}

.report_history a:hover {
	color: inherit;
	text-decoration: underline !important;
}

.report_history ul {
	margin-bottom: 15px !important;
	list-style: disc;
    padding-left: 20px;
}

.report_history ul li {
	margin-bottom: 5px !important;
}

.lnk586 {
	margin-bottom: 50px;
	display: block;
}

.report_history span {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #686f7a;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	margin-bottom: 0px;
	line-height: 26px;
	display: block;
}

/* --- Help Page --- */

._215v12 {
    float: left;
    width: 100%;
    padding: 80px 0;
	background: #29334e;
	position: relative;
}

._215v12:before {
    content: "";
    background: url(https://cdna.iconscout.com/img/fafbb5d.svg) no-repeat bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: contain;
    opacity: 0.1;
}

.help_stitle h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.help_tabs .nav-link {
	font-size: 18px !important;
}

.tpc152 {
	float: left;
	width: 100%;
}

.value_props50 {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #efefef;
	box-shadow: none;
    flex: 1;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
	height: 200px;
}

.value_props51 {
    background: #fff;
    border-radius: 10px;
	border: 1px solid #efefef;
    padding: 20px;
    box-shadow: none;
    flex: 1;
    float: left;
	color: #29334e !important;
    width: 100%;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

._new89 {
    margin-left: 0 !important;
    float: left;
    width: 100%;
}

.back_link a {
    color: #29334e;
    float: left;
    height: 38px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.back_link a:hover {
    color: #fff !important;
    background: #29334e;
    border: 1px solid #29334e;
}

.ml_item {
    float: left;
	width: 80%;
    text-align: center;
}

.main_logo15 {
	float: none;
    /* width: 135px; */
    text-align: center;
    margin: auto !important;
}

.hde152 {
	display: none;
}

.title125 {
	width: 100%;
	float: left;
}

.titleleft {
	float: left;
}

.titleright {
	float: right;
}

.ttl121 .breadcrumb {
    background-color: transparent !important;
	padding: 0 !important;
}

.ttl121 .breadcrumb-item a {
	color: #29334e;
}

.ttl121 .breadcrumb-item {
	font-size: 14px;
	font-weight: 400;
	color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
	line-height: 24px;
}

.title126 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.title126 h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-top: 30px !important;
    color: #29334e;
    text-align: left;
    line-height: 30px;
}

.frc123 {
	margin-top: 13px !important;
}

.vew120 h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 13px !important;
	text-align: left;
	color: #29334e;
	line-height: 26px;
}

.vew121 {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: left;
	line-height: 26px;
	color: #29334e;
}

.vew121:hover {
	text-decoration: underline !important;
	color: #29334e;
}

.ntt125 li {
	padding-bottom: 5px;
}

.ntt125 li:last-child {
	padding-bottom: 0;
}

.rqst152 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 11px;
    height: 40px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.rqst152:hover {
    color: #fff !important;
    background: #29334e;
}

.vew120 p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
    color: #686f7a;
    text-align: left;
}

.mtl145 li {
    list-style: decimal;
    margin-left: 30px;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

/* --- About Us Page --- */

._215cd2 {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    background: #fff;
	position: relative;
    margin-bottom: 0px;
}

._215cd2:before {
    content: "";
    background: url(../images/about/title_bg.jpg) center bottom repeat-x;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: contain;
    opacity: 0.1;
}

.title129 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.title129 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-top: 30px !important;
    color: #29334e;
    text-align: center;
    line-height: 30px;
}

._215td5 {
	padding: 62px 0;
	float: left;
	width: 100%;
}

.title589 h2 {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 17px !important;
	text-align: center;
	color: #29334e;
	line-height: 26px;
}

.title589 p {
	font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
	text-align: center;
	color: #686f7a;
	line-height: 26px;
	padding: 0 300px;
}

.p__metric {
	font-size: 42px;
    color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 700;
    text-align: center;
	margin-top: 60px;
}

.p__metric span {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
	text-align: center;
	color: #686f7a;
	line-height: 26px;
	display: block;
}

.feature125 {
	text-align: center;
	margin-top: 35px;
}

.feature125 h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
	margin-bottom: 13px;
	margin-top: 26px;
	text-align: center;
	color: #29334e;
}

.feature125 p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	margin-bottom: 0;
	color: #686f7a;
	margin-top: 0;
	text-align: center;
	line-height: 26px;
}

.feature125 i {
	font-size: 40px;
	text-align: center;
	color: #29334e;
	margin-bottom: 0;
}

._215zd5 {
    float: left;
    width: 100%;
	background: #fff;
	padding: 62px 0;
}

.title478 {
	padding: 62px 0 0;
}

.title478 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 4px !important;
    text-align: left;
    color: #29334e;
    line-height: 26px;
}

.title478 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #686f7a;
    line-height: 26px;
    padding-top: 27px;
}


.story125 {
    text-align: center;
}

.story125 {
    text-align: center;
}

.jmio125 p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    margin-top: 50px !important;
    text-align: left;
    color: #686f7a;
    line-height: 26px;
}

._215xd5 {
    padding: 62px 0;
    float: left;
    width: 100%;
	background: #fff;
}

.jmio125 img {
	width: 100%;
	margin-top: 50px;
}


.crer_btn_link {
    height: 40px;
    padding: 10px 20px;
    border: 0;
    margin-top: 34px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    background: #c8302f;
	display: inline-block;
}

.crer_btn_link:hover {
    color: #fff !important;
    background: #29334e;
}

/* --- Our Blog Page --- */

._205ef5 {
    padding: 0;
    float: left;
    width: 100%;
}

.blogleft12 {
	width: 100%;
}

.blogleft12 li {
	display: block;
    border-bottom: 1px solid #efefef;
}

.blogleft12 li:last-child {
    border-bottom: 0;
}

.blg152 {
	padding: 15px;
}

.category-topics {
	border-top: 1px solid #efefef;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #29334e;
    display: block;
    padding: 15px 20px;
}

.category-topics:first-child {
	border-top: 0;
}

.category-topics:after {
    content: '\f0d7';
    font-size: 14px;
    font-family: "FontAwesome";
    float: right;
    margin-left: 30px;
    color: #a7a8aa;
}

.category-topics.collapsed:after {
    content: '\f0da';
    font-size: 14px;
    font-family: "FontAwesome";
    float: right;
    margin-left: 30px;
    color: #a7a8aa;
}

.category-card li {
	border: 0;
}

.category-item1 {
	border-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #686f7a;
    display: block;
    padding: 10px 20px;
}

.category-item1.active {
    font-weight: 500;
    color: #29334e;
}

.category-item1:last-child {
    padding-bottom: 20px;
}

.socl148 {
	padding: 20px;
}

.twiter158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    border: 0;
    border-radius: 20px;
    height: 30px;
    padding: 0 15px;
    width: 100%;
	background: #1da1f2;
}

.facebook158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    border: 0;
    border-radius: 20px;
    height: 30px;
    padding: 0 15px;
    width: 100%;
	margin-top: 10px;
	background: #3b5998;
}

.ic45 {
	margin-right: 7px;
}

.help_link {
	padding: 15px 20px;
	text-align: center;
}

.help_link p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 2px !important;
    margin-top: 0 !important;
    color: #686f7a;
    line-height: 26px;
}

.help_link a {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
}

.blog_des {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
    color: #686f7a;
    text-align: left;
    margin-top: 15px;
	display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogbg_1 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: none;
    transition: all .2s ease-in-out;
}

.main-p-pagination {
	float: left;
    margin-top: 50px;
    width: 100%;
    text-align: right;
    margin-bottom: 50px;
}

.main-p-pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    text-align: right;
}

.main-p-pagination .pagination .page-link {
	font-size: 14px;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 7px 12px;
    margin-left: 8px;
    line-height: 1.25;
    color: #686f7a;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #efefef;
    text-align: center;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

.main-p-pagination .pagination .page-link.active {
    background: #29334e;
    border: 1px solid #29334e;
    color: #fff;
}

.main-p-pagination .pagination .page-link:hover {
	background:#c8302f;
	border: 1px solid #c8302f;
	color:#fff !important;
	box-shadow:none;
}

.main-p-pagination .pagination .page-link:focus {
	box-shadow:none;
	color: inherit !important;
}

.main-p-pagination .pagination .page-link i {
	font-size:12px;
}

.blog_link {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
}

.blog_link i {
    margin-right: 5px;
}

.bg_blog2 img {
    width: 100%;
    margin-top: 30px;
	border-radius: 10px;
}

.vdtodt55 {
    margin-bottom: 23px;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.vdtodt55 .vdt24::after {
    content: '•';
    margin: 0 4px;
}

.vdtodt55 .vdt24:last-child::after{
    display: none;
	content: '';
}

.blog_pagination {
	float: left;
	width: 100%;
	margin-top: 30px;
    margin-bottom: 30px;
}

.bp_left {
	float: left;
	left: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    z-index: 1;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

.bp_left i {
	font-size: 24px;
	color: #29334e;
}

.bp_right {
	float: right;
	right: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    z-index: 1;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

.bp_right i {
	font-size: 24px;
	color: #29334e;
}

.kslu15 {
	margin-left: 15px;
	text-align: left;
}

.prevlink {
	font-size: 16px;
	color: #29334e;
	font-weight: 500;
	margin-bottom: 10px;
}

.kslu15:hover {
	margin-left: 5px;
	transition: margin .3s ease-out;
}

.prev_title {
	display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
	color: #686f7a;
}

.kslu16 {
	margin-right: 15px;
	text-align: right;
}

.prevlink1 {
	font-size: 16px;
	color: #29334e;
	font-weight: 500;
	margin-bottom: 10px;
}

.kslu16:hover {
	margin-right: 5px;
	transition: margin .3s ease-out;
}

.prev_title1 {
	display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
	color: #686f7a;
}

/* --- Company Page --- */

.title484 {
    padding: 0 0 50px;
}

.title484 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 4px !important;
    text-align: left;
    color: #29334e;
    line-height: 26px;
}

.title484 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #686f7a;
    line-height: 26px;
	margin-top: 27px;
}

.cpy_img {
	width: 100%;
	float: left;
	position: relative;
}

.cpy_img img {
    width: 100%;
    border-radius: 5px;
}

.cpy_content {
    padding: 20px 10px 10px;
    float: left;
    width: 100%;
    position: relative;
}

.branches_all {
	margin-top: 5px;
	float: left;
	width: 100%;
}

.cmpy14s {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
    margin-bottom: 7px;
    line-height: 26px;
}

.cmpylink {
	font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #686f7a;
    text-align: left;
    margin-bottom: 0;
    line-height: 26px;
	margin-top: 15px;
    display: inline-block;
}

.cmpylink:hover {
    color: #29334e !important;
}

.joblink {
    margin-top: 33px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    padding: 10px 20px;
    border-radius: 20px;
}

.joblink:hover {
    color: #fff !important;
    background: #29334e;
}

.story125 iframe {
	width: 100%;
    height: 300px;
}

.feature_careers .owl-nav .owl-prev {
	left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #29334e !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.feature_careers .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 43%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #29334e !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.feature_careers .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #c8302f !important;
	border: 1px solid #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.feature_careers .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #c8302f !important;
	background: #c8302f !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.career_item {
	width: 100%;
	text-align: center;
}

.career_item_img {
	width: 80px;
	height: 8 0px;
	display: inline-block;
}

.career_item img {
	-o-object-fit: fill;
    object-fit: fill;
    min-width: 100%;
    height: auto;
    border-radius: 50%;
}

.career_item h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 17px !important;
    text-align: center;
    color: #29334e;
    line-height: 26px;
	margin-top: 29px;
}

.career_item p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    text-align: center;
    color: #686f7a;
    line-height: 26px;
	padding: 0 200px;
}

.view-blog-link {
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    color: #29334e;
    text-align: left;
}

.view-blog-link:hover {
    color: #c8302f !important;
}

.view-blog-link i {
    font-size: 16px;
}

.apply_job_link {
	width: 100%;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	height: 190px;
	text-align: center;
}

.apply_job_link h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 15px !important;
    text-align: center;
    color: #29334e;
    line-height: 26px;
}

.apply_job_link span {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0 !important;
    text-align: center;
    color: #686f7a;
}

.career_lnk5 {
    font-size: 14px;
    color: #fff;
    background: #c8302f;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
    display: inline-block;
}

.career_lnk5:hover {
    color: #fff !important;
    background: #29334e;
}

.career_lnk6 {
    font-size: 14px;
    color: #fff;
    background: #c8302f;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 0;
    display: inline-block;
}

.career_lnk6:hover {
    color: #fff !important;
    background: #29334e;
}

.apply_form {
	padding-top: 50px;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 50px;
}

.apply_form h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 15px !important;
    text-align: left;
    color: #29334e;
    line-height: 26px;
}

.drag-text .applyfile {
	font-size:16px;
	font-weight: 500;
	text-transform: none;
	color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
	margin-bottom:5px;
	margin-top: 0;
}

.apply_links_sco {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}

.apply_links_sco h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 15px !important;
    text-align: left;
    color: #29334e;
    line-height: 26px;
}

.ui.selection.cntry152.dropdown {
    min-width: 100% !important;
    padding: .78571429em 2.1em 0.785714em 2em !important;
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
}

/* --- Press Page --- */

.press_news {
	margin-top: 50px;
}

.press_news h2 {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 15px !important;
    text-align: left;
    color: #29334e;
    line-height: 26px;
}

.press_news p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0px !important;
    text-align: left;
    color: #686f7a;
    line-height: 26px;
}

.press_item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #efefef;
}

.vdtopress {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 0px !important;
    text-align: left;
    color: #686f7a;
}

.press_item h4 {
	margin-bottom: 13px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
}

.press_dt_view {
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    border-radius: 20px;
}

.press_dt_view:hover {
    color: #29334e !important;
	text-decoration: underline !important;
}

.press_dt_view i {
    margin-left: 2px;
	padding-top: 5px;
}

.allnews_btn {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    color: #29334e;
}

.allnews_btn:hover {
    text-decoration: underline !important;
    color: #c8302f;
}

.press_item .press_title {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
	display: block;
}

/* --- Signup Signin Page --- */

.main_logo25 {
    float: none;
    /* width: 135px; */
    text-align: center;
    margin: auto !important;
	padding: 50px 0;
}
.main_logo25 img {
    width: 200px;
}

.sign_in_up_bg {
    background: #f7f7f7 !important;
    position: relative;
	width: 100%;
}

.sign_in_up_bg:before {
    content: "";
    background: url(../images/sign.svg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.04;
}

.sign_form {
	background: #fff;
    border-radius: 10px;
    padding: 50px 50px 30px;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    flex: 1;
    float: left;
    width: 100%;
    margin-top: 0;
    /* text-align: center; */
}

.ui.form.checkbox_sign {
    text-align: left;
}

.ui.checkbox.mncheck .box, .ui.checkbox.mncheck label {
    font-family: 'Roboto', sans-serif !important;
	color: #29334e;
	line-height: 20px;
}

.ui.checkbox.mncheck input:checked~.box:after, .ui.checkbox.mncheck input:checked~label:after {
    opacity: 1;
    color: #c8302f !important;
	font-size: 10px !important;
	border-radius: 100%;
	margin-top: 0;
}

.ui.checkbox.mncheck .box:before, .ui.checkbox.mncheck label:before {
    border-radius: 100%;
	width: 18px !important;
	height: 18px !important;
	margin-top: 1px;
}

.login-btn {
	font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    border-radius: 20px;
    text-align: center;
	border: 0;
	width: 100%;
    height: 40px;
}

.login-btn:hover {
    color: #fff;
    background: #29334e;
}

.sign_form h2 {
	font-size: 24px;
    margin-bottom: 17px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
	text-align: center;
}

.sign_form p {
	font-size: 14px;
    margin-bottom: 47px;
    font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;

	color: #686f7a;
	text-align: center;
	line-height: 26px;
}
.recaptcha  {
	text-align: center;
}
.recaptcha iframe {
	max-width: 100%;
}

.sgntrm145 {
    padding: 47px 0 30px;
	margin-bottom: 0 !important;
    border-bottom: 1px solid #efefef;
}

.sign_footer {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    padding: 50px 0;
    display: block;
    float: left;
    width: 100%;
}

.sign_footer img {
    margin-right: 10px;
}

.sgntrm145 a {
    color: #c8302f;
}

.sgntrm145 a:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.hvsng145 a {
    color: #c8302f;
}

.hvsng145 a:hover {
	color: #29334e !important;
	text-decoration: underline !important;
}

.ui.swdh95 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh95.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.ui[class*="left icon"].swdh95.input>input:focus {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.social_lnk_btn {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #efefef;
    border-radius: 20px;
    text-align: center;
	border: 0;
	width: 100%;
    height: 40px;
}

.social_lnk_btn i {
	margin-right: 10px;
	font-size: 120%;
}

.color_btn_fb {
	background: #3b5998 !important;
}

.color_btn_tw {
	background: #1da1f2 !important;
}

.color_btn_go {
	background: #34a853 !important;
}

/* --- Forgot Password Page --- */

.main-tabs {
    width: 100%;
}
.sign_form .main-tabs{
  margin-bottom: 30px;
}
.main-tabs {
    margin-bottom: 50px;

}

.main-tabs .nav-tabs{
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0;
	border-bottom: 0;
	background: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.main-tabs .nav-tabs .nav-item.show .nav-link, .main-tabs .nav-tabs .nav-link.active {
    color: #c8302f !important;
    background-color: none !important;
	border-bottom: 2px solid #c8302f !important;
}

.main-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #29334e !important;
	background: none !important;
	border-bottom: 2px solid #efefef;
	text-decoration: none !important;
}

.main-tabs .nav-tabs .nav-item {
	width: 50%;
	border-right: 1px solid #efefef;
}

.main-tabs .nav-tabs .nav-item .nav-link {
	background:transparent;
	color:#686f7a;
	font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height:24px;
	padding: 15px 10px !important;
	margin-right: 0;
	border:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}

.main-tabs .nav-tabs .nav-item:last-child {
	border-right: 0;
}

/* --- Paid Membership Page --- */

.memb4d25 {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
}

.membership_bg {
	background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .2s ease-in-out;
	margin-top: 47px;
}

.membership__left h2 {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 20px !important;
    color: #29334e;
    text-align: left;
    line-height: 30px;
}

.memmbership_price {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 10px !important;
    color: #c8302f;
    text-align: left;
    line-height: 26px;
}

.save_price {
	font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    line-height: 26px;
}

.membership__right {
    float: right;
}

.membership__right img {
    height: 100px;
}

.membership__left {
    float: left;
}

.membership_title {
    float: left;
    width: 100%;
}

.membership_des {
    float: left;
    width: 100%;
}

.membership_des p {
	font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	margin-top: 40px !important;
    color: #686f7a;
    text-align: left;
    line-height: 26px;
}

.panel-title > a:before {
    float: right !important;
    font-family: 'Roboto', 'helvetica',sans-serif;
    content:"\-";
    padding-right: 0px;
	font-size: 20px;
	padding-top: 2px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content:"\+";
}

.panel-title a {
	font-size: 18px;
	font-weight: 500;
	color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
	padding: 15px 0 18px;
    display: block;
	line-height: 26px;
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus  {
    text-decoration:none;
}

.chck_icon {
	color: #c8302f;
	margin-right: 10px;
	font-size: 135%;
}

.panel-group {
    width: 100%;
    float: left;
	margin-top: 20px;
}

.panel-title {
    vertical-align: middle;
}

.panel-default {
    float: left;
    width: 100%;
	border-top: 1px solid #efefef;
}

.panel-default:first-child {
	border-top: 0;
}

.panel-body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: left;
}

.panel-default-1 {
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
}

.panel-title-1 {
    vertical-align: middle;
}

.panel-title-1 a {
    font-size: 18px;
    font-weight: 500;
    color: #686f7a !important;
    font-family: 'Roboto', 'helvetica',sans-serif;
    padding: 15px 0 18px;
    display: block;
    line-height: 26px;
}

.chck_icon_1 {
    color: #686f7a;
    margin-right: 10px;
    font-size: 135%;
}

.prmb_btn {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 0;
    background: #c8302f;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
}

.prmb_btn:hover {
    background: #29334e;
    color: #fff;
}

.membership_faq_bg {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0 30px 10px;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .2s ease-in-out;
    margin-top: 45px;
    margin-bottom: 28px;
}

.st_title5 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
}

/* --- Paid Membership Checkout Page --- */

.mb4d25 {
    float: left;
    width: 100%;
    margin-top: 47px;
    margin-bottom: 5px;
}

.membership_chk_bg {
	background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
}

.checkout_title h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 10px !important;
    color: #29334e;
    text-align: left;
    line-height: 26px;
}

.checkout-tabs {
    width: 100%;
	margin-top: 42px;
	margin-bottom: 20px;
}

.checkout-tabs .nav-tabs{
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0;
	border-bottom: 0;
	background: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.checkout-tabs .nav-tabs .nav-item.show .nav-link, .checkout-tabs .nav-tabs .nav-link.active {
    color: #c8302f !important;
    background-color: none !important;
	border-bottom: 2px solid #c8302f !important;
}

.checkout-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #29334e !important;
	background: none !important;
	border-bottom: 2px solid #efefef;
	text-decoration: none !important;
}

.checkout-tabs .nav-tabs .nav-item {
	width: 33.333%;
	text-align: center;
	border-right: 1px solid #efefef;
}

.checkout-tabs .nav-tabs .nav-item .nav-link {
	background:transparent;
	color:#686f7a;
	font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height:24px;
	padding: 15px 10px !important;
	margin-right: 0;
	border:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.checkout-tabs .nav-tabs .nav-item:last-child {
	border-right: 0;
}

.check_icon5 {
	font-size: 120%;
	margin-right: 5px;
}

.lbel25 label {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 10px !important;
    color: #29334e;
    text-align: left;
	display: block;
}

.t-body {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 30px !important;
    color: #686f7a;
	line-height: 26px;
    text-align: left;
	margin-top: 25px !important;
}

.media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.media>div:first-child {
    margin-right: 1em;
}

.media__item {
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.media__body {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.financial-institutes {
    display: inline-block;
    list-style: none;
    line-height: 0;
}

.financial-institutes__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}

.financial-institutes__logo img {
	width: 48px;
	height: 30px;
}

.t2-body {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 10px !important;
    color: #686f7a;
	line-height: 26px;
    text-align: left;
	margin-top: 0px !important;
}

.chckout_order_dt {
    /* margin-top: 34px; */
    width: 100%;
	/* border-top: 1px solid #efefef;
	padding-top: 30px; */
}

.order_dt_section {
	float: left;
	width: 100%;
    margin-top: 7px;
}

.order_title {
	float: left;
	width: 100%;
	padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.order_title h4 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #29334e;
	float: left;
	margin-bottom: 0;
	line-height: 24px;
	width: 70%;
	text-align: left;
}
.order_title h4 span{
	font-size: 16px;
    font-weight: 500;
    color: #686f7a;
}

.order_title .order_price {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #686f7a;
	text-align: right;
	float: right;
	width: 30%;
	margin-bottom: 0;
}

.order_title h6 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #686f7a;
	float: left;
	width: 70%;
	text-align: left;
	line-height: 24px;
	margin-bottom: 0;
}

.chckot_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    float: right;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    background: #c8302f;
	display: block;
}

.chckot_btn:hover {
    color: #fff !important;
    background: #29334e;
}

.save_address_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    background: #c8302f;
    display: block;
}

.save_address_btn:hover {
    color: #fff !important;
    background: #29334e;
}

.address_text {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
	color: #686f7a;
	float: left;
	width: 100%;
	text-align: left;
	line-height: 24px;
	margin-top: 10px;
}

.order_title h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    float: left;
    width: 70%;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
}

.order_title h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    float: left;
    width: 70%;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
}

.order_title .order_price5 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: right;
    float: right;
    width: 30%;
    margin-bottom: 0;
}

.scr_text {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: center;
    float: left;
    width: 100%;
	margin-top: 27px;
}

.scr_text i {
	font-size: 120%;
	margin-right: 5px;
}

.rght1528 {
    position: sticky;
    top: 90px;
}


/* --- Thank You Page --- */

.coming_soon_wrapper {
	margin-left: 0;
    margin-top: 0;
    padding: 0 !important;
}

.coming_soon_style {
	width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #29334e !important;
    background-image: -moz-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
    background-image: -webkit-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
    background-image: -o-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
    background-image: -ms-radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
    background-image: radial-gradient(center center, circle cover, #29334e, #0d1218 100%) !important;
}

.cmtk_group {
    width: 100%;
    padding: 100px 0;
}


.ct-logo {
    width: 100%;
    text-align: center;
}

.ct-logo img {
    width: 150px;
}

.cmtk_dt {
    padding: 106px 0 117px;
	text-align: center;
}

.thnk_coming_title {
	font-size: 10em;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: center;
    line-height: 1em;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
    padding-bottom: 29px;
    margin-top: 0;
}

.thnk_title1 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	line-height: 26px;
	margin-top: 0;
	text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

.thnk_des {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	line-height: 26px;
	margin-top: 0;
	text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
	margin-top: 30px;
	margin-bottom: 0;
}

.thnk_des span {
	color: #fe807e;
}

.thnk_des a {
	color: #c8302f;
}

.thnk_des a:hover {
	color: #c8302f !important;
	text-decoration: underline !important;
}

.tc_footer_main {
	float: left;
	width: 100%;
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #29334e;
}

.tc_footer_left ul li {
    display: inline-block;
}


.tc_footer_left {
	float: left;
}

.tc_footer_left a {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    line-height: 24px;
    padding: 10px 10px 0;
    color: #fff;
}

.tc_footer_left a:hover {
    color: #fff !important;
	text-decoration: underline !important;
}

.tc_footer_right {
    float: right;
}

.tc_footer_right p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    line-height: 24px;
}


/* --- Coming Soon Page --- */

.no-padding {
    padding: 0 !important;
}

.no-float {
    float: none !important;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 75px;
}

.noti-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
	margin-top: 41px;
}

.cmtk_dt .clock {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.cmtk_dt .clock li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    width: 22%;
}

.cmtk_dt .clock li span {
    font-weight: 600;
    font-size: 8em;
    color: #fff;
    line-height: 1em;
	display: block;
    font-family: "Roboto", sans-serif;
}

.cmtk_dt .clock, .cmtk_dt .social-icons a:hover {
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

.cmtk_dt .clock li label {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: normal;
    color: #fff;
	font-family: 'Roboto', 'helvetica',sans-serif;
	height: 20px;
    margin: 10px 0 0;
    line-height: 20px;
}

.cmtk_dt .clock li.sep {
    font-size: 5.5em;
    font-weight: 600;
	color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    padding: 0 0 38px 0;
    width: 4%;
}

.ui[class*="left icon"].thykh19.input>input {
    padding-left: 2em!important;
    padding-right: 8em!important;
    height: 50px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	border: 2px solid #fff !important;
	background: #f1f1f1;
}

.ui[class*="left icon"].thykh19.input>input:focus {
	border: 2px solid #fff !important;
}

.noti-btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	background: #c8302f;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 0 20px;
	position: absolute;
    top: 5px;
    right: 5px;
}

/* --- Error 404 Page --- */

.title_404 {
    font-size: 14em;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: center;
    line-height: 1em;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
    padding-bottom: 29px;
    margin-top: 0;
}

.bk_btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	background: #c8302f;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 25px;
}

.bk_btn:hover {
	color: #fff !important;
	background: #c8302f;
	box-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

/* --- Terms of use Page --- */

.ttrm15 {
    float: left;
    width: 100%;
}

.ttrm15 li {
    display: block;
    float: left;
    width: 100%;
	padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

.ttrm15 li:last-child {
    border-bottom: 0;
}

.tt_item {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
}

.atlink {
	font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	font-style: italic;
    line-height: 26px;
    color: #29334e;
    text-align: left;
	margin-bottom: 20px;
}

.vew120 .term_link14 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #29334e;
    text-align: left;
}

.vew120 .term_link14:hover {
    color: #29334e !important;
	text-decoration: underline !important;
}



.contact1256 {
    float: left;
    width: 100%;
	margin-top: 17px;
	margin-bottom: 64px;
}

.contact_link_step {
	background: #fff;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    width: 100%;
    margin-top: 30px;
    text-align: center;
	display: block;
}

.contact_link_step img {
    width: 70px;
}

.contact_link_step h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
    color: #29334e;
    text-align: center;
	margin-top: 24px;
}

.contact_map {
	background: #fff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #efefef;
    box-shadow: none;
    width: 100%;
    margin-top: 64px;
	text-align: center;
	overflow: hidden;
}
.contact_map iframe{
max-width: 100%;
}

.contact_map #map {
    width: 100%;
    height: 350px;
}

.contact_map #map svg g {
    fill: #c8302f !important;
}

.contact_info {
    margin-top: 64px;
}

.contact_list_info {
	float: left;
    width: 100%;
	margin-top: 28px;
}

.contact_list_info li {
	display: block;
	padding-bottom: 10px;
	float: left;
    width: 100%;
}

.contact_list_info .txt_cntct {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    line-height: 26px;
    color: #686f7a;
    text-align: left;
	float: left;
    width: 100%;
}

.contact_list_info .cntct_895 i {
    font-size: 120%;
}

.edututs_links_social {
	float: left;
    width: 100%;
    margin-top: 24px;
}

.contact_list_info .cntct_895 {
    float: left;
    width: 35%;
    color: #29334e;
    font-weight: 500;
}

.contact_list_info .txt_cntct p {
    width: 65%;
    float: left;
    line-height: 26px;
}

/* --- Certification Center Page --- */

._215certibg {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #29334e;
    position: relative;
}

._215certibg:before {
    content: "";
    background: url(../images/cerificate_center/center_bg.jpg) no-repeat bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.cert_banner_text {
	text-align: center;
}

.cert_banner_text h1 {
	font-size: 60px;
    font-weight: 600;
	font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.cert_banner_text p {
	font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
	font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	color: #fff;
}

.certi_icons {
	padding-top: 56px;
}


.certi_icons li {
	display: inline-block;
}

.edttslogo img {
    width: 135px;
}

.edttsplus img {
    width: 80px;
	margin: 0 40px;
}

.edttslogo1 img {
    width: 150px;
}

.certi-btn {
    margin-top: 80px;
    border: 0;
    height: 50px;
    text-align: center;
    padding: 0 100px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    border-radius: 30px;
    background: #c8302f;
}

.title889 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 7px !important;
    text-align: center;
    color: #29334e;
    line-height: 26px;
}

.catey-tabs {
    margin-top: 35px;
}

.catey-tabs .nav-pills .nav-link.active, .catey-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #c8302f !important;
	border-radius: 20px;
}

.catey-tabs .nav-pills .nav-link:focus, .catey-tabs .nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #c8302f !important;
	border-radius: 20px;
}

.catey-tabs .nav-pills .nav-item {
    margin: 0 2px;
}

.certicates {
    margin-top: 0;
}

.certilink__152 {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #efefef;
    padding: 20px;
    box-shadow: none;
    flex: 1;
    float: left;
    color: #29334e !important;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-top: 30px;
    text-align: center;
}

.certilink__152:hover {
    color: #fff !important;
	background: #c8302f ;
}

._485td5 {
    padding: 62px 0;
    float: left;
    width: 100%;
	position: relative;
	background: #29334e;
}

._485td5:before {
    content: "";
    background: url(../images/sign.svg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.06;
}

.titleceti89 h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    margin-bottom: 17px !important;
    text-align: center;
    color: #fff;
    line-height: 26px;
}

.who_get {
    text-align: center;
    margin-top: 43px;
}

.who_img {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
	padding: 23px 0;
	border: 5px solid #fff;
	box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.who_get img {
    width: 90px;
}

.who_get h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    margin-top: 27px;
    text-align: center;
    line-height: 26px;
}

.knowledge_dts {
	text-align: center;
	margin-top: 30px;
}

.knowledge_dts p {
	font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #686f7a;
    text-align: center;
}

.knowledge_btn {
    margin-top: 23px;
    border: 0;
    height: 50px;
    text-align: center;
    padding: 0 100px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    border-radius: 30px;
    background: #c8302f;
}

.knowledge_btn:hover {
    color: #fff;
    background: #29334e;
}

/* --- Certification Form Fill Page --- */

.certi_form {
    float: left;
    width: 100%;
    margin: 50px 0 65px;
}

.category_cop {
	float: left;
	width: 100%;
	text-align: left;
}

.category_cop h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    margin-top: 35px !important;
    text-align: left;
    line-height: 26px;
	margin-bottom: 0;
}

.panel-title10 {
    vertical-align: middle;
}

.panel-title10 > a:before {
    float: right !important;
    font-family: 'Roboto', 'helvetica',sans-serif;
    content:"\-";
    padding-right: 0px;
	font-size: 18px;
	padding-top: 2px;
}

.panel-title10 > a.collapsed:before {
    float: right !important;
    content:"\+";
}

.panel-title10 a {
	font-size: 16px;
	font-weight: 500;
	color: #29334e;
	font-family: 'Roboto', 'helvetica',sans-serif;
	padding: 15px 0 18px;
    display: block;
	line-height: 26px;
}

.panel-title10 > a:hover,
.panel-title10 > a:active,
.panel-title10 > a:focus  {
    text-decoration:none;
}

.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
    background: #fff;
    border-color: #c8302f !important;
}

.ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after {
    background-color: #c8302f !important;
}

.sign_form p {
    font-size: 14px;
    margin-bottom: 30px;
    /* margin-bottom: 47px; */
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: center;
    line-height: 26px;
}

.testtrm145 {
    padding: 20px 0 10px;
    margin-bottom: 0 !important;
    float: left;
    width: 100%;
    text-align: left !important;
}

.testtrm145 a {
    color: #c8302f;
}

.testtrm145 a:hover {
	color: #29334e !important;
    text-decoration: underline !important;
}

.sgntrm145 a {
    color: #c8302f;
}

.questrm145 {
    padding: 33px 0 5px;
    margin-bottom: 0 !important;
}

.questrm145 span {
    color: #c8302f;
	margin: 0 2px;
}

/* --- Certification Test View Page --- */

.test_timer_bg {
	background: #fff;
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 50px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.test_timer_left {
	width: 100%;
    float: left;
	display: flex;
}

.test_timer_left li {
	width: 50%;
    float: left;
	display: inline-block;
	padding: 30px 20px;
	border-right: 1px solid #efefef;
}

.test_timer_left li:last-child {
	border-right: 0;
}

.timer_time {
	float: left;
	width: 100%;
	text-align: center;
}

.timer_time h4 {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #29334e;
    border-radius: 100%;
    padding: 35px 0;
	background: #fff ;
}

.timer_time p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    margin-top: 0;
    text-align: center;
    line-height: 26px;
}

.ques_item {
	margin-bottom: 35px;
}

.ques_item:last-child {
	margin-bottom: 0;
}

.ques_title {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
    line-height: 28px;
	margin-top: 0;
	margin-bottom: 24px;
}

.ques_title span {
    font-weight: 600;
	margin-right: 10px;
}

.ques_item label {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
	color: #686f7a;
}

.test_submit_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    float: left;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    background: #c8302f;
    display: block;
}

.test_submit_btn:hover {
    color: #fff !important;
    background: #29334e;
}

/* --- Certification Test Result --- */

.test_result_bg {
    width: 100%;
    float: left;
}

.test_result_left {
	width: 100%;
    float: left;
	display: flex;
}

.test_result_left li {
	width: 33.333%;
    float: left;
	display: inline-block;
	padding: 0;
}


.result_dt {
	float: left;
	width: 100%;
	text-align: center;
}

.result_dt h4 {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #57a4ff;
    border-radius: 100%;
    padding: 35px 0;
	background: #57a4ff ;
}

.result_dt .right_ans {
	font-size: 50px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #01b200;
    border-radius: 100%;
    padding: 26px 0;
	background: #01b200 ;
}

.result_dt .wrong_ans {
	font-size: 46px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #fb3838;
    border-radius: 100%;
    padding: 26px 0;
	background: #fb3838 ;
}

.result_dt p {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    margin-top: 0;
    text-align: center;
    line-height: 26px;
}

.result_dt span {
    color: #686f7a;
    margin-left: 5px;
	font-weight: 400;
}

.result_content {
	margin-top: 57px;
    float: left;
    width: 100%;
    text-align: center;
}

.result_content h2 {
	font-size: 42px;
    font-weight: 600;
    color: #29334e;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 0;
}

.result_content p {
    font-size: 20px;
    font-weight: 400;
    color: #686f7a;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: center;
    margin-top: 0;
}

.download_btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
	text-align: center;
	background: #c8302f;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 25px;
}

.download_btn:hover {
	color: #fff !important;
	background: #29334e;
}

/* --- Search Result --- */

.result_stitles {
    padding: 0px 0 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.rs6t_title {
    font-size: 18px;
    color: #29334e;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    text-align: left;
    float: left;
}

.filter__counter {
	color: #686f7a;
	margin-left: 5px;
}

.rating_filter i {
	font-size: 18px;
    margin: 0 -3px;
    color: #fdcc0d;
}

.filter_selector {
    float: right;
    font-size: 14px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    font-weight: 400;
}

.ui.inline.dropdown.flt145>.text {
    font-weight: 500 !important;
	font-family: 'Roboto', 'helvetica',sans-serif;
}

/* --- Invoice Page --- */

.invoice_header {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 60px !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
	box-shadow: none !important;
}

.invoice_header_item {
    float: left;
    width: 100%;
    text-align: center;
}

.invoice_logo {
    float: left;
    width: 135px;
}

.invoice_logo img {
    width: 100%;
}

.invoice_header_item p {
    font-size: 20px;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 5px 0;
    float: right;
}

.invoice_body {
	padding: 50px 30px;
    background: #fff;
    float: left;
    width: 100%;
}

.invoice_date_info {
    float: right;
    width: 100%;
}

.invoice_date_info ul {
    float: right;
}


.invoice_date_info ul li {
    display: block;
    margin-bottom: 5px;
}

.vdt-list {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    line-height: 24px;
}

.vdt-list span {
    color: #29334e;
    margin-right: 10px;
}

.invoice_header_main {
    background: #29334e;
    float: left;
    width: 100%;
    height: 60px;
    display: flex !important;
    align-items: center !important;
    padding: 30px;
}

.invoice_dts {
    float: left;
    width: 100%;
	margin-top: 35px;
}

.invoice_title {
	float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
}

.vhls140 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.vhls140 h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #29334e;
    text-align: left;
    margin-bottom: 15px;
}

.vhls140 ul li {
    display: block;
    margin-bottom: 5px;
}

.vhls140 ul li:last-child {
    margin-bottom: 0;
}

.vdt-list {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    line-height: 24px;
}

.invoice_table {
    float: left;
    width: 100%;
    margin-top: 50px;
    background: #fafafa;
	border-radius: 5px;
}

.invoice_table .table {
    margin-bottom: 0 !important;
}

.invoice_table .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #efefef !important;
    font-size: 14px;
    font-weight: 500;
    color: #29334e;
    font-family: 'Roboto', 'helvetica',sans-serif;
    padding: 15px 20px;
}

.invoice_table .table td, .invoice_table .table th {
    padding: 20px !important;
    vertical-align: top !important;
    border-top: 0 !important;
}

.user_dt_trans {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #686f7a;
    text-align: left;
    line-height: 24px;
}

.jsk1145 {
    text-align: right;
}

.jsk1145 .totalinv2 {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #242424;
    margin-bottom: 0px;
	margin-bottom: 10px;
}

.invoice_footer {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.invoice_table .table td {
    border-top: 1px solid #efefef !important;
}

.invoice_footer {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.leftfooter {
    float: left;
}

.leftfooter p {
    font-size: 14px;
    color: #757575;
    font-family: 'Roboto', 'helvetica',sans-serif;
    font-weight: 400;
    text-align: left;
}

.righttfooter {
    float: right;
}

.print_btn {
	float: right;
	height: 40px;
	background: #c8302f;
	padding: 11px 30px;
	color: #fff;
	font-family: 'Roboto', 'helvetica',sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 20px;
}

.print_btn:hover {
	background: #29334e;
	color: #fff !important;
}

.line-title {
    padding-top: 20px;
    margin-bottom: 6px;
}

/* --- Night Mode Btn --- */

.night_mode_switch__btn {
    border-bottom: 1px solid #efefef;
}

.night_mode_switch__btn a {
    display: block;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
	font-family: 'Roboto', 'helvetica',sans-serif;
    border-radius: 10px;
    color: #29334e;
    padding: 15px;
    position: relative;
	display: flex;
    align-items: center;
}

.night_mode_switch__btn a i {
    font-size: 120%;
	height: 30px;
	Width: 30px;
	background: #ffecec;
	border-radius: 100%;
	margin-right: 10px;
	padding: 6px 4px 0;
	display: inline-block;
}

.btn-night-mode .btn-night-mode-switch {
    display: inline-block;
    height: 18px;
    width: 37px;
    top: 35%;
    right: 13px;
    position: absolute;
}
a.btn_upload {
	height: 40px;
	line-height: 40px;
	width: 100%;
    border: 0;
    padding: 0 25px;
    border-radius: 20px;
    color: #c8302f;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    border: 1px solid #c8302f;
}
/* .btn_upload:hover {
    color: #fff !important;
    background: #c8302f;
    border: 1px solid #c8302f;
} */

/* .modal-dialog {
	/* min-width: 50%; */
    /* width: 700px;
    border-radius: 20px;
    max-width: 100%;
} */
/* .modal-content {
    border-radius: 10px;

}  */

table .table-img {
	width: 130px;
    border-radius: 10px;
}

.rtl .close {
	float: left;

}
.btn-link {
	color: #c8302f;
}
.btn-link:hover {
	color: #333;
}
select {
    border: 1px solid #e5e5e5 !important;
    border-radius: 500rem !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
    min-width: 100% !important;
    padding: .78571429em 2.1em 0.785714em 2em !important;
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    min-width: 14em;
    min-height: 2.71428571em;
    background: #fff;
    display: inline-block;
    padding: .78571429em 2.1em .78571429em 1em;
    color: rgba(0,0,0,.87);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
    transition: width .1s ease,-webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease,width .1s ease;
    transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
    -webkit-border-radius: .28571429rem;
    -moz-border-radius: .28571429rem;
    -ms-border-radius: .28571429rem;
    -o-border-radius: .28571429rem;
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -moz-transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
    -ms-transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
    -o-transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
}
select:invalid { color: #e5e5e5; }

.menu.drop-menu{
	display:none;
}
.ui .menu {
	top: 55%;
    left: auto;
    right: 0;
}
.rtl .ui .menu {
    left: 0;
    right: auto;
}
#notification-dropdown:hover .menu,#notification-dropdown:focus-within .menu,
#message-dropdown:hover .menu, #message-dropdown:focus-within .menu,
#account-dropdown:hover .menu ,#account-dropdown:focus-within .menu ,
#language:hover .menu, #language:focus-within .menu ,#language:focus .menu, #language:visited .menu{
	display:block;
}

.toggle-menu{
	display:block !important;
}
.open-menu{
  display: block !important;
}

.rtl .uil-angle-right.collapse_menu--icon {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}


@media (min-width: 1600px){
.col-bg {
    -ms-flex-preferred-size: 0 !important;
    flex-basis: 0 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    min-width: 0 !important;
    max-width: 100% !important;
}
}


/* // tabs for course details page  */
.tab-input {
	position: absolute;
	opacity: 0;
	display: none;
	z-index: -1;
	}

	.tab {
		width: 100%;
		color: white;
		overflow: hidden;
		position: relative;
	}
	.tab-label {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border: solid 1px #efefef;
		cursor: pointer;
		height: auto;
		margin-top: 3px;
		padding: 15px 30px 15px 20px;
		background: #fff;
		border-radius: 0px;
		color: #333333;
	/* Icon */
	}
	.tab-label .title i{
	float: left;
	color: #333;
	}
	.tab-label .title b{
	color: #333;
	font-size: 16px;
		padding-left: 8px;
		padding-right: 10px;
		font-weight: 500;
	}
	.tab-label span{
		display: block;
		margin-right: 20px;
		white-space: nowrap;
		font-size: 16px;
		color: #686f7a;
		font-weight: 400;
		font-family: 'Roboto', 'helvetica',sans-serif;
	}

	.tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	-webkit-transition: all .35s;
	transition: all .35s;
	position: absolute;
		right: 15px;
	}
	.ui-accordion-content {
	max-height: 0;
	/* padding: 0 1em; */
	/* color: #2c3e50; */
	background: white;
	-webkit-transition: all .35s;
	transition: all .35s;
	/* display: none; */
	opacity: 0;
	}
	.tab-close {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: end;
		justify-content: flex-end;
		/* padding: 1em;
		font-size: 0.75em;
		background: #2c3e50;
		*/ cursor: pointer;
	}
	/* .tab-close:hover {
	background: #1a252f;
	} */

	.tab-input:checked + .tab-label {
		background: #f7f7f7;
	}
	.tab-input:checked + .tab-label::after {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			-o-transform: rotate(90deg);
}
	.tab-input:checked ~ .ui-accordion-content {
	max-height: 100vh;
	/* padding: 1em; */
	display: block;
	opacity: 1;
	}
	.accept-btn {
		color: #28a745;
		background-color: #f7f7f7;
		/* padding: 10px 0px; */
		padding: 7px 15px;
		border: 1px solid #3ca745;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		-o-border-radius: 30px;
}

	.reject-btn {
		color: #c8302f;
		background-color: #ffeced2e;
		/* padding: 10px 0px; */
		padding: 10px 9px;
		/*padding: 7px 15px;
    */
    border: 1px solid #c8302f;
		border-radius: 30px;
}
.noborder{
  background-color: transparent;
  padding: 10px 0px;
  border: 0px !important;

}
	.delete-btn {
		color: #000000;
		background-color: transparent;

  }
  .delete-btn:before{
  content: "\e9ad";
  font-size: 15px;
  color: #c8302f;
  font-family: "icons";
  }
	.accept-btn i , .reject-btn i , .delete-btn{
		font-size: 17px;
		/* vertical-align: middle; */
	}
.icon-resetPassword:before {
  content: "\e907";
  font-family:"icons";
  font-size: 16px;
    color: #000000;
}
.icon-cloud-upload:before {
  content: "\e909";
  font-family:"icons";

}
.profilePage label{
  max-width: 92px;
    min-width: 92px;
    top: 8px;
    position: relative;
}
.profilePage .info{
  text-align: center;
}
.profilePage .info img{
  border-radius: 50%;
}
.profilePage .info p{
  font-size: 15px;
}
.icon-pencil2:before {
  content: "\e90b";
  font-family:"icons";
position: relative;
top: 3px;
    padding: 0px 5px;
}

.icon-resetDevice:before {
  content: "\e908";
  font-family:"icons";
  font-size: 16px;
    color: #000000;
}
.Dassh{
  /* color:#FFFFFF !important; */
}
	/* //modal */
.edit-user .course__form{
  margin: 30px 25px;
}
.edit-user .first{
  justify-content: center;

}
label.togglebuttn{
  margin: 0px !important;
}
	.modal-backdrop.show {
		opacity: .1;
		opacity: 0;
	}

	.confirm .modal-content {
		border:none;
		border-radius: 1rem;
		outline: 0;
		text-align: left;
		padding: 1.5rem;
		box-shadow: 0 0 34px 0 rgba(0,0,0,0.08);
	}
	.confirm .modal-content  h2 {
		font-weight: bold;
		margin-bottom: 20px;
	}
	.confirm .modal-content .close {
		position: absolute;
		top:0;
		right:0;
	}
	.confirm .modal-footer {
		padding: 1rem 0 0;
	}
	.confirm .btn-cancel {
		font-size: 14px;
		font-weight: 500;
		color: #686f7a;
		background: transparent;
		padding: 0px 30px;
		border-radius: 25px;
		border: 0;
		height: 40px;
		border: 1px solid #d4d4d5;
	}
	.ui label {
		margin-bottom: 10px;
	}
	@media (max-width: 420px){
    .profilePage .container-fluid{
      padding:0px 5px
    }
    .profilePage .container-fluid label{
      max-width:82px;
      min-width:82px;
      font-size:12px
    }
  }
	@media (min-width: 576px){
		.confirm .modal-dialog {
			width: 400px;
		}
	}
	.step-footer {
		display: flex;
		justify-content: space-between;
		align-items: start;

	}
	.steps_btn {
		margin-top: 30px;
	}
	@media (max-width: 991px) {
		.chapterListToggle {
			left: auto;
			right: 0;
		}
		.rtl .chapterListToggle {
			left: 0;
			right: auto;
		}

  }

/**************************************** PhaseTwoStart ****************************************/
/**************************************** PhaseTwoEnd ****************************************/
/**************************************** LandingPageStart ****************************************/
.copyrights.Small{
  display: none;
}
.copyrights.large p{
  display: block;
}
.sectionOfTeachersList .social-link {
  /* color: #aaa !important; */
  margin: 0 0.1rem;
}
.whyUS ,.sectionOfCourses ,.sectionOfTeachersList,.contentUS{
  padding: 20px 20px !important;
}
/* .sectionOfTeachersList,.contentUS {
  background: #eee;
} */
.whyUS,.sectionOfCourses{
  background: #ffffff;

}
.sectionOfCourses ,.contentUS, .whyUS , .sectionOfTeachersList{
  padding: 20px 0px;
}
.sectionOfCourses h4 ,.whyUS h4,.contentUS h4, .sectionOfTeachersList h4 , .aboutUS h4{
  margin: 0px 0px 20px 20px;
  display: inline-block;
}
.rtl .sectionOfCourses h4, .rtl .contentUS h4,.rtl .aboutUS h4, .rtl .whyUS h4 ,.rtl .sectionOfTeachersList h4{
  margin: 0px 20px 20px 0px;
}
.sectionOfCourses a ,  .sectionOfTeachersList a{
  float: right;
  position: relative;
top: 5px;
  margin: 0px 30px 0px 0px;
}
.rtl .sectionOfCourses a ,  .rtl .sectionOfTeachersList a{
  float: left;
  margin: 0px 0px 0px 20px;
}
.sectionOfCourses .content{
  margin: 0px;
}
.sectionOfTeachersList .card-deck{
  text-align: center;
}
.sectionOfCourses .content div.card, .sectionOfTeachersList .content div.card{
margin-bottom: 20px;
}
.sectionOfTeachersList .col-md-2{
 padding: 0px 15px;}

.signUP .singUpSection .formButtn button{
    color: #000 !important;
    background: rgb(239, 239, 239) !important;
    border: 0px !important;
    border-radius: 25px !important;
    padding: 5px 30px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}
/* .sectionOfTeachersList{
  margin: 0px 5px;
} */
.sectionOfTeachersList div{
  /* text-align: center; */
  /* padding: 0px; */
}
.sectionOfTeachersList div h5{
  font-size: 0.9rem;
  /* font-size: 1.2rem; */
}
.sectionOfTeachersList .row{
  margin: 0px;
}
.sectionOfTeachersList .card{
  display: block;
}
/* .sectionOfTeachersList img{
  width: 100px;
  height: 100px;
  border-radius: 50% !important;
  border: 2px solid #ffffff;
  margin: 10px 0px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
} */
.sectionOfTeachersList .card .card-body {
      /* padding-top: 0rem; */
}
.sectionOfTeachersList .card{
  border: 0px;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.sectionOfTeachersList .card .card-body h5,.sectionOfTeachersList .card .card-body p,.sectionOfTeachersList .card .card-body ul li,.sectionOfTeachersList .card .card-body ul li a{
  margin: 0px;
  color: #000000;
}

.sectionOfTeachersList .card-footer{
  background: #fff;

}
.sectionOfCourses .card-footer:last-child {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  /* border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; */
  background-color: #f7f7f7;

}
.sectionOfCourses .card img{
  /* padding: 10px; */

}
.home small{
  color:#000000 !important;
}
.sectionOfTeachersList .image{
  height: 250px;
  overflow: hidden;
}
.sectionOfCourses .card {
    background-color: #f7f7f7;
    border: 0px solid rgba(0, 0, 0, 0.125);

}
.sectionOfCourses .card .card-body {
  padding: 10px;
}
.sectionOfCourses .card .card-body p{
margin: 0px;
color: #000000;
}
.home .bannerHero{
  padding: 0px;
}
.modal-dialog {
  min-width: 90%;}
  .modal-content,.modal-header,.modal-body{
    background-color: #f7f7f7 !important;
  }
  .modal-body .StudentSearch{
    padding: 0px 12px 12px 12px;
text-align: start;
  }
  .whyUS .row img{
    max-width: -webkit-fill-available !important;
    max-width: -moz-fill-available !important;
    max-width: -ms-fill-available !important;
    max-width: -o-fill-available !important;
    max-width: -moz-available;
    max-width: -ms-available;
    max-width: -o-available;
  }
  .whyUS .row .col-md-6 .row .col-md-5 {
padding: 0px;
  }
  .whyusRow{
    margin: 0px 10px;
    justify-content: space-between;

  }
  .whyusRow .collm{
    background: #f7f7f7;
    margin: 10px 0px;
    padding-top: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: inline-block;
}
.contentUS form {
  padding: 0px 20px;
}
.contentUS form input{
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  color: #333 !important;
  border-radius: 500rem;
  max-width: 100%;
  padding: .67857143em 1em;
  width: 100%;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
  -webkit-border-radius: 500rem;
  -moz-border-radius: 500rem;
  -ms-border-radius: 500rem;
  -o-border-radius: 500rem;
}
.contentUS textarea{
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  padding: .67857143em 1em;

  border-radius: 1rem !important;
  color: #333 !important;
  -webkit-border-radius: 1rem !important;
  -moz-border-radius: 1rem !important;
  -ms-border-radius: 1rem !important;
  -o-border-radius: 1rem !important;
}
.contentUS input{
  display: inline-block ;
    margin: 0px 20px 20px 0px;
}
.rtl .contentUS input{
  display: inline-block ;
    margin: 0px 0px 20px 20px;
}
.contentUS .addres{
  margin-bottom: 25px;
  padding: 0px 20px;

}

.contentUS .sendMssg{
  padding: 0px;
}
.contentUS p{
  margin: 0px;
}
.contentUS .maps{
  margin-top: 20px;
}
/* .contentUS h4 {
  margin: 0px 0px 20px 50px;} */
.contentUS .formButtn{
  margin-top: 20px;
  text-align: end;
  /* background: #cc2d37; */

}
.contentUS .form-group button{
  color: #fff;
  background: #c8302f;
  border-radius: 20px;
  padding: 10px;
  border-width: 0px;
}
.contentUS .container{
  max-width: 100% !important;

}
.contentUS form{
  text-align: center;
}
.contentUS .form-control{
  border-radius: 20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
}
.whyUS mb-4{
  padding: 0px 30px;
}
.whyUS .row .row{
  /* background: #f7f7f7;
  margin-left: 20px;
  color: #000000;
  border-radius: 20px; */
    margin-left: 20px;
    color: #000000;
    /* border-radius: 20px; */
    border: 1px solid rgb(209 , 209 ,209);}
.card-text:last-child {
  font-size: 13px;
}

.sectionOfTeachersList .list-inline-item:not(:last-child) {
  margin-right: 0rem;
}
.whyUS .row .row:last-child{
  margin-right: 20px;

}
.whyUS .row .row .col{
  padding: 15px;

  /* padding-left: 0px; */
}
.mission .card h5{
    padding: 35px 0px;
    background: #cc2d37;
    display: inline-block;
    border-radius: 50%;
    height: 100px;
    color: #fff;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.mission .card {
  text-align: center;
  border: 0px;
margin: 10px;
}
.rtl .sectionOfCourses a, .rtl .sectionOfTeachersList a {
  /* float: left; */
  margin:0px;}
  .sectionOfTeachersList .list-inline-item:not(:last-child) {
    margin-right: 0rem;
}
/* .aboutUS .row div{
  margin: 0px 20px;

} */
.landingNav{
  border-top:3px solid #c8302f
}
.whyUS .why .row{
  border: 0px;
}
.aboutUS{
  padding: 20px 35px;

}
.aboutUS .SecondryRow{
  margin: 0px;
  border: 1px solid rgb(209 , 209 ,209);
  padding: 15px 0px;
  margin-bottom: 15px;
  }
nav .landing .options li.active{
  background-color: #c8302f;
  /* border-bottom-right-radius: 9px;
  border-top-left-radius: 9px; */
  margin: 5px;
  padding: 0px 5px;
}
nav .landing .options li.active a,nav .landing .options li:hover a{
  color: #fff;
}
.signUP {
    background: #333;
    width: 350px;
    height: 350px;
    text-align: center;
    margin: auto !important;
    padding: 45px;
    border-radius: 50% !important;
    justify-content: center;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}
.singUpSection h5 {
color:#fff
}
.singUpSection form input{
  border-radius: 0rem !important;
  margin-bottom: 13px !important;
  min-width: 100% !important;
  display: block;
  background-color: transparent !important;
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #aaa !important;
  color: #aaa !important;
  padding: 5px !important;
  -webkit-border-radius: 0rem !important;
  -moz-border-radius: 0rem !important;
  -ms-border-radius: 0rem !important;
  -o-border-radius: 0rem !important;
}
.sectionOfTeachersList .card-footer,.sectionOfTeachersList .card{
  background-color: #ffffff ;
}
/* .sectionOfCourses .card-footer{
  background-color: #eee !important;
} */
.landing-footer{
  background-color: #333;
}
.landing-footer .container h2{ font-size: 16px;}
.landing-footer .container p{ font-size: 14px;}
.landing-footer .container{
  text-align: justify;
}
.landing-footer .container{
  margin-bottom: 0px;
}
.whyUS .why .whyUsRow{
  margin-left: 4px;
}
.aboutUS{
  background: #ffffff;

}
.rtl .whyUS .why  .whyUsRow{
  margin-right: 4px;
}
.why .row .number{
  position: relative;
  margin-top: 5px;
  border-radius: 50%;
  background: #c8302f;
  display: inline-block;
  color: #fff;
  padding: 1px 7px;
  font-size: 20px;
  width: 35px;
  height: 35px;
  bottom: 5px;
  margin-right: 10px;
  font-weight: bolder;
}
.why .jounry .number{
    position: relative;
    margin-top: 5px;
    border-radius: 50%;
    background: #c8302f;
    display: inline-block;
    color: #fff;
    padding: 1px 7px;
    font-size: 16px;
    width: 25px;
    height: 25px;
    bottom: 15px;
    margin-right: 10px;
    /*font-weight: bolder;
     */:;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.why .signUpForm .form-data .form-group input{
  display: block;
    background-color: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #aaa;
    color: #aaa;
    padding: 5px;
}
.why .signUpForm .form-data .form-group{
  padding: 5px 50px;
  margin-bottom: 0rem;

}
.why .signUpForm .form-group button{
  padding: 10px 30px;
    border: none;
    text-align: center;
    border-radius: 25px;
}
.why .signUpForm .form-data h4{
  color: #fff;
    margin: 30px 0 15px 0;
}
.why .signUpForm .form-data{
  background-color: #333;
  width: 350px;
  height: 350px;
    text-align: center;
    margin: 20px auto;
    padding: 20px;
    border-radius: 50%;
}
.why .thirdRow h4{
margin: 30px 0px 30px 0px;
}
.why .jounry div{
  display: inline-block;
}
.why .jounry{
  margin-bottom: 25px;
}
.why .row p {
  display: inline-block;
  /* margin: 0px 25px; */
  margin-bottom: 10px;

}
.landingNav .landing{
  margin-bottom: 0px;
}
.landing-footer{
  padding: 30px 0px;
color:#ffffff
}
.landing-footer button{
  border-radius: 25px;
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 0px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.landing-footer input{
  background: transparent;
    border: 0px;
    border-bottom: 1px solid #aaa;
    display: block;
    margin: 15px 0px;
}
.landing-footer p{
  color: #aaa;

}
.home .social-link{
  color: #c8302f !important;
}
.list .info{
  display: inline-block;
}
.why .list{
  margin-bottom: 20px;
}
.lp-header .navbar-nav .nav-link{
  color: #000;
}
.sectionOfTeachersList .social-link {
  color: #000 !important;
}
.purchaseHistorySearch{
  margin: 20px 0px 0px !important;
}
.purchaseHistorySearch .SearchBox input{
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-bottom: 10px;
}

.purchaseHistorySearch .formButtn button {
  padding: 0.375rem 1.75rem;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
/**************************************** LandingPageEnd ****************************************/
/**************************************** idmPageStart ****************************************/
.idmPage , .success , .failed{
  text-align: center;
  /*background: #333;
  */margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: fit-content;
  padding: 0px 25px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.bg {
  content: "";
  background: url(../images/sign.svg) no-repeat center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  opacity: 0.099;
}
.idmPage svg{
  color:#c8302f;
  font-size: 90px;
  /* color:#fff */
  margin: 20px 0px;
}
.idmPage h1,.idmPage h4 ,.success h1,.success h4 , .failed h1, .failed h4{
  color: #333;
}
.idmPage a, .success a,.failed a{
  color:#c8302f;
}
.idmPage .logo{
  width: 25%;
  /* margin-bottom: 30px; */
}
@media (max-width: 640px){
  .idmPage svg {
  font-size: 70px;}
  .idmPage h1 , .success h1 ,.failed h1{
    font-size: 2.3rem;
  }
  .idmPage .logo{
    width: 25%;}
   .idmPage h4 ,.success h4 ,.failed h4{
    font-size: 1.3rem;
  }
  .why .signUpForm{

    padding: 0px;
  }
  .why .signUpForm .form-data {
    background-color: #333;
    width: 280px;
    height: 280px;
    text-align: center;
    margin: 20px auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.why .signUpForm .form-data h4 {
  color: #fff;
  margin: 0px 0 6px 0;
}
}
@media (max-width: 480px){
  .firstCol{
display: contents
  }
  .firstCol div{
    padding: 10px 10px 0px 10px;
  }
  .firstCol p{
    padding: 0px 15px;

  }
  .why .row p {
    font-size: 14px;
  }
}
@media (max-width: 480px){
  .idmPage h1, .success h1 ,.failed h1{
    font-size: 1.8rem;
  }
   .idmPage h4 , .success h4, .failed h4{
    font-size: 1.1rem;
  }
}

@media (max-width: 420px){
  .idmPage svg {
    font-size: 60px;
}
.idmPage h1 ,.success h1 ,.failed h1{
  font-size: 1.5rem;
}
.idmPage .logo {
  width: 35%;
}
.instructorPurchase .statement_content .row .col {
  padding: 0px 5px;
}
.instructorPurchase .t-heading {
  font-size: 12px;}
.instructorPurchase .t-currency {
  font-size: 15px;
}
}
/**************************************** idmPageEnd ****************************************/
/**************************************** LandingPageEnd ****************************************/

.SearchOption{
  min-width: max-content !important;
}

.StudentSearch .search-panel{
  position: relative;
  right: 102px;

}
.StudentSearch{
  text-align: center;
}
/* .rtl .StudentSearch .search-panel{
  position: relative;
  left: 105px;
right: auto;
} */
.StudentSearch .form-control{
  display: inline-block;
  border-radius: 500rem;
  -webkit-border-radius:500rem;
  -moz-border-radius:500rem;
  -ms-border-radius:500rem;
  -o-border-radius:500rem;
}
.StudentSearch select{
  background: #fff;
  border-radius: 0px !important;
  border-bottom-right-radius: 500rem !important;
  border-top-right-radius: 500rem !important;
  min-height: auto;
  padding: 4.7px 0px !important;
  position: relative;
  /*right: 102px;
  bottom: 2px;
  */right: 103px;
  bottom: 2.2px;
  min-width: max-content !important;
  /*min-width: fit-content !important;
  */margin-right: 0px;
  box-shadow: unset !important;
  border-left: 1px solid #ced4da !important;
  /*-webkit-border-radius: 0px !important;
  -moz-border-radius:;
  -ms-border-radius:;
  -o-border-radius:;
  */-webkit-border-bottom-right-radius: 500rem !important;
}
.StudentSearch .formButtn{
  /* display: contents; */
  display: inline-block;
    padding:6px 26px 0px 26px;

}
.StudentSearch .formButtn button{
  font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    color: #fff;
    background: #c8302f;
    border-radius: 20px;
}
.number{
  border-radius: 50%;
    background: #c8302f;
    display: inline-block;
    color: #fff;
    padding: 5px;
}
.StudentSearch .form-control {
  margin: 0px 5px;

}
.rtl .StudentSearch .form-control{
  height: calc(1.7em + 0.75rem + 2px);
}
.rtl .StudentSearch select{
 border-bottom-left-radius: 17px !important;
 border-top-left-radius: 17px !important;
 border-top-right-radius: 0px !important;
 border-bottom-right-radius: 0px !important;
margin-left: 0px;
right: auto;
    /* left: 112px; */
    left: 105px;
    bottom: 3px;
 border-right: 1px solid #ced4da !important;
 /* height: 33px; */
 padding:0px !important;

}
.StudentSearch select:after{
  background-color: transparent;
  content: "";

}
.managementUser:before{
  content:"\e972";
  font-family: "icons";
}
@media (max-width: 576px){
  .purchaseHistorySearch .formButtn {
    text-align: center;
  }
}
@media (max-width: 570px){

.StudentSearch select{
  float: right;
    bottom: 32.5px;
    right: 1px;
}
.rtl .StudentSearch select{
  float:left;
    bottom: 35.5px;
    right: 0px;
    left: 0px;
}
.StudentSearch .formButtn {
/* display: block; */
}
.StudentSearch .formButtn button{
  margin: 0;
  position: relative;
  top: 100%;
  left: 50%;
  top: 29px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
}

/*************************************** Nourhan ***************************************/

/*************************************** signUpTabs Start ***************************************/
.signUpTabs{
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin: 0;
  border-bottom: 0;
  background: #f7f7f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.signUpTabs .nav-item:last-child {
  border-right: 0px solid #efefef;

}
.signUpTabs .nav-item {
  width: 50%;
  border-right: 1px solid #efefef;
}

.signUpTabs .nav-item .nav-link {
  background: transparent;
  color: #686f7a;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  padding: 15px 10px !important;
  margin-right: 0;
  border: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.signUpTabs .nav-item .nav-link.active {
  color: #ed2a26 !important;
  background-color: transparent !important;
  border-bottom: 2px solid #ed2a26 !important;
}
.signUpTabsContent{
  margin-top: 20px;
}
.signUpTabsContent p {

  margin-bottom: 20px;}

/*************************************** signUpTabs End ***************************************/
/*************************************** paymentMethod Start ***************************************/
.paymentMethod .tabs .nav-tabs{
  border: 1px solid #efefef;
    background: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.paymentMethod .tabs .nav-tabs .nav-item .nav-link {
  background: transparent;
  color: #686f7a;
  font-weight: 500;
  padding: 15px 10px !important;
  margin-right: 0;
  border: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.paymentMethod .tabs .nav-tabs .nav-link.active {
  color: #ed2a26 !important;
  background-color: none !important;
  border-bottom: 2px solid #ed2a26 !important;
}
.paymentMethod .tabs .nav-tabs .nav-item {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #efefef;
}
.paymentMethod .tabs .nav-tabs .nav-item:last-child {
  border-right: 0;
}
.paymentMethod .tabs form .row div{
  margin-top: 30px;
}
.paymentMethod .tabs form .ui[class*="left icon"].swdh19.input>input {
  padding-left: 2em!important;
  padding-right: 2em!important;
}
.paymentMethod .tabs form input{
  border: 1px solid #e5e5e5 !important;
  height: 40px !important;
    color: #333 !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
  border-radius: 500rem;
   -webkit-border-radius: 500rem;
   -moz-border-radius: 500rem;
   -ms-border-radius: 500rem;
    -o-border-radius: 500rem;
}
.paymentMethod{
  margin: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.orderDetails{
  border-top-left-radius: 0px;
    border-top: 0px;
    border-top-right-radius: 0px;
}
.sectionOfCourses .price{
  display: inline-block;
  float: right;
  background: #cc2d37;
  color: #fff;
  padding: 3px;
  /* display:none; */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.rtl .sectionOfCourses .price{
float: left;
}
li.active {
  background-color: #c8302f;
  color: #fff;
}
/*************************************** userSearcEnd ***************************************/




.signupbutton{
  color:#ffffff !important;
}
div.buttn{
  text-align: center;
  padding: 20px 0px;
}
div.buttn button{
  margin: 0px;
}
.container{
  margin-bottom: 20px;
}

div.col-md-6.socialMedia{
  padding: 0px;
}
div.contact1256.contectUs{
  margin: 0px;
}
.edu_social_links {
  text-align: left;
}
.edu_social_links {
  text-align: right;
}
.rtl .user_dt5 ,  .user_dt5 {
  margin: 20px 0px;
}
/* ._byt1458._215b15 div.row{
  display: block ruby;
} */

.btn_adcart {
  height: 33px !important;
}
 .marginLeft{
  margin-left: 230px;
}

.morebuttn{
  text-align: inherit;
padding: 0px 10px;
}
.rtl .morebuttn{
  text-align: center;
}



.morebuttn i{
  font-size: 12px !important;
font-weight: 700;
}
.morebuttn i.uil-angle-right::before {
  content: '\e830';
  /* left: 26px; */
  right: 18px;
  position: absolute;
  top: 16px;
  font-size: 32px;
}
/* .rtl .morebuttn i.uil-angle-right::before {
  right: 26px;

} */
.chapter-list{
  position: absolute !important;}
.studentFooter{
  position: absolute !important;
}
.rtl .uil-angle-right.collapse_menu--icon { transform:unset ;
  -webkit-transform:unset;
  -moz-transform:unset;
  -ms-transform:unset; -o-transform:unset;
}
.rtl .uil-angle-right.collapse_menu--icon::before {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.course-content .description p ,.course-content .description span,.course-content .description h2{
  padding: 0px 15px;
}


.morebuttn.minify{
  right: 400px;
}
.rtl .morebuttn.minify{
  left: 400px;
  /* right: 0px; */
}
.wrapper {
  overflow: hidden;
}
.course-content .row{
  margin-left: 0px;
  margin-right: 0px;
}
.course-content h4{
  margin: 10px;
  color: #29334e;
}
.course-content ul{
  list-style: none;
  padding: 0 20px;
}
.contentList{
  /* background: #ffffff; */
}
.studentContentList{
  background: transparent;
}
.contentList div .card .card-header{
  padding: 0px;
}
.contentList div .card .card-header .btn-link{
  color: #29334e;
}
.contentList div .card .card-body .list-group .active{
  /* background-color: #fe807e; */
      background: #ffecec;
   color: #212529;

    /* background-color: transparent; */
    border-color: rgb(33, 37, 41);;
}
.contentList div .card .card-body .list-group{
  overflow-y: scroll;
    max-height: 211px;
}
.contentList div .card .card-body .list-group li{
  border:0px;
  border-bottom:1px solid;
}
.contentList div .card .card-body .list-group li:last-child{
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.contentList div .card .card-body .list-group li a{
  float: right;
  color: #afafaf;
}
.rtl .contentList div .card .card-body .list-group li a{
  float: left;
}
  .contentList div .card .card-header .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    /* color: #fe807e; */
    box-shadow: none;

}
.contentList div .card{
  margin: 10px 0px;
}
.course-content .row div{

  padding-right: 0px;
  padding-left: 0px;
}

.grp_titles{
  padding-bottom: 13px;
}
.contentList{
  border-top: 1px solid #e5e5e5;
}
.contentList{
  display: none;
}
.footer.userStudentCourse {
  z-index: 2222 !important;
}
/* .arrowRight:before{
content: "";
}
.collapse .arrowRight:before{
  display: block;
  }
  .collapse .arrowDown:before{
  display: none;
  }
  .collapse.show .arrowRight:before{
  display: none;
  }
  .collapse.show .arrowDown:before{
  display: block;
  } */
/* .arrowRight:before{
  content: "\e901";
  font-family: "icons";
  float: right;
  position: absolute;
  right: 10px;
  top: 12px;
} */
.arrowDown:before{
  content: "\e902";
  font-family: "icons";
  float: right;
  position: absolute;
  /* right: 10px; */
  top: 15px;
  right: 20px;
  display: none;
}
.collapsed .arrowDown:before{
  display: block;
}
.collapsed .arrowRight{
  display: none;
}
.arrowRight:before{
  display: block;
  /* display: none; */
  content: "\e901";
  font-family: "icons";
  float: right;
  position: absolute;
  /* right: 10px; */
  top: 15px;
  right: 20px;

}
.rtl .arrowRight:before {
  display: block;
  /* display: none; */
  content: "\e901";
  font-family: "icons";
  float: right;
  position: absolute;
  /* right: 10px; */
  top: 15px;
  left: 20px;
  transform: rotate(180deg);
}
.rtl .arrowDown:before{
  float: left !important;
  right: auto;
  left: 10px;
  top: 12px;
}
form.StudentSearch.form-inline input.form-control{
    width: 50%;
   /*margin: 0px 10px 0px 0px;
   */
   border-radius: 500rem;
   -webkit-border-radius:500rem;
   -moz-border-radius:500rem;
   -ms-border-radius:500rem;
   -o-border-radius:500rem;
   padding: 0px 10px;
}
form.StudentSearch.form-inline button.btn{ /*width: 50%; */margin: 0px 10px ; border-radius: 500rem; -webkit-border-radius: 500rem; -moz-border-radius: 500rem; -ms-border-radius: 500rem; -o-border-radius: 500rem;
}
.filter {
  margin-top: 10px;
}
.showFilter{
  display: none;
}
filter h5{
  font-weight: 700;
}
.icon-filter:before {
  content: "\ea5b";
  font-family: "icons";
  padding: 0px 10px;
font-size: 15px;
}
.icon-filter{
  cursor: pointer;
margin:  10px 0px;
display: inline-block;
}
.filter .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000000;
  background-color: transparent;
  border-bottom: 2px solid #cc2d37 ;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.check:before {
  content: "\e903";
  font-family: "icons";

  font-size: 75px;
  color: green;
}
.icon-close:before {
  content: "\e906";
  font-family: "icons";
  font-size: 75px;
  color: red;

}


.searchResultPage{
  margin-right:135px !important;
}
.rtl .searchResultPage{
  margin-left:135px !important;
  margin-right:0px !important;
}
.sideBarFilter{
  width: 130px;
position: absolute;
/* position: fixed; */
z-index: 1;
top: 175px;
/* background: #eee; */
/* overflow-x: hidden; */
/* padding: 8px 0; */
right: 5px;
}
.sideBarFilter .showFilter{
  display: block;
}
.sideBarFilter .showFilter h5{
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.sideBarFilter .showFilter .card .card-header h5 button{
  color: #000;
}
.sideBarFilter .showFilter .card .card-header,.sideBarFilter .showFilter .card .card-header h5{
  border-bottom: 0px;
}
.sideBarFilter .showFilter .card .card-header{
  background: transparent;
  padding: 0px;
}

.sideBarFilter .showFilter .card{
  border: 0px;
  background-color: transparent;
}

@media (max-width:640px){
.morebuttn{
  display: none;
}
nav.chapter-list{
  display: none;
}
.contentList{
  display: block;
    /* border: 0px solid #e5e5e5; */
    border-top: 1px solid #e5e5e5;
    margin: 10px 0px;
    padding-bottom: 20px;
    /* padding-bottom: 32px; */
  }
  .icon-play:before {
    content: "\e90d";
    font-family: "icons";
  }
  .contentList .card-header {
    /* padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03); */
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
    background-color: #f7f7f7;
    border: 1px solid #efefef;
    padding: 5px !important;
}
/* .contentList .accordion{
  margin: 0px 7px;
} */
.contentList div .card .card-header .btn-link{
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.course-content ul {
  padding: 0px;
}
.contentList .collapse .card-body{
  padding-bottom: 0px;

}
.course-content h4 {
  margin: 20px 10px;}
.contentList div .card .card-body .list-group li {
  border-bottom: 1px solid #efefef;
}
.contentList div .card .card-body .list-group li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;

}
span.chapterName{
  display:block;
  font-size: 13px;
    font-weight: 100;
}
.contentList div .card {
  margin: 0px 0px;
  margin-bottom: 8px;
  border: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}


}
@media (max-width: 1199.98px) and (min-width: 992px){
.hs_content.items{
    width: 100% !important;
}
}
@media (max-width: 1150px){
  .sectionOfTeachersList .image{
  height: unset;
  }
}
@media (max-width: 992px){
  .chapter-list {
    position: absolute !important;
    height: 170% !important;
    /* height: 105.4% !important; */
}
.subvideo.chapter-list {
    position: absolute !important;
    height: 120% !important;
    /* height: 105.4% !important; */
}



}
@media (max-width: 992px){
  .rtl .morebuttn.minify
  {  left: 0 !important;
    right: auto !important;
  }
  .rtl .chapterListToggle {
    left: 400px;
    right: auto;
}
.morebuttn.minify
{ left: auto !important;
  right: 0px;

}
 .chapterListToggle {
  left: auto;
  right: 400px;

}
}
@media (max-width:576px){
  .SlideOfLanding .container .firstCol{
    z-index: 2;
  }
  .SlideOfLanding .container .SecondCol{
    position: absolute !important;
      opacity: 0.4 !important;
  }
}
@media (min-width: 768px)
{
  .StudentSearch {
    text-align: unset;
}
  div.col-md-6.socialMedia {

    max-width: 100%;
}}
@media (max-width: 768px){
  .home h1, .home .h1 {
    font-size: 2.75rem;
    padding: 0px 10px;
}
.whyUS, .sectionOfCourses, .sectionOfTeachersList, .contentUS {
  padding: 20px 0px !important;
}
.aboutUS {
  padding: 16px 15px;
}
}
@media (max-width: 576px) {
  .why .row .number {

    margin-right: 5px;
}
.info p {
  font-size: 10px;}
  .whyUS .row .row .col {
    padding: 10px;}
    .signUP {
      background: #333;
      width: 300px;
      height: 300px;
    padding: 30px;}
    .addres p{
      margin-bottom: 0px;
    }
    .landing-footer .col-12{
      margin-bottom: 15px;
    }
    .copyrights.large p , .sendMail{
      display: none !important;
    }
    .copyrights.Small{
      text-align: center;
      padding-bottom: 0px;
      display: block;
    }
  /* .sectionOfTeachersList .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 33%;
  } */
  .sectionOfTeachersList .col-md-2{
    padding: 0px 5px;}
  }
  @media (max-width: 575.98px){
    .thnk_coming_title {
      font-size: 4em !important;
  }
  }
@media (max-width: 480px) {
  .home h4, .home .h4 {
    font-size: 1.5rem;
}
.sectionOfCourses h4, .sectionOfTeachersList h4 ,.aboutUS h4 {
  margin: 0px 0px 20px 10px;
}
.rtl .sectionOfCourses h4, .rtl .sectionOfTeachersList h4 ,.rtl .aboutUS h4 {
  margin: 0px 10px 20px 0px;
}
.sectionOfCourses a, .sectionOfTeachersList a {
margin: 0px 10px 0px 0px;
font-size: 12px;
}
.rtl .sectionOfCourses a, .rtl .sectionOfTeachersList a {
margin: 0px 0px 0px 10px;
}
.sectionOfTeachersList .col-md-2{
  padding: 0px 5px;}


  .menu--item__has_sub_menu .menu--link::after {

    right: 50px;}
}


@media (max-width: 400px) {
  .ui .menu.drop-menu{
    z-index: 11111;
}
.why .jounry .number {
  font-size: 12px;
  width: 20px;
  height: 20px;
  bottom: 15px;}
  .why .row p {
    font-size: 10px;
}
.jounry h6{
  font-size: 13px;

}
}
@media (max-width: 300px) {

}
  .recaptcha .rc-anchor-normal .rc-anchor-logo-portrait{
   margin: 0px !important;
    /* height: 74px !important;
    width: 255px !important; */
}
/* } */

@media (max-width: 320px){
  .rtl .header_right {
    padding-left: 0px;
}
.main_logo span , .rtl .main_logo span{
  font-size: 16px;
}

}

/* icons */
.restricted:before{
  content: "\e974";
  font-family: "icons";
  font-size: 25px;
  margin: 10px;
}
.rtl .restricted{
  float: right;
}
.unlock:before{
  content: "\e990";
  font-family: "icons";
  font-size: 20px;
  /* margin: 10px; */
  bottom: 6px;
  position: relative;
}
.lock:before{
  content: "\e98f";
  font-family: "icons";
  font-size: 20px;
  /* margin: 10px; */
  bottom: 6px;
  position: relative;
}
.menu--icon.restricted:before{
  font-size: 20px;
}



.searchField{
  position: absolute !important;
  right: 3px !important;
  top: 2px !important;
  width: 100%;
}
.searchField button{
  border-radius: 17px;
  height: 35px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
}
.rtl .searchField{
  display: block !important;
    /* float: unset; */
    left: 3px !important;
}
.rtl .searchField button{
  float: left !important;
}
.rtl .checkbox{
  float: right !important;
}
.rtl .drop{
  float: right !important;
}
.rtl .dropdown-menu{
  left: -136px !important;
}
.dropdown-menu{
  padding: 20px !important;
}
input[type=radio], input[type=checkbox] {
margin: 0px 10px !important;
}

.search-field select{
  background: transparent;
    /* box-shadow: none !important; */
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    padding:0px 0px 0px 5px !important;
}
.refreshbutt, .rtl .refreshbutt{
  height: 34px;
margin-top: 35px;
}
.search-field select option:checked,.search-field select option:hover,
.search-field select .option_links:hover,.search-field select option:focus
{
  background: #ffecec;
  color: #c8302f;
}
.search-field select option:last-child{
  font-weight: 900;
}
.searchSection{
  /* background: #fff; */
  /* background: url(../images/design.png) center; */
  padding: 20px;
    margin: 20px;
    background-size: cover;
  }
.searchSection:before{
  /* background: #fff; */
    /* margin: 20px; */
    /* padding: 20px; */
    /* background:url(../images/sign.svg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background-size: cover; */
  }
.searchSection form .form-group{
  display: inline-block;
  /* margin-right: 20px; */
}
.searchSection form .range{
  display: block !important;
  margin: 0px 1rem 1rem 1rem;
}
.searchSection form .formButtn{
  text-align: center;
}
.searchSection form .formButtn button{
  width: 20% !important;
    border-radius: 20px;
    margin: 20px;
}

.searchSection form .formButtn button:last-child{
  background-color: #fff !important;
    color: rgb(204, 45, 55);
}
.searchDiv{
  display: flex;
}
.searchField .dropdown-toggle{
	width: 100%;
}
/*
.searchSection{
  background-image:url(../images/sign.svg) no-repeat center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  /* opacity: 0.099; */
/* }  */
.shoow{
  display: none;
  /* visibility: hidden; */
}
.searchSection form{
  overflow: hidden;
}
.SearchBox select {
  border: 1px solid #e5e5e5 !important;
  border-radius: 0px !important;
  box-shadow:none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  width: 10%;
  padding: 0px !important;
  -o-border-radius: 0px !important;
}
.SearchBox .form-group {
  border: 1px solid #e5e5e5 !important;
  border-radius: 0px !important;
  padding: 1.3rem 0.75rem !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.switch {
  position: relative;
  display: inline-block;
  /* width: 60px;
  height: 34px; */
  /* width: 40px;
    height: 15px; */
    width: 40px;
    height: 15px;
}
label.switch{
  margin: 0 0.5rem 0.5rem 0.5rem;
}
.mat-horizontal-stepper-header .mat-step-icon {
  /* margin-right: 8px; */
  margin: 8px;}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffecec;
  -webkit-transition: .4s;
  transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  /*height: 14px;
  width: 14px;
  left: 14px;
  bottom: 1px;
  *//*height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  */height: 13px;
  width: 13px;
  left: 0px;
  right: 26px;
  bottom: 1.2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

input:checked + .slider {
  background-color: #c8302f;
}
.theme-green .bs-datepicker-head {
  background-color: #c8302f !important;
}

.theme-green .bs-datepicker-body table td.week span {
display: none;}

.theme-green .bs-datepicker-body table td.week span {
  color: #c8302f !important;
}
.theme-green .bs-datepicker-body table td span.selected, .theme-green .bs-datepicker-body table td.selected span, .theme-green .bs-datepicker-body table td span[class*="select-"]:after, .theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #c8302f !important;
}
input:focus + .slider {
  box-shadow: 0 0 1px #ffecec;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  -moz-transform: translateX(26px);
  -o-transform: translateX(26px);
}
.refreshbutt, .rtl .refreshbutt {
  height: 34px;
  margin-top: 33px;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.moreButton{
  /* float: right; */
    color: #ffffffff;
    z-index: 999999999;
    /* left: 22px; */
    position: absolute;
    font-weight: bolder;
    right: 25px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
}
.uil-angle-right:before {
  /* content: '\e830'; */
  left: 24px;
  position: absolute;
  top: 16px;
}
.rtl .moreButton{
  /* float: right; */
    color: #ffffffff;
    z-index: 999999999;
    /* left: 22px; */
    position: absolute;
    right: auto;
    left: 25px;
    top: 11px;

    font-size: 12px;
    cursor: pointer;
    font-weight: bolder;
}
/* .rtl .uil-angle-right:before {
  /* content: '\e830'; */
  /* left: 0px; */
  /* right:  20px; */
  /* position: absolute; */
  /* top: 15px; */
/* } */


.activeVideo{
  background: #ffecec;
    color: #c8302f;
}
.rtl .tab-label .title i{
  float: right !important;
}
.rtl .tab-label span{
  margin-left: 20px;
  margin-right:0px ;
}
.rtl .nav-item .nav-link {
  margin-right: 0px !important;
}
.navbar-nav.ng-star-inserted .dropdown{
  padding-right:1rem !important ;
  padding-left:1rem !important;
}
.navbar-nav .nav-item:first-child .nav-link{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
 .navbar-nav .nav-item:last-child{
  padding: 0px 1rem;
}
.rtl .tab-label::after{
  left: 15px !important;
  right:0px !important;
  position: relative !important;
  height: 1.3em !important;
}
.rtl .tab-label{
  padding: 15px 5px 15px 30px !important;

}


.descriptionCard p{
  font-size: 15px;
    color: #686f7a;
    font-weight: 400;
    font-family: 'Roboto', 'helvetica',sans-serif;
    top: 9px;
    /* top: 21px; */
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
}

select{
  width: 10% !important;
  padding: 0px !important;
}




@media (min-width: 992px){
/* .show{
  display: block;
} */

.rtl .moreButton {
  top: 14px;}

  /* .wrapper{
    margin-right: 0px !important;
    margin-left: 0px !important;
} */

/* .rtl .vertical_nav {
  right: -240px !important;
  left: auto !important;
} */

/* .rtl .wrapper{
  margin-left: 0px !important;
    margin-right: 0px !important;
} */

.moreButton {

  top: 12.5px;}

  /* .wrapper.wrapper__minify,.wrapper{
    margin-right: 0px !important;
    margin-left: 240px !important;
} */
/* .rtl .vertical_nav__minify {
  right: 0px !important;
  left: auto !important;
}
.rtl .wrapper{
    margin-left: 0px !important;
    margin-right: 240px !important;
} */
#mySidebar.vertical_nav {
  position: fixed;
  left: -240px ;
  top: 60px;
  bottom: 0;
  background: #fff;
  overflow: hidden;
  width: 0px;
  z-index: 995;
}

#mySidebar.vertical_nav__minify {
                      position: fixed;
                      left: 0px;
                      top: 60px;
                      bottom: 0;
                      background: #fff;
                      overflow: hidden;
                      width: 240px  ;
                      z-index: 995;
                    }

.vertical_nav.vertical_nav__minify  .menu--label {
  display: block;
  position: initial;
  background: transparent;
}
.vertical_nav__minify  .menu--label {
  display: none;
  position: initial;
  background: transparent;
}
.vertical_nav__minify  .menu-collapse:checked ~ .sub_menu {
  background: #ffecec;
  display: block !important;
}

.vertical_nav__minify .sub_menu {
  position: initial;
  width: 100%;
  background: #ffecec;

}
.menu-collapse:not(:checked) ~ .sub_menu {
  display: none;
  /* background: #ffecec; */
}
 /* .rtl .chapter-list.vertical_nav {
  right: 0;
  left: auto;
} */

 .rtl .course-content.wrapper.wrapper__minify{
  margin-right: 0 !important;
  margin-left: 400px !important;
}
 .rtl .course-content.wrapper{
  margin-right: 0 !important;
  margin-left: 0px !important;
}
 .course-content.wrapper.wrapper__minify{
  margin-left: 0 !important;
  margin-right:400px !important;
}

.course-content.wrapper{
  margin-left: 0 !important;
  margin-right:0px !important;
}

 .chapterListToggle {
right: auto ;
left: 0px;
}
.rtl .chapterListToggle {
right: auto ;
left: 0px;
}

.rtl .chapter-list.vertical_nav {
left: 0px;
}
.chapter-list.vertical_nav {
position: fixed;
left: auto;
top: 0px !important;
width: 0px;

}
.chapter-list.vertical_nav.vertical_nav__minify{
  position: fixed;
  /* left: -240px; */
  top: 0px !important;
  width: 400px;
}
/* .chapterListToggle.minify {
  left: auto;
  right: 400px;
} */
.chapterListToggle {
  left: auto;
  right: 0px;
}



.vertical_nav__minify .menu--item__has_sub_menu .menu--link:after {
  content: "\276F";
}



}
@media (max-width: 1199px)
{
	.tab .btn_adcart {
    font-size: 0;
}
.rtl .tab .btn_adcart {
    font-size: 0;
}
}
@media (min-width: 1200px){
	.tab .btn_adcart {
		position: initial !important;
		display: block !important;
	}
}
@media (max-width: 576px){
  .searchSection{
  margin: 20px 0px !important;
  padding:0px;
  }
  .searchSection form .formButtn button {
    width: 25% !important;}
}
@media(min-width:480px){
  .descriptionCard p{
    top: 8px;
  }
}

@media (max-width: 375px){
  /* .rtl .btn_adcart {
    height: 45px !important;
    padding: 0px !important;
  } */
  .paymentMethod .tabs .nav-tabs .nav-item .nav-link{
    font-size: 10px;
  }
}
@media (max-width: 330px){
  ._df7852,.rtl ._df7852 {
    font-size: 14px;
}
.rtl .tab-label span.title {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.rtl .btn_adcart{
  font-size: 11px;
}
.rtl .tab-label span:last-child{
  margin-left: 10px;
  margin-right: 24px !important;
  /* margin-right: 37px !important; */
}
/* .tab-label span{
overflow: hidden;
scroll
} */
.tab-label {
  display: block;}
  .tab{
    overflow:auto !important;
  }
  .signUpTabs .nav-item .nav-link
  {
    font-size: 13px;}
}
/* New */
.icon-clock:before {
  content: "\e90c";
  font-family:"icons";
  margin: 0px 5px;

}
/* @media (max-width: 330px){
  .rtl header.db-header {
    right: auto;
    left: 23px;
}
.rtl .vertical_nav {
  right: auto;
  left: 23px;
}
} */
/* #swl-nav .course-list .unit-lessons:after */
.chapter-list #js-menu ul  ul.sub_menu:before{
  z-index:99
}
.course-content .contentList .card-header{
  z-index: 9;
}
/* .chapter-list #js-menu ul li ul.sub_menu:before,
.course-content .contentList .card-body:before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 30px;
  left: 10px;
  bottom: 0px;
  width: 4px;
  background: rgba(239,239,238,0.5);
    z-index: 1;
} */


.course-content .contentList .card-body li:after
 {
    /*content: "";
    display: block;
    position: absolute;
    top: 37%;
    left: 5px;
    height: 12px;
    width: 12px;
    background: #c8302f;
    border-radius: 50%;
    margin: 0px -9px;
    z-index: 25;
    */content: "";
    display: block;
    position: absolute;
    top: 45%;
    left: 5px;
    height: 6px;
    width: 6px;
    background: #000;
    border-radius: 50%;
    margin: 0px -9px;
    z-index: 25;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.chapter-list .left_section ul.sub_menu li:after{
    content: "";
    display: block;
    position: absolute;
    /* left: 16px; */
    height: 6px;
    left: 28px;
    width: 6px;
    background: #000;
    border-radius: 50%;
    margin: -31px -9px;
    z-index: 25;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.chapter-list .sub_menu--link {
  padding: 20px 35px;
}
.rtl .course-content .contentList .card-body li:after
 {
    /*content: "";
    display: block;
    position: absolute;
    top: 37%;
    left: 5px;
    height: 12px;
    width: 12px;
    background: #c8302f;
    border-radius: 50%;
    margin: 0px -9px;
    z-index: 25;
    */content: "";
    display: block;
    position: absolute;
    top: 45%;
    left: auto;
    right: 5px;
    height: 6px;
    width: 6px;
    background: #000;
    border-radius: 50%;
    margin: 0px -9px;
    z-index: 25;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.rtl .chapter-list .left_section ul.sub_menu li:after{
  content: "";
    display: block;
    position: absolute;
    left: auto;
    right: 28px;
    height: 6px;
    width: 6px;
    background: #000;
    border-radius: 50%;
    margin: -46px -9px;
    z-index: 25;
}
.course-content .contentList .card-body li{
	margin-right: 10px;
    margin-left: 10px;
}
@media (max-width: 640px){
	/* .footer.userStudentCourse.mt-40.studentFooter{
margin-top: 0px;
	}
	.wrapper.pt-0.course-content.wrapper__minify{
    background: #fff;
  } */
  .contentList div .card{
    background: #f7f7f7;
  }
  /* .contentList div .card .card-header{
    border: 0px;
    margin: 3px 10px;
    border-radius: 20px;
    border: 1px solid rgba(239,239,238,0.5);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);

  } */
  .contentList div .card .card-header .btn-link:focus {
    box-shadow: none;
    /* box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12); */
  }
  .contentList div .card .card-header .btn-link.collapsed {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 10px;
    border-radius: 12px;
    border: 0px solid rgba(239,239,238,0.5);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    width: -webkit-fill-available;
    text-align: inherit;
    padding: 0.7rem 0.75rem;
    background: #f7f7f7;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.contentList .card-header {

  border: 0px solid #efefef;}
  .contentList div .card .card-header .btn-link{
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
    background: #fff;
    border: 0px;
    margin: 0px 10px;
    width: -webkit-fill-available;
    text-align: inherit;
    padding: 0.7rem 0.75rem;
}
/* .contentList div .card .card-header .btn-link {
  box-shadow: none ;
  border: 4px solid rgba(239,239,238,0.5);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-bottom-left-radius: 0px ;
  border-bottom-right-radius: 0px ;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  margin: 0px 10px;
  width: -webkit-fill-available;
  text-align: inherit;
  padding: 0.7rem 0.75rem;
  background: #f7f7f7;
  border-bottom: 0px;

} */
.contentList div .card .card-header {
  padding: 0px !important;
}
  .contentList .collapse.show{
    background: rgb(255, 255, 255);
    margin: 0px 10px;
  }
  .contentList .collapse .card-body{
    background: #fff;
    margin: 0px 10px;
    border-radius: 12px;
    padding: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
/* .contentList div .card .card-body .list-group li {
  background: #f7f7f7;}
.contentList .collapse .card-body{
  background: #f7f7f7;
  margin: 0px 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px;
  border: 4px solid rgba(239,239,238,0.5);
} */
  .chapter-list #js-menu ul li ul.sub_menu:before, .course-content .contentList .card-body:before{
    background:transparent;
  }
  .course-content .grp_titles,.contentList div .card .card-header .btn-link,.contentList div .card .card-body .list-group li {

    color: #29334e;
}
.course-content .contentList .card-body li:after {

  background: #29334e;
}
}
