.mani_packages_ajax {
    width: 100%;
    float: right;
} 
.mani_packages_ajax div[id^="loadingImageModule"] {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    text-align: center;
}
.mani_packages_ajax > h2 {
    position: relative;
    margin: 0px 0px 43px 0px;
    line-height: normal;
    color: rgb(37, 37, 37);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.mani_packages_ajax > h2 span{
    display: inline-block;
    position: relative;
}
.mani_packages_ajax > h2 span::after {
    content: "";
    position: absolute;
    width: 91px;
    height: 12px;
    bottom: -7px;
    right: 21px;
    background-color: rgba(135, 0, 192, 1);
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-image: url(../images/headline-curve.svg);
    mask-image: url(../images/headline-curve.svg);
}
.mani_packages_ajax > h6 {    
    font-size: 16px;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}
.mani_packages_ajax ul {
    padding: 0;
    text-align: center;
    justify-content: center;
    margin: 0 0 20px;
    border: none;
}
.mani_packages_ajax ul li{
    margin: 0 7px;
    cursor: pointer;
}
.mani_packages_ajax ul li .nav-link {
    cursor: pointer;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 26px;
    border: 0 !important;
    border-radius: 4px;
    padding: 7px 20px; 
    color: rgb(105, 105, 105);
}
.mani_packages_ajax ul li .nav-link:hover {
    background: #fff;
    box-shadow: 0 6px 25px rgba(0,0,0,.1);
}
.mani_packages_ajax ul li .nav-link.active { 
    background: #fff;
    box-shadow: 0 6px 25px rgba(0,0,0,.1);
    color: #8700c0;
}
.mani_packages_ajax .each_package {
    margin-bottom: 30px;
}
.mani_packages_ajax .each_package .image_box{
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.mani_packages_ajax .each_package .image_box .free {
    text-align: center;
    display: inline-block;
    background: #6cbd7e;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1; 
}
.mani_packages_ajax .each_package .image_box .queue {
    text-align: center;
    display: inline-block;
    background: #fd8804;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1; 
}
.mani_packages_ajax .each_package img{
    border-radius: 4px;
    width: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);     
}
.mani_packages_ajax .each_package:hover img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.mani_packages_ajax .each_package .info{
    padding: 15px 0 0;
}
.mani_packages_ajax .each_package .info h3 {
    font-size: 14px;
    color: rgb(37, 37, 37);
    line-height: 24px;
    margin: 0 0 10px;
    height: 50px;
}
.mani_packages_ajax .each_package .info h3 a{ 
    color: rgb(37, 37, 37);
}
.mani_packages_ajax .each_package .info h5 {
    margin: 0 0 10px;
    font-size: 13px;
}
.mani_packages_ajax .each_package .info h5 a {
    display: inline-block;
    font-size: 13px;
    line-height: 18px; 
    border-radius: 2px;
    padding: 2px 10px;
    background: rgba(0,0,0,.05);
    color: #666;
}
.mani_packages_ajax .each_package .info .time {
    color: rgba(135, 0, 192, 1);
    font-size: 13px;
    display: block;
    margin: 0 0 10px;
}
.mani_packages_ajax .each_package .info .price {
    font-size: 18px;
    line-height: 26px;
    color: rgb(3, 31, 66);
    font-weight: bold;
}
.mani_packages_ajax .tab-content{
    position: relative;
}
.mani_packages_ajax .tab-content img {
    top: 50%;
    position: relative;
}

@media (max-width : 480px) {
    .mani_packages_ajax ul li {
        margin: 0 7px 0 0;
    }
    .mani_packages_ajax ul li .nav-link { 
        padding: 7px 10px;
    }
}