.eligibility img {
    margin-bottom: 0 !important;
}

input[type="checkbox"] {
    height: 30px;
    width: 30px;
    accent-color: #333 !important;
}

input[type="radio"] {
    height: 30px;
    width: 30px;
    accent-color: #333 !important;
}

.price1>div:nth-child(2) {
    padding: 0 1rem;
}

.dropdownp {
    position: relative;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.dropdownp span {
    display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid #888;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #888;
}

.dropdown-contentp {
    display: none;
    position: absolute;
    min-width: 300px;
    padding: 12px 16px;
    z-index: 2;
    right: 0;
    top: -173px;
    border-radius: 10px;
    padding-right: 0;
}

.dropdown-contentp>div {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 10px;
}

.dropdown-contentp ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.dropdown-contentp ul li {
    font-size: 11px;
    margin-bottom: .5rem;
}

.dropdownp:hover .dropdown-contentp {
    display: block;
}

.modal {
    padding: 0 !important;
}

.zoomimg {
    display: flex;
    z-index: 111;
    justify-content: end;
    border-radius: 50%;
    font-size: 23px;
    text-align: center;
    font-weight: 600;
    margin-top: 1rem;
}

.orange>div:nth-child(3) {
    background: #FFF3E4;
    list-style-type: none;
    padding: 1rem !important;
    border-radius: 10px;
}

.orange>div:nth-child(3) label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    color: #000;
    font-weight: 700;
}

input#mobile_code {
    width: inherit;
}

.flg>div:nth-child(1) {
    width: 20%;
}

.flg>div:nth-child(2) {
    width: 80%;
}

.radiop {
    font-size: 20px !important;
}

.fh {
    margin-bottom: 2rem;
    margin-top: 0 !important;
}

@media(max-width:575px) {
    .rh4 {
        font-size: 10px;
    }

    .mh4 {
        font-size: 15px;
    }

    .srchh h4 {
        font-size: 10px;
        text-align: center;
        margin-top: 0;
    }

    .fh {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .two9>div:nth-child(3) {
        width: 50px;
        height: 30px;
    }

    .usrp {
        margin-top: .2rem !important;
    }
}

@media(min-width:767px) {
    .sec-2sec img {
        min-height: 300px;
        object-fit: contain;
    }

    .modal-content {
        border-radius: 12px;
    }
}

@media(max-width:768px) {
    .modal-content {
        border-radius: 0 !important;
    }

    .modal-dialog {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .price1>div {
        padding: 0;
    }

    .sec-2 h5 {
        font-size: 12px !important;
        line-height: normal;
    }

    .sec-2 h4 {
        font-size: 18px;
    }

    .sec-2 {
        padding: 1rem .5rem !important;
    }

    .prop {
        padding: 0 !important;
    }

    .proceed>div:nth-child(3) {
        justify-content: center;
    }

    input[type="radio"] {
        height: 20px;
        width: 20px;
    }

    .dropdownp span {
        display: flex;
        width: 25px;
        height: 25px;
    }

    .dropdownp {
        top: 17px;
    }

    .proceed {
        gap: 5px !important;
    }

    .proceed>div:nth-child(3) {
        border-radius: 0 !important;
    }

    .proceed>div:nth-child(1) {
        padding: .5rem !important;
    }

    .proceed>div:nth-child(3) a {
        gap: 5px !important;
    }
}

.sec-2 {
    padding: 2rem 2.5rem;
}

.price1>div {
    padding: 0 !important;
}

.two9>div:nth-child(1) {
    align-self: center;
}

.two9 {
    align-items: center;
}

.tabs {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-left: 0;
}

.tabs li {
    list-style-type: none;
    display: flex;
    width: 50%;
}

.tabs li a.active {
    background: #C2E7FE !important;
}

.tabs li a {
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .6rem 1rem;
    width: 100% !important;
    font-weight: 600;
    font-size: 16px;
}

.tabs li a p {
    margin-bottom: 0 !important;
}

.tabs li:nth-child(1) a {
    flex-direction: row;
    width: 100%;
    border-radius: 50px 0 0 50px;
    border: 2px solid #ABA9A8;
}

.tabs li:nth-child(1) {}

.tabs li:nth-child(1) a img {
    width: 100px;
}

.tabs li:nth-child(2) a {
    display: flex;
    gap: 9px !important;
    border-radius: 0 50px 50px 0;
    border: 2px solid #ABA9A8;
    border-left: 0;
    justify-content: flex-start
}

.tabs li:nth-child(2) a img {
    width: 50px;
}

.filelabel {
    border: 2px dashed grey;
    border-radius: 5px;
    display: block;
    padding: 15px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
}

.filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}

.filelabel i,
.filelabel .title {
    color: grey;
    transition: 200ms color;
}

.filelabel:hover {
    border: 2px solid #1665c4;
}

.filelabel:hover i,
.filelabel:hover .title {
    color: #1665c4;
}

#FileInput {
    display: none;
}

