.content-wrap {
        max-width: 1170px;
    }

    .common {
        padding: 80px 0;
    }

    .header-banner {
        background: #00a9f5;
        padding: 90px 0;
        text-align: center;
        color: #fff;
    }

    .header-banner h1 {
        margin-bottom: 30px;
    }

    .content-area .content-wrap {
        max-width: 740px;
        margin: 0 auto;
    }

    .content-area h3 {
        margin-bottom: 25px;
    }

    .content-area p {
        margin-bottom: 25px;
    }

    .even {
        background: #fafafa;
    }

    .question-section .content-wrap {
        max-width: 960px;
    }

    .question-section {
        background: #fafafa;
        float: left;
        width: 100%;
        padding: 80px 0 50px 0;
    }

    .question-section h2 {
        text-align: center;
        margin-bottom: 40px;
    }

    .grid-area {
        width: 100%;
    }

    .grid-area .grids {
        float: left;
        width: 100%;
        background: #fff;
        padding: 35px 50px;
        margin-bottom: 20px;
        box-sizing: border-box;
        margin-bottom: 40px;
        border: 1px solid #f0f0f0;
    }

    .grid-area {
        display: inline-block;
        float: left;
        width: 46%;
        margin: 2%;
    }

    .content-area p:last-child {
        margin-bottom: 0;
    }

    .question-section .grid-area .grids {
        transform: translateY(30px);
    }

    .question-section.line-animated .grid-area .grids:nth-child(1) {
        transform: translateY(0);
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
    }

    .question-section.line-animated .grid-area .grids:nth-child(2) {
        transform: translateY(0);
        transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
    }

    .question-section.line-animated .grid-area .grids:nth-child(3) {
        transform: translateY(0);
        transition: all 1.2s ease;
        -webkit-transition: all 1.2s ease;
        -moz-transition: all 1.2s ease;
    }

    .question-section.line-animated .grid-area .grids:nth-child(4) {
        transform: translateY(0);
        transition: all 1.5s ease;
        -webkit-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
    }
    .customer-testi-wrap {
        margin-top: 100px;
    }
    .customer-testi-wrap img{
        margin-bottom: 50px;
    }
    .slick-track {
      display: flex;
    }
    .slick-track .slick-slide {
      display: flex;
      height: auto;
      align-items: center;
      justify-content: center;
    }
.slick-dots li.slick-active {
    background: #00a9f5;
    border-color: #00a9f5;
}
.footer-wrapper {
    clear: both;
}
.grid-area .grids h4 {
    font-size: 22px;
}
    @media only screen and (max-width: 991px){

    }
    @media only screen and (max-width: 767px){
        .header-banner {
            padding: 60px 0;
        }
        .common {
            padding: 50px 0;
        }
        .customer-testi-wrap {
            margin-top: 60px;
            margin-bottom: 0
        }
        .slick-dotted.slick-slider{
            margin-bottom: 0;
        }
        .grid-area .grids{
            padding: 30px 40px;
        }
        .grid-area {
            width: 100%;
            margin: 0;
            float: none;
            display: block;
        }

        .grid-area .grids {
            padding: 20px 25px;
            margin-bottom: 25px;
        }
        .question-section{
            padding: 60px 0 40px 0;
        }
    }