

/* Tab Screen*/

@media all and (max-width:767px){
	.header-top-content h1 {
		font-size: 30px;
	}

	.why-are-we-content h2 {
		color: #6ca36c;
		font-size: 26px;
	}
}

@media all and (max-width:992px){
	.why-are-we-video {
		text-align: center;
		padding-top: 45px;
	}
}

@media all and (max-width:767px){
	.why-are-we-video iframe {
		width: 372px;
		height: 206px;
	}
	.why-are-we-content p {
		font-size: 14px;	
	}
	.research-question-area {
		padding-top: 96px;
		padding-bottom: 208px;
	}
	.research-questions-box h2 {
		font-size: 22px;
	}
	.research-questions-left ul li {
		font-size: 15px;
	}
	.submit-btn-popup {
	    padding-top: 28px;
	    padding-bottom: 80px;
	}

}


@media all and (max-width:560px){
	.research-questions-left ul li{
		width:100%;
		float:none;
	}
	.submit-btn input {
		font-size: 14px;
	}
	.popup-content h2 {
   	 font-size: 26px;
  
	}
	.info-box p {
    font-size: 16px;

	}
	.info-box form input {
	    font-size: 14px;
	}
	.submit-btn-popup input {
   		 font-size:26px;
	}

	.research-questions-left {
		width: 60%;
		margin: 0 auto;
		float: none;
	}

	.research-questions-right {
		width: 80%;
		margin: 0 auto;
	}

	.submit-btn {
		padding-top: 40px;
	}

}

@media all and (max-width:450px){
	.header-top-content h1 {
		font-size: 20px;
	}
	.header-top-content {
		text-align: center;
		padding-top: 30px;
	}
	.why-are-we-area {
		padding-top: 30px;
	}
	.why-are-we-content h2 {
		font-size: 23px;
	}
	.why-are-we-content p{
		width:90%;
	}
	.research-question-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}
		.why-are-we-video iframe {
		width: 284px;
		height: 180px;
	}

	.bell-paid-content img {
		height: 230px;
	}

	.research-questions-left {
		width: 100%;
	}

	.research-questions-right {
		width: 100%;
	}

	.bell-paid-content { 
		padding-top: 50px;
		padding-bottom: 250px;
	}


}