/* 0px - 575px | XS
576px - 767px | SM
568px - 991x | MD
992px - 1199px | LG
1200px - 1399px | XL
1400px and above | XXL */
@media (min-width: 1200px)
{
    /* ====== Hide on desktop ======= */
    .sm-show,
    .hide-bars {
        display: none;
    }
}

/* ====== Large screen (992px - 1199px) ======= */
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 992px){
    .need-help .need-help-button {
        width: 15.5rem;
        height: 4rem;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        background: #fff;
    }
}

@media (max-width: 670px)
{

}

@media (min-width: 670px) and (max-width: 1200px)
{
    .sm-show,
    .hide-bars {
        display: none;
    }
}

/* ====== Medium screen (768px - 991px) ======= */
@media (min-width:767px) and (max-width:990.98px)
{
    section,
    .dashboard {
        padding: 5rem 6rem;
    }
    .dashboard {
        padding-top: 12rem;
    }
}

@media (min-width: 768px) {
    .need-help .need-help-button {
        width: 15.5rem;
        height: 4rem;
    }
    .for-mobile {
        display: none;
    }
}

@media (max-width: 767px){
    section,
    .dashboard {
        padding: 5rem 1rem;
    }
    .dashboard {
        padding: 8.5rem 0 5rem;
    }
    .navbar .container{
        display: flex;
        justify-content: center;
    }
    .navbar-brand .logo{
        /* width: 7rem; */
    }
    .navbar .navbar-collapse ul .cta__wrapper{
        flex-direction: column;
        position: fixed;
        bottom: 30rem;
        width: 100%;
        padding-right: 7.5rem;
    }
    .navbar .navbar-collapse ul .cta__wrapper .login-btn,
    .navbar .navbar-collapse ul .cta__wrapper .signup-btn{
        width: 100%;
        padding: 1.3rem 2rem !important;
        border-radius: 1rem;
    }
    .navbar .navbar-collapse ul .cta__wrapper .nav-item a:hover{
        transform: scale(1);
    }
    .navbar-nav.me-auto{
        padding: 5rem 2.6rem 0 1rem;
    }
    .hero-banner,
    .support{
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .hero-wrapper{
        padding-top: 7rem;
    }
    .hero-wrapper .title{
        font-size: 3.5rem;
    }
    .formQuoteOne .wrapper .title,
    .formQuoteOne .wrapper .body{
        padding: 0 1rem;
    }
    .hero-wrapper .wrapper{
        padding: 0 .5rem 2rem;
    }
    .empty-order-panel .empty-order-holder{
        flex-direction: column;
    }
    .empty-order-panel .empty-order-holder svg,
    .empty-order-panel .empty-order-holder img{
        height: 100px;
        width: 100px;
    }
    .empty-order-panel .empty-order-holder .content-data{
        padding-top: 30px;
    }
    .login h1{
        font-size: 2.5rem;
    }
    .hero-tracking{
        height: 25rem;
    }
    .mockup_right {
        width: 100%;
        height: 105%;
    }
    .box_sizes ul li{
        padding: 0.5rem 1.5rem;
        min-height: 5rem;
    }
    .box_sizes ul li span{
        font-size: 1.2rem;
    }
    .box_sizes ul li img,
    .box_sizes ul li svg {
        width: 3rem;
        height: 3rem;
    }
    .getRateWrapper{
        flex-direction: column;
        /*justify-content: center;*/
        margin-top: 3rem;
    }
    .getRateWrapper .shipping_weight{
        text-align: left;
        margin: 5px 0 0 10px;
    }
    .rate_wrapper{
        flex-direction: column;
    }
    .rate_wrapper.left{
        flex-direction: row;
        justify-content: space-around;
    }
    .rate_wrapper.right{
        justify-content: center;
        margin: 3rem 0 0;
        padding: 0 .5rem 0 2rem;
        gap: 1rem;
    }
    .rate_wrapper.right .total,
    .rate_wrapper.right .amount{
        display: inline-block;
    }
    .rate_wrapper.right .amount{
        margin: 0 0 0 1rem;
    }
    .need-help .need-help-button {
        width: 6.5rem;
        height: 3.5rem;
    }
    .for-desktop {
        display: none;
    }
    .footer_section{
        padding: 5rem 2rem;
    }
    .footer-social{
        margin: 3rem 0 0;
    }
    .footer_section .row_mobile{
        width: 110%;
    }
    .footer_section .heading{
        font-size: 1.5rem;
    }
    .footer_section ul a{
        font-size: 1.3rem;
    }
    .footer__logo-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 0 5rem;
    }
    .footer__logo-wrapper .logo {
        margin: 3rem 0 2rem;
    }
    .footer__logo-wrapper .logo img,
    .footer__logo-wrapper .logo svg {
        width: 10rem;
    }
    .footer_section .privacy {
        text-align: center;
        flex-direction: column;
        gap: 0rem;
    }
    .footer_section .privacy ul {
        justify-content: center;
    }
    .footer_section .privacy__padding{
        padding-right: 0;
    }

    /* dashboard */
    .dashboard-title{
        font-size: 2.4rem;
    }
    .head-text-overflow{
        font-size: 2.1rem;
        width: 22rem;
    }
    .small-pills__parent{
        justify-content: left;
    }
    /* End dashboard */
}

@media (min-width:670px) and (max-width:767px)
{

}

/* ====== Small screen (576px - 767px) ======= */
@media (min-width:576px) and (max-width:767px)
{

}

@media (min-width:576px) and (max-width:669px)
{

}

/* ====== xtra small screen (0px - 575px) ======= */
@media (max-width:575px)
{

}
