.bookings__list {
            display: flex;
            justify-content: center;
            margin-top: 32px; 
        }
        .booking-sec {
            padding: 50px 0px 16px;
        }
        .cart-header {
            text-align: center;
            margin: 24px 0;
        }
        .cart-header h2 {
            font: 32px/40px var(--font-primary);
            letter-spacing: -1px;
            color: rgba(0, 0, 0, 0.85);
            opacity: 1;
        }
        .link {
            float: right;
            margin-bottom: 12px;
        }
        .link::after {
            content: "\2192";
            position: relative;
            left: 5px;
            transition: .2s;
        }
        .link:hover::after{
            left: 10px;
        }
        .tab-box {
            margin-bottom: 24px;
            display: flex;
            justify-content: center;
        }
        .cart-lists {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 270px));
            gap:16px;
            justify-content: center;
            clear: right;
        }
        .cart-lists h4 {
            text-align: center;
        }
        .cart-list {
            width: 100%;
            margin-bottom: 0;
        }

        /*tab*/
        .ser-ab-review-tab{
            padding-left: 5%;
            padding-right: 5%;
        }
        .ser-ab-review-tab > li.active > a, 
        .ser-ab-review-tab > li.active > a:focus, 
        .ser-ab-review-tab > li.active > a:hover{
            font: 16px/20px var(--font-primary);
            letter-spacing: -0.5px;
            color: #000;
            opacity: .8;
            border: none;   
            border-bottom: 2px solid var(--color-primary);
        }

        .login-close {
            width: 28px;
            padding: 4px 8px;
            border-radius: 24px;
            background-color: var(--color-primary);
        }
        /* Coming Soon */
        .reward-desc {
            position: relative;
        }
        .reward-desc::before {
            content: "Coming Soon !";
            color: #703a94;
            color: #703a94;
            position: absolute;
            right: -6px;
            bottom: -58px;
            font-size: 29px;
            font-weight: bolder;
            letter-spacing: -0.8px;

        }
        @media screen and (max-width:958px) {
            .reward-desc::before {
                bottom: -14px;
                right: 20px;
                font-size: 23px;
            }
        }
        @media screen and (max-width:759px) {
            .reward-desc::before {
                bottom: 13px;
            }
        }
        @media screen and (max-width:675px) {
            .reward-desc::before {
                bottom: 13px;
                font-size: 17px;
            }
        }
        /* Coming Soon */
        .miles-img{
            width: 87%;
            margin-left: 7%;
            border-radius: 10px;
        }
        .agent-img{
            width: 67%;
            margin-left: 16.4%;
            border-radius: 24px;
        }