*{
	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;
}
.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;
	
}
.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%;
}
.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{
	display: block;
	width: 70px;
	height: 30px;
	border-radius: 7px;
	background-color:  #AD7AA7;
	color: white;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 190px;
	display: none;
}
.text-bot .popup-1{
	display: block;
	width: 70px;
	height: 30px;
	border-radius: 7px;
	background-color:  #AD7AA7;
	color: white;
	text-align: center;
	position: absolute;
	top:0px;
	left: 140px;
	display: none;
}


/*--------------------------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;
}





@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;
}
/*.menu_wrapper ul li ul{
	background-color:  #AD7AA7;
	color: white;
}
.menu_wrapper ul li ul li a{
	background-color:  #AD7AA7 !important;
}*/

}
@media(max-width: 576px){
	.text-top .tutorial{
		display: block;
	}
	header {
		background-color: white;
		box-shadow: 0 0 2px 2px #e9ecef;
	}
	main {
		margin-top: 20px;
	}
	.login-class{
		font-size: 12px;
		padding: 5px 10px;
		background-color: teal;
		color: white;
	}
	.title {

		font-size: 16px;
		color: #0172ad;
		margin-bottom: 20px;
	}
	.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%;
	}
}



