/* // `md` applies to small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
    header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }
    .copyright {
        text-align: center;
    }
    .copyright a.nav-link {
        font-size: 12px;
    }
    .whatsapp-icon img {
        width: 40px;
    }
    .pages-banner {
      
    }
    .tell-us-form .dropdown .btn {
        font-size: 15px;
        padding-left: 23px;
    }
    .bi-box {
        position: relative;
        transform: none;
    }
    .text-large {
        font-size: 35px;
        line-height: initial;
    }
    .b-box p {
        font-size: 19px;
    }
    h1,
    .title,
    h2 {
        font-size: 40px;
    }
    .text-xl {
        font-size: 42px;
    }
    .arrow-btn::before {
        width: 30px;
        height: 30px;
    }
    .management-box .card-body .card-title {
        font-size: 24px;
        margin-bottom: 0;
    }
    .blog-detail h1 {
        font-size: 35px;
    }
    .h-services p br {
        display: none;
    }
    .left-tabbing h2 {
        margin-bottom: 0;
        font-size: 32px;
    }
    .left-tabbing #tabbing-list {
        overflow-x: scroll;
    }
    .left-tabbing .list-group-item {
        font-size: 16px;
    }
    .contact-us .address  {
        margin-left: 0;
        padding: 0;
        border: 0px none;
        margin-top: 30px;
    }
    .pr-slider .slick-slide img {
        height: 70px;
        
    }
    
}


/* // `sm` applies to x-small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    h1,
    .title,
    h2 {
        font-size: 29px;
    }
    span.gic {
        display: none;
    }
    .globe-employee {
        background-size: cover;
        /* height: auto; */
    }
    .slick-prev, .slick-next {
        line-height: 1;
    }
    .globe-count p {
        font-size: 25px;
        line-height: inherit;
    }
    .ab-icons {
        text-align: center;
    }
    .ab-icons img {
        width: 40px;
        height: 40px;
    }
    .globe-count span {
        font-size: 70px;
        line-height: inherit;
    }
    .management-box .card-body .card-text {
        font-size: 18px;
        line-height: inherit;
    }
    .legecy-box {
        min-height: 200px;
    }
    .legecy-content span {
        font-size: 70px;
    }
    .service-box span {
        width: 120px;
        height: 120px;
    }
    .service-box p {
        font-size: 20px;
        line-height: inherit;
        margin-top: 1rem;
    }
    .left-tabbing h2 {
        font-size: 26px;
    }
    .quick-links {
        font-size: 13px;
    }
}


/* // `lg` applies to medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    footer .ptb-5 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .blog-card h5 {
        font-size: 23px;
    }
    .whatsapp-icon {
        top: 0;
    }
    .left-tabbing .offcanvas {
        background-color: #0C327D!important;
    }
    .left-tabbing {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding: 1rem;
    }
    .left-tabbing h2 {
        margin-bottom: 0;
        padding-left: 0;
        font-size: 26px;
        margin-right: 10px;
    }
    .lf-tabbing-mobile {
        padding: 0 12px;
    }
    .left-tabbing .navbar-toggler-icon{
        background-image: url('../images/icon-tab.svg');
    }
    .contact-us .bg{
        display: none;
    }
}


/* // `xl` applies to large devices (desktops, less than 1200px)*/

@media (max-width: 1199.98px) {
    .w-75 {
        width: 100%!important;
    }
   
    .service-box span {
        width: 120px;
        height: 120px;
    }
}


/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/

@media (max-width: 1399.98px) {}


/* X-Small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap
 Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    .b-box {
        min-height: 149px;
    }
}


/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    .slick-prev {
        left: -100px;
    }
    .slick-next {
        right: -100px;
    }
    .services-tab .list-group-item, .left-tabbing .list-group-item {
        padding-left: 52px;
    }
}


/* X-Large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    .service-box p {
        font-size: 24px;
        line-height: 36px;
        margin-top: 2rem;
    }
    .ptb-5 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .about-content .ab-wrapper {
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .f-b-r {
        border-right: 1px solid rgba(255, 255, 255, 0.16);
    }
    .logistics-block {
        max-width: 480px;
    }
    .logistics-block .legecy-content span {
        font-size: 56px;
        line-height: 70px;
    }
    .logistics-block .legecy-content p {
        font-size: 24px;
    }
}


/* XX-Large devices (larger desktops, 1400px and up)*/

@media (min-width: 1400px) {
    .blog-card h5 {
        font-size: 24px;
        line-height: 36px;
        display: -webkit-box;
        padding-right: 0%;
    }
}

@media (min-width: 1680px) {
    .blog-card h5 {
        font-size: 26px;
        line-height: 36px;
        padding-right: 5%;
    }
    .service-box p {
        font-size: 24px;
    }
    .text-xl {
        font-size: 64px;
    }
    .text-large {
        font-size: 44px;
        line-height: 54px;
    }
    .main-content {
        font-size: 16px;
        line-height: 26px;
    }
    h1,
    .title
     {
        font-size: 50px;
    }
    .title,
    h2 {
        font-size: 40px;
    }
}




.page-tabbing .container-fluid.container-xxl {
    padding: 0;
}