/** media query **/
@media (min-width: 1300px) and (max-width: 1400px) {}


@media (min-width: 1200px) and (max-width: 1300px) {}


@media (min-width: 993px) and (max-width: 1200px) {
header.header ul.navbar-nav li a {
    font-size: 12px;
    padding: 9px !important;
}
section.banner-section {height: auto;padding: 20px 0;}

}

@media (min-width: 768px) and (max-width: 992px) {
section.banner-section {
    height: auto;
    padding: 20px 0;
}
}

@media(max-width: 767px) {
.navbar-toggler {
        border: none;
    }
    section.banner-section .row {
    margin-top: 0 !important;
    }
    section.banner-section .row {
    margin-top: 0 !important;
}

.form-section {
    margin: 20px 0 0;

}
.about-info {
    margin: 20px 0;
    text-align: justify;
}
.title {
    font-size: 22px;

}
footer.footer .text-center {
    text-align: justify !important;
}
section#home {
    height: auto;
    padding: 60px 0 !important;
}

.baner-text h1 {
    font-size: 32px;
}
.footer p {
    font-size: 12px;
}
#form-modal .modal-header h5 {
    font-size: 14px;


}

@media(max-width: 360px) {}