* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}
.primary-color{
    color:#673ab7;
}

#control-height {
	height: 100vh;
	width: 0;
	position: absolute;
}

#timezone1 {
	visibility: hidden;
}

#usrszone {
	visibility: hidden;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #1A0F2F;
	height: 100%;
	margin-bottom: 48px;
}

mark {background:#ffebee;}

header {
	height: 80px;
	position: relative;
	top: 0;
	z-index: 2;
	width: 100%;
	background: white;
	box-shadow: 0 0 30px 0 rgba(32, 39, 48, .08);
}

/*p.section-title {*/
/*	font-size: 1.75rem;*/
/*	line-height: 1.5;*/
/*	color: #673AB7;*/
/*}*/


.robloherobg1 {
    background-image: url('https://purpletutor.com/summer-camp/images/hero/summer-camp-final.png');
    /* background-image: url('https://purpletutor.com/space-tech/images/hero/new-hero-SPACE-2-min.jpg'); */
   /*background-image: -webkit-image-set(url('https://purpletutor.com/roblox/images/webp-images/roblox-hero.webp') 1x);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
}

/*.robg{*/
/*    background-image: url('https://purpletutor.com/summer-camp/images/hero/hero-space-brown-min.jpg');*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    display: block;*/
/*    position: relative;*/
/*}*/



.progress-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 2px;
}

.progress-bar {
	height: 2px;
	background: linear-gradient(to right, #FFCC80 0%, #F06292 50%, #9575CD 100%);
	width: 0%;
}

.logo {
	padding: 1.125rem 1rem 0.875rem 1rem;
}

.logo img {
	display: block;
}


/*grid overlay */

#overlay {
	position: fixed;
	/* Sit on top of the page content */
	display: block;
	/* Hidden by default */
	margin: 0 0.5rem;
	height: 999px;
	/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	/* Specify a stack order in case you're using a different order for other elements */
}

section {
	margin: 0;
}

.row {}

@media only screen and (min-width: 992px) {
	section {
		margin: 0 2rem;
	}
	#overlay {
		margin: 0 2rem;
	}
}

@media only screen and (min-width: 1200px) {
	section {
		margin: 0 4.5rem;
	}
	#overlay {
		margin: 0 4.5rem;
	}
}

section.grid-start {
	position: fixed;
	z-index: -2;
	display: none;
}

.grid-start .row {
	height: 100%;
}

.grid-start .row .col-1 {
	height: 100%;
}

.left-border {
	border-left: 1px solid hotpink;
}


/* grid overlay ends */


/* 6, 3, 2 column layout for purple tutor starts */


/* For mobile phones: */

[class*="col-1"] {
	width: 50%;
}

[class*="col-2"] {
	width: 100%;
}

[class*="col-3"] {
	width: 100%;
}

[class*="col-4"] {
	width: 100%;
}

[class*="col-5"] {
	width: 100%;
}

[class*="col-6"] {
	width: 100%;
}

[class*="grid col-"] {
	float: left;
	padding: 0.5rem;
	border-right: 1px solid hotpink;
}

[class*="col-"] {
	float: left;
	padding: 0.5rem;
}

@media only screen and (min-width: 600px) {
	.col-1 {
		width: 33.33%;
	}
	.col-2 {
		width: 66.66%;
	}
	.col-3 {
		width: 100%;
	}
	.col-4 {
		width: 100%;
	}
	.col-5 {
		width: 100%;
	}
	.col-6 {
		width: 100%;
	}
	[class*="grid col-"] {
		float: left;
		padding: 0.5rem;
		border-right: 1px solid hotpink;
	}
	[class*="col-"] {
		float: left;
		padding: 0.5rem;
	}
}

@media only screen and (min-width: 992px) {
	.col-1 {
		width: 16.66%;
	}
	.col-2 {
		width: 33.33%;
	}
	.col-3 {
		width: 50%;
	}
	.col-4 {
		width: 66.66%;
	}
	.col-5 {
		width: 83.33%;
	}
	.col-6 {
		width: 100%;
	}
	[class*="grid col-"] {
		float: left;
		padding: 0.5rem;
	}
	[class*="col-"] {
		float: left;
		padding: 0.5rem;
	}
}


/* 6, 3, 2 column layout for purple tutor ends */

main {
	/*	background: rgba(252, 228, 236, 0.75); */
	/*	background-image:radial-gradient(ellipse at center 0,#ede7f6 0,#fff 800px); */
	background: #ede7f6;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
}

.landrow1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.landrow-roblox {
    display:flex;
    flex-wrap:wrap;
    padding:1rem 1rem 2rem 1rem;
    font-size:0.875rem;

}
.rob-sum-ptitle {color:#673ab7; font-weight:700;} 


/*
.landrow2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
*/

.landrow2 {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding-bottom: 1rem;
}

.two-col {
	width: 100%;
	margin: 0.5rem;
}

@media only screen and (min-width: 992px) {
	.landrow2 {
		display: flex;
		width: 100%;
	}
	.two-col {
		width: 33.33%;
		flex: 1;
		margin: 0.5rem;
	}
}

.paper {
	max-width: 444px;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.02);
	/* height:600px;*/
}

.paperfeat {
	max-width: 360px;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 16px;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.02);
	/* height:600px;*/
}

.course-heading{
/*color: #fcfcfd; */
/*font-size: 1.2rem; */
/*line-height: 1.6; */
/*text-align: left; */
/*margin-bottom: 1rem; */
/*letter-spacing: 0.01em; */
/*margin-block-start: -33%;*/
/*text-shadow: -1px -1px 0 #673ab8, 1px -1px 0 #673ab8, -1px 1px 0 #673ab8, 1px 1px 0 #673ab8;*/
font-size: 1.75rem;
	line-height: 1.5;
	color: #673AB7;
}





.mt-025 {
	margin-top: 0.25rem;
}

.mt-2 {
	margin-top: 1rem;
}

.mt-3 {
	margin-top: 1.5rem;
}

.mt-4 {
	margin-top: 2rem;
}

