.playbook_tab_box_item {
    max-width: 344px;
}

.carousel_item_wapper {
    padding: 0 90px;
}

.carousel_item_wapper.quay img {
    margin: auto;
    width: auto;
}

.modal-content {
    max-width: 757px;
    max-height: 567px;
}

.modal_content_custom_full_width {
    width: 1031px !important;
    max-width: 1031px !important;
    margin: 0;
}

.modalbody_custom {
    max-width: 1031px;
}

.remove_modal_icon,
.modal_footer_custom img {
    cursor: pointer;
}

.carousel_item_info p:not(:first-child) {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.carousel_item_info p:last-child {
    margin-bottom: 0;
}

.img-size {
    max-height: 345px;
    width: auto;
}

.promotions_wapper_image {
    gap: 25px;
}

@media (max-width: 992px) {
    .navbar-expand-md {
        justify-content: center;
    }

    /* .playbook_tab_box_wapper {
        justify-content: center;
    } */

    .reward-wrap {
        margin-top: 0;
    }

    .carousel_item_wapper {
        flex-direction: column-reverse;
    }

    .carousel_item_wapper img {
        margin: 0 auto;
    }

    .carousel_item_info p:first-child {
        margin: auto;
        margin-bottom: 25px;
    }

    .carousel_item_info {
        margin-bottom: 25px;
    }

    .img-size {
        width: 240px;
        height: auto;
    }

    .img-size-double {
        width: 500px;
    }

    .modal_content_custom_full_width {
        max-width: 755px !important;
        width: 755px !important;
        max-height: fit-content;
    }

    .modalbody_custom {
        max-width: unset;
        max-height: unset;
    }

    .modal-content {
        max-width: unset;
        max-height: unset;
        height: unset;
    }

    .box_wapper_item {
        max-width: 340px;
    }
}

@media (max-width: 576px) {
    .playbook_tab_box_wapper {
        justify-content: center;
    }

    .carousel_item_wapper {
        padding: 0;
        height: 388px;
    }

    .modal_name_box {
        margin-bottom: 25px;
        font-size: 25px;
    }

    .remove_modal_icon {
        top: -50px;
    }

    .modalbody_custom {
        padding-top: 70px;
    }

    .img-size {
        width: 100px;
    }

    .img-size-double {
        width: 200px;
    }

    .fringe_carousel {
        margin-inline: 0;
    }

    .slick-arrow {
        bottom: -240px;
        z-index: 98 !important;
    }

    .fringe_carousel .arrow_right_slide_sameCategory {
        right: 30%;
    }

    .fringe_carousel .arrow_left_slide_sameCategory {
        left: 30%;
    }

    .promotions_wapper_image {
        flex-direction: column;
    }

    .line_algin {
        margin-top: 83px;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .column {
        width: 31.80% !important;
    }

    .fringe_all_item_image {
        height: 218px;
    }

    .fringe_all_item_info_top p:first-child {
        font-size: 23px;
    }

    .footer_title_bellow_input .subscribe_submit {
        right: 0;
    }
}