@media only screen and (min-width: 1024px) and (max-width: 1390px) {
    .container {
        max-width: 1228px !important;
    }
}

header {
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;

}


.headerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

.headerContainer .nav_link ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    width: 373px;
    justify-content: space-around;
}

.headerContainer .nav_link ul li a {
    font-weight: 600;
    color: rgb(75 85 99);
}

.headerContainer .nav_link ul li a:hover {
    color: #00BCD4;
}

.bookADemo .btn.demo_btn {
    border-radius: 9px;
}

.heroSection {
    background-size: cover;
    background-image: url(/assets/img/Vector.svg);
    /* min-height: 750px; */
    background-repeat: no-repeat;
    width: 100%;
}

.heroSectionDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    padding-top: 49px;
}

.herosectionImg img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    border-radius: 23px;
    transition: all 0.3s ease-in-out;
}

.herosectionImg:hover img {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    transition: all 0.3s ease-in-out;
    transform: scale(1.02);
}

.herosectionHeading {
    width: 48%;
}

.herosectionHeading h1 {
    font-size: 48px;
    color: #fff;
}

.herosectionHeading p {
    font-size: 15px;
    color: #fff;
}

.herosectionHeading button {
    border: none;
    border-radius: 8px;
    padding: 10px 34px;
    transition: all 0.3s ease-in-out;
}

.herosectionHeading button:hover {
    scale: 1.05;
    transition: all 0.3s ease-in-out;
}

.herosectionHeading button a {
    color: rgb(0, 188, 212);
    font-weight: 600;
}

.herosectionImg {
    width: 48%;
}

.brandSection {
    background-color: rgb(249 250 251);
    margin: 44px 0;
    padding-bottom: 64px;
    padding-top: 64px;
    margin-top: 97px;
}

#Features,
#Clients,
#Testimonials {
    width: 100%;
    margin-top: 44px;
    padding-bottom: 64px;
    height: 50px;
}

#TransformYourBusiness {
    margin-bottom: 71px;
    width: 100%;
}

#Clients2 {
    width: 100%;
    margin-top: 26px;
    padding-bottom: 14px;
    height: 25px;
}

