@charset "utf-8";

/* CSS Document */


/*

- Sarabun
    font-family: 'Sarabun', sans-serif;
    font-weight: 400/600;

- Regular Proxima
    font-family: 'ProximaNova', sans-serif;
    font-weight: 400/600/700;

*/

* {
    padding: 0px;
    margin: 0px;
    outline: none;
    word-wrap: break-word;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100.01%;
    color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

button:focus {
    outline: none !important;
}

input[type=text],
input[type=email],
input[type="password"],
input[type="submit"],
input[type="button"],
button,
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0px !important;
    box-shadow: none !important;
    outline: none !important;
}

select::-ms-expand {
    display: none;
}


/* For IE 8 - 11 hidding defauly arrow of select */

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
button,
textarea,
select {
    border-radius: 0px;
}

textarea {
    resize: none;
}

div {
    -webkit-overflow-scrolling: touch;
}


/* select {
	background-image: url(../images/sel-arr.png);
	background-repeat: no-repeat;
	background-position: 97%;
	padding-right: 25px!important;
} */

.error {
    float: left;
    clear: both;
    width: auto;
    height: auto;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #F00;
}


/* Placeholder Text Settings Starts */

.input-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
}

.input-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
}

.input-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
}

.input-field:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
}


/* Placeholder Text Settings Ends */


/* HomePage starts */

.container {
    max-width: 1230px !important;
}

.div-float {
    width: 100%;
    float: left;
    height: auto;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 700px;
    /* background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover; */
}

.bg-page-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 700px;
    background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}

video {
    min-width: 100%;
    max-width: 100%;
    min-height: 700px;
    z-index: 1;
}

.overlay {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .7) 50%);
    background-size: 3px 3px;
    z-index: 2;
}

.video-txt {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: 99;
    max-width: 1020px;
    /* 777 990 */
    width: 100%;
    font-size: 25px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    padding: 0 15px;
}

.tv-logo {
    position: absolute;
    left: 75px;
    top: 27px;
    z-index: 9;
}

.tv-page-logo {
    position: relative;
    /* left: 75px; */
    /* top: 27px; */
    /* z-index: 9; */
    background-color: #3D54A4;
}

.video-txt h1 {
    font-size: 67px;
    /* 90 */
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
}

.brnd-plans-main {
    background-color: #3D54A4;
    padding: 120px 0;
}

.brnds-main {
    background-color: white;
    padding: 65px 40px;
}

.brnds-main {
    background-color: white;
    padding: 65px 40px 0;
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 120px;
}

.brnd-txt {
    width: 100%;
    /* 50 */
    height: auto;
    float: left;
    text-align: center;
    padding-bottom: 27px;
}

.brnd-txt h2 {
    font-size: 60px;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 700;
    color: #D63335;
    text-transform: uppercase;
    line-height: 1;
    /* 0.9 */
    padding-bottom: 2px;
}

.brnd-txt p {
    font-size: 22px;
    font-weight: 600;
    font-family: 'ProximaNova', sans-serif;
    color: #212529;
}

.brnd-img {
    width: 100%;
    /* 50 */
    height: auto;
    float: left;
    position: relative;
}

.brnd-img .slick-prev {
    width: 29px;
    height: 14px;
    background-image: url('../images/left-arrow.png');
    position: absolute;
    top: unset;
    left: 45%;
    margin-left: -14.5px;
    bottom: 0;
    z-index: 9;
}

.brnd-img .slick-prev:before {
    display: none;
}

.brnd-img .slick-next {
    width: 29px;
    height: 14px;
    background-image: url('../images/right-arrow.png');
    position: absolute;
    top: unset;
    left: unset;
    right: 45%;
    margin-right: -14.5px;
    bottom: 0;
    z-index: 9;
}

.brnd-img .slick-next:before {
    display: none;
}

.brnds-logo-main {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 58px;
}

