body {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    height: 100%;
    min-height: 100vh;
    font-size: 0.9rem;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.banner {
    height: 400px;
    padding-top: 110px;
    position: relative;
    background-image: url("../images/testimonial-banner.jpg");
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.banner h1 {
    font-family: Lato, sans-serif;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.2
}

.banner p {
    font-size: 24px;
    animation: fadeInDown 1s both 0.2s;
    margin-bottom: 5px;
}

.reviews {
    padding: 60px 0px;
    position: relative;
    font-family: 'Poppins-Regular';
    background: #f8f9fd;
}

.reviews h2 {
    font-size: 36px;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
    color: #01022e;
    margin-bottom: 20px;
    text-align: center;
}

.reviews p {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}

.reviews section {
    position: relative;
    padding: 20px 30px 10px 30px;
    background: #fff;
    border-top: 2px solid #ed212b;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 6px;
}

.reviews section i {
    content: "\F6B0";
    position: relative;
    top: 4px;
    right: 10px;
    font-size: 48px;
    line-height: 10px;
    font-family: "bootstrap-icons ";
    color: #e9e9e9;
}

.reviews section .author-left img {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #FFF;
    box-shadow: 0 2px 8px -1px #c0c0c0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.reviews section .author-left {
    float: left;
    margin-bottom: 20px;
}

.reviews section .author-info {
    display: block;
    float: right;
    margin: 18px 0px 10px 16px;
}

.reviews h4 {
    color: #110f31;
    font-size: 20px;
    font-family: 'Poppins-Medium';
    margin-bottom: 0px;
}

.reviews section .author-info p {
    color: #696969;
    font-size: 14px;
    margin-top: 0px;
}

.reviews section p {
    font-size: 16px;
    margin: 24px 0px;
    text-align: left;
}

.reviews section a {
    color: #4a4b92;
    font-size: 16px;
    text-decoration: underline;
    margin: 24px 0px;
}

.reviews section a:hover {
    color: #696969;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .banner {
        height: 200px;
        background-size: cover;
        padding-top: 70px;
    }
    .banner h1 {
        font-size: 32px;
    }
    .company {
        padding: 40px 0px;
    }
    .profit-wrap {
        display: none;
    }
    .about {
        margin-top: 40px;
    }
    .about h2 {
        font-size: 22px;
        line-height: 1.5;
    }
    .box-wrap {
        flex-wrap: wrap;
        gap: 0px 30px;
    }
    .box {
        width: 100%;
    }
    .box-item .content .title {
        padding: 0px;
    }
    .abtimg-wrap {
        margin-right: 0px;
    }
    .about-images {
        padding-right: 0px;
    }
    .about-images img {
        width: 99%;
    }
    .abimg {
        width: 350px !important;
    }
    .abtimg-wrap .shape img:nth-child(1) {
        top: 41%;
        left: -4%;
        max-width: 90px;
    }
    .abtimg-wrap .shape img:nth-child(2) {
        left: 1%;
    }
    .experience-wrap {
        padding: 30px 20px 230px 32px;
        border-radius: 70px 16px 13px 13px;
    }
    .experience-wrap h2 {
        font-size: 50px;
    }
    .experience-wrap span {
        font-size: 16px;
    }
    .ryttxt ul li {
        font-size: 16px;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .banner {
        padding-top: 20px;
        height: 200px;
        background-size: cover;
        padding-top: 70px;
    }
    .banner h1 {
        font-size: 35px
    }
    .company {
        padding: 40px 0px;
    }
    .profit-wrap {
        display: none;
    }
    .about {
        margin-top: 40px;
    }
    .about h2 {
        font-size: 22px;
        line-height: 1.5;
    }
    .box-wrap {
        flex-wrap: wrap;
        gap: 0px 30px;
    }
    .box {
        width: 100%;
    }
    .box-item .content .title {
        padding: 0px;
    }
    .abtimg-wrap {
        margin-right: 0px;
    }
    .about-images {
        padding-right: 0px;
    }
    .about-images img {
        width: 99%;
    }
    .abimg {
        width: 350px !important;
    }
    .abtimg-wrap .shape img:nth-child(1) {
        top: 41%;
        left: -4%;
        max-width: 90px;
    }
    .abtimg-wrap .shape img:nth-child(2) {
        left: 1%;
    }
    .experience-wrap {
        padding: 30px 20px 230px 32px;
        border-radius: 70px 16px 13px 13px;
    }
    .experience-wrap h2 {
        font-size: 50px;
    }
    .experience-wrap span {
        font-size: 16px;
    }
    .ryttxt ul li {
        font-size: 16px;
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .banner {
        padding-top: 70px;
        height: 200px;
    }
    .banner h1 {
        font-size: 35px
    }
    .company {
        padding: 40px 0px;
    }
    .about {
        margin-top: 40px;
    }
    .about h2 {
        font-size: 30px;
        line-height: 1.5;
    }
    .abtimg-wrap .shape img:nth-child(2) {
        left: 0%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1320px) {}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .banner {
        height: 400px;
    }
    .banner h1 {
        font-size: 50px;
    }
}

@media (min-width: 1080px) {
    .banner {
        height: 318px;
    }
    .banner h1 {
        font-size: 60px;
    }
}

@media (min-width:1920px) {
    .banner {
        height: 400px;
        padding-top: 150px;
    }
    .banner h1 {
        font-size: 60px;
    }
}