.head {
    width: 100%;
    height: 4rem;
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
    position: fixed;
    top: -1px;
    z-index: 1000;
    background: #FAFAFA;
}

.headCenter {
    width: 75%;
    height: 100%;
    margin: 0 auto;
    /*color: white;*/
    /*background: #F6523A;*/
    /*background: #01AAED;*/
    display: flex;
    align-items: center;
    justify-content: space-around;
    /*position: relative;*/
}
.detailsTitle{
    width: 100%;
    line-height: 10vh;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: center;
}

.logo{
    width: 2.5rem;
    /*height: 2.7rem;*/
    height: auto;
}
.title,.border,.company{
    width: 30%;
    height: 3rem;
    /*background: yellow;*/
    line-height: 3rem;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-align: left;
}
.title{
    width: auto;
    text-align: right;
}
.border{
    width: 7%;
}


.secrchBtn,.homeBtn{
    position: absolute;
    right:17px;
    top:3.2vh;
    font-weight: 800;
    color: #FF5722;
}
.secrchBtn1{
    position: absolute;
    left:17px;
    top:3.2vh;font-weight: 800;
    color: #FF5722;}