.review_section {


    width: 100%;


    background-size: cover;


    background-repeat: repeat;


}





.review_inner_section {


    padding: 75px 20px;


}





.review_section .review_inner_section {


    display: flex;


    flex-direction: column;


    align-items: flex-start;


    max-width: 100%;


    gap: 28px;


}


.review_slider {


    /* display: flex; */


    width: 100%;


    flex-direction: row;


    align-items: stretch;


    justify-content: center;


    flex-wrap: wrap;


}





.google_rate {


    margin: auto;


}


.google_logo {


    display: flex;


    flex-wrap: wrap;


    justify-content: center;


}





/* .google_center {


    width: 80px;


    height: 80px;


} */





.google_center img {


    max-width: 100%;


}





.google_container {


    background-color: white;


    border-radius: 4px;


    padding: 20px;


}





.ti-rating {


    font-size: 15px;


    font-weight: bold;


    position: relative;


    top: -3px;


    margin-right: 1px;


    line-height: 1em;


    background-color: #e6e6e6;


    padding: 6px 4px;


}





.five_stars {


    display: flex;


    margin-top: 5px;


}





.five_stars_all {


    padding-left: 10px;


    display: flex;


    margin-top: 5px;


}





.ti-text {


    color: #000000;


    font-size: 15px;


    margin-top: 1px;


    white-space: nowrap;


}





.all_star i.fa-star {


    font-size: 15px;


}





.five_stars i.fa-star-half-o {


    font-size: 15px;


}





.all_star i.fa-star {


    color: gold;


}





.five_stars i.fa-star-half-o {


    color: gold;


}





#customers-testimonials {


    .item-details {


        background-color: #fff;


        color: #333333;


        padding: 20px 10px;


        text-align: left;





        h5 {


            margin: 0 0 15px;


            font-size: 18px;


            line-height: 18px;





            span {


                color: red;


                float: right;


                padding-right: 20px;


            }


        }





        p {


            font-size: 14px;


        }


    }





    .item {


        text-align: center;


    }


}





.owl-carousel .owl-nav [class*='owl-'] {


    -webkit-transition: all .3s ease;


    transition: all .3s ease;


}





.owl-carousel .owl-nav [class*='owl-'].disabled:hover {


    background-color: #D6D6D6;


}





.owl-carousel {


    position: relative;


}





.ti-name {


    font-weight: bold;


    font-size: 14px;


    overflow: hidden;


    padding-right: 25px;


    white-space: nowrap;


    text-overflow: ellipsis;


    color: #000000;


    margin-bottom: 2px;


}





.ti-date {


    color: #7a7272f5;


    opacity: 0.5;


    font-size: 13px


}





.banner_images {


    position: relative;


    /* background-image: url(../my-icon/Banner_img.jpg); */


    background-image: URL("../images/bannerer-img.jpg");


    width: 100%;


    padding: 10% 10px;


    background-repeat: no-repeat;


    /* height: 100vh; */


    display: flex;


    justify-content: center;


    align-items: center;


    background-size: cover;


    width: 84%;


    margin: auto;


    margin-top:10px !important;


}





.banner_content h2 {


    color: white;


    font-size: 35px;


    font-weight:600;


    text-align: center;


}





.google_img {


    width: 50px;


}





.google_img img {


    max-width: 50px;


}





.ti-profile-details {


    margin: 10px;


}





.google_img1 {


    max-width: 20px;


}





.ti-profile-details {


    display: flex;


    align-items: center;


}





.ti-name {


    flex-grow: 1;


}





.ti-name p {


    margin: 0;


}





.google_img1 img {


    max-height: 30px;


}





.item-details {


    border-radius: 5px;


    overflow: hidden;


}





 .rounded-background {


    color: #fff !important


} 





.owl-carousel .owl-stage-outer {


    padding: 10px;


}





.slider_content {


    padding: 0px 10px;


}


@media (max-width: 768px) {


    .headline {


        font-size: 29px;


        margin-left: 0px;


    }





    .owl-carousel .owl-prev {


        left: 0px;


        position: absolute;


        z-index: 10px;


    }





    .owl-carousel .owl-next {


        right: 0px;


        position: absolute;


        z-index: 10px;


    }





    .item {


        width: 90%;


        margin: auto;


    }





    .ti-name_1 {


        width: 65px;


        overflow: hidden;


        text-overflow: ellipsis;


    }





    .ti-profile-details {


        margin: 0px;


    }


    .google_rate{


        /*width: 45%;*/


    }

    .review_inner_section {
        padding: 40px 20px 80px 20px;
    }

}


/* ipad media */


@media (max-width: 1024px) and (min-width: 768px) {


  


    .review_slider .item {


        width: 100%;


        margin: auto;


    }





    .google_section .google_main_section {


        width: 100%;


    }





    /*.google_rate {


        width: 21%;


    }*/


}








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


    .google_section {


        align-items: center;


        display: flex;


    }


}