.brandSection .container h2 {
    text-align: center;
    font-weight: 700;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.brandSection .container p {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.NeedtoScale .container {
    /* margin-bottom: 64px; */
}

.NeedtoScale .container h1,
.FashionManufacturers .container h1,
.TransformYourBusiness .container h1 {
    text-align: center;
    font-weight: 700;
    color: rgb(55 65 81);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.NeedtoScale .container p,
.TransformYourBusiness .container p {
    color: rgb(75 85 99);
    font-size: 16px;
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.NeedtoScale .container p {
    margin-bottom: 46px;
}

.FashionManufacturers {
    background: linear-gradient(0deg, rgba(237, 254, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 95px 0px;
    padding-top: 0;
}

.FashionManufacturers .subtext {
    font-size: 16px !important;
}

.FashionManufacturers .container p {
    color: rgb(75 85 99);
    font-size: 14px;
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 56px;
}

.fa-solid.fa-star {
    color: gold;
}

.why-choose-card-description {
    color: rgb(75, 85, 99) !important;
    font-size: 14px !important;
    width: 330px;
}

.brandSayingBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brandSaying {
    width: 31%;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.logoAndRating .rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
}

.logoAndRating .rating img {
    width: 100px;
    height: 30px;
}

.reviews_stars {
    display: flex;
    list-style: none;
    margin: 0;
}

.formSection {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 51px;
}

.TransformYourBusiness .container h1 {
    margin-top: 75px;
}

.marquee-logos img {
    display: grid;
    place-items: center;
    width: 160px !important;
    fill: var(--color-text);
    aspect-ratio: 16 / 9;
    object-fit: contain;
    margin: 0 auto;
    height: 77px;
    padding: 21px 0;
}

.marquee__group div {
    background-color: #fff;
    width: 200px;
    text-align: center;
    /* margin: 0 auto; */
    justify-content: end;
    /* align-items: center; */
    border-radius: 11px;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.logoAndRating .reviews_peras {
    max-width: 315px !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}

.profile-info {
    max-width: 315px !important;
    margin: 0 auto;
}

.profile-info h3 {
    font-size: 16px !important;
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 10px !important;
}

.profile-info p {
    text-align: left !important;
    font-size: 12px !important;
    font-weight: 400;
    margin-top: 7px !important;
    margin-bottom: 15px !important;
}

.why-choose-card {
    border-radius: 20px;
    border: 0.757px solid rgba(0, 0, 0, 0.30);
    background: #F6F7F7;
}

.SignUpDemo {
    --tw-shadow: 4px 10px 29px 6px rgb(0 0 0 / .1),
        2px 5px 8px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 54%;
    border-radius: 1rem;
    padding: 27px;
    padding-bottom: 89px;
}

.form {
    --tw-shadow: 4px 10px 29px 6px rgb(0 0 0 / .1),
        2px 5px 8px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 41%;
    border-radius: 1rem;
    padding: 27px;
}

.SignUpPoints {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.SignUpPoints .text h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 21px;
}

.SignUpPoints .text p {
    font-size: 16px;
    text-align: left;
}

.testomony {
    --tw-border-opacity: 1;
    background-color: rgb(236 254 255);
    margin-top: 23px;
    border-radius: 8px;
    border: 1px solid rgb(207 250 254 / var(--tw-border-opacity, 1));
}

.testomony .subtext {
    font-size: 15px !important;
    font-style: italic;
    padding: 13px 16px;
    text-align: left !important;
    color: rgb(21, 94, 117) !important;
}

.testomony .Auther {
    text-align: right !important;
    padding-right: 21px;
    font-size: 15px !important;
    color: #000 !important;
    padding-bottom: 16px;
    font-weight: 600;
}

/* form div{
    display: flex;
        gap: 20px;
} */
.fullName,
.companyName,
.email,
.mobileNo {
    width: 48%;
}

form label {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Open Sans';
}

form textarea {
    height: 100px;
}

.textArea {
    width: 100%;
    margin-bottom: 20px
}

form input::placeholder,
form textarea::placeholder {
    color: #9ca3af;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans';
}

#formsubmit1 {
    width: 100%;
    border-radius: 8px;
    color: #fff;
    height: 49px;
    background-color: #21b8c5;
}

.privacypolicy {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    display: flex;
    padding: 16px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

.privacypolicy p {
    font-size: 14px !important;
    color: rgb(107, 114, 128) !important;
}

footer {
    padding: 60px 0;
    padding-bottom: 20px;
    background: #242733;
    color: #fff;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 31px;
}

.footer-links {
    margin-top: -14px;
}

.footer-links,
.footer-social {
    width: 50%;
}

.footerlogo p {
    width: 315px;
    font-size: 14px;
    margin-top: 20px;
}

.footer-logo {
    width: 143px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.footer-bottom p,
.links span a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.links span:first-child {
    margin-right: 20px;
}

.footer-social ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    width: 435px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.footer-social ul li a {
    color: #fff;
    font-size: 14px;
}

.footer-social ul li:first-child {

    margin-bottom: 15px;
}

.footer-social h3 {
    margin-bottom: 16px;
    font-size: 22px;
}

.fa-2x {
    font-size: 18px !important;
}

.carousel-control-prev {
    left: -22px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 2%;
    top: 0 !important;
}

.carousel-control-next {
    right: -28px;
}

.fa-chevron-left::before {
    color: #000 !important;
}

.fa-chevron-right::before {
    color: #000 !important;
}

.TransformYourBusiness {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 94px;
}

.trusted_Recognized {
    margin-top: 20px;
}

.trusted_Recognized h3 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(55 65 81);
    text-align: center;
    margin-bottom: 20px;
}

.trusted_Recognized_logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.trusted_Recognized_logos img {
    width: 150px;
}

@media screen and (max-width: 768px) {
    .heroSection {
        background-image: linear-gradient(to right bottom, rgb(0, 188, 212), rgb(0, 172, 193), rgb(0, 151, 167));
    }

    .nav_link,
    .bookADemo {
        display: none;
    }

    #Clients {
        margin-top: 0px;
        padding-bottom: 0px;
        height: 0px;
    }

    .mobile_nav .nav_link,
    .mobile_nav .bookADemo {
        display: block;
    }

    .hide_for_lg.mobile_nav {
        display: none;
        position: absolute;
        top: 53px;
        background: #fff;
        flex-direction: column;
        align-items: center;
        height: 250px;
        width: 100%;
        margin-left: -26px;
    }

    .hide_for_lg.mobile_nav .nav_link ul {
        flex-direction: column;
        gap: 38px;
        margin-top: 21px;
        margin-bottom: 15px;
    }

    .hide_for_lg.mobile_nav .bookADemo {
        width: 100%;
        padding: 0px 12px;
    }

    .hide_for_lg.mobile_nav .bookADemo .btn.demo_btn {
        width: 94%;
    }

    .hamburderAndCrossIcon img {
        width: 30px;
        height: 30px;
    }

    .crossIcon {
        display: none;
    }

    .heroSectionDiv {
        flex-direction: column;
        align-items: center;
        text-align: left;
        gap: 56px;
        padding: 34px 0;
    }

    .herosectionHeading h1 {
        font-size: 41px;
    }

    .brandSection {
        background-color: rgb(249 250 251);
        padding: 31px 0;
        margin: 26px 0;
    }

    .herosectionHeading,
    .herosectionImg {
        width: 100%;
    }

    .brandSayingBox {
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 23px;
    }

    .why-choose-card {
        min-height: 340px;
    }

    .why-choose-card-icon {
        width: 67px;
        height: 82px;
    }

    .FashionManufacturers {
        padding: 0px 0px;
    }

    .FashionManufacturers .ser-section.hide_for_lg .container.text-center {
        width: 100%;
        padding: 0 0 !important;
    }

    .logoAndRating .reviews_peras {
        max-width: 92% !important;
    }

    .brandSaying {
        width: 100%;
    }

    .formSection {
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    .SignUpDemo,
    .form {
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .footer-links,
    .footer-social {
        width: 100%;
    }

    .footer-social ul {
        width: 78%;
            justify-content: space-around;
            margin: 0 auto;
    }

    .footer-social ul li:first-child {
        margin-bottom: 15px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 19px;
    }

    .row.ser-row {
        width: 100%;
    }

    .carousel-control-next {
        right: -5px;
    }

    .carousel-control-prev {
        left: -3px;
    }

    .FashionManufacturers .container {
        padding-bottom: 28px !important;
    }

    .TransformYourBusiness .container h1 {
        margin-top: 40px;
    }

    .TransformYourBusiness {
        /* border-bottom: 1px solid #e1e1e1; */
        padding-bottom: 50px;
    }

    #serCarousel22 .carousel-item {
        width: 100%;
        margin-left: 0px;
    }

    .profile-info {
        max-width: 92% !important;
        margin: 0 auto;
    }

    .profile-info h3 {
        text-align: left !important;
    }

    .NeedtoScale .container p {
        width: 90%;
    }

    #Features,
    #Clients,
    #Testimonials {
        width: 100%;
        margin-top: 44px;
        padding-bottom: 0;
        height: 0;
    }
    .footer-social h3{
        text-align: center;
            margin-top: 14px;
    }
    .footerlogo {
        text-align: center;
    }

    .footerlogo p {
        margin: 0 auto;
        margin-top: 20px;
    }

    .footerlogo .d-flex.mt-2 {
        justify-content: center;
    }
}