section[data-cattype="617"]{
    
}

[data-cattype="617"] h2.section-title{
    margin-bottom: 10px;
}


[data-cattype="617"] .honoraray{
    margin: 0 15px 30px;
}

[data-cattype="617"] .honoraray .col-md-3{
    background:#32a2ad ;
}

[data-cattype="617"] .honoraray h3{
    margin: 0;
    padding: 20px;
    color: #fff;
}

[data-cattype="617"] .honoraray .col-md-9{
    background:#f7f7f7 ;
}

[data-cattype="617"] .honoraray p{
    margin: 0;
    padding: 26px;
}

[data-cattype="617"] .pricing-table{
    text-align: center;
    background: #f7f7f7;
}

[data-cattype="617"] .pricing-table h4{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}

[data-cattype="617"] .pricing-table h4.blue{
    background: #0065b3;
}

[data-cattype="617"] .pricing-table h4.green{
    background: #32a2ad ;
}

[data-cattype="617"] .pricing-table h2{
    background: #041122;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

[data-cattype="617"] .pricing-table > p{
    background: #041122;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    border-top: 1px solid #fff;
    font-weight: bold;
}


[data-cattype="617"] .price-box{
    padding:20px;
    text-align: left;
    margin-bottom: 50px;
}

[data-cattype="617"] ul.price-list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

[data-cattype="617"] ul.price-list > li{
    width: calc(25% - 30px);
    margin: 0 15px;
}

/*
[data-cattype="617"] a.btn-apply{
    position: absolute;
    left: 0;
    bottom: 0;
}
*/



[data-cattype="617"] ul.membership-btns{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

[data-cattype="617"] ul.membership-btns li{
    width: calc(50% - 0px);
    margin: 0 auto;
}

[data-cattype="617"] ul.membership-btns li .btn-sign{
    background-color: #0065b3;
    border-color: none;
}


/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
    [data-cattype="617"] .pricing-table{
        margin-bottom: 30px;
    }
    
	[data-cattype="617"] ul.price-list > li{
        width: calc(50% - 30px);
        margin: 15px auto;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
    [data-cattype="617"] ul.price-list > li{
        width: 100%;
        margin: 15px;
    }
    
    [data-cattype="617"] .honoraray p{
        padding: 20px;
    }
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}