/*
 Table Of Contents
 1.) Media Query for Handheld Devices
 2.) Media Query for Tablet
 3.) Media Query for mobile
 ===============================================*/
/*
 1.) Media Query for Handheld Devices
 ===============================*/
@media only screen and (max-width : 1199px) {
	.survey-sec{
		width: calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		padding-bottom: 15px;
	}
	.bottom-wrapper{
		padding: 0px 15px 0px 15px;
		/* margin-top: 129px; */
	}
}
/*
 2.) Media Query for Tablet
 ===============================*/
@media only screen and (max-width : 991px){

	.survey-sec{
		width: calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: -moz-calc(100% - 70px);
	}
	.bottom-wrapper{
		padding:0px 15px 0px 15px;
		margin-top: 0px;
	}
}
/*
 3.) Media Query for mobile
 ===============================*/
@media only screen and (max-width : 767px){
	.body-slider1 .wrapper,.body-slider .wrapper{
		overflow: hidden;
        height: 100vh;
	}
	.body-slider1 .wrapper{
		opacity: 0.3;
	}
	.survey-sec{
		width:100%;
		/* padding-top: 192px; */
		padding-top: 150px;
	}
	a{
		font-size: 14px;
	}
		.survey-bottom{
			position: relative;
		}
		.bottom-wrapper{
			padding-top: 0;
			margin-top: 0;
		}
}

/* @media only screen and (min-width : 768px) and (max-width : 960px){

}

@media only screen and (min-width : 768px) and (max-width : 893px){

}

@media only screen and (max-width : 479px){
	}

@media only screen and (max-width : 580px){
	.survey-sec{
		padding-top:170px;
	}
}
@media only screen and (max-width : 960px){
	.message-text{
		font-size:14px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1024px){
	} */
