/*COMMON STYLING*/
body {
    font-family: 'Roboto', sans-serif;
    background-image: url(../images/lp-background1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    line-height: 1.2;
    color: #000;
    background-color: #755450
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 28px !important;
        line-height: 1.2;
    }

    h2 {
        font-size: 24px !important;
        line-height: 1.2;
    }

    h3 {
        font-size: 22px !important;
        line-height: 1.2;
    }

    h4 {
        font-size: 18px !important;
        line-height: 1.2;
    }

    h5 {
        font-size: 14px !important;
        line-height: 1.2;
    }

    h6 {
        font-size: 12px !important;
        line-height: 1.2;
    }
}

.wrapp {
    display: flex;
    align-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    padding-top: 35%;
    padding-left: 5%;
    padding-right: 5%
}

.content-left,
.content-right {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .wrapp {
        padding-top: 19%
    }
}

@media screen and (min-width: 992px) {
    .wrapp {
        flex-direction: row;
        padding: 0
    }

    .content-left {
        width: 50%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-content: space-around;
        justify-content: flex-end;
        padding-left: 5%;
        padding-right: 5%;
    }

    .content-right {
        width: 50%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-content: space-around;
        justify-content: center;
        padding-left: 5%;
        padding-right: 5%;

    }

    .excess-content {
        padding-top: 8%;
        overflow-y: scroll;
        justify-content: flex-start;
    }

    .content-left .hero-image {
        max-width: 400px;
        margin-top: 10px
    }
}

@media screen and (min-width: 1600px) {
    .content-left .hero-image {
        max-width: none;
        margin-top: 10px
    }
}

a {
    color: #ee3035
}

a:hover,
a:focus,
a:active {
    color: #ee3035
}

