/* hero section */

#hero {
    background: linear-gradient(138.06deg, rgba(255, 240, 239, 0) 0%, rgba(253, 205, 199, 0.46) 72.64%);
    position: relative;
    min-height: 95vh;
}

#hero .hero {
    height: 100% !important;
    width: 95%;
    margin: auto;
    min-height: 95vh;
}

#hero .like-img {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 22%;
    left: 20%;
}

#hero .like1-img {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 40%;
    right: 5%;
}

#hero .comment-img {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 5%;
}

#hero .comment1-img {
    height: 35px;
    width: 35px;
    position: absolute;
    bottom: 5%;
    left: 2%;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

#hero .comment2-img {
    height: 35px;
    width: 35px;
    position: absolute;
    bottom: 25%;
    left: 50%;
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

#hero .comment3-img {
    display: none;
}

#hero .star-img {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 15%;
    left: 55%;
}

#hero .star1-img {
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 12%;
    left: 30%;
}

#hero .star2-img {
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 10%;
    right: 2%;
}

.hero__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 20%;
    overflow: hidden;
    z-index: 10 !important;
}

#hero .hero__left .hero__left__wrapper {
    width: 100%;
    /* max-width: 350px; */
}

#hero .hero__left .heading {
    text-align-last: center;
    text-align: justify;
    font-size: 4rem;
    line-height: 5rem;
    font-family: 'Montserrat';
    font-weight: 900;
    overflow: hidden;
    word-break: break-all;
}

#hero .hero__left .heading .wrapper {
    display: inline-block;
    overflow: hidden;
}

#hero .hero__left .heading .wrapper span {
    position: relative;
    bottom: -70px;
    color: var(--text-dark);
    animation: reveal 1s ease-in-out forwards;
}

#hero .hero__left .section-info {
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 0.06rem;
    line-height: 1.7em;
    margin-bottom: 1.5rem;
    color: rgba(0, 0, 0, 0.89);
    animation: fade 0.3s ease-in forwards;
    animation-delay: 1.1s;
    opacity: 0;
}

#hero .hero__imgWrapper {
    max-width: 300px;
    width: 90%;
    margin: 0 auto;
    animation: fade 0.3s ease-in forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

#hero .hero__imgWrapper img {
    width: 100% !important;
}

#hero .hero__left__wrapper button {
    padding: 15px 45px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #AC7DD0;
    /* background: linear-gradient(90deg, #AC7DD0 0%, #ef93da 98.44%); */
    color: var(--text-light);
    margin-top: 2.5rem !important;
}

/* Services Section */
#services {
    position: relative;
    z-index: 1;
}

#services .services {
    flex-direction: column;
    /* max-width: 95%; */
    margin: 0 auto;
    padding: 30px 0 10px 0px;
    min-height: auto;
}

#services .service-top {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#services .service-bottom {
    flex-wrap: wrap;
    margin-top: 1rem;
    width: 100%;
    margin: auto;
}

#services .service-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #FDCDC7;
    border-radius: 1rem;
    height: 130px;
    width: 100%;
    padding: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

#services .service-box i {
    margin-top: 0.5rem;
    font-size: 3.7rem !important;
}

#services .h1_style {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.06rem;
    margin-top: 2rem;
}

#services .service-bottom h2 {
    font-size: 2rem;
    font-weight: 500 !important;
    color: var(--text-grey);
}

#services .service-bottom p {
    color: var(--color-dark);
    text-align: center;
    font-weight: 600;
    padding: 10px 5px 20px 5px;
}

#casestudies {
    position: relative;
    z-index: 1;
}


#casestudies .casestudies {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 30px 0px !important;
    min-height: auto;
}

#casestudies .casestudies-top {
    width: 100%;
    padding: 10px 50px;
    margin: 0 auto;
    text-align: center;
}

#casestudies .casestudies-bottom {
    display: grid;
    grid-template-columns: 1fr !important;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    margin: auto !important;
}

#casestudies .casestudies-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    width: 100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 20px 15px;
    text-align: center;
    color: var(--text-light);
    border-radius: 1rem;
    margin: auto;
    background-color: #AC7DD0;
    /* background: linear-gradient(270deg, #AC7DD0 0%, #FDCDC7 100%); */
    border-radius: 0px 40px;
    letter-spacing: 0.06rem;
    transition: .5s ease-in-out;
}

#casestudies .step-img {
    height: 30px;
    width: 30px;
    margin: auto;
    display: none;
}

#casestudies .casestudies-box1 {
    width: 100%;
    padding: 5px;
    text-align: center;
    margin: auto;
}

#casestudies .step-img1 {
    height: 30px;
    width: 30px;
    margin: auto !important;
}

#casestudies .para-box {
    padding: 20px 5px 0px 5px;
}

