* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.position-1 {
    position: fixed;
    top: 11.5%;
    width: 100%;
    z-index: 100;
}



.section-2 {
    background: url("../images/Lift-Truck/product-inner-banner.jpg") no-repeat top center;
    min-height: 450px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-2 .left {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    color: #fff;
    padding-right: 4%;
    text-align: justify
}

.section-2 .right {
    margin-top: 4%;
    text-align: center;
}


.section-2 .left h1 {
    font-size: 42px;
    font-family: myriad-pro-semi-condensed, sans-serif;
}



.floating-btn-container {
    position: fixed;
    right: -2.4%;
    top: 50%;
    background: rgba(0, 0, 0, 0.52);
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    margin: 0;
    padding: 0 20px;
    border-radius: 5px 5px 0 0;
    transform: rotate(-90deg);
    z-index: 1;
}


.floating-btn-container a {
    color: #fcbf00;
    text-decoration: none;

}

.section-3 ul {
    display: flex;
    /* justify-content: normal; */
    flex-wrap: wrap;
}

.section-3 li {
    padding-left: 3%;
}


/* .section-3 li a {
    text-decoration: none;
    color: #737373;
} */

/* .section-3 li:hover {
    border-left: 5px solid #fcbf00;
} */


/* .section-3 li a:hover {
    color: black !important;
} */


.section-3 li a {
    text-decoration: none;
    background-color: transparent !important;
    border-left-color: #d5d7d8;
    border-left-style: solid;
    border-left-width: 5px;
    box-shadow: none;
    padding-left: 25px;
    color: #737373;
    transition: all 300ms linear;
    /* padding-right: 25px; */
}


.section-3 li a:hover {
    /* background-color: transparent!important; */
    color: black;
    border-left-color: #fcbf00 !important;
}


.section-4 h3,
.section-5 h3,
.section-6 h3,
.section-7 h3 {
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-weight: bold;
    letter-spacing: 1.2px;
}

.section-4 .left {
    padding-right: 8%;
}

.section-4 .para-container,
.section-3-container .right,
.section-5-container .right {
    text-align: justify;
    line-height: 26px;
}




.section-4 .btn_container button,
.section-5 button,
.section-2 .left button,
.modal-btn button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    background: #fcbf00;
    color: #666;
}

.section-4 .btn_container button span,
.section-5 button span,
.section-2 .left button span,
.modal-btn button span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    letter-spacing: normal;
    font-weight: 500;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.section-4 .btn_container button::after,
.section-5 button::after,
.section-2 .left button::after,
.modal-btn button::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: #3d3d3d;
    transition: all 0.4s ease-in-out;
}

.section-4 .btn_container button:hover::after,
.section-5 button:hover::after,
.section-2 .left button:hover::after,
.modal-btn button:hover::after {
    top: 0;
    bottom: auto;
    height: 100%;
}

.section-4 .btn_container button span:hover,
.section-5 button span:hover,
.section-2 .left button span:hover,
.modal-btn button span:hover {
    color: #fff !important;
}

.section-4 {
    margin-bottom: 3.5%;
}

.section-5 {
    background-color: #eaeaea;
}

.section-5-container {
    display: grid;
    grid-template-columns: 44% 48%;
    grid-gap: 8%;
}

.section-5 tr {
    border-left: transparent;
    border-bottom: transparent;
    border-top: transparent;
}

.section-5 tr td {
    border-right: transparent;
}

tr:nth-child(odd) {
    background-color: #fff;
}

.section-5-container .left {
    text-align: center;
    align-self: center;
}

.section-5 table {
    margin-top: 5%;
}

.section-5 .right h5 {
    position: relative;
    width: fit-content;
}

.section-5 .right h5::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #fcbf00;
}

.section-5 .left img {
    width: 80%;
}

.section-6 .right img {
    width: 80%;
}

.section-5 .left,
.section-6 .right {
    place-content: center;
    text-align: center;
}

.section-6 .left ul {
    line-height: 30px;
}

.section-6 .img-main-container {
    display: grid;
    grid-template-columns: 50% 50%;
}


.section-6 .line-1::before {

    content: "";
    position: absolute;
    width: 1px;
    height: 95px;
    top: 0px;
    right: 20px;
    background: #d5d7d8;
}


