/*******************************************************************/

.enquiry{
	text-align: center;
	font-size: 30px;
}

.enquiry h1{
	font-size: 45px;
	color: lightcoral;
  margin-top: 30px;
}

.enquiry img{
  display: inline-block;
  width: 70%;
  height: 70%;
	margin-top: 10px;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-bottom: 10px;
}

a.btn-flat,
a.btn-flat2{
  overflow: hidden;

  padding: 1.5rem 6rem;
	width: 230px;

  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span,
a.btn-flat2 span {
  position: relative;
}

a.btn-flat:before,
a.btn-flat2:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25%) rotate(45deg);
  transform: translateX(-80%) translateY(-25%) rotate(45deg);
}

a.btn-flat:before{
	background: #00b7ee;
}

a.btn-flat2:before{
	background: black;
}

a.btn-flat:hover:before,
a.btn-flat2:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

@media screen and (max-width:1024px) {
  .enquiry img{
    width: 90%;
    height: 90%;
  }  
}

@media screen and (max-width: 868px) {
  .enquiry img{
    width: 90%;
    height: 90%;
  }

  a.btn-flat2{
    overflow: hidden;

    padding: 1.5rem 6rem;
    width: 15em;

    color: #fff;
    border-radius: 0;
    background: #000;
  }

  a.btn {
    margin-top:20px;
    margin-bottom:50px;
  }
}


@media screen and (max-width: 420px) {
  .enquiry{
    font-size: 20px;
  }
  
  .enquiry h1{
    font-size: 25px;
    margin-bottom: 15px;
  }

  .enquiry img{
    width: 100%;
    height: 100%;
  }

  .btn,
  a.btn,
  button.btn {
    font-size: 25px;
  }

  a.btn-flat,
  a.btn-flat2{
    padding: 0.8rem 10px;
	  width: 280px;
  }

  a.btn-flat:before,
  a.btn-flat2:before {
    -webkit-transform: translateX(-85%) translateY(-25%) rotate(45deg);
    transform: translateX(-85%) translateY(-25%) rotate(45deg);
  }
} 

@media screen and (max-width: 375px) {
  .enquiry{
    font-size: 17px;
  }
  
  .enquiry h1{
    font-size: 23px;
    margin-bottom: 15px;
  }

  .enquiry img{
    width: 100%;
    height: 100%;
  }

  .btn,
  a.btn,
  button.btn {
    font-size: 23px;
  }

  a.btn-flat,
  a.btn-flat2{
    padding: 0.8rem 10px;
	  width: 260px;
  }

  a.btn-flat:before,
  a.btn-flat2:before {
    -webkit-transform: translateX(-85%) translateY(-25%) rotate(45deg);
    transform: translateX(-85%) translateY(-25%) rotate(45deg);
  }
} 

@media screen and (max-width: 360px) {
  .enquiry{
    font-size: 18px;
  }
  
  .enquiry h1{
    font-size: 23px;
    margin-bottom: 15px;
  }

  .enquiry img{
    width: 100%;
    height: 100%;
  }

  .btn,
  a.btn,
  button.btn {
    font-size: 20px;
  }

  a.btn-flat,
  a.btn-flat2{
    padding: 0.8rem 10px;
	  width: 250px;
  }

  a.btn-flat:before,
  a.btn-flat2:before {
    -webkit-transform: translateX(-85%) translateY(-25%) rotate(45deg);
    transform: translateX(-85%) translateY(-25%) rotate(45deg);
  }
} 

@media screen and (max-width: 320px) {
  .enquiry{
    font-size: 16px;
  }
  
  .enquiry h1{
    font-size: 21px;
    margin-bottom: 15px;
  }

  .enquiry img{
    width: 100%;
    height: 100%;
  }

  .btn,
  a.btn,
  button.btn {
    font-size: 20px;
  }

  a.btn-flat,
  a.btn-flat2{
    padding: 0.8rem 10px;
	  width: 250px;
  }

  a.btn-flat:before,
  a.btn-flat2:before {
    -webkit-transform: translateX(-85%) translateY(-25%) rotate(45deg);
    transform: translateX(-85%) translateY(-25%) rotate(45deg);
  }
} 


/********************************************************************/
