@media only screen and (max-width: 600px) {
	.v-header {
		height: 196px;
	    display: flex;
	    align-items: center;
	    color: #fff;
	    position: relative;
	}
	
	video {
		height: 100%;
	}
	.surveySignup {
		background-image: url(../../resources/images/survey_signUp.png);
		height: 190px;
	}
}
@media only screen and (min-width: 600px) {
	.modalPicture{
   		width:380px;
   	}
   	.surveySignup {
		background-image: url(../../resources/images/survey_signUp.png);
		height: 210px;
	}
	.uspCards {
		height: 282px;
		padding: 4%;
	}
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
	.v-header {
		height: 376px;
	    display: flex;
	    align-items: center;
	    color: #fff;
	    position: relative;
	} 
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.v-header {
		height: 497px;
	    display: flex;
	    align-items: center;
	    color: #fff;
	    position: relative;
	} 
}
@media only screen and (max-width: 1500px) and (min-width: 1280px) {
	.v-header {
		height: 610px;
	    display: flex;
	    align-items: center;
	    color: #fff;
	    position: relative;
	} 
}

@media only screen and (min-width: 1500px)  {
	.v-header {
		height: 750px;
	    display: flex;
	    align-items: center;
	    color: #fff;
	    position: relative;
	} 
}

.fullscreen-video-wrap {
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	}
	
.fullscreen-video-wrap video {
	height: 100%;
    width: 100%;
    object-fit: fill;
}
ul.ul-type li {
	list-style-type: square;
}
.hides {
  display: none;
}
#purpose-tab {
	padding: 3px;
	background-color: #86dff9;
}	
#disc-ul {
	padding-left: 5%;
}
#disc-ul li {
	list-style-type: square;
}
.overlappingSection {
    background-color: #eceaea;
    box-shadow: 0 0 24px rgba(0,0,0,.4);
    width: 80%;
    margin: 0 auto;
    margin-top: -1%;
    padding: 2%;
    position: relative;
}
.modalPicture
	{
	background-color:white !important;
	height:610px;
}
.formButton {
    background-color: #006684;
    margin-top: 1%;
}
.headingForm {
    margin-top: 10%;
    text-align: center;
}
.feature-div {
	background-color: #006684;
    padding-top: 1%;
    padding-bottom: 1%;
    color: white;
}