.rmv-border {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.search input {
    border-bottom: 1px solid #999
}

.suggestion {
    box-shadow: none;
    border-radius: 0 0 30px 30px;
    top: inherit;
    height: auto;
    overflow-y: auto;
    margin-top: -1px
}

#NavbarMain {
    padding-right: 0
}

.loginArea a.outBtn {
    margin-right: 20px !important
}

.searchInput #search {
    height: 27px;
    font-size: 14px;
    display: inline-block;
    font-family: Quicksand, sans-serif;
    font-weight: 100;
    border: none;
    outline: 0;
    color: #555;
    padding: 0 3px 3px 20px;
    padding-right: 45px;
    width: 0;
    position: absolute;
    top: 5px;
    right: 2px;
    background: 0 0;
    z-index: 3;
    transition: width .4s cubic-bezier(0, .795, 0, 1);
    cursor: pointer;
    margin-right: 10px
}

.searchInput #search:focus:hover {
    border-bottom: 1px solid #bbb
}

.search-text-area {
    width: 280px !important;
    z-index: 1 !important;
    border-bottom: 1px solid #bbb !important;
    cursor: text !important;
    border-radius: 0 !important
}

.searchInput #search_submit {
    height: 40px;
    width: 26px;
    display: inline-block;
    color: red;
    float: right;
    background: url(https://www.aubank.in/assets/images/search.svg) center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2222;
    cursor: pointer;
    cursor: pointer;
    transition: opacity .4s ease;
    background-size: 25px;
    padding: 0;
    background-position-x: right
}

.searchInput #search_submit:hover {
    opacity: .8
}

.searchInput #search_submit:focus {
    outline: 0
}

.suggestion-section {
    top: 214%;
    left: -139%;
    right: 0;
    min-width: 860px;
    box-shadow: 0 0 9px -2px
}

.cross {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1040;
    cursor: pointer;
    padding: 0 10px
}

#mic-topbar {
    position: absolute;
    top: 5px;
    right: 38px;
    z-index: 1040;
    cursor: pointer;
    font-size: 14px
}

.cross>.fa {
    color: #9d1d27;
    font-size: 18px
}

#mic-topbar img {
    position: static;
    width: 13px
}

#top-suggestion {
    border-radius: 0
}

.modal {
    z-index: 9999
}

.navbar-main {
    z-index: 9990
}

@media only screen and (max-width:767px) {
    #speak-text {
        font-size: 16px
    }

    .icon-part {
        width: 30px;
        height: 30px;
        margin: -25px -15px 0 0
    }

    .icon-microphone {
        font-size: 50px !important;
        color: #9d1d27
    }

    .outer {
        width: 98px;
        height: 98px;
        margin: -49px -49px 0 0
    }

    .outer-2 {
        width: 100px;
        height: 100px;
        margin: -50px -50px 0 0
    }

    #myModal .modal-content {
        height: auto;
        margin-top: 50%
    }
}