/* slick pev & next */
 .slick-prev {
    position: absolute;

    border: none !important;
    width: 50px !important;
    height: 50px !important;
     z-index:9;
         border-radius: 10px;
 }
  .slick-next {
    position: absolute;

    border: none !important;
    width: 50px !important;
    height: 50px !important;
     z-index:9;
         border-radius: 10px;
 }
.slick-prev {
    right: calc(50% - 0px);
    bottom: -68px;
    color: transparent;
}
.slick-next {
    right: calc(50% -  60px);
    bottom: -68px;
    color: transparent;
}
.slick-next:before{

    width: 100%;
    height: 100%;
  z-index:9;
    display: flex;
    align-items: center;
justify-content: center;
  background-image: url(https://technicalsecuritysystems.makemywebsite.au/wp-content/uploads/2024/10/white-arrow.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    content: "";
}
.course-home-main .slick-list {
    margin-left: -17px;
   
}

.responsive button, .variable-width button {
    padding: 0;
    color: transparent;
       background-color: #2e4e81 !important;
}
.responsive button:hover, .variable-width button:hover {
           background-color: #142F5A !important;
}
.slick-prev:before {

    width: 100%;
    height: 100%;
    font-family: fontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
   background-image: url(https://technicalsecuritysystems.makemywebsite.au/wp-content/uploads/2024/10/white-arrow.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    content: "";
        transform: rotate(180deg);
}
.slick-arrow:focus {
        background-color: #E31E25 !important;
}

.facebbok-float-sec {
    position: fixed;
    bottom: 84px;
    right: 20px;
    z-index: 99;
}

.facebbok-float-sec img {
width: 52px;
    background-color: #375794;
    padding: 10px;
    border-radius: 50%;
}
.facebbok-float-sec img:hover {
        background-color: #2B4371;
}
.facebbok-float-sec p {
    margin-bottom:0 !important;
}