.btn-default {
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 1px;
    color: #ee3035 !important;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid #fff;
    margin-bottom: 15px;
    width: 160px;
    white-space: normal;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:checked {
    outline: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background-color: #ee3035;
    color: #fff !important;
    border: 1px solid #fff
}

.btn-primary {
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 1px;
    color: #fff !important;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #ee3035;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid #ee3035;
    margin-bottom: 15px;
    width: 150px;
    white-space: normal;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    outline: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background-color: #fff !important;
    color: #ee3035 !important;
    border: 1px solid #ee3035 !important;
}

@media screen and (min-width: 768px) {
    .btn-default {
        padding: 8px 30px;
        border-radius: 50px;
        font-weight: 400;
        font-size: 16px;
        width: 240px;
        margin: 10px;
    }

    .btn-primary {
        padding: 8px 30px;
        border-radius: 50px;
        font-weight: 400;
        font-size: 16px;
        width: 240px;
        margin: 10px;
    }
}

.zero-padding {
    padding: 0
}

.red-font {
    color: #ee3035;
}

.white-font {
    color: #fff;
}

.yellow-font {
    color: #ede823
}

.ctas {
    text-align: center
}

@media screen and (min-width: 992px) {

    .border-red-right {
        position: relative
    }

    .border-red-right:before {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee3035+0,ee3035+10,ee3035+90,ee3035+100&0+0,1+10,1+90,0+100 */
        background: -moz-linear-gradient(top, rgba(238, 48, 53, 0) 0%, rgba(238, 48, 53, 1) 10%, rgba(238, 48, 53, 1) 90%, rgba(238, 48, 53, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(238, 48, 53, 0) 0%, rgba(238, 48, 53, 1) 10%, rgba(238, 48, 53, 1) 90%, rgba(238, 48, 53, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(238, 48, 53, 0) 0%, rgba(238, 48, 53, 1) 10%, rgba(238, 48, 53, 1) 90%, rgba(238, 48, 53, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ee3035', endColorstr='#00ee3035', GradientType=0);
        /* IE6-9 */
        width: 2px;
        height: 80%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        margin-top: 10%;
    }
}

/*COMMON STYLING*/



/*BRAND LOGOS STYLING*/
.brand-logo {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    max-width: 120px;
    z-index: 1;
}

.brand-logo02 {
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    max-width: 120px;
    z-index: 1
}

.act-netflix-logos {
    max-width: 80%;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .brand-logo {
        max-width: 150px;
    }

    .brand-logo02 {
        top: 15px;
        left: 15px;
        max-width: 160px;
    }

    .act-netflix-logos {
        max-width: 50%;
    }
}

/*END OF BRAND LOGOS STYLING*/


/*existing customer page css*/
.form-wrap {
    width: 100%;
    max-width: 520px;
    background-color: #ee3035;
    padding: 4% 10%;
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.form-wrap h4 {
    font-weight: 400
}

.form-wrap .form-group {
    margin-bottom: 0
}

.form-wrap .form-control {
    height: auto;
    padding: 14px 20px;
    line-height: 1;
    border-radius: 14px;
    border: none;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 15px auto 10px;
}

.form-wrap .btn-default {
    max-width: 150px
}

/*end of existing customer page css*/


/*welcome page css*/
.welcome-text h2,
.welcome-text h3,
.welcome-text h4 {
    margin: 10px 0
}

.welcome-text .btn-primary {
    max-width: 140px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
}

.or-divider {
    position: relative;
}

.or-text {
    display: block;
    margin: 0 auto;
    color: #fff;
    background-color: #000;
    width: 28px;
    height: 28px;

    border-radius: 50%;
    line-height: 1;
    text-align: center;
    padding-top: 8px;
    position: relative;
    font-size: 12px;
}


.or-line {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee3035+0,ee3035+10,ee3035+90,ee3035+100&0+0,1+10,1+90,0+100 */
    background: -moz-linear-gradient(left, rgba(238, 48, 53, 0) 0%, rgba(238, 48, 53, 1) 10%, rgba(238, 48, 53, 1) 90%, rgba(238, 48, 53, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(238, 48, 53, 0) 0%, rgba(238, 48, 53, 1) 10%, rgba(238, 48, 53, 1) 90%, rgba(238, 48, 53, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(238, 48, 53, 0) 0%, rgba(238, 48, 53, 1) 10%, rgba(238, 48, 53, 1) 90%, rgba(238, 48, 53, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ee3035', endColorstr='#00ee3035', GradientType=1);
    /* IE6-9 */

    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    margin: 0 auto;

}

.plan-table-wrap {
    max-width: 100%;
    overflow-x: scroll;
}

.plan-table {
    border-collapse: separate !important;
    background-color: rgba(255, 255, 255, 0.4);
    width: 600px;
    border-radius: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.plan-table.table>tbody>tr>td,
.plan-table.table>tbody>tr>th,
.plan-table.table>tfoot>tr>td,
.plan-table.table>tfoot>tr>th,
.plan-table.table>thead>tr>td,
.plan-table.table>thead>tr>th {
    padding: 5px 10px;
    line-height: 1;
    vertical-align: top;
    border: 1px solid #000;
    font-weight: 400;
}

.plan-table.table>tbody>tr>th {
    background-color: #ee2c49;
    color: #fff;
    vertical-align: middle;
    padding: 10px;
    text-align: center
}

.plan-table p {
    line-height: 1;
    margin: 0;
    margin-top: 5px;
}

.plan-table.table>tbody>tr>td:last-child {
    text-align: center !important;
}

.left-bottom-rounded {
    border-bottom-left-radius: 15px;
}

.left-top-rounded {
    border-top-left-radius: 15px;
}

.right-bottom-rounded {
    border-bottom-right-radius: 15px;
}

.right-top-rounded {
    border-top-right-radius: 15px;
}

@media screen and (min-width: 992px) {
    .plan-table-wrap {
        width: 100%;
        overflow-x: visible
    }

    .plan-table {
        width: auto
    }

    .welcome-text .btn-primary {
        margin-bottom: 10px;
    }
}

.badge {
    background-color: #ee2c49;
    border-radius: 0;
    width: 38px;
    text-align: left;
    padding: 3px 4px;
    position: relative;
    border-right: 1px solid #ee2c49;
    margin-right: 10px;
    margin-left: 5px;
    float: right;
    margin-top: -3px;
}

.badge:after {
    display: inline-block;
    content: "";
    position: absolute;
    height: 18px;
    width: 10px;
    top: 0;
    right: -10px;
    background-color: #ee2c49;
    -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    z-index: 0;
}




.custom-radio-wrap {
    border-radius: 50px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;

}

.plan-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.custom-radio-wrap input[type="radio"] {
    display: none;
}

.radio-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #555;
    background: transparent;
    position: relative;
    margin-right: 5px;
    border-radius: 20px;
    color: #ed691f;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.custom-radio-wrap input[type="radio"]:checked+.radio-icon {
    border: 2px solid #ee3035;
}

.custom-radio-wrap input[type="radio"]+.radio-icon:before {
    position: absolute;
    content: "";
    text-align: center;
    background-color: #555;
    border-radius: 14px;
    top: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    font-size: 12px;
    margin: 0 auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


.custom-radio-wrap input[type="radio"]:checked+.radio-icon:before {
    background-color: #ee3035;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.custom-radio-wrap input[type="radio"]:disabled+.radio-icon {
    background-color: #404042;
    border: 1px solid #404042;
}

.custom-radio-wrap:hover .radio-icon:before {
    position: absolute;
    text-align: center;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;

}

.custom-radio-wrap:hover .radio-icon {
    background-color: transparent;
}

/*end of welcome page css*/



/*my cart summary page css*/
.cart-summary {
    width: 100%;
    max-width: 520px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 2% 6% 12%;
    border-radius: 15px 15px 0 0;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    color: #000;
    -webkit-box-shadow: inset 0 6px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 6px 6px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: -30px;
}

.label-input-wrap {
    display: flex;
    align-items: center;
    text-align: right
}

.control-label {
    width: 35%;
    padding: 0 20px 0 0;
    text-align: left
}

.colon {
    width: 4%;
    text-align: left
}

.control-input {
    width: 60%
}

.cart-summary .form-group {
    margin: 0
}

.cart-summary .form-control {
    height: auto;
    padding: 6px 20px;
    line-height: 1;
    border-radius: 6px;
    border: none;
    background-color: rgba(238, 48, 53, 0.1);
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 5px auto;
}

.cart-summary .btn-default {
    max-width: 150px
}

@media screen and (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 0;
        margin-bottom: 0;
        text-align: left;
    }

    .cart-summary {
        padding: 2% 6% 8%;
    }
}

@media screen and (min-width: 1600px) {
    .cart-summary {
        padding: 2% 6% 6%;
    }
}

/*end of my cart summary page css*/



/*new customer page css*/
.new-customer-form-wrap {
    padding: 4% 8%;
}

.new-customer-form-wrap .form-control {
    background-color: #7c0a1b;
    color: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    margin: 12px auto;
}

.new-customer-form-wrap .form-control::-webkit-input-placeholder {
    color: #cecece;
}

@media screen and (min-width: 992px) {
    .new-customer-form-wrap {
        margin-top: 40px
    }
}

/*end of new customer page css*/

/*captch start*/
 
.captchWrap .captchaIn{display: flex; padding: 20px 18px;text-align: center;justify-content: center;}
.captchWrap .captchaIn span{color: #000000;font-size: 18px;padding: 0;background-color: #fff; text-align: center;margin: 0;  border: 1px solid #fff;border-radius: 2px}
.captchWrap .captchaIn span img{width: 100%; }
.captchWrap .captchaIn .refres{display: flex; }
.captchWrap .captchSubmit{margin-top: 14px;text-align: center;}
.captchWrap .captchSubmit a{color: #fff;display: inline-block;background-color: #000;padding: 10px 20px;border-radius: 16px;font-size: 14px;text-transform: uppercase;font-weight: 500} 

.captchWrap .captchaIn figure{background-color: #bf0e13;width: 54px;margin: 0 20px 0 6px;padding: 10px 20px; border: 1px solid #fff;display: flex;align-items: center} 


@media only screen and (max-width: 767px) { 
    
.captchWrap .captchaIn span img{max-width: 120px}
}

/*captch end*/


/*netflixTC started*/
.netflixTCLeft.border-red-right:before{display: none}
.netflixTC h2{font-size: 40px;font-weight: 700;display: block;text-align: center;color: #ee3035;text-transform: uppercase;position: absolute;left: 0;right: 0;margin: 0 auto;top: 20px}
.netflixTCRight .form-wrap{background-color: #f0f0ef;padding: 4%}
.netflixTCRight ul li{color: #000;text-align: left;margin-bottom: 12px}
.netflixTCRight ul li:last-child{margin-bottom: 0}
.netflixTCRight ul{margin-bottom: 0;padding-bottom: 0}
.netflixTCRight .netflixTcButton{margin: 10px auto;color: #ff3333;font-weight: 900}
.netflixTCRight .BI{text-align: center;text-transform: uppercase;color: #000;font-weight: 500;margin:30px 0 12px;font-size: 20px}
.netflixTCRight .nTC{text-align: center;margin: 18px 0 0px;font-size: 14px;color: #fff;text-decoration: underline;display: block}
.netflixTCRight .btn-default{width: auto}

.content-right.netflixTCRight{text-align: center}
.content-right-inner{position: relative;top: 30px}
.netflixTCLeft.content-left .hero-image{    max-width: 450px;}
 .act-netflix-logos{    max-width: 57%;}
.content-right.netflixTCRight{width: 67%;}

@media screen and (max-width: 1440px) {
    .netflixTC h2{font-size: 30px}
}

@media (max-height: 700px) and (min-width:1070px) and (max-width:1366px) {
    .content-right-inner.netflixTC{top: 100px}
    
}

@media screen and (max-width: 991px) {
 .netflixTC .nTC{display: block}
    .netflixTCRight.content-right{text-align: center}
    .netflixTC h2{font-size: 24px}
     .content-right-inner{ top: 0px}
    .netflixTC h2{top: 116px}
     .content-right.netflixTCRight{width: 100%;}
}

@media screen and (max-width: 767px) {
     .netflixTC h2{font-size: 20px !important;max-width: 90%;margin: 0 auto;position: relative;top: 118px}
    .netflixTCRight .BI{    margin: 20px 0 8px;  font-size: 18px;}
    .netflixTCRight ul{padding-left: 24px}
}
@media screen and (max-width: 320px) {
     .netflixTC h2{font-size: 16px !important;max-width: 90%;margin: 0 auto;position: relative;top: 100px}
    .netflixTCRight .BI{    margin: 20px 0 8px;  font-size: 16px;}
}

#preload{ background-position:center center;
  background-repeat: none;
  height: 100px;
  width: 100px;
  position: fixed;
  z-index: 1060;
  left: 45%;
  top: 50%;
  margin: -25px 0 0 -25px;
  font-size:20px;
  text-align:center;
}
#preload .prelaod_txt{position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
	font-family: 'Roboto', sans-serif;
	color: #000000;
	max-width:450px;
}
@media(max-width: 768px){
    #preload .prelaod_txt{top: 65%;font-size:14px;}
}

/*netflixTC ended*/

.content-left .hero-image{max-width: 100%}
.content-left{    justify-content: center;}