#home-locations .slick-next{
    border-radius: 46.828px;
    border: 1px solid #FFF;
    background: transparent;
    display: flex;
    width: 56px;
    height: 56px;
    padding: 4.828px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.828px;
    position: absolute;
    bottom: 5%;
    left: 52%;
    transform: translateX(-50%);
    transition: all .3s linear;
}

#home-locations .slick-prev{
    border-radius: 46.828px;
    border: 1px solid #FFF;
    background: transparent;
    display: flex;
    width: 56px;
    height: 56px;
    padding: 4.828px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.828px;
    position: absolute;
    bottom: 5%;
    left: 48%;
    z-index: 1;
    transform: translateX(-50%);
    transition: all .3s linear;
    opacity: 1 !important;
}
#home-locations .slick-prev svg path{
    transition: all .3s linear;
}
#home-locations .slick-next svg path{
    transition: all .3s linear;
}
#home-locations .slick-prev:hover{
    background: #FFF;
}
#home-locations .slick-next:hover{
    background: #FFF;
}
#home-locations .slick-prev:hover svg path{
    fill: #000;
}
#home-locations .slick-next:hover svg path{
    fill: #000;
}
#home-locations .location-gallery-carousel{
    min-height: 500px;
}
#home-locations .slick-list{
    height: 100%;
}
#home-locations .slick-track{
    height: 100%;
}
#home-locations .slick-slide div{
    height: 100%;
}
@media screen and (max-width:1440px){
    #home-locations .slick-next{
        left: 55%;
    } 
    #home-locations .slick-prev{
        left: 45%;
    }
}
@media screen and (max-width:767px){
    #home-locations .slick-next{
        left: 58%;
    } 
    #home-locations .slick-prev{
        left: 42%;
    }
}


#home-locations .overlay-text{
    top: 10%;
    left: 5%;
}
#home-locations .line-button{
    border-radius: 5px;
    background: rgba(167, 203, 244, 1);
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.20);
    padding: 20px 40px;
}
#home-locations .line-button  .span-line {
    width: 52px;
    height: 2px;
    margin-right: 10px;
    transition: .3s;
}
#home-locations .line-button:hover .span-line {
    width: 30px;
    transition: .3s; 
}