#casestudies .header {
    font-weight: 650 !important;
    font-size: 2rem !important;
}

#casestudies .sub-header {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.6em;
    margin-top: 10px;
}

/* case study ends */

#company {
    background: rgba(253, 205, 199, 0.30);
    /*background: url(/surveygenie_assets/img/service.png) no-repeat center center / cover;*/
}

#company .company {
    max-width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 70px 0;
}

#company .company-bottom {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    margin-top: 3rem;
}

#company .company-box {
    position: relative;
    min-height: 150px;
    background-color: var(--text-light);
    border: 2px solid #FDCDC7;
    border-radius: 0px 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#company .company-box1 {
    position: relative;
    min-height: 150px;
    background-color: var(--text-light);
    border: 2px solid #FDCDC7;
    border-radius: 0px 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#company .heading {
    font-weight: 500;
    font-size: 1.7rem;
    color: var(--text-para);
    text-align: center;
}

#company .sub-heading1 {
    font-size: 3rem !important;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1rem;
    background: linear-gradient(180deg, #AC7DD0 0%, #ef93da 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fade 0.3s ease-in forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

#company .sub-heading2 {
    font-size: 2.1rem !important;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: var(--text-para-dark);
    /* background: linear-gradient(180deg, #AC7DD0 0%, #ef93da 100%); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    animation: fade 0.3s ease-in forwards;
    animation-delay: 0.3s;
    opacity: 0;
}

#company .company-bottom img {
    width: 100%;
    height: auto;
    max-width: 60px !important;
}

#company .section-info {
    line-height: 1.2em;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500 !important;
    letter-spacing: 0.07rem;
    color: var(--text-grey);
    animation: fade 0.3s ease-in forwards;
    animation-delay: 0.3s;
    opacity: 0;
}

/* pricing starts */
#pricing {
    position: relative;
    z-index: 1;
}

#pricing .pricing {
    flex-direction: column;
    width: 80%;
    margin: 0 auto !important;
    padding: 20px 0 20px 0px;
    min-height: auto;
}

#pricing .pricing-top {
    width: 100%;
    padding: 10px 50px 20px 50px;
    margin: 0 auto;
    text-align: center;
}

#pricing .pricing-bottom {
    margin: auto !important;
}

#pricing .pricing-box {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    min-height: 90px;
    width: 100% !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 20px;
    text-align: center;
    /* color: var(--text-light); */
    border-radius: 1rem;
    margin: auto;
    /* border: 1px solid var(--text-para); */
    /* background: linear-gradient(270deg, #AC7DD0 0%, #FDCDC7 100%); */
    border-radius: 0px 40px;
    letter-spacing: 0.06rem;
    transition: .5s ease-in-out;
}

#pricing .price-heading {
    font-weight: 600;
}

#pricing .pricing-content {
    height: 120px;
    padding: 0;
    /* border: 1px solid red; */
}

#pricing .heading {
    min-height: 25px;
    font-weight: 650 !important;
    font-size: 2.2rem !important;
    color: var(--text-para);
}

#pricing .sub-header {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.6em;
    margin-top: 10px;
}

/* pricing ends */

.testimonials-carousel-wrap {
    background: linear-gradient(90deg, #AC7DD0 0%, #FDCDC7 100%);
    border-radius: 50px 0px;
    padding: 40px 0px 0px 0px;
}

.client-container {
    width: 80%;
    margin: auto;
}

#customers-testimonialss .item {
    text-align: center;
    padding: 20px 5px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonialss .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.testi-item {
    transition: all .3s ease-in-out;
    transform: scale(0.9);
    background: rgba(255, 255, 255, 0.19);
    border-radius: 10px;
    border-radius: 50px 0px;
    cursor: pointer;
    margin: auto;
}

.testimonials-text {
    text-align: center;
    padding: 70px 10px 10px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.testimonials-avatar h3 {
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.08rem;
    color: var(--text-para-dark);
}

.testimonials-avatar h4 {
    text-align: center;
    font-size: 1.5rem;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: 0.08rem;
}

.testimonials-text p {
    font-size: 1.6rem;
    letter-spacing: 0.06rem;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
}

.testi-avatar {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    z-index: 20;
}

.testi-avatar img {
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
}

.text-link {
    position: absolute;
    bottom: 0;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    background: #f9f9f9;
    border: 1px solid #eee;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
    left: 50%;
    width: 200px;
    margin-left: -100px;
}

.quote-img {
    max-width: 100%;
    width: 40px !important;
    height: auto;
}


.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

#customers-testimonialss.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonialss.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--text-para-dark);
    border: 1px solid var(--text-para-dark);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonialss.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonialss.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonialss.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border: 1px solid var(--text-para-dark);
    border-radius: 50%;
}

#form {
    background: rgba(253, 205, 199, 0.30);
}

