@charset "UTF-8";
/* header */
.header{position:relative;background: #fff;text-align: center;padding:0.7rem 0px;}
.header #logo{display:block;width:70%;height:auto;padding:20px 0 0 10px;display: inline-block;}
.header #logo img{display:block;width:100%;}


   .d7 {padding: 21px 10px 10px 33px;}
.d7:after {content:""; clear:both; display:table}
.d7 form {
  width: auto;
  float: right;
}
.d7 input {
  width: 250px;
  height: 42px;
  padding-left: 15px;
  border-radius: 42px;
  border: 2px solid #7d7d7d;
  outline: none;
  position: relative;
  transition: .3s linear;
}
.d7 input:focus {
  width: 300px;
}
.d7 button {
     width: 60px;
    height: 45px;
    background: none;
    border: none;
    position: relative;
    border-radius: 0px 19px 19px 0px;
    top: 3px;
    right: 64px;
    background-color: #7d7d7d;
        color: #fff;
    font-size: 20.67px;

}


