.video_games_page .section_wrapper {
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
}
.video_games_page .main_bg_wrapper {
    background-image: url("../../../images/grading/background.png");
    color: #fff;
    background-position: bottom;
}
.video_games_page .video_game_img_one {
    margin: auto;
    display: block;
    width: 550px;
}
.video_games_page .video_game_img_two {
    margin-top: 55px;
    margin-bottom: -80px;
}
.video_games_page .heading_lines {
    position: relative;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}
.video_games_page .heading_lines .line_one,
.video_games_page .heading_lines .line_two,
.video_games_page .heading_lines .line_three {
    position: absolute;
    top: 1px;
    left: 0;
    background-color: #757679;
    width: 100%;
    height: 1px;
    z-index: 1;
}
.video_games_page .heading_lines .line_one {
    top: 35px;
}
.video_games_page .heading_lines .line_two {
    top: 39px;
}
.video_games_page .heading_lines .line_three {
    top: 43px;
}
.video_games_page .heading_lines .heading_one {
    background-color: #fff;
    border: 1px solid #d30d2b;
    color: #231f20;
    font-size: 32px;
    font-family: "FontsFree-Net-Proxima-Nova-Bold";
    display: inline-block;
    padding-top: 5px;
    padding-right: 27px;
    padding-bottom: 5px;
    padding-left: 27px;
    border-radius: 15px;
    z-index: 2;
    position: relative;
}
.video_games_page .para {
    font-size: 24px;
    font-family: "proxima-nova-regular";
    line-height: 34px;
    padding: 0;
    line-height: 20px;
}
.video_games_page .text_center {
    text-align: center;
}
.video_games_page .grading_items_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
.video_games_page .grading_items_wrapper .grading_item {
    position: relative;
}
.video_games_page .grading_items_wrapper .right_content {
    background-color: #fff;
    padding-top: 45px;
    padding-right: 45px;
    padding-bottom: 35px;
    padding-left: 95px;
    border-radius: 40px;
    width: 390px;
}
.video_games_page .grading_items_wrapper .head {
    font-size: 32px;
    font-weight: 100;
    font-family: "proxima-nova-bold";
    color: #040503;
    margin-bottom: 0;
}
.video_games_page .grading_items_wrapper .discription {
    font-size: 18px;
    font-family: "FontsFree-Net-Proxima-Nova-Bold";
    color: #040503;
}
.video_games_page .grading_items_wrapper .left_content {
    position: absolute;
    top: -5px;
    left: -80px;
    border: 10px solid #ba1818;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    background-color: #000001;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.video_games_page .grading_items_wrapper .currency {
    font-size: 35px;
    font-family: "Klavika-bold";
    vertical-align: top;
}
.video_games_page .grading_items_wrapper .amount {
    font-size: 60px;
    font-family: "Klavika-bold";
    line-height: normal;
}
.video_games_page .grading_items_wrapper .left_content .upper_discription {
    color: #fff;
    padding: 0;
    margin-bottom: -5px;
    font-size: 21px;
    font-family: "zuume-bold";
    margin-top: 4px;
}
.video_games_page .grading_items_wrapper .left_content .discription {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.video_games_page .heading_lines .heading_two {
    background-color: #000001;
    font-size: 45px;
    font-family: "zuume-bold";
    color: #fff;
    padding-top: 7px;
    padding-bottom: 12px;
    padding-right: 35px;
    position: relative;
}
.video_games_page .heading_lines .heading_two::after {
    content: "";
    border: 1px solid #d30d2b;
    border-radius: 15px;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.video_games_page .services_items_wrapper {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}
.video_games_page .services_items_wrapper.custom_margin {
    margin-top: 18px;
}
.video_games_page .services_items_wrapper .services_item {
    background-color: #fff;
    color: #040503;
    padding-top: 16px;
    padding-right: 26px;
    padding-bottom: 10px;
    padding-left: 26px;
    border-radius: 40px;
    text-align: center;
    border: 4px solid #9c878d;
    width: 30%;
}
.video_games_page .services_items_wrapper .services_item .head {
    font-size: 28px;
    font-family: "zuume-bold";
    margin-bottom: -5px;
    line-height: 20px;
}
.video_games_page .services_items_wrapper .services_item .discription {
    font-size: 23px;
    font-family: "proxima-nova-bold";
    line-height: 22px;
    text-transform: none;
    color: #040503;
    margin: 0;
}
.video_games_page .services_items_wrapper .services_item .custom_alignment {
    margin-top: 20px;
    line-height: 20px;
}
.video_games_page .services_items_wrapper .services_item .currency {
    font-size: 55px;
    font-family: "impact";
    vertical-align: super;
    margin-right: -3px;
}
.video_games_page .services_items_wrapper .services_item .amount {
    font-size: 70px;
    font-family: "Klavika-bold";
}
.video_games_page .fees_details {
    background-image: url("../../../images/grading/red_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}
.video_games_page .fees_details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 55px;
    background-image: url("../../../images/grading/bar-code.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 100%;
}
.video_games_page .fees_details .fees_head {
    font-size: 35px;
    font-family: "MinionPro-Regular";
    line-height: 40px;
    margin: 0;
}
.video_games_page .fees_details .fees_head:first-child {
    margin-bottom: 15px;
}
.video_games_page .heading_three {
    color: #fff;
    font-size: 70px;
    font-family: "zuume-bold";
}
.video_games_page .heading_four {
    font-size: 40px;
    font-family: "zuume-bold";
    margin: 0;
    line-height: normal;
}
.video_games_page .video_games_wrapper {
    margin-top: 30px;
}
.video_games_page .video_games_wrapper .video_games_item {
    position: relative;
    margin-bottom: 38px;
}
.video_games_page .video_games_wrapper .video_games_item:last-child {
    margin-bottom: 25px;
}
.video_games_page .video_games_wrapper .right_content {
    background-color: #fff;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 190px;
    height: 150px;
    border-radius: 90px;
    display: flex;
}
.video_games_page .video_games_wrapper .right_content ul:first-child {
    width: 50%;
}
.video_games_page .video_games_wrapper .right_content ul li {
    color: #040503;
    list-style: none;
    position: relative;
    font-size: 22px;
    font-family: "proxima-nova-bold";
    margin-bottom: 1px;
}
.video_games_page .video_games_wrapper .right_content ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -23px;
    background-image: url("../../../images/grading/arrow_check.png");
    width: 19px;
    height: 18px;
}
.video_games_page .video_games_wrapper .left_content {
    position: absolute;
    top: -5px;
    left: 0;
    border: 10px solid #ba1818;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    background-color: #000001;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.video_games_page .video_games_wrapper .left_content .discription {
    font-size: 30px;
    font-family: "zuume-bold";
    text-align: center;
    line-height: 27px;
    margin-bottom: -12px;
}
.video_games_page .additional_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 40px 15px;
}
.video_games_page .additional_info .left_content ul li {
    color: #fff;
    list-style: none;
    position: relative;
    font-size: 20px;
    font-family: "lfaxdi";
    font-weight: 100;
    margin-bottom: 5px;
    padding-left: 10px;
    line-height: 20px;
}
.video_games_page .additional_info .left_content ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -23px;
    background-image: url("../../../images/grading/star_icon.png");
    width: 15px;
    height: 15px;
}
.video_games_page .additional_info .right_content {
    margin-right: 90px;
}
.video_games_page .additional_info .right_content .info_head {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-family: "MinionPro-Regular";
    font-style: normal;
}
.video_games_page .additional_info .right_content .info_link {
    font-size: 25px;
    margin: 0;
    padding: 0;
    font-family: "MinionPro-Regular";
    font-style: normal;
}

.video_games_page .main_bg_wrapper {
    overflow: hidden;
}
.video_games_page .additional_info .right_content {
    margin-right: 0px;
}
.video_games_page .grading_items_wrapper .left_content .upper_discription {
    margin-top: 0;
    margin-bottom: 0;
}
.video_games_page .grading_items_wrapper .amount {
    font-size: 50px;
}

.video_games_page .video_games_wrapper .right_content ul li {
    line-height: 25px;
}
/* --- */
.video_games_page .grading_items_wrapper .left_content .upper_discription {
    color: #fff;
    padding: 0;
    margin-bottom: -5px;
    font-size: 21px;
    font-family: "zuume-bold";
    margin-top: 4px;
}

.fees_head a:hover {
    text-decoration: underline;
    color: inherit;
}
/* Media Queries */
@media (max-width: 1200px) {
    .video_games_page .video_games_wrapper .right_content ul li {
        font-size: 18px;
    }
    .video_games_page .grading_items_wrapper {
        max-width: 80%;
    }
    .video_games_page .grading_items_wrapper .right_content {
        width: 330px;
    }
    .video_games_page .fees_details::before {
        width: 110px;
    }
    .video_games_page .grading_items_wrapper .head {
        font-size: 26px;
    }
    .video_games_page .grading_items_wrapper .discription {
        font-size: 16px;
    }
    .video_games_page .grading_items_wrapper .amount {
        font-size: 36px;
    }
    .video_games_page .grading_items_wrapper .currency {
        line-height: normal;
    }
    .video_games_page .grading_items_wrapper .left_content .upper_discription {
        font-size: 18px;
    }
    .video_games_page .grading_items_wrapper .left_content {
        width: 150px;
        height: 150px;
        top: 50%;
        left: -60px;
        transform: translateY(-50%);
    }
    .video_games_page .para {
        font-size: 22px;
    }
    .video_games_page .heading_lines .heading_two {
        font-size: 40px;
    }
    .video_games_page .services_items_wrapper .services_item .amount {
        font-size: 60px;
    }
    .video_games_page .services_items_wrapper .services_item .discription {
        font-size: 20px;
    }
    .video_games_page .fees_details .fees_head {
        font-size: 28px !important;
        margin-top: 20px !important;
    }
    .fees_head {
        font-size: 26px;
        margin-top: 20px !important;
    }
    .video_games_page .heading_four {
        font-size: 34px;
    }
    .video_games_page .additional_info .right_content .info_head {
        font-size: 26px;
    }
    .video_games_page .services_items_wrapper .services_item .currency {
        vertical-align: baseline;
        padding-right: 4px;
    }
}
@media (max-width: 1100px) {
    .video_games_page .fees_details {
        padding-top: 110px;
    }
}
@media (max-width: 1024px) {
    .video_games_page .additional_info .left_content ul li {
        font-size: 16px;
    }
    .video_games_page .grading_items_wrapper .head {
        font-size: 24px;
    }
    .video_games_page .services_items_wrapper .services_item .discription {
        line-height: 18px;
    }
    .video_games_page .heading_lines .heading_one {
        font-size: 28px;
    }
    .video_games_page .additional_info .right_content {
        margin-right: 50px;
    }
    .video_games_page .additional_info .right_content .info_head {
        font-size: 25px;
    }
    .video_games_page .additional_info .right_content .info_link {
        font-size: 22px;
    }
    .video_games_page .heading_three {
        font-size: 50px;
    }
    .video_games_page .video_games_wrapper {
        margin-top: 4px;
    }
    .video_games_page .video_games_wrapper .video_games_item {
        margin-bottom: 26px;
    }
    .video_games_page .heading_four {
        font-size: 30px;
    }
    .video_games_page .video_games_wrapper .right_content {
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 15px;
        padding-left: 160px;
        height: 140px;
    }
    .video_games_page .video_games_wrapper .left_content .discription {
        font-size: 22px !important;
    }
    .video_games_page .video_games_wrapper .left_content {
        width: 140px;
        height: 140px;
        top: 0;
    }
    .video_games_page .fees_details .fees_head {
        font-size: 24px !important;
        line-height: 35px;
        margin-top: 7px !important;
    }
    .video_games_page .fees_details .fees_head:first-child {
        margin-bottom: 5px;
    }
    .video_games_page .additional_info .right_content {
        margin-right: 0px;
    }
    .video_games_page .services_items_wrapper .services_item .currency {
        font-size: 50px;
    }
    .video_games_page .services_items_wrapper .services_item .amount {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .video_games_page .fees_details::before {
        width: 90px;
    }
    .video_games_page .section_wrapper.fees_details {
        padding-top: 80px !important;
        padding-bottom: 10px;
    }
    .video_games_page .section_wrapper.fees_details {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .video_games_page .section_wrapper {
        padding-top: 50px;
    }
    .video_games_page .video_game_img_one {
        width: 450px;
        margin-bottom: -40px;
    }
    .video_games_page .grading_items_wrapper {
        flex-direction: column;
    }
    .video_games_page .grading_items_wrapper .grading_item:first-child {
        margin-bottom: 30px;
    }
    .video_games_page .services_items_wrapper .services_item {
        width: 45%;
        padding-left: 0;
        padding-right: 0;
    }
    .video_games_page .fees_details .fees_head {
        font-size: 27px;
        line-height: 35px;
    }
    .video_games_page .fees_details .fees_head:first-child {
        margin-bottom: 5px;
    }
    .video_games_page .additional_info .left_content ul li {
        padding-left: 0;
        font-size: 16px;
        margin-bottom: 3px;
    }
    .video_games_page .additional_info .right_content .info_head {
        font-size: 18px;
    }
    .video_games_page .additional_info .right_content .info_link {
        font-size: 20px;
    }

    .video_games_page .additional_info .right_content {
        margin-right: 0;
    }
    .video_games_page .video_games_wrapper .right_content {
        padding-top: 15px;
    }
    .video_games_page .fees_details .fees_head {
        font-size: 21px;
        line-height: 31px;
    }
    .video_games_page .video_games_wrapper .right_content {
        padding-left: 160px;
    }
    .video_games_page .video_games_wrapper .right_content ul li {
        line-height: 20px;
    }
}
@media (max-width: 768px) {
    .video_games_page .video_game_img_one {
        width: 380px;
        margin-bottom: -60px;
    }
    .video_games_page .heading_lines .heading_one {
        font-size: 24px;
    }
    .video_games_page .heading_lines .heading_two::after {
        top: -7px;
        left: -7px;
    }
    .video_games_page .video_games_wrapper .right_content ul li {
        font-size: 16px;
    }
    .video_games_page .para {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 6px;
    }
    .video_games_page .services_items_wrapper .services_item .head {
        font-size: 25px;
    }
    .video_games_page .services_items_wrapper .services_item .discription {
        font-size: 16px;
        line-height: 18px;
    }
    .video_games_page .services_items_wrapper .services_item .currency {
        font-size: 35px;
    }
    .video_games_page .services_items_wrapper .services_item .amount {
        font-size: 45px;
    }
    .video_games_page .fees_details {
        text-align: left;
    }
    .video_games_page .fees_details::before {
        width: 60px;
        left: auto;
        right: 10px;
        top: 6px;
    }
    .video_games_page .video_game_img_two {
        margin-top: 20px;
    }
    .video_games_page .section_wrapper.fees_details {
        padding-top: 60px !important;
    }
    .fees_head,
    .video_games_page .fees_details .fees_head {
        font-size: 20px !important;
    }
    .video_games_page .fees_details .fees_head {
        font-size: 19px;
        line-height: 29px;
    }
    .video_games_page .heading_four {
        font-size: 26px;
        line-height: 30px;
    }
    .video_games_page .video_games_wrapper {
        margin-top: 75px;
    }
    .video_games_page .video_games_wrapper .video_games_item {
        margin-bottom: 100px;
    }
    .video_games_page .video_games_wrapper .left_content {
        top: -60px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 120px;
        height: 120px;
        border-width: 5px;
    }
    .video_games_page .video_games_wrapper .left_content .discription {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 0px;
    }
    .video_games_page .video_games_wrapper .right_content {
        padding-left: 15px;
        padding-top: 80px;
        height: auto;
        border-radius: 40px;
        justify-content: space-between;
    }
    .video_games_page .grading_items_wrapper {
        margin-top: 80px;
        align-items: center;
    }
    .video_games_page .grading_items_wrapper .grading_item:first-child {
        margin-bottom: 90px;
    }
    .video_games_page .grading_items_wrapper .amount {
        font-size: 30px;
    }
    .video_games_page .grading_items_wrapper .currency {
        font-size: 25px;
        padding-right: 4px;
    }
    .video_games_page .grading_items_wrapper .right_content {
        padding-top: 70px;
        padding-right: 10px;
        padding-bottom: 15px;
        padding-left: 10px;
        text-align: center;
        width: 250px;
        height: 150px;
    }
    .video_games_page .grading_items_wrapper .left_content {
        top: -60px;
        left: 50%;
        transform: translate(-50%, 0px);
        width: 120px;
        height: 120px;
        padding: 20px;
        border-width: 5px;
    }
    .video_games_page .grading_items_wrapper .left_content .upper_discription {
        margin-bottom: -6px;
        font-size: 15px;
        margin-top: 0px;
    }
    .video_games_page .grading_items_wrapper .head {
        font-size: 22px;
        margin-top: 10px;
    }
    .video_games_page .grading_items_wrapper .discription {
        font-size: 15px;
    }
    .video_games_page .additional_info .left_content ul li {
        font-size: 15px;
        margin-bottom: 1px;
    }
    .video_games_page .additional_info .right_content .info_head {
        font-size: 16px;
    }
    .video_games_page .additional_info .right_content .info_link {
        font-size: 15px;
    }
    .video_games_page .grading_items_wrapper .left_content {
        height: 130px;
        width: 130px;
    }

    .video_games_page .video_games_wrapper .right_content {
        padding-left: 15px;
        padding-top: 68px;
        height: auto;
        border-radius: 40px;
    }
    .video_games_page .services_items_wrapper .services_item {
        min-height: 210px;
    }
    .video_games_page .grading_items_wrapper .left_content .upper_discription {
        margin-bottom: -6px;
        font-size: 15px;
        margin-top: 0px;
    }
}
@media (max-width: 576px) {
    .video_games_page .fees_details .fees_head {
        font-size: 17px;
        line-height: 27px;
    }
    .video_games_page .fees_details::before {
        width: 75px;
        top: 32px;
    }
    .video_games_page .additional_info {
        flex-direction: column;
        align-items: flex-start;
    }
    .video_games_page .grading_items_wrapper {
        max-width: 100%;
        margin-top: 70px;
        margin-bottom: 30px;
    }
    .video_games_page .video_games_wrapper .right_content ul li {
        font-size: 18px;
    }

    .video_games_page .heading_lines .heading_one {
        font-size: 22px;
    }
    .video_games_page .heading_lines .line_one {
        top: 25px;
    }
    .video_games_page .heading_lines .line_two {
        top: 29px;
    }
    .video_games_page .heading_lines .line_three {
        top: 33px;
    }
    .video_games_page .video_game_img_one {
        width: 300px;
    }
    .video_games_page .services_items_wrapper .services_item {
        width: 100%;
    }
    .video_games_page .section_wrapper.fees_details {
        text-align: center;
        padding-top: 30px !important;
    }
    .video_games_page .fees_details::before {
        display: none;
    }
    .video_games_page .video_game_img_two {
        margin-top: 20px;
    }
    .video_games_page .heading_three {
        font-size: 35px;
        line-height: 35px;
    }
    .video_games_page .video_games_wrapper {
        margin-top: 60px;
    }
    .video_games_page .heading_four {
        font-size: 22px;
        line-height: 35px;
    }
    .video_games_page .video_games_wrapper .left_content .discription {
        font-size: 20px !important;
        line-height: 20px;
    }
    .video_games_page .video_games_wrapper .left_content {
        top: -45px;
        width: 100px;
        height: 100px;
    }
    .video_games_page .video_games_wrapper .right_content {
        flex-direction: column;
        padding-top: 65px;
        padding-bottom: 10px;
    }
    .video_games_page .video_games_wrapper .video_games_item {
        margin-bottom: 60px;
    }
    .video_games_page .video_games_wrapper .right_content ul {
        margin-bottom: 0;
    }
    .video_games_page .video_games_wrapper .right_content ul:first-child {
        width: auto;
    }
    .video_games_page .video_games_wrapper .right_content ul li {
        font-size: 16px;
    }
    .video_games_page .grading_items_wrapper .grading_item,
    .video_games_page .grading_items_wrapper .right_content {
        width: 100%;
    }
    .video_games_page .grading_items_wrapper {
        align-items: flex-start;
    }
    .video_games_page .grading_items_wrapper .amount {
        font-size: 26px;
    }
    .video_games_page .grading_items_wrapper .left_content .discription {
        font-size: 9px;
        font-weight: 700;
    }
    .video_games_page .grading_items_wrapper .left_content .upper_discription {
        margin-bottom: -9px;
        font-size: 13px;
        margin-top: -1px;
    }
    .video_games_page .grading_items_wrapper .grading_item:first-child {
        margin-bottom: 60px;
        width: 100%;
    }
    .video_games_page .grading_items_wrapper .left_content {
        top: -45px;
        width: 100px;
        height: 101px;
        padding: 10px;
    }
    .video_games_page .services_items_wrapper .services_item .head {
        font-size: 23px;
    }
    .fees_head,
    .video_games_page .fees_details .fees_head {
        font-size: 18px;
    }
    .video_games_page .services_items_wrapper .services_item .amount {
        font-size: 35px;
    }
    .video_games_page .services_items_wrapper {
        margin-top: 20px;
    }
    .video_games_page .video_game_img_one {
        width: 250px;
    }
    .video_games_page .services_items_wrapper .services_item {
        min-height: auto;
    }
    .video_games_page .grading_items_wrapper .left_content .upper_discription {
        margin-bottom: -5px;
        font-size: 13px;
        margin-top: -1px;
    }
    .video_games_page .video_games_wrapper .right_content {
        flex-direction: column;
        padding-top: 65px;
        padding-bottom: 10px;
    }
    .video_games_page .grading_items_wrapper .left_content {
        height: 115px;
        width: 115px;
    }
}