#form .form {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 45px 0;
}

#form .form-bottom {
    width: 100%;
    margin: auto;
}

#form .form-box {
    position: relative;
    text-align: center;
}

#form .form-box1 {
    position: relative;
}

#form .form-bottom .heading {
    font-weight: 600;
    font-size: 1rem;
    padding: 10px 0px;
    color: var(--text-para);
}

#form .form-bottom .sub-heading {
    font-size: 2rem;
    color: var(--color-light-grey);
}

#form .form-bottom .sub-heading1 {
    padding: 10px 0px 10px 0px;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    background: linear-gradient(180deg, #AC7DD0 0%, #ef93da 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fade 0.3s ease-in forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

#form .form-bottom .section-info {
    padding: 0px 0px 10px 0px;
    line-height: 1.2em;
    font-size: 1.7rem;
}

#form .form-bottom button {
    padding: 15px 40px;
    border: none;
    background-color: #AC7DD0;
    /*background: linear-gradient(90deg, #AC7DD0 0%, #FFC6F1 98.44%);*/
    /* background: linear-gradient(90deg, #AC7DD0 0%, #ef93da 98.44%); */
    border-radius: 30px;
    color: var(--text-light);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.07rem;
    cursor: pointer;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

#form .form-box1 hr {
    height: 2px;
    background-color: #dee1e6;
    border: none;
}

#form .form-box1 li {
    list-style-type: decimal-leading-zero;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-light-grey);
}

#form .form-box1 p {
    padding: 20px 0px 50px 10px;
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    color: var(--text-para);
    animation: fade 0.3s ease-in forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

#partners {
    background: rgba(253, 205, 199, 0.30);
}

.partners {
    width: 80%;
    margin: auto;
}

#partners h2 {
    font-size: 3rem;
}

#partners .section-info {
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 0.06rem;
    line-height: 1.7em;
    margin-bottom: 1.5rem;
    color: rgba(0, 0, 0, 0.89);
    animation: fade 0.3s ease-in forwards;
    animation-delay: 1.1s;
    opacity: 0;
}

#partners .service-item img {
    width: 100%;
    height: auto;
    max-width: 70px !important;
}

#creative {
    background-color: var(--bg-color);
}

#creative .creative {
    flex-direction: column;
    max-width: 85%;
    margin: 0 auto;
    padding: 50px 0 50px 0px;
    min-height: auto;
    text-align: center;
}

#creative .creative-project {
    max-width: 90%;
    margin: 0 auto;
    padding: 10px 0 30px 0px;
    min-height: auto;
    text-align: center;
}

#creative .creative-top {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#creative h3 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-para);
    padding: 0rem !important;
    margin: 0rem !important;
}

#creative .heading {
    font-weight: 600;
    font-size: 3rem;
    padding: 0rem !important;
    margin: 0rem !important;
}

#creative .section-info {
    font-size: 1.5rem !important;
}

#creative .creative-bottom {
    margin-top: 3rem;
}

#creative .creative-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 5rem;
}

#creative .project-bottom {
    margin-top: 3rem;
}

#creative .project-bottom .creative-box {
    position: relative;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}

#creative .project-bottom .creative-box img {
    width: 100% !important;
    height: auto;
    max-width: 100% !important;
}

#creative .creative-item {
    overflow: hidden;
    height: 300px;
    width: 100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 1rem;
}

#creative .project-bottom .creative-item {
    height: auto;
}

#creative .creative-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#creative .para-box {
    position: absolute;
    width: 80% !important;
    bottom: -5rem !important;
    background-color: var(--text-light);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 1rem;
    padding: 10px;
    margin: auto !important;
}

#creative .creative-bottom h4 {
    color: var(--text-para);
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
}

#creative .link-div {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

#creative .link-div i {
    font-size: 2.2rem;
}

#creative .creative-bottom p {
    color: rgba(0, 0, 0, 0.66);
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0;
}

