
											@media screen and (max-width:1199px){.search-outer .search_inner .wdc-input{
        
height: 55px !important;
    color: #fff !IMPORTANT;
    border-radius: 0px;
    font-size: 16px !important;
    font-weight: 300;
    padding-left: 30px !important;
    border: 1px solid #ffffff !important;
    font-family: 'Inter', sans-serif;
    margin-left: -151px !important;
        background-color: #19202d82 !important;
}

.search-outer .search_inner .wdc-search-one .wdc-search-input__field #Submit{
     color: #15161b;
    position: absolute;
    top: 13px;
    right: 135px;
    font-size: 18px !important;
    height: 51px;
    width: 133px;
    border-radius: 30px !important;
    font-weight: 500;
    text-align: center !important;
    padding-left: 22px;
    padding-top: 15px;
    background: #f4e474 !important;
    font-family: 'Inter';
    box-shadow: none;

}
.search-outer .search_inner .wdc-search-one .wdc-button{
    border-radius: 0px !important;
}
.search-outer .search_inner .wdc-search-one .wdc-search-form .wdc-search-content input{
      border-radius: 100px !important;
    
}
.search-outer .search_inner .wdc-search-one .wdc-heading .wdc-heading-result {
    font-size: 24px !important;
    font-family: 'Outfit' !important;
    color: #242424 !important;
}

.search-outer .search_inner .wdc-search-one .wdc-search-input__field #Submit:hover{
    color: #fff;
    background-color: #e77644 !important;
	border: none;
}
.search-outer .search_inner .wdc-search-one .wdc-domain-available button{
     background: #26264F !important;
}
.search-outer .search_inner .wdc-search-one .wdc-domain-available button:hover{
       background: #26264F !important;
    color: #fff;
}
.search-outer .search_inner .wdc-search-one .wdc-heading .wdc-heading-result .wdc-heading-query {
    font-weight: 600 !important;
    }


.search-outer .wdc-search-one .wdc-button{
    background-color: #000 !Important;
}
.search-outer .wdc-search-one .wdc-button{
    background-color: #000 !Important;
}
.search-outer .search_inner .wdc-search-one .wdc-search-form .wdc-search-content .wdc-search-input__field .wdc-search-input__label {
    margin: 0px 8px 0 230px !important;
    width: 64% !important;
}
.search-outer .search_inner .wdc-search-one .wdc-search-input__field #Submit:before {
    content: "\f002";
    font-family: "FontAwesome";

}
::-webkit-input-placeholder { /* Edge */
  color: red;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #ffffff;
}}