

/* testimonail 6 */
.t6-container{
    position: relative;
    display: flex;
    justify-content: center;
}
.t6-owl-carousel{
    width: 900px !important;
}
.t6-testimonial-box{
    padding: 10px;
    display: flex;
    justify-content: space-between;

}
.t2-qoute{
    width: 100px !important;
    margin-bottom: 10px;
    position: relative;
    left: -10px;
}
.t6-profile-img{
    width: 270px;
    padding: 26px 0px 0px 60px;

}

.t6-comment{
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
    color: #120155;
    width:100%;
}
.t6-left-section{
    margin-top: 10px;
}
.t6-right-section{
    width: 330px;

}
.t6-conatiner-box{
    max-width:530px;
}

.t6-conatiner-box a{
    /* pointer-events: auto !important;
    z-index: 9999999;
    display: block;
    position: relative;
    height: 100%;
    width: 100%; */
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #504EE4;
    transition: .3s;
}
.t6-conatiner-box a svg{
    margin-left: 15px;
}
.adam-profile{
    height: 40px;
    width: 60px;
}
.t6-company-logo{
    width: 80px !important;
    padding-right: 20px;
}
.t6-companey-box{
    display: flex;
    margin-top: 35px;
    align-items: center;
}
.t6-companey-box-right{
    padding-left: 20px;
    border-left: 1px solid #202020;
}
.t6-name{
    margin-bottom: 3px;
}
.t6-post{
    margin-bottom: 0px;
}

.t6-container .owl-nav{
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%);
}
.t6-container  .owl-prev span{
    position: absolute;
    left: 0px;
}
.t6-container   .owl-prev  span{
    font-size: 70px;
}
.t6-container  .owl-nav {
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -5%;
    width: 100%;
}
.t6-container  .owl-nav button{
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  
   
}
.t6-container  .owl-nav  .owl-prev{
    position: absolute;
    left: -80px;
    background: #EBF6FF !important;

    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
}
.t6-container  .owl-nav  .owl-next{
    position: absolute;
    right: -80px;
    background: #EBF6FF !important;

    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
}
.t6-container .owl-nav button:focus{
    outline: none;
    background: #c3e1fa !important;
}
.t6-container .owl-nav button:hover{
    outline: none;
    background: #9dccf3 !important;
}
@media only screen and (max-width: 1024px){
 .t6-container .owl-nav{
        display: none;
    }
}
@media only screen and (max-width: 850px){
    .t6-owl-carousel{
        width: 95% !important;
    }
    .rating-heading {
        font-size: 24px;
        line-height:130%; 
        padding: 80px 50px 40px;
    }
   
}

@media only screen and (max-width: 600px){
    .rated-section-box {
        display: block !important;
    }
    .testimonial-heading {
       font-size: 30px;
        padding: 0px 20px;
    }
    .t6-testimonial-box {
        display: block;
    }
    .t6-profile-img {
        margin-top: 60px;
        padding: 0;
    }
    .t6-right-section{
        width: 100%;
    }
    .section-4 {
        margin-top: 50px;
    }
}
