.prod-right-side {
    max-height: none;
    overflow: hidden;
}
.prod-price {
    margin-bottom: 25px;
}
.prod-price span {
    font-size: 12px;
    color: #313D49;
    line-height: 17px;
    font-family: 'font-regular', sans-serif !important;
}
.prod-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.prod-time-icon {
    width: 18px;
    height: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.prod-time-text {
    font-size: 14px;
    margin-bottom: 0;
    color: #0E0E0E;
    line-height: 20px;
}
.explore-services-section {
    padding-bottom: 0;
}
.explore-services-slider .slick-list {
    overflow: visible;
}
.expert-suggestion-section {
    /* padding: 0;
    margin-bottom: 80px; */
}
.expert-suggestion {
    background-image: url(../../img/updated-banner/Square_bg.png);
    background-color: #121212;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: -13rem;
    padding: 50px 100px;
    border-radius: 10px;
}
.es-left-side {
    display: flex;
    align-items: center;
    justify-content: center;
}
.es-left-side .section-heading-new {
    margin-bottom: 0;
}
.es-consult-btn {
    background-color: #fff;
    color: #121212;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: 'font-semibold', sans-serif;
    border-radius: 2px;
    border: none;
    height: 50px;
    width: 100%;
    max-width: 290px;
    margin-top: 20px;
}
.es-img-container {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.es-img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .explore-services-slider .slick-list {
        overflow: hidden;
    }
    .expert-suggestion-section {
        margin-bottom: 60px;
    }
    .expert-suggestion-section, .expert-suggestion-section .container {
        padding: 0 !important;
    }
    .expert-suggestion {
        padding: 0;
        background: none;
        border-radius: 0;
    }
    .expert-suggestion .row {
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
    }
    .es-left-side {
        padding: 0 !important;
        width: 100% !important;
    }
    .es-right-side {
        padding: 0 !important;
    }
    .expert-suggestion .section-heading-new {
        width: 100% !important;
        margin: -30px 30px 0;
        padding: 20px !important;
        background-color: #fff;
        box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.05), 0 4px 12px rgba(0, 0, 0, 0.05);
    }
    .expert-suggestion .section-heading-new .heading-text, .expert-suggestion .section-heading-new .subheading-text {
        color: #121212 !important;
    }
    .es-consult-btn {
        background-color: #121212;
        color: #fff;
        max-width: none;
    }
}