


.w-51{
    width: 51px;
}

.w-40{
    width: 40px;
}

.wh-16{
    
    width:16px;
    height:16px;
}
.custom-menu{
    margin-top: 17px;
    position: absolute;
    margin-left: 20px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

.card-service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px; 
    padding: 10px;
}

.card-service img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-service h5 {
    margin-bottom: 10px;
}

.card-service p {
    margin-top: auto; 
}


#backToTop {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 70px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  
  #backToTop::after {
    content: "\f077"; /* Unicode for FontAwesome's caret up */
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  
  #backToTop:hover {
    cursor: pointer;
    background-color: #333;
  }
  
  #backToTop:active {
    background-color: #555;
  }
  
  #backToTop.show {
    opacity: 1;
    visibility: visible;
  }

@media only screen and (max-width: 600px) {
    .font-16 {
        font-size: 14px;
    }

    .font-11 {
        font-size: 10px;
    }

    .splide__slide img {
        width: 45px;
        height: 45px;
    }

    .font-12 {
        font-size: 11px !important;
    }

 

    .col-6 {
        padding: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .font-16 {
        font-size: 12px;
    }

    .font-11 {
        font-size: 9px;
    }

    .splide__slide img {
        width: 40px;
        height: 40px;
    }

    .ps-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .font-12 {
        font-size: 10px !important;
    }

  

    .col-6 {
        padding: 5px;
    }

    .card-style {
        padding: 10px;
    }

    .float-start {
        margin-right: 5px;
        margin-left: 5px;
    }

}