.formcont {
	max-width: 420px;
	margin: 0 auto;
	padding: 0.8rem 0.875rem;
	background: white;
	border-radius: 4px;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.02);
	/* border:1px solid #eeeeee;*/
}

@media only screen and (min-width: 600px) {
	.formcont {
		max-width: 420px;
		margin: 0 auto;
		padding: 1.5rem 1rem;
		background: white;
		border-radius: 4px;
		box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.02);
		/* border:1px solid #eeeeee;*/
	}
}

.blockcont {
	margin: 0 auto;
	padding: 1rem;
	background: white;
	height: 100%;
	border-radius: 8px;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.02);
}

h3 {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 0.75rem;
}

.lform-txt h3 {
	color: #673ab7;
	margin-bottom:0;
}

h4 {
	font-weight: 600;
}

.linear-gradient {
	background: linear-gradient(125deg, #6230CC 35%, #F02578 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

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

@media only screen and (min-width: 992px) {
	h3 {
		font-size: 1.875rem;
		line-height: 1.2;
	}
	.py-3 {
		padding-top: 2rem 0;
		padding-bottom: 2rem;
	}
}

.px-1 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.px-3 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.border0 {
	border: 0;
}

.formfield {
	/* margin-bottom:1rem; */
	/* border-radius: 4px;*/
	border-radius:0;
	padding: 0.3rem 0.75rem 0.2rem 0.75rem;
}

.mb-2 {
	margin-bottom: 1.75rem;
}

input[type=text] {
	background: transparent;
	font-size: 1rem;
	font-weight: 400;
	font-family: inherit;
	color: #000000;
	letter-spacing: 0.03em;
	line-height: 1.5;
	width: 100%;
/* padding:0.25rem 0 0.5rem 0; */
}

input[type=email] {
	background: transparent;
	font-size: 1rem;
	font-weight: 400;
	font-family: inherit;
	color: #000000;
	letter-spacing: 0.03em;
	line-height: 1.5;
	width: 100%;
	/* padding: 0.25rem 0 0.5rem 0; */
}

input[type=tel] {
	background: transparent;
	outline: transparent;
	font-size: 1rem;
	font-weight: 400;
	font-family: inherit;
	color: #000000;
	letter-spacing: 0.03em;
	line-height: 1.5;
	width: 100%;
/*	padding:0.25rem 0 0.5rem 0; */
}

input[type=text]:focus {
	outline: none;
}

input[type=email]:focus {
	outline: none;
}

input[type=tel]:focus {
	outline: none;
}

.inplabel {
	 display: block;
/*	display:none; */
	font-size: 10px;
	font-weight: 700;
	font-family: inherit;
	color: #673ab7;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.inplabeldd {
	 display: block;
/*	display:none; */
	font-size: 10px;
	font-weight: 700;
	font-family: inherit;
	color: #673ab7;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.grad-btn {
	/*background:linear-gradient(45deg, #501C93 0%, #F02578 100%); */
	/* background: linear-gradient(145deg, #FFB74D 0%, #F02578 25%, #501C93 100%); */
	background: #673ab7;
	color: white;
	padding: 0.75rem 0.875rem;
	border-radius: 4px;
	text-decoration: none;
	margin-top: 0.5rem;
	display: block;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	font-weight: 600;
	width: 100%;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.grad-btn:disabled {
	background: #d3d3d5;
	background-image: url('./images/loader.gif');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center;
}

form {
	padding: 1rem 0 1rem 0;
}

.inpbox {
	background: #f3f2fa;
	border: 1px solid #d1c4e9;
	display: block;
	position: relative;
/*	z-index: 1; */
}

.chkbox {
	margin-bottom: 0.5rem;
	padding: 0.5rem 0;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}

.cbmark {
	cursor: pointer;
}

.cblabel {
	line-height: 1.2;
	font-size: 0.875rem;
	color: #673ab7;
}

.iti__selected-flag {
	padding: 0 6px 0 0;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
	padding-right: 6px;
	padding-left: 44px;
	margin-left: 0;
}

.checkbox {
	display: inline-flex;
	cursor: pointer;
	position: relative;
	align-items: center;
	/*	width:100%; */
}

@media only screen and (min-width: 600px) {
	.checkbox {
		/* margin-bottom: 0.5rem; */
		/*	width:100%; */
	}
}

.checkbox>span {
	color: #1A0F2F;
	padding: 0.5rem;
	font-weight: 400;
}

.checkbox>input {
	height: 22px;
	width: 22px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 1px solid pink;
	border-radius: 4px;
	outline: none;
	transition-duration: 0.3s;
	background-color: #ffebee;
	cursor: pointer;
}

.checkbox>input:checked {
	border: 1px solid #d1c4e9;
	background-color: #f3f2fa;
}

.checkbox>input:checked+span::before {
	content: '\2713';
	display: block;
	text-align: center;
	color: #673ab7;
	position: absolute;
	left: 0.35rem;
	top: 0.5rem;
	font-weight: 700;
}

.checkbox>input:active {
	border: 1px solid pink;
}

.iti {
	width: 100%;

}
.tel-msgs {
    display:flex;
}

@media only screen and (min-width: 600px) {
.iti {
/*	width: 100%; */
width:auto;
}
input#phone {
    max-width: 240px;
}

.tel-msgs {
    display:inline-block;
}
}
input:invalid {
	box-shadow: 0 0 3px #f3f2fa;
}

input:not([type=submit]):invalid:required {
	background: #f3f2fa url('images/asterisk.svg') no-repeat right top;
}

select:invalid:required {
	background: #f3f2fa url('images/asterisk.svg') no-repeat right top;
}


form>div.formfield:focus-within {
/*	box-shadow: 0 0 5px #EAD6FF;*/
	border: 1px solid #7e57c2;
}

.landtest {
	/* display:flex; flex-wrap:wrap; justify-content:space-between; */
	display: block;
	position: relative;
}

.ltestcard {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 600px) {
	.ltestcard {
		width: 48%;
		border-radius: 8px;
		margin-bottom: 1rem;
	}
}

.ltcardimage {
	display: block;
	position: relative;
	margin-right: 0.5rem;
}

.ltcardimage img {
	display: block;
	position: relative;
	/* position: absolute;
	top: 10px;
	right: 10px; */
	border: 0;
	border-radius: 50%;
}

.ltcardtop {
	background: #ffffff;
	padding: 0.5rem 0.5rem 0.25rem 0.5rem;
	border-radius: 8px 8px 0 0;
	border-left: 2px solid pink;
	border-top: 2px solid pink;
	border-right: 2px solid pink;
	display: flex;
}

.ltcardbottom {
	/* background: #FFE0B2;*/
	background: #ffffff;
	padding: 1rem 0.625rem 0.5rem 0.625rem;
	border-radius: 0 0 8px 8px;
	min-height: 140px;
	
	border: 2px solid pink;
	border-top: 0;
}

.ltcou {
	font-size: 0.75rem;
	line-height: 1.5;
	background: #ffebee;
	padding: 0.125rem 0.5rem;
	color: #e91e63;
	letter-spacing: 0.05em;
	border-radius: 10px;
	font-weight: 700;
}

.ltag {
	font-size: 0.875rem;
	color: #666666;
	line-height: 1.5;
	padding-left: 0.25rem;
}

.ltcountry {
	margin-bottom: 0.5rem;
}

.ltname p {
	color: #673ab7;
	line-height: 1.2;
	font-weight: 600;
	padding-left: 0.25rem;
}

.lttext {
	font-size: 0.875rem;
}

.profile-pic {
	width: 72px;
	display: block;
	border-radius: 50%;
	margin-right: 0.5rem;
}

.profile-desc {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.stu-desc {
	font-size: 0.875rem;
	letter-spacing: 0.02em;
}

.stu-country {
	font-weight: 600;
	color: #e91e63;
}

.stu-course {
	color: #666666;
}

.lprofile {
	background: white;
	padding: 0.5rem;
	border-radius: 0 0 4px 4px;
}

.lprojimg img {
	display: block;
}

.landproj {
	/*display:flex; flex-wrap:wrap; justify-content:space-between;*/
	display: block;
	position: relative;
}

.lprojcard {
	width: 80%;
	border-radius: 8px;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 600px) {
	.lprojcard {
		width: 48%;
		border-radius: 8px;
		margin-bottom: 1rem;
	}
}

.lprojhead {
	background: white;
	/*padding: 0.25rem 0.5rem; */
	padding:0.25rem 0.25rem 0.5rem 0.5rem;
	border-radius: 4px 4px 0 0;
}

.ltblock {
	display: flex;
	flex-wrap: wrap;
}

h2 {
    font-size: 1.875rem;
    line-height: 1.3;
}

@media only screen and (min-width: 600px) {
	.ltblock {
		display: flex;
		flex-wrap: nowrap;
	}
}

h5 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height:1.3;
}

h4 {
	font-size: 1.125rem;
	margin-bottom: 0.75rem;
}

.ltico {
	margin-right: 0.75rem;
}

.ltblocktxt {
	margin-top: 0.25rem;
}

.lfeatlogo {
	display: block;
	text-align: center;
	opacity: 0.75;
}

.lfeatlogo img {
	display: inline-block;
	margin: 0.75rem 0.25rem;
	filter: grayscale(100%);
}

.lfeathead {
	text-align: center;
	text-transform: uppercase;
	padding: 1.5rem 0 0.5rem 0;
	color: #673ab7;
}

.logoblock {
	display: block;
	max-width: 318px;
	margin: 0 auto;
	padding-bottom: 1.5rem;
}

.pt-05 {
	padding-top: 0.5rem;
}

.pt-075 {
	padding-top: 0.75rem;
}

.pt-1 {
	padding-top: 1rem;
}

.pt-1125 {
	padding-top: 1.125rem;
}

.p0 {
	padding: 0.25rem;
}

.flexrow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding-right: 0.125rem;
}

.foot1,
.ptsoc1 {
	max-width: 352px;
	padding: 0rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #000000;
	text-align: center;
	margin: 0 auto;
}

.ptsoc1 {
	display: flex;
	justify-content: center;
	padding: 0;
}

footer {
	background: #ede7f6;
}

.copy1 {
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: rgba(0, 0, 0, 0.5);
	padding: 0;
	/* padding:0 0 0.25rem 0; */
	text-align: center;
}

.arr {
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: rgba(0, 0, 0, 0.5);
	padding: 0 0 0.25rem 0;
	text-align: center;
}

.footrow1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1rem 0 0.75rem 0;
}

