.header-src-box {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    max-width: 670px;
}

.header-src-box input {
	z-index: 991;
    border: none;
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(110, 106, 139, 0.2);
    border-radius: 50px;
    padding: 0 30px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    outline: none;
}

.header-src-box .header-src-icon {
    z-index: 992;
    position: absolute;
    width: 45px;
    height: 45px;
    right:29px;
    top: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f9f9fb;
    color: #fff;
    background-color: #6e6a8b;
    border-color: #6e6a8b;
    outline: none !important;
    text-align: center;
}

.header-src-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -10px;
    font-size: 24px;
}