.testimonialsection{
    padding: 100px 0 50px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
}
.testimonialsection .bgdotshap{
    width: 195px;
    height: 260px;
    position: absolute;
    left: 15px;
    top: 50px;
    z-index: -1;
}
.testimonialsection .maincontainer{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.testimonialsection .mainrow{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.testimonialsection .fullpart .subtitle{
    text-transform: uppercase;
    font-size: var(--font1);
    color: #006d9a;
    margin-bottom: 20px;
    text-align: center;
}
.testimonialsection .fullpart .maintitle{
    font-size: var(--font2);
    color: #000000;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
}
.testimonialsection .fullpart .details{
    font-size: var(--font3);
    color: #000;
    opacity: 0.7;
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.testimonialsection .rowjustify{
    justify-content: space-between;
    margin-top: 30px;
}
.testimonialsection .commonbox{
    border-radius: 20px;
    width: calc(16.66% - 20px);
    margin-bottom: 30px;
    padding: 0; 
    color: #fff;
    position: relative;
}
.testimonialsection .commonbox:nth-last-child(-n+6){
    margin-bottom: 0px;
}
.testimonialsection .commonbox .imagemainbox{
    width: 100%;
    height: 100px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonialsection .commonbox .imagemainbox img{
    width: auto;
    height: auto;
    max-width: 130px;
    max-height: 80px;
    object-fit: contain;
}
.testimonialsection .singlereviewbox{
    background: #f5f9fd;
    position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
    padding: 80px 24px 100px 24px;
}
.testimonialsection .singlereviewbox .quotationbox{
    position: absolute;
    left: 0;
    top: 0;
    width: 59px;
    height: 59px;
}
.testimonialsection .quotationbody .review{
    margin-bottom: 0px;
}
.testimonialsection .quotationbody .review p{
    font-size: var(--font5);
    opacity: 0.9;
    font-weight: 500;
    margin-bottom: 0;
}
.testimonialsection .quotationbody .reviewerdetails{
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: calc(100% - 48px);
}
.testimonialsection .quotationbody .reviewerdetails .name{
    font-size: var(--font4);
    opacity: 0.9;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
}
.testimonialsection .quotationbody .reviewerdetails .name::after{
    content: '~';
    position: absolute;
    left: 0;
    top: 0;
}
.testimonialsection .quotationbody .reviewerdetails .position{
    font-size: var(--font6);
    opacity: 0.7;
    font-weight: 500;
    margin-bottom: 0px;
    margin-left: 16px;
}
.testimonialsection .owl-theme .owl-dots{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px !important;
}
.testimonialsection .owl-theme .owl-dots .owl-dot span{
    background: #b9cde0;
    width: 14px;
    height: 14px;
}
.testimonialsection .owl-dots .owl-dot.active span
{
    background:#1853a3 !important;
    width: 20px;
    height: 20px;
}
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-stage .item,
.owl-carousel .owl-stage .item .singlereviewbox{
    height: 100%;
}


@media (max-width:1399px) and (min-width: 1200px){
    /* .testimonialsection{
        padding: 150px 0 150px 0;
    } */
    .testimonialsection .maincontainer{
        max-width: 1140px;
    }
}
@media (max-width:1199px) and (min-width: 992px){
    /* .testimonialsection{
        padding: 150px 0 150px 0;
    } */
    .testimonialsection .bgdotshap{
        width: 170px;
        height: 195px;
        background-size: cover;
    }
    .testimonialsection .maincontainer{
        max-width: 960px;
    }
    .testimonialsection .fullpart .subtitle{
        font-size: var(--font1);
    }
    .testimonialsection .fullpart .maintitle{
        font-size: var(--font2);
    }
    .testimonialsection .fullpart .details{
        font-size: var(--font3)
    }
    .testimonialsection .commonbox .imagemainbox img{
        max-width: 115px;
        max-height: 80px;
    }
}
@media (max-width:991px) and (min-width: 768px){
    .testimonialsection{
        padding: 50px 0;
    }
    .testimonialsection .maincontainer{
        max-width: 720px;
    }
    .testimonialsection .bgdotshap{
        width: 140px;
        height: 163px;
        background-size: cover;
    }
    .testimonialsection .fullpart .subtitle{
        font-size: var(--font1);
    }
    .testimonialsection .fullpart .maintitle{
        font-size: var(--font2);
    }
    .testimonialsection .fullpart .details{
        font-size: var(--font3);
    }
    .testimonialsection .commonbox{
        padding: 15px;
        margin-bottom: 10px;
        width: calc(19.3% - 20px);
    }
    .testimonialsection .commonbox .imagemainbox{
        height: 50px;
    }
    .testimonialsection .commonbox .imagemainbox img{
        max-width: 88px;
        max-height: 50px;
    }
}
@media (max-width:767px) and (min-width: 576px){
    .testimonialsection{
        padding: 50px 0 50px 0;
    }
    .testimonialsection .maincontainer{
        max-width: 540px;
    }
    .testimonialsection .bgdotshap{
        display: none;
    }
    .testimonialsection .fullpart .subtitle{
        font-size: var(--font1);
    }
    .testimonialsection .fullpart .maintitle{
        font-size: var(--font2);
    }
    .testimonialsection .fullpart .details{
        font-size: var(--font3);
    }
    .testimonialsection .rowjustify{
        margin-top: 10px;
    }
    .testimonialsection .commonbox{
        padding: 15px;
        margin-bottom: 10px;
        width: calc(36.3% - 20px);
    }
    .testimonialsection .commonbox .imagemainbox{
        height: 60px;
    }
    .testimonialsection .commonbox .imagemainbox img{
        max-width: 146px;
        max-height: 60px;
    }
}
@media (max-width: 575px){
    .testimonialsection{
        padding: 50px 0 50px 0;
    }
    .testimonialsection .bgdotshap{
        display: none;
    }
    .testimonialsection .maincontainer{
        max-width: 100%;
        padding: 0 15px;
    }
    .testimonialsection .fullpart .subtitle{
        font-size: var(--font1);
    }
    .testimonialsection .fullpart .maintitle{
        font-size: var(--font2);
    }
    .testimonialsection .fullpart .details{
        font-size: var(--font3);
    }
    .testimonialsection .rowjustify{
        margin-top: 10px;
    }
    .testimonialsection .commonbox{
        padding: 15px;
        margin-bottom: 10px;
        width: calc(50%);
    }
    .testimonialsection .commonbox .imagemainbox{
        height: 60px;
    }
    .testimonialsection .commonbox .imagemainbox img{
        max-width: 146px;
        max-height: 60px;
    }
}