#banner3 h2 {
    font-size: 36px;
    line-height: 1.2;
}

#banner3 input,
#banner3 button {
    line-height: 30px;
}

#banner3 input[type=text] {
    border-radius: 3px 0 0 3px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#banner3 button {
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: none;
}

#banner3 button:hover {
    opacity: 0.8;
}

#banner3 .suggetion i {
    font-size: 34px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

#banner3 .suggetion span {
    display: inline-block;
    padding-left: 50px;
}

@media (max-width: 992px) {
    #banner3 h2 {
        font-size: 30px;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    #banner3 h2 {
        font-size: 26px;
    }

    #banner3 .col-sm-6 {
        margin-right: auto;
        margin-left: 0 !important;
    }
}

@media (max-width: 428px) {
    #banner3 {
        padding-bottom: 50px;
    }

    #banner3 h2 {
        font-size: 22px;
    }
}

@media (max-width: 590px) {
    #banner3 .form-data {
        padding: 0 15px;
    }

    #banner3 .suggetion {
        padding: 0 15px;
    }
}