.packages{
    padding: 10px;
}

.packages .package .box{
    padding: 10px;
}

.packages .package .box .title1.text-blue, .packages .package .box ul li.text-blue, .packages .package .box .share i.text-blue, .packages .package .box .price.text-blue{
    color: #07ACF1 !important;
}
.packages .package .box .title1{
    color: #4C4C4E;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.packages .package .box ul{
    padding-left: 15px !important;
}
.packages .package .box ul li{
    color: #4C4C4E;
    font-size: 14px;
    margin: 0;
}

.packages .package .box .share{
    width: 100%;
    text-align: right;
    display: inline-block;
}

.packages .package .box .share img{
    color: #4C4C4E !important;
    width: 20px;
}

.packages .package .box .bottom{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.packages .package .note{
    color: #A9AAAC;
    font-size: 13px;
    font-style: italic;
}

.packages .package .box .inquiry{
    background-color: #CC0F13;
    color: #FFFFFF;
    border-radius: 10px;
    border: 0;
    line-height: 0;
    height: 40px;
    text-transform: uppercase;
}
.packages .package .box .price strike{
    text-decoration: line-through !important;
}
.packages .package .box .price{
    color: #4C4C4E;
    text-align: center;
    width: 100% ;
}
.packages .package .box .sub_title{
    background-color: #4C4C4E;
    color: #ffffff;
    border-radius: 30px;
    padding: 5px;
    margin: 5px 0 !important;
    text-align: center;
}

.packages .package .box .sub_title.text-blue{
    background-color: #07ACF1;
}

.packages .package{
    margin-bottom: 20px;
    background-color: #E6E7E9;
    display: inline-grid;
    width: 280px;
}
.package .image img {
    max-width: 100%;
}
