.testimonial-section-tools .slick-slider {
    margin: 0 -12px;
    width: calc(100% - 3%);
    margin-left: 20px;
}

.testimonial-section-tools .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
}

.testimonial-section-tools .slick-arrow {
    border: none;
    font-size: 0;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: var(--thm-base);
    background-image: url("../images/Left_Arrow.png");
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.testimonial-section-tools .slick-arrow.slick-disabled {
    opacity: 0.7;
    pointer-events: none;
}

.testimonial-section-tools .slick-next {
    transform: translateY(-50%) rotate(180deg) !important;
    left: unset;
    right: 20px;
}

.testimonial-section-tools .slick-arrow:hover {
    background-color: transparent;
    box-shadow: none;
}

.testimonial-section-tools .slick-dots {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section-tools .slick-dots li {
    line-height: 0;
}

.testimonial-section-tools .slick-dots li:not(:last-child) {
    margin-right: 10px;
}

.testimonial-section-tools .slick-dots li button {
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    opacity: 0.3;
}

.testimonial-section-tools .slick-dots .slick-active button {
    background-color: #c5b68f;
    opacity: 1;
}

.info-card-area a:hover {
    text-decoration: none;
}

/* ==========globle css end=================== */

/* ===========testimonial section start=============== */
.testimonial-section-tools {
    background-image: url("../images/Main-Background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    min-height: 100vh;
}

.testimonial-slide__inner {
    background-color: #ffffff;
    padding: 85px 40px 25px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}

.testimonial-user {
    padding: 20px 50px;
    background-color: #f7f6f1;
    border-radius: 20px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.testimonial-img {
    margin-bottom: 15px;
    margin-top: -75px;
}

.testimonial-img img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000 !important;
}

.testimonial-desination {
    color: #000 !important;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial-description {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.qoute-one {
    width: 30px;
    position: absolute;
    bottom: 95px;
    left: 20px;
}

.qoute-two {
    width: 30px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.testimonial-description-text {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000 !important;
}

.testimonial-slider .slick-track {
    display: flex !important;
}

.testimonial-slider .slick-slide {
    display: block;
    height: inherit !important;
}

.testimonial-label {
    text-align: center;
    margin-top: 50px;
}

.testimonial-label-heading {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    background-color: #c5b68f;
    border-radius: 8px;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 auto;
}

.testimonial-label-heading:hover {
    color: #000;
}

.info-card-area {
    margin-top: 50px;
}

.info-card {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
}

.info-card__inner {
    border: 2px solid #c5b68f;
    border-radius: 10px;
    height: 100%;
}

.info-card-body {
    background-color: #c5b68f;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 20px 5px;
    height: calc(100% - 170px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-card-img {
    padding: 20px;
}

.info-card-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000 !important;
    line-height: 25px;
    padding: 4px 0px;
}



.info-card-img img {
    height: 130px;
    object-fit: contain;
    margin: auto;
    display: block;
}

/* ===========testimonial section end=============== */
/* =============media query start=================== */
@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-section-tools .testimonial-slider .slick-arrow {
        background-size: 32px;
        left: -25px;
        width: 32px;
        height: 32px;
        top: 44%;
    }

    .testimonial-section-tools .testimonial-slider .slick-next {
        right: -25px;
        left: unset;
    }
}

@media (min-width: 1200px) {
    .testimonial-section-tools .testimonial-slider .slick-arrow {
        background-size: 45px;
        left: -50px;
    }

    .testimonial-section-tools .testimonial-slider .slick-next {
        right: -50px;
        left: unset;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }

    .testimonial-section-tools .testimonial-slider .slick-arrow {
        background-size: 45px;
        left: -80px;
    }

    .testimonial-section-tools .testimonial-slider .slick-next {
        right: -80px;
        left: unset;
    }
}

@media (max-width: 991px) {
    .testimonial-label {
        margin-top: 70px;
    }

    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-section-tools .testimonial-slider .slick-arrow {
        top: unset;
        bottom: -50px;
        left: calc(50% - 45px) !important;
        transform: translateY(0) !important;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-size: 40px;
    }

    .testimonial-section-tools .testimonial-slider .slick-next {
        transform: translateY(0) rotate(-180deg) !important;
        right: calc(50% - 90px) !important;
        left: unset !important;
    }

    .testimonial-label-heading {
        font-size: 16px;
        padding: 12px 20px;
    }

    .info-card-area .col {
        width: 33.33%;
        max-width: 33.33%;
        flex: 1 0 auto;
        margin-bottom: 30px;
    }

    .info-card-area {
        margin-top: 90px;
    }


}

@media (max-width: 767px) {
    .testimonial-slide__inner {
        background-color: #ffffff;
        padding: 75px 20px 15px;
        border-radius: 20px;
        text-align: center;
        height: 100%;
    }

    .testimonial-label-heading {
        font-size: 14px;
        padding: 10px 15px;
    }

    .testimonial-section {
        padding: 40px 0;
    }

    .info-card-area .col {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
}

@media (min-width:1000px) and (max-width:1450px) {
    .testimonial-section-tools .testimonial-slider .slick-prev {
        left: -65px !important;
    }

    .testimonial-section-tools .testimonial-slider .slick-next {
        right: -65px !important;
    }
}

/* =============media query end=================== */