        .p-banner{
            width: 100%;
        }
        .second-page{
            background: #000;
        }
        .third-page{
            background: #273036;
            min-height: 720px;
        }
        .fourth-page{
            background: #000;
            min-height: 720px;
            padding-top: 10%;
            padding-bottom: 10%;
        }
        .fifth-page{
            background: #273036;
            min-height: 720px;
            padding-top: 10%;
        }
        .menu_fixed{
            background-color: #2c2c54 !important;
        }
        .img-second-page{
            margin-top: 15%;
            border-radius: 20px;
        }
        .img-third-page{
            margin-top: 5%;
            margin-bottom: 10%;
            max-width: 100%;
            border-radius: 20px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
        .text-second-page{
            margin-top: 15%;
        }
        .text-second-page h2 {
            font: 60px Arial, sans-serif;
            color : #fff;
            font-weight: bold;
        }
        .text-second-page p {
            font: 15px 'Montserrat', sans-serif;
            color : #fff;
            margin-top: 5%;
            text-align: justify;
        }
        .text-third-page{
            margin-top: 10%;
        }
        .text-third-page h2 {
            font: 50px Arial, sans-serif;
            color : #fff;
            font-weight: bold;
        }
        .text-third-page p {
            font: 15px 'Montserrat', sans-serif;
            color : #fff;
            text-align: justify;
        }
        .text-fourth-page h2 {
            font: 50px Arial, sans-serif;
            color : #000;
            font-weight: bold;
            text-align: center;
        
        }
        .btn-link {
            color: #fff !important;
        }

        .c-head h4 {
            text-align: center;
            font-weight: bold;

        }
        .c-head {

            margin-top: 5%;
        }
        .c-head h4 u {
            color: #273036 !important;
        }
        .c-body {
            margin-top: 1%;
            margin-bottom: 2%;
            padding: 5% 5% 0 5%;
        }
        .c-body label {

            font-weight: bold;
            color: #273036 !important;
        }
        .img-lock {
            max-width: 80px;
        }
        .img-lock {
            max-width: 80px;
        }
        .p-warning{
            font: 15px 'Montserrat', sans-serif;
            color : gray;
            text-align: justify;
        }
        .c-warning {

            padding: 0% 5% 0 5%;
        }
        .c-submit {
            padding: 5% 5% 0 5%;
        }
        .btn-trailer {
            background: #c11267;
            color: #fff;
            margin-top: 5%;
            margin-bottom: 15%;
        }
        .btn-trailer:hover {
            background: #fff;
            color: #c11267;
            margin-top: 5%;
        }
        .btn-watch {
            background: #fff;
            color: #c11267;
            border-color: #c11267;
            margin-top: 5%;
            margin-bottom: 15%;
        }
        .btn-watch:hover {
            background: #c11267;
            color: #fff;
            border-color: #fff;
            margin-top: 5%;
            margin-bottom: 15%;
        }
        .text-second-page ul li{
                float:left;
                color: #c11267;
                margin-right: 8%;
                margin-top: 2%;            }


        @media screen and (max-width: 600px) {
            .text-second-page{
                margin-top: 10%;
                margin-right: 3%;
                margin-left: 3%;
            }
            .text-second-page h2 {
                font: 30px Arial, sans-serif;
                color : #000;
                font-weight: bold;
            }
            .text-second-page p {
                font: 12px 'Montserrat', sans-serif;
                color : #000;
                text-align: justify;
            }
            .img-second-page{
                display: none;
            }
            .text-third-page{
                margin-top: 10%;
            }
            .text-third-page h2 {
                font: 30px Arial, sans-serif;
                color : #fff;
                font-weight: bold;
            }
            .text-third-page p {
                font: 12px 'Montserrat', sans-serif;
                color : #fff;
                text-align: justify;
            }
            .img-third-page{
                margin-bottom: 2%;
            }
        }

        @media screen and (max-width: 400px) {
            .text-second-page{
                margin-top: 10%;
                margin-right: 3%;
                margin-left: 3%;
            }
            .text-second-page h2 {
                font: 20px Arial, sans-serif;
                color : #000;
                font-weight: bold;
            }
            .text-second-page p {
                font: 14px 'Montserrat', sans-serif;
                color : #000000;
                text-align: justify;
            }
            .img-second-page{
                display: none;
            }
            .img-third-page{
                margin-bottom: 2%;
            }
            .text-fourth-page h2 {
                font: 30px Arial, sans-serif;
                color : #000;
                font-weight: bold;
                text-align: center;
            }
        }