.ids_banner {
    position: relative;
}

.ids_banner a {
    display: block;
    cursor: pointer;
}

.ids_banner .design_expert_banner_image {
    width: 100%;
    height: 640px;
}

.ids_banner .design_expert_banner_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ids_banner .ids_banner_clip {
    /* display: flex; */
    height: 640px;
    overflow: hidden;
}

.ids_banner video.ids_banner_video {
    width: 100%;
    height: 100%;
    object-fit: unset;
}

.ids_banner .expertbanner-wrapper .heading-design {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
    font-family: BioRhyme;
    font-size: 42px;
    font-weight: 700;
    line-height: 117.2%;
    width: 100%;
    text-align: center;
}

.ids_banner .expertbanner-btn .btn {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 39px;
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    border-radius: 30px;
    background: #7345B2;
    border: none;
    outline: none;
    width: max-content;
    cursor: pointer;
}

.ids_banner .btn:hover {
    background-color: #472b6f;
    border-color: #472b6f;
    color: #fff;
}

.ids_banner .design_expert_banner .expertbanner-wrapper {
    height: 100%;
}
.ids-slide-banner .slick-dots {
    position: absolute;
    bottom: 32px;
}

.ids-slide-banner .ids_banner .expertbanner-btn .btn{
    bottom: 80px;
}

.ids-slide-banner .slick-dots li {
    background: #FFFFFF ;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-right: 0 8px;
    border-radius: 50%;
}

.ids-slide-banner .slick-dots li.slick-active {
    width: 40px;
    border-radius: 30px;
}

/* WTHI page slider */
.wthi-explore-slider .wthi-title h2 {
    margin-bottom: 40px;
}
.wthi-explore-slider .design_expert_banner_image {
    height: 100%;
}
.wthi-explore-slider .slick-dots li {
    opacity: 0.6;
}

.wthi-explore-slider .slick-dots li.slick-active {
    opacity: 1;
}
.wthi-slider-redirection-btn.dsp-none {
    display: none;
}
.wthi-explore-slider button.btn {
    display: none;
}
.wthi-explore-slider .wthi-slider-redirection-btn {
    display: block;
}

@media (max-width : 768px) {

    .ids_banner .design_expert_banner_image,
    .ids_banner .ids_banner_clip {
        height: 460px;
    }

    .ids_banner .expertbanner-wrapper .heading-design {
        font-size: 26px;
        line-height: 130%;
        top: unset;
        transform: unset;
        bottom: 111px;
        left: unset;
        text-align: center;
        padding: 0 20px;
        text-wrap: balance;
    }

    .ids_banner .expertbanner-btn .btn {
        font-size: 18px;
        bottom: 40px;
    }

    .ids-slide-banner .slick-dots{
        bottom: 16px;
    }
    .ids-slide-banner .ids_banner .expertbanner-btn .btn{
        bottom: 60px;
    }
    .ids-slide-banner .ids_banner .expertbanner-wrapper .heading-design{
        bottom: 131px;
    }

    /* WTHI page slider */
    .wthi-explore-slider .design_expert_banner_image {
        height: 640px;
    }

    .wthi-explore-slider .expertbanner-btn .btn {
        font-size: 14px;
        padding: 9px 14.5px;
        line-height: 18px;
        bottom: 50px !important;
    }


    .wthi-explore-slider .slick-dots li button {
        display: none;
    }

    .wthi-explore-slider .slick-dots {
        bottom: 20px;
    }
}