@media only screen and (min-width: 768px) {
	.footrow1 {
		display: flex;
		flex-wrap: nowrap;
		padding: 1rem 0 0.75rem 0;
	}
	.copy1 {
		text-align: left;
	}
	.ptsoc1,
	.arr {
		margin: 0 0 0 auto;
	}
}

.ondesk {
	display: none;
}

.heading {
	font-size: 1.875rem;
}

.lform-txt p {
	font-size: 1rem;
}

.py-1 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.mb-1 {
	margin-bottom: 0.5rem;
}
  
@media only screen and (min-width: 600px) {
	.ondesk {
		display: block;
	}
	.heading {
		font-size: 2rem;
	}
	.lform-txt p {
		font-size: 1.125rem;
	}
	.py-1 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.mb-1 {
		margin-bottom: 0.875rem;
	}
}

.tns-nav button {
	width: 48px;
	border: 0;
	/* background: #F8BBD0; */
	background: rgba(0, 0, 0, 0.1);
	height: 6px;
	margin: 4px;
	padding: 0;
	border-radius: 8px;
}

.tns-nav-active {
	background: #EC407A !important;
}


/*
ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
*/

ul.controls img {
	background: transparent;
}

.landproj ul.controls {
	display: none;
}

@media screen and (min-width: 1200px){
.landproj ul.controls {
    display:flex;
    left: -40px;
    background: transparent;
    width: calc(100% + 80px);
    top: 50%;
    transform: translatey(-50%);
}
}
ul.controls li:hover {
	cursor: pointer;
	outline: none;
	color: inherit;
	outline-color: transparent;
	outline-width: 0;
}

