.top-navbar.bg-white.z-1035.h-35px.h-sm-auto {
    border-bottom: 1px solid #f1f1f1 !important;
}
.whatsapp-chat {
    position: fixed;
    width: 70px;
    height: 70px;
 bottom: 100px;
    left: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    line-height: 64px;
}

.testimonials-section{
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonials-section:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.75;
    z-index: -1;
}

.testimonial-aiz-carousel .slick-slide{
    margin: 0 20px;
}

.testimonial-aiz-carousel .testimonial{
    background: #fff;
    padding: 30px;
    margin-bottom: 15px;
    position: relative;
}

.testimonial-aiz-carousel .testimonial:before{
    content: "";
    width: 100%;
    height: 100%;
    border:  1px dotted #ccc;
    position: absolute;
    top: 4%;
    left: 2%;
    opacity: 0.7;
    z-index: -1;
}

.testimonial-aiz-carousel .testimonial .title{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
}

.testimonial-aiz-carousel .testimonial .description{
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.testimonial-aiz-carousel .testimonial .testimonial-content{
    position: relative;
}

.testimonial-aiz-carousel .testimonial .testimonial-content:after{
    content: "\f10e";
    font-family: "Line Awesome Free"; 
    font-weight: 900;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 45px;
    color: #a8a8a8;
}

.testimonial-aiz-carousel .testimonial .pic{
    display: inline-block;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}

.testimonial-aiz-carousel .testimonial .pic img{
    width: 100%;
    height: auto;
}

.testimonial-aiz-carousel .testimonial .content{
    display: inline-block;
    margin: 10px 0;
}

.testimonial-aiz-carousel .testimonial .name{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.testimonial-aiz-carousel .testimonial .post{
    font-size: 15px;
    color: #555;
    line-height: 24px;
    margin-bottom: 6px;
}

.testimonial-aiz-carousel .testimonial .rating{
    padding: 0;
    margin: 0;
    list-style: none;
}

.testimonial-aiz-carousel .testimonial .rating li{
    display: inline-block;
    color: #ffc207;
}

@media only screen and (max-width: 479px){
    .testimonial-aiz-carousel .testimonial .testimonial-content:after{
        content: "";
    }
}

.brand-carousel-section{
    padding: 80px 0;
    position: relative;
}


.brand-aiz-carousel .slick-slide{
    margin: 0 30px;
}

.brand-aiz-carousel .testimonial{
    margin: 0 15px;
}
.brand-aiz-carousel .pic{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}
.brand-aiz-carousel .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.brand-aiz-carousel .testimonial-title {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.brand-aiz-carousel .testimonial-review{
    background: #1f514d;
    border-radius: 10px;
    padding: 25px;
    position: relative;
}
.brand-aiz-carousel .testimonial-review:before{
    content: "";
    border-bottom: 20px solid #1f514d;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: -15px;
    left: 46%;
}
.brand-aiz-carousel .testimonial-review .description{
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 25px;
}
 
@media screen and (max-width: 990px){
    .brand-aiz-carousel .testimonial{
        margin: 0;
    }
}
