@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Abel:400);
@charset "utf-8";
/*--contact start here--*/
.contact {
  background: url(../images/con-ban.jpg)no-repeat;
  min-height: 500px;
  background-size: cover;
}
.contact {
  padding: 3em 0em;
}
.contact-top h3 {
  font-size: 2.4em; font-weight:bold;
  color: #007c99;
  margin: 0em 0em 0.2em 0em;
  font-family: 'Merriweather'; text-align:center;
}
.contact-top {
  text-align: center;
  padding: 0em 0em 2.5em 0em;
}
.contact-left h4 {
  font-size: 2.2em;
  color: #007c99;
  margin: 0em 0em 0.3em 0em;
  font-family: 'Merriweather';
}
.contact-left h5 {
  font-size: 0.95em;
  color: #007c99;
  line-height: 1.8em;
  width: 95%;
  margin: 0em 0em 2em 0em;
}
.contact-left p {
  font-size: 1.25em;
  color: #2266B9;
  line-height: 1.8em;
}
.contact-right {
  margin: 0 auto;
}
.contact-right input[type="text"] {
  font-size: 1.25em;
  color: #838383;
  outline: none;
  width: 100%;
  height: 65px;
  margin: 0em 0em 0.6em 0em;
  padding: 0.4em 1em 0.4em 1em;
  border-radius: 5px;
  border: 1px solid #C4C4C4;
  background: #fff;
  font-family: 'Abel';
}
.contact-right textarea {
  font-size: 1.25em;
  color: #838383;
  outline: none;
  width: 100%; 
  height: 200px;
  resize: none;
  border-radius: 5px;
  border: 1px solid #C4C4C4;
  background: #fff;
  padding: 0.5em 1em 0.5em 1em;
  font-family: 'Abel';
}
.contact-right input[type="submit"] {
  font-size: 1.25em;
  color: #fff;
  padding: 0.4em 1em 0.4em 1em;
  background:#B6B6B6;
  border: none;
  width: 20%; 
  height: 50px;
  outline: none;
  margin: 0.6em auto 0em;
  display: block;
  border-radius: 5px;
  font-family: 'Abel';
}
.contact-right input[type="submit"]:hover {
	background: #949494;
	color: #fff;
	border: 1px solid #C4C4C4;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	
}
.map {
  background: rgba(153, 153, 153, 0.2);
}
.map iframe {
  width: 100%;
  height: 450px;
  border: none;
}
@media(max-width:1440px){

}
@media(max-width:1336px){
	
}
@media(max-width:1280px){
}
@media(max-width:1024px){
}
@media(max-width:768px){
.contact-top h3 {
  font-size: 2.5em;
}
.contact {
  padding: 2em 0em;
}
.contact-top {
  padding: 0em 0em 1.5em 0em;
}
.contact-left {
  margin: 0em 0em 2em 0em;
}
}
@media(max-width:640px){
}
@media(max-width:480px){
.map iframe {
  height: 205px;
}
.contact-top h3 {
  font-size: 2em;
}
.contact-left h4 {
  font-size: 1.5em;
}
.contact {
  padding: 1.5em 0em;
}
.contact-left h5 {
  font-size: 0.9em;
  line-height: 1.6em;
  width: 100%;
  margin: 0em 0em 1em 0em;
}
.contact-left p {
  font-size: 0.9em;
  line-height: 1.6em;
}
.contact-right input[type="text"] {
  font-size: 0.9em;
  padding: 0.3em 1em 0.3em 1em;
}
.contact-right textarea {
  font-size: 0.9em;
  height: 9em;
}
.contact-right input[type="submit"] {
  font-size: 0.9em;
  padding: 0.4em 1em 0.3em 1em; #79bafc
}
}
@media(max-width:320px){
.map iframe {
  height: 150px;
}
.contact {
  padding: 1em 0em;
}
.contact-left {
  padding: 0em;
}
.contact-top h3 {
  font-size: 1.5em;
}
.contact-top {
  padding: 0em 0em 1em 0em;
}
.contact-left h5 {
  font-size: 0.8em;
}
.contact-left p {
  font-size: 0.83em;
}
.contact-left {
  margin: 0em 0em 1em 0em;
}
.contact-right {
  padding: 0px;
}
.contact-right textarea {
  height: 6em;
}
}
.tile{
    height: 200px;
    width: 170px;
    position: relative;
}
input[type="checkbox"]{
    -webkit-appearance: none;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid transparent;
    outline: none;
    box-shadow: 15px 15px 25px rgba(2,28,53,0.05);
}
input[type="checkbox"]:after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f111";
    font-size: 22px;
    top: 10px;
    left: 10px;
    color: #e2e6f3;
}
input[type="checkbox"]:hover{
    transform: scale(1.08);
}
input[type="checkbox"]:checked{
    border: 3px solid #478bfb;
}
input[type="checkbox"]:checked:after{
    font-weight: 900;
    content: "\f058";
    color: #478bfb;
}
label{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 80%;
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
label .fas{
    font-size: 60px;
    color: #2c2c51;
}
input[type="checkbox"]:checked + label .fas{
    animation: grow 0.5s;
}
@keyframes grow{
    50%{
        font-size: 80px;
    }
}
label h6{
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #7b7b93;
}