.heading-others {
	color: #006850;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: tt_supermolot_neueexpandedBd;
	margin-bottom:55px;
	padding-top: 22px;
	margin-left:35px;
}

.main-div {
	margin-left:35px;
	margin-right:35px;
}

.contact-details-c {
	margin-bottom: 60px;
}

.query-form {
	margin-bottom: 30px;
}

.address-contact-c, .map-address {
	margin-bottom: 30px;
}

.query-desc {
	color: #006850;
	line-height: 1.7;
    letter-spacing: 1px;
    font-weight: 600;
	font-size:16px;
}

.googleMap iframe {
	width: 90%;
    height: 60%;
}

.query-head {
	color: #006850;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: tt_supermolot_neueexpandedBd;
}

.address-head {
	font-family: rajdhanimedium;
    font-weight: 600;
	font-size:26px;
}

.address-add, .adress-contact {
	margin-bottom:20px;
}


.address-contact-c {
	color: #006850;
	line-height: 1.7;
    letter-spacing: 1px;
    font-weight: 600;
	font-size:16px;
}

.display-none {
  display: none;
}

textarea {
  resize: vertical;
  width:100%;
  outline: none;
  border: 1px solid #BBB;
}

.query-form-or {
	color: #006850;
	line-height: 1.7;
    letter-spacing: 1px;
    font-weight: 600;
	font-size:14px;
	margin-bottom:60px;
	margin-top:45px;
}

.one-div, .three-div {
	margin-bottom: 15px;
	display:flex;
}


.two-div, .four-div {
	margin-bottom: 15px;
 }

.half {
	display:inline;
	width:50%;
}

.two-div .full-w input {
	width:100%;
}

#contact-form {
	width: 100%;
}

#email-submit-btn {
	border:none;
	outline:none;
	background: #F15B38;
	color:white;
	display:block;
    font-family: rajdhani;
    text-decoration: none;
	padding: 8px 20px;
	letter-spacing: 1px;
    font-weight: bold;
	margin-top: 5%;
	font-size: 16px;
	border: 3px solid #F15B38;
	transition: all .5s cubic-bezier(.445,.05,.55,.80);
}

#email-submit-btn:hover {
	border: 3px solid #F15B38;
	background-color:white;
	color: #F15B38;
}


input[type=text], input[type=email] ,input[type=tel] {
	width: 100%;
    height: 35px;
	outline: none;
    border: 1px solid #BBB;
}

.address-contact-c a {
	text-decoration:none;
	color: #006850;
	transition: all .5s cubic-bezier(.445,.05,.55,.80);
}

.address-contact-c a:hover {
	opacity:0.8;
}

@media screen and (min-width: 1024px) {
	body main .heading-others {
		font-size: 38px;
		letter-spacing: 1px;
		margin-left:128px;
	}

	body .main-div {
		margin-left:128px;
		margin-right:128px;
	}	
	
	.contact-details-c .address-contact-c {
		font-size: 24px;
	}
	
	.query-text .query-desc {
		font-size: 24px;
	}
	
	#contact-form label {
		font-size: 18px;
	}
	
	.address-contact-c .address-head {
		font-size: 32px;
	}
	
	.map-address .googleMap iframe {
		height: 380px;
	}
	
	.query-text .query-head {
		font-size: 40px;
		margin-bottom: 40px;
	}
	
	.address-contact-c .address-add, .address-contact-c .adress-contact {
		margin-bottom: 30px;
	}
	
	input[type=text], input[type=email] ,input[type=tel] {
		height: 40px;
	}
	
	.query-form .query-form-or {
		padding-right: 18%;
		padding-left: 5%;
	}
	
	#contact-form .four-div #email-submit-btn {
		padding: 17px 45px;
		font-size: 26px;
		letter-spacing: 3px;
	}
	
	.query-form-or form #email-submit-btn {
		padding: 12px 35px;
		font-size: 22px;
	}
	
	
}

@media screen and (min-width: 768px) {

	main .heading-others {
		font-size: 2.5vh;
		margin-left:35px;
	}
	
	.main-div {
		margin-left:35px;
		margin-right:35px;
	}	
	
	.address-contact-c, .query-desc  {
		font-size:18px;
	}
	
	.contact-details-c {
		display:flex;
	}
	
	.map-address {
		width:50%;
	}
	
	.address-contact-c {
		width:50%;
	}
	.googleMap iframe {
		width: 100%;
		height: 250px;
	}
	
	.address-contact-c, .map-address {
		margin-bottom:75px;
	}
	
	.query-form {
		display: flex;
	}
	
	.query-form .query-text {
		width: 45%;
	}
	
	.query-form-or {
		width: 55%;
		padding-right: 5%;
		margin-top:0;
	}
	
	.query-text .query-desc {
		width: 85%;
	}
	
	.address-head {
		font-size: 30px;
	}
	
	.query-head {
		font-size: 30px;
	}
	
	label {
		font-size: 16px;
	}

	.four-div #email-submit-btn {
		padding: 10px 30px;
		font-size: 20px;
		letter-spacing: 2px;
	}
	
	form #email-submit-btn {
		padding: 10px 25px;
		font-size: 20px;
	}
	

}



@media screen and (min-height: 1000px) and (min-width: 1023px) {
	body main .heading-others {
		font-size: 2.5vh;
	}
}