.atForm .form-control {
    height: calc(2.25rem + 8px) !important;
    background-color: #e0bb00 !important;
    border: none !important;
    border-radius: .4rem !important;
}


.atForm .wl_form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff ;
    background-color: #202020;
    border: none;
    border-radius: .4rem;
	 margin-top: 20px;
}

.atForm .wl_form-control:hover {
    color: #202020 ;
    background-color: #e4be00;
cursor: pointer;
}

.atForm #Enquiry{
	    height: calc(6rem + 20px) !important;

}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #847100 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #847100 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #847100 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #847100 !important;;
}


.at-button {
	font-family: Montserrat;
	font-weight: 400;
   color: #202020 ;
  /*font-size: clamp(.9rem, 1.4vw, 1.4rem); */
	cursor: pointer;
	display: inline-flex;
}
.at-button:hover {
	color: #fed400 !important;
}
.at-button-icon {
	padding: 10px 10px;
	color: #fed400 ;
}

.at-button-text {
	padding: 10px 10px 10px 0px;
	text-align: left
}

.at-social-icon{
  color: #fed400;
  font-size: 22px !important;
}

.at-social-icon:hover{
  color: #fff;
}

.btn-findoutmore a:link {
  background-color: white !important;
  color: black !important;
  border-radius: .5em !important;
  font-weight: 800 !important;
}

		.at-button {
  font-size: 14px;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
  	.at-button {
  font-size: 20px;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
		.at-button {
  font-size: 22px;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

.at-button {
  	.at-button {
  font-size: 22px;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .at-button{
      font-size: 14px; 
  }
}