.section-6 .line-1:after {
    content: "";
    position: absolute;
    width: 314px;
    height: 1px;
    left: 15px;
    bottom: -25px;
    background: #d5d7d8;
}

.section-6 .line-2:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 1px;
    left: 5px;
    bottom: -25px;
    background: #d5d7d8;
}

.section-6 .line-3::before {
    content: "";
    position: absolute;
    width: 1px;
    height: -webkit-fill-available;
    top: 0px;
    right: 20px;
    background: #d5d7d8;
}

.section-6 .right {
    place-self: center;
}

.section-6 .img-main-container img {
    width: 25%;
}

.section-6 .img-main-container p {
    font-size: 15px;
    width: 55%;
}

.section-4 .carousel {
    width: 100% !important;
    text-align: -webkit-center;
}

.section-4 .carousel-inner {
    width: 75%;
    margin-top: -18px;
}



.carousel-control-prev {
    left: 35%;
    align-items: end;
    opacity: 1;
    bottom: -14%;
}

.carousel-control-next {
    right: 35%;
    align-items: end;
    bottom: -14%;
    opacity: 1;
}

.carousel-control-prev-icon {
    background-image: unset;
}




/* ========================
------- Media Queries  ----
=======================-- */


@media (min-width:1400px) and (max-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px !important;
    }
}


@media (max-width: 1440px) {
    .position-1 {
        top: 12.5%;
    }

    .section-4 h3,
    .section-5 h3,
    .section-6 h3,
    .section-7 h3 {
        font-size: 26px;
    }

    .section-4 .left {
        padding-right: 6%;
    }

    .section-4 .carousel-inner {
        width: 80%;
        margin-top: -3%;
    }

    .section-5 .left img {
        width: 80%;
    }


    .section-6 .right img {
        width: 80%;
    }


    .section-6 .img-main-container img {
        width: 30%;
    }

    .section-6 .line-1:after {
        width: 260px;
    }

    .section-6 .line-1::before {
        height: 90px;
        top: -2px;
    }

    .section-6 .line-3::before {
        height: 90px;
    }

}

@media (max-width: 1400px) {
    .section-2 .left {
        padding-right: 5%;
    }

    .section-2 .left h1 {
        font-size: 32px;
    }

    .section-4 .carousel-inner {
        width: 70%;
    }

    .section-5 .left img,
    .section-6 .right img {
        width: 75%;
    }

    .section-4 h3,
    .section-5 h3,
    .section-6 h3,
    .section-7 h3 {
        font-family: myriad-pro-semi-condensed, sans-serif;
        font-weight: bold;
        letter-spacing: 1.2px;
        font-size: 24px;
    }

    .section-4 .para-container,
    .section-5-container .right {
        line-height: 24px;
    }
}



@media (max-width: 1200px) {

    .section-4 h3,
    .section-5 h3,
    .section-6 h3,
    .section-7 h3 {
        letter-spacing: 0.5px;
        font-size: 22px;
    }

    .section-2 {
        min-height: 360px;
    }

    .section-2 .left h1 {
        font-size: 30px;
        letter-spacing: 0px;
    }

    .section-2 .left h3 {
        font-size: x-large
    }

    .section-2 .right img {
        width: 80%;
    }

    .section-2 .left h5 {
        line-height: 28px;
        font-size: larger;
    }

    .section-2 .right {
        margin-top: 0%;
    }

    .position-1 {
        top: 9.7%;
    }

    .section-4 .para-container {
        line-height: 24px;
    }

    .section-4 .carousel-control-prev,
    .section-4 .carousel-control-next {
        bottom: -12%;
    }

    .section-4 .carousel-inner {
        width: 80%;
    }

    .section-5 .left img {
        width: 80%;
    }


    .section-5-container .right,
    .section-4 .para-container {
        text-align: justify;
        line-height: 22px;
    }

    .section-6 .left h5 {
        font-size: 18px;
    }

    .section-6 .line-1::before {
        height: 90px;
        top: 0px;
    }

    .section-6 .line-1:after {
        width: 215px;
        left: 10px;
    }

    .section-6 .line-2:after {
        width: 230px;
    }

    .section-6 .line-3::before {
        height: 80px;
    }

    .section-6 .right img {
        height: -webkit-fill-available;
        width: 80%;
    }

    .section-6 .img-main-container img {
        width: 30%;
    }

    .section-6 .img-main-container p {
        width: 46%;
        font-size: 14px;
    }

    /* .section-7 .right img {
        width: 90% !important;
        height: 90%;
    } */
}


