.aml-google-reviews {
    background: #E7E8EE;
}
.dfc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.aml-review_goog {
    padding-bottom: 45px;
}
.aml-google-lg {
    width: 88px;
}
.aml-google-reviews .aml-title-wrap {
    padding-left: 25px;
}
.aml-google-reviews h5, .aml-google-reviews .h5 {
    margin-bottom: 4px;
    font-family: "AvenirDemiBold";
}
.aml-heading {
    color: #0b194a;
}
/* .review_start {
    margin-top: -10px;
} */
.aml-title-wrap .aml-reviews {
    font-size: 18px;
    padding-right: 10px;
    font-weight: bold;
    position: relative;
    line-height: normal;
}
.aml-rating {
    line-height: normal;
}
.aml-rating i {
    color: #eba100;
    font-size: 15px;
}
.aml-google-reviews .swiper-button-next, .aml-google-reviews .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -60px);
    color: #0b194a;
}
.aml-google-reviews .swiper-button-prev, .aml-google-reviews .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -60px);
    color: #0b194a;
}
.aml-google-reviews .swiper-button-next, .aml-google-reviews .swiper-button-prev {
    transform: scale(0.5);
}

.aml-google-reviews .aml-review-wrap {
    display: flex;
    background: #fff;
    padding: 34px 16px;
}
.aml-google-reviews .aml-profile {
    background: #c8cddd;
    width: 65px;
    height: 65px;
    display: block;
    border-radius: 65px;
    margin-right: 18px;
}
.aml-google-reviews .aml-profile img {
    max-width: 100%;
}
.aml-google-reviews .aml-review-wrap p {
    color: #777;
    line-height: 1.7;
    margin-bottom: 16px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.aml-google-reviews .aml-review-wrap strong {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 13px;
    display: block;
    color: #0b194a;
}
.aml-google-reviews .aml-review-wrap .aml-name i {
    font-style: italic;
    font-size: 13px;
}

.about-us-bbutton .create_an_account_btn {
    z-index: 2;
}


@media only screen and (max-width:991px) {
    .aml-google-lg {
        width: 58px;
    }
    .aml-google-reviews .aml-title-wrap {
        padding-left: 18px;
    }
    .aml-google-reviews h5, .aml-google-reviews .h5 {font-size: 16px;}
    .aml-title-wrap .aml-reviews {font-size: 13px;}
    .aml-rating i {font-size: 13px;}
    .aml-review_goog {padding-bottom: 25px;}
}

@media only screen and (max-width:767px) {
    .swiper-button-box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
    
    .aml-google-reviews .swiper-button-next {
        order: 2;
    }
    .aml-google-reviews .swiper-button-next, .aml-google-reviews .swiper-button-prev {
        transform: scale(0.5);
        right: 0;
        left: 0;
        position: relative;
        height: auto;
        width: auto;
        margin: 0 7px;
        top: 0;
    }
    .aml-google-reviews .aml-review-wrap {
        padding: 24px 16px;
    }
    
}

@media only screen and (max-width:420px) {
    .aml-google-reviews .aml-profile {
        margin: 0 0 20px 0;
    }
    .aml-google-reviews .aml-review-wrap {
        flex-flow: column;
        align-items: center;
        text-align: center;
    }
    .aml-review_body .aml-attributes {
        flex-flow: column;
    }
    .aml-review_body .aml-attributes .aml-rating {
        margin-top: 10px;
    }
    .aml-review_body .aml-attributes .aml-name {
        display: flex;
        flex-flow: column;
    }
    .aml-google-reviews .aml-profile {
        width: 55px;
        height: 55px;
    }


}