/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.non{
	display:none !important;
}

.liscroll{
	overflow-y: scroll;
max-height: 111px;
padding-right: 20px;
}
.liscroll::-webkit-scrollbar {
width: 2px;
}
.liscroll::-webkit-scrollbar-thumb {
background: #ddd;
border-radius: 10px;
}
.liscroll::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}

.frmmdes{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 24px 32px -6px;
    border-radius: 14px;
    background: #fff;
    padding: 20px;
    border: 1px solid #fff6f6;
}

textarea#message {
    height: 69px !important;
}

@media only screen and (max-width: 900px) {

	.mobihader{
		font-size: 14px !important;
	}

	.mainhead h1{
				font-size: 16px !important;

	}
	.stps{
	font-size: 15px !important;
    line-height: 1.5 !important;
}

}
