.icon-transportation-btn {
    background: linear-gradient(135deg, rgb(42, 39, 218), rgb(0, 204, 255));
    box-shadow: rgba(0, 77, 255, 0.5) 0px 2px 16px;
    width: 60px;
    border-radius: 50px;
    height: 60px;
}

.icon-transportation-btn i {
    font-size: 35px;
    color: white;
    margin-left: 16px;
    margin-top: 14px;
}

.icon-transportation-text-container a {
    text-decoration: none;
}

.icon-transportation-text-container a span {
    background-color: white;
    color: black;
    font-size: 17px;
    line-height: 17px;
    padding: 9px;
    border-radius: 15px;
    box-shadow: rgba(0, 18, 46, 0.18) 0px 2px 20px 0px;
}

#icon-transportation-phone-text-container {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: fixed;
    left: 75px;
    bottom: 110px;
    background-color: white;
    color: black;
    font-size: 15px;
    line-height: 17px;
    padding: 9px;
    border-radius: 15px;
    box-shadow: rgba(0, 18, 46, 0.18) 0px 2px 20px 0px;
    z-index: 99;
}

.icon-transportation-show {
    opacity: 1 !important;
}

.icon-transportation-hide {
    opacity: 0 !important;
}

/* For PC */
@media screen and (min-width: 768px) {
    .icon-transportation-btn-container {
        position: fixed;
        left: 25px;
        bottom: 120px;
        z-index: 99;
    }

    .icon-transportation-text-container {
        position: fixed;
        left: 100px;
        bottom: 135px;
        z-index: 99;
    }

    #icon-transportation-phone-text-container {
        display: none;
    }
}

/* For Phone */
@media screen and (max-width: 767px) {
    .icon-transportation-btn-container {
        position: fixed;
        left: 10px;
        bottom: 100px;
        z-index: 99;
    }

    .icon-transportation-text-container {
        display: none;
    }
}
