.topsearch-form {
    /*border: 1px solid #6eae89;*/
    -webkit-box-shadow: 0px 0px 0px 8px rgba(215,228,224,1);
    -moz-box-shadow: 0px 0px 0px 8px rgba(215,228,224,1);
    box-shadow: 0px 0px 0px 8px rgba(215,228,224,1);
    height: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 16px);
    margin-left: 8px;
}
div.topsearch-form input[type=search] {
    width: 80%;
    height: 45px;
    outline: none;
    padding-left: 15px;
    box-sizing: border-box;
    color: #9acbec;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

div.topsearch-form input[type=submit] {
    width: 20%;
    height: 45px;
    position: absolute;
    background: #6eae89;
    outline: none;
    border: none;
    color: #fff;
    font-weight: 600;
}
.btncheckdom {
    background: #3eb088;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    font-size: 13px;
    padding: 5px 14px;
    color: #ffffff;
    outline: none;
    font-weight: normal;
    font-size: 14px;   
}
.whoisres {
    /*border: 1px solid #6eae89;*/
    /*-webkit-box-shadow: 0px 0px 0px 8px rgba(215,228,224,1);*/
    /*-moz-box-shadow: 0px 0px 0px 8px rgba(215,228,224,1);*/
    box-shadow: 0px 0px 0px 8px rgba(215,228,224,1);
    box-sizing: border-box;
    /*border-radius: 2px;*/
    overflow: hidden;
    position: relative;
    /*width: calc(100% - 16px);*/
    /*margin-left: 8px;*/
    margin-top: 8px;
    padding: 10px;
    display:none;
}
#whoistitle{
    margin-top: 70px;
}