*{
	font-size: 16px;
	font-family: 'Arial';
}
main{ 
	margin-top: 100px;
	margin-bottom: 30px;
}
body a:hover, body a:focus, body a:active {
	color: #f8f9fa;
}
.menu_wrapper ul{
	margin-bottom: 0;
}
.menu_wrapper ul ul{
	padding-left: 0;

}
.login-class{
	padding: 10px 20px;
	background-color: white;
	color: #AD7AA7;
	border-radius: 20px;
}
.login-class:hover{
	background-color: teal;
}
.title{
	text-transform: uppercase;
	font-size: 30px;
	color: black;
	margin-bottom: 40px;
}
.row-tran{
	justify-content: center;
}
.text-top{
	width: 100%;
	
}
.text-top textarea{
	width: 100%;
	height: 150px;
}
.text-top .tutorial{
	
	margin-bottom: 30px;
	display:flex;
}
.text-top .tutorial .mobile{
	padding-right: 20px;
	display: none;
	
}
.text-top .tutorial .desktop{
	
}

.desktop button{
	padding: 10px;
	background-color: #AD7AA7;
	color: #ffff;
	border: solid;
	border-radius: 5px;
	transition: 0.4s;
}
.mobile button{
	padding: 10px;
	background-color: #AD7AA7;
	color: #ffff;
	border: solid;
	border-radius: 5px;
	transition: 0.4s;
}
.text-top .tutorial button:hover,
.text-top .tutorial button:focus{
	
	background-color: #0172ad;
	transition: 0.4s;
}
.text-top .tutorial i{
	padding-right: 5px;
}
.text-top .text>div{
	color: black;
}
.text-top .button button{
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	background-color: white;
	color: #AD7AA7;
	font-size: 20px;
	border-color: #AD7AA7;
	transition: 0.4s;
	border-radius: 5px;
	border: solid;
}
.text-top .button button:hover,
.text-top .button button:focus{
	background-color: #0172ad;
	border-color: #0172ad;
	color: white;
	transition: 0.4s;
}
.text-bot{
	margin-top: 30px;
	width: 100%;
	position: relative;
}
.text-bot textarea{
	width: 100%;
	height: 150px;
}
.text-bot p{
	font-size: 16px;
	color:  black;
	margin-bottom: 10px;
}
.text-bot p button{
	padding: 5px 10px;
	background-color:  #AD7AA7;
	color: white;
	border: none;
	border-radius: 5px;
	transition: 0.4s;
}
.text-bot p button:hover,
.text-bot p button:focus{
	background-color: #0172ad;
	color: white;
	transition: 0.4s;
}
.text-bot .popup{
	padding: 5px 10px;
	width: 150px;
	height: 40px;
	border-radius: 7px;
	background:  #0172ad;
	color: white;
	text-align: center;
	position: absolute;
	top: -5px;
	left: 200px;
	display: none;
}
.text-bot .popup-1{
	padding: 5px 10px;
	width: 150px;
	height: 40px;
	border-radius: 7px;
	background:  #0172ad;
	color: white;
	text-align: center;
	position: absolute;
	top: -5px;
	left: 150px;
	display: none;
}
.text-bot .popup-2{
	padding: 5px 10px;
	width: 150px;
	height: 40px;
	border-radius: 7px;
	background:  #0172ad;
	color: white;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
}
.code_script{
	height: 50px !important;
	opacity: 0;
	visibility: visible;
}
.code_sct{
	justify-content: unset;
}
/*.code_sct{
	position: absolute;
	left: 0;
	bottom: 0px;
	}*/
	/*--------------------------modal-------------------*/
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		padding-top: 100px; /* Location of the box */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}

	/* Modal Content */
	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 1px solid #888;
		width: 80%;
	}

	/* The Close Button */
	.close {
		color: #aaaaaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
	}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}


	/*--------------------------model-1------------------------------*/
	.modal-1 {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		padding-top: 100px; /* Location of the box */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}

	/* Modal Content */
	.modal-content-1 {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 1px solid #888;
		width: 80%;
	}

	/* The Close Button */
	.close-1 {
		color: #aaaaaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
	}

	.close-1:hover,
	.close-1:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}

	.menu_wrapper ul li ul{
		background-color:  #AD7AA7;
		color: white;
	}
	.menu_wrapper ul li ul li a{
		background-color:  #AD7AA7 !important;
	}

	a .login-class:hover{
		background: teal;
	}


	.title{
		padding-top: 130px;

	}
	.title p{
		font-size: 25px;
	}
	.btn-action.white {
		background: #fff;
		color: #000;
		border: solid thin #fff;
		padding:5px 10px;
	}
	.btn-action {
		border-radius: 5px;
		padding: 4px 12px;
		text-transform: uppercase;
		outline: none!important;
		cursor: pointer;

	}
	.login-class.btn-action.white{
		padding: 8px 10px;
	}
	.price span{
		font-weight: 600;
	}
	header{
		box-shadow: 0 2px 5px 2px rgb(0 0 0 / 9%);
		padding: 10px 0;
	}
	@media(max-width: 992px){
		main{
			margin-top: 30px;
			padding-bottom: 30px;
		}
		.login-class{
			display: block;
			margin: 0 auto;
		}

		.title {
			text-transform: uppercase;
			font-size: 25px;
			margin-bottom: 30px;

		}
		.menu_wrapper.active{
			background: #AD7AA7;
		}
}
@media(max-width: 768px){
	.title p{
		font-size: 18px;
	}
	.title {
		padding-top: 115px;
	}
	.text-top .tutorial .mobile{
		display: block;
	}
	.text-top .tutorial .desktop{
		display: none;
	}
}
@media(max-width: 576px){
	.text-top .tutorial{
		display: block;
	}
	header {
		background-color: white;
		box-shadow: 0 0 2px 2px #e9ecef;
	}
	main {
		margin-top: 20px;
	}
	.btn-action.white{
		background:  #AD7AA7;
	}
	.login-class{
		font-size: 12px;
		padding: 5px 10px;
		background-color: teal;
		color: white;
	}
	.title p{
		font-size: 16px;

	}
	.title {

		color: #0172ad;
		margin-bottom: 20px;
		padding-top: 35px;
	}
	.desktop{
		padding-top: 5px;
	}
	.text-top .tutorial .mobile {
		padding-right: 0px;
	}
	.mobile,.desktop{
		width: 100%;
	}
	#myBtn{
		width: 100%;
		font-size: 14px;
	}
	#myBtn-1{
		width: 100%;
		font-size: 14px;
	}
	.button{
		display: block;
		width: 100%;
	}
	.button button{
		width: 100% !important;
	}
	
}
@media(max-width: 320px){
	#use-desktop{
		width: 80%;
	}
	#use-mobile{
		width: 80%;
	}
	.title{
		padding-top: 70px;
	}
}