.ddw img {
    width: 25px;
}

.ddw button {
    border: 1px solid #ddd;
    height: -webkit-fill-available;
    border-radius: 5px;
    background: transparent;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.ddw .dropdown-menu {
    min-width: 53px;
    text-align: center;
    padding: 0;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.ddw .dropdown-menu li a {
    padding: 5px 10px !important;
    display: block;
    border-bottom: 1px solid #ccc;
}

@media(max-width:768px) {
    .two9 {
        padding: 1rem .5rem;
    }

    .price-img {
        margin-bottom: 0;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .tabs {
        max-width: 85%;
        margin: auto auto 1rem auto;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .tabs {
        max-width: 80%;
        margin: auto auto 1rem auto;
    }
}

@media(min-width:1200px) {
    .tabs {
        max-width: 60%;
        margin: auto auto 1rem auto;
    }
}

@media(max-width:768px) and (min-width:575px) {
    .sec-2sec>div {
        width: 49%;
    }

    .sec-2 h4 {
        font-size: 18px;
    }

    .tabs li a {
        width: 275px;
    }

    .one-off-pkgb {
        flex-wrap: wrap;
    }

    .one-off-pkgb>div {
        width: 49%;
        margin-bottom: 1rem;
    }

    .one-off-pkgb>div:last-child {
        margin-bottom: 0;
    }

    .tabs li a {
        width: 100% !important;
        padding: .5rem;
    }

    .tabs li a p {
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .one-off-pkg {
        flex-wrap: wrap;
    }

    .one-off-pkg>div {
        width: 100%;
    }

    .one-off-pkg>div:nth-child(1) {
        margin-bottom: 1rem;
    }

    .one-off-pkgb {
        flex-wrap: wrap;
    }

    .one-off-pkgb>div {
        width: 100%;
        margin-bottom: 1rem;
    }

    .one-off-pkgb>div:last-child {
        margin-bottom: 0;
    }

    .tabs li:nth-child(2) a img {
        width: 35px;
    }

    .tabs li a p {
        font-size: 12px;
    }
}

@media(max-width:360px) {
    .tabs li a {
        width: 100% !important;
        padding: .5rem;
    }

    .tabs li:nth-child(2) a img {
        width: 20px;
    }

    .tabs li a p {
        font-size: 9px;
    }
}

@media(max-width:450px) and (min-width:360px) {
    .tabs li a {
        width: 100% !important;
        padding: .4rem;
    }

    .tabs li:nth-child(2) a img {
        width: 20px;
    }

    .tabs li a p {
        font-size: 11px;
    }
}

@media(max-width:575px) and (min-width:450px) {
    .tabs li a {
        width: 100% !important;
        padding: .5rem;
    }

    .tabs li:nth-child(2) a img {
        width: 24px;
    }

    .tabs li a p {
        font-size: 13px;
    }

    .mob-gap-1 {
        gap: .5rem !important;
    }
}