.brnds-logo {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    /* width: 130px; */
    /* width: 17.215%; */
    /* width: 23.215%; */
    width: 16.66%;
    height: 60px;
    margin-bottom: 10px;
    /* border: 1px solid */
    padding: 0 5px;
}


/* .brnds-logo img {
    cursor: pointer;
} */

.plans-hd {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    font-family: 'ProximaNova', sans-serif;
    margin-bottom: 50px;
}

.plans-hd a {
    color: #fff;
    text-decoration: underline;
}

.plans-hd a:hover {
    color: #fff;
    text-decoration: none;
}

.plans-hd h3 {
    font-size: 50px;
    color: white;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 700;
}

.plans-crd-main {
    padding: 0 85px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100%;
}

.plans-crd {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 47%;
    margin-right: 2.91%;
    margin-top: 20px;
    background-color: white;
    padding: 34px 34px 17px;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 400;
    font-size: 16px;
    min-height: 500px;
}

.plans-crd:last-child {
    margin-right: 0;
}

.basic-pln h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.basic-pln h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 20px;
    position: relative;
    margin-top: 23px;
}

.basic-pln h5:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 1px;
    background-color: #737373;
    content: "";
}

.basic-pln h5 span {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: black;
}

.basic-pln span {
    color: #737373;
    font-size: 20px;
    font-weight: 400;
}

.andriod-plns {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    /* align-content: space-between; */
    align-content: flex-start;
    align-items: center;
    width: 100%;
    /* min-height: 265px; 228 295*/
    min-height: 255px;
    margin-top: 30px;
}

@media screen and (max-width:767px) {
    .andriod-plns {
        min-height: 10px;
    }
}

.andriod-plns ul {
    padding-left: 30px;
}

.andriod-plns li {
    font-size: 16px;
    font-weight: 400;
    list-style-image: url('../images/li-tick.png');
    line-height: 1.3;
    margin-bottom: 10px;
}

.slt-sub {
    width: 100%;
    padding: 0 10px;
}

.slt-sub p {
    margin-bottom: 4px;
}

.slt-sub select, .paypal-aside select {
    width: 100%;
    height: 50px;
    padding: 3px 35px 0 15px;
    border: 1px solid #CBCACA;
    font-size: 14px;
    background-image: url('../images/slt.png');
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.crds-pay {
    width: 100%;
    text-align: center;
    margin-top: 17px; /* 27 */
    font-weight: 700;
}
.paypal-aside {
    padding: 0 10px;
    margin-top: 8px;
}

.crd-buy-btn {
    margin-bottom: 12px;
}

.crd-buy-btn button {
    background-color: #FFC53C;
    color: black;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    width: 147px;
    height: 35px;
    border-radius: 15px !important;
    padding: 0 0 0 0;
    border: 1px solid transparent;
}

.crd-buy-btn button:hover {
    border: 1px solid #FFC53C;
    background-color: white;
}

.what-watch-main {
    background-color: #263878;
}


/* tabs */

.what-watch-main .plans-hd {
    margin-bottom: 20px;
}

.what-watch-main .plans-hd {
    font-size: 25px;
}

.what-watch-main .plans-hd h3 {
    font-size: 45px;
}

.what-watch-main .nav.nav-tabs {
    border-bottom: none;
    margin-bottom: 75px;
    justify-content: center;
}

.what-watch-main .nav.nav-tabs .nav-item {
    margin-right: 5px;
}

.what-watch-main .nav.nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.what-watch-main .nav.nav-tabs .nav-item .nav-link,
.logs-tbs .nav.nav-tabs .nav-item .nav-link {
    border-radius: 0;
    border: 1px solid #D63335;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background-color: #D63335;
    min-width: 120px;
    min-height: 45px;
    text-align: center;
}

.what-watch-main .nav.nav-tabs .nav-item .nav-link.active {
    border: 1px solid #D63335;
    background-color: transparent;
}

.watch-list-main {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    min-height: 465px;
    height: auto;
    width: 100%;
}

.watch-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 18.829%;
    height: auto;
    margin-right: 2.2787%;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    /* IE 5-7 */
    filter: alpha(opacity=75);
    /* Netscape */
    -moz-opacity: 0.75;
    /* Safari 1.x */
    -khtml-opacity: 0.75;
    /* Good browsers */
    opacity: 0.75;
}

