﻿p, h4 {
    margin: 0;
}

.indian-express img {
    max-width: 400px;
}

.indian-express .form-check-label {
    display: flex;
    justify-content: space-between;
}

.indian-express .form-check {
    border: 1px solid #ddd;
    border-radius: 10px;
    width: calc(50% - 14px);
    margin: auto;
    padding: 18px 12px 18px 35px;
    min-height: 76px;
}

.indian-express .form-check-label h4 {
    font-size: 0.8rem;
}

.indian-express .price span {
    font-size: 0.8rem;
    position: relative;
}

    .indian-express .price span:before {
        position: absolute;
        content: '';
        width: 37px;
        height: 1px;
        background-color: #878787;
        top: 9px;
    }

.indian-express p, .indian-express .badge-pill {
    font-size: 0.8rem;
}

.indian-express .form-check {
    position: relative;
}

.indian-express .form-check-input {
    position: absolute;
    top: 28%;
}

.indian-express .form-check.active {
    border-color: #0e6efd;
}

.indian-express span.badge-pill {
    background-color: red;
    padding: 2px 9px;
    border-radius: 2px;
    color: #fff;
}

.indian-express .popular {
    position: absolute;
    top: -10px;
    background-color: #ddd;
    color: #000;
    padding: 2px 12px;
    border-radius: 10px;
}

.indian-express .form-check.active .popular {
    background-color: #1f79fd;
    color: #fff;
}

.select-package {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

    .select-package:before {
        position: absolute;
        content: '';
        background-color: #000;
        width: 100%;
        height: 1px;
        left: 0;
        top: 12px;
        z-index: -1;
    }

    .select-package p {
        display: inline-block;
        background-color: #fff;
        padding: 0 8px;
    }

.benefits {
    border: 1px solid #000;
    max-width: 420px;
    padding: 25px;
    margin: auto;
}

.newPackagePadding{
    padding-top:100px;
}

.benifit-sub img {
    max-width: 38px;
}

.benefits h5 {
    font-size: 0.8rem;
    padding-left: 12px;
    text-align: left;
}

.apply-btn input {
    padding: 5px;
}

.indian-express p {
    white-space: nowrap;
    margin: 0;
}

.section-title {
    font-weight: 600;
    color: #ee1d23;
}

.section-header {
    font-weight: 600;
    color: #ee1d23;
}

/* All Media Query */
@media(max-width: 1200px) {
    .indian-express .form-check {
        width: 100%;
    }

    .newPackagePadding {
        padding-top:40px;
    }
}

@media(min-width: 1200px){
    .section-title {
        font-size: 1.6rem;
    }

    .section-header {
        font-size: 1.6rem;
    }
}

@media(max-width: 767px) {
    .section-title {
        color: #ee1d23;
    }
}