@media (max-width: 992px) {

    .position-1 {
        top: 0%;
    }

    .section-2 {
        min-height: 340px;
    }

    .section-2 .left {
        grid-gap: 15px;
        padding-right: 3%;
    }

    .section-2 .left h1 {
        font-size: 22px;
    }

    .section-2 .left h3 {
        font-size: larger;
    }

    .section-2 .left h5 {
        line-height: 22px;
        font-size: medium;
    }

    .section-2 .left button span {
        padding: 4px 10px;
    }

    .section-4 {
        margin-bottom: 5%;
    }

    .section-4 .left {
        padding-right: 2%;
    }

    .section-4 .para-container {
        line-height: 22px;
    }

    .section-4 .carousel-control-prev,
    .section-4 .carousel-control-next {
        bottom: -10%;
    }

    .section-4 .carousel-inner {
        margin-top: 4%;
        width: 50%;
    }

    .section-5-container {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }

    .section-5 .left img {
        height: auto;
        width: 50%;
    }

    .section-5 .right button span {
        padding: 6px 10px !important;
    }

    .section-5-container .left {
        text-align: center;
        align-self: center;
    }

    .section-6 .right {
        text-align: center;
    }

    .section-6 .right img {
        width: 50%;
        margin-top: 5%;
    }

    .section-6 .line-1:after {
        width: 290px;
        left: 15px;
    }

    .section-6 .line-1::before {
        height: 94px;
        top: 0px;
    }

    .section-6 .line-2:after {
        width: 290px;
    }

    .section-6 .line-3::before {
        height: 90px;
    }

    .section-6 .img-main-container p {
        width: 55%;
    }

    .section-6 .img-main-container img {
        width: 25%;
    }
}


