/* small tablet styles */


/* @media screen and (min-width: 425px) {
    .w-container h1 {
        background-color: red;
        font-size: 1rem !important;
    }

    .header-large {
        font-size: 12px !important;
    }

    .highlight.assitant {
        font-size: 1.5rem;
    }
} */

.ratings {
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.ratings .wrapper {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: 70%;
    margin: 0 auto;
    /* border: 1px solid; */
    min-height: unset;
    /* margin-top: 1rem; */
    margin-top: 2rem;
    margin-bottom: 2rem;
    align-items: center;
}

.center-align.w-container {
    margin-bottom: 5rem;
}

.singlediv .from {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
}

.singlediv .from img {
    width: 20px;
    margin-right: .2rem;
}

.ratings .heading {
    /* font-size: 1.5rem; */
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.ratings .subheading {
    /* font-size: 1.2rem; */
    /* font-weight: bold; */
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5em;
}

.ratings .appsumoLogo {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.ratings .wrapper .div1 {
    text-align: center;
}

.ratings .wrapper .div2 {
    text-align: center;
}

#headerCotainer {
    margin-bottom: 6rem;
}

.ratings .wrapper .div2 .appsumoLogo a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.ratings .wrapper .div2 img {
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin-right: .5rem;
}

.ratings .wrapper .div3 {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .ratings {
        background-color: #f5f5f5;
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .ratings .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
        min-height: unset;
        margin-top: 1rem;
    }

    .ratings .heading {
        /* font-size: 1.5rem; */
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .ratings .subheading {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .ratings .wrapper .div1 {
        text-align: center;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .ratings .wrapper .div2 {
        text-align: center;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .ratings .wrapper .div2 .appsumoLogo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ratings .wrapper .div2 img {
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .ratings .wrapper .div3 {
        text-align: center;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }
}


/* Testimonials */

.testimonial {
    width: 100%;
    margin-bottom: 8rem;
    margin-top: 4rem;
    display: none;
}

.testimonial .wrapper {
    width: 90%;
    margin: 0 auto;
    /* border: 1px solid; */
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    min-height: unset;
    flex-wrap: wrap;
    gap: 1rem;
}

.testimonial .wrapper .singlediv {
    max-width: 32.33%;
    /* border: 1px solid; */
    padding: 1rem;
    border-radius: 5px;
    /* background-color: lightyellow; */
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    cursor: pointer;
    position: relative;
}

.testimonial .wrapper .singlediv.blueBack {
    /* background-color: #d4e9ff; */
}

.testimonial .wrapper .singlediv:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: box-shadow 0.9s ease 0s;
    transform: translate(0px, -3px);
}

.testimonial .wrapper .singlediv .imageDiv {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    align-items: center;
}

.testimonial .wrapper .singlediv .imageDiv img {
    width: 40px;
    height: 40px;
    border: 1px #dadcdf;
    border-radius: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial .wrapper .singlediv .nameContainer {
    padding-left: 8px;
}

.testimonial .wrapper .singlediv .imageDiv .customerName {
    margin-bottom: 4px;
    /* color: #fff; */
    font-size: 16px;
    font-weight: bold;
}

.testimonial .wrapper .singlediv .stardiv {
    display: flex;
    justify-content: space-between;
    padding: .5rem 0rem;
}

.testimonial .wrapper .singlediv .headline {
    color: black;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.4rem;
}

.testimonial .wrapper .singlediv .w-richtext p {
    font-size: 15px;
}


/* Testimonials */

@media screen and (min-width: 420px) and (max-width: 768px) {
    .testimonial .wrapper {
        flex-direction: column;
        width: 90%;
        /* border: 1px solid; */
    }

    .testimonial .wrapper .singlediv {
        width: 100%;
        max-width: unset;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .testimonial .wrapper {
        flex-direction: row;
        width: 90%;
        /* border: 1px solid; */
    }

    .testimonial .wrapper .singlediv {
        /* width: 100%; */
        max-width: unset;
        width: 48%;
    }
}


/* helper things div */
/* Grid div.... */
.gridType .gridTypeOne,
.gridType .gridTypeTwo,
.gridType .gridTypeThree {
    display: flex;
    flex-direction: row;
    height: 90vh;
    /* border: 1px solid; */
}

.gridType .topSection {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 4rem;
}


.gridType .topSection .leftSide {
    width: 70%;
}

.gridType .topSection .leftSide button {
    margin-right: 8px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 50px;
    background-color: #d4e9ff;
    color: #2b95ff;
    padding: 5px 11px;
}

.gridType .topSection .rightSide {
    width: 30%;
    display: flex;
    justify-content: center;
}

.gridType .topSection .rightSide img {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .25);
}



.gridType .gridTypeOne .imageDiv,
.gridType .gridTypeTwo .imageDiv,
.gridType .gridTypeThree .imageDiv {
    width: 50%;
    display: flex;
    align-items: center;
}


.gridType .gridTypeOne .imageDiv img,
.gridType .gridTypeTwo .imageDiv img,
.gridType .gridTypeThree .imageDiv img {
    margin-left: unset;
}



.gridType .gridTypeOne .TextDiv,
.gridType .gridTypeTwo .TextDiv,
.gridType .gridTypeThree .TextDiv {
    width: 50%;
    display: flex;
    align-items: center;
}



.gridType .gridTypeOne .TextDiv .content,
.gridType .gridTypeTwo .TextDiv .content,
.gridType .gridTypeThree .TextDiv .content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    /* border: 1px solid; */
}


.gridType .gridTypeOne .TextDiv .content ul,
.gridType .gridTypeTwo .TextDiv .content ul,
.gridType .gridTypeThree .TextDiv .content ul {
    padding: 2rem;
}




.gridType .text-pill {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.gridType .text-pill h6 {
    /* display: flex; */
    justify-content: center;
    background-color: #392396;
    padding: 1rem;
    border-radius: 30px;
    color: white;
    display: inline-flex;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

.gridType .large-heading {
    /* font-size: 2.5rem;
    line-height: 3rem;
    font-weight: bold; */
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 1.2em;
}

.gridType .large-text {
    font-size: 19px;
    line-height: 1.4em;
    opacity: .9;
}

.section {
    /* padding-bottom: 2px; */
}

.gridTypeOne .imageDiv,
.gridTypeTwo .imageDiv,
.gridTypeThree .imageDiv {
    /* background-color: #bae8e8; */
    background-color: #e7f3ff;
}


/* write media query for 425px smaller screen phone */
@media screen and (max-width: 425px) {

    .gridType .gridTypeOne,
    .gridType .gridTypeThree {
        flex-direction: column;
        position: relative;
        width: 100%;
        height: auto;
        /* padding: 1rem; */
    }

    .gridType .gridTypeTwo {
        flex-direction: column-reverse;
        position: relative;
        width: 100%;
        height: auto;
        /* padding: 1rem; */
    }


    .gridType .gridTypeOne .imageDiv,
    .gridType .gridTypeTwo .imageDiv,
    .gridType .gridTypeThree .imageDiv {
        width: 100%;
        height: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .gridType .gridTypeOne .TextDiv,
    .gridType .gridTypeTwo .TextDiv,
    .gridType .gridTypeThree .TextDiv {
        width: 90%;
        height: auto;
        margin: 0 auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .section-top {
        position: relative;
        height: auto;
    }

    .text-box {
        width: 90%;
        margin: 0 auto;
    }

    .grid.desk-4.tab-3.w-dyn-items {
        width: 100%;
    }


    .gridType .large-heading {
        font-size: 1.5rem;
        /* line-height: 3rem; */
        font-weight: bold;
    }


    .gridType .large-heading {
        line-height: 2rem;
    }


}


/* write media query for 425px smaller screen phone */
@media screen and (min-width : 425px) and (max-width: 768px) {

    .gridType .gridTypeOne,
    .gridType .gridTypeThree {
        position: relative;
        width: 100%;
        height: auto;
    }

    .gridType .gridTypeTwo {
        position: relative;
        width: 100%;
        height: auto;
    }


    /* .gridType .gridTypeOne .imageDiv,
    .gridType .gridTypeTwo .imageDiv,
    .gridType .gridTypeThree .imageDiv {
        width: 100%;
        height: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    } */

    .gridType .gridTypeOne .TextDiv,
    .gridType .gridTypeTwo .TextDiv,
    .gridType .gridTypeThree .TextDiv {
        /* width: 90%; */
        height: auto;
        margin: 0 auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .section-top {
        position: relative;
        height: auto;
    }

    .text-box {
        width: 90%;
        margin: 0 auto;
    }

    .grid.desk-4.tab-3.w-dyn-items {
        width: 100%;
    }


    .gridType .large-heading {
        font-size: 1.5rem;
        /* line-height: 3rem; */
        font-weight: bold;
    }


    .gridType .large-heading {
        line-height: 2rem;
    }

    .gridType .gridTypeOne .TextDiv .content,
    .gridType .gridTypeTwo .TextDiv .content,
    .gridType .gridTypeThree .TextDiv .content {
        /* max-width: 600px; */
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
        /* border: 1px solid; */
    }
}

/* helper things div */


.test-image-name {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.test-image-name .test-img-left img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    /* margin-bottom: 16px; */
    margin-right: 1rem;
}

.review-from {
    margin-left: auto;
}

.review-from img {
    width: 20px;
    height: 20px;

}