

        /*package*/
    #package-div {
        background: #fff;
        font-size: 0.9vw !important;
    }

    .price{
        color: #212529;
    }

    #price-div {
        padding-bottom: 1.5%;
    }
    .top_border{
        border-top: 1px solid #efefef;
        
    }
    ._border{
        border-top: 1px solid lightgray;
    }
    .back_gray{
        background-color: #f0f0ed;
        /*font-size: 1vw;*/

    }
    #back_img{
        height: 165px;width: 100%;
    }
    .marginTop_2{
        margin-top: 2%;
        /*margin-bottom: 1%;*/
    }
    .month{
        font-size:1vw;
        color: rgb(201, 194, 192);
        text-align: center;
    }
    /* border: 1px solid red;
    overflow: hidden; */


    .three{
        color:green;
        font-size: 2vw;
    }
    .green{
        color:green;
    }
   
    .four{
        color:blue;
        font-size: 2vw;
    }
    .blue{
        color:blue;
    }
    .six{
        color: rgb(7, 7, 197);
        font-size: 1vw;
    }

    .rgb_6{
        color: rgb(7, 7, 197);

    }
    .monthColor{
        color:rgb(9, 132, 189);
        font-size: 2vw;

    }
    .rgb_8{
        color:rgb(9, 132, 189);

    }
    .text_center{
        text-align: center;
    }
    .price{
        /* vertical-align: middle; */
        font-size: 1.7vw;
        margin-top: 2.5% !important;
    }
    .blue{
        color:rgb(15, 154, 235);
        font-size:1vw;
    }
     .hide_display{
        margin:0 auto;display:none;
    }
    .red{
        color:red;
        font-size: 1vw;

    }
    .rgb_green{
        color:rgb(77, 219, 21);
        font-size: 1vw;

    }
    .text_left{
        text-align: left;
    }
    #seeAll{
        color: dodgerblue;
    }
    .font{
        font-size: 1vw;
    }
    #hidden{
        overflow-y: scroll;overflow-x: hidden;
    }
    div.inline { 
        float:left;
     }
    .menu_back{
        background:#f0f0ed;
    }
    .menuFont{
        font-size: 1vw;
    }
   
     .inline { 
        display: inline-block; 
        border: 1px solid red; 
        margin:10px;
        }
    div i{
        text-align: center;
        vertical-align: middle;
    }
    .white{
        background-color: #fff;
    }

    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        padding: 0px;
        font-size: 20px;
        z-index: 950;
        background: #f0f0ed;
    }

.blue a{
    text-decoration: none;
}

#seeAll a{
        text-decoration: none;
}

/*.click-text {
    font-size: 0.9vw !important;
}*/

/* .number-font-size {
    font-size: 13px !important;
} */


@media only screen and (max-width: 600px) {
    
    /* .top_border{
        border-top: .25px solid lightgray;
        
    } */
    #back_img{
        height: 80px;width: 100%;
    }
    /* .mobileFont{
        font-size: 1vw!important;
    } */

    .dollar {
        font-size: 6px !important;
    }

}

@media only screen and (min-width: 601px) and (max-width: 780px) {
    
    .dollar {
        font-size: 9px !important;
    }

}

#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    background-color: #1087dd;
    color: #fff;
}


