@media (min-width:1540px) {
    .container {
        max-width: 1440px;
    }
}
@media (max-width:1366px) {
    .study-technology { 
        padding: 60px 0;
    }
    .floating-card .icons {
        min-width: 80px;
        width: 80px;
        height: 80px;
    }
    .floating-card .icons img {
        width: 40px;
    }
    .floating-card .card-row h3 {
        font-size: 22px;
    }
    .floating-card .card-row p { 
        font-size: 14px;
    }
}
@media (max-width:991px) {
    .search {
    
    width: auto;
    padding: 30px 25px;
}
    .client-feedback button.owl-next {
        right: -13px;
    }
    .client-feedback button.owl-prev {
        left: 7px;
    }
}
@media (max-width:576px) {
    .hero-sec h1 {
        font-size: 23px;
    }
    .hero-sec p {
        font-size: 16px;
    }
    .product-showcase .box-grey {
        padding: 60px;
    }
    .card-row .cols {
        display: block;
    }
    .floating-card .icons {
        margin-bottom: 15px;
    }
    .client-feedback button.owl-next {
        right: 0px;
    }
    .pro-content-box {
        padding: 0 30px;
    }
    .navbar-nav .auth-btn {
        width: 100%;
    }
    .navbar-nav .auth-nav-item:not(:last-child) {
        margin-bottom: 12px;
    }
    footer {
        text-align: center;
    }
    footer .footer-bottom-area .row {
        justify-content: center !important;
    }
    footer .footer-top-area .row {
        justify-content: center;
    }
    .footer-widget,
    .footer-logo,
    .footer-bottom-area {
        text-align: center;
    }
    .footer-social {
        float: none;
        display: flex;
        justify-content: center;
    }
    .footer-social a {
        margin: 0 10px;
    }
}

@media (max-width: 575.98px) {
    .right_header_wrapper--mobile .right_header_Block {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 0.75rem;
    }

    .button-contactForm {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .contact-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-info__icon {
        margin: 0 0 0.75rem;
    }

    .right_header_wrapper--mobile .welcome_name {
        text-align: left;
        width: 100%;
    }

    .right_header_wrapper--mobile .welcome_name h2 {
        font-size: 14px;
    }

    .right_header_wrapper--mobile .account_setting {
        width: 100%;
        margin-top: 0.75rem;
    }

    .right_header_wrapper--mobile .account_setting .dropdown {
        width: 100%;
    }

    .right_header_wrapper--mobile .account_setting .btn {
        width: auto;
        min-width: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0 0.75rem !important;
        column-gap: 0.35rem;
        margin-left: 0 !important;
    }

    .right_header_wrapper--mobile .account_setting .dropdown-menu {
        width: 100%;
        min-width: 0;
        margin-top: 0.5rem;
    }

    .mobile-nav-dropdown,
    .profile-dropdown-menu {
        position: static;
        float: none;
        padding: 0.5rem 0.75rem;
    }

    .right_header_wrapper--mobile .mobile-nav-dropdown.show,
    .right_header_wrapper--mobile .profile-dropdown-menu.show {
        width: 100%;
    }

    .mobile-nav-dropdown .dropdown-item,
    .profile-dropdown-menu .dropdown-item {
        line-height: 1.75;
        padding: 0.75rem 1rem;
    }

    .navbar-nav .dropdown-toggle::after,
    .right_header_wrapper--mobile .dropdown-toggle::after {
        display: inline-block;
        content: "";
        margin-left: 0.35rem;
        border-top: 0.35em solid currentColor;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        vertical-align: middle;
    }

    .right_header_wrapper--mobile .dropdown-toggle::after {
        font-size: 0.75rem;
    }
}
@media (max-width:480px) {
    .navbar {
        padding: 0.5rem 1rem;
    }
    .navbar-brand img {
        height: 32px;
        max-height: 32px;
        width: auto;
    }
}
