#method{
    border-radius: 20px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}
#method .btn{
    border-radius: 22px;
    width: 150px;
    height: 40px;
    line-height: 8px;
    font-weight: 400;
    font-size: 12px;
    z-index: 2;
}
#method .btn.active{
    color: #fff;
}
#method .btn-bg{
    position: absolute;
    border-radius: 22px;
    width: 150px;
    height: 40px;
    background-color: #e52727;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.06) 0s;
}
#method .btn-bg.pickup{
    transform: translateX(0px);
}
#method .btn-bg.dropoff{
    transform: translateX(150px);
}
.pac-container {
    z-index: 1100;
}