ul.controls li:focus {
	cursor: pointer;
	outline: none;
	color: inherit;
	outline-color: transparent;
	outline-width: 0;
}

.tns-outer [aria-controls]:focus {
	outline: none;
	color: inherit;
	outline-color: transparent;
	outline-width: 0;
}

/*

.controls {
	outline: none;
	color: inherit;
	outline-color: transparent;
	outline-width: 0;
}
*/

.controls {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0px;
    width: calc(100%);
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.controls:hover,
.controls:focus {
	outline: none;
	color: inherit;
	outline-color: transparent;
	outline-width: 0;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
 color: rgba(0,0,0,0.4); 
	/*font-size: 10px;
    font-weight: 700;
    font-family: inherit;
    color: #673ab7;
    letter-spacing: 0.1em;
    position:absolute;
    top:0;
    text-transform:uppercase; */
    
	opacity: 1;
 font-size:14px;
	font-weight: 400;
	letter-spacing: 0.01em; 
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	 color: rgba(0,0,0,0.4);
	font-size:14px;
	font-weight: 400;
	letter-spacing: 0.01em; 
	/*font-size: 10px;
    font-weight: 700;
    font-family: inherit;
    color: #673ab7;
    letter-spacing: 0.1em;
     position:absolute;
    top:0;
    text-transform:uppercase;*/
	
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	 color: rgba(0,0,0,0.4);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.01em;
	/*font-size: 10px;
    font-weight: 700;
    font-family: inherit;
    color: #673ab7;
    letter-spacing: 0.1em;
     position:absolute;
    top:0;
    
    text-transform:uppercase; */
}

.lform-txt {
	/* text-align:center; */
/*	margin-bottom: 0.5rem; */
}

.labeltxt {
	font-size: 0.875rem;
}

.new-lan {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.new-lan-inner1 {
	width: 100%;
	background: #ffebee;
	height: calc(100% - 80px);
	height: -o-calc(100% - 80px);
	/* opera */
	height: -webkit-calc(100% - 80px);
	/* google, safari */
	height: -moz-calc(100% - 80px);
	/* firefox */
	display: flex;
	align-items: center;
}

.new-lan-inner2 {
	width: 100%;
	background: white;
	padding: 1rem;
}

@media only screen and (min-width: 992px) {
	.new-lan {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	.new-lan-inner1 {
		width: 50%;
		align-items: flex-start;
		padding-top: 2rem;
	}
	.new-lan-inner2 {
		width: 50%;
	}
}

.newfull {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	min-height: calc(100vh - 100px);
	min-height: -o-calc(100vh - 100px);
	/* opera */
	min-height: -webkit-calc(100vh - 100px);
	/* google, safari */
	min-height: -moz-calc(100vh - 100px);
	/* firefox */
	padding: 0.5rem;
	position: relative;
}

.height {
	margin: 0 auto;
	width: 100%;
	padding-top: 0.5rem;
	display: block;
	position: relative;
}

@media only screen and (min-width: 992px) {
	.newfull {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: calc(100vh - 80px);
		min-height: -o-calc(100vh - 80px);
		/* opera */
		min-height: -webkit-calc(100vh - 80px);
		/* google, safari */
		min-height: -moz-calc(100vh - 80px);
		/* firefox */
		
	}
	.height {
		margin: 0 auto;
		padding-top: 1rem;
		padding-bottom: 2rem;
		width: 100%;
	}
}

.brandname {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	color: #e91e63;
	padding: 6px 8px 4px 8px;
	background-color: #ffffff;
	z-index: 1;
	border-radius: 4px;
	line-height: 14px;
	font-weight: 600;
	margin-bottom: 0.25rem;
}

@media only screen and (min-width: 992px) {
	[id*="pgrade"] {
		color: #333333;
		font-size: 0.75rem;
	}
}

.newl-title {
	margin: 2rem 0;
	color: #1A0F2F;
	text-align: center;
}


/*
.newl-title:before {
    content: '';
    border-top: 4px solid #1A0F2F;
    width:24px;
    display:inline-block;
    margin-right:0.25rem;
}
*/

.tns-nav {
	text-align: center;
	position: absolute;
	bottom: 0%;
	width: 100%;
	left: 0;
	margin: 0.5rem 0;
}

.my-proj-slider {
	margin: 0 0 2.5rem 0;
	padding: 0;
}

.my-slider {
	margin: 0 0 2.5rem 0;
	padding: 0;
}

.brand-logo-container {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.orb {

	border-radius: 0px;
	display: inline-block;
	margin: 0 10px;
	float: left;
	transition: all .2s ease-out;
	filter: grayscale(100%);
	opacity: 0.75;
	cursor: pointer;
}

.orb img {
	display: block;
	border-radius: 8px;
}

.orb:hover {
	
	filter: grayscale(0%);
	opacity: 1;
}

.marquee {
	height: 160px;
	width: 1268px;
	border: 0;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}

.marquee--inner {
	display: block;
	width: 2536px;
	margin: 0;
	position: absolute;
	animation: 30s linear infinite marquee;
}



span.lfeats {
	float: left;
	width: 1268px;
}

@keyframes marquee {
	0% {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	100% {
		-moz-transform: translateX(-1268px);
		-webkit-transform: translateX(-1268px);
	}
}

@media only screen and (min-width: 768px) {
    body {
        margin-bottom:0;
    }
    #footercta {
        display: block;
        width: 200px;
    }
}

#footercta {
	font-family: 'Nunito', sans-serif;
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #FFA726;
	color: #000000;
	cursor: pointer;
	padding: 0.875rem;
	font-size: 1rem;
	line-height: 1.5;
	width: 100%;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.02em;
}

#footercta:hover {
	background-color: #FF9800;
}

#footercta:disabled {
	background: #d3d3d5;
	background-image: url('./images/loader.gif');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center;
	padding: 14px;
}

.iti__flag {background-image: url("images/flags/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("images/flags/flags@2x.png");}
}


.ageselect {
    width:100%;
    border:0;
    outline:0;
    background:transparent;
    font-size: 1rem;
	font-weight: 400;
	font-family: inherit;
	color: #000000;
	letter-spacing: 0.03em;
	line-height: 1.5;
	width: 100%;
}

.ageoption {font-size:1.125rem; border:0; line-height:1.5;}


.custom-select-wrapper {
     position: relative;
     user-select: none;
     width: 100%;
}
 .custom-select {
     position: relative;
     display: flex;
     flex-direction: column;
   /*  border-width: 0 2px 0 2px;
     border-style: solid;
     border-color: #394a6d; */
     
     /*background: transparent; */
     background: #f3f2fa url('images/asterisk.svg') no-repeat right top;
   /* border: 2px solid #d1c4e9 */
}
 .custom-select__trigger {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     /* padding: 0 22px; */
     font-size: 1rem;
     font-weight: 300;
     color: #000000;
     height: 28px;
     line-height: 28px;
     background: transparent; 
     cursor: pointer;
 /*    border-width: 2px 0 2px 0;
     border-style: solid;
     border-color: #394a6d; */
}
 .custom-options {
     position: absolute;
     display: block;
     top: 100%;
     left: 0;
     right: 0;
   /*  border: 2px solid #394a6d; */
     border-top: 0;
     background: #fff;
     transition: all 0.5s;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     z-index: 2;
}
 .custom-select.open .custom-options {
     opacity: 1;
     visibility: visible;
     pointer-events: all;
}
 .custom-option {
     position: relative;
     display: block;
     padding: 0 22px 0 22px;
     font-size: 1rem;
     font-weight: 300;
     color: #3b3b3b;
     line-height: 40px;
     cursor: pointer;
     transition: all 0.5s;
}
 .custom-option:hover {
     cursor: pointer;
     background-color: #f1f1f1;
}
 .custom-option .selected {
     color: #3b3b3b;
    /* background-color: #dddddd; */
   
}



.arrow {
     position: relative;
     height: 32px;
     width: 32px;
     background:url('images/icons/chevron-down.svg');
      transition: all 0.5s;
}
 
.open .arrow {
     transform: rotate(180deg);
     transition: all 0.5s;
}

select {background:transparent; border:0; outline:0; width:100%; font-size:1rem;
    	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 1.75;
	padding:0;
}
  select:hover {cursor:pointer;}
 select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}
.robloherobg{
	background:url('hero-space-2.png'); 
	/* background-size:contain; background-repeat: no-repeat; min-width:100vw; padding:4rem; */
	 /* Full height */
  height: 100vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display:block;
  position:relative;
}
.course-cat-item {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    
}

.catname {
    text-align: center;
    padding: 1rem 0;
    display:none;
}
.course-icon {
    padding: 0.75rem 0 0 0;
    max-height: 60px;
}

.robloherocont div{display:flex; flex:1;}
.roblobg{background:#2D1E57;}
.roblop{color:white; font-size:1.125rem;line-height:1.5; padding:1rem 0;}

 .roblopri{background:rgba(255,255,255,0.95);}
 .roblopri:hover {background:white;}
 .pri-card-det {padding:0.75rem 0.5rem;display:flex; font-size:1rem;}
 .coursecat {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}


.roblopri {
    background: rgba(255,255,255,0.95);
}



.cross1 {
    text-decoration: line-through;
    font-size: 1rem;
    color: #666666;
    text-decoration-color: #EC407A;
    text-decoration-thickness: 1px;
    text-decoration-style: solid;
    display: block;
    line-height: 1.3;
    white-space:nowrap;
}

.display1 {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.125;
    margin-bottom: 0rem;
    letter-spacing: -0.01em;
    color: #311B92;
    margin-left: 0px;
    display: block;
    white-space:nowrap;
    margin-right:0.5rem;
}
 #coursetag {
    position: relative;
    display: table;
    margin: -2px auto;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #000000;
    padding: 8px 16px;
    background-color: #FFCC80;
    z-index: 1;
    border-radius: 0 0 8px 8px;
    line-height: 12px;
    font-weight: 700;
    display:none;
}

.duration{
    display:none;
}

 .courses-buttons {
    padding: 1rem 0 0 0;
    font-size: 1rem;
}

button {
    	font-family: 'Nunito', sans-serif;
    font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height:1.5;
	border:0;
	outline:0;
}

.pri-btn {
	background: #7E57C2;
	color: white;
	padding: 0.75rem 0.875rem;
	border-radius: 4px;
	text-decoration: none;
	margin-bottom: 0.5rem;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	width: 85%;
	margin: 0 auto 0.5rem auto;
	cursor:pointer;
}

.sec-btn {
	background: #EDE7F6;
	color: #673AB7;
	padding: 0.75rem 0.875rem;
	border-radius: 4px;
	text-decoration: none;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	width: 85%;
	margin: 0 auto 0.5rem auto;
}


a.pri-btn:hover, a.pri-btn:focus, a.pri-btn:active {
    color: #ffffff;
    background:#65469B;
    outline-color:transparent;
}

a.pri-btn:visited {
    color: #ffffff;
}

a.sec-btn:hover, a.sec-btn:focus, a.sec-btn:active {
    color:#673AB7;
    background:#D5D0DD;
    outline-color:transparent;
}

a.sec-btn:visited {
     color:#673AB7;
}
.courses-buttons {
    text-align: center;
}

.pack-cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 2.5rem 0;
    padding: 0;
}


