* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    /* font-family: "Poppins"; */
    font-size: 17px;
    line-height: 1.5;
}


/* Navigation Bar */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    background-color: #ffffff;
    color: #000;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo {
    width: 238px;
    height: 68px;
}

nav {
    width: 30%;
    max-width: 500px;
    margin-right: 80px;
}

nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

nav ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

nav .logo {
    display: none;
}

.navbar h2 {
    display: none;
}

.desktop-nav-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    height: 100vh;
    padding: 25px;
    background-color: #ffffff;
    color: #000;
    z-index: 100;
    transform: translateX(-400px);
    width: 400px;
    transition: .20s ease-in-out;
}

.desktop-nav-container .logo {
    margin-top: 30px;
    height: 50px;
}

.desktop-nav-content {
    margin-top: -20px;
}

.desktop-nav-content p {
    line-height: 30px;
    margin-top: 15px;
}

.desktop-nav-content h1 {
    font-size: 22px;
    margin-top: 20px;
    color: #f3800b;
}

.desktop-nav-container h2 {
    font-size: 12px;
    font-weight: 500;
}

.desktop-nav-content a {
    color: #000;
    text-decoration: underline;
    font-size: 18px;
}

.handle {
    display: flex;
    justify-content: space-between;
    width: 150px;
}

.handle a {
    border: 1px solid white;
    width: 8px;
    height: 8px;
    margin-top: 20px;
}

.desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    align-items: center;
    flex-direction: row-reverse;
}

.desktop-nav .track-button {
    width: 70%;
    background-color: #f3800b;
    padding: 20px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    display: none;
}

.mobile-hamburger {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
    border: none;
    width: 30px;
    position: relative;
    background-color: transparent;
    transition: .25s ease-in-out;
    cursor: pointer;
}

.mobile-hamburger div {
    width: 100%;
    background-color: #000;
    height: 2px;
    cursor: pointer;
}

.mobile-hamburger div:nth-child(1) {
    position: absolute;
    top: 0px;
    width: 40%;
    right: 0;
    background-color: #000;
    cursor: pointer;
    transition: .25s ease-in-out;
}

.mobile-hamburger:hover div:nth-child(1) {
    width: 100%;
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
    border: none;
    width: 30px;
    position: relative;
    background-color: transparent;
    transition: .25s ease-in-out;
    cursor: pointer;
}

.hamburger div {
    width: 100%;
    background-color: #000;
    height: 2px;
    cursor: pointer;
}

.hamburger div:nth-child(1) {
    position: absolute;
    top: 0px;
    width: 40%;
    right: 0;
    background-color: #000;
    cursor: pointer;
    transition: .25s ease-in-out;
}

.hamburger:hover div:nth-child(1) {
    width: 100%;
}

.desktopNavEnable {
    transform: translateX(0);
    position: fixed;
}

/* serion 1 styling */
.boview1 {
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 3rem; */
}

swiper-slide .sec1boxcon  {
    width: 80%;
    margin: auto;
}
.containersec1 h1 {
    display: block;
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.containersec1 p {
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    opacity: 0.85;
    font-weight: 300;
    color: #fff;
}
.containersec1 a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: #f3800b;
    color: #212223;
    font-size: 14px;
    font-weight: 600;
    padding: 0 50px;
}
/* section2 styling */
.section-note1 h6 {
    display: block;
    flex-wrap: wrap;
    font-size: 26px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.section-note1 strong {
    width: 600;
    border-bottom: 3px solid #f3800b;
    line-height: 1;
}
.sec1flex {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: normal;
    justify-content: space-between;
    padding-bottom: 100px !important;
}
.sec1flex .wpb_wrapper {
    width: 40%;
    position: relative;

}
.video-thumb {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    background: transparent;
    overflow: hidden;
}
.video-thumb img {
    width: 100%;
    display: block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    height: auto;
}
.video-thumb a {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 50px;
    bottom: 50px;
    float: left;
    text-indent: -99999px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.sec1flex .vc_column-inner {
    width: 55%;
}

.track-shipping-form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f3800b;
    position: relative;
    padding: 0 50px;
}
.track-shipping-form .inner {
    width: 100%;
    padding: 40px;
}
.inner h3 {
    width: 100%;
    display: block;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
}
.inner .form-group {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.inner input[type="text"] {
    border: none;
    width: 100%;
    margin-top: 5px;
    max-width: 100%;
    height: 60px;
    padding: 0 30px;
    outline: none;
}
button[type="submit"] {
    height: 60px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #212223;
    border: none;
    padding: 0 40px;
}

/* section 3 styling */
.flexsec3 {
    display: flex;
    align-items: center;
    /* gap: 2rem; */
    width: 80%;
    margin: auto;
    justify-content: space-between;
}
.wpb_wrappersec3 {
    width: 47%;
}
.side-contentse3 {
    width: 100%;
}
.side-contentse3 h2 {
    display: block;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 25px;
}
.side-contentse3 p {
    display: block;
    line-height: 1.7;
    opacity: 0.7;
    margin-bottom: 1rem;
}
.side-contentse3 a {
    height: 62px;
    line-height: 62px;
    display: inline-block;
    background: #f3800b;
    color:#212223;
    font-size: 14px;
    font-weight: 600;
    padding: 0 50px;
    text-decoration: none;
}
.imgsec3 img {
    width: 100%;
    display: block;
    height: auto;
}
.imgsec3 {
    width: 44%;
}

/* section 4 styling */
.flexboxesec4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    width: 80%;
    margin: auto;
    padding: 100px 0;
}
.innerbox4 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    background: #fff;
    border: 1px solid #cecece;
}
.innerbox4 figure {
    width: 100%;
    display: block;
    padding-top: 35px;
    margin-bottom: 30px;
    position: relative;
}
figure {
    margin: 0 0 1rem;
}
figure:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #f3800b;
    position: absolute;
    left: 0;
    top: 0;
}
figure img {
    display: inline-block;
    height: 90px;
}
.innerbox4 h6 {
    width: 100%;
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.innerbox4 p {
    width: 100%;
    display: block;
    margin-bottom: 0;
}
.custom-link {
    margin-top: 40px;
    font-weight: 600;
    border-bottom: 3px solid #cbd6ec;
    line-height: 1;
    color: #212223;
    font-size: 14px;
    text-decoration: none;
    font-family: sans-serif;
}

/* section 5 styling */
.wpb_wrappersec5 {
    width: 80%;
    margin: auto;
    padding: 100px 0;
}
.section-title h2 {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
}
.section-title p {
    text-align: center;
    margin-bottom: 60px;
}
.flexboxsec5 {
    display: flex;
    align-items: normal;
    gap: 1.5rem;
    width: 80%;
    margin: auto;
}
.sectfl1 {
    width: 48%;
}
.fl1top {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.fl1top .fl1img {
    width: 50%;
    position: relative;
}
.fl1img img {
    width: 100%;
    display: block;
    height: 235px;
}
.flcomnten {
    position: absolute;
    bottom: 0;
    padding: 16px;
    color: #fff;
    font-family: sans-serif;
}
.downflimg {
    width: 100%;
    display: flex;
    align-items: normal;
    justify-content: end;
    margin: 2rem 0;
}
.downflimg .fl1img {
    width: 60%;
    position: relative;
}

.sectfl2 {
    width: 50%;
}
.sectfl2 .sec22im {
    width: 100%;
}
.sectfl2 .sec22im img {
    height: 300px;
}
.downflimg .fl1img img {
    height: 383px;
}
.sectfl2 .sec22im2 {
    width: 60%;
    margin-top: 2rem;
}
.sectfl2 .sec22im2 img {
    height: 317px;
}

/* section 6 styling */
.flexsec6 {
    display: flex;
    align-items: normal;
    gap: 0;
}
.flexsec6 .sec6side1 {
    width: 50%;
}
.side-services.rightleft {
    width: 61%;
    margin: auto;
}

.side-services h6  {
    font-weight: 600;
    color: #999;
}
.side-services h2  {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 40px;
}
.side-services ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}
.side-services ul li a {
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    padding-left: 40px;
    background: #212223;
    color: #fff;
    text-decoration: none;
}
.side-services .custom-link {
    margin-left: 40px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 3px solid #cbd6ec;
    line-height: 1;
    color: #212223;
}
.sec6side2 img {
    width: 100%;
    height: auto;
}
.sec6side2 {
    width: 50%;
}
.miidlbox6{
    position: absolute;
    top: 28%;
    left: 43%;
    background: white;
    color: #212223;
    width: 300px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.info-box figure {
    width: 100%;
    display: block;
}
.info-box figure img {
    width: auto;
    height: 60px;
}

/* section 7 styling */
.flexcounter {
    display: flex;
    align-items: normal;
    gap: 2rem;
    width: 80%;
    margin: auto;
    padding: 100px 0;
}
.cnbox {
    width: 25%;
}
.counter-box {
    width: 100%;
    border: 1px solid #cecece;
    padding: 40px;
    /* margin: 15px 0; */
    position: relative;
    margin-bottom: 1rem;
}
.counter-box .odometer {
    display: inline-block;
    font-size: 70px;
    font-weight: 800;
}
.counter-box h6 {
    width: 100%;
    display: block;
    margin: 0;
    color: #999;
    font-weight: 400;
    font-size: 18px;
}

/* ection 8 stle  */
.cta-box {
    width: 100%;
    text-align: center;
    color: #fff;
    /* margin: 100px 0; */
    padding: 200px 0;
}
.cta-box h2 {
    width: 100%;
    display: block;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}
.cta-box p {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
.flexbtnn {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
    margin: auto;
    justify-content: center;
}
.flexbtnn .custom-button {
    height: 62px;
    line-height: 62px;
    display: inline-block;
    background: #f3800b;
    color: #212223;
    font-size: 14px;
    font-weight: 600;
    padding: 0 50px;
    text-decoration: none;
}
.flexbtnn .light-button {
    height: 62px;
    line-height: 62px;
    display: inline-block;
    background: transparent;
    color: #f3800b;
    border: 1px solid #f3800b;
    font-size: 14px;
    font-weight: 600;
    padding: 0 50px;
    text-decoration: none;
}

/* section 9 styling */
.sec99 {
    padding-top: 100px;
}
.section-ti6 {
    width: 80%;
    margin: auto;
}
.sec99 .section-ti6 h6 {
    width: 100%;
    display: block;
    font-weight: 600;
    opacity: 0.7;
}
.sec99 .section-ti6 h2 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 800;
}
.nineboxfm {
    width: 80%;
    margin: 2rem auto;
    background: #fff;
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.flexselect {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
}
.flexselect .form-group {
    margin-bottom: 30px;
    width: 48%;
}
.flexselect .form-group span {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.flexselect .form-group select {
    width: 100%;
    /* max-width: 100%; */
    height: 60px;
    padding: 0 30px;
    border: 1px solid #cecece;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 30px) 28px, calc(100% - 25px) 28px, calc(100% - 3.5em) 10px;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
}
.flexdowns {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}
.flexdowns .form-group {
    width: 24%;
}
.flexdowns .form-group span {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.flexdowns .form-group input {
    width: 100%;
    /* max-width: 100%; */
    height: 60px;
    padding: 0 30px;
    border: 1px solid #cecece;
}
.flexcheckbb {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin: 2rem  0;
}
.boxchecks {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
}
.boxchecks .containerr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
.boxchecks .containerr {
    position: relative;
    cursor: pointer;
    font-size: 17px;
    width: 1.5em;
    height: 1.5em;
    user-select: none;
    border: 1px solid #ededed;
    display: block;
    background: #ededed;
  }
  
  .containerr .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .containerr .checkmark:after {
    content: '';
    position: absolute;
    top: 25%;
    left: 25%;
    background-color: black;
    width: 50%;
    height: 50%;
    transform: scale(0);
    transition: .1s ease;
  }
  
  .boxchecks .containerr input:checked ~ .containerr .checkmark:after {
    transform: scale(1);
  }
.estimated-price {
    display: flex;
    align-items: center;
    gap: 4px;
}
.yellowbox {
    width: 100%;
    padding: 29px;
    background: #f3800b;
    color: #212223;
}
.estimated-price b {
    font-weight: 400;
}
.estimated-price #result {
    font-size: 40px;
    font-weight: 800;
}
/* section 10 styling */
.flexsec10 {
    display: flex;
    align-items: normal;
    gap: 0;
}
.side110b {
    width: 50%;
    padding: 100px 20px;
    color: #212223;
    display: none;
}
.testimonial:before {
    content: "";
    width: 110px;
    height: 110px;
    background: url(https://cndlogisticsid.com/wp-content/themes/qesco/images/icon-quote.png);
    background-size: 110px 110px;
    display: inline-block;
    margin-bottom: 50px;
}
.testimonial p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.testimonial h6 {
    width: 100%;
    display: block;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0;
}
.testimonial {
    padding: 2rem;
}
.innerboc10 {
    width: 60%;
    margin: auto;
}
swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: start;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.wpb_wrappersec10 {
    padding: 100px 60px;
    /* width: 50%; */
}
.side2sec10 {
    width: 100%;
}
.wpb_wrappersec10 .section-sec10 figure img {
    height: 50px;
    display: block;
    margin: auto;
}
.wpb_wrappersec10 .section-sec10 figure {
   display: block;
   margin-bottom: 15px;
}
.wpb_wrappersec10 .section-sec10 h2 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
}
.wpb_row10 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 70%;
    margin: auto;
}
.wpb_row10 .wpb_column10 {
    width: 100%;
    display: block;
    margin: 15px 0;
    padding: 0 30px;
    border: 1px solid #cecece;
    background: #fff;
}
.wpb_wrapper10 img {
    width: 100%;
    height: auto;
}
.wpb_wrapper10 {
    width: 80%;
}

/* section 11 styling */
.sec11 {
    padding: 100px 0;
}
.section-sec11 h2 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
}
.section-sec11 p {
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
}

/* footer styling  */
footer {
    background-color: #212223;
    color: #ffffff;
    padding: 100px 20px 0px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.footer-content {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.footer-content .contact {
    width: 62%;
}

.footer-content .contact h2 {
    font-size: 18px;
    font-weight: 500;
}

.footer-content .contact a {
    color: #ffffff;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
}

.footer-content .contact address {
    margin-top: 30px;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
}

.footer-content .contact address span {
    display: block;
}

.footer-content .contact h1,
.footer-content .quick-link h1,
.email-form h1 {
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-content .quick-link {
    width: 35%;
}

.footer-content .quick-link ul {
    margin-top: 15px;
}

.footer-content .quick-link {
    position: relative;
}

.footer-content .quick-link li a {
    font-size: 15px;
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-content .quick-link li::before {
    content: ">";
    position: absolute;
    left: -15px;
}

.email-form {
    width: 33%;
}

.email-form form input:nth-child(1) {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
}

.email-form form input:nth-child(2) {
    display: block;
    width: 150px;
    padding: 20px;
    background-color: #f3800b;
    border: none;
    margin-bottom: 10px;
}

.email-form form input:nth-child(1)::placeholder {
    font-size: 15px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid gray;
    padding: 30px 0;
}

.copyright h1 {
    font-size: 15px;
    font-weight: 400;
}
@media screen and (max-width:1200px) {
    .track-button {
        display: none;
    }

    .desktop-nav {
        width: 50px;
    }
}
@media screen and (max-width:990px) {
    header {
        padding: 20px 40px;
    }

    .desktop-nav {
        width: 250px;
    }

    .track-button {
        display: block;
        width: 100%;
    }

    .mobile-hamburger {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-top: 12px;
        border: none;
        width: 30px;
        margin-left: calc(100% - 600px);
        position: relative;
        background-color: transparent;
        transition: .25s ease-in-out;
        cursor: pointer;
    }

    .hamburger {
        display: none;
    }

    .navbar.mobileNavEnable {
        display: flex;
        transform: translateX(0);
        z-index: 999;
    }

    .navbar {
        position: fixed;
        width: 80%;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        top: 0;
        left: 0;
        padding: 30px;
        background-color: #fff;
        color: #ffffff;
        transform: translateX(-400px);
        transition: .20s ease-in-out;
    }

    .navbar .logo {
        display: block;
        height: 44px;
        width: 220px;
    }

    .navbar ul {
        flex-direction: column;
        /* margin-top: 70px; */
        gap: 10px;
    }

    .navbar ul li a {
        font-size: 20px;
    }

    .navbar h2 {
        display: block;
        font-size: 12px;
        color: #000;
    }
    footer {
        padding: 100px 100px 0 100px !important;
    }

    .footer-container {
        flex-direction: column;
        row-gap: 50px;
    }

    .footer-content {
        width: 100% !important;
    }

    .footer-content .contact {
        width: 100% !important;
    }

    .footer-content .quick-link {
        width: 52% !important;
    }

    .email-form {
        width: 100% !important;
    }
    /* section 2 query */
    .sec1flex {
        flex-direction: column;
        gap: 0;
    }
    .sec1flex .wpb_wrapper {
        width: 100%;
        position: relative;
    }
    .sec1flex .vc_column-inner {
        width: 100%;
    }
    .section-note1 h6 {
        display: block;
        flex-wrap: wrap;
        font-size: 22px;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        font-weight: 400;
    }

    /* section 3 query */
    .flexsec3 {
        flex-direction: column;
        gap: 3rem;
    }
    .wpb_wrappersec3 {
        width: 100%;
    }
    .imgsec3 {
        width: 100%;
    }

    .flexboxesec4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    /* section 5 query */
    .section-title h2 {
        font-size: 38px;
        font-weight: 800;
        text-align: center;
    }
    .flexboxsec5, .fl1top  {
        flex-direction: column;
    }
    .fl1top .fl1img, .downflimg .fl1img, .sectfl2 .sec22im2  {
        width: 100%;
        position: relative;
    }
    .sectfl1, .sectfl2 {
        width: 100%;
    }
    .fl1img img, .downflimg .fl1img img, .sectfl2 .sec22im2 img, .sectfl2 .sec22im img {
        width: 100%;
        display: block;
        height: auto;
    }

    /* section 6 query */
    .flexsec6 {
        flex-direction: column;
    }
    .flexsec6 .sec6side1 {
        width: 100%;
    }
    .side-services.rightleft {
        width: 80%;
        margin: auto;
        padding: 100px 0;
    }
    .sec6side2 {
        width: 80%;
        margin: auto;
    }
    .miidlbox6 {
        position: absolute;
        top: 69%;
        left: 6%;
        background: white;
        color: #212223;
        width: 434px;
        padding: 30px;
        background: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    }
    /* section 7 query */
    .flexcounter {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .cnbox {
        width: 100%;
    }
    /* section 9 query */
    .flexdowns  {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .flexdowns .form-group {
        width: 100%;
    }
    .yellowbox  {
        padding: 19px;
    }
    /* section 10 query */
    .flexsec10 {
        flex-direction: column;
    }
    .innerboc10 {
        width: 90%;
        margin: auto;
        text-align: center;
    }
    .innerboc10 swiper-container swiper-slide {
        text-align: center;
    }
    .side110b {
        width: 100%;
        padding: 100px 20px;
        color: #212223;
    }
    .side2sec10 {
        width: 100%;
        background: transparent !important; 
    }
    .wpb_wrappersec10 .section-sec10 h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 769px) {
    .wpb_row10 {
        width: 100%;
    }
    .desktop-nav {
        display: none;
    }

    .mobile-hamburger {
        margin-left: 0;
    }

    .navbar {
        width: calc(100% -100px);
        transform: translateX(-1000px);
    }
    .track-shipping-form {
        padding: 0;
    }
    .track-shipping-form .inner {
        width: 100%;
        padding: 20px;
    }
    .side-contentse3 h2  {
        font-size: 23px;
    }
    .side-services h2 {
        font-size: 27px;
    }
    .flexboxesec4 {
        display: grid;
        grid-template-columns: 1fr;
    }
    .miidlbox6 {
        position: static;
        background: white;
        color: #212223;
        width: 100%;
        padding: 30px;
        background: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    }
    .sec6side2 {
        width: 100%;
        margin: auto;
    }
    .flexcounter {
        display: grid;
        grid-template-columns: 1fr;
    }
    .cta-box h2 {
        width: 100%;
        display: block;
        font-size: 29px;
        font-weight: 800;
        margin-bottom: 20px;
    }
    .sec99 .section-ti6 h2 {
        width: 100%;
        display: block;
        font-size: 20px;
        font-weight: 800;
    }
    .flexselect {
        flex-direction: column;
    }
    .flexselect .form-group {
        margin-bottom: 30px;
        width: 100%;
    }
    .flexdowns {
        grid-template-columns: 1fr;
    }
    .flexcheckbb {
        flex-wrap: wrap;
    }
    .nineboxfm {
        width: 90%;
        padding: 50px 20px;
    }
    .estimated-price #result {
        font-size: 28px;
        font-weight: 800;
    }
    .wpb_wrappersec10 {
        padding: 100px 26px;
        padding-top: 0 !important;
    }
    .wpb_wrappersec10 .section-sec10 h2 {
        font-size: 19px;
        font-weight: 800;
    }
    .wpb_wrappersec5, .flexcounter, .flexboxsec5, .flexboxesec4, .flexsec3, .sec1flex {
        width: 95%;
    }
    .testimonial {
        padding: 0rem;
    }
    .footer-content {
        flex-direction: column;
    }
}
@media screen and (max-width: 600px) {
    .containersec1 h1 {
        display: block;
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 20px;
        color: #fff;
        display: flex;
    }
    .section-sec11 h2 {
        width: 100%;
        display: block;
        font-size: 34px;
        font-weight: 800;
        text-align: center;
    }
    /* ------------------------------------------------------------------------------------------------------
FOOTER SECTION
------------------------------------------------------------------------------------------------------ */
.logistics-hero-content {
    margin-left: 25px !important;
    width: 100% !important;
}
.logistics-services {
    padding: 100px 25px 0px 25px;
}
.logistics-services-content{
    padding: 0;
}
.logistics-get {
    padding: 100px 25px 100px 25px;
}
footer {
    padding: 100px 25px 0 25px !important;
}
}