div.search {
    /*padding: 30px 0*/
}

/*.d {background: #A3D0C3;}*/
/*.d input {*/
/*width: 100%;*/
/*height: 42px;*/
/*padding-left: 10px;*/
/*border: 2px solid #7BA7AB;*/
/*border-radius: 5px;*/
/*outline: none;*/
/*background: #F9F0DA;*/
/*color: #9E9C9C;*/
/*}*/
.d button {
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    border: none;
    background: #01b5c9;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.d button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #F9F0DA;
}

@media (max-width: 767px) {
    .d button {
    top: -11px;
    right: 0px;
}
}