.lprojcard{display: flex;
    flex: 1;
    flex-direction: column;
    border-radius: 2px;}
    
.lprojdes {background:white; line-height:1.75; padding:0.5rem; font-size: 0.875rem;}

.roblox-pack-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    border-radius: 2px;
}
.pack-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    border: 1px solid #eee;
    border-radius: 0 0 2px 2px;
    background: white;
   /* min-height:120px; */
   min-height:108px;
}

.lprojdes  {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
 
}


.pt-grid {
	display: grid;
	grid-template-columns: 1fr;
	padding-top: 2rem;
}

.pt-set {
	display: grid;
	grid-template-columns: 1fr auto;
	padding: 1rem 01rem 0.5rem;
}

.pt-grid .item1 {
	grid-row-start: 2;
	grid-row-end: 3;
}

.pt-grid .item2 {
	grid-row-start: 3;
	grid-row-end: 4;
}

.pt-yellow-bar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 1.5rem 0 0 0;
}

.pt-roblox-bar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin:0;
	padding: 1rem 1rem 1rem 1rem;
}


.pt-grid .item3 {
	grid-row-start: 1;
	grid-row-end: 2;
}

.logos {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.inst-logo {
	margin: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.inst-logo img {
	display: block;
}

.inst-logo p {
	display: block;
	font-size: 0.75rem;
	color: #000000;
	margin-top: 0.5rem;
	letter-spacing:0.03em;
	font-weight:600;
	
}

.pt-yellow-bar {
	padding: 2rem 1rem 1rem 1rem;
	background: #FFE0B2;
}

.pt-yellow-bar .yellow-content {
	display: flex;
}

.pt-roblox-bar {
/*	padding: 2rem 0.5rem 1rem 0.5rem;
	 background: rgba(0,0,0,0.2); */
}

.pt-roblox-bar .yellow-content {
	display: flex;
}


@media only screen and (min-width: 768px) {
	.logos {
		margin-left: auto;
		margin-right: 0;
	}
	
}

@media only screen and (min-width: 992px) {
	.pt-grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 1rem;
	}
	.pt-grid .item1 {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.pt-grid .item2 {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 2;
		grid-column-end: 3;
	}
	.pt-grid .item3 {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.inst-logo {
		margin: 0 0.75rem;
	}
	.inst-logo img {}
	.pt-yellow-bar {
		padding: 1rem 2rem;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin: 2rem 0 0 0;
	}
	
	.pt-roblox-bar {
		padding: 1rem 2rem;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin: 2rem 0 0 0;
	}
	.logos {
		display: flex;
		align-items: flex-end;
		flex-wrap: nowrap;
		justify-content: space-around;
		margin-left: 0;
		margin-right: 0;
	}
	.pt-yellow-bar .yellow-content {
		display: flex;
		margin-right: 2rem 0 0 0;
	}
	.pt-yellow-bar .logos {}
	.pt-roblox-bar .yellow-content {
		display: flex;
		margin-right: 2rem 0 0 0;
	}
	.pt-roblox-bar .logos {}
}

@media only screen and (min-width: 1200px) {
    .pt-grid {
		grid-template-columns: 1fr 2fr;
	}
	.pt-grid .item1 {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.pt-grid .item2 {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.pt-grid .item3 {
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column-start: 2;
		grid-column-end: 3;
		align-self: center;
	}
	.inst-logo {
		margin: 0 1rem;
	}
	.inst-logo img {}
	.pt-yellow-bar {
		padding: 1rem 5rem;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin: 2rem 0 0 0;
	}
	.pt-roblox-bar {
		padding: 1rem 4.5rem;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin: 2rem 0 0 0;
	}
	.logos {
		display: flex;
		align-items: flex-end;
		flex-wrap: nowrap;
		justify-content: space-around;
		margin-left: 0;
		margin-right: 0;
	}
	.pt-yellow-bar .yellow-content {
		width: 40%;
		display: flex;
	}
	.pt-yellow-bar .logos {
		width: 40%;
	}
	
	.pt-roblox-bar .yellow-content {
		width: 40%;
		display: flex;
	}
	.pt-roblox .logos {
		width: 40%;
	}
}

.iconwhypt {
    display:inline-block;
    width:40px;
    margin-right:12px;
}

.iconwhypt img {
    width:100%;
    display:block;
    min-width:40px;
}

.roblocardp{color:white; font-size:1rem;line-height:1.5; padding:1rem 0; opacity:60%; letter-spacing:0.01em}
.roblocardnp{color:white; font-size:1rem;line-height:1.5; opacity:60%; letter-spacing:0.01em}
.darktitle {color:white; opacity:0.87;}

.lprojhead h5{font-size:1rem; font-weight:600;}

.fht{display:grid !important;}
.ach {
    padding:0 0 0.75rem 0; 
    display:flex; 
    align-items:flex-start;
    
}

.sm-icon {
    padding-right:0.75rem; 
    display:flex;
    
}
.ach-icon {
    font-size:1.5rem; 
    color:#F06292;
    
}

.achieve-txt{padding-top:1rem;}

.invalidnumber{
    font-size:0.875rem;
    color:#e91e63;
    display:inline-block;
    text-align:center;
}



.tabspan {
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	vertical-align: bottom;
	font-weight: 600;
	letter-spacing: 0.02em;
}


/* Style the tab */

.tab {
	overflow: hidden;
	display: flex;
	align-items: center;
	list-style: none;
	flex-wrap: wrap;
	justify-content: center;
}

.tab button {
	font-family: 'Nunito', sans-serif;
	background-color: #ffffff;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 1rem;
	transition: 0.3s;
	color: #000000;
	border-radius: 8px;
	margin: 8px 8px 4px 8px;
	font-size: 1rem;
	font-weight: 600;
	width: auto;
	letter-spacing:0;
	text-transform:none;
}

@media screen and (min-width: 768px) {
	.tab {
		overflow: hidden;
		/*border: 1px solid #ccc;
		 background-color: #f1f1f1; */
		display: flex;
		align-items: center;
		list-style: none;
		overflow: auto;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.tab button {
		border-radius: 8px 8px 0 0;
		font-size: 1.25rem;
		width: 220px;
		margin: 0 1px;
	}
}

.tab button:hover {
	/* background: #EC407A;
	color: #ffffff; */
	/* background:#BEB7E1; */
	background:#ffebee;
	color:#000000;
}

.tab button.active {
	background-color: #EC407A;
	color: #ffffff;
}

.tabcontent {
	display: none;
}


.courses {
	padding-top: 1.5rem;
}

.courses-tab-content {
	padding: 2rem 0.5rem 2.5rem 0.5rem;
	margin-bottom: 3rem;
	margin-top: 0.5rem;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 0 0 16px 16px;
	border-top: 3px solid #EC407A;
	margin-left:0.5rem;
	margin-right:0.5rem;
}


@media screen and (min-width: 768px) {
	.courses-tab-content {
		margin-top: 0;
	}
	.tabspan {
		letter-spacing: 0.05em;
	}
}


.course-duration {
	width: 100%;
	display: flex;
	justify-content: center;
/*	background: #E8E1F4; */
background:transparent;
	padding: 0.375rem 0.5rem;
/*	margin-bottom: 1rem; */
	border-radius:6px 6px 0 0;
	/*outline:1px solid #E8E1F4; */
}

.module-title{
    font-weight:bold;
    text-transform:uppercase;
    font-size:0.875rem !important;
    letter-spacing:0.05em;
}

.course-cat-item:hover {
	border: 2px solid #D3C4E9;
	background: white;
}


.course-cat-item:hover .course-duration {
/*	background: #E8E1F4; */
background:transparent;
}

.course-details {
	padding: 0 0.5rem;
}

.course-cat-item {
	border: 2px solid #eaeaea;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.5);
}
/*
.course-duration p {
	line-height: 2.5;
}
*/

.achievements {
	padding: 2rem 1rem;
}

.catname {
	text-align: center;
	padding: 1rem 0;
}

.coursecat {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.name-price {
	padding: 0.75rem 0 0 0;
}

.course-icon {
	padding: 0.75rem 0 0 0;
	max-height:60px;
}

.uso{
    text-decoration:line-through;
    font-size:1.25rem;
    color:#999999;
    text-decoration-color: #aaaaaa;
    text-decoration-thickness: 1px;
    text-decoration-style: solid;
    line-height:1.3;
    letter-spacing: 0.01em;
}
.usd{
    font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.125;
	margin-bottom: 0rem;
	letter-spacing: 0.01em;
	color: #311B92;
	margin-left:0px;
	
}
.display1 {
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.125;
	margin-bottom: 0rem;
	letter-spacing: -0.01em;
	color: #311B92;
	margin-left:0px;
	display:block;
}

.cross1{
    text-decoration:line-through;
    font-size:1.25rem;
    color:#666666;
    text-decoration-color: #EC407A;
    text-decoration-thickness: 1px;
    text-decoration-style: solid;
    display:block;
    line-height:1.3;
}

.displaymo {
    font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.125;
	margin: 0;
	letter-spacing: -0.01em;
	color: #311B92;
}

.displayusp {
	font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0;
    color: #673AB7;
    margin-left: 0px;
    font-weight: 600;
  /*  text-decoration-style: solid;
    text-decoration-line: underline;
    text-decoration-color: #673AB7;
    text-decoration-thickness: 2px; */
    padding: 0 0 2rem 0;
}


@media screen and (min-width: 768px) {
    .displayusp {
	    font-size: 1.5rem;
        
    }
}


.syllabus,
.activities,
.courses-buttons {
	padding: 1rem 0 0 0;
	font-size: 1rem;
	
}

.syllabus p,
.activities p {
	line-height: 1.5;
}


.syllabus {
	height: 232px;
}

.activities {
	height: 164px;
}

.courses-buttons {
	text-align: center;
	margin:1rem 0 0 0;
	display:none;
}

.achieve {
/*	text-align: center; */
}


.pri-btn {
	background: #7E57C2;
	color: white;
	padding: 0.5rem 0.875rem;
	border-radius: 4px;
	text-decoration: none;
	margin-bottom: 0.5rem;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	width: 85%;
	margin: 0 auto 0.5rem auto;
}

.sec-btn {
	background: #EDE7F6;
	color: #673AB7;
	padding: 0.5rem 0.875rem;
	border-radius: 4px;
	text-decoration: none;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	width: 85%;
	margin: 0 auto 0.5rem auto;
}

.ccitem {
	width: 100%;
	margin: 0 auto;
}

.ach {
    padding:0 0 1rem 0; 
    display:flex; 
    align-items:flex-start;
    
}

.sm-icon {
    padding-right:0.75rem; 
    display:flex;
    
}
.ach-icon {
    font-size:1.5rem; 
    color:#F06292;
    
}
.achieve-txt {
	padding: 1.25rem 0 0 0;
	font-size:1rem;
	line-height:1.5;
}

.syllabus p,
.activities p {
margin-bottom:0.5rem;
}

@media screen and (min-width:700px) {
	.course-duration p {
		font-size: 1rem;
	}
	.syllabus p,
	.activities p {
		font-size: 1rem;
	}
	.pri-btn,
	.sec-btn {
		font-size: 0.875rem;
		padding: 0.5rem 0.875rem;
	}
	.ccitem1 {
		margin: 0;
	}
}

@media screen and (min-width:900px) {
	.course-duration p {
		font-size: 0.875rem;
	}
	.syllabus p,
	.activities p {
		font-size: 1rem;
	}
	.pri-btn,
	.sec-btn {
		font-size: 0.875rem;
		padding: 0.25rem 0.5rem;
	}
	.syllabus {
		height: 224px;
	}
	.activities {
		height: 216px;
	}
	.ccitem1 {
		margin: 0;
	}
}

@media screen and (min-width:1200px) {
	.course-duration p {
		font-size: 1rem;
	}
	.syllabus p,
	.activities p {
		font-size: 1rem;
		
	}
	.syllabus {
		height: 224px;
	}
	.activities {
		height: 180px;
	}
	.ccitem1 {
		margin: 0;
	}
	.pri-btn,
	.sec-btn {
		padding: 0.5rem 0.875rem;
		font-size: 0.875rem;
	}
}


.countrybadge {
	background: #F8BBD0;
	color: #000000;
	font-weight: 600;
	border-radius: 4px;
	display: inline-block;
	vertical-align: baseline;
	font-size: 0.875rem;
	line-height: 1rem;
	padding: 2px 4px;
	letter-spacing: 0.1em;
	margin-bottom: 0.25rem;
}

@media only screen and (min-width: 1200px) {
    .learningsect {
    		margin: 0 2rem;
    }
    .courses-tab-content {
		padding: 2rem 1.25rem 2.5rem 1.25rem;
	}
	/* .cnav {left:0; width:cal100%;} */
}

.cnav{
    top:392px;
    padding:8px;
}
@media only screen and (min-width: 600px) {
    .cnav{
    top:312px;
    padding:8px;
}
    
}
.sessions{
    text-align:center;
    padding:0.5rem 0;
}

.tclc, .tcyl, .tcea {position:relative}

.tclc .tns-nav {
	bottom:-36px;
}


.tcyl .tns-nav {
	bottom:-36px;
}

.tcea .tns-nav {
	bottom:-36px;
}

.leftcont {
	border-radius: 0 50% 50% 0;
}

.rightcont {
	border-radius: 50% 0 0 50%;
}
.stu-age {
    padding:0.25rem 0;
    color:#ec407a;
    font-size:0.75rem;
    font-weight:bold;
    letter-spacing:0.03em;
    display:block;
    line-height:1;
}

.stu-nav {
	font-size: 32px;
	line-height: 32px;
	display: block;
	color: #ec407a;
	background: transparent;
	outline:none;
}

li[aria-disabled="true"] .stu-nav {
	/*opacity: 0.5; */
	color:gray;
}

.icon-bg {
	background: none;
}
    .banner-card{
      display:flex;
      justify-content: space-between;
      align-items:center;
      flex-wrap:wrap;
      border: 2px solid #eaeaea;
      border-radius: 8px;
      padding:8px 8px 16px 8px;
      margin:0 0 1rem 0;
    }
    
    @media only screen and (min-width: 992px) {
    .banner-card:hover {
    border: 2px solid #D3C4E9; 
    background: white;
    }
}

    .name-price h3, .name-price h4 {
      margin:0.5rem 0;
      white-space:nowrap;
    }
    
    .name-price h3 {
        font-size:1.5rem;
    }
    
    .name-price h4 {
        font-size:1.25rem;
    }
    .bc-block-name{
      margin-right:2rem;
      display:flex;
      align-items:center;
    }
    
    .bc-icon img {
        display:block;
    }
    
    .bc-block-desc{
      max-width:100%;
      margin-right:1.5rem;
      display:block;
    }
    .bc-stats-wrapper{
      display:flex;
    }
    .bc-stat {
      display:flex;
      margin-right:1.5rem;

    }
    .bc-stat h4{
      margin:0.5rem 0;
      font-size:1rem;
    }
   
    .bc-block-action a {
      white-space:nowrap;
    }
    .wrapper-stats-actions {
      display:inline-flex;
      align-items:center;
      justify-content:space-between;
      flex:1;
      flex-wrap:wrap;
    }

    .bc-secondary{
      color: #673AB7;
      background: #EDE7F6;
      outline-color: transparent;
      opacity: 1;
      padding: 0.5rem 1.25rem;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      text-align:center;
      text-transform:uppercase;
      margin:0.25rem 0;
      display:inline-block;
      font-size:0.875rem;
      letter-spacing:0.03em;
      width:100%;
    }

    .bc-primary{
      color: #ffffff;
      background: #7E57C2;
      outline-color: transparent;
      opacity: 1;
      padding: 0.5rem 1.25rem;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      text-align:center;
      text-transform:uppercase;
      margin:0.25rem 0;
      display:inline-block;
      font-size:0.875rem;
      letter-spacing:0.03em;
     cursor:pointer;
      width:100%;
    }
    a.bc-primary:hover, a.bc-primary:focus, a.bc-primary:active {
    color: #ffffff;
    background: #65469B;
    outline-color: transparent;
    }
    a.bc-secondary:hover, a.bc-secondary:focus, a.bc-secondary:active {
    color: #673AB7;
    background: #D5D0DD;
    outline-color: transparent;
    }

    .bc-block-stats{margin:0;}
    .bc-block-action{ margin:0; padding-top:1.25rem; flex:1;}
    .bc-block-desc{
        padding-top:1rem;
    }

    @media only screen and (min-width: 600px) {
    
    .banner-card{
        padding:8px;
    }
      .bc-stats-wrapper{
      display:flex;
    }
    .bc-block-action{
      display:inline-block;
    }
    .wrapper-stats-actions {
      flex-wrap:nowrap;
      flex:1;
      justify-content: space-between;
    }
    .bc-block-stats{margin-bottom:0; margin-top:0;}
    .bc-block-action{margin-bottom:0;  margin-top:0; padding-top:1.25rem; flex:unset;}
    .bc-block-desc{
        padding-top:1rem;
    }
    .bc-primary{
        width:240px;
         margin-right:0.5rem;
    }
    .bc-secondary{
     width:240px;
    }
  }

@media only screen and (min-width: 992px) {
    .bc-block-desc{
        padding-top:0;
    }
   .banner-card{
    flex-wrap:nowrap;
   }
   .bc-block-desc{
      max-width:420px;
      margin-right:1.5rem;
      display:block;
    }
    .bc-stats-wrapper{
      display:flex;
    }
    .bc-block-action{
      display:flex;
      flex-direction:column;
    }
    .bc-block-stats{
      width:auto;
    }
    .wrapper-stats-actions {
      flex-wrap:nowrap;
      flex:unset;
      justify-content: space-between;
    }
    .bc-block-stats{margin-bottom:0; margin-top:0;}
    .bc-block-action{margin-bottom:0; margin-top:0; display:flex; flex-direction:column; padding-top:0;}
     .bc-primary{
          width:280px;
         margin-right:0;
     }
     .bc-secondary{
     width:280px;
    }
    
   
  }
  
.hero-txt-bg{
max-width: 448px;
margin: 0 auto;
padding: 0.5rem 1rem; 
background:transparent;
}

@media only screen and (min-width: 600px) {
   /* .hero-txt-bg{background:rgba(0,0,0,0.4);}*/
}

.syllabus ul, .activities ul {margin-left:1.125rem; list-style:none; }
.syllabus ul li::before, .activities ul li::before {
    color:#999999;
    content: '\2022';
    list-style-position: outside;
    display:inline-block;
     width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}