

@media screen and (max-width:768px) {
    .profile-btn {
        margin-top: 15px;
        font-size: 13px;
        padding: 8px 10px !important;
    }

    .profile-main {
        margin-top: 15px;
    }

    .profile .info_box.child_2,
    .profile-right-side .contact_box.child_2 {
        border: 0;
    }

    .profile-right-side .head-title h4 {
        font-size: 14px;
        line-height: 24px;
    }

    .reward-box {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .reward-box .btn {
        position: static;
    }

    .flight-segement .plane_logo {
        width: auto;
    }

    .wallet_tabs .nav-tabs .nav-link {
        font-size: 11px;
    }

    .profile-right-side .contact_box {
        margin-bottom: 20px;
    }
}


@media screen and (min-width:770px) and (max-width:992px) {
    .profile-titile h2 {
        font-size: 20px !important;
    }

    .profile-detail-box .profile-box h2 {
        font-size: 13px;
        font-weight: 500;
        line-height: 25px;
    }

    .reward-text h4 {
        font-size: 14px !important;
    }

    .reward-text p {
        font-size: 12px;
    }

    .reward-text h5 {
        font-size: 13px;
    }

    .reward-text span {
        font-size: 12px;
    }

    .card-inner-box .card-inner-title h3 {
        font-size: 16px;
    }

    .card-inner-box .card-inner-text h5 {
        font-size: 14px;
    }

    .card-inner-text .expiry p {
        font-size: 13px;
    }

    .request-box>.request-left h3 {
        font-size: 13px;
    }

    .request-box>.request-left p {
        font-size: 14px;
    }

    .request-box>.request-right h3 {
        font-size: 13px;
    }

    .request-box>.request-right p {
        font-size: 14px;
    }

    .request-box>.request-right-bottom h3 {
        font-size: 13px;
    }

    .request-box>.request-right-bottom p {
        font-size: 13px;
    }

    .profile-btn {
        width: 100%;
        font-size: 13px;
        padding: 5px !important;
    }
}

@media screen and (min-width:993px) and (max-width:1199px) {
    .profile-detail-box .profile-box h2 {
        font-size: 15px;
        font-weight: 500;
        line-height: 25px;
    }

    .reward-text h4 {
        font-size: 14px !important;
    }

    .reward-text p {
        font-size: 12px;
    }

    .reward-text h5 {
        font-size: 13px;
    }

    .reward-text span {
        font-size: 12px;
    }

    .card-inner-box .card-inner-title h3 {
        font-size: 16px;
    }

    .card-inner-box .card-inner-text h5 {
        font-size: 14px;
    }

    .card-inner-text .expiry p {
        font-size: 13px;
    }
}