body {
	background: #8865b8;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	position: relative;
}
h1,h2,h3,h4,h5,h6,p,a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h1, h2 {
	font-size: 40px;
	margin: 10px 0 20px 0;
	color: white;
}
h3 {
	font-size: 23px;
	margin: 15px 0 10px 0;
	font-weight: normal;
	line-height: 30px;
	word-spacing: 6px;
	color: white;
}
.bodyP {
	font-size: 17px;
	margin: 10px 0;
	line-height: 25px;
	word-spacing: 6px;
	color: white;
}
.bodyPoint {
	font-size: 17px;
	margin: 5px 0;
	line-height: 25px;
	word-spacing: 6px;
	color: white;
}
.pageLink {
	padding: 10px 15px;
	background: yellow;
	color: black;
	display: block;
	width: 100px;
	text-align: center;
}
.clear {
	clear: both;
}


/*///////////////HEADER ////////////*/

header {
	background: #8865b8;
	height: 70px;
	width: 100%;
	max-width: 1200px;
	min-width: 300px;
	margin: 0 auto;
	position: relative;
}
.headerSec {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	position: relative;
}
.logoSec {
	width: 170px;
	height: 30px;
	padding: 30px 0 10px 10px;
}
.logoSec .logo {
	width: 130px;
	height: auto;
}
.signSec {
	width: 170px;
	height: 39px;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 31px;
}
.signSec a {
	display: inline-block;
	background: transparent;
	color: white;
	padding: 5px 10px;
	margin-left: 10px;
	border-radius: 5px;
	border: 1px solid white;
}
.signSec a:hover {
	background: #eee;
	color: #444;
}


/*//////// main //////////*/

main {
	height: auto;
	width: 100%;
	max-width: 1200px;
	min-width: 300px;
	margin: 0 auto;
}
.subSect {
	height: 500px;
	width: 95%;
	margin: 20px auto;
	position: relative;
}
.subSect img {
	position: absolute;
	width: 400px;
	height: auto;
	right: 50px;
	top: 70px;
}
.readingSec img,
.listeningSec img,
.GrammerSec img {
	left: 50px;
	top: 70px;
}
.heroSect .textSec,
.speakingSec .textSec,
.writingSec .textSec {
	position: absolute;
	max-width: 600px;
	width: 50%;
	height: 300px;
	left: 10px;
	top: 70px;
}
.readingSec .textSec,
.listeningSec .textSec,
.GrammerSec .textSec {
/*	left: calc(100% - 600px);*/
	position: absolute;
	max-width: 600px;
	width: 50%;
	height: 300px;
	right: 10px;
	top: 70px;
}
main .regiPopUp {
	background: whitesmoke;
	width: 100%;
	height: 250px;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	animation-name: divregiPopUp;
  	animation-duration: 1s;
  	animation-timing-function: linear;
  	animation-direction: alternate;
  	box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.2);
}
#close {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #000;
	cursor: pointer;
	padding: 5px 10px;
	z-index: 1;
}

@keyframes divregiPopUp {
  0%   {bottom: -200px;}
  25%  {bottom: 0;}
}
.regiPopUpSec {
	width: 80%;
	height: 200px;
	margin: 40px auto 0 auto;
}
.regiPopBtnGp {
	height: 50px;
	width: 100%;
	position: relative;
}
.namePopUp {
	font-size: 30px;
	font-weight: bold;
}
.descPopUp {
	font-size: 14px;
	margin: 10px 0 20px 0;
}
.regiPopBtnGp a {
	padding: 10px 20px;
	display: inline-block;
	height: 20px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	top: 0;
}
.signUp {
	background: #0080FF;
	color: white;
	border-radius: 5px;
	border: 1px solid #0080FF;
}
.signUpG {
	left: 100px;
	background: whitesmoke;
	color: #444;
	border-radius: 5px;
	border: 1px solid #444;
}
.regiPopBtnGp a img {
	width: 17px;
	height: 17px;
	margin-right: 10px;
}
.popUpImg {
	width: 100px;
	height: auto;
	margin: 10px 0;
}


/*//////// hero section //////////*/

.heroSection {
	background: #8865b8;
}

/*//////// reading section //////////*/

.readingSection {
	background: #ffffff1c;
}

/*//////// speaking section //////////*/

.speakingSection {
	background: #ffffff1c;
}

/*//////// writing section //////////*/
.writingSection {
	background: #ffffff1c;
}

/*//////// Listening section //////////*/
.listeningSection {
	background: #ffffff1c;
}

/*//////// Grammer section //////////*/

.grammerSection {
	background: #ffffff1c;
}