@media (max-width: 768px) {

    .section-2 {
        min-height: 250px;
    }

    .section-2 .left {
        grid-gap: 8px;
        text-align: unset;
    }

    .section-2 .left h1 {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .section-2 .left h3 {
        font-size: medium;
    }


    .section-2 .left h5 {
        line-height: normal;
        font-size: smaller;
    }

    .section-2 .left button span {
        padding: 2px 5px !important;
        font-size: smaller;
    }

    .section-2 .right img {
        width: 100%;
    }

    .section-3 li {
        padding-left: 2%;
    }

    .section-3 li a {
        border-left-width: 4px;
        padding-left: 14px;
    }

    .section-4 .carousel-inner {
        width: 55%;
        margin-top: 5%;
    }

    .section-4 h3 {
        text-align: center;
    }

    .section-4 .para-container,
    .section-5-container .right {
        line-height: 22px;
    }

    .section-4 .left {
        padding-right: 2% !important;
    }

    .section-4 .carousel-item {
        height: unset !important;
    }

    .section-4 .carousel-control-prev,
    .section-4 .carousel-control-next {
        bottom: -15%;
    }

    .section-4 .right {
        padding-bottom: 18%;
    }

    .section-4 {
        margin-bottom: 0%;
    }

    .section-5 .left img {
        width: 55%;
    }

    .section-5-container .left {
        text-align: center !important;
    }

    .section-5 .left {
        margin-top: 5%;
    }

    /* .section-5 .right {
        margin-top: -12%;
    } */
    .section-6 .img-main-container img {
        width: 30%;
    }

    .section-6 .left h5 {
        font-size: 16px;
    }

    .section-6 .line-1::before {
        height: 85px;
    }

    .section-6 .line-1:after {
        width: 205px;
        left: 10px;
    }

    .section-6 .line-2:after {
        width: 230px;
    }

    .section-6 .right img {
        width: 55%;
    }

    .section-6 .line-3::before {
        top: -4px;
        height: 80px;
    }

    /* .section-7 .right img {
        height: 100%;
    } */
}


@media (max-width: 576px) {

    .section-4 h3,
    .section-5 h3,
    .section-6 h3,
    .section-7 h3 {
        font-size: 20px;
    }

    .section-4 .btn_container button span,
    .section-5 .right button span,
    .section-2 .left button span,
    .modal-btn button span {
        padding: 4px 8px;
    }

    .section-4 .para-container,
    .section-4 button span,
    .section-5 .right p,
    .section-5 .right table,
    .section-5 .right button span,
    .section-6 .img-main-container p,
    .section-6 .left h5,
    .section-6 ul {
        font-size: 15px;
    }

    .section-2 {
        min-height: 240px;
    }

    .section-2 .left {
        padding-right: 2%;
        grid-gap: 7px;
    }

    .section-2 .left h1 {
        font-size: 18px;
    }

    .section-2 .left h3 {
        font-size: medium;
    }

    .section-2 .left h5 {
        font-size: smaller;
    }

    .section-2 .left button span {
        font-size: small;
    }

    .section-2 .right {
        margin-top: 2%;
        text-align: left;
    }

    .section-4 .carousel-inner {
        width: 55%;
    }

    .section-4 .right {
        padding-bottom: 18%;
    }

    .section-4 .para-container,
    .section-5-container .right {
        line-height: normal;
    }

    .section-5 .right p {
        margin: 3% 0%;
    }

    .section-5 .left img {
        width: 55%;
    }

    .section-5-container {
        grid-gap: 20px !important;
    }

    /* .section-6 .img-main-container img {
        width: 22%;
    } */

    .section-6 .img-container-2 img {
        width: 22%;
    }

    .section-6 .img-main-container p {
        width: 100%;
    }

    .section-6 .right img {
        width: 55%;
    }

    .section-6 .img-main-container img {
        width: 20%;
    }

    .section-6 .img-main-container .line-3 p {
        margin-right: 8%;
    }

    .section-6 .line-1::before {
        top: 0px;
    }

    .section-6 .line-1:after {
        width: 220px;
    }

    .section-6 .line-2:after,
    .section-6 .line-1:after {
        bottom: -16px;
    }

    .section-6 .img-main-container {
        grid-template-columns: 100%;
        grid-row-gap: 0px;
    }

    .section-6 .line-1::before,
    .section-6 .line-1:after,
    .section-6 .line-2:after,
    .section-6 .line-3::before {
        content: unset;
    }

    .section-6 .img-main-container .img-container-1 {
        margin-top: 3%;
        grid-gap: 4% !important;
    }

    .section-6 .img-main-container .img-container-2,
    .section-6 .img-main-container .img-container-4 {
        margin-top: 3%;
        grid-gap: 4% !important;
    }

    .section-6 .img-main-container .img-container-3 {
        margin-top: 3%;
        grid-gap: 4% !important;
    }

    .section-7 .right img {
        width: 70%;
    }
}


@media (max-width: 535px) {

    .section-2 .left h1 {
        font-size: 16px;
    }

    .section-6 .line-1:after {
        width: 83%;
        left: 7px;
    }

    .section-6 .line-1::before,
    .section-6 .line-3::before {
        height: -webkit-fill-available;
        right: 14px;
    }

    .section-6 .line-2:after {
        width: 92%;
    }

    /* .section-6 .img-main-container {
        grid-template-columns: 100%;
    } */
}


@media (max-width: 490px) {

    .section-2 {
        min-height: 220px;
    }

    .section-2 .left {
        grid-gap: 5px;
    }

    .section-2 .left h1 {
        font-size: 15px;
    }

    .section-4 .right img {
        width: -webkit-fill-available !important;
    }

    .section-6 .left h5 {
        font-size: large;
    }
}

@media (max-width: 450px) {

    .section-2 .left h3 {
        font-size: smaller;
    }

    .section-2 .left h1 {
        font-size: 14px;
    }

    .section-2 .left h5 {
        font-size: small;
    }

    .section-4 .carousel-control-prev,
    .section-4 .carousel-control-next {
        bottom: -12%;
    }
}


@media (max-width: 425px) {

    .section-4 .left h3,
    .section-5 h3,
    .section-6 h3,
    .section-7 h3 {
        font-size: larger;
    }

    .section-2 .left h5 {
        margin-right: 20%;
    }

    .section-4 .carousel-inner {
        width: 55%;
    }

    .section-5 .left img {
        width: 55%;
    }

    .section-6 .right img {
        width: 55%;
    }

    .section-4 .para-container,
    .section-4 button span,
    .section-5 .right p,
    .section-5 .right table,
    .section-5 .right button span,
    .section-6 .img-main-container p,
    .section-6 .left h5,
    .section-6 ul {
        font-size: 14px;
    }

    .section-4 .carousel-control-prev,
    .section-4 .carousel-control-next {
        bottom: -17%;
    }

    .section-4 .btn_container button span,
    .section-5 .right button span,
    .section-2 .left button span,
    .modal-btn button span {
        padding: 3px 6px;
    }

    .section-2 {
        min-height: 180px;
    }

    .section-2 .left h3 {
        font-size: small;
    }

    .section-2 .left h1 {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .section-2 .left {
        padding-right: 4%;
    }

    .section-2 .left h5 {
        font-size: x-small;
    }

    .section-2 .left button span {
        font-size: x-small;
    }

    .section-2 .right {
        padding-left: 0%;
    }

    .section-3 ul li a {
        font-size: smaller;
    }



    .section-4 .btn_container button span {
        padding: 4px 8px;
    }

    .section-6 .left ul {
        line-height: 25px;
    }

    .section-6 .img-main-container .img-container-1 {
        margin-top: 4%;
    }

    .section-6 .img-main-container .img-container-2,
    .section-6 .img-main-container .img-container-4 {
        margin-top: 4%;
        grid-gap: 5% !important;
    }

    .section-6 .img-main-container .img-container-3 {
        margin-top: 0%;
        grid-gap: 5% !important;
    }
}


@media (max-width: 395px) {

    .section-2 {
        min-height: 180px;
    }

    .section-2 .left {
        grid-gap: 2px;
    }

    .section-2 .left button span {
        font-size: xx-small;
    }

    .section-2 .left h1 {
        font-size: 14px;
    }

    .section-2 .left h5 {
        font-size: x-small;
    }

    .section-2 .left h3 {
        font-size: small;
    }

    .section-2 .left button span {
        font-size: xx-small;
    }

    .section-3 li a {
        padding-left: 10px;
    }

    .section-4 .btn_container button span,
    .section-5 .right button span {
        padding: 2px 6px;
    }

}


@media (max-width: 350px) {
    .section-2 .left h1 {
        font-size: 12px;
    }

    .section-2 .left h5 {
        font-size: x-small;
        line-height: normal;
    }

    .section-2 .left button span {
        padding: 1px 4px !important;
    }

    .section-4 .carousel-control-prev,
    .section-4 .carousel-control-next {
        bottom: -15%;
    }
}


.section-4 .title,
.section-5 .title,
.section-6 .title,
.section-2 .left,
.section-2 .right,
.section-4 .left-1,
.section-4 .right,
.section-5 .left,
.section-5 .right,
.section-6 .right,
.section-6 .left,
.footer {
    opacity: 0;
}

.section-4 .title.animate__animated,
.section-5 .title.animate__animated,
.section-6 .title.animate__animated,
.section-2 .left.animate__animated,
.section-2 .right.animate__animated,
.section-4 .left-1.animate__animated,
.section-4 .right.animate__animated,
.section-5 .left.animate__animated,
.section-5 .right.animate__animated,
.section-6 .right.animate__animated,
.section-6 .left.animate__animated,
.footer .animate__animated {
    opacity: 1;
}



/* .section-2 .left,
.section-6 .left,
.section-4 .left-1,
.section-5 .left {
    animation-delay: 0.6s;
    animation-timing-function: ease-in-out;

}

.section-2 .right,
.section-6 .right,
.section-4 .right,
.section-5 .right {
    animation-delay: 0.9s;
    animation-timing-function: ease-in-out;
} */


.animate__animated.animate__zoomInUp {
    /* animation-delay: 3ms; */

    animation-duration: 1s;
}