.watch-list:hover {
    text-decoration: none;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important;
    /* IE 5-7 */
    filter: alpha(opacity=1) !important;
    /* Netscape */
    -moz-opacity: 1 !important;
    /* Safari 1.x */
    -khtml-opacity: 1 !important;
    /* Good browsers */
    opacity: 1 !important;
}

.watch-list:last-child {
    margin-right: 0;
}

.watch-list:first-child,
.watch-list:last-child {
    width: 16.161%;
}

.watch-list:nth-child(3) {
    width: 20.905%;
}

.watch-list-img {
    width: 100%;
    height: auto;
    /* height: 344px; */
    -webkit-box-shadow: -2px 11px 20px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 11px 20px rgba(0, 0, 0, 0.25);
}


/* .watch-list:first-child .watch-list-img, .watch-list:last-child .watch-list-img{
  height: 304px;
} */


/* .watch-list:nth-child(3) .watch-list-img {
  height: 382px;
} */

.watch-list:first-child,
.watch-list:last-child {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

.watch-list:nth-child(3) {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    /* IE 5-7 */
    filter: alpha(opacity=1);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
}

.watch-list-txt {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 80px;
    padding-top: 18px;
}

.watch-list-txt h4 {
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-align: center;
}

.faq-main {
    font-size: 16px;
    color: white;
    margin-bottom: 50px;
    padding-right: 22px;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 400;
    /* 600 */
}

.faq-main h4 {
    font-size: 25px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    line-height: 1.5;
}

.tv-faq-main {
    padding: 120px 0 70px;
}

.tv-faq-main .tv-plans-main {
    margin-bottom: 20px;
}


/* HomePage ends */


/* footer */

footer {
    background-color: black;
    color: white;
    font-size: 14px;
    height: 93px;
    font-weight: 400;
    font-family: 'ProximaNova', sans-serif;
}

.sub-foot {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    height: 93px;
    width: 100%;
}

.sub-foot p {
    margin-bottom: 0;
}

.sub-foot a {
    width: 210px;
    height: 40px;
    border: 1px solid white;
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin-left: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.sub-foot a:hover {
    color: white;
    text-decoration: none;
}

.sub-foot-rgt {
    justify-content: flex-end;
}


/* footer */


/* logs tabs */

.logs-tbs {
    width: 100%;
    height: auto;
    float: left;
}

.logs-tbs .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 50px;
}

.logs-tbs .nav.nav-tabs .nav-item {
    margin: 0 5px;
}

.logs-tbs .nav.nav-tabs .nav-item .nav-link.active {
    border: 1px solid #D63335;
    background-color: transparent;
    color: #D63335;
    /* border-bottom: none; */
}

.stcky-hedr {
    background: rgba(0, 0, 0, .8);
    height: 60px;
    z-index: 20;
    top: 0;
    padding: 0px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: none;
}

.fixed-header {
    position: fixed;
    display: block;
}

.stcky-hedr a {
    font-size: 30px;
    font-family: Sarabun, sans-serif;
    font-weight: 600;
    color: #fff;
}

.stcky-hedr a:hover {
    color: #fff;
    text-decoration: none;
}

.stcky-hedr a .lr {
    color: #D63335;
}

.stcky-hedr a .lb {
    color: #3D54A4;
}

.hde {
    display: none;
}


/* TV Responsive */

@media (max-width: 575px) {
    .tv-logo {
        left: 15px;
        top: 10px;
        /* width: 260px; */
    }
    .tv-logo img{
        width: 110px;
    }
    .bg-video-wrap {
        height: auto;
    }
    video {
        min-height: auto;
    }
    .video-txt {
        font-size: 14px;
        padding: 0 15px;
        top: 63%;
    }
    .video-txt h1 {
        font-size: 40px;
    }
    .brnd-txt h2 {
        font-size: 36px;
    }
    .brnd-txt p {
        font-size: 19px;
    }
    .brnds-main {
        padding: 50px 15px 0px;
    }
    .watch-list-txt h4 {
        font-size: 13px;
    }
    .plans-crd-main {
        padding: 0 0px;
    }
    .watch-list-main {
        min-height: auto;
        align-items: flex-start;
    }
    .watch-list-txt {
        height: 60px;
        padding-top: 13px;
    }
    .faq-main {
        padding-right: 0px;
        padding-left: 0px;
    }
    .brnd-img .slick-prev {
        left: 42%;
    }
    .brnd-img .slick-next {
        right: 42%;
    }
    .plans-hd h3 {
        font-size: 28px;
    }
    .what-watch-main .plans-hd h3 {
        font-size: 38px;
    }
    .what-watch-main .plans-hd {
        font-size: 20px;
    }
    .brnds-top {
        margin-top: -6px;
    }
    .brnd-txt {
        width: 90%;
        /* 240 */
        margin: 0 auto 40px;
        float: none;
        padding-bottom: 0px;
    }
    .brnd-img {
        width: 100%;
    }
    .brnds-logo {
        width: 30%;
    }
    .plans-crd {
        width: 100%;
        margin: 0 auto 40px !important;
        padding: 34px 15px 17px;
    }
    .sub-foot a {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .sub-foot a:last-child {
        margin-bottom: 0;
    }
    /* .bg-video-wrap {
        height: 367px;
    } */
    /* video {
        min-height: 500px;
    }
    .video-txt {
        font-size: 18px;
        top: 75%;
    }*/
    .video-txt h1 {
        font-size: 26px;
    }
    .what-watch-main .nav.nav-tabs {
        flex-direction: column;
        width: 250px;
        margin: 0 auto 50px;
    }
    .what-watch-main .nav.nav-tabs .nav-item {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .watch-list {
        width: 200px !important;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .watch-list-txt {
        opacity: 1 !important;
    }
    .watch-list:nth-child(2n) {
        margin-right: 0;
    }
    .watch-list:last-child {
        margin-right: auto;
        margin-left: auto;
    }
    footer {
        padding: 20px 0;
        height: auto;
    }
    .sub-foot {
        flex-flow: column wrap;
        justify-content: center;
        height: auto;
        padding: 10px 0;
    }
    .sub-foot-rgt {
        justify-content: center;
    }
    .faq-main h4 {
        font-size: 20px;
    }
    .logs-tbs .nav.nav-tabs .nav-item {
        margin: 5px;
    }
    .stcky-hedr {
        /* display: block !important; */
        text-align: center;
    }
    /* .tv-logo {
        display: none;
    } */
}

@media (max-width: 500px) {
    .watch-list {
        width: 200px !important;
    }
}

@media (max-width: 410px) {
    .watch-list {
        width: 155px !important;
    }
    .tv-logo img{
        width: 85px;
    }
    /* .bg-video-wrap {
        height: 300px;
    } */
    /* video {
        min-height: 413px;
    } */
    .video-txt {
        font-size: 10px;
    }
    .video-txt h1 {
        font-size: 20px;
    }
}

@media (min-width: 501px) and (max-width: 575px) {
    .watch-list {
        width: 240px !important;
    }
    .watch-list-img {
        height: 304px !important;
    }
    .watch-list-img img {
        width: 100%;
        max-height: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .tv-logo {
        left: 20px;
        top: 10px;
        /* display: none; */
    }
    .tv-logo img{
        width: 170px;
    }
    .bg-video-wrap {
        height: auto;
    }
    /* .stcky-hedr {
        display: block !important;
    } */
    video {
        min-height: auto;
    }
    .video-txt {
        font-size: 18px;
        padding: 0 15px;
        top: 60%;
    }
    .video-txt h1 {
        font-size: 35px;
    }
    .brnd-txt h2 {
        font-size: 38px;
    }
    .brnd-txt p {
        font-size: 19px;
    }
    .brnds-main {
        padding: 65px 25px;
    }
    .watch-list-txt h4 {
        font-size: 13px;
    }
    .plans-crd-main {
        padding: 0 0px;
    }
    .watch-list-main {
        min-height: 273px;
    }
    .watch-list-txt {
        height: 70px;
    }
    .faq-main {
        padding-right: 25px;
        padding-left: 25px;
    }
    .brnd-img .slick-prev {
        left: 43%;
    }
    .brnd-img .slick-next {
        right: 43%;
    }
    .plans-hd h3 {
        font-size: 33px;
    }
    .what-watch-main .plans-hd h3 {
        font-size: 38px;
    }
    .what-watch-main .plans-hd {
        font-size: 20px;
    }
    .brnds-top {
        margin-top: -6px;
    }
    .brnd-txt {
        margin-top: 16px;
    }
    .brnds-logo {
        width: 30%;
    }
    .plans-crd {
        width: 500px;
        margin: 0 auto 40px !important;
    }
    .sub-foot a {
        width: 170px;
        font-weight: 700;
        font-size: 15px;
        margin-left: 7px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bg-video-wrap {
        height: 420px;
    }
    video {
        min-height: 420px;
    }
    .video-txt {
        font-size: 20px;
        top: 55%;
    }
    .video-txt h1 {
        font-size: 50px;
    }
    .brnd-txt h2 {
        font-size: 46px;
    }
    .brnd-txt h2 {
        font-size: 46px;
    }
    .brnd-txt p {
        font-size: 20px;
    }
    .plans-crd {
        padding: 30px 20px 17px;
    }
    .watch-list-txt h4 {
        font-size: 16px;
    }
    .plans-crd-main {
        padding: 0 15px;
    }
    .watch-list-main {
        min-height: 373px;
    }
    .faq-main {
        font-size: 14px;
    }
    .faq-main h4 {
        font-size: 18px;
    }
    .brnd-img .slick-prev {
        left: 43%;
    }
    .brnd-img .slick-next {
        right: 43%;
    }
    .plans-hd h3 {
        font-size: 38px;
    }
    .what-watch-main .plans-hd h3 {
        font-size: 38px;
    }
    .what-watch-main .plans-hd {
        font-size: 20px;
    }
    .brnds-logo {
        width: 20%;
    }
    .tv-logo {
        /* display: none; */
        left: 25px;
        top: 15px;
    }
    /* .stcky-hedr {
        display: block !important;
    } */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bg-video-wrap {
        height: 544px;
    }
    video {
        min-height: 545px;
    }
    .video-txt h1 {
        font-size: 61px;
        /* 75 */
    }
    /* .brnd-txt h2 {
        font-size: 55px;
    } */
    .plans-crd {
        padding: 30px 20px 17px;
    }
    .watch-list-txt h4 {
        font-size: 18px;
    }
    .plans-crd-main {
        padding: 0 65px;
    }
    .watch-list-main {
        min-height: 425px;
    }
    .faq-main h4 {
        font-size: 22px;
    }
    .tv-logo {
        width: 28%;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .bg-video-wrap {
        height: auto;
    }
    video {
        height: auto;
        min-height: 1px;
    }
}

.cardVisa {
    margin-top: 12px;
}

.stcky-log {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    height: 60px;
    line-height: 25px;
}

/* Paypal Structure Settings */
.paypal-aside table{
    width: 100%;
    table-layout: fixed;
    text-align: left;
}
.paypal-aside select {
    margin-top: 10px;
}
.paypal-aside input[type = "image"]{
    margin: 30px 0 2px 0px;
}
/* Paypal Structure Settings */
