/*========== Packages page styling End ==========*/
.packages-row{
    display: flex;
    flex-wrap: wrap;
}
.package-box{
    flex: 1 0 29%;
    flex-flow: row wrap;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.package-box:hover{
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}
.content-box-roundimg.package-step .icon-box span {background: #f8f8f8;}
.package-name {
    background: #2e6631;
    margin: 0 0;
    padding: 8px 0;
}
.package-price h1{
    font-size: 60px;
    color: #2D2B3A;
    line-height: normal !important;
    margin: 10px 0;
    padding: 0 0;
}
.package-price span{
    font-size: 12px;
    color: #2e6632;
    margin: 0 0;
    padding: 0 0;
}
.package-detail{
    display: block;
    padding: 10px 0 76px 0;
    margin: 0 0;
    border-top: 1px solid #eeeeee;
}
.package-detail ul{margin: 0;padding: 0;}
.package-detail ul li{
    list-style: none;
    display: block;
    margin: 8px 0;
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
    color: #b7b7b7;
}
.package-detail ul li::before{
    content: "";
    background: #2e6631;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}
.package-detail li strong{
    display: inline-block;
    margin-right: 5px;
}
.package-confirm{
    display: block;
    margin: 0px auto;
    background: #e6efea;
    padding: 12px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.package-confirm button{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.sign-in-section .box-content {background: #fff;}
.work-withus-logos{
    display: block;
    text-align: center;
}
.work-withus-logos .active-brand-carusel .item{
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.work-withus-logos .active-brand-carusel .item img{
    display: block;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
}
.work-withus-logos .active-brand-carusel .item img:hover{opacity: 1;}
.green-bg{background: #086630;}
.bundle-banner{background-color: #2d2b3a;padding: 12rem 0;}
.bundle-banner:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 49%;
    height: 100%;
    background: url(../img/bundle-banner-img.jpg) no-repeat center center/cover;
    z-index: 1;
}

/*===== package Detail Page =====*/

.price-tabel-sec.selected-package p {
    margin: 10px 0 20px 0;
    font-size: 15px;
}
.selected-package .package-detail {padding: 10px 0 10px 0;margin-bottom: 20px;}
.selected-package .package-detail ul li {color: #333;}
.package-preview{
    background: #ffffff;
    border: 1px solid #f1f1f1;
    display: block;
    height: 370px;
    overflow: hidden;
}
.package-preview img{
    object-fit: cover;
    height: 100%;
}
.package-detail-table{
    border: 1px solid #f1f1f1;
    margin: 40px 0;
    display: block;
}

/*====== package listing style ======*/

.package-listings .order-history-sec ul li {width: 100%;}
.package-listings .order-history-sec ul li.history-product .history-product-img {
    width: auto;
    display: block;
    height: 150px;
}
.package-listings .order-history-sec ul li.history-product .history-product-img img{
    object-fit: cover;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}
.package-listings .order-history-sec ul li.history-product .history-product-title {width: 86%;}
.package-listings .order-history-sec ul li.history-product .history-product-title h4{display: inline-block;}
.package-listings .order-history-sec ul li.history-product .history-product-title h3{display: inline-block;float: right;}
.package-listings .order-history-sec .package-detail {border-top: none;padding: 0 0;margin-top: 12px;}
.package-listings .order-history-sec .package-detail ul li{
    border-bottom: none;
    margin: 2px 0;
    float: left;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 7px;
    color: #777;
}
.package-listings .order-history-sec ul li.history-product .history-product-price {
    width: auto;
    padding: 10px 0 0 0
}
.package-listings .order-history-sec ul li.history-product .history-product-price strike{
    font-size: 12px;
    color: #777;
}
.history-product-title h3 span strike{
    font-size: 18px;
    color: #777;
}
.package-listings .package-detail ul {
    display: inline-block;
    vertical-align: top;width: 100%;
}
.order-history-sec ul li:last-child {
    border-bottom: none;
}

@media (max-width: 1200px) {
    .package-box {margin: 12px 10px;}
}
@media (max-width: 992px) {
    .package-box {margin: 12px 10px;}
    .package-price h1 {font-size: 50px;}
    .package-preview {margin: 50px 0 0 0;}

}
@media (max-width: 767px) {
    .package-box {
        flex: 1 0 100%;
        margin: 15px 0px;
    }
    .packages-row {margin: 0 15px;}
    .bundle-banner {padding: 4rem 15px;}
    .bundle-banner:after {
        position: static;
        content: "";
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        height: 200px;
        display: block;
        margin: 20px 0 0 0;
    }
    .package-listings .order-history-sec ul li.history-product .history-product-img {
        max-width: 100%;
        max-height: 200px;
    }
    .package-listings .order-history-sec ul li.history-product .history-product-price {padding: 1em 0 1em 0;}
    .package-listings .history-product-btns a {margin-bottom: 0px;}



}


/*========== Packages page styling End ==========*/
