.banner {
    height: 600px;
    width: 100%;
    display: table;
    background-image: url('../Images/verify-member.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner>.layer {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-image: linear-gradient(to top, rgba(0, 148, 255, .9), rgba(0, 148, 255, .3))
}

.banner>.layer>.title {
    font-size: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #fff
}

.banner>.layer>.details {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.banner>.layer>.input-context {
    font-size: 25px;
    border: 4px solid #3a59e4;
    outline: none;
    width: 500px;
    margin-left: auto;
    margin-right: auto
}

.banner>.layer>button {
    background-color: #ffd800;
    border: none;
    outline: none;
    font-size: 20px;
    padding: 10px 20px
}

.banner>.layer>button:focus {
    background-color: red
}

.search-result {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    display: none
}

.search-result>.body {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.search-result>.body>.popup-context {
    background-color: #fff;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .2)
}

.search-result>.body>.popup-context>.header {
    padding: 20px;
    background-color: #ffd800
}

.search-result>.body>.popup-context>.header>.found {
    font-size: 30px;
    font-weight: bold
}

.search-result>.body>.popup-context>.header>.found>i {
    font-size: 60px;
    color: #00af48;
    height: 75px;
    width: 75px;
    border: 5px solid #00af48;
    border-radius: 50%
}

.search-result>.body>.popup-context>.header>.not-found {
    font-size: 30px;
    font-weight: bold
}

.search-result>.body>.popup-context>.header>.not-found>i {
    font-size: 60px;
    color: red;
    height: 75px;
    width: 75px;
    border: 5px solid red;
    border-radius: 50%
}

.search-result>.body>.popup-context>.verified-message {
    padding: 20px;
    background-color: #fff
}

.search-result>.body>.popup-context>.verified-message>img {
    height: 150px
}

.search-result>.body>.popup-context>.verified-message>.business-name {
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #00af48
}

.search-result>.body>.popup-context>.verified-message>.member-name {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #314260
}

.search-result>.body>.popup-context>.verified-message>.member-details {
    font-size: 16px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.search-result>.body>.popup-context>.verified-message>.not-found {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: red;
    padding: 80px 0
}

.search-result>.body>.popup-context>.verified-message>.not-found>.details {
    font-size: 20px;
    font-weight: normal;
    color: #111;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.search-result>.body>.popup-context>.close-button {
    background-color: transparent;
    color: red;
    border: none;
    outline: none;
    float: right;
    font-size: 12px;
    padding: 5px 10px
}

@media(max-width:767px) {
    .banner>.layer>.title {
        font-size: 50px
    }

    .banner>.layer>.details {
        font-size: 20px
    }

    .search-result>.body>.popup-context {
        width: 100%
    }

    .search-result>.body>.popup-context>.header>.found {
        font-size: 20px
    }

    .search-result>.body>.popup-context>.header>.found>i {
        font-size: 40px;
        height: 55px;
        width: 55px;
        padding: 2px
    }

    .search-result>.body>.popup-context>.header>.not-found {
        font-size: 20px
    }

    .search-result>.body>.popup-context>.header>.not-found>i {
        font-size: 40px;
        height: 55px;
        width: 55px
    }

    .search-result>.body>.popup-context>.verified-message>.business-name {
        font-size: 25px
    }

    .search-result>.body>.popup-context>.verified-message>.member-name {
        font-size: 20px
    }

    .search-result>.body>.popup-context>.verified-message>.member-details {
        font-size: 14px
    }

    .search-result>.body>.popup-context>.verified-message>.not-found {
        font-size: 30px
    }

    .search-result>.body>.popup-context>.verified-message>.not-found>.details {
        font-size: 18px
    }
}

@media(max-width:600px) {
    .banner>.layer>.title {
        font-size: 40px
    }

    .banner>.layer>.details {
        font-size: 20px
    }

    .banner>.layer>.input-context {
        width: 100%;
        width: 500px
    }
}

@media(max-width:500px) {
    .banner>.layer>.title {
        font-size: 30px
    }

    .banner>.layer>.details {
        font-size: 16px
    }

    .banner>.layer>.input-context {
        width: 450px
    }

    .search-result>.body>.popup-context>.verified-message>.business-name {
        font-size: 20px
    }

    .search-result>.body>.popup-context>.verified-message>.member-name {
        font-size: 16px
    }

    .search-result>.body>.popup-context>.verified-message>.member-details {
        font-size: 12px
    }

    .search-result>.body>.popup-context>.verified-message>.not-found {
        font-size: 25px
    }

    .search-result>.body>.popup-context>.verified-message>.not-found>.details {
        font-size: 16px
    }
}

@media(max-width:450px) {
    .banner>.layer>.input-context {
        width: 400px
    }
}

@media(max-width:400px) {
    .banner>.layer>.input-context {
        width: 350px
    }
}

@media(max-width:350px) {
    .banner>.layer>.input-context {
        width: 320px
    }
}

.select2-selection--single {
    height: 60px !important;
    padding: 15px;
    text-align: left
}

.select2-selection__arrow {
    display: none
}

.select2-dropdown {
    top: -60px
}

.select2-search__field {
    height: 50px !important;
    font-size: 25px;
    border: none !important;
    outline: none
}

.select2-results__option {
    padding: 15px 6px !important;
    font-size: 25px
}
