@media only screen and (max-width: 1920px) and (min-width: 1445px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1445px) {
    html {
        font-size: 15px;
    }

    .hero_banner .content_area h1 {
        font-size: 4.25rem;
    }

    .hero_banner {
        padding: 180px 0 0;
    }

    .hero_banner .content_area .title_top,
    .hero_banner .content_area h1 {
        line-height: normal;
    }

    .about_sec_img {
        margin-top: -420px;
    }

    .about_sec {
        padding-bottom: 300px;
    }

    .team-wrap .team-info h4 {
        font-size: 1.25rem;
    }

    section.p-t80.bg-testi {
        padding-top: 3rem;
    }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 14px;
    }

    .hero_banner .content_area h1 {
        font-size: 4rem;
    }

    .about_sec_img {
        margin-top: -450px;
    }

    .col-md-1\/5 {
        width: 26%;
    }

    section.p-b40.xs-p-b0 .row {
        justify-content: center;
    }
}

@media (max-width: 1199.98px) {
    html {
        font-size: 13px;
    }

    .hero_banner .content_area h1 {
        font-size: 3.75rem;
    }

    .about_sec_img {
        margin-top: -480px;
    }

    .navbar-toggler {
        background: var(--white);
        color: var(--black);
        border: none;
        padding: .5em .75em;
        outline: none;
        box-shadow: none;
    }

    .navbar-collapse {
        background: var(--white);
        padding: 1em;
        border-radius: 1em;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .nav-link:focus,
    .nav-link:hover,
    .nav-link {
        color: var(--black);
    }

    .navbar-expand-xl .navbar-nav {
        align-items: center;
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        animation: slideIn 0.6s ease forwards;
        width: fit-content;
        padding: 10px 0px;
    }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(20px);
            visibility: hidden;
        }

        to {
            opacity: 1;
            transform: translateY(0);
            visibility: visible;
        }
    }

    .navbar .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;

    }

    .main-header .container-fluid {
        padding: 0 1em;
    }

    section.p-t330.p-b210.cta.bg-cta.particles-js {
        padding: 10em;
    }

    .main-footer {
        padding: 5em 0;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        animation: slideIn 0.6s ease forwards;
        width: fit-content;
        padding: 10px 0px;
    }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(20px);
            visibility: hidden;
        }

        to {
            opacity: 1;
            transform: translateY(0);
            visibility: visible;
        }
    }

    .navbar .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;

    }

    .navbar-expand-xl .navbar-nav {
        align-items: center;
    }

    .team-block {
        max-width: 380px;
    }

    .team--top {
        margin-top: -25%;
    }

    .hero_banner .content_area h1 {
        font-size: 3.5rem;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 12px;
    }

    .hero_banner .content_area h1 {
        font-size: 3.5rem;
    }

    .pkg_box {
        margin-bottom: 4rem;
    }

    .p-b290 {
        padding-bottom: 170px;
    }

    .p-b130 {
        padding-bottom: 2rem;
    }

    .col-md-1\/5 {
        width: 32%;
    }

    section.p-t330.p-b210.cta.bg-cta.particles-js {
        padding: 8em;
    }

    .sm-m-b40 {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 11px;
    }

    .hero_banner .content_area h1 {
        font-size: 3.25rem;
    }

    .header_form {
        max-width: fit-content;
        padding: .5em;
    }

    .header_form form {
        justify-content: space-between;
    }

    .header_form form .form_input {
        width: 30%;
    }

    .arrowBtn i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .hero_banner .content_area h1 span {
        margin-bottom: 2rem;
    }

    .top_up {
        margin-top: -180px;
    }

    .icon_box .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 2rem;
    }

    .seo_about_sec .row>.col-lg-3:nth-child(even) {
        margin-top: 50px;
    }

    .shadow-primary.p-t100.p-b100.btn-rounder.bg-cover.text-center.m-t--140 {
        padding: 3em 0;
    }

    .col-md-1\/5 {
        width: 44%;
    }

    .team-wrap.sm-p-t0.p-t100 {
        padding-top: 3rem;
    }

    .team-wrap.p-t50 {
        padding-top: 1rem;
    }

    .testicustom-slider-nav {
        margin-bottom: 2rem;
    }

    .ot-testimonials .testimonial-wrap .testimonial-inner {
        padding: 3em;
    }

    .ot-testimonials .testimonial-wrap {
        margin: 6em auto 8.375em;
    }

    section.p-t330.p-b210.cta.bg-cta.particles-js {
        padding: 6em;
    }
}

@media (max-width: 575.98px) {
    .hero_banner .content_area h1 {
        font-size: 3.125rem;
    }

    .header_form form {
        flex-direction: column;
    }

    .header_form {
        max-width: 100%;
        border-radius: 1rem;
    }

    .header_form form .form_input {
        width: 100%;
    }

    .header_form .arrowBtn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_form .form_input:nth-child(2):before {
        width: 100%;
        height: 1px;
        top: 0;
    }

    .top_up {
        margin-top: -100px;
    }

    .team-wrap {
        padding-top: 3rem !important;
    }

    .col-md-1\/5 {
        width: 100%;
    }

    .team-wrap .team-thumb img {
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }

    .instafeed-gallery .instafeed-item a img {
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }
}

@media (max-width: 320.98px) {
    .hero_banner .content_area h1 {
        font-size: 3rem;
    }

    .icon_box .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.5rem;
    }
}