.slick-slide .img-parent img {
    height: 375px;
}

.slider-nav .slick-slide {
    width: 100px !important;
    margin: 0 10px;
    background-color: #F4F4F4;
    border-radius: 8px;
    overflow: hidden;
    justify-content: center;
    padding: 10px;
}

.slider-nav .slick-arrow {
    float: left;
    margin-top: 70px;
}

.slider-nav .fa-chevron-right{
    float: right;
}

.slider-nav .slick-list {
    float: left;
    width: 90%;
    margin: 15px;
    padding: 0 20px !important;
}

.slider-nav .slick-track{
    height: 125px;
    overflow: hidden;
}

header .slider-container {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
}

header .slider,
header .slick-slide {
    position: relative;
}

header .slide-content {
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translate(-50%, -50%);
    color: #5c6165;
    width: 41%;
}

header .slide-content h3 {
    font-family: var(--regular);
    text-align: left;
    font-size: 54px;
    color: var(--foundation-blue-blue-800);
    align-self: stretch;
    line-height: 120%;
    font-weight: 900;
}

header .slide-content p {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 30px;
}

header .btn-slider {
    position: relative;
    border-radius: var(--br-81xl);
    background-color: var(--foundation-primary-primary-5);
    width: 244px;
    height: 56px;
    overflow: hidden;
    flex-shrink: 0;
    text-align: center;
    font-size: var(--bold1-size);
    color: var(--white);
    display: block;
    line-height: 54px;
}

/* Custom styles for slick-dots */
.slick-dots {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    bottom: 70px;
}

.slick-dots li {
    margin: 6px;
    width: 15px;
    height: 15px;
    line-height: 0;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    border: 0;
    padding: 0;
    border-radius: 100%;
    background-color: white;
    text-indent: 99999999999px;
}

.slick-dots li.slick-active button {
    background-color: #ecb758;
}