@media all and (max-width: 1200px){
	.single-profile-text p {
		width: 100%;
	}
	.single-profile-text p::before {
		width: 90%;
		left: 50%;
		-webkit-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
		transform: translatex(-50%);
	}
	.mastery-academy-button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;		
	}
	.mastery-first-button a {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.mastery-second-button a {
		margin-left: 0;
	}
	h1 {
		font-size: 45px;
	}
	.understanding-button {
		margin-top: 45px;
	}
	/*.will-work-carosel-area {
		margin-left: 70px;
	}*/
}

@media all and (max-width: 991px){
	h2 {
		font-size: 25px;
	}
	.header-menu ul li {
		margin: 0 10px;
	}
	.header-join-button a {
		padding: 4px 35px;
		margin-left: 10px;
	}
	.header-section,.products-section,.jd-profile-section {
		background-size: cover;
	}
	.mastery-academy-content h2.first-heading {
		font-size: 25px;
	}
	.all-video-button a {
		margin: 15px 0;
	}
	.iframe-area {
		margin-top: 30px;
	}
	.mastery-academy-content h2.first-heading::after {
		width: 370px;
		bottom: -30px;
	}
	.mastery-academy-area {
		padding-top: 90px;
	}
	.mastery-first-button a {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.mastery-second-button a {
		margin-left: 0;
	}
	.understanding-video {
		margin: 60px auto;
	}
	.understanding-area {
		padding-top: 100px;
	}
	.home-header-section,.products-explained-section,.howdo-paid-section,.will-work-section {
		padding-bottom: 100px;
	}
	.row.second-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.row.fourth-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.popup-main-area {
		padding: 150px 0;
	}
}

@media all and (min-width: 768px){

	.header-menu ul {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.home-main-menu ul {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
@media all and (max-width: 767px){
	.understanding-text {
		text-align: center;
	}

	.for_pc{
	  display:none !important;
	}
	.for_mobile{
	  display:block !important;
	}
	.understanding-button{
		justify-content: center;
	}
	.willwork-button a{
		margin-left:auto;
		margin-right:auto;
	}


	.header-join-button.mobile-header-join {
		display: block;
		position: absolute;
		top: 0;
		right: 20px;
	}
	.header-join-button{
		display: none;
	}
	.iframe-area-main {
		padding-top: 50.25%;
	}
	.mastery-first-button a {
		margin-right: 12px;
		margin-bottom: 0;
	}
	.mastery-second-button a {
		margin-left: 12px;
	}
	.iframe-area {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.mastery-academy-button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;		
	}
	.mastery-first-button a {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.mastery-second-button a {
		margin-left: 0;
	}
	.single-profile-text {
		margin-top: 40px;
	}
	.header-section,.products-section {
		padding-bottom: 120px;
	}
	.mastery-academy-area,.products-section {
		padding-top: 50px;
	}
	.jd-profile-section {
		padding: 20px 0;
	}
	.mobile-menu-icon {
		display: block;
		position: absolute;
		top: 6px;
		right: -10px;
	}
	.header-join-button a {
		margin-right: 30px;
	}
	.header-section{
		position: relative;
	}
	.header-menu ul {
		position: absolute;
		left: 0;
		top: 10px;
		background: rgba(0,0,0,.8);
		width: 100%;
		z-index: 99;
		padding: 20px 0;
		display: none;
		text-align: center;
	}
	.header-menu ul li a {
		color: #FFF;
	}
	.home-header-section,.products-explained-section,.howdo-paid-section,.will-work-section {
		background-size: cover;
	}
	.understanding-area {
		padding-top: 65px;
	}
	.home-header-section, .products-explained-section, .howdo-paid-section, .will-work-section {
		padding-bottom: 60px;
	}
	.popup-main-area {
		padding: 100px 0;
	}
	.popup-content-area {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.home-main-menu ul li a::after {
		display: none;
	}
	.home-main-menu ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		background: rgba(0,0,0,.8);
		position: absolute;
		width: 100%;
		left: 0;
		top: 5px;
		padding: 18px;
		z-index: 1;
		display: none;
	}
	.home-main-menu ul li a{
		color: #FFFFFF;
		display: inline-block;
		margin:5px 0;
	}
}

@media all and (max-width: 575px){
	h1 {
		font-size: 40px;
	}
	.mastery-academy-button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;	
		margin-top: 35px;	
	}
	.mastery-first-button a {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.mastery-second-button a {
		margin-left: 0;
	}
	.header-section, .products-section {
		padding-bottom: 70px;
	}
	.mastery-academy-area, .products-section {
		padding-top: 30px;
	}
	.mastery-first-button a,.mastery-second-button a  {
		font-size: 15px;
		padding: 5px 0;
		width: 240px;
	}
	.mastery-first-button a{
		line-height: 30px;
	}
	.mastery-first-button a:hover {
		line-height: 34px;
	}
	.mastery-second-button a {
		line-height: 35px;
	}
	.mastery-second-button a:hover {
		line-height: 30px;
	}
	.mobile-menu-icon {
		right: 0px;
	}
	.header-join-button a {
		margin-right: 40px;
	}
	/*.will-work-carosel-area {
		margin-left: 50px;
	}*/
	/*.understanding-heading h1 {
		line-height: 45px;
	}*/
	.understanding-heading p span {
		margin-top: 12px;
	}
	.understanding-video {
		margin-top: 30px;
	}
	.understanding-area {
		padding-top: 30px;
	}
	.will-work-section {
		padding-top: 30px;
	}
	.home-header-section, .products-explained-section, .howdo-paid-section, .will-work-section {
		padding-bottom: 40px;
	}
	.sha-video-button a {
		font-size: 20px;
	}
	.popup-content-area {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.popup-main-area {
		padding: 80px 0;
	}
	.popup-image {
		width: 200px;
		height: 200px;
	}
	.popup-contact-heading h4.sha-extra {
		margin-bottom: 40px;

	}
	.popup-contact-heading h4 {
		font-size: 18px;
	}
	.sha-text-content a {
		font-size: 15px;
	}
	.popup-content-area {
		padding: 100px 0;
	}
	.get_started_btn p{
		font-size:28px;
	}
	.get_started_btn ul{
		flex-direction: column;
	}
	.get_started_btn {
		margin-top: 80px;
	}
	.section_last_2{
	    display: flex;
	}
	.get_started_btn ul {
		margin-top: 25px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		transform:inherit;
		left:30%;
		top:102%;
		display: none;
	}
	.owl-carousel .owl-nav button.owl-next{
		transform:inherit;
		right:30%;
		top:102%;
		display: none;
	}
	.understanding-second-button{
		display: none;
	}
	.understanding-first-button a::after{
		display: none;
	}
	.understanding-first-button a {
		font-weight: 700;
		font-size: 17px;
		background: #FFFFFF;
		color: #006CFF;
		border: 3px solid #006CFF;
		width: auto;
		line-height: 10px;
		display: inline-block;
		padding: 15px 12px;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	.section_last_1{
		display: none;
	}
	.willwork-button{
		display: none;
	}

	.section_last_2 .understanding-second-button{
		display: block;
	}
	.section_last_2 .understanding-first-button a::after{
		display: block;
	}
	.section_last_2 .understanding-second-button a {
		font-size: 17px;
		width: 140px;
		height: 46px;
		line-height: 15px;
		padding: 14px 0;
	}
	.understanding-video{
		margin-bottom: 0px;
	}
	.understanding-button.section_last_2 {
		margin-top: 70px;
	}

	#sec1 {
		margin-top: 40px;
	}

	.understanding-second-button a::after {
		left: -18px;
	}

}

@media all and (max-width: 450px){

	.understanding-text {
		text-align: center;
	}
	#fp-nav-wrapper,.p_fixed{
		display: none;
	}
	h1 {
		font-size: 40px;
		line-height: 50px !important;
	}
	h2 {
		font-size: 20px;
	}
	.header-logo img {
		width: 90px;
	}
	.header-join-button a {
		font-size: 10px;
		padding: 4px 15px;
		margin-left: 0;
	}
	.mastery-academy-content h2.first-heading {
		font-size: 20px;
	}
	.all-video-button a {
		margin: 12px 0;
	}
	.mastery-academy-content h2.first-heading::after {
		width: 290px;
		bottom: -30px;
	}
	.all-video-button a {
		font-size: 20px !important;
	}
	.products-area-text h2::after {
		width: 290px;
		bottom: -30px;
	}
	.iframe-area {
		margin-top: 20px;
	}
	.mastery-academy-area, .products-section {
		padding-top: 20px;
	}
	.header-section, .products-section {
		padding-bottom: 50px;
	}
	  
	.home-main-menu ul li {
		margin: 0 4px;
	}
	.home-main-menu ul li a::after {
		display: none;
	}
	/*.understanding-heading h1 {
		line-height: 35px;
	}*/
	.understanding-heading p {
		width: 100%;
		font-size: 18px;
		line-height: 30px;
	}
	.understanding-second-button a {
		width: 130px;
	}
	.willwork-button a {
		font-size: 15px;
		padding: 8px 0;
		width: 240px;
	}
	.understanding-area {
		padding-top: 10px;
	}
	.popup-heading h2::after {
		width: 200px;
		bottom: -14px;
	}
	.popup-image {
		width: 110px;
		height: 110px;
	}
	.single-sha-text {
		margin: 20px 0;
	}
	.popup-heading h2 {
		margin-bottom: 50px;
	}
	.popup-contact-heading h4 {
		font-size: 16px;
	}
	.sha-text-content a {
		font-size: 13px;
	}
	.sha-text-content {
		margin-left: 10px;
	}
	.popup-content-area {
		padding: 50px 0;
	}
	.popup-main-area {
		padding: 50px 0;
	}
}
