.form-control-air {
    padding: 5px 10px !important;
    font-size: 16px !important;
    height: 36px !important;
    color: #000 !important;
    border: 1px solid #333 !important;
}


hr {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.btn-primary {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.company-logo {
    float: left;
}

.subscriber-from {
    margin-bottom: 15px;
}

.boxed-banner {
    /*background: #880D1E;*/
    background: #68ad45;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
}

    .boxed-banner h1 {
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 1rem
    }

    .boxed-banner h2 {
        font-size: 22px;
    }

    .boxed-banner h3 {
        font-size: 16px;
        color: #333;
        font-weight: normal;
    }

.package {
    margin-bottom: 100px;
}

.package-box {
    border: 1px solid #ddd;
    padding: 30px 15px 15px;
    position: relative;
    height: 635.25px;
}

.best-deal {
    border-color: #E61501;
    overflow: hidden;
}

.package-box h2 {
    margin-bottom: 15px;
}

.package-img {
    text-align: center;
}

.package-box ul {
    list-style-type: circle;
    margin-left: 15px;
    padding: 0;
}

    .package-box ul li {
        margin-bottom: 5px;
        font-size: 11px;
    }

        .package-box ul li:last-child {
            margin-bottom: 0px;
        }

        .package-box ul li.disabled {
            color: #ccc;
            display: none;
        }

.package-box .btn-primary {
    margin-bottom: 15px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
}

    .package-box .btn-primary:hover, .package-box .btn-primary:visited {
        color: #fff;
    }

.package-price {
    text-align: center;
    line-height: 24px;
}

    .package-price span {
        font-size: 14px;
        color: #777;
        display: block
    }

/*Ribbons*/
.corner-ribbon {
    width: 105px;
    background: #E61501;
    position: absolute;
    top: 25px;
    font-size: 10px;
    left: -50px;
    text-align: center;
    color: #fff;
    line-height: 5px;
    letter-spacing: 1px;
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    padding: 10px 0;
}

    .corner-ribbon.shadow {
        box-shadow: 0 0 3px rgba(0,0,0,.3);
    }
    /* position */
    .corner-ribbon.top-right {
        top: 11px;
        right: -21px;
        left: auto;
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
    }

    .corner-ribbon.red {
        background: #E61501;
        color: #fff !important;
    }

@media screen and (max-width: 768px) {
    .boxed-banner h1 {
        font-size: 44px;
    }

    .package-box {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:425px) {
    .subscriber-from {
        text-align: center;
        display: block;
        float: none;
        margin-top: 30px;
    }

    .mob-st-3 {
        margin-top: 2.5rem;
    }

    .company-logo {
        float: none;
        display: block;
        text-align: center;
    }

        .company-logo img {
            width: 150px;
        }

    .boxed-banner {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .boxed-banner h1 {
            font-size: 30px;
        }

        .boxed-banner h2 {
            font-size: 16px;
        }

        .boxed-banner h3 {
            font-size: 12px;
            line-height: 16px;
        }

    .package-box {
        height: auto !important;
    }
}


.airplus-box .badge {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #dc3545;
    padding: 5px 10px;
}

.aironly-text {
    margin-top: 117px;
}

.airplus-box .panel-heading {
    border-radius: 0;
}

.airplus-box .panel-body {
    line-height: 24px;
}

.airplus-box .btn {
    color: #fff !important;
}

.button-box {
    text-align: center;
}

.btn-title {
    font-size: 20px;
    font-weight: bold;
}

.whatair {
    position: relative
}

    .whatair .material-icons {
        position: absolute;
        top: 20px;
        right: 20px;
    }

.btn-whatair {
    padding: 10px 15px;
    background: #efefef;
    width: 100%;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-decoration: none !important;
}

.card-body {
    padding: 15px;
    border: 1px solid #efefef;
}

.package-price .price {
    font-size: 26px;
    color: inherit;
    font-weight: bold;
    display: inline;
}


.product-list {
    margin: 0 0 15px;
}

    .product-list li {
        padding-right: 30px;
    }

        .product-list li:last-child {
            padding-right: 0;
        }

        .btn-prod-option, .product-list li a {
            width: 100%;
            border: 1px solid #efefef;
            background: #efefef;
            text-align: center;
            font-size: 20px !important;
            padding: 15px !important;
            color: #000;
            font-weight: bold !important;
        }

            .product-list li a:hover {
                background: #ccc;
                color: #000;
            }

        .product-options .active, .product-list li.active a {
            background: #efefef !important;
            border: 1px solid #E61501;
            color: #E61501 !important;
            font-weight: bold;
            box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
        }

            .product-options .active .price {
                color: #E61501;
            }

.product-options .price .glyphicon-ok {
    margin-right: 10px;
    color: #999;
}

.product-options .active .price .glyphicon-ok {
    color: #E61501;
}

.product-options .year {
    font-size: 14px;
    color: #333;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
    margin-top: 5px;
}

.product-options input[type=radio] {
    display: none;
}

.btn-checkout {
    margin-top: 30px;
    padding: 15px;
    font-size: 18px;
}
