.tabs {
    width: 100%;
    display: inline-block;
}
.tabs li {
    margin: 0 5px;
    float: left;
    list-style: none;
}
.tabs a {
    padding: 10px 25px;
    display: inline-block;
    border-radius: 3px 3px 0 0;
    background: #e7e7e7;
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    transition: all linear 0.15s;
}
.tabs a:hover {
    background: #a7cce5;
    text-decoration: none;
}
#tab1, #tab2, #tab3 {
    border: 1px solid #eee;
    padding-top: 0;
}
.tabbed-content .package-inner ul li {
    margin-left: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.package-box-outer {
    width: 100%;
    float: left;
    padding: 30px 0;
}
.package-box {
    width: 30%;
    float: left;
    margin: 0 15px;
    background-color: #fff;
    border: solid 1px #eee;
}
.package-head {
    width: 100%;
    float: left;
    background-color: #FFAA2B;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.package-inner {
    width: 100%;
    float: left;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 15px;
    background-color: #f6f8f6;
}
.package-inner ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.package-inner li {
    float: left;
    margin: 0;
    padding: 8px 0;
    list-style-type: none;
    border-bottom: solid 1px #ddd;
    width: 100%;
}
.package-left {
    float: left;
    width: 70%;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.package-right {
    float: left;
    width: 30%;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.package-inner li .package-left {
    font-size: 14px;
    color: #555;
    font-weight: 400;
}
.package-inner li .package-right {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    text-align: right;
}
.package-inner li:last-child {
    border-bottom: none;
}
.package-inner h4 {
    text-align: center;
    margin-bottom: 0;
}
.error_msg {
    color: #D2556C;
    text-align: center;
}
.ajax_add_cart .hidespinner {
    display: none;
}

@media screen and (max-width: 977px) {
    .package-box {
        width: 29.8%;
    }
}
@media screen and (max-width: 900px) {
    .package-box {
        width: 28.8%;
    }
    .package-left {
        font-size: 14px;
        width: 65%;
    }
    .package-right {
        font-size: 14px;
        width: 35%;
    }
}
@media screen and (max-width: 767px) {
    .package-box {
        width: auto;
        display: block;
        margin-bottom: 30px;
    }
    .tabbed-content .entry-content {
        padding-left: 5px;
        padding-right: 5px;
    }
    #tab-description h2 {
        padding-left: 20px;
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 22px;
    }
    .package-head {
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (max-width: 545px) {
    .tabbed-content ul.tabs li {
        width: 100%;
    }
}