
											@media screen and (max-width:425px){.hostiko-domain-section .wdc-form button{
  width: auto !important;
}
.hostiko-domain-section .wdc-form .wdc-button:before{
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 20px;
}
.hostiko-domain-section .wdc-form input{
    font-family: 'Jost', sans-serif !important;
    font-size: 14px !important;
    padding:0px 60px 0px 15px !important;
    height: 58px !important;
}
.hostiko-domain-section .wdc-form .wdc-search-input__label,
.hostiko-domain-section .wdc-form .wdc-search-one{
    margin: 0 !important;
    padding: 0 !important;
}


::-webkit-input-placeholder { /* Edge */
  color: #cccccc;
  font-family: 'Jost', sans-serif !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cccccc;
  font-family: 'Jost', sans-serif !important;
}

::placeholder {
  color: #cccccc;
  font-family: 'Jost', sans-serif !important;
}}