@media screen and (max-width: 991px) {
    #regular-pricing .row {
        gap: 30px;
    }
    .eZWay-features-content .row {
        row-gap: 28px;
    }
    #hero .container .row {
        row-gap: 40px;
    }
}
@media screen and (max-width: 767px) {
    #eZWay-features-and-personalization .container {
        /* padding: 0; */
    }
    #eZWay-features-and-personalization .container .row {
        flex-direction: column-reverse;
    }
    .eZWay-personalization-right-content {
        padding: 5px 50px 20px 30px;
    }
    .single-page-wrapper .user-information{
         padding-inline:30px;
     }
}
@media screen and (max-width: 576px) {
    /* hero section  */
    #hero .container {
        padding: 25px 20px 25px 20px;
    }
    .hero-content-center h1 {
        margin-bottom: 20px !important;
    }
    .rounded-icon {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: var(--deep-orange-color);
    }
    .hero-video iframe {
        height: 295px;
    }
    .hero-content-bottom a {
        width: 118px;
        border-radius: 44px;
        padding: 9px 16px;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
    }
    .hero-content-bottom img {
        width: 14px;
        height: 14px;
    }
    .hero-left-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .hero-content-top {
        gap: 4px;
        width: fit-content;
        padding: 3.5px 6px;
        margin-bottom: 8px;
    }
    .hero-content-top p {
        font-size: 8px;
        line-height: 10px;
    }
    .hero-content-center {
        margin-bottom: 12px;
    }
    .hero-content-center h1 {
        font-size: 20px;
        line-height: 21px;
        margin-bottom: 8px !important;
    }
    .hero-content {
        max-width: 336px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .hero-content-center p {
        font-size: 10px;
        line-height: 12px;
    }
    .hero-content-bottom button {
        width: 178px;
        border-radius: 80px;
        padding: 16px 22px;
        font-size: 14px;
        line-height: 16px;
        gap: 8px;
    }


    /* benefits section  */
    #benefits .container {
        padding: 40px 0 40px 0;
    }
    .benefits-top-content {
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .benefits-top-content h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
    }
    .benefits-top-content p {
        width: 218px;
        font-size: 12px;
        line-height: 15px;
    }
    .benefits-left-content div h4, .benefits-right-content div h4 {
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 8px !important;
    }
    .benefits-left-content, .benefits-right-content {
        padding: 10px 0;
    }
    .benefits-left-content p, .benefits-right-content p {
        font-size: 12px;
        line-height: 15px;
    }
    #benefits .container .row .col-lg-4 {
        padding: 10px 32px;
    }



    /* eZWay-features-&-personalization section  */
    .eZWay-features-content {
        margin-top: 32px !important;
        padding: 24px !important;
        border-radius: 10px;
    }
    .eZWay-features-card {
        gap: 8px;
    }
    #eZWay-features-and-personalization .container {
        padding: 40px 20px 32px 20px;
    }
    .eZWay-personalization-right-content {
        padding: 0 0 20px 0;
        gap: 30px;
    }

    .eZWay-personalization-right-top h2 {
        max-width: 335px;
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 10px !important;
    }
    .eZWay-personalization-right-top p {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }
    .eZWay-personalization-right-bottom div h5 {
        font-size: 15px;
        margin-bottom: 0 !important;
    }
    .eZWay-personalization-right-bottom div p {
        font-size: 12px;
        line-height: 14.5px;
    }
    .eZWay-personalization-right-bottom {
        gap: 24px;
    }


    /* gallery section  */
    #gallery .container {
        padding: 40px 20px 40px 20px;
    }
    #our-team .container {
        padding: 40px 20px;
    }
    
}


@media screen and (max-width: 500px) {
    .hero-video iframe {
        height: 250px;
    }
}
@media screen and (max-width: 400px) {
    .personalization-img iframe {
        height: 205px;
    }
    .hero-video iframe {
        height: 195px;
    }
}





