#enquire_now {
    display: none;
    width: 1100px;
    cursor: auto;
    padding: 0;
    border-radius: 10px;
    max-width: 90%;
}

#enquire_now.fancybox-content {
    padding: 0;
}

#enquire_now .fancybox-button {
    padding: 10px;
    width: 28px;
    height: 28px;
    background: #C3C3C3;
    padding: 5px;
    border-radius: 50%;
    min-height: 28px;
    margin: 23px 20px;
}

.popup-body {
    display: flex;
    border-radius: 10px !important;
}

.pop-up-left {
    width: 507px;
    background: #E3EFFF;
    padding: 60px;
}

.pop-up-right {
    width: calc(100% - 507px);
    padding: 60px 50px;
}

.pop-up-right .head {
    margin-bottom: 30px;
}

.title {
    margin-bottom: 30px;
    padding-right: 68px;
}

#popup-product-form .fancybox-close-small,
#enquire_now .fancybox-close-small {
    position: absolute !important;
    font-size: 32px !important;
    background: var(--themered) !important;
    min-width: auto;
}

.fancybox-container .form-group p {
    margin-bottom: 0;
}

/*.img-content-sec {
    display: inline-block;
    width: 100%;
    max-width: 100%;
     overflow: hidden; 
}*/

/*.img-content-sec.dark-bg .half-section .right-side ul>li:before {
    filter: brightness(0) invert(1);
}*/

.img-content-sec .half-section {
    position: relative;
    z-index: 1;
}

.img-content-sec .half-section .left-side {
    width: 680px;
    margin-bottom: 85px;
}

.img-content-sec .half-section.row-reverse {
    flex-direction: row-reverse;
}

.img-content-sec .half-section .left-side>.img-wrap {
    max-width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.img-content-sec .half-section .right-side {
    width: calc(100% - 680px);
    max-width: 680px;
    margin-bottom: 85px;
}

.drive-list span {
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.drive-list {
    display: inline-flex;
    column-gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 32px;
    border-bottom: solid 1px #70707033;
}

.drive-des .heading-20 {
    font-weight: 500;
    color: black;
}


.drive-list .drive-des p {
    margin-bottom: 0;
}

.title {
    margin-bottom: 30px;
    padding-right: 0;
}

.experties-list {
    display: inline-block;
}

.experties-list p {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #000000;
    line-height: 0;
}

.experties-list p span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
}

/* .experties {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    margin-right: 56px;
    padding-right: 10px;
    padding-bottom: 15px;
    position: relative;
    white-space: nowrap;
    text-transform: none;
    font-size: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
    font-weight: 100;
    flex-shrink: 0;
    /* width: max-content; * /
display: flex;
align-items: center;
transform: translateX(0);
animation: a-text-scroll 100.5s;
/* overflow: hidden; * /
}

*/
.experties-box {
    position: relative;
    overflow: hidden;
}

.experties-box:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: transparent url(../images/shadow.png) no-repeat center;
    width: 148px;
    height: 69px;
    background-size: contain;
    bottom: 0;
    margin: auto;
}

.experties-list {
    display: inline-block;
    margin-right: 19px;
    padding: 10px 20px;
    background: white;
    border-radius: 50px;
    border: solid 1px #D1E0E5;
    align-items: center;
    line-height: 0;
    width: max-content;
	height: 45px;
}

.experties-list p {
    margin: 0;
}

/*.orange-bg {
     background: transparent linear-gradient(134deg, #FF9E0D 0%, #F65D30 100%) 0% 0% no-repeat padding-box; 
} */

.lightblue-bg {
    background: transparent linear-gradient(134deg, #A4B3FF 0%, #3758F9 100%) 0% 0% no-repeat padding-box;
}

.form-box form p {
    margin: 0;
    font-size: 14px;
}

@keyframes a-text-scroll {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(calc(100% - 100vw), 0, 0);
    }
}






/* new css slider */

.carousel {
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}

.group {
    /* ... */
    will-change: transform;
    /* We should be nice to the browser - let it know what we're going to animate. */
    animation: scrolling 20s linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

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

.carousel {

    /* ... */
    &:hover .group {
        animation-play-state: paused;
    }
}


/* Group the cards for better structure. */

.group {
    display: flex;
}







/* *************** || START MEDIA QUERY || *************** */

@media (min-width: 992px) {
    .sticky {
        position: sticky !important;
        top: 100px;
        align-self: flex-start;
    }
}

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

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

    .img-content-sec .half-section .left-side,
    .img-content-sec .half-section .right-side {
        width: calc(50% - 20px);
    }

    .mb-100 {
        margin-bottom: 80px;
    }
}

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

    /* common spancing */
    .feature-sec,
    .cta-inner-wrap {
        margin: 0 0 60px;
    }

    .img-content-sec .half-section .left-side,
    .img-content-sec .half-section .right-side {
        margin-bottom: 60px;
    }
}

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

    .pop-up-left {
        width: 430px;
        padding: 40px;
    }

    .pop-up-right {
        width: calc(100% - 430px);
        padding: 40px;
    }

}

@media screen and (max-width: 991.98px) {
    .img-content-sec .half-section {
        flex-wrap: wrap;
    }

    .img-content-sec .half-section.row-reverse {
        flex-direction: column-reverse;
    }

    .img-content-sec .half-section .left-side,
    .img-content-sec .half-section .right-side {
        max-width: 100%;
        width: 100%;
        margin-bottom: 40px;
    }

    .mb-100 {
        margin-bottom: 40px;
    }

    .pop-up-left {
        width: calc(100% - 420px);
        padding: 40px;
    }

    .pop-up-right {
        width: 420px;
        padding: 40px;
    }
}

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

    .pop-up-left {
        display: none;
    }

    .pop-up-right {
        width: 100%;
    }


}

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    [class*="heading-"] {
        margin-bottom: 12px;
    }

    .page-wrapper ul:not([class]):has(+*),
    .page-wrapper p:has(+*),
    .page-wrapper ol:has(+*) {
        margin-bottom: 20px;
    }

    input[type="text"],
    input[type="submit"],
    input[type="email"],
    textarea,
    .form-control {
        padding: 10px 10px;
        height: 50px;
        border-radius: 0;
        font-size: 14px;
    }

    .form-group.width100.submit>input[type="submit"] {
        margin-top: 10px;
        padding: 0 20px;
    }

    [class*="btn-"],
    button {
        font-size: 14px;
        padding: 9px 10px;
        min-width: 120px;
        /* min-height: 46px; */
        font-weight: 600;
    }

    .row {
        width: calc(100% + 10px);
        margin: 0 0 0 -5px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .width50 {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }

    .width100 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .img-content-sec .half-section .left-side,
    .img-content-sec .half-section .right-side {
        margin-bottom: 20px;
    }

    .mb-100 {
        margin-bottom: 30px;
    }
}

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