.content-wrap-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

    & .cnt-title {
        width: 650px;
        padding-right: 30px;

        & [class*="heading-"] {
            margin-bottom: 0;
        }
    }

    & .cnt-info {
        width: calc(100% - 650px);
        max-width: 545px;
    }
}


ul.testimonial-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
    padding: 0;
    list-style-type: none;
}

ul.testimonial-ul li {
    width: 33.33%;
    padding: 0 22px;
}

ul.testimonial-ul .testimonial-li {
    padding: 45px;
    background-color: #E8F1F9;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;

    & .test-icon {
        margin-bottom: 20px;
    }

    & .test-bottom {
        border-top: 1px solid rgba(37 43 43 / 10%);
        padding-top: 22px;
        margin-top: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;

        & .test-info {
            width: calc(100% - 42px);
            padding-right: 10px;
            line-height: 1;
        }

        & .test-logo {
            width: 42px;
        }

        & .t-name {
            font-size: 18px;
            font-weight: var(--font-weight-bold);
            color: var(--primary);
            line-height: 1.1;
            margin-bottom: 6px;
        }


    }

    & .test-detail {
        margin-bottom: 22px;

        & a {
            color: var(--theme);
            display: inline-block;
            margin-left: 3px;
            font-weight: var(--font-weight-medium);
            font-style: italic;
        }
    }
}

.bg-sky {
    background-color: #E8F1F9 !important;
}

.bg-grey {
    background-color: #F0F1F1 !important;
}

.bg-yellow {
    background-color: #F8F2EB !important;
}

/*.testimonial-slider .testimonial-ul .slick-list {
    margin-right: calc(-50vw + (100% - 250px) / 2);
}*/

.testimonial-slider ul.testimonial-ul li:not(:nth-child(-n+3)) {
    display: none;
}

ul.testimonial-ul.slick-initialized {
    display: block;
}

ul.testimonial-ul .slick-track {
    display: flex;
    margin: 0;
}

ul.testimonial-ul .slick-slide {
    height: auto;
}

ul.testimonial-ul .slick-slide > div {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.ts-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
    position: relative;

    & .link {
        font-size: 16px;
        font-weight: var(--font-weight-semibold);
        color: var(--primary);
        text-transform: uppercase;
        margin-left: auto;

        & i {
            margin-left: 10px;
            font-size: 18px;
            font-weight: var(--font-weight-semibold);
        }
    }

    & .link:hover {
        color: var(--theme);
    }
}

.ts-wrap:before {
    position: absolute;
    content: "";
    width: calc(100% - (220px + 110px));
    height: 1px;
    background-color: #DFE2DE;
    left: 0;
    right: 0;
    margin-left: 110px;
}

.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    top: 100%;
    bottom: 0;
    margin-top: 72px;
}

.testimonial-slider .slick-prev {
    left: 0;
    margin-left: 22px;
}

.testimonial-slider .slick-next {
    right: 100%;
    margin-right: -105px;
}

.testimonial-page ul.testimonial-ul {
    margin: 0 -25px -50px;
}
.testimonial-page ul.testimonial-ul + *{
	margin-top: 50px;
}
.testimonial-page ul.testimonial-ul li {
    padding: 0 25px;
    margin-bottom: 50px;
}

.testimonial-page .button-black {
    min-width: 220px;
}

.loadme {
    display: none;
}

/**/
.testimonial-popup-wrap
{
					max-width:800px;
	    & .test-icon {
        margin-bottom: 20px;
    }
	    & .test-detail {
        margin-bottom: 22px;
    }
	    & .test-bottom {
        border-top: 1px solid rgba(37 43 43 / 10%);
        padding-top: 22px;
        margin-top: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
						        & .test-info {
            width: calc(100% - 42px);
            padding-right: 10px;
            line-height: 1;
        }
						        & .test-logo {
            width: 42px;
        }
						        & .t-name {
            font-size: 18px;
            font-weight: var(--font-weight-bold);
            color: var(--primary);
            line-height: 1.1;
            margin-bottom: 6px;
        }
    }
					& .fancybox-button{
										width: 28px;
								height: 28px;
								background: var(--theme);
								padding: 2px;
								border-radius: 50%;
								opacity: 1;
								margin: 10px;
					}
					& .fancybox-button:hover {
								background-color: var(--primary);
				 }
}

/* RESPONSIVE  MEDIA QUERY */

@media (min-width: 1921px){
	.testimonial-slider .testimonial-ul .slick-list {
	    margin-right: 0;
	}
}

