/* max-width: 320 sm mobail screen
320px — 480px: Mobile devices.
481px — 768px: iPads, Tablets.
769px — 1024px: Small screens, laptops.
1025px — 1200px: Desktops, large screens.
1201px and more — Extra large screens, TV. */
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }

    .otherpage_banner {
        height: 60vh;
    }
}

@media screen and (min-width: 1025px) and (max-width:1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }

    .top_banner h1 {
        font-size: 5rem;
    }

    .track_box_icon {
        top: -21px;
        left: 141px;
    }

    .text_padding {
        padding: 0 4rem;
    }
}

@media screen and (min-width:1201px) {}


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


@media screen and (min-width:769px) and (max-width:1024px) {
    .nav-link {
        padding: 0.5rem 0.5rem !important;
    }

    .track_box_icon {
        width: 67%;
    }

    .network_box {
        padding: 2rem;
    }

    .copyright_flex p {
        font-size: 0.875rem;
    }

    .mission_box {
        margin-bottom: 0;
        padding-bottom: 1rem;
    }

    .card_01_body {
        padding: 2rem 0.2rem 2rem;
    }

    .card_01_body p {
        font-size: 0.875rem;
    }

    .card_01_body .title {
        font-size: 1.5rem;
    }

    .icon_box {
        padding: 1rem;
    }

    .text_padding {
        padding: 0 2rem;
    }

    .text_padding .title {
        font-size: 2rem;
    }

    .client_logo img {
        width: 80%;
        object-fit: contain;
    }

    .outline_grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .city_btn_width {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (min-width:821px) and (max-width:912px) {}

@media screen and (min-width:769px) and (max-width:820px) {}

@media screen and (min-width:577px) and (max-width:768px) {
    .top_banner h1 {
        font-size: 4rem;
    }

    .top_banner h4 {
        font-size: 2rem;
    }

    .top_banner {
        flex-direction: column;
        height: 100%;
        padding: 80px 0;
        gap: 2rem;
    }

    .top_banner_img {
        position: static;
        order: 2;
    }

    .side_bg_area::before {
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 0;
        background-position: center center;
        background-attachment: fixed;
    }

    .side_bg_area::after {
        width: 100%;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.5);
        z-index: -1;
        backdrop-filter: blur(5px);
    }

    .side_bg_area p {
        color: var(--tealish-blue-color);
    }

    .track_box_icon {
        top: -32px;
        width: 46%;
    }

    .count_box_area {
        grid-template-columns: 1fr 1fr;
        margin-top: 100px;
    }

    .copyright_flex {
        gap: 1rem;
        flex-direction: column;
    }

    .count_area {
        background-size: cover;
    }

    .top_banner_img_2 {
        height: 400px;
        width: 80%;
    }

    .otherpage_banner {
        padding-bottom: 500px;
    }

    .text_padding {
        padding: 2rem;
    }

    .order_md_1 {
        order: 1;
    }

    .order_md_2 {
        order: 2;
    }

    .order_md_3 {
        order: 3;
    }

    .order_md_4 {
        order: 4;
    }

    .express_body {
        padding: 1rem;
    }

    .express_card:hover .back-card {
        transform: rotate(3deg);
    }

    .express_card:hover .thid-card {
        transform: rotate(-3deg);
    }

    .description1 {
        margin-bottom: 40px;
    }

    .otherpage_banner {
        margin-top: 0;
    }

    .trackinarea {
        margin-bottom: 1rem;
    }

    .outline_grid {
        grid-template-columns: 1fr 1fr;
    }
    .city_btn_width {
        grid-template-columns: 1fr 1fr 1fr;
    }
}


@media screen and (max-width:576px) {
    .order_md_1 {
        order: 1;
    }

    .order_md_2 {
        order: 2;
    }

    .order_md_3 {
        order: 3;
    }

    .order_md_4 {
        order: 4;
    }

    .text_padding {
        padding: 2rem;
    }

    .text_padding .title {
        font-size: 2rem;
    }

    .copyright_flex {
        gap: 1rem;
        flex-direction: column;
    }

    .count_box_area {
        grid-template-columns: 1fr 1fr;
    }

    .count_box div:nth-child(2),
    .count_box div:nth-child(2) b {
        font-size: 2rem;
    }

    .count_title {
        font-size: 1rem;
    }

    .top_banner h1 {
        font-size: 2.8rem;
        word-break: break-all;
    }

    .top_banner h4 {
        font-size: 1.5rem;
    }

    .top_banner p {
        font-size: 1rem;
    }

    .top_banner {
        flex-direction: column;
        height: 100%;
        padding: 80px 0;
        gap: 2rem;
        text-align: center;
    }

    .top_banner_img {
        position: static;
        order: 2;
        width: 100%;
    }

    .top_btns {
        justify-content: center;
    }

    .title {
        font-size: 3rem;
        line-height: 1.2;
    }

    .side_bg_area::before {
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 0;
        background-position: center center;
        background-attachment: fixed;
    }

    .side_bg_area::after {
        width: 100%;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.5);
        z-index: -1;
        backdrop-filter: blur(5px);
    }

    .side_bg_area p {
        color: var(--tealish-blue-color);
    }

    .track_box {
        padding: 3rem;
    }

    .track_box_icon {
        top: -18px;
        left: 124px;
        width: 63%;
    }

    .title_btn {
        flex-direction: column;
        gap: 1rem;
    }

    .title_btn div,
    .title_btn div .btns {
        width: 100%;
    }

    .copyright {
        text-align: center;
    }

    .count_area {
        background-size: cover;
    }

    .top_banner_img_2 {
        height: 400px;
        width: 90%;
    }

    .otherpage_banner {
        padding-bottom: 500px;
    }

    .mission_box {
        margin-bottom: 1rem;
        margin-left: 0;
        padding-bottom: 0.5rem;
    }

    .icon_box {
        padding: 1rem;
    }

    .express_card:hover .back-card {
        transform: rotate(2deg);
    }

    .express_card:hover .thid-card {
        transform: rotate(-2deg);
    }

    .express_body {
        padding: 2rem;
    }

    .otherpage_banner {
        margin-top: 0;
    }

    .client_logo {
        height: 100px;
    }

    .cont {
        flex-direction: column;
    }

    .trackinarea {
        margin-bottom: 1rem;
    }

    .city_btn_width {
        grid-template-columns: 1fr 1fr;
    }
    .outline_grid{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:375px) {
    .top_btns {
        justify-content: center;
        flex-direction: column;
    }

    .count_box_area {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .count_box div:nth-child(2),
    .count_box div:nth-child(2) b {
        font-size: 3rem;
    }

    .count_box {
        border: 1px solid var(--border-color);
        padding: 1rem;
    }

    .network_box {
        padding: 1rem;
    }

    .title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .card_01_body {
        padding: 2rem 0.2rem 2rem;
    }

    .card_01_body p {
        font-size: 0.875rem;
    }

    .card_01_body .title {
        font-size: 1.5rem;
    }

    .copyright_flex div {
        gap: 0.2rem;
    }

    .copyright_flex a {
        font-size: 0.875rem;
    }

    .top_banner h1 {
        font-size: 2.5rem;
        word-break: break-all;
    }

    .express_body {
        padding: 1rem;
    }
}