@media (max-width: 1600px) {
    .movie_collection .download_box_video {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .movie_collection .download_box_video>div {
        margin-bottom: 10px;
        width: 100%;
    }

    .movie_collection .download_link {
        margin-right: auto;
    }
}


@media (max-width: 1400px) {
    
    .footer_page .footer_item .item.namad_link {
        max-width: 240px;
        text-align: center;
    }

    .footer_page .footer_item .item.app_link {
        max-width: 360px;
    }

    .footer_page .footer_item .item.app_link .app a {
        width: calc(100% - 20px);
    }

    .suggested_section .image__detail {
        min-width: 280px;
    }

    .suggested_section .description p {
        font-size: 16px;
        line-height: 38px;
    }

    .suggested_section .awards .item {
        font-size: 15px;
        padding: 0 20px;
        height: 48px;
    }

    .suggested_section .movie {
        padding: 30px 30px 20px 30px;
    }

    .suggested_swiper_control {
        left: 80px;
    }

    .suggested_section .movie::before {
        height: 320px;
    }

    .suggested_section .name .fa {
        font-size: 24px;
    }

    .suggested_section .name .en {
        font-size: 19px;
    }

}


@media (max-width: 1200px) {
    body {
        font-size: 14px;
    }


    .header_page .buy_subscription {
        width: 160px;
    }
	.header_page .sign_up {
        width: 160px;
    }

    .header_page .login {
        width: 160px;
    }

    .header_page .profile_btn {

        width: 160px;
    }

    .header_page .profile_btn>.image {

        width: 25px;

        height: 25px;
    }

    .header_page .search {
        width: 60px;
        padding: 0;
    }

    .header_page .search_input {

        display: none;
    }

    .subscription {
        margin-top: 20px;
    }


    .subscription_text {
        width: 100%;
        margin-top: 0;
        padding: 20px 15px;
    }

    .subscription .item_box {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .subscription .item {
        width: calc(33.3333333337% - 15px);
        margin: unset;
        margin-bottom: 30px;
    }

    .subscription .item .header {
        padding: 20px 0;
    }

    .subscription .item .header .image {
        width: 100%;
        padding: 15px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .subscription .item .header .image img {
        width: 120px;
    }

    .subscription .item .header .downloadable {
        margin-top: 10px;
    }

    .subscription .item .body {
        padding: 15px;
    }

    .subscription .item .body .select {
        height: 38px;
        min-height: 38px;
    }

    .subscription .item .body .discount {
        margin-bottom: 12px;
    }

    .subscription .item .body .price {
        margin-bottom: 12px;
    }

    .subscription .item .body .discount strong {
        padding: 2px 6px 0;
        height: 24px;
    }

    .subscription .item .body .price span {
        margin-right: 4px;
    }

    .subscription_text h3 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .subscription_text p {
        line-height: 30px;
        margin-bottom: 0;
    }

    .footer_page .footer_item {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding-top: 30px;
    }

    .footer_page .footer_item .item.fast_link {

        width: 100%;
    }

    .footer_page .menu ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 10px;
    }

    .footer_page .menu ul li::before {
        display: none;
    }

    .footer_page .menu ul li a {
        padding-right: 0;
    }

    .footer_page .menu::before {
        display: none;
    }

    .footer_page .footer_item .item.app_link {
        max-width: unset;
        margin-bottom: 20px;
        width: 33%;
    }

    .footer_page .footer_item .item.namad_link {
        max-width: unset;
    }

    .footer_page .footer_item .item.social_link {
        margin-bottom: 20px;
        width: 33%;
    }

    .footer_page .social .social_link {

        margin-bottom: 20px;
    }

    .footer_page .menu ul li a {
        text-align: center;
    }

    .footer_page .menu ul li:first-child a {
        text-align: right;
    }

    .footer_page .menu ul li:last-child a {

        text-align: left;
    }

    .suggested_section .image__detail {
        min-width: 220px;
    }

    .suggested_section .name__description {
        margin-right: 20px;
    }

    .suggested_section .name .fa {
        font-size: 22px;
    }

    .suggested_section .name .en {
        font-size: 18px;
    }

    .suggested_section .list li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .suggested_section .amazing_offer {
        height: 48px;
    }

    .suggested_section .amazing_offer img {
        height: 70%;
    }

    .suggested_section .description span {
        font-size: 18px;
    }

    .suggested_section .watch_movie {
        height: 48px;
        font-size: 16px;
    }

    .suggested_section .watch_movie img {
        height: 28px;
    }

    .suggested_section .movie::before {
        height: 285px;
    }

    .suggested_section .description p {
        font-size: 16px;
        line-height: 38px;
    }

    .suggested_section .movie {
        padding: 30px 30px 20px 30px;
    }

    .footer_page .symbol .text {
        width: 240px;
    }

}

    @media (max-width: 992px) {
	.movie_details .movie_logo {
		width: 140px;
		margin-top: 100px;
		margin-bottom: 10px;
	}
	.movie_details a {
		height: 35px;
		width: 85px;
		padding: 0px 7px 0;
		margin-right: 28px;
		margin-bottom: 20px;
	}
	.movie_details a span {
		font-size: 9px;
	}

	.movie_details a img {
		width: 20px;
		margin-right: 0px;
        }

        .header_page .logo .text {

            display: none;

        }

        .footer_page {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .form_container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .form_box:nth-child(2) {
            margin-right: 0;
            margin-top: 30px;
        }

        .form_box {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

        .movie_details p {
            line-height: 38px;
            margin-bottom: 20px;
            font-size: 15px;
        }

        .swiper_control {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            left: 85px;
            right: auto;
		bottom: 24px;
        }

        .swiper-pagination {
            background: transparent;
            min-width: 70px;
        }

        .swiper-button-next {
            background: transparent;
        }

        .swiper-button-prev {
            background: transparent;
        }

        .prev_button_group_slide img,
        .next_button_group_slide img {
            width: 10px;
        }

        .banner_section {
            padding: 20px 0 0 0;
            margin: 0 auto;
        }

        .video-js {
            height: 280px;
        }

        .show_all_movie .movie_box {
            margin-bottom: 30px;
        }

        .footer_page .footer-link .logo a img {
            width: 160px;
        }

        .footer_page .app a {
            width: 150px;
        }

        /* .footer_page .social .social_link a {
            width: 35px;
            height: 25px;
            margin-left: 10px;
        } */

        .symbol .image img {
            width: 60px;
            height: 60px;
            margin: 0;
        }

        .footer_page .symbol .text {
            width: 200px;
        }
                .movies_section .about_movie {
                    padding-left: 15px;
                }
    }


    @media (max-width: 768px) {
        body {
            font-size: 12px;
        }

        .header_page .logo .text {
            display: none;
        }

        .header_page .search {
            width: 38px;
            padding: 0;
            height: 38px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: 12px;
        }

        .header_page .search_input {
            display: none;
        }

        .header_page .buy_subscription {
            font-size: 12px;
            height: 38px;
            width: 92px;
            margin-right: 12px;
            padding: 0 13px;
        }
		.header_page .sign_up {
            font-size: 12px;
            height: 38px;
            width: 92px;
            margin-right: 12px;
            padding: 0 15px;
        }

        .header_page .login {
            font-size: 12px;
            height: 38px;
            width: 92px;
            margin-right: 12px;
            padding: 0 15px;
        }

        .header_page .profile_btn {
            font-size: 9px;
            height: 38px;
            width: 100px;
            padding: 9px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
        }


        .header_page .search .icon {
            height: 20px;
            width: 20px;
            position: relative;
        }

        .header_page .search .icon img {
            width: 100%;
        }

        .header_page .theme {
            width: 38px;
            padding: 0;
            height: 38px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: 0;
        }

        .header_page .theme img {
            width: 20px;
            height: 20px;
        }

        .header_page .profile_btn>.image {
            width: 20px;
            height: 20px;
        }

        .profile {
            margin-right: 12px;
        }

        .header_page .logo {
            height: 38px;
            margin-left: 10px;
        }

        .header_page .logo img {
            height: 100%;
        }

        .subscription {
            margin-top: 20px;
        }


        .subscription_text {
            width: 100%;
        }

        .subscription .item_box {
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .subscription .item {
            width: calc(33.3333333337% - 6px);
            margin: unset;
            margin-bottom: 12px;
        }

        .subscription .item .header {
            padding: 20px 0;
        }

        .subscription .item .header .image {
            width: 100%;
            padding: 15px 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .subscription .item .header .image img {
            width: 120px;
        }

        .subscription .item .header .downloadable {
            margin-top: 10px;
        }

        .subscription .item .body {
            padding: 15px;
        }

        .subscription .item .body .select {
            height: 38px;
            min-height: 38px;
        }

        .subscription .item .body .discount {
            margin-bottom: 12px;
        }

        .subscription .item .body .price {
            margin-bottom: 12px;
        }

        .subscription .item .body .discount strong {
            padding: 2px 6px 0;
            height: 24px;
        }

        .subscription .item .body .price span {
            margin-right: 4px;
        }

        .subscription_text h3 {
            font-size: 13px;
            margin-bottom: 12px;
            font-weight: bold;
        }

        .subscription_text p {
            line-height: 30px;
        }

        .full_content {
            margin-top: 20px;
        }

        .footer_page .footer_item {
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            padding-top: 20px;
            margin-bottom: 20px;
        }

        .footer_page .footer_item .item {
            width: 100%;
        }

        .footer_page .footer_item .item.fast_link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
        }

        .footer_page .footer_item .item.fast_link .menu {

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;

            width: 100%;
        }

        .footer_page .footer_item .item.fast_link .menu ul {

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;

            width: 100%;

            -webkit-box-orient: horizontal;

            -webkit-box-direction: normal;

            -ms-flex-direction: row;

            flex-direction: row;

            -webkit-box-pack: justify;

            -ms-flex-pack: justify;

            justify-content: space-between;

            -ms-flex-flow: wrap;

            flex-flow: wrap;
        }

        .footer_page .footer_item .item.fast_link .menu ul li {
            width: auto;
        }

        .footer_page .footer_item .item.fast_link .menu ul li::before {
            display: none;
        }

        .footer_page .footer_item .item.fast_link .menu ul li a {
            padding-right: 0;
            font-size: 12px;
        }

        .footer_page .menu::before {
            display: none;
        }

        .subscription .item .header .downloadable span {
            margin-right: 4px;
        }

        .footer_page .footer_item .item.social_link {
            position: absolute;
            left: 0;
            top: 58px;
            width: 90px;
        }

        .footer_page .footer_item .item.app_link {

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;

            padding-left: 110px;

            -ms-flex-flow: wrap;

            flex-flow: wrap;
        }

        .footer_page .logo a img {
            width: 160px;
        }

        /* .footer_page .app {
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            width: 100%;
            margin-top: 10px;
            flex-direction: column;
        } */

        .footer_page .social .text {
            display: none;
        }

        /* .footer_page .social .social_link {
            width: 60px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        } */

/* 
        // .footer_page .social .social_link a {

        //     padding: 0;

        //     margin: 0;

        //     margin-bottom: 10px;
        // } */

        /* .footer_page .social .social_link a:last-child {
            margin-bottom: 10px;
        }

        .footer_page .social .social_link a::after {
            display: none;
        } */

        .footer_page .app div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
        }
/* 
        .footer_page .app a {
            width: calc(100% - 20px);
            margin: 0;
            max-width: 160px;
            margin-bottom: 5px;
        } */

        .footer_page .footer_item .item.namad_link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-left: 110px;
            -ms-flex-flow: wrap;
            flex-flow: wrap;
        }

        .footer_page .footer_item .item.namad_link .symbol {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            -ms-flex-flow: wrap-reverse;
            flex-flow: wrap-reverse;
        }

        .footer_page .symbol .image img {
            width: 100px;
            height: 60px;
        }

        .footer_page .symbol .text {
            margin-bottom: 20px;
            width: 370px;
        }

        .footer_page .app div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-flow: wrap;
            flex-flow: wrap;
        }

        .modals {
            padding: 0 15px;
            padding-top: 78px;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .modal_active {
            padding: 0;
        }

        .modals .modal_container .footer p {

            line-height: 22px;

            padding-left: 20px;
        }

        .header_page .profile:hover .profile_btn::after {
            bottom: -7px !important;
        }

        .profile .list {
            top: calc(100% + 30px);
            min-width: 240px;
        }

        .profile .list ul li a span {

            font-size: 12px;

            margin-right: 12px;
        }

        .profile .list .logout span {
            font-size: 12px;
            margin-right: 12px;
        }

        .profile .list ul {
            padding: 20px;
        }

        .profile .list ul li a span strong {
            font-size: 12px;
            margin-right: 6px;
        }

        .profile .list .logout {
            padding: 30px 20px 15px;
        }

        .full_content .title {
            font-size: 13px;
            margin-bottom: 10px;
        }

        .full_content {
            padding: 20px;
        }

        .full_content p {
            line-height: 32px;
            margin-bottom: 0;
        }

        .form_box .header {
            padding: 18px 0;
            min-height: 58px;
        }

        .form_box .header .title {
            font-size: 13px;
        }

        .form_box .middle {
            height: 64px;
            padding: 0 20px;
        }

        .form_input_text .field {
            height: 42px;
        }

        .form_input_text .label {
            font-size: 9px;
            padding: 0 8px;
        }
		.form_input_text .send_comment {
            font-size: 9px;
            padding: 0 8px;
        }

        .form_input_text .input_text {
            padding-right: 12px;
        }

        .form_box {
            width: 380px;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

        .form_input_text .error p {
            font-size: 12px;
        }

        .form_input_text {
            margin-bottom: 20px;
        }

        .form_box .body .resend_button {
            height: 42px;
            margin-bottom: 20px;
        }

        .form_box .body .change_button {
            height: 42px;
            margin-bottom: 20px;
        }

        .form_box .body .pay_button {
            height: 42px;
            margin-bottom: 0;
        }

        .form_box .body {
            padding: 20px;
        }

        .form_container {
            margin-top: 20px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .form_box:nth-child(2) {
            margin-right: 0;
            margin-top: 20px;
        }

        .form_box .header .title_split span {
            font-size: 12px;
            margin-left: 12px;
            line-height: 26px;
        }

        .form_box .header .title_split {
            padding: 0 20px;
        }

        .form_box .header .title_split .icon {
            height: 48px;
            width: 100px;
            min-width: 100px;
        }

        .form_box .header .title_split div a img {
            width: 22px;
        }

        .form_input_text.enable .form_input_actions {
            height: 32px;
            width: 64px;
            font-size: 12px;
            margin-left: 5px;
        }

        .profile:hover .list {
            top: calc(100% + 20px);
        }

        .profile .list::before {
            top: -20px;
        }

        .form_input_text .text {
            padding-left: 12px;
        }

        .title_section .title {
            font-size: 13px;
            padding-right: 20px;
            margin-left: 0;
        }

        .title_section .title::before {
            height: 28px;
            width: 6px;
        }

        .title_section {
            margin: 20px 0;
        }

        .movies_section .about_movie p {
            line-height: 32px;
            margin-bottom: 0;
        }

        .title_section .more {
            margin-right: 0;
            width: auto;
            background: transparent;
            height: 36px;
        }

        .theme-dark .title_section .more {
            background: transparent;
        }

        .title_section .more>span {
            font-size: 12px;
        }

        .title_section .more>img {
            margin-right: 8px;
            width: 16px;
        }

     

        .movies_section .movie .title h2 {
            font-size: 12px;
        }

        .title_section .separate {
            display: none;
        }

        .title_section .container {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        header .swiper-wrapper {
            min-height: unset !important;
            height: auto !important;
        }



        .movie_details p {
            margin-bottom: 20px;
            line-height: 32px;
        }

        .movie_details {
            min-height: auto;
        }

        .swiper-pagination {
            height: 42px;
            min-width: 50px;
            background: transparent;
        }

        .swiper-button-next {
            width: 38px;
            height: 38px;
            background: transparent;
        }

        .swiper-button-prev {
            width: 38px;
            height: 38px;
            background: transparent;
        }

        .swiper_control {
            left: 10px;
            right: auto;
            bottom: 24px;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .background_slide>img {
            height: 100%;
        }

        .prev_button_group_slide img,
        .next_button_group_slide img {
            width: 8px;
        }
		
        .banner_section {
            padding: 20px 0 0 0;
            margin: 0 auto;
        }

        .show_all_movie .movie_box {
            margin-bottom: 20px;
            width: calc(33.33333333% - 10px);
        }

        .form_box .body .message_text p {
            font-size: 12px;
        }

        .form_input_text .edit__confirm .edit,
        .form_input_text .edit__confirm .confirm {
            height: 32px;
            width: 64px;
            font-size: 12px;
            margin-left: 5px;
        }

        .form_box .profile_image {
            width: 100px;
            height: 100px;
        }

        .form_box .profile_image .image {
            width: 60px;
            height: 60px;
        }

        .form_box .select_image {
            width: 42px;
            height: 42px;
            bottom: 2px;
            right: -10px;
        }

        .form_box .select_image img {
            width: 18px;
        }

        .form_box .body .accept_rules {
            font-size: 12px;
        }

	.form_box .body .accept_age {
            font-size: 11px;
        }
	    
        .footer_page .footer-link {
            padding: 0;
        }

        .footer_page .menu ul li:first-child a {
            text-align: center;
        }

        .footer_page .symbol .text {}

        /* .footer_page .social .social_link {
            width: 85px;
            flex-direction: column;
            margin-top: 0;
        } */

        /* .footer_page .social .social_link a {
            margin: 10px 0px 40px 0px;
        }

        .footer_page .social .social_link a:last-child {
            margin-bottom: 3px;
        } */

        .footer-link {
            padding: 0;
        }
.movies_section .about_movie {
    padding-left: 15px;
}

    }

    @media (max-width: 576px) {
        .subscription .item {
            width: calc(50% - 6px);
        }

        .footer_page .app a {
            max-width: 190px;
            margin-bottom: 10px;
        }

        .form_box .header .quiz_icon .light {
            width: 70px;
        }

        .movie_details p {
            font-size: 13px;
            margin-bottom: 15px;



        }

        .footer_page .symbol .image img {
            height: 60px;
            width: 60px;
            margin: 0 7px;
        }

        .footer_page .app a img {
            width: 150px
        }

        .footer_page .footer-link .logo a img {
            width: 150px;
        }

        .footer_page .symbol .text {
            width: 330px;
        }

        .footer_page .footer-link {
            padding: 0;
        }

        .footer_page .menu ul li:first-child a {
            text-align: left;
        }

        .footer_page .footer-link .social {
            margin-top: 0;
        }

        /* .footer_page .social .social_link a img {
            width: 40px;
        }

        .footer_page .social .social_link {
            width: 85px;
        }

        .footer_page .social .social_link a {
            padding: 0;
            margin: 10px 0px 50px 0;

        } */
                .movies_section .about_movie {
                    padding-left: 18px;
                }
                                .details .detail_film {
                                    padding-left: 18px;
                                }

    }


    @media only screen and (max-width: 480px) {
        .subscription .item .body .discount {
            margin-bottom: 6px;
        }

        .subscription .item .body .price {
            margin-bottom: 6px;
        }

        .subscription .item .body {

            padding: 6px 12px 12px;
        }

        .subscription .item .header {
            padding: 6px 0;
        }

        .subscription .item .header .image {

            padding: 12px 40px;
        }

        .modals .modal_container .footer .close_modal_search {
            width: 100px;
            height: 38px;
        }

        .modals .modal_container .footer {
            margin-top: 20px;
        }

        .modals .modal_container .search {

            height: 42px;
        }

        .modals .modal_container .search_input {

            font-size: 12px;
        }

        .modals .modal_container .search button {
            height: 100%;
            width: 42px;
            padding: 6px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .modals .modal_container .search button img {
            width: 22px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .modals .modal_container {
            padding: 20px;
        }

        .modals .modal_container .footer p {
            font-size: 12px;
        }

        .form_box {
            width: 100%;
        }

        .movie_details {
            min-height: 580px;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-bottom: 60px;
        }

        .movie_details p {
            display: none;
        }

        .movie_details .movie_logo {
            margin: auto;
            margin-bottom: 10px;
		width: 220px;
        }

        .movie_details a {
            margin: auto;
        }

        .swiper_control {
            right: 50%;
            bottom: 10px;
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }

        .background_slide .desktop {
            display: none;
        }

        .background_slide .mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .video-js {
            height: 220px;
        }

        .vjs-play-control.vjs-control.vjs-button.vjs-playing,
        button.vjs-play-control.vjs-control.vjs-button.vjs-paused.vjs-ended,
        .vjs-play-control.vjs-control.vjs-button.vjs-paused,
        .video-js .vjs-big-play-button {
            width: 80px;
            height: 80px;
            border-width: 3px;
        }

        .vjs-play-control.vjs-button>.vjs-icon-placeholder:before {
            font-size: 0.7em;
        }

        .form_box .middle .timer {
            font-size: 16px;
        }

        .form_box .middle.middle_center {
            height: 58px;
        }

        .form_box .body .quiz_answer .quiz_button {
            height: 42px;
        }

        /* .footer_page .social {
            width: 100px;
        } */

        .footer_page .symbol .image img {
            width: 60px;
        }

        .footer_page .symbol .text {
            width: 220px;
            margin-right: 30px;
        }

        .footer_page {
            width: 100%;
        }

        .footer_page .menu {
            margin: 0 auto;
            padding: 0 10px;
        }

        .footer_page .menu ul li:first-child a {
            text-align: end;
        }

        .footer_page .menu ul li:last-child a {
            text-align: center;
        }

        .footer_page .footer-link .logo a img {
            width: 150px;
        }

        .footer_page .app a img {
            width: 150px;
        }

        /* // .footer_page .menu ul li:nth-child(2) {
        //     width: 192px;
        //         padding-right: 3px;
        // } */
        .footer_page .menu ul li a {
            font-size: 14px;
        }

        /* .footer_page .social .social_link {
            width: 85px;
        }

        .footer_page .social .social_link a {
            margin: 10px 0 30px 0;
            width: 40px;
            height: 40px;
        } */




                .movies_section .about_movie {
                    padding-left: 15px;
                }
                                .details .detail_film{
                                    padding-left: 15px;
                                }
    /*new styles*/
    .footer_page .app a img {
        width: 100%;
    }
    .footer_page .app a {
        width: 120px;
    }
    .footer_page .footer-details .child .info p {
        font-size: 13px;
      }
}

@media only screen and (max-width: 375px) {
    .footer_page .app a {
        width: 100px;
    }
    .footer_page .logo a img {
        width: 135px;
    }

}
@media only screen and (max-width: 360px) {

      .footer_page .menu ul {
        padding: 0 9px;
      }
	  
      .footer_page .footer-details .child .info p {
        font-size: 10px;
      }

  }
    @media (max-width: 360px) {
        .footer_page .app div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
        }

        .subscription .item {
            width: calc(100%);
        }

        .footer_page .footer_item .item.app_link .app a {

            width: 100%;
        }

        .profile {
            margin-right: 6px;
        }

        .header_page .buy_subscription {
            margin-right: 6px;
            padding: 0 9px;
        }
		.header_page .sign_up {
            margin-right: 6px;
            padding: 0 9px;
        }

        .header_page .login {
            margin-right: 6px;
            padding: 0 9px;
        }

        .header_page .search {
            margin-right: 6px;
        }

        .header_page .logo {
            margin-left: 6px;
        }

        .video-js .vjs-duration,
        .vjs-no-flex .vjs-duration {
            margin-right: 0;
        }

        .video-js .vjs-current-time {
            margin-left: 0;
        }

        .video-js .vjs-control.el_backward {
            left: 35px;
        }

        .video-js .vjs-control.el_forward {
            left: 70px;
        }

        .video-js .vjs-volume-panel {
            left: 100px;
        }

        .video-js .vjs-quality-selector {
            right: 35px;
        }

        .video-js .vjs-progress-control {
            padding: 0;
        }

        .show_all_movie .movie_box {
            margin-bottom: 15px;
            width: calc(50% - 10px);
        }

        .footer_page .logo a img {
            width: 100px;
        }

        .footer_page .symbol .text {
            margin-right: 10px;
            width: 170px;
        }

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

        .footer_page .footer-link .social {
            margin-top: 0;
            padding-left: 20px;
        }

        .footer_page .menu {
            padding: 0;
        }

        /* .footer_page .menu ul li:nth-child(2) {
            width: 160px;
            padding-left: 5px
        } */

        .footer_page .menu ul li a {
            font-size: 13px;

        }

        .footer_page .menu ul li:first-child a {
            text-align: center;
        }

        .footer_page .menu ul li:last-child a {
            text-align: center;
        }

        /* .footer_page .social .social_link {
            width: 75px;
        }

        .footer_page .social .social_link a {
            margin: 15px 10px 40px 10px;
        }

        .footer_page .social .social_link a img {
            width: 40px;
        } */

        .footer_page {
            width: 100%;
        }
                .actor_image figure figcaption h3{
                    font-size: 1rem;
                }
    }
	
	
	
	
	
	

@media (max-width: 400px) {
	        .header_page .buy_subscription {

            width: 75px;
            margin-right: 4px;
            padding: 0 5px;
			font-size: 11px;
        }

        .header_page .login {

            width: 70px;
            margin-right: 4px;
        }
		.header_page .search {
			margin-right: 4px;
			width: 35px;
		}
		.header_page .sign_up {

            width: 70px;
            margin-right: 4px;
            padding: 0 8px;
        }
		.header_page .profile {

            width: 76px;
            margin-right: 4px;
        }
		.header_page .profile_btn {
            font-size: 7px;
            height: 38px;
            width: 100px;
            padding: 6px;
        }
		.header_page .theme {
			width: 35px;
		}


	}
	

	
@media (max-width: 1200px) {
	.tmt {
		width: 130px;
	}
}
@media (max-width: 768px) {
	.tmt {
    font-size: 11px;
    height: 45px;
	width: 100px;
	margin-right: 0px;
	}
}
@media (max-width: 360px) {
	.tmt {
    font-size: 10px;
    width: 100px;
    padding: 0 9px;
	margin-right: 0px;
	}
}
@media (max-width: 600px) {
.fiatremag {
  width: 100%;
 }
}
@media (max-width: 768px) {
	.text-left {
	margin-top: 20px;
	}
}
@media (max-width: 4000px) {
	.button_1 a {
	margin-top: -290px;
	}
}
@media (max-width: 2000px) {
	.button_1 a {
	margin-top: -160px;
	}
}

@media (max-width: 1500px) {
	.button_1 a {
	margin-top: -160px;
	}
}

@media (max-width: 768px) {
	.button_1 a {
    height: 48px;
    width: 150px;
    padding: 2px 10px 0;
	font-size: 11px;
	
	}
}
@media (max-width: 768px) {
	.button_1 a img {
    width: 28px;
    margin-right: 10px;
	}
}
@media (max-width: 500px) {
	.button_1 a img {
    width: 22px;
	}
}
@media (max-width: 500px) {
	.button_1 a {
    height: 40px;
    width: 110px;
    padding: 2px 12px 0;
    font-size: 7px;
	margin-top: -140px;
	}
}
@media (max-width: 768px) {
	.col-4 a {
	width: 100px;
    height: 40px;
	}
}
@media (max-width: 768px) {
	.col-4 a {
	width: 100px;
    height: 40px;
	}
}

@media (max-width: 768px) {
	d-show {
	width: 41%;
    font-size: 10px;
	}
}

	
	@media only screen and (max-width: 600px)	{	

        .background_video {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .video_details .movie_logo {
            margin: auto;
            margin-bottom: 20px;
        }

        .video_details a {
            margin: auto;
        }
	}

	@media only screen and (max-width: 700px) {
		.cast-details {
			grid-template-columns: auto auto auto auto auto auto;
		}
	}
	@media only screen and (max-width: 550px) {
		.cast-details {
			grid-template-columns: auto auto auto auto auto;
		}
	}
	@media only screen and (max-width: 550px) {
		.cast-details {
			grid-template-columns: auto auto auto auto;
		}
	}
	@media only screen and (max-width: 400px) {
		.cast-details {
			grid-template-columns: auto auto auto;
		}
	}
    @media only screen and (max-width: 480px) {

		.best_ssection	 {
			padding-left: 20px;

		}
		.moviestheatre_section	 {
			padding-left: 20px;

		}
	}
	@media only screen and (max-width: 600px) {

		.movie .title h2 {
			font-size: 11px;
			line-height: 12px;
		}
		.movies_section .movie .title h2 {
			font-size: 11px;
			line-height: 12px;
		}

	}

	
	
	
	
	
	
	
	@media only screen and (max-width: 800px) {
	
	.suggested_section {
            overflow-x: hidden;
            padding: 20px 0;
            margin: 10px auto;
        }
		
		.suggested_section .more_description {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .suggested_swiper_control {
            position: relative;
            top: unset;
            left: unset;
            -webkit-transform: unset;
            -ms-transform: unset;
            transform: unset;
            width: 100%;
            margin-top: 30px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .suggested_swiper_control .swiper-suggested-button-next,
        .suggested_swiper_control .swiper-suggested-button-prev {
            width: calc(50% - 10px);
            height: 42px;
        }

        .suggested_swiper_control .swiper-suggested-button-next img,
        .suggested_swiper_control .swiper-suggested-button-prev img {
            width: 10px;
        }

		.suggested_section .movie {
            padding: 0;
            margin: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            min-height: auto;
            width: 100%;
        }

        .suggested_section .image__detail {
            min-width: auto;
            width: 100%;
            padding: 20px 20px 0 20px;
        }

        .suggested_section .list li {
            font-size: 12px;
            margin-bottom: 0;
        }

        .suggested_section .list .item_1 img {
            width: 22px;
        }

        .suggested_section .list {
            margin: 20px 0;
        }

        .suggested_section .watch_movie {
            height: 42px;
            font-size: 13px;
            position: relative;
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            margin-top: 20px;
        }

        .suggested_section .amazing_offer {
            height: 60%;
        }

        .suggested_section .amazing_offer img {
            height: 16px;
        }

        .suggested_section .watch_movie img {
            width: 24px;
        }

        .suggested_section .movie::before {
            height: 320px;
        }

        .suggested_section .name__description {
            margin-right: unset;
            padding: 0 20px;
            width: 100%;
        }

        .suggested_section .name .fa {
            color: #121212;
            font-size: 15px;
            margin-bottom: 10px;
        }

        .suggested_section .name .en {
            font-size: 12px;
        }

        .suggested_section .name {
            margin-top: 15px;
        }

        .suggested_section .awards {
            overflow-x: auto;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: nowrap;
            flex-flow: nowrap;
            -ms-touch-action: pan-x;
            touch-action: pan-x;
        }

        .suggested_section .awards .item {
            font-size: 12px;
            height: 42px;
            white-space: nowrap;
            padding: 0 15px;
            margin-left: 12px;
        }

        .suggested_section .awards .item:last-child {
            margin-left: 2px;
        }

        .suggested_section .description {
            padding: 0;
        }

        .suggested_section .description span {
            font-size: 13px;
        }

        .suggested_section .description p {
            font-size: 12px;
            line-height: 36px;
            max-height: 262px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: inherit;
        }
		.next_button_group_slide {
			display: none;
		}
		.prev_button_group_slide {
			display: none;
		}
	}
@media only screen and (max-width: 900px) {	
	.video_cover img {
		height: 400px;
		object-fit: cover;
	}
	.video_details {
		padding-top: 120px;
	}
	.video_single_detail .title {
		font-size:15px;
	}
}
@media only screen and (max-width: 768px) {
	.video_details {
		padding-top: 102px;
	}
}
@media only screen and (max-width: 600px) { 
.ssectionbylike h2 {
	font-size: 9px;
}
}
@media screen and (min-width: 1600px){
	.suggested_section{
		display:none;
	}
}
@media (min-width: 1000px) {
	.suggested_swiper_control{
		top: 40%;
	}
}
@media screen and (min-width: 992px){
	.movie_details a {
		margin-bottom: 50px;
	}
}	
@media screen and (min-width: 1400px){
	.movie_details a {
		margin-bottom: 200px;
	}
}
@media (max-width: 768px) {
	.avatar-story img {
		width: 60px;
		height: 60px;
	}
	.avatar-story li {
		width: 60px;
		height: 60px;
	}
	.avatar-story p {
    font-size: 10px;
	}
}
@media (max-width: 480px) {
	.avatar-story img {
		width: 50px;
		height: 50px;
	}
	.avatar-story li {
		width: 50px;
		height: 50px;
	}
	.avatar-story p {
    font-size: 8px;
	}
}