#signDp img{
			position: absolute;
			right: 5px;
			padding: 0;
			margin: 0;
			bottom: 12px;
			cursor: pointer;
			border-radius: 20px;
			width: 26px;
			border: 2px solid white;
		}
		#signDp .userName {
			width: 130px;
			padding: 5px 0;
			text-align: right;
			position: absolute;
			bottom: 12px;
			text-transform: capitalize;
			color: white;
			right: 43px;
		}
		#profSec {
			background: #eee;
			height: 200px;
			width: 150px;
			position: relative;
			bottom: -40px;
			right: -20px;
			display: none;
		}
		#profSec a{
			background: #eeee;
			padding: 5px 10px;
			margin: 0;
			color: #444;
			border-radius: 0;
			font-size: 14px;
			text-align: right;
			display: block;
		}
		#profSec a:hover {
			background: #dddd;
		}
		.buttonSec {
			height: 50px;
			width: 100%;
			margin-top: 30px;
		}
		.buttonSec a {
			display: inline-block;
			margin-right: 10px;
		}
		.pointSec {
			height: 100px;
			width: 300px;
			margin: 0 0 20px 20px;
		}
		.pointSec .bodyP span {
			color: yellow;
		}

		/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 572px) {
		#signDp img{
			bottom: 5px;
			width: 25px;
		}
		#signDp .userName {
			bottom: 5px;
		}
}













/*//////// Footer //////////*/

footer {
	height: auto;
	width: 100%;
	max-width: 1200px;
	min-width: 300px;
	margin: 0 auto;
}
.footerSec {
	width: 100%;
	height: auto;
	margin: 0 auto;
	color: black;
	padding: 10px 0;
}
.footerItemSec {
	width: calc(25% - 20px);
	height: 100px;
	padding: 10px;
	float: left;
}
.footerItemSec ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: white;
}
.footerItemSec ul span {
	font-size: 15px;
	text-transform: uppercase;
}
.footerItemSec ul li {
	font-size: 14px;
	margin: 5px 5px 0 5px;
}
.footerItemSec ul li a {
	color: white;
}
.footerItemSec ul li a:hover {
	opacity: 0.7;
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
	.subSect {
		height: 350px;
	}
	.subSect img {
		width: 300px;
		height: auto;
		right: 50px;
		top: 0px;
	}
	.readingSec img,
	.listeningSec img,
	.GrammerSec img {
		left: 50px;
		top: 0px;
	} 
	.heroSect .textSec,
	.speakingSec .textSec,
	.writingSec .textSec {
		top: 0;
	}
	.readingSec .textSec,
	.listeningSec .textSec,
	.GrammerSec .textSec {
		top: 0;
		width: 50%;
	}

	h1, h2 {
	font-size: 30px;
	}
	h3 {
		font-size: 17px;
		margin: 6px 0;
		line-height: 20px;
	}
	.bodyP {
		font-size: 14px;
		margin: 7px 0;
		line-height: 20px;
	}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	.subSect {
		height: 820px;
	}
	.subSect img {
		width: 536px;
		height: 500px;
		right: 50px;
		top: 0px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.subSect .textSec {
		width: 550px;
		height: 300px;
		left: 0;
		top: 510px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	h1, h2, h3, .bodyP {
		text-align: center;
	}
	.pageLink {
		margin: 10px auto 0 auto;
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 572px) {

	/*	header*/

	header{
		height: 50px;
	}
	.headerSec {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		position: relative;
	}
	.signUpG {
		left: 110px;
		background: whitesmoke;
		color: #444;
		border-radius: 5px;
		border: 1px solid #444;
	}
	.regiPopBtnGp a img {
		width: 17px;
		height: 17px;
		margin-right: 10px;
		
	}
	.logoSec {
		width: 130px;
		height: 10px;
		padding: 30px 0 10px 0;
		position: relative;
	}
	.logoSec .logo {
		width: 100px;
		height: auto;
		left: 10px;
		position: absolute;
		top: 20px;
	}
	.signSec {
		height: 19px;
		padding: 16px 0;
	}
	.signSec a {
	    font-size:13px;
	}

	/*	main*/

	.subSect {
		height: 690px;
	}
	.subSect img {
		width: 300px;
		height: auto;
		right: 50px;
		top: 20px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.subSect .textSec {
		width: 95%;
		height: 360px;
		left: 0;
		top: 320px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	h1, h2, h3, .bodyP {
		text-align: left;
	}
	.bodyPoint {
		text-align: left;
	}
	.pageLink {
		margin: 10px 0 0 0;
	}
	.regiPopUpSec {
		width: 95%;
	}



	/*	footer*/

 .footerItemSec {
		width: calc(100% - 20px);
		height: auto;
		padding: 10px;
		float: left;
	}
	.footerItemSec ul {
		list-style: none;
		margin: 10px auto;
		padding: 0;
		width: 300px;
		color: white;
	}
	.footerItemSec ul li {
		text-align: center;
		margin: 10px 0;
	}
	.footerItemSec ul span {
		text-align: center;
		display: block;
		text-decoration: underline;
	}
	.footerItemSec ul li a{
		color: white;
	}

}


