/* Truck Lp Header Sec */

.text-heading {
    font-family: 'Arvo';
    color: #001e59;
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.truck-lp-header-sec {
    padding: 20px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: 2px solid transparent;
}

.truck-lp-header-sec.f-nav {
    background-color: #011957;
    border-bottom-color: #c1012d;
}

.truck-lp-header-sec .container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.truck-lp-logo {
/*    max-width: 347px;*/
width: 23%;
}

.truck-lp-logo img {
    width: 100%;
    display: block;
}

/*.hdr-top-rite .widget {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 180px;
    max-width: 970px;
}*/

.hdr-top-rite {
    width: 65%;
}
.top-rite-blk {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.top-content.available {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/*.top-content {
    display: flex;
}
*/
.top-content p {
    font-family: 'Inter Tight';
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    border-right: 2px solid #fff;
    padding-right: 25px;
    letter-spacing: 2.2px;
    margin: 0;
}

.top-content p:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.top-content.call p {
    font-family: 'Inter Tight';
    color: #d20534;
    font-size: 19px;
    font-weight: 600;
/*    line-height: 1;*/
line-height: 1.4;
    letter-spacing: 0.19px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.top-content.call a {
    font-family: 'Arvo';
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.6px;
    text-decoration: none;
    position: relative;
    display: block;
/*    margin-top: 10px;*/
margin-top: 0;
    padding-left: 40px;
}

.top-content.call p a::before {
    width: 28px;
    height: 28px;
    top: 0px;
    left: 0px;
    background-image: url(../truck-lp-images/truck-lp-call-icon.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    content: "";
    position: absolute;
}
.top-content.call a:hover{color: #d20534;}

/* Banner Section */
.truck-acc-lp-banner-sec {
    padding: 160px 0 250px;
    background-color: #eee;
    background-image: url(../truck-lp-images/truck-acc-bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.truck-acc-lp-banner-sec .container {
    /* width: 100%; */
    max-width: 1700px;
    /* margin: auto; */
    /* padding-left: 130px; */
}

.truck-lp-bnr-lst {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    /* gap: 50px; */
    max-width: 1600px;
    margin-left: auto;
    padding-left: 30px;
}

.truck-lp-bnr-lft-blk {
    width: 52.7%;
    padding-top: 140px;
}

.truck-lp-bnr-hdg {
    font-size: 130px;
    font-family: 'Arvo';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2.6px;
    color: #fff;
    margin-bottom: 32px;
}

/*.truck-lp-bnr-hdg b {
    display: block;
    font-weight: inherit;
}*/

.truck-lp-bnr-hdg strong {
    font-size: 50px;
    color: #d20534;
    border-bottom: 3px solid #d20534;
    display: block;
    letter-spacing: 1px;
    width: fit-content;
}

.truck-lp-bnr-lft-blk p {
    font-size: 21px;
    font-family: 'Inter Tight';
    font-weight: 400;
    color: #fff;
    line-height: 1.66;
    margin-bottom: 40px;
}

a.cmn-btn {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: #d20534;
    text-decoration: none;
    padding: 22px 45px;
    text-transform: uppercase;
    font-family: 'Inter Tight';
    font-weight: 600;
}

a.cmn-btn:hover {
    background-color: #fff;
    color: #d20534;
}

.truck-lp-bnr-rgt-blk {
/*    width: 42.2%;*/
width: 43.2%;
}

.truck-lp-bnr-form-sec {
    background-color: #d20534;
/*    padding: 60px 40px;*/
padding: 60px 50px;
}

.free-case-btn {
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 5.04px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 31px;
    width: max-content;
    margin: 0 auto 19px;
}

.truck-lp-bnr-form-title {
    font-size: 45px;
    font-family: 'Arvo';
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 1.11;
    letter-spacing: 0.9px;
    margin-bottom: 15px;
}

.truck-lp-bnr-rgt-blk p {
    font-size: 16px;
    font-family: 'Inter Tight';
    font-weight: 400;
    text-align: center;
    color: #fff;
    letter-spacing: 0.32px;
    line-height: 1;
    margin-bottom: 29px;
}

.bnr-form-btn {
    text-align: center;
}

.bnr-form-btn a.cmn-btn {
    background-color: #001e59;
}

.bnr-form-btn a.cmn-btn:hover {
    background-color: #fff;
    color: #000;
}

/* HomePage Banner Form Section Starts */

p.gform_required_legend {
    display: none;
}

.truck-lp-bnr-form-sec .gfield input, .truck-lp-bnr-form-sec .gfield textarea, .truck-lp-bnr-form-sec .gfield select {
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-family: 'Inter Tight' !important;
    font-weight: 400 !important;
    color: #000000 !important;
    letter-spacing: 0px !important;
    border: 0 !important;
    outline: 0 !important;
    height: auto !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    padding: 18px 26px !important;
}

.truck-lp-bnr-form-sec .gfield select {
    appearance: none !important;
    background-image: url(../truck-lp-images/form-select-arr.webp);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 20px center;
}

.truck-lp-bnr-form-sec .gfield select option:first-child {
    display: none;
}

.truck-lp-bnr-form-sec .gform_title {
    display: none;
}

.truck-lp-bnr-form-sec .gchoice {
    text-align: left;
    width: fit-content;
    margin: 6px 0 0px auto;
    display: flex;
    gap: 7px;
}

.truck-lp-bnr-form-sec .gfield textarea.large {
    resize: none;
    min-height: auto !important;
    height: 60px !important;
}

.truck-lp-bnr-form-sec .gfield input::placeholder,
.truck-lp-bnr-form-sec .gfield textarea::placeholder {
    color: #000;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border: none !important;
}

.truck-lp-bnr-form-sec .form-links a, .truck-lp-bnr-form-sec .gfield-choice-input+label {
    font-family: 'Inter Tight' !important;
    font-weight: 400;
    line-height: 1.71;
    color: #fff !important;
    letter-spacing: 0.42px;
    cursor: pointer;
    font-size: 14px !important;
    margin-left: 8px;
}

.truck-lp-bnr-form-sec .form-links {
    color: #fff;
}

.truck-lp-bnr-form-sec .form-links a {
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}

.truck-lp-bnr-form-sec .form-links a:hover {
    color: #8ca3b7 !important;
}

.truck-lp-bnr-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: 6px 0px 0px 0px !important;
    width: 15px !important;
    height: 15px !important;
    min-height: fit-content;
    max-width: fit-content;
    padding: 0 !important;
}

.gform-theme--foundation {
    display: grid;
    --gf-form-gap-y: 15px;
    --gf-form-gap-y: 18px;
}

.truck-lp-bnr-form-sec #field_submit,
.truck-lp-bnr-form-sec .gform_footer {
    display: flex;
    justify-content: center;
    padding: 0 !important;
    margin: 35px 0 0 !important;
}

.truck-lp-bnr-form-sec .gform_footer input[type="submit"] {
    font-size: 24px !important;
    padding: 30px 70px !important;
    font-family: 'Inter Tight' !important;
    font-weight: 700 !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    border: none !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    background-color: #00205b !important;
    letter-spacing: 0px !important;
}

.truck-lp-bnr-form-sec .gform_footer input[type="submit"]:hover {
    background-color: #fff !important;
    color: #d20534 !important;
}
.truck-lp-bnr-form-sec .gform_footer input[type="submit"]:focus {
    border: 0 !important;
    outline: 0 !important;
}

.leave-blank {
    display: none;
}

.truck-lp-bnr-form-sec .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}

.popup {
    max-width: 60%;
}

div#popup-container {
    position: relative;
}

div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.gform_wrapper .gform_validation_errors {
    display: none;
}

.gform_wrapper .gfield {
    position: relative;
}

#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.gform_wrapper .gfield .validation_message.gfield_validation_message,
.gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
    font-size: 13px;
    right: 10px;
    top: 4px;
}

.gform_wrapper .gfield .instruction.validation_message {
    bottom: 8px;
    top: inherit !important;
}

fieldset .gfield_description.validation_message.gfield_validation_message {
    top: inherit !important;
    bottom: -13px;
    left: 20px !important;
}

.popup {
    max-width: 100%;
}

.gform-theme--foundation .gform_fields {
    /*width: 95% !important;
    margin: auto;
    grid-column-gap: 2.6% !important;
    grid-row-gap: 13px !important;*/
    gap: 15px !important;
}

#myPopup.show {
    position: absolute;
    z-index: 5;
    display: none;
    margin: 0;
    padding: 10px;
}

.formpopuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}


@media screen and (max-width: 1800px) {
.container, .truck-lp-header-sec .container {max-width: px;}
.truck-acc-lp-banner-sec .container {max-width: 1600px;}
.truck-lp-bnr-lst {max-width: 1550px;}

a.cmn-btn { font-size: 18px; padding: 20px 41px; }

.truck-lp-bnr-lft-blk {padding-top: 120px; }
.truck-lp-bnr-hdg {font-size: 110px; margin-bottom: 30px; }
.truck-lp-bnr-hdg strong {font-size: 45px; }
.truck-lp-bnr-lft-blk p {font-size: 20px; line-height: 1.6; }

.truck-acc-lp-banner-sec {padding: 160px 0 200px; }
.truck-lp-bnr-form-sec {padding: 50px 40px;}
.truck-lp-bnr-form-sec .gform_footer input[type="submit"] {font-size: 20px !important; padding: 28px 65px !important; }


}
@media screen and (max-width: 1680px) {
.container, .truck-lp-header-sec .container {max-width: 1400px;}
.truck-acc-lp-banner-sec .container {max-width: 1500px;}
.truck-lp-bnr-lst {max-width: 1450px; margin: auto; }

.truck-lp-logo { width: 21%; }
.top-content p {font-size: 18px;padding-right: 20px;letter-spacing: 1.8px;}
.top-content.call p { font-size: 17px; }
.top-content.call a {font-size: 26px; }
.top-content.call p a::before {width: 24px; height: 24px; }

.truck-acc-lp-banner-sec {padding: 140px 0 160px; }
.truck-lp-bnr-lft-blk {padding-top: 100px; }
.truck-lp-bnr-hdg {font-size: 100px; margin-bottom: 25px; }
.truck-lp-bnr-hdg strong {font-size: 40px; }
.truck-lp-bnr-lft-blk p {font-size: 18px; margin-bottom: 30px; }
.free-case-btn {font-size: 16px; letter-spacing: 4px; padding: 11px 26px; margin: 0 auto 15px; }
.truck-lp-bnr-form-title {font-size: 40px; margin-bottom: 10px; }
.truck-lp-bnr-form-sec .gfield input, .truck-lp-bnr-form-sec .gfield textarea, .truck-lp-bnr-form-sec .gfield select {font-size: 15px !important; padding: 16px 20px !important; }
.gform_wrapper.gravity-theme .gfield-choice-input+label {max-width: 100% !important; }
.truck-lp-bnr-form-sec .gform_footer input[type="submit"] {font-size: 17px !important; padding: 24px 55px !important; }
.truck-lp-bnr-rgt-blk p {font-size: 15px; margin-bottom: 26px; }


}
@media screen and (max-width: 1550px) {
.container, .truck-lp-header-sec .container {max-width: 1300px;}
.truck-acc-lp-banner-sec .container {max-width: 1400px;}
.truck-lp-bnr-lst {max-width: 1350px;}

a.cmn-btn {font-size: 17px; padding: 18px 36px; }

.truck-lp-logo {width: 20%; }
.top-content p {padding-right: 18px; letter-spacing: 1.3px; }
.top-content.available {gap: 18px; }
.top-content.call a {font-size: 24px; margin-top: 5px; padding-left: 35px; }
/*.hdr-top-rite {width: 63%; }*/
.top-content.call p {font-size: 16px; }

.truck-lp-bnr-lft-blk {padding-top: 90px;}
.truck-lp-bnr-hdg {font-size: 90px;}
.truck-lp-bnr-hdg strong {font-size: 35px;}
.truck-lp-bnr-lft-blk p {font-size: 18px;margin-bottom: 30px;}

.truck-lp-bnr-form-sec {padding: 50px 35px;}
.free-case-btn {font-size: 15px;letter-spacing: 3px;padding: 10px 22px;}
.truck-lp-bnr-form-title {font-size: 38px;}
.truck-lp-bnr-rgt-blk p {font-size: 14px;margin-bottom: 26px;}
.gform_wrapper.gravity-theme .gform_fields {gap: 12px !important;}
.truck-lp-bnr-form-sec .gfield input, .truck-lp-bnr-form-sec .gfield textarea, .truck-lp-bnr-form-sec .gfield select {font-size: 14px !important;padding: 15px 18px !important;}
.truck-lp-bnr-form-sec .gfield select {background-size: 13px;background-position: right 15px center;}
.truck-lp-bnr-form-sec .form-links a, .truck-lp-bnr-form-sec .gfield-choice-input+label {font-size: 13px !important;}
.truck-lp-bnr-form-sec .gform_footer input[type="submit"] {font-size: 15px !important; padding: 22px 45px !important; }


}
@media screen and (max-width: 1440px) {
.container, .truck-lp-header-sec .container {max-width: 1200px;}
.truck-acc-lp-banner-sec .container {max-width: 1200px;}

.truck-lp-logo {width: 18%; }
.top-content p {padding-right: 15px; letter-spacing: 1px; font-size: 17px; }
.top-content.available {gap: 15px; }

.truck-acc-lp-banner-sec {padding: 130px 0 120px; }
.truck-lp-bnr-lst {padding-left: 15px; }
.truck-lp-bnr-hdg {font-size: 85px;}
.truck-lp-bnr-hdg strong {font-size: 33px;}
.truck-lp-bnr-form-sec {padding: 40px 35px;}
.free-case-btn {font-size: 14px;letter-spacing: 2px;padding: 9px 22px;}
.truck-lp-bnr-form-title {font-size: 33px;}
.truck-lp-bnr-rgt-blk p {font-size: 13px;margin-bottom: 20px;letter-spacing: 0;}
.gform_wrapper.gravity-theme .gform_fields {gap: 10px !important;}
.truck-lp-bnr-form-sec .gfield input, .truck-lp-bnr-form-sec .gfield textarea, .truck-lp-bnr-form-sec .gfield select {font-size: 13px !important;padding: 14px 15px !important;}
.truck-lp-bnr-form-sec .gfield select {background-size: 11px;background-position: right 15px center;}
.truck-lp-bnr-form-sec #field_submit, .truck-lp-bnr-form-sec .gform_footer {margin: 25px 0 0 !important;}
.truck-lp-bnr-form-sec .gform_footer input[type="submit"] {font-size: 14px !important; padding: 20px 40px !important; }

}
@media screen and (max-width: 1366px) {
.container, .truck-lp-header-sec .container, .truck-acc-lp-banner-sec .container {max-width: 1100px;}
.truck-lp-bnr-lst {max-width: 1200px; padding: 0;}

.truck-lp-bnr-lft-blk {padding-top: 80px;}
.truck-lp-bnr-hdg {font-size: 75px;}
.truck-lp-bnr-hdg strong {font-size: 30px;}
.truck-lp-bnr-lft-blk p {font-size: 17px;margin-bottom: 30px;}
.truck-lp-bnr-form-sec {padding: 40px 25px;}
.free-case-btn {font-size: 14px; letter-spacing: 1px; padding: 8px 20px; }
.truck-lp-bnr-form-title {font-size: 30px; }
.truck-lp-bnr-form-sec .gfield input, .truck-lp-bnr-form-sec .gfield textarea, .truck-lp-bnr-form-sec .gfield select {padding: 12px 15px !important; }
.truck-lp-bnr-form-sec .form-links a, .truck-lp-bnr-form-sec .gfield-choice-input+label {line-height: 1.5; }
.truck-lp-bnr-form-sec .gform_footer input[type="submit"] {padding: 20px 35px !important; }
.truck-lp-bnr-rgt-blk {width: 50%;}

}
@media screen and (max-width: 1280px) {
.container, .truck-lp-header-sec .container, .truck-acc-lp-banner-sec .container {max-width: 960px; }
.truck-lp-houston-truck-sec .container {max-width: 900px;}
.truck-lp-bnr-lst {max-width: 100%;}

a.cmn-btn {font-size: 16px; padding: 16px 30px; }

.truck-acc-lp-banner-sec {padding: 120px 0 80px;}
.top-content p {font-size: 15px; }
.hdr-top-rite {width: 70%;}
.top-content.call p {font-size: 14px; }
.top-content.call a {font-size: 21px; margin-top: 5px; padding-left: 30px; }
.top-content.call p a::before {width: 21px; height: 21px; }
.truck-lp-bnr-form-title {font-size: 27px; }
.truck-lp-bnr-rgt-blk p {font-size: 12px; margin-bottom: 15px; letter-spacing: 0.7px; line-height: 1.3; }
.truck-lp-bnr-form-sec .form-links a, .truck-lp-bnr-form-sec .gfield-choice-input+label {font-size: 12px !important; }
.truck-lp-bnr-form-sec .gform_footer input[type="submit"] {padding: 18px 30px !important; font-size: 13px !important; }

.truck-lp-bnr-hdg {font-size: 65px; }
.truck-lp-bnr-hdg strong {font-size: 26px; }
.truck-lp-bnr-lft-blk p {font-size: 15px; }
.truck-lp-bnr-lft-blk {width: 45%;}





}
@media screen and (max-width: 1024px) {
.container, .truck-lp-header-sec .container, .truck-lp-houston-truck-sec .container {max-width: 720px; padding: 0 10px;}

.truck-lp-header-sec {background-color: #011957;}
.truck-lp-logo {width: 100%;max-width: 190px;}
.top-content.available {display: none;}
.hdr-top-rite {width: 32%; }
.truck-lp-bnr-lst {max-width: 100%;flex-direction: column;align-items: center;}
.truck-lp-bnr-lft-blk {padding-top: 0;width: 100%;text-align: center;max-width: 600px;}
.truck-lp-bnr-hdg {font-size: 55px;margin-bottom: 15px;}
.truck-lp-bnr-hdg strong {font-size: 25px;margin: auto;}
.truck-lp-bnr-lft-blk p {font-size: 15px; margin-bottom: 20px; }
.truck-lp-bnr-rgt-blk {display: none; }
.truck-lp-bnr-rgt-blk.mbl {display: block; }
.truck-acc-lp-banner-sec {padding: 160px 0 80px; background-position: center; background-image: url(../images/truck-bnr-mbl-bg-img.webp); }
.truck-lp-header-sec {border-bottom: 2px solid #c1012d; }

}
@media screen and (max-width: 768px) {
.container, .truck-lp-header-sec .container, .truck-lp-houston-truck-sec .container {max-width: 100%;}


a.cmn-btn {font-size: 16px; padding: 14px 30px; }

.truck-lp-header-sec {position: inherit; padding: 20px 0 !important; }
.truck-lp-logo {width: 100%; max-width: 210px; }
.logo-container {display: flex; align-items: center; gap: 15px; justify-content: space-between; flex-direction: column; }
.top-rite-blk {display: flex; width: 100%; justify-content: center; }
.hdr-top-rite {width: 100%; }
.truck-acc-lp-banner-sec {padding: 60px 0; background-position: center; background-image: url(../images/truck-bnr-mbl-bg-img.webp); }
.truck-lp-bnr-hdg {font-size: 45px; margin-bottom: 10px; }
.truck-lp-bnr-lft-blk p {font-size: 14px; margin-bottom: 15px; }
.truck-lp-bnr-hdg strong {font-size: 22px; margin: 5px auto 0; }

}

@media screen and (max-width: 480px){

.truck-acc-lp-banner-sec {padding: 50px 0; }
.truck-lp-bnr-hdg {font-size: 40px; margin-bottom: 10px; }
.truck-lp-bnr-hdg strong {font-size: 19px; margin: 5px auto 0; }


}


/* Case Result Section */

.truck-lp-case-result-sec {
    position: relative;
    padding: 0 0 88px;
    margin-top: -82px;
}

.container1 {
    width: 100%;
    max-width: 1700px;
    margin: auto;
    position: relative;
}

.truck-lp-case-result-sec .container1::before {
    position: absolute;
    content: "";
    clip-path: polygon(20% 0%, 80% 0%, 100% 0%, 100% 73%, 53% 99%, 50% 100%, 0 73%, 0 0%);
    background-color: #f3f6fd;
    width: 100%;
    height: 90%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}


.truck-lp-case-results-list {
    padding: 70px 100px 0;
    position: relative;
}

.truck-lp-case-results-item {
    width: 100%;
    background-image: url(../truck-lp-images/case-item-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    padding: 70px 30px;
    border: 2px solid transparent;
    /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04); */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.truck-lp-case-results-item:hover {
    border: 2px solid #d20534;
}

.truck-lp-case-results-category {
    font-family: 'Arvo';
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.88px;
    line-height: 1;
    color: #001e59;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 27px;
}

.truck-lp-case-results-title {
    font-family: 'Arvo';
    font-weight: 700;
    font-size: 90px;
    letter-spacing: 1.8px;
    line-height: 1;
    color: #d20534;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px;
}

.truck-lp-case-results-result-dots {
    background-image: url(../truck-lp-images/results-dots-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 58px;
    height: 17px;
    margin: 0 auto 31px;
}

.truck-lp-case-results-item:hover .truck-lp-case-results-result-dots {
    background-image: url(../truck-lp-images/results-dots-hvr-img.webp);
}

.truck-lp-case-results-list p {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    margin: 0;
}

.truck-lp-case-results-item:hover p {
    color: #001e59;
}

.truck-lp-case-results-list.owl-carousel .owl-stage-outer {
    padding: 50px 20px 39px;
    margin: 0 -20px;
}

.truck-lp-case-results-list.owl-carousel .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 50%;
    right: 0;
    width: 100%;
    left: 0;
    margin: auto;
    z-index: -1;
}

.truck-lp-case-results-list.owl-carousel .owl-nav .owl-prev, .truck-lp-case-results-list.owl-carousel .owl-next {
    background-image: url(../truck-lp-images/drag-down-lft-img.webp) !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: center;
    width: 65px;
    height: 26px;
    margin-left: -30px;
}

.truck-lp-case-results-list.owl-carousel .owl-nav .owl-next {
    background-image: url(../truck-lp-images/drag-down-rit-img.webp) !important;
    margin-right: -30px;
}

.truck-lp-case-results-list.owl-carousel .owl-nav button span {
    font-size: 0;
    line-height: 0;
}

.truck-lp-case-results-list.owl-carousel .owl-nav .owl-prev:hover {
    background-image: url(../truck-lp-images/drag-down-lft-hvr-img.webp) !important;
}

.truck-lp-case-results-list.owl-carousel .owl-nav .owl-next:hover {
    background-image: url(../truck-lp-images/drag-down-rit-hvr-img.webp) !important;
}
.truck-lp-bnr-rgt-blk.mbl {
    display: none;
}


@media screen and (max-width: 1800px) {
.container1 {max-width: 1600px;}
.truck-lp-case-result-sec .container::before {left: -10px; }
.truck-lp-case-results-list.owl-carousel .owl-nav .owl-next {margin-right: -25px; }
.truck-lp-case-results-list {padding: 70px 80px 0; position: relative; }
.truck-lp-case-results-list.owl-carousel .owl-stage-outer {padding: 20px 20px 40px;}

}
@media screen and (max-width: 1680px) {
.container1 {max-width: 1500px;}

.truck-lp-case-result-sec .container::before {left: 0; width: 97%; }
.truck-lp-case-results-list.owl-carousel .owl-nav .owl-prev, .truck-lp-case-results-list.owl-carousel .owl-next {transform: scale(0.9); margin-left: 0; }
.truck-lp-case-results-list.owl-carousel .owl-nav .owl-next {margin-right: 0; }
.truck-lp-case-result-sec {padding: 0 0 60px; margin-top: -70px; }
.truck-lp-case-results-item {padding: 60px 20px; }
.truck-lp-case-results-category {font-size: 22px; margin: 0 0 24px; }
.truck-lp-case-results-title {font-size: 70px; margin: 0 0 25px; }
.truck-lp-case-results-result-dots {margin: 0 auto 20px; }
.truck-lp-case-results-list p {font-size: 18px; }

}
@media screen and (max-width: 1550px) {
.container1 {max-width: 1400px;}

.truck-lp-case-results-item {padding: 60px 20px; box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 10px; }
.truck-lp-case-result-sec .container::before {left: 0; width: 96%; }
.truck-lp-case-results-list {padding: 50px 70px 0; }
.truck-lp-case-results-list.owl-carousel .owl-nav .owl-prev, .truck-lp-case-results-list.owl-carousel .owl-next {transform: scale(0.8); }
.truck-lp-case-results-item {padding: 55px 20px; box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 10px; }
.truck-lp-case-results-category {font-size: 20px; margin: 0 0 20px; }
.truck-lp-case-results-title {font-size: 60px; margin: 0 0 20px; }
.truck-lp-case-results-result-dots {margin: 0 auto 15px; }
.truck-lp-case-results-list p {font-size: 17px; }
.truck-lp-case-result-sec {padding: 0 0 50px; margin-top: -60px; }

}
@media screen and (max-width: 1440px) {
.container1 {max-width: 1300px; }
.truck-lp-case-results-list {padding: 40px 70px 0; }
.truck-lp-case-results-category {font-size: 18px; letter-spacing: 0.5px; }
.truck-lp-case-results-title {font-size: 50px; }
.truck-lp-case-results-list p {font-size: 16px; }

}
@media screen and (max-width: 1366px) {
.container1 {max-width: 1200px;}

.truck-lp-case-results-item {padding: 45px 20px; }
.truck-lp-case-results-title {font-size: 40px; }
.truck-lp-case-results-list.owl-carousel .owl-stage-outer {padding: 10px 20px 20px; }
.truck-lp-case-result-sec {padding: 0 0 40px; margin-top: -40px; }

}
@media screen and (max-width: 1280px) {
.container1 {max-width: 960px;}
.truck-lp-case-result-sec .container::before {left: 0; width: 100%; }
.truck-lp-case-results-item {padding: 35px 20px; box-shadow: rgba(149, 157, 165, 0.05) 0px 8px 10px; }
.truck-lp-case-results-category {font-size: 16px; letter-spacing: 0; margin: 0 0 15px; }
.truck-lp-case-results-title {font-size: 35px; margin: 0 0 15px; }
.truck-lp-case-results-result-dots {margin: 0 auto 10px; transform: scale(0.8); }
.truck-lp-case-results-list p {font-size: 14px; }
.truck-lp-case-results-list.owl-carousel .owl-nav .owl-prev, .truck-lp-case-results-list.owl-carousel .owl-next {transform: scale(0.7); }

}
@media screen and (max-width: 1024px) {
.container1 {max-width: 720px; padding: 0 10px;}
.truck-lp-bnr-rgt-blk.mbl {display: block; width: 100%; max-width: 100%; margin: 0 auto 40px; }
.truck-lp-case-result-sec {padding: 20px 0 40px; margin-top: 0; }
.truck-lp-case-result-sec .container1::before {display: none; }
.truck-lp-case-results-list {padding: 0px 62px; background-color: transparent; }
.truck-lp-case-results-item {padding: 35px 20px; box-shadow: none; border: 2px solid #d20534; max-width: 400px; margin: 0 auto; }
.truck-lp-case-results-list.owl-carousel .owl-stage-outer {padding: 0 18px;margin: 0 -18px;}
.truck-lp-case-results-list.owl-carousel .owl-nav {position: static;justify-content: center;margin: 20px 0 0;}

}
@media screen and (max-width: 768px) {
.container1 {max-width: 100%;}

.truck-lp-case-results-list.owl-carousel .owl-nav {margin: 20px auto 0; z-index: -1; position: inherit; justify-content: center; }
.truck-lp-case-results-list.owl-carousel .owl-stage-outer {padding: 0; }
.truck-lp-case-results-list {padding: 0; }
.free-case-btn {display: none; }
.truck-lp-bnr-form-sec {padding: 30px 20px; }
.truck-lp-bnr-form-title {font-size: 26px; }
.truck-lp-bnr-form-sec .gfield input, .truck-lp-bnr-form-sec .gfield textarea, .truck-lp-bnr-form-sec .gfield select {padding: 10px 15px !important; }
.truck-lp-bnr-form-sec #field_submit, .truck-lp-bnr-form-sec .gform_footer {margin: 15px 0 0 !important; }
.truck-lp-bnr-form-sec .gform_footer input[type="submit"] {padding: 12px 26px !important; }
.truck-lp-case-results-list.owl-carousel .owl-stage-outer {padding: 0 30px; }

}
@media screen and (max-width: 480px) {
.truck-lp-case-results-list.owl-carousel .owl-stage-outer {padding: 0 20px; }


}






/* Houston section */

.truck-lp-houston-truck-sec {
    padding: 0px 0px 135px;
}

/*.truck-lp-houston-truck-sec .container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}*/

.truck-lp-huston-truck-blk {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 85px;
}

.truck-lp-huston-truck-cnt-blk {
    display: flex;
    justify-content: space-between;
    margin: 0px auto 30px;
}

.truck-lp-huston-truck-cnt-lft,
.truck-lp-huston-truck-cnt-rgt {
    width: 47%;
}

.truck-lp-huston-truck-cnt-lft p,
.truck-lp-huston-truck-cnt-rgt p {
    font-family: 'Inter Tight';
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.84;
}

.truck-lp-huston-truck-google-img {
    margin: 0px auto -40px;
    position: relative;
    z-index: 1;
    width: 50.2%;
}

.truck-lp-huston-truck-google-img img {
    width: 100%;
    display: block;
}

.truck-lp-huston-truck-img img {
    width: 100%;
    display: block;
}

.truck-lp-huston-truck-btm-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.truck-lp-huston-truck-btm-itm {
    width: 30%;
}

.truck-lp-huston-truck-btm-title {
    font-family: 'Arvo';
    color: #001e59;
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border-bottom: 2px solid #000f2d;
    padding-bottom: 18px;
    margin-bottom: 23px;
}

.truck-lp-huston-truck-btm-itm:hover .truck-lp-huston-truck-btm-title {
    color: #d20534;
    border-color: #d20534;
}

.truck-lp-huston-truck-btm-itm p {
    font-family: 'Inter Tight';
    color: #001e59;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.26px;
    margin: 0;
}

.truck-lp-huston-truck-btm-itm:hover p {
    color: #000f2d;
}



@media screen and (max-width: 1800px) {
.text-heading {font-size: 70px; }
.truck-lp-huston-truck-btm-title {font-size: 50px; margin-bottom: 20px; }


}
@media screen and (max-width: 1680px) {
.text-heading {font-size: 60px;}
.truck-lp-huston-truck-cnt-lft p, .truck-lp-huston-truck-cnt-rgt p {font-size: 18px;line-height: 1.8;}
.truck-lp-huston-truck-blk { padding-bottom: 65px; }
.truck-lp-huston-truck-btm-title {font-size: 45px; }
.truck-lp-huston-truck-btm-itm p {font-size: 20px; }
.truck-lp-huston-truck-google-img {margin: 0px auto -30px; width: 45%; }

}
@media screen and (max-width: 1550px) {
.text-heading {font-size: 50px;}
.truck-lp-huston-truck-blk {padding-bottom: 50px;max-width: 1150px;}
.truck-lp-houston-truck-sec {padding: 0px 0px 80px;}
.truck-lp-huston-truck-btm-title {font-size: 35px;padding-bottom: 15px;margin-bottom: 15px;}
.truck-lp-huston-truck-btm-itm p {font-size: 18px;}
.truck-lp-huston-truck-cnt-lft p, .truck-lp-huston-truck-cnt-rgt p {font-size: 17px;}

}
@media screen and (max-width: 1440px) {
.text-heading {
    font-size: 45px;
}
.truck-lp-huston-truck-cnt-lft p, .truck-lp-huston-truck-cnt-rgt p {
    font-size: 16px;
}
.truck-lp-huston-truck-cnt-blk {
    margin: 0px auto 20px;
}
.truck-lp-huston-truck-google-img {
    margin: 0px auto -25px;
    width: 40%;
}
.truck-lp-huston-truck-blk {
    padding-bottom: 45px;
    max-width: 1050px;
}
.truck-lp-huston-truck-btm-title {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.truck-lp-houston-truck-sec {
    padding: 0px 0px 70px;
}





}
@media screen and (max-width: 1366px) {
.text-heading {
    font-size: 40px;
    margin-bottom: 20px;
}
.truck-lp-huston-truck-cnt-lft p, .truck-lp-huston-truck-cnt-rgt p {
    font-size: 15px;
    line-height: 1.7;
}
.truck-lp-huston-truck-blk {
    max-width: 1000px;
}


}
@media screen and (max-width: 1280px) {
.truck-lp-huston-truck-blk {
    padding-bottom: 35px;
}
.text-heading {
    font-size: 40px;
    margin-bottom: 20px;
}
.truck-lp-huston-truck-cnt-lft p, .truck-lp-huston-truck-cnt-rgt p {
    font-size: 14px;
}
.truck-lp-huston-truck-google-img {
    margin: 0px auto -20px;
}
.truck-lp-houston-truck-sec {
    padding: 0px 0px 60px;
}
.truck-lp-huston-truck-btm-title {
    font-size: 26px;
}
.truck-lp-huston-truck-btm-itm p {
    font-size: 16px;
}



}
@media screen and (max-width: 1024px) {
.text-heading {
    font-size: 34px;
    margin-bottom: 20px;
}
.truck-lp-huston-truck-cnt-blk {
    flex-direction: column;
    align-items: center;
}
.truck-lp-huston-truck-cnt-lft, .truck-lp-huston-truck-cnt-rgt {
    width: 100%;
    text-align: center;
}
.truck-lp-huston-truck-blk {
    padding-bottom: 30px;
    max-width: 100%;
}
.truck-lp-huston-truck-btm-title {
    font-size: 22px;
    letter-spacing: 0.8px;
}
.truck-lp-huston-truck-btm-itm p {
    font-size: 15px;
}
.truck-lp-huston-truck-btm-itm {
    width: 30%;
    text-align: center;
}

.truck-lp-huston-truck-google-img {
    margin: 0px auto 0;
    width: 100%;
}
.truck-lp-huston-truck-image-blk {
    width: 100%;
}



}
@media screen and (max-width: 768px) {

.truck-lp-huston-truck-btm-lst {
    gap: 21px;
    justify-content: center;
}
.truck-lp-huston-truck-btm-itm {
    width: 100%;
    text-align: center;
    max-width: 220px;
}
.truck-lp-houston-truck-sec {
    padding: 0px 0px 50px;
}
.text-heading {
    font-size: 30px;
    margin-bottom: 20px;
}
.text-heading br {
    display: none;
}
.text-heading {
    font-size: 26px;
    margin-bottom: 15px;
    letter-spacing: 0;
}
.truck-lp-huston-truck-img img {
    object-fit: cover;
    object-position: top center;
    height: 130px;
}


}
@media screen and (max-width:680px){
.truck-lp-huston-truck-img img {
    height: 180px;
}


}
@media screen and (max-width:480px){

.truck-lp-huston-truck-btm-itm {
    width: 100%;
    text-align: left;
    max-width: 100%;
}


}














/* Houston Section end */


/* Why Chose Section */

.truck-lp-why-choose-sec {
    padding: 128px 0 158px;
    background-color: #001e59;
    border-bottom: 2px solid #ffffff;
}

.truck-lp-why-choose-sec .container {
    width: 100%;
    max-width: 1700px;
    margin: auto;
}

.truck-lp-chose-lft-blk {
    width: 52.8%;
}

.truck-lp-chose-rgt-blk {
    width: 41.8%;
}

.truck-lp-chose-rgt-blk p {
    font-size: 16px;
    font-family: 'Inter Tight';
    font-weight: 400;
    text-align: center;
    color: #fff;
    letter-spacing: 0.32px;
    line-height: 1;
    margin-bottom: 29px;
}

.truck-lp-why-chose-lst {
    display: flex;
    justify-content: center;
    gap: 95px;
    align-items: start;
    max-width: 1600px;
    margin-left: auto;
}

.truck-lp-chose-rgt-blk .truck-lp-bnr-form-sec {
    padding: 60px 40px;
}

.truck-lp-why-choose-sec .text-heading {
    font-size: 70px;
    color: #fff;
    line-height: 1.07;
    letter-spacing: 1.4px;
    margin-bottom: 50px;
}

.truck-lp-chose-lft-itm-title {
    font-size: 27px;
    font-family: 'Arvo';
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.54px;
    margin-bottom: 10px;
}

.truck-lp-chose-lft-blk p {
    font-size: 19px;
    font-family: 'Inter Tight';
    font-weight: 500;
    color: #fff;
    line-height: 1.84;
    letter-spacing: 0px;
}

.truck-lp-chose-lft-itm {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 14px 0 34px 133px;
    margin-bottom: 44px;
}

.truck-lp-chose-lft-itm:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
}

.truck-lp-chose-lft-itm::before {
    position: absolute;
    content: " ";
    background-image: url(../truck-lp-images/settle-for-pennies-img.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 121px;
    height: 121px;
    left: 0;
    top: 0;
}

.truck-lp-chose-lft-itm:hover {
    border-color: #d20534;
}

.truck-lp-chose-lft-itm:hover::before {
    background-image: url(../truck-lp-images/settle-for-pennies-hvr-img.webp);
}

.truck-lp-chose-lft-itm.aggressive::before {
    background-image: url(../truck-lp-images/truck-lp-chose-aggressive-legal-action-img.webp);
}

.truck-lp-chose-lft-itm.aggressive:hover::before {
    background-image: url(../truck-lp-images/truck-lp-chose-aggressive-legal-action-hvr-img.webp);
}

.truck-lp-chose-lft-itm.no-fee::before {
    background-image: url(../truck-lp-images/truck-lp-chose-no-fees-img.webp);
}

.truck-lp-chose-lft-itm.no-fee:hover::before {
    background-image: url(../truck-lp-images/truck-lp-chose-no-fees-hvr-img.webp);
}

.truck-lp-chose-lft-itm.medical::before {
    background-image: url(../truck-lp-images/truck-lp-chose-medical-img.webp);
}

.truck-lp-chose-lft-itm.medical:hover::before {
    background-image: url(../truck-lp-images/truck-lp-chose-medical-hvr-img.webp);
}

.truck-lp-chose-lft-itm.negotiation::before {
    background-image: url(../truck-lp-images/truck-lp-chose-negotiation-img.webp);
}

.truck-lp-chose-lft-itm.negotiation:hover::before {
    background-image: url(../truck-lp-images/truck-lp-chose-negotiation-hvr-img.webp);
}

.truck-lp-chose-lft-itm.trial::before {
    background-image: url(../truck-lp-images/truck-lp-chose-going-to-viral-img.webp);
}

.truck-lp-chose-lft-itm.trial:hover::before {
    background-image: url(../truck-lp-images/truck-lp-chose-going-to-viral-hvr-img.webp);
}


/* Scroll Section */
.truck-lp-scroll-sec {
    background-color: #001e59;
    padding: 37px 0;
    overflow: hidden;
    position: relative;
}

.truck-lp-scroll-container {
    display: flex;
    width: 200%;
}

.scroll-list {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    animation: scroll-left 100s linear infinite;
    animation-play-state: running;
}

.scroll-list:hover {
    animation-play-state: paused;
}

.scroll-list li {
    font-size: 70px;
    font-family: 'Arvo';
    font-weight: 700;
    color: #d20534;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    padding-left: 75px;
    margin: 0;
}

.scroll-list li a {
    display: inline-block;
}

.scroll-list li a:hover {
    color: #fff;
}

.scroll-list li::before {
    position: absolute;
    content: " ";
    background-image: url(../truck-lp-images/truck-lp-scroll-sec-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 51px;
    height: 52px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


@media screen and (max-width: 1800px) {
.truck-lp-why-choose-sec .container {max-width: 1600px; }
.truck-lp-why-chose-lst {max-width: 1550px; }

.truck-lp-why-choose-sec {padding: 100px 0; }
.scroll-list li {
    font-size: 50px;
}
.truck-lp-why-choose-sec .text-heading {font-size: 50px; margin-bottom: 50px; }
.truck-lp-why-choose-sec .text-heading {
    font-size: 50px;
    margin-bottom: 45px;
}
.truck-lp-chose-lft-itm {
    padding: 10px 0 30px 130px;
    margin-bottom: 30px;
}
.truck-lp-chose-lft-itm::before {
    width: 110px;
    height: 110px;
}
.truck-lp-chose-lft-itm-title {
    font-size: 25px;
}
.truck-lp-chose-lft-blk p {
    font-size: 18px;
}
.truck-lp-bnr-form-title {
    font-size: 43px;
}

}
@media screen and (max-width: 1680px) {
.truck-lp-why-choose-sec .container {max-width: 1500px; }
.truck-lp-why-chose-lst {max-width: 1450px; margin: auto; }

.truck-lp-why-choose-sec {
    padding: 80px 0;
}
.truck-lp-why-choose-sec .text-heading {
    font-size: 40px;
    margin-bottom: 45px;
}
.truck-lp-chose-lft-itm {
    padding: 10px 0 25px 120px;
    margin-bottom: 25px;
}
.truck-lp-chose-lft-itm::before {
    width: 100px;
    height: 100px;
}
.truck-lp-chose-lft-itm-title {
    font-size: 23px;
}
.truck-lp-chose-lft-blk p {
    font-size: 17px;
    line-height: 1.6;
}
.truck-lp-bnr-form-title {
    font-size: 40px;
}
.truck-lp-scroll-sec {
    padding: 30px 0;
}
.scroll-list li {
    font-size: 40px;
}
.scroll-list li::before {
    width: 45px;
    height: 45px;
}

}
@media screen and (max-width: 1550px) {
.truck-lp-why-choose-sec .container {max-width: 1400px; }
.truck-lp-why-chose-lst {max-width: 1350px; }

.truck-lp-why-choose-sec {
    padding: 70px 0;
}
.truck-lp-why-choose-sec .text-heading {
    font-size: 35px;
    margin-bottom: 35px;
}
.truck-lp-chose-lft-itm {
    padding: 10px 0 20px 100px;
    margin-bottom: 20px;
}
.truck-lp-chose-lft-itm-title {
    font-size: 21px;
}
.truck-lp-chose-lft-blk p {
    font-size: 16px;
    line-height: 1.6;
}
.truck-lp-bnr-form-title {
    font-size: 36px;
}
.truck-lp-chose-rgt-blk p {
    font-size: 14px;
    margin-bottom: 22px;
}
.truck-lp-scroll-sec {
    padding: 25px 0;
}
.scroll-list li {
    font-size: 35px;
}
.truck-lp-chose-lft-itm::before {
    width: 80px;
    height: 80px;
}

}
@media screen and (max-width: 1440px) {
.truck-lp-why-choose-sec .container {max-width: 1300px; }

.truck-lp-bnr-form-title {font-size: 35px; }


}
@media screen and (max-width: 1366px) {
.truck-lp-why-choose-sec .container {max-width: 1200px; }
.truck-lp-why-chose-lst {max-width: 1200px; }

.truck-lp-why-choose-sec {
    padding: 60px 0;
    border-bottom: 1px solid #ffffff;
}
.truck-lp-chose-lft-itm {
    padding: 10px 0 10px 90px;
    margin-bottom: 15px;
}
.truck-lp-chose-lft-itm::before {
    width: 70px;
    height: 70px;
}
.truck-lp-chose-lft-itm-title {
    font-size: 18px;
}
.truck-lp-chose-lft-blk p {
    font-size: 14px;
    line-height: 1.5;
}
.truck-lp-chose-rgt-blk .truck-lp-bnr-form-sec {
    padding: 60px 30px;
}
.truck-lp-bnr-form-title {
    font-size: 33px;
}
.truck-lp-chose-rgt-blk p {
    margin-bottom: 20px;
    line-height: 1.3;
}
.scroll-list li {
    font-size: 30px;
}
.truck-lp-scroll-sec {
    padding: 20px 0;
}

}
@media screen and (max-width: 1280px) {
.truck-lp-why-choose-sec .container {max-width: 960px; }
.truck-lp-why-chose-lst {max-width: 100%; gap: 0; justify-content: space-between; }

.truck-lp-why-choose-sec {
    padding: 50px 0;
}
.truck-lp-why-choose-sec .text-heading {
    font-size: 30px;
}
.truck-lp-chose-lft-blk {
    width: 49%;
}
.truck-lp-chose-lft-itm {
    padding: 10px 0 10px 75px;
    margin-bottom: 15px;
}
.truck-lp-chose-lft-itm::before {
    width: 65px;
    height: 65px;
}
.truck-lp-chose-lft-itm-title {
    font-size: 16px;
    line-height: 1.2;
}
.truck-lp-chose-rgt-blk {
    width: 46%;
}
.truck-lp-chose-rgt-blk .truck-lp-bnr-form-sec {
    padding: 40px 30px;
}
.truck-lp-bnr-form-title {
    font-size: 29px;
}
.scroll-list li {
    font-size: 26px;
    padding-left: 55px;
}
.scroll-list li::before {
    width: 35px;
    height: 35px;
}
.scroll-list {
    gap: 20px;
}

}
@media screen and (max-width: 1024px) {
.truck-lp-why-choose-sec .container {max-width: 720px; padding:0 10px; }

.truck-lp-why-choose-sec {
    padding: 40px 0;
}
.truck-lp-why-choose-sec .text-heading {
    font-size: 26px;
    margin-bottom: 30px;
}
.truck-lp-why-chose-lst {
    flex-direction: column;
    align-items: center;
}
.truck-lp-chose-lft-blk {
    width: 100%;
    margin: 0 0 30px;
}
.truck-lp-chose-rgt-blk {
    width: 100%;
    max-width: 100%;
}
.scroll-list li {
    font-size: 22px;
    padding-left: 50px;
}
.scroll-list li::before {
    width: 30px;
    height: 30px;
}

.truck-lp-chose-lft-blk.owl-carousel .owl-stage {
    display: flex;
}
.truck-lp-chose-lft-itm, .truck-lp-chose-lft-itm:last-child {
    width: 100%;
    max-width: 350px;
    height: 100%;
    margin: auto;
    text-align: center;
    border: 2px solid #c1012d;
    border-radius: 20px;
    padding: 100px 20px 10px;
}
.truck-lp-chose-lft-itm::before {
    width: 65px;
    height: 65px;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
}
.truck-lp-chose-lft-blk.owl-carousel .owl-stage-outer {
    padding: 0 2px;
}
.truck-lp-chose-lft-itm-title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
}
.truck-lp-chose-lft-blk p {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.8px;
}
.truck-lp-chose-lft-blk.owl-carousel .owl-dots {
    text-align: center;
    margin: 20px auto 0;
    display: block;
}
.truck-lp-chose-lft-blk.owl-carousel .owl-dots button {
    font-size: 0;
    background-color: #fff !important;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border-radius: 50px;
    text-align: center;
}
.truck-lp-chose-lft-blk.owl-carousel .owl-dots button.owl-dot.active {
    background-color: #c1012d !important;
}
.gform_wrapper .gfield select.large {
    background-image: url(./images/down-arrow.webp);
    background-position: right 20px center;
    background-size: 13px 8px;
    background-repeat: no-repeat;
}


}
@media screen and (max-width: 768px) {
.truck-lp-why-choose-sec .container {max-width: 100%; }

.truck-lp-why-choose-sec .text-heading {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.truck-lp-chose-lft-itm, .truck-lp-chose-lft-itm:last-child {
    padding: 80px 30px 10px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}
.truck-lp-chose-lft-itm::before {
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
}
.truck-lp-chose-lft-itm:last-child {
    margin-bottom: 0;
}
.truck-lp-chose-lft-itm:last-child:hover {
    border-color: #d20534;
}

}
@media screen and (max-width: 768px) {

.truck-lp-why-choose-sec .text-heading {
    font-size: 20px;
}
.truck-lp-chose-lft-itm, .truck-lp-chose-lft-itm:last-child {
    padding: 80px 15px 10px;
}
.truck-lp-chose-rgt-blk .truck-lp-bnr-form-sec {
    padding: 30px 15px;
}
.truck-lp-chose-rgt-blk p {
    margin-bottom: 15px;
}



}


/* Testimonial Section */

.truck-lp-testimonials-sec {
    padding: 132px 0 0;
}

/*.truck-lp-testimonials-sec .container {
    width: 100%;
    max-width: 1700px;
    margin: auto;
}*/

.truck-lp-testimonials-sec .text-heading {
    margin-bottom: 14px;
}

.truck-lp-testimonials-sec .sub-heading {
    font-family: 'Arvo';
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.88px;
    line-height: 1;
    color: #001e59;
    margin: 0 0 47px;
    text-align: center;
    text-transform: uppercase;
}

.truck-lp-testi-blk {
    margin: 0 0 40px;
}

.truck-lp-testi-lst {
    height: 100%;
}

.truck-lp-testi-item {
    width: 100%;
    padding: 112px 40px 23px;
    background-color: #ffffff;
    border: 1px solid #ccd2de;
    position: relative;
    /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1); */
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

.truck-lp-testi-descrip {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 19px;
    line-height: 1.84;
    color: #000000;
    margin: 0 0 30px;
}

.truck-lp-testi-item .author {
    font-family: 'Arvo';
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.88px;
    line-height: 1;
    color: #001e59;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.truck-lp-testi-item .star-rat {
    max-width: 138px;
}

.truck-lp-testi-item:hover {
    background-color: #d20534;
    border: 1px solid transparent;
}

.truck-lp-testi-item:hover .truck-lp-testi-descrip,
.truck-lp-testi-item:hover .author {
    color: #fff;
}

.truck-lp-testi-item::before {
    background-image: url(../truck-lp-images/quotes-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    content: "";
    width: 56px;
    height: 41px;
    left: 40px;
    top: 40px;
    margin: auto;
}

.truck-lp-testi-item::after {
    background-image: url(../truck-lp-images/google-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    right: 16px;
    bottom: -30px;
    margin: auto;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.truck-lp-testi-item:hover::before {
    background-image: url(../truck-lp-images/quotes-hover-img.webp);
}

.testi-btn {
    text-align: center;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
    max-width: 400px;
}
.testi-btn a img:hover{
	transform:scale(1.02);
	transition:0.5s;
}

.truck-lp-testi-blk.owl-carousel .owl-stage-outer {
    padding: 30px 17px 50px;
    margin: 0 -15px;
}

.truck-lp-testi-blk.owl-carousel .owl-nav {
    position: absolute;
    bottom: -95px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 685px;
    left: 0;
    right: 0;
}

.truck-lp-testi-blk.owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-dots {
    display: none;
}

.truck-lp-testi-blk.owl-carousel .owl-nav .owl-prev,
.owl-next {
    background-image: url(../truck-lp-images/drag-down-lft-img.webp) !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    width: 65px;
    height: 26px;
}

.truck-lp-testi-blk.owl-carousel .owl-nav .owl-next {
    background-image: url(../truck-lp-images/drag-down-rit-img.webp) !important;
}

.truck-lp-testi-blk.owl-carousel .owl-nav button span {
    font-size: 0;
}

.truck-lp-testi-blk.owl-carousel .owl-nav .owl-prev:hover {
    background-image: url(../truck-lp-images/drag-down-lft-hvr-img.webp) !important;
}

.truck-lp-testi-blk.owl-carousel .owl-nav .owl-next:hover {
    background-image: url(../truck-lp-images/drag-down-rit-hvr-img.webp) !important;
}


@media screen and (max-width: 1800px) {
.truck-lp-testimonials-sec {
    padding: 100px 0 0;
}
.truck-lp-testimonials-sec .sub-heading {
    font-size: 20px;
    margin: 0 0 30px;
}
.truck-lp-testi-item {
    padding: 80px 30px 20px;
}
.truck-lp-testi-item::before {
    left: 25px;
    top: 20px;
    transform: scale(0.8);
}
.truck-lp-testi-descrip {
    font-size: 17px;
    line-height: 1.7;
}
.truck-lp-testi-item .author {
    font-size: 17px;
}
.truck-lp-testi-item .star-rat {
    max-width: 120px;
}
.truck-lp-testi-item::after {
    width: 60px;
    height: 60px;
    bottom: -25px;
}
.truck-lp-testi-blk {
    margin: 0 0 30px;
}




}
@media screen and (max-width: 1680px) {
.truck-lp-testi-blk.owl-carousel .owl-nav {
    bottom: -77px;
    max-width: 610px;
}
.truck-lp-testimonials-sec {
    padding: 90px 0 0;
}
.truck-lp-testi-descrip {
    font-size: 16px;
    line-height: 1.7;
}
.truck-lp-testi-item .author {
    font-size: 16px;
}
.testi-btn {
    max-width: 360px;
}
.truck-lp-testi-blk.owl-carousel .owl-nav .owl-prev, .owl-next {
    transform: scale(0.9);
}

}
@media screen and (max-width: 1550px) {
.truck-lp-testimonials-sec {
    padding: 80px 0 0;
}
.truck-lp-testimonials-sec .sub-heading {
    font-size: 18px;
    margin: 0 0 20px;
}
.truck-lp-testi-item {
    padding: 70px 20px 20px;
}
.truck-lp-testi-item::before {
    left: 15px;
    top: 20px;
    transform: scale(0.7);
}
.truck-lp-testi-item .author {
    font-size: 15px;
}
.truck-lp-testi-item .star-rat {
    max-width: 100px;
}

}
@media screen and (max-width: 1440px) {
.truck-lp-testi-blk.owl-carousel .owl-stage-outer {
    padding: 30px 17px 40px;
    margin: 0 -15px;
}
.truck-lp-testi-blk.owl-carousel .owl-nav {
    bottom: -73px;
    max-width: 600px;
}



}
@media screen and (max-width: 1366px) {
.truck-lp-testimonials-sec .sub-heading {
    font-size: 16px;
    margin: 0 0 10px;
}
.truck-lp-testi-descrip {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
}
.truck-lp-testi-item .author {
    font-size: 14px;
    letter-spacing: 0;
}
.truck-lp-testi-item::after {
    width: 50px;
    height: 50px;
    bottom: -20px;
}
.truck-lp-testi-blk.owl-carousel .owl-nav {
    bottom: -70px;
    max-width: 520px;
}
.truck-lp-testi-blk.owl-carousel .owl-nav .owl-prev, .owl-next {
    transform: scale(0.8);
}
.testi-btn {
    max-width: 320px;
}

}
@media screen and (max-width: 1280px) {
.truck-lp-testimonials-sec {
    padding: 60px 0 0;
}
.truck-lp-testimonials-sec .sub-heading {
    font-size: 15px;
}
.truck-lp-testi-item {
    padding: 60px 10px 20px;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 12px;
}
.truck-lp-testi-item::before {
    left: 0;
    top: 15px;
    transform: scale(0.6);
}
.truck-lp-testi-item::after {
    width: 40px;
    height: 40px;
    bottom: -15px;
}
.truck-lp-testi-blk.owl-carousel .owl-stage-outer {
    padding: 30px 17px 30px;
}
.testi-btn {
    max-width: 280px;
}
.truck-lp-testi-blk.owl-carousel .owl-nav {
    bottom: -65px;
    max-width: 460px;
}
.truck-lp-testi-blk.owl-carousel .owl-nav .owl-prev, .owl-next {
    transform: scale(0.7);
}



}
@media screen and (max-width: 1024px) {
.truck-lp-testi-blk.owl-carousel .owl-stage-outer {
    padding: 20px 17px 30px;
}
.truck-lp-testimonials-sec {
    padding: 40px 0 0;
}
.truck-lp-testimonials-sec .sub-heading {
    font-size: 13px;
}
.truck-lp-testi-blk.owl-carousel .owl-nav {
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    position: inherit;
    bottom: 0;
}
.truck-lp-testi-item {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.truck-lp-testi-blk {
    margin: 0 0 20px;
}


}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {
.truck-lp-testimonials-sec .text-heading {
    margin-bottom: 10px;
    font-size: 23px;
}
.truck-lp-testimonials-sec .sub-heading {
    font-size: 13px;
    line-height: 1.4;
}
.truck-lp-testi-blk.owl-carousel .owl-stage-outer {
    padding: 10px 17px 30px;
}
.truck-lp-testi-item::after {
    bottom: -10px;
}
.testi-btn {
    max-width: 250px;
}


}


/* Award Section */
.truck-lp-award-sec {
    padding: 147px 0 140px;
    position: relative;
    overflow: hidden;
}

.truck-lp-award-sec .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.truck-lp-award-sec .text-heading {
    font-size: 55px;
    letter-spacing: 1.1px;
    margin-bottom: 33px;
}

.awards-top-lst,
.awards-btm-lst {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    animation: scroll-left 30s linear infinite;
    animation-play-state: running;
}

.awards-btm-lst {
    animation: scroll-right 30s linear infinite;
}

.awards-top-lst-container {
    display: flex;
    width: 200%;
    overflow: hidden;
}

.awards-top-itm-img img,
.awards-btm-itm-img img {
    width: 100%;
    display: block;
}

.awards-top-lst-itm {
    width: 19.6%;
    padding: 32px 30px;
    position: relative;
    border: 1px solid #cccccc;
    border-right: none;
}

.awards-top-lst-itm::before {
    position: absolute;
    content: " ";
    background-image: url(../truck-lp-images/truck-lp-award-lst-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    right: 0;
    top: 0;
}

.awards-top-lst-itm::after {
    position: absolute;
    content: " ";
    background-image: url(../truck-lp-images/truck-lp-award-top-lst-after-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    right: -10px;
    bottom: 0;
}

.awards-top-lst-itm:last-child {
    border-right: 1px solid #cccccc;
}

.awards-btm-lst-container {
    display: flex;
    width: 250%;
}

.awards-btm-lst-itm {
    width: auto;
    padding: 45px 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #cccccc;
    border-right: none;
    border-top: none;
}

.awards-btm-lst-itm::before {
    position: absolute;
    content: " ";
    background-image: url(../truck-lp-images/truck-lp-award-bottom-lst-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 19px;
    height: 100%;
    right: 0;
    top: 0;
}

.awards-btm-lst-itm::before {
    position: absolute;
    content: " ";
    background-image: url(../truck-lp-images/truck-lp-award-btm-lst-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    right: 0;
    top: 0;
}

.awards-btm-lst-itm::after {
    position: absolute;
    content: " ";
    background-image: url(../truck-lp-images/truck-lp-award-btm-lst-after-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    right: -10px;
    bottom: 0;
}


@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

@media screen and (max-width:1800px) {
    .truck-lp-award-sec {
        padding: 90px 0;
    }
 
    .truck-lp-award-sec .text-heading {
        font-size: 50px;
        margin-bottom: 27px;
    }
}
 
@media screen and (max-width:1680px) {
    .truck-lp-award-sec {
        padding: 80px 0;
    }
 
    .truck-lp-award-sec .text-heading {
        font-size: 45px;
        margin-bottom: 22px;
    }
}
 
@media screen and (max-width:1550px) {
    .truck-lp-award-sec {
        padding: 70px 0;
    }
 
    .truck-lp-award-sec .text-heading {
        font-size: 42px;
        margin-bottom: 20px;
    }
}
 
@media screen and (max-width:1440px) {
    .truck-lp-award-sec {
        padding: 60px 0;
    }
 
    .truck-lp-award-sec .text-heading {
        font-size: 38px;
        margin-bottom: 17px;
    }
}
 
@media screen and (max-width:1366px) {
    .truck-lp-award-sec {
        padding: 50px 0;
    }
 
    .truck-lp-award-sec .text-heading {
        font-size: 35px;
    }
}
 
@media screen and (max-width:1280px) {
    .truck-lp-award-sec {
        padding: 40px 0;
    }
 
    .truck-lp-award-sec .text-heading {
        font-size: 33px;
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width:1024px) {

 
    .truck-lp-award-sec .text-heading {
        font-size: 30px;
    }
 
.awards-top-lst-itm {
    padding: 20px;
}
 
    .awards-btm-lst-itm {
        padding: 23px;
    }
 
    .awards-top-lst-itm::after,
    .awards-top-lst-itm::before,
    .awards-btm-lst-itm::after,
    .awards-btm-lst-itm::before {
        display: none;
    }
.truck-lp-award-sec .container {
    padding: 0;
}
.awards-top-lst-container {
    width: 220%;
}
.awards-btm-lst-container {
    width: 300%;
}


}
 
@media screen and (max-width:768px) {
 
    .truck-lp-award-sec .text-heading {
        font-size: 27px;
    }
 
    .awards-top-lst-itm {
        padding: 10px;
    }
 
    .awards-btm-lst-itm {
        padding: 10px;
    }
.awards-top-lst-container {
    width: 250%;
}
.awards-btm-lst-container {
    width: 350%;
}


}
 
 
@media screen and (max-width:480px) {
 
    .truck-lp-award-sec .text-heading {
        font-size: 22px;
        margin: 0 0 10px;
    }
.awards-btm-lst-container {
    width: 500%;
}
.awards-top-lst-container {
    width: 300%;
}


}
 
/* Footer */
 
.truck-lp-site-footer {
    background: #001e59;
    padding: 400px 0 50px;
}
 
/*.truck-lp-site-footer .container {
    width: 100%;
    margin: auto;
    max-width: 1700px;
}*/
 
.truck-lp-site-footer-blk {
    display: flex;
    justify-content: flex-start;
    gap: 113px;
}
 
.truck-lp-site-footer-lft {
    width: 35.9%;
}
 
.truck-lp-site-footer-lft iframe {
    width: 100%;
    height: 530px;
    border: 3px solid #d20534 !important;
}
 
.truck-lp-site-footer-rgt {
    width: 47%;
}
 
.ftr-logo {
    max-width: 400px;
    margin-bottom: 26px;
}
 
.ftr-logo img {
    width: 100%;
    display: block;
}
 
.truck-lp-site-footer-rgt p {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.66;
    color: #fff;
    margin: 0 0 54px;
}
 
.truck-lp-contact-title {
    font-family: 'Arvo';
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 0.9px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    width: fit-content;
}
 
.truck-lp-ftr-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.truck-lp-ftr-itm:nth-child(even) {
    margin: 0;
}
 
.truck-lp-ftr-itm {
    padding-left: 60px;
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
    color: #fff;
    position: relative;
    margin: 0 0 30px;
}
 
.truck-lp-ftr-itm a:hover, .truck-lp-ftr-itm.call a:hover {
    color: #d20534;
}
 
.truck-lp-ftr-itm a {
    display: block;
}
 
.truck-lp-ftr-itm a::before {
    background-image: url(../truck-lp-images/trck-lp-ftr-loaction-icon.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 39px;
    height: 45px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
 
.truck-lp-ftr-itm strong {
    font-size: 19px;
    letter-spacing: 0.19px;
    font-weight: 500;
    color: #d20534;
}
 
.truck-lp-ftr-itm.mail, .truck-lp-ftr-itm.call{
    text-transform: uppercase;
}
 
 
.truck-lp-ftr-itm.mail a{
    text-transform: lowercase;
}
 
.truck-lp-ftr-itm.mail a::before {
    background-image: url(../truck-lp-images/truck-lp-ftr-mail-icon.webp);
    width: 40px;
    height: 30px;
}
 
.truck-lp-ftr-itm.call strong {
    font-weight: 600;
}
 
.truck-lp-ftr-itm.call a {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Arvo';
    line-height: 1;
    color: #fff;
    letter-spacing: 0.7px;
}
 
.truck-lp-ftr-itm.call a::before {
    background-image: url(../truck-lp-images/truck-lp-ftr-cal-icon.webp);
    width: 44px;
    height: 44px;
}
 
.truck-lp-ftr-itm.soci {
    padding: 0;
}
.truck-lp-ftr-itm.soci.mbl {
    display: none;
}

.truck-lp-ftr-itm.soci a::before {
    display: none;
}

.truck-lp-ftr-itm.soci {
    display: none;
}
 
.truck-lp-ftr-soci-icons {
    text-align: center;
    margin: auto;
    display: flex;
    gap: 5px;
}
 
.truck-lp-ftr-soci-icons a {
    font-size: 0px;
    background-image: url(../truck-lp-images/facebook-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 48px;
    display: inline-block;
    border-radius: 30px;
    outline: 2px solid #d20534;
    outline-offset: -3px;
}
 
.truck-lp-ftr-soci-icons a.twitter {
    background-image: url(../truck-lp-images/twitter-icon.webp);
}
 
.truck-lp-ftr-soci-icons a.linked-in {
    background-image: url(../truck-lp-images/linkedin-icon.webp);
}
 
.truck-lp-ftr-soci-icons a.biz {
    background-image: url(../truck-lp-images/yelp-icon.webp);
}
 
.truck-lp-ftr-soci-icons a.youtube {
    background-image: url(../truck-lp-images/youtube-icon.webp);
}
 
.truck-lp-ftr-soci-icons a.instagram {
    background-image: url(../truck-lp-images/instagram-icon.webp);
}
 
.truck-lp-ftr-soci-icons a.pintereset {
    background-image: url(../truck-lp-images/pinterest-icon.webp);
}
 
.truck-lp-ftr-soci-icons a:hover {
    background-color: #d20534;
}
 
.copyrights {
    padding: 30px 0;
    background-color: #001540;
    text-align: center;
}
 
.copyrightmenu ul {
    margin: 0;
}
 
.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}
 
.copyrights p,
.copyrightmenu ul {
    margin: 0 0 8px 0;
}
 
.copyrights p,
.copyrights a {
    font-weight: 300;
    font-family: 'Inter Tight';
    font-size: 19px;
    line-height: 1.57;
    color: #fff;
    margin: 0 0 10px;
}
 
.copyrightmenu ul li a {
    line-height: 1;
    border-right: 1px solid #fff;
}
 
.copyrightmenu ul li a:hover{
    color: #d20534;
}
 
.copyrightmenu ul li:last-child a {
    border: none;
}
 
.copyrights a {
    display: inline-block;
    padding: 0 8px;
}
 
/* Footer Form */
 
.truck-lp-form-sec{
    margin: 0 0 -315px;
    position: relative;
    z-index: 1;
}
 
 
.truck-lp-form-sec .container{
    width: 100%;
    margin: auto;
    max-width: 1280px;
}
 
.truck-lp-form-sec .truck-lp-bnr-rgt-blk{
    width: 100%;
}
 
.truck-lp-form-sec .truck-lp-bnr-form-title{
    font-size: 55px;
}
 
.truck-lp-form-sec .truck-lp-bnr-form-sec{
    padding: 65px 80px;
}
 
.truck-lp-form-sec .free-case-btn{
    margin: 0 auto 27px;
}

@media screen and (max-width:1366px) {
    .truck-lp-form-sec {
        margin: 0 0 -200px;
    }
 
    .truck-lp-form-sec .container {
        max-width: 912px;
    }
 
    .truck-lp-form-sec .truck-lp-bnr-form-title {
        font-size: 40px;
    }
 
    .truck-lp-form-sec .truck-lp-bnr-form-sec {
        padding: 50px 60px;
    }
 
    .truck-lp-form-sec .free-case-btn {
        margin: 0 auto 17px;
    }
}
 
@media screen and (max-width:1280px) {
    .truck-lp-form-sec {
        margin: 0 0 -180px;
    }
 
    .truck-lp-form-sec .container {
        max-width: 854px;
    }
 
    .truck-lp-form-sec .truck-lp-bnr-form-title {
        font-size: 37px;
    }
 
    .truck-lp-form-sec .truck-lp-bnr-form-sec {
        padding: 40px 50px;
    }
 
    .truck-lp-form-sec .free-case-btn {
        margin: 0 auto 15px;
    }
}
 
@media screen and (max-width:1024px) {
    .truck-lp-form-sec {
        margin: 0 0 0;
    }
 
    .truck-lp-form-sec .container {
        max-width: 720px;
    }
 
    .truck-lp-form-sec .truck-lp-bnr-form-title {
        font-size: 32px;
    }
 
    .truck-lp-form-sec .truck-lp-bnr-form-sec {
        padding: 30px;
    }
}
 
@media screen and (max-width:768px) {
 
    .truck-lp-form-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }
 
    .truck-lp-form-sec .truck-lp-bnr-form-title {
        font-size: 28px;
        line-height: 1.2;
    }
 
    .truck-lp-form-sec .truck-lp-bnr-form-sec {
        padding: 30px 25px;
    }
}
 
@media screen and (max-width:480px) {
 
    .truck-lp-form-sec .truck-lp-bnr-form-title {
        font-size: 22px;
    }
 
    .truck-lp-form-sec .truck-lp-bnr-form-sec {
        padding: 30px 15px;
    }
}
 

/* Footer Responsive */
 
@media screen and (max-width:1800px) {
.truck-lp-site-footer {
    padding: 380px 0 80px;
}
.truck-lp-site-footer-blk {
    gap: 90px;
    justify-content: center;
}
.truck-lp-site-footer-lft {
    width: 37%;
}
 
    .truck-lp-site-footer .container {
        max-width: 1594px;
    }
 
    .truck-lp-site-footer-blk {
        gap: 90px;
    }
 
 
    .truck-lp-site-footer-lft iframe {
        height: 500px;
    }
 
    .ftr-logo {
        max-width: 300px;
    }
 
 
    .truck-lp-site-footer-rgt p {
        font-size: 17px;
        margin: 0 0 50px;
    }
 
    .truck-lp-contact-title {
        font-size: 36px;
        margin: 0 0 25px;
        padding: 0 0 10px;
    }
 
 
    .truck-lp-ftr-itm {
        padding-left: 57px;
        font-size: 18px;
        margin: 0 0 25px;
    }
 
    .truck-lp-ftr-itm a::before {
        width: 34px;
    }
 
    .truck-lp-ftr-itm strong {
        font-size: 18px;
    }
 
    .truck-lp-ftr-itm.mail a::before {
        width: 36px;
    }
 
    .truck-lp-ftr-itm.call a {
        font-size: 33px;
    }
 
 
    .truck-lp-ftr-itm.call a::before {
        width: 40px;
    }
 
.truck-lp-ftr-soci-icons a {
    width: 42px;
    height: 42px;
    outline-offset: -2px;
}
 
    .copyrights {
        padding: 25px 0;
    }
 
    .copyrights p,
    .copyrights a {
        font-size: 18px;
        margin: 0 0 10px;
    }
}
 
@media screen and (max-width:1680px) {
.truck-lp-site-footer {
    padding: 330px 0 60px;
}
 
    .truck-lp-site-footer .container {
        max-width: 1488px;
    }
 
    .truck-lp-site-footer-blk {
        gap: 80px;
    }
 
    .truck-lp-site-footer-lft iframe {
        height: 470px;
    }
 
    .ftr-logo {
        max-width: 350px;
        margin-bottom: 20px;
    }
 
    .truck-lp-site-footer-rgt p {
        font-size: 16px;
        margin: 0 0 45px;
    }
 
    .truck-lp-contact-title {
        font-size: 39px;
        margin: 0 0 22px;
        padding: 0px 0 8px;
    }
 
 
    .truck-lp-ftr-itm {
        padding-left: 48px;
        font-size: 17px;
        margin: 0 0 22px;
    }
 
    .truck-lp-ftr-itm a::before {
        width: 32px;
    }
 
    .truck-lp-ftr-itm strong {
        font-size: 17px;
    }
 
    .truck-lp-ftr-itm.mail a::before {
        width: 32px;
    }
 
    .truck-lp-ftr-itm.call a {
        font-size: 31px;
    }
 
 
    .truck-lp-ftr-itm.call a::before {
        width: 36px;
    }
 
.truck-lp-ftr-soci-icons a {
    width: 40px;
    height: 40px;
    outline-offset: -1px;
}
 
    .copyrights {
        padding: 22px 0;
    }
 
    .copyrights p,
    .copyrights a {
        font-size: 17px;
        margin: 0 0 8px;
        line-height: 1.40;
    }

.truck-lp-form-sec {
    margin: 0 0 -270px;
}
.truck-lp-form-sec .container {
    max-width: 1200px;
}


}
 
@media screen and (max-width:1550px) {
.truck-lp-site-footer {
    padding: 280px 0 60px;
}
 
    .truck-lp-site-footer .container {
        max-width: 1374px;
    }
 
    .truck-lp-site-footer-blk {
        gap: 70px;
        justify-content: center;
    }
 
    .truck-lp-site-footer-lft iframe {
        height: 450px;
    }
 
    .ftr-logo {
        max-width: 330px;
        margin-bottom: 18px;
    }
 
    .truck-lp-site-footer-rgt p {
        font-size: 15px;
        margin: 0 0 40px;
    }
 
    .truck-lp-contact-title {
        font-size: 36px;
        margin: 0 0 20px;
        padding: 0px 0 8px;
    }
 
 
    .truck-lp-ftr-itm {
        padding-left: 42px;
        font-size: 16px;
        margin: 0 0 20px;
    }
 
    .truck-lp-ftr-itm a::before {
        width: 30px;
    }
 
    .truck-lp-ftr-itm strong {
        font-size: 16px;
    }
 
    .truck-lp-ftr-itm.mail a::before {
        width: 30px;
    }
 
    .truck-lp-ftr-itm.call a {
        font-size: 28px;
    }
 
 
    .truck-lp-ftr-itm.call a::before {
        width: 32px;
    }
 
.truck-lp-ftr-soci-icons a {
    width: 40px;
    height: 40px;
    outline-offset: -1px;
}
.truck-lp-ftr-soci-icons {
    gap: 4px;
}
 
    .copyrights {
        padding: 18px 0;
    }
 
    .copyrights p,
    .copyrights a {
        font-size: 16px;
    }

.truck-lp-form-sec {
    margin: 0 0 -220px;
}

.truck-lp-form-sec .container {
    max-width: 1100px;
}




}
 
@media screen and (max-width:1440px) {
    .truck-lp-site-footer {
        padding: 350px 0 40px;
    }
 
    .truck-lp-site-footer .container {
        max-width: 1276px;
    }
 
    .truck-lp-site-footer-blk {
        gap: 60px;
    }
 
    .truck-lp-site-footer-lft iframe {
        height: 380px;
    }
 
    .ftr-logo {
        max-width: 300px;
        margin-bottom: 16px;
    }
 
    .truck-lp-site-footer-rgt p {
        margin: 0 0 35px;
    }
 
    .truck-lp-contact-title {
        font-size: 33px;
        margin: 0 0 18px;
    }
 
 
    .truck-lp-ftr-itm {
        padding-left: 38px;
        font-size: 15px;
        margin: 0 0 18px;
    }
 
    .truck-lp-ftr-itm a::before {
        width: 26px;
    }
 
    .truck-lp-ftr-itm strong {
        font-size: 15px;
    }
 
    .truck-lp-ftr-soci-icons {
        gap: 1px;
    }
 
    .truck-lp-ftr-itm.mail a::before {
        width: 26px;
    }
 
    .truck-lp-ftr-itm.call a {
        font-size: 26px;
    }
 
 
    .truck-lp-ftr-itm.call a::before {
        width: 30px;
    }
 
.truck-lp-ftr-soci-icons a {
    transform: scale(0.9);
}
 
    .copyrights {
        padding: 15px 0;
    }
 
    .copyrights p,
    .copyrights a {
        font-size: 15px;
        margin: 0 0 5px;
        line-height: 1.1;
    }
}
 
@media screen and (max-width:1366px) {

    .truck-lp-form-sec .container {
    max-width: 1000px;
}
 
    .truck-lp-site-footer {
        padding: 270px 0 40px;
    }
 
    .truck-lp-site-footer .container {
        max-width: 1210px;
    }
 
    .truck-lp-site-footer-blk {
        gap: 50px;
    }
 
    .truck-lp-site-footer-lft {
        width: 42%;
    }
 
    .truck-lp-site-footer-lft iframe {
        height: 340px;
    }
 
    .ftr-logo {
        max-width: 220px;
    }
 
    .truck-lp-site-footer-rgt p {
        margin: 0 0 30px;
        font-size: 14px;
    }
 
.truck-lp-contact-title {
    font-size: 24px;
    margin: 0 0 15px;
}
 
    .truck-lp-ftr-itm {
        padding-left: 38px;
        font-size: 15px;
        margin: 0 0 18px;
    }
 
    .truck-lp-ftr-itm a::before {
        width: 26px;
    }
 
    .truck-lp-ftr-itm strong {
        font-size: 14px;
    }
 
    .truck-lp-ftr-soci-icons {
        gap: 3px;
    }
 
    .truck-lp-ftr-itm.mail a::before {
        width: 26px;
    }
 
    .truck-lp-ftr-itm.call a {
        font-size: 25px;
    }
 
 
.truck-lp-ftr-itm.call a::before {
    width: 28px;
    height: 28px;
}
 
.truck-lp-ftr-soci-icons a {
    transform: scale(0.8);
    margin: 0 -3px;
}
 
    .copyrights {
        padding: 15px 0;
    }
 
    .copyrights p,
    .copyrights a {
        font-size: 15px;
        margin: 0 0 5px;
        line-height: 1.1;
    }
.truck-lp-form-sec {
    margin: 0 0 -150px;
}
.truck-lp-site-footer {
    padding: 200px 0 40px;
}


}
 
@media screen and (max-width:1280px) {

.truck-lp-form-sec .container {
    max-width: 960px;
}
 
.truck-lp-site-footer-rgt {
    width: 52%;
}
 
 
.truck-lp-site-footer-blk {
    gap: 0;
    justify-content: space-between;
}
 
    .truck-lp-site-footer-lft {
        width: 45%;
    }
 
    .truck-lp-site-footer-lft iframe {
        height: 330px;
    }
 
    .ftr-logo {
        max-width: 200px;
    }
 
    .truck-lp-site-footer-rgt p {
        margin: 0 0 25px;
    }
 
.truck-lp-contact-title {
    font-size: 20px;
    margin: 0 0 25px;
}
 
    .truck-lp-ftr-itm {
        padding-left: 35px;
        font-size: 14px;
        margin: 0 0 15px;
    }
 
    .truck-lp-ftr-itm a::before {
        width: 24px;
    }
 
    .truck-lp-ftr-itm strong {
        font-size: 15px;
    }
 
.truck-lp-ftr-soci-icons {
    gap: 3px;
    justify-content: center;
}
 
    .truck-lp-ftr-itm.mail a::before {
        width: 24px;
    }
 
    .truck-lp-ftr-itm.call a {
        font-size: 21px;
    }
 
    .truck-lp-ftr-itm strong {
        font-size: 12px;
    }
 
    .truck-lp-ftr-itm.call a::before {
        width: 27px;
    }
 
.truck-lp-ftr-soci-icons a {
    transform: scale(0.75);
    margin: 0 -6px;
}
 
    .copyrights p,
    .copyrights a {
        font-size: 14px;
        line-height: 1;
    }
}
 
@media screen and (max-width:1024px) {
    .truck-lp-site-footer {
        padding: 30px 0;
    }

 
    .truck-lp-site-footer-blk {
        flex-direction: column;
        gap: 30px;
    }
 
    .truck-lp-site-footer-lft {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
 
    .truck-lp-site-footer-rgt {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
 
    .ftr-logo {
        margin: 0 auto 20px;
    }
 
    .truck-lp-site-footer-rgt p {
        margin: 0 0 30px;
        font-size: 15px;
        text-align: center;
    }
 
.truck-lp-contact-title {
    font-size: 28px;
    margin: 0 0 20px;
    text-align: center;
    width: auto;
    display: inline-block;
}
 
.truck-lp-ftr-lst {
    column-count: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    max-width: 310px;
    margin: auto;
    padding: 20px;
}
 
.truck-lp-ftr-cnt-blk {
    max-width: 100%;
    margin: auto;
    text-align: center;
}
 
.truck-lp-ftr-itm {
    padding-left: 40px;
    font-size: 16px;
    margin: 0 0 20px;
    width: 100%;
    max-width: 270px;
    text-align: left;
}
 
.truck-lp-site-footer-lft iframe {
    height: 300px;
    border: 0 !important;
}
 
.truck-lp-ftr-itm a::before {
    width: 27px;
}
 
.truck-lp-ftr-itm.mail a::before {
    width: 25px;
    bottom: auto;
}
.truck-lp-ftr-itm.call {
    margin: 0;
}
 
    .truck-lp-ftr-itm strong {
        font-size: 14px;
    }
 
    .truck-lp-ftr-itm.mail {
        margin: 0 0 20px;
    }
 
.truck-lp-ftr-soci-icons a {
    transform: scale(0.85);
    margin: 0 -5px;
}
 
    .copyrights p,
    .copyrights a {
        font-size: 16px;
    }

.truck-lp-form-sec {
    margin: 0;
    padding: 0 0 30px;
}
.truck-lp-form-sec .truck-lp-bnr-rgt-blk {
    display: block;
}
.truck-lp-form-sec .container {
    max-width: 720px;
}

.truck-lp-ftr-itm.soci {
    display: none;
}
.truck-lp-ftr-itm.soci.mbl {
    display: block;
    margin: 20px auto 0;
}
.truck-lp-ftr-soci-icons {
    gap: 5px;
    justify-content: center;
}

.map-blk {
    background-color: #d20534 !important;
    padding: 2px;
}

}
 
@media screen and (max-width:768px) {}
 
@media screen and (max-width:480px) {
    .truck-lp-site-footer-lft iframe {
        height: 250px;
    }
 
    .ftr-logo {
        max-width: 170px;
    }

    .truck-lp-ftr-lst {
    padding: 20px 18px;
}
 
    .truck-lp-site-footer-rgt p {
        margin: 0 0 25px;
        font-size: 14px;
    }
 
    .truck-lp-contact-title {
        font-size: 25px;
        margin: 0 0 18px;
    }
 
    .truck-lp-ftr-itm {
        font-size: 14px;
    }
 
    .truck-lp-ftr-itm a::before {
        width: 25px;
    }
 
    .truck-lp-ftr-itm.mail a::before {
        width: 25px;
    }
 
    .truck-lp-ftr-itm.call a::before {
        width: 25px;
    }
 
    .truck-lp-ftr-soci-icons a {
        width: 36px;
        height: 36px;
    }
 
    .copyrights p,
    .copyrights a {
        font-size: 14px;
        line-height: 1.3;
    }
 
    .copyrights a {
        padding: 0 6px;
    }
 
}
 