@media (max-width: 1599.98px) {

    ul.testimonial-ul {
        margin: 0 -14px;
    }

    ul.testimonial-ul li {
        padding: 0 14px;
    }

    ul.testimonial-ul .testimonial-li {
        padding: 35px;
    }

    .testimonial-slider .slick-prev {
        margin-left: 14px;
    }

    .testimonial-slider .slick-next {
        margin-right: -94px;
    }

    .testimonial-page ul.testimonial-ul {
        margin: 0 -14px -26px;
    }

    .testimonial-page ul.testimonial-ul li {
        padding: 0 14px;
        margin-bottom: 28px;
    }
}

@media (max-width: 1439.98px) {
    ul.testimonial-ul li {width: 50%;}
    .testimonial-slider ul.testimonial-ul li:not(:nth-child(-n+2)) {display: none;}
    .testimonial-page ul.testimonial-ul + * {margin-top: 20px;}
    .testimonial-slider .testimonial-ul .slick-list {margin-right: 0;}
}

@media (max-width: 1199.98px) {
    .content-wrap-box {
        & .cnt-title {
            width: 100%;
            padding-right: 0px;
            margin-bottom: 10px;
        }

        & .cnt-info {
            width: 100%;
            max-width: 100%;
        }
    }

    ul.testimonial-ul {
        margin: 0 -10px;
    }

    ul.testimonial-ul li {
        padding: 0 10px;
    }

    .testimonial-slider .testimonial-ul .slick-list {
        margin-right: calc(-50vw + (100% - 360px) / 2);
    }

    .testimonial-slider .slick-prev {
        margin-left: 10px;
    }

    .testimonial-slider .slick-next {
        margin-right: -90px;
    }

    .ts-wrap:before {
        width: calc(100% - (220px + 100px));
        margin-left: 100px;
    }

    .testimonial-page ul.testimonial-ul {
        margin: 0 -10px -26px;
    }

    .testimonial-page ul.testimonial-ul li {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-slider .testimonial-ul .slick-list {
        margin-right: 0;
    }
	.ts-wrap{
		    min-height: 34px;
	}
}

@media (max-width: 767.98px) {

    ul.testimonial-ul {
        margin: 0 -5px;
    }

    ul.testimonial-ul li {
        padding: 0 5px;
    }

    .testimonial-page ul.testimonial-ul {
        margin: 0 -5px 20px;
    }

    .testimonial-page ul.testimonial-ul li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    ul.testimonial-ul li {
        width: 100%;
    }

    .testimonial-slider ul.testimonial-ul li:not(:nth-child(-n+1)) {
        display: none;
    }
    .ts-wrap:before{display: none;}
}

@media (max-width: 575.98px) {
    ul.testimonial-ul .testimonial-li {
        padding: 20px;

        & .test-icon img {
            width: 25px;
        }

        & .test-icon {
            margin-bottom: 10px;
        }

        & .test-bottom {
            padding-top: 16px;

            & .test-logo {
                width: 22px;
            }

            & .test-info {
                width: calc(100% - 22px);
                padding-right: 6px;

                & img {
                    width: 60px;
                }
            }

            & .t-name {
                font-size: 16px;
            }
        }

        & .test-detail {
            margin-bottom: 16px;
        }
    }

    .testimonial-slider .slick-prev {
        margin-left: 10px;
    }

    .testimonial-slider .slick-next {
        margin-right: -80px;
    }

    .ts-wrap {
        margin-top: 30px;

        & .link {
            font-size: 12px;
            letter-spacing: 0;
            font-weight: 700;
            margin: 0 auto;

            & i {
                margin-left: 6px;
                font-size: 12px;
            }
        }
    }

    .testimonial-slider .slick-prev, .testimonial-slider .slick-next {
        margin-top: 44px;
    }
	
			.testimonial-popup-wrap
			{
				padding:40px 20px 20px;
			}
	
	
		.testimonial-popup-wrap
		{
					max-width:800px;
	    & .test-icon {
        margin-bottom: 10px;
    }
	    & .test-detail {
        margin-bottom:16px;
    }
	    & .test-bottom {
        
        padding-top: 16px;
        
						        & .test-info {
            width: calc(100% - 22px);
            padding-right:6px;
            line-height: 1;
        }
						        & .test-logo {
            width: 22px;
        }
						        & .t-name {
            font-size: 16px;
           
        }
    }
					
	}
	
}