/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    section.about-wrap.py-5 h1 {
    font-size: 30px;
}

section.about-wrap h2 {
    font-size: 28px;
}
    .hero-tabs-search-wrapper form {
    width: 60%;
}
    .navbar-dark .navbar-nav .nav-link {
    font-size: 12px;
    padding: 0 10px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    section.about-wrap.py-5 h1 {
    font-size: 30px;
}

section.about-wrap h2 {
    font-size: 28px;
}
    .hero-tabs-search-wrapper form {
    width: 60%;
}
       .navbar-dark .navbar-nav .nav-link {
    padding: 0 10px;
    font-size: 12px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section.about-wrap.py-5 h1 {
    font-size: 26px;
}

section.about-wrap h2 {
    font-size: 22px;
}
    section.hero-section h2 {
    font-size: 32px;
}
    .hero-tabs-search-wrapper form {
    width: 70%;
}
     .navbar-dark .navbar-nav .nav-link {
    padding: 0 8px;
    font-size: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/