/** Generated by QuickPaging **/
.sales-tabs.post-title, .price-box-price {
    background-color: #365E88;
}
.package-box-action {
    padding: 1% 0 !important;
}
.comment{
    padding:50px;
}
.fixed_bg {
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    min-height: 200px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-background-size: cover;
    color: #fff;
}
.fixed_bg_cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 26, 54, 0.40);
    position: absolute;
    top: 0px;
    left: 0px;
}
.section1{
        background: #000 url('http://www.parsonline.com/data/uploaded_files/1482309385-3.jpg') scroll no-repeat no-repeat center top;
        background-size: 100% auto;        
        width: 100%;     
        padding-top: 20vh;   
        position: relative;
    }
.play_icon{
width:10%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}
 @media (min-width:1200px){
        .section1{
            height: calc(100vh - 126px);
        }
    }
    @media (min-width:500px) and (max-width:1000px){
        .section1{
            background-size: auto 100%;
            min-height: 550px;
            padding-top: 150px !important;
        }
    }
    @media (max-width:500px){
        .section1{
            background-size: auto 100%;
            min-height: 500px;
            padding-top: 150px !important;
        }      
    } 
    .scroll_pointer{
        position: absolute;
        bottom: 10px;
        left: calc(50% - 17px);
        cursor: pointer;
    }
    .transparent{
        opacity: 0 ;
    }


/*............Packages.............*/
    .current_package{
        width: 23% !important;
    }
    .package_type{
        background-color: #232323 !important;
    }
    .best_buy{
        width: 31% !important;
    }
    @media (min-width:992px) and (max-width:1200px){
        .current_package {
            width: 23% !important;
        }  
        .best_buy{
            width: 26% !important;
        }      
    }    
    @media (min-width:675px) and (max-width:992px){
        .current_package {
            width: 48% !important;
        }  
        .best_buy{
            width: 52% !important;
        }       
    }
    @media (max-width:675px){
        .current_package {
            width: 100% !important;
        }    
        .best_buy{
            width: 100% !important;
        }     
    }    
    .price_box{
        display: block;
    }
    .best_buy{
        height: 540px !important;
    } 
.package-price .discount-price {
    text-decoration: none !important;
}