@keyframes reveal {
    0% {
        bottom: -70px;
    }

    100% {
        bottom: 0px;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hamburger_puls {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}

@media only screen and (min-width: 600px) {
    #hero {
        min-height: 90vh;
    }

    #hero .hero {
        min-height: 90vh;
        width: 95% !important;
    }

    #hero .like-img {
        height: 50px;
        width: 50px;
        top: 22%;
        left: 25%;
    }

    #hero .like1-img {
        height: 50px;
        width: 50px;
        top: 40%;
        right: 10%;
    }

    #hero .comment-img {
        height: 40px;
        width: 40px;
        top: 40%;
        left: 5%;
    }

    #hero .comment1-img {
        height: 40px;
        width: 40px;
        bottom: 5%;
        left: 2%;
    }

    #hero .comment2-img {
        height: 40px;
        width: 40px;
        bottom: 25%;
        left: 50%;
    }

    #hero .comment3-img {
        height: 40px;
        width: 40px;
        position: absolute;
        top: 10%;
        right: 15%;
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
        display: block;
    }

    #hero .star-img {
        height: 45px;
        width: 45px;
        position: absolute;
        top: 15%;
        left: 55%;
    }

    #hero .star1-img {
        height: 45px;
        width: 45px;
        position: absolute;
        bottom: 12%;
        left: 30%;
    }

    #hero .star2-img {
        height: 45px;
        width: 45px;
        position: absolute;
        bottom: 10%;
        right: 2%;
    }

    #hero .hero__left .hero__left__wrapper {
        max-width: 500px !important;
    }

    #hero .hero__imgWrapper {
        max-width: 450px;
        width: 100% !important;
    }

    #hero .hero__left .subheading {
        text-align: left;
    }

    #hero .hero__left .heading {
        text-align-last: left;
    }

    #hero .hero__left .section-info {
        text-align: left;
    }

    #hero .hero__left__wrapper button {
        margin-left: 0;
        margin-right: 0;
    }

    #services .services {
        width: 95%;
        margin: auto;
    }

    #services .h1_style {
        text-align: left;
    }

    #company .company-box1 {
        min-height: 240px;
    }

    #creative .creative-top {
        text-align: left;
    }

}

@media only screen and (min-width: 768px) {


    #hero .hero__left .hero__left__wrapper {
        max-width: 500px;
    }

    #hero .hero__wrapper {
        margin-top: 10%;
    }

    #hero .hero__left .section-info {
        text-align: left;
    }

    #services .service-top {
        padding: 10px 0px;
        margin-left: 0;
    }

    #services .section-title {
        text-align: left;
    }

    #casestudies .section-info {
        font-size: 1.5rem !important;
    }

    #casestudies .casestudies {
        width: 90%;
    }

    #casestudies .casestudies-bottom {
        grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr !important;
    }

    #casestudies .casestudies-box {
        min-height: 410px;
        letter-spacing: 0.05rem;
    }

    #casestudies .step-img {
        display: block;
    }

    #casestudies .step-img1 {
        display: none;
    }

    #company .company-bottom1 {
        display: flex;
        flex-direction: row;
    }

    #company .heading {
        text-align: left;
    }

    #company .sub-heading1 {
        text-align: left;
    }

    #company .sub-heading2 {
        text-align: left;
    }

    #company .section-info {
        text-align: left;
    }

    #pricing .section-info {
        font-size: 1.5rem !important;
    }

    #pricing .pricing {
        width: 80%;
    }

    #pricing .heading {
        min-height: 30px;
    }

    #pricing .pricing-content {
        min-height: 120px;
    }

    #pricing .pricing-box {
        min-height: 250px;
    }

    #form .form-bottom .heading {
        padding: 10px 0px 0px 0px;
    }

    #form .form-bottom .sub-heading {
        padding: 10px 0px 0px 0px;
    }

    #form .form-bottom .sub-heading1 {
        padding: 10px 0px 0px 0px;
    }

}

@media only screen and (min-width: 1200px) {
    #hero {
        min-height: 100vh;
    }

    #hero .hero {
        min-height: 100vh;
        width: 78% !important;
        padding: 15px 0px 0px 0px;
    }

    #hero .hero__left .hero__left__wrapper {
        max-width: 600px !important;
    }

    #hero .hero__imgWrapper {
        max-width: 650px !important;
        height: 600px;
    }

    #hero .hero__left__wrapper button {
        padding: 15px 50px;
    }

    #services .services {
        max-width: 78%;
    }

    #company .company {
        max-width: 80%;
    }

    #company .company-bottom1 {
        display: flex;
        flex-direction: row;
    }

    #casestudies .casestudies {
        width: 80%;
    }

    #casestudies .casestudies-bottom {
        margin-top: 5em;
        grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr !important;
        gap: 0.08rem;
    }

    #casestudies .step-img {
        height: 35px;
        width: 35px;
    }

    #casestudies .step-img1 {
        height: 35px;
        width: 35px;
    }

    #pricing .pricing {
        width: 80%;
    }

    #pricing .heading {
        min-height: 55px;
    }

    #pricing .pricing-content {
        min-height: 190px;
    }

    #pricing .pricing-box {
        min-height: 250px;
    }

    #form .form {
        max-width: 80%;
    }

    #form .form-box {
        width: 70%;
        text-align: left;
    }

    #form .form-bottom button {
        margin-left: 0em;
        margin-right: 0em;
    }

    #creative .creative-project {
        width: 80%;
        padding: 70px 0;
    }

    #creative .creative {
        width: 79%;
    }

    .testimonials-text {
        padding: 70px 20px 10px;
    }
}
