@media only screen and (max-width:991px) {
.navbar-light .navbar-brand {
    width:58%;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
}

.menu-btn {
    margin-bottom: 0px;
}

}

@media only screen and (max-width:767px) {
.header p span {
    font-size: 11px;
}

.banner {
    padding: 115px 0px 0px 0px;
}

.banner h2 {
    font-size: 23px;
}

.banner p {
    font-size: 11px;
    font-weight: 600;
}

.step-btns {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
}

.step-btns img {
    max-height: 50px;
}

.step-btns span {
    font-size: 12px;
    margin-top: 4px;
}




.banner .slider p {
    font-size: 13px;
}

.banner .slider .text {
    display: flex;
    padding: 0px 35px;
    text-align: center;
    flex-wrap: wrap;
}

.banner .slider .right {
    font-size: 13px;
    width: 100%;
    margin-top: 10px;
}

.btn-default {
    font-size: 11px;
    line-height: 32px;
    padding: 0px 16px;
}

.banner .form-control.select-input {
    font-size: 13px;
    padding: 10px 14px;
}

.banner .form-control {
    font-size: 13px;
    padding: 10px 14px;
}

.banner h3 {
    font-size: 24px;
}

.banner h3 img {
    max-height: 16px;
    margin: 0px 2px;
}

.banner h5 {
    font-size: 15px;
    margin-bottom: 25px;
}

.banner h5 img {
    left: 40px;
    max-height: 19px;
}

.banner .btnbar {
    padding: 20px 15px;
}

.banner .slider {
    position: relative;
    margin-top: 80px;
}

.section-title h2 {
    font-size: 27px;
}

.section-title p {
    font-size: 14px;
}

.footer p {
    font-size: 12px;
    margin: 0px;
}

}

@media only screen and (min-width:768px) and (max-width:991px) {
.banner h2 {
    font-size: 32px;
}

.banner .slider p {
    font-size: 12px;
}

.banner .slider .text {
    padding: 0px 45px;
}

.banner h5 img {
    max-height: 35px;
}

.banner .btnbar {
    padding: 20px 15px;
}

.section-title h2 {
    font-size: 32px;
}

.section-title p {
    font-size: 14px;
}



}

@media only screen and (min-width:992px) and (max-width:1199px) {


.banner .slider p {
    font-size: 13px;
}

}

@media only screen and (min-width:1200px) and (max-width:1399px) {


}