@media only screen and (max-width: 1680px){




}



@media only screen and (min-width: 1500px) and (max-width: 1902px) {
	


}



@media only screen and (min-width: 1500px) and (max-width: 1820px) {}


@media only screen and (min-width: 1400px) and (max-width: 1600px) {}



@media only screen and (min-width: 1367px) and (max-width: 1567px){
	



}


@media only screen and (max-width: 1366px){
	



}



@media only screen and (min-width: 1319px) and (max-width: 1530px) {
	
	


}



@media only screen and (min-width: 1200px) and (max-width: 1770px) {
	.contact-one__shape-1 {
		display: none;
	}
}




/* Medium screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {


}


/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	h2 {
		font-size: var(--font-38);
	}



}









/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	.center_title {
		margin-bottom: 40px;
	}
	.submit__overlay {
		height: 10%;
		width: 97%;
		background-color: #ffffff66;
		position: absolute;
		margin-top: -90px;
		margin-left: 0px;
	}

	h2 {
		font-size: var(--font-28);
	}

	



}



@media only screen and (max-width: 767px) {

	.common_title {
		margin-bottom: 40px;
	}


}

