/* =====================================
Template Name: SURVEYBLOCKS
Author Name: Kazi
Description: SURVEYBLOCKS
Version: 1.0.0
========================================*/
@media only screen and (min-width: 1500px) {
	.survey-area{
		height: 100%;
	}
}
/* Tablet Screen */
@media only screen and (max-width: 1200px) {
	.login-area, 
	.welcome-area, 
	.survey-area {
		padding-left: 0px !important;
	}
	.login-area-bg {
		display: none;
	}
	.welcome-cont,
	.container-fluid{
		width: 100% !important;
	}
	.login-inner, 
	.login-form-inner {
		width: 100% !important;
	}
	.view-at-top {
		margin: 0 auto;
	}
	.login-bottom-content {
		display: block !important;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

	.login-form-inner {
		width: 400px;
	}	
	.login-bottom-content {
		display:block;
	}	
	.login-form {
		margin-top: 60px;
		margin-bottom: 30px;
	}
	.login-area-bg {
		height: 733px;
	}	
	.login-bottom-content.login-c {
		display: flex;
	}	

}

/* Mobile Screen */
@media only screen and (max-width:767px) {

	.theme-btn {
		padding: 15px 25px;
	}
	.login-area {
		position: relative;
	}
	.login-inner {
		width: initial;
	}
	.login-form-inner {
		width: initial;
	}
	.login-form{
		display: table-cell;
	}
	.welcome-area, 
	.survey-area {
		display: initial;
	}
	.list-surveys.third-col tr td:nth-child(3n+3), .list-surveys.third-col tr th:nth-child(3n+3) {
		display: none;
	}
	.list-surveys.fourth-col tr td:nth-child(4n+4), .list-surveys.fourth-col tr th:nth-child(4n+4) {
		display: none;
	}
	.theme-btn{
		margin-right: 0;
	}
	.login-area, 
  	.welcome-area,
  	.survey-area{
		  padding-bottom: 35px;
	  }
}

@media only screen and (max-width:767px) {
	.surveys-link ul li{
		padding: 20px 7px;
		width: 100%;
	}
	.login-bottom-content {
		display: block !important;
	}
}
@media only screen and (max-width:600px) {
	.welcome-area h1, .survey-area h1{
		font-size: 20px;
    	line-height: 24px;
	}
	.login-bottom-content {
		display: block !important;
	}
	.surveys-link h1{
		margin: 5px 0 20px !important;
	}
}