/* 
Theme Name: New Legacy Transportation
Author: The Website Times
Version: 1.0
*/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    /* outline: 1px solid red; */
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'poppins', sans-serif;
    line-height: 1.25;
    color: #212529;
    /* min-height: 200vh; */
}
h1{
    font-size: 61px;
    font-weight: 700;
}
h2{
    font-size: 39.06px;
    font-weight: 700;
}
h3{
    font-size: 31.25px;
    font-weight: 700;
}
h4{
    font-size: 25px;
    font-weight: 700;
}
h5{
    font-size: 20px;
    font-weight: 500;
}
h6{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
p{
    font-size: 20px;
    color: #4D4D4D;
}
/* .main{
    margin-top: 114.8px;
} */
.container{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.primary-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#ED1C24), to(#662D91));
    background-image: -o-linear-gradient(left, #ED1C24, #662D91);
    background-image: linear-gradient(to right, #ED1C24, #662D91);
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.primary-btn:hover{
    opacity: 80%;
}
.nav-btn{
    padding: 8px 25px;
}
.foot-btn{
    background-color: rgb(255 255 255 / 30%);
    background-image: none;
    -webkit-box-shadow:inset 0px 0px 0px 1px #AA255B;
            box-shadow:inset 0px 0px 0px 1px #AA255B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.foot-btn p{
    font-size: 12.8px;
    color: #AA255B;
    font-weight: 600;
    text-transform: lowercase;
}
.foot-btn:hover{
    background-color: rgb(255 255 255 / 20%);
}

/* =====Navigation===== */
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgb(255 255 255 / 90%);
    padding: 5px 0;
}
.nav-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* position: relative; */
}
.nav-links .primary-btn{
    margin-left: 50px;
}
.nav ul a{
    font-weight: 500;
    color: #1A1A1A;
}
.nav a:hover{
    color: #AA255B;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav a.current{
    color: #AA255B;
}
.nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.nav-linkedin{
    margin-left: 25px;
}
.nav-linkedin:hover{
    opacity: 70%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-call-div{
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.nav-call-div:hover p{
    text-decoration: underline;
}
.nav-call-wrap h6{
    font-size: 8.19px;
    color: #AA255B;
    font-weight: 500;
    text-transform: uppercase;
}
.nav-call-wrap p{
    color: #1A1A1A;
    font-size: 12.8px;
    font-weight: 500;
}
.brand-logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
.hamburger{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    margin-left: 40px;
}
.line{
    width: 20px;
    height: 2.5px;
    background-color: #242424;
    border-radius: 5px;
}

/* =====Hero Section===== */
.sec1{
    padding: 220px 0 160px;
    position: relative;
}
.sec1 img,
.foot_bg{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: -2;
}
.sec1 .container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sec1 h1{
    max-width: 792px;
    text-align: center;
    font-size: 48.83px;
    margin-bottom: 10px;
}
.sec1 p{
    max-width: 690px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
    color: #333333;
    line-height: 25px;
    font-weight: 500;
}

/* =====Section 2===== */
.sec2{
    padding: 60px 0;
}
.sec2-side-wrap{
    max-width: 303px;
    margin-bottom: 60px;
}
.sec2-side-wrap h3{
    font-weight: 600;
    margin-bottom: 20px;
}
.sec2-side-wrap p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.sec2-box-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.sec2-box{
    max-width: 240px;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 50px rgb(0, 0, 0, 0.1);
            box-shadow: 0 0 50px rgb(0, 0, 0, 0.1);
}
.sec2-box img{
    margin-bottom: 20px;
}
.sec2-box h5{
    margin-bottom: 15px;
}
.sec2-box p{
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    text-align: center;
}

/* =====Section 3===== */
.sec3{
    padding: 50px 0 0 0;
}
.sec3 .container{
    padding: 50px 55px;
    background-color: #F6F6F6;
}
.sec3-content-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 792px;
    gap: 15px;
}
.sec3-content-wrap h4{
    font-weight: 600;
}
.sec3-content-wrap p{
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

/* =====Section 3 Bottom===== */
.sec3-bot .container{
    background-color: #E8E8E8;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.sec3-bot-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sec3-bot-cont p{
    font-size: 12.8px;
    font-weight: 600;
    text-align: center;
}
.sec3-bot-line{
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #A5A5A5;
}
.sec3-bot-line.one{
    left: 33%;
}
.sec3-bot-line.two{
    right: 33%;
}

/* =====Section 4===== */
.sec4{
    padding: 90px 0 50px;
}
.sec4 .container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sec4 h3{
    font-weight: 600;
}
.orange-line{
    height: 2px;
    width: 80px;
    background-color: #AA255B;
    margin: 15px 0 30px;
}
.sec4-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.sec4-box img{
    height: 300px;
    border-radius: 20px;
}
.sec4-boxes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

/* =====Section 5===== */
.sec5{
    padding: 60px 0 70px;
}
.sec5-img-wrap{
    position: relative;
    height: 370px;
    width: 489px;
}
.sec5-small-img{
    position: absolute;
    width: 220px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border: 3px solid rgb(170 37 91 / 50%);
    left: 0;
    bottom: 0;
    z-index: -1;
}
.sec5-big-img{
    position: absolute;
    width: 400px;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border: 3px solid rgb(170 37 91 / 50%);
    z-index: -2;
    top: 0;
    right: 0;
}
.sec5-content-wrap{
    max-width: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* padding: 40px 0 60px; */
}
.sec5-content-wrap h3{
    font-weight: 600;
    margin-bottom: 15px;
}
.sec5-content-wrap p{
    color: #666666;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
}
.sec5-content-wrap a{
    color: #AA255B;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 20px;
}
.about a{
    -webkit-text-decoration: auto;
            text-decoration: auto;
}

/* =====About Section===== */
.about-quality{
    padding: 20px 0 70px;
}
.about-quality-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 20px 40px;
    max-width: 287px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 5%);
            box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}
.about-quality-box img{
    margin-bottom: 10px;
}
.about-quality-box h5{
    margin-bottom: 20px;
}
.about-quality-box p{
    font-size: 16px;
    line-height: 1.5;
}
@media(max-width: 1023px) {
    .about-quality .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }
}

/* =====Contact Section===== */
.contact-section{
    padding: 60px 0 80px 0;
}
.contact-section.main-contact{
    padding: 130px 0 80px 0;
}
.contact-section .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between  ;
}
.contact-section p{
    font-size: 16px;
    color: #242424;
    margin-top: 5px;
}
.contact-sec-main-para{
    font-size: 12.8px !important;
}
.contact-section__block{
    width: 50%;
}
.contact-section__boxes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}
.contact-section__box{
    position: relative;
}
.contact-section__box img{
    position: absolute;
}
.contact-section__box:first-of-type img{
    left: 7px;
}
.contact-section__box:nth-of-type(2) img{
    top: 5px;
}
.contact-section__box h4{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}
.contact-section__box h4,
.contact-section__box p{
    margin-left: 80px;
}
.contact-section__box a{
    color: #242424;
    text-decoration: underline;
}
.contact-section h2{
    font-size: 31.25px;
    font-weight: 600;
    text-transform: uppercase;
}
.form-section__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.form_wrapper{
    width: 590px;
}
.name_field .wpforms-one-half input,
.norm input,
.norm textarea{
    background-color: #F3F3F3 !important;
    /* padding: 15px auto 15px 30px !important; */
    height: 53px !important;
    padding: 15px 30px !important;
    border: none !important;
    font-family: 'poppins', sans-serif !important;
    color: #6B6B6B !important;

}
.norm textarea{
    height: 200px !important;
}
.wpforms-submit{
    font-family: 'poppins', sans-serif !important;
    border: none !important;
    font-weight: 500 !important;
    padding: 10px 30px !important;
    color: #fff !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#ED1C24), color-stop(#AA255B), to(#662D91)) !important;
    background-image: -o-linear-gradient(left, #ED1C24, #AA255B, #662D91) !important;
    background-image: linear-gradient(to right, #ED1C24, #AA255B, #662D91) !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
.wpforms-submit:hover{
    opacity: 80% !important;
}
.line-st{
    width: 100%;
    height: 1px;
    background-color: #D1D1D1;
}

/* =====Pre-Footer===== */
.pre-foot{
    background-color: #FAFBFF;
}
.pre-foot .container{
    position: relative;
}
.pre-foot-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* justify-content: space-around; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 80px 0 70px;
}
.pre-foot-truck{
    position: absolute;
    width: 500px;
    right: 0;
}
.pre-foot-content-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 100px;
}

/* =====Footer===== */
.footer{
    position: relative;
    padding: 50px 0 25px;
}
footer .foot-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 150px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFBFF), to(transparent));
    background-image: -o-linear-gradient(#FAFBFF, transparent);
    background-image: linear-gradient(#FAFBFF, transparent);
    z-index: -1;
}
.footer .container{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.foot-buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}
.foot-logo{
    margin-bottom: 40px;
}
.foot-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
}
.foot-links a{
    text-transform: 500;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.foot-lines{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.foot-line{
    background-color: rgb(51 51 51 / 20%);
    height: 1px;
    width: 287px;
}
.foot-copyright{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.foot-copyright p{
    font-size: 12.8px;
    color: #000;
    font-weight: 500;
}
.foot-copyright a{
    color: #AA255B;
    text-decoration: underline;
}
.foot-social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    margin-bottom: 60px;
}

/* =====Page Banner===== */
.page-banner{
    position: relative;
    padding: 130px 0 60px;
}
.page-banner img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: -1;
}
.page-banner h1{
    font-weight: 700;
    font-size: 48.83px;
    color: #000;
}
.page-banner .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.page-banner h1{
    text-align: center;
}
.sec-gen{
    padding: 80px 0 100px;
}
.sec-gen img{
    height: 300px;
    width: 489px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

/* =====Track Section===== */
.track{
    padding: 120px 0 80px;
    background-color: #FAFBFF;
}
.track .container{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.track h1{
    font-size: 39.06px;
    font-weight: 700;
    margin-bottom: 50px;
}
.track_form_tr:first-of-type,
.track_form_tr:last-of-type{
    display: none;
}
.track_form_tr:nth-last-of-type(2) input{
    padding: 6px 12px;
    font-family: 'poppins', sans-serif;
    font-size: 16px;
}
.wpcargo-btn-primary{
    font-family: 'poppins', sans-serif;
    background-image: -webkit-gradient(linear, left top, right top, from(#ED1C24), color-stop(#AA255B), to(#662D91));
    background-image: -o-linear-gradient(left, #ED1C24, #AA255B, #662D91);
    background-image: linear-gradient(to right, #ED1C24, #AA255B, #662D91);
    border: none;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wpcargo-btn-primary:hover{
    opacity: 80%;
}
.track_contact_pad .container{
    padding: 100px 0 120px 0;
}

/* =====Thank You===== */
.thank{
    padding: 140px 0 100px;
}
.thank .container{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.thank-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.thank-wrap img{
    height: 150px;
    margin-bottom: 40px;
}
.thank-wrap h1{
    font-size: 48.83px;
    font-weight: 500;
    margin-bottom: 15px;
}
.thank-wrap p{
    max-width: 950px;
    text-align: center;
}
.thank-wrap p a{
    color: #AA255B;
    text-decoration: underline;
}
@media (max-width: 767px){
    .thank-wrap img {
        height: 120px;
        margin-bottom: 30px;
    }
    .thank-wrap h1{
        font-size: 33px;
        text-align: center;
    }
    .thank-wrap p{
        font-size: 16px;
    }
}

/* =====Error===== */
.error{
    padding: 170px 0 100px;
}
.error .container{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.error-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.error-wrap img{
    height: 175px;
    margin-bottom: 20px;
}
.error-wrap p{
    font-weight: 25px;
    margin-bottom: 40px;
    text-align: center;
}
@media (max-width: 767px){
    .error-wrap img {
        height: 120px;
    }
    .thank-wrap p{
        font-size: 16px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px){
    .container{
        max-width: 980px;
    }
    .nav,
    .nav-linkedin{
        display: none;
    }
    .hamburger{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav.active{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 69px;
        right: 0;
        width: 100%;
    }
    .nav.active ul{
        gap: 20px;
        background-color: rgb(255 255 255 / 90%);
        width: 100%;
    }
    .nav.active ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px 0;
    }
    .downloads-sec .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }
    .sec2 .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px;
    }
    .sec2-side-wrap {
        max-width: 100%;
        margin-bottom: 0;
    }
    .sec2-side-wrap h3 {
        margin-bottom: 10px;
        text-align: center;
    }
    .sec2-side-wrap p {
        margin-bottom: 0;
        text-align: center;
    }
    .sec3{
        background-color: #F6F6F6;
        padding: 50px 0;
    }
    .sec3 .container {
        padding: 0;
    }
    .sec3-bot{
        background-color: #E8E8E8;
        padding: 50px 0;
    }
    .sec3-bot .container {
        padding: 0;
    }
    .sec4-boxes{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }
    .sec5-small-img{
        display: none;
    }
    .sec5-big-img{
        position: static;
    }
    .sec5 .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }
    .sec5-img-wrap {
        position: relative;
        height: auto;
        width: auto;
    }
    .sec5-content-wrap h3{
        text-align: center;
    }
    .sec5-content-wrap a{
        margin-top: 10px;
    }
    .sec5-content-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .sec-gen .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }
    .track_form_tr:first-of-type,
    .track_form_tr:last-of-type{
        display: none !important;
    }
    .track_banner{
        padding: 150px 0 50px 0;
    }
    #wpcargo-track-table td {
        border-bottom: none !important;
    }
}

@media (max-width: 1023px){
    .container{
        max-width: 728px;
    }
    .sec1 {
        padding: 160px 0 120px;
    }
    .sec1 h1 {
        max-width: 100%;
        font-size: 39.06px;
    }
    .sec1 p {
        margin-bottom: 30px;
    }
    .sec3 img{
        display: none;
    }
    .pre-foot-truck{
        display: none;
    }
    .form-section__block h2{
        text-align: center;
    }
    .wpforms-submit-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .contact-section .container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .contact-section__block{
        display: none;
    }
    .foot-copyright p:first-of-type,
    .foot-line:first-of-type{
        display: none;
    }
    .foot-lines,
    .foot-copyright{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .foot-links {
        display: none;
    }
}

@media (max-width: 767px){
    .container{
        max-width: 396px;
    }
    .primary-btn{
        font-size: 12.8px;
    }
    .nav-call-div,
    .nav-links .primary-btn{
        display: none;
    }
    .sec1 {
        padding: 140px 0 100px;
    }
    .sec1 h1 {
        font-size: 31.25px;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec2-box-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .sec2-side-wrap h3 {
        font-size: 25px;
    }
    .sec3-content-wrap h4 {
        font-size: 25px;
    }
    .sec3 {
        padding: 40px 0;
    }
    .sec3-content-wrap p {
        text-align:left;
    }
    .sec3-bot {
        background-color: #E8E8E8;
        padding: 30px 0;
    }
    .sec3-bot .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 60px;
    }
    .sec3-bot-line{
        height: 1px;
        width: 100%;
    }
    .sec3-bot-line.one{
        top: 30%;
        left: 0;
        right: 0;
    }
    .sec3-bot-line.two{
        bottom: 33%;
        right: 0;
    }
    .sec4{
        border-bottom: 1px solid #dadada;
    }
    .sec4 h3{
        font-size: 25px;
    }
    .sec4-box img {
        width: 220px;
        height: 220px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .sec4-boxes {
        gap: 20px;
    }
    .sec5 {
        padding: 50px 0;
    }
    .sec5 .container {
        gap: 20px;
    }
    .sec5-content-wrap h3 {
        font-size: 25px;
    }
    .sec5-big-img{
        width: 100%;
        height: 300px;
    }
    .form_wrapper {
        width: 100%;
    }
    .contact-section h2 {
        font-size: 25px;
    }
    .contact-section {
        padding: 50px 0 50px 0;
    }
    .name_field, .norm, .text-feild{
        padding: 8px 0 !important;
    }
    .name_field .wpforms-one-half input, .norm input, .norm textarea {
        height: 45px !important;
        font-size: 14px !important;
        padding: 10px 20px !important;
    }
    .norm textarea{
        height: 150px !important;
    }
    .pre-foot-content-wrap {
        margin-left: 0;
    }
    .foot-buttons{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
    .sec-gen img{
        width: 100%;
        height: 220px;
    }
    .sec-gen {
        padding: 50px 0;
    }
    .page-banner{
        padding: 120px 0 60px;
    }
    .page-banner h1{
        font-size: 31.25px;
    }
    .track h1 {
        font-size: 31.25px;
        margin-bottom: 20px;
    }
    .track {
        padding: 120px 0 60px;
    }
    .pre-foot-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        /* justify-content: space-around; */
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 60px 0 70px;
    }
}

@media (max-width: 427px){
    .container{
        max-width: calc(100% - 32px);
    }
}