.nt-wrapper .nectar-flickity {
    box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 48px;
    border-radius: 25px;
    padding: 1px;
}
.nt-wrapper .nectar-flickity .flickity-viewport{
    margin: 45px 0px !important;
}
.nt-wrapper .nectar-flickity .flickity-page-dots{
    bottom: -40px;
}
.nt-wrapper .nectar-flickity .flickity-page-dots .dot:before, .nt-wrapper .nectar-flickity .flickity-page-dots .is-selected.dot:before{
    width: 20px;
    height: 20px;
    transform: scale(1) !important;
    box-shadow: none !important;
}
.nt-wrapper .nectar-flickity .flickity-page-dots .is-selected.dot:before{
    background: #222faf !important;
}
.nt-wrapper .nectar-flickity .flickity-page-dots .dot:before{
    background: #a7acdf !important;
}
.nectar-testimonial{
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; */
    border-radius: 25px;
}
.nectar-testimonial p {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    padding: 0em 4em 1em;
}
.nectar-testimonial .wrap{
    display: flex;
    align-items: center;
    justify-content:center;
    padding-bottom: 1em;
}
.nectar-testimonial .wrap picture, .nectar-testimonial .wrap .image-icon{
    height: 80px;
    width: 80px;
    border-radius: 100%;
    margin-right: 20px;
}
.nectar-testimonial .meta .name{
    font-size: 20px;
    font-weight: 600;
    display: block;
}
.nectar-testimonial .meta .title{
    display: block;
}

/*---------------------*/
/* Media - Mobile [ max-width: 767px ]
/*---------------------*/
@media only screen and (max-width: 767px){
    .nectar-testimonial p {
        font-size: 22px;
        line-height: 24px;
        text-align: center;
        padding: 0em 1em 1em;
    }
    .nectar-testimonial .wrap{
        padding: 1em 1em 0em;
    }
    .nectar-testimonial .wrap picture, .nectar-testimonial .wrap .image-icon{
        width: 45px;
        height: 45px;
    }
    .nectar-testimonial .meta .name{
        font-size: 18px;
    }
    .nectar-testimonial .meta .title, .nectar-testimonial .meta .nt-link{
        font-size: 16px;
        line-height: 18px;
    }
}

/*---------------------*/
/* Media - Tablet [ min-width: 768px ] & [ max-width: 1024px ]
/*---------------------*/
@media only screen and (min-width: 768px) and (max-width:1024px){
    .nectar-testimonial p {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        padding: 0em 2em 1em;
    }
}

/*---------------------*/
/* Media - Small Desktop [ min-width: 1025px ] & [ max-width: 1400px ]
/*---------------------*/
@media only screen and (min-width: 1025px) and (max-width:1400px){
    
}

/*---------------------*/
/* Media - Large Desktop [ min-width: 1401px ] 
/*---------------------*/
@media only screen and (min-width: 1401px){
    
}