body {
    max-width: 1920px;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    margin: 0 auto;
}
p{
    margin: 0;
}
li {
    list-style: none;
}

img {
    max-width: 100%;
}

ul, ol {
    margin: 0;
    padding: 0;
}

.menu_container {
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
}

.menu_bar {
    position: fixed;
    width: 100%;
    height: 120px;
    line-height: 120px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000000000;
}

.menu_bar .logo {
    float: left;
    width: 20%;
}

.menu_bar .tel_box {
    float: right;
    width: 20%;
}

.main_section {
    width: 100%;
    height: auto;
    position: relative;
}

.iptv_imgBox {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.iptv_wrap {
    width: 100%;
    height: auto;
    position: relative;
}

.main_s2 {
    width: 100%;
    height: auto;
    padding: 150px 0;
    background: #950d09;
    text-align: center;
}

.send_email {
    position: fixed;
    bottom: 0;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 20px 0;
    background: #000;
}

.send_email label {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.gform {
    text-align: center;
}

.input_wrap,
.submit_wrap {
    display: inline-block;
    vertical-align: middle;
}

.input_wrap {
    width: 40%;
}

.input_wrap>div {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.input_wrap>div:nth-child(3),
.input_wrap>div:last-child {
    margin-bottom: 0;
}

.input_wrap>div label {
    max-width: 100px;
    width: 100%;
}

.input_wrap>div input {
    width: 250px;
    padding: 5px 0;
    padding-left: 10px;
    border-radius: 20px;
    background: #fff;
    border: none;
    outline: none;

}

.submit {
    font-size: 35px;
    font-weight: bold;
    border: none;
    outline: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b7a46b+0,ffffff+50,b7a46b+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b7a46b+0,ffffff+50,b7a46b+100 */
    background: #b7a46b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b7a46b 0%, #ffffff 50%, #b7a46b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b7a46b 0%, #ffffff 50%, #b7a46b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b7a46b 0%, #ffffff 50%, #b7a46b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7a46b', endColorstr='#b7a46b', GradientType=1);
    /* IE6-9 */
    width: 100%;
    padding: 10px 50px;
    text-align: center;
    color: #000;
}

.ajax_indicator {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    display: none;
}

.ajax_indicator.on {
    display: block;
}

.ajax_indicator p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ajax_indicator i {
    animation: circle 4s linear infinite;
    max-width: 200px;
    font-size: 30px;
    font-weight: bold;
}

footer {
    width: 100%;
    height: auto;
    padding-top: 142px;
}

.iptv_s3 {
    background: url(../img/iptv_s7_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 140px 0;
}

.submit-nav {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 0;
}

@keyframes circle {

    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(720deg);
    }
}
.mobile_toggle{
    display: none;
}

@media(min-width:1290px) {
    .container {
        width: 1260px !important;
    }
}

@media(max-width:992px) {
    .main_s2 {
        padding: 70px 0;
    }

    .input_wrap,
    .submit_wrap {
        display: block;
    }

    .input_wrap {
        width: 100%;
        text-align: center;
    }

    .input_wrap>div {
        clear: both;
        width: 45%;
        display: inline-block;
        float: inherit;
        margin-bottom: 5px;
    }

    .send_email label {
        font-size: 16px;
        width: 28%;
    }

    .input_wrap>div input {
        width: 70%;
    }

    .submit {
        font-size: 21px;
        padding: 10px 0;
        position: relative;
        top: 42px;
    }
    .pri-btn-box{
        position: relative;
        top: -50px;
    }

    .send_email {
        padding-bottom: 0;
        padding-top: 5px;
    }

    .input_wrap>div input {
        font-size: 10px;
    }

    footer {
        padding-top: 0;
    }
    .pri-btn-box label{
        width: auto;
    }
    .mobile_toggle{
        display: block;
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 16px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
    .mobile_toggle.on i{
        transition: all 0.3s;
    }
    .mobile_toggle.on i{
        transform: rotate(180deg);
    }
    .mobile_toggle.on p{
        display: none;
    }
    .gform{
        display: none;
    }
    .gform.on{
        display: block;
    }
}

@media(max-width:767px) {
    .main_s2 {
        padding: 50px 0;
    }
}

.iptv_s3_imgBox {
    padding-bottom: 50px;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
    margin-top: 150px;
}

.video-btn {
    padding: 0 !important;
}

.video-btn img {
    width: 100%;
}

.video-name {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: bold;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}






.Modal2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in palce */
    z-index: 99999999999999;
    /* Sit on top */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Modal2.on {
    display: none !important;
}

.finish {
    font-size: 18px;
    font-weight: bold;
}

/* Modal Content Box */
.modal-content {
    background-color: #fefefe;
    /* margin:15% auto; */
    padding: 20px 40px;
    border: 1px solid #888;
}

.modal-content img {
    height: auto;
}

.top_close_btn {
    position: absolute;
    top: 0;
    right: 1%;
    font-size: 30px;
    cursor: pointer;
}

.pop_bt {
    font-size: 16px;
    transition: all 0.3s;
}

.pop_bt:hover {
    border-bottom: 1px solid #000;
}

.mo-send-email-nav {
    display: none;
}

#x_message {
    position: fixed;
    width: 300px;
    border-radius: 10px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #FDD;
    border: 2px solid #C00;
    font-weight: 700;
    color: #666;
    z-index: 1000
}

#x_loading {
    position: fixed;
    display: none;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    font-size: 100px;
    line-height: 200px;
    color: #fff;
}

#x_message.x-msg1 {
    background-color: #FDD;
}

#x_message.x-msg2 {
    background-color: #9C6;
    border: 2px solid #096;
}
.privacy_wrap{
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: relative;
    border: 1px solid #ccc;
    padding: 15px;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  }
  .privacy_wrap.on{
      display: block;
      position: fixed;
      top: 60%;
      left: 50%;
      transform: translate(-50%,-50%); 
  }
  .privacy_box{
    padding-bottom: 30px;
  }
  .privacy_box .privacy_subtitle{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
  }
  .privacy_box .privacy_article{
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: 300;
  }
  .privacy_box ul{
    padding-left: 10px;
  }
  .privacy_box ul li span{
    font-weight: bold;
  }
  .privacy_box ul li {
    font-size: 15px;
    font-weight: 300;
  }
  .pri-btn-box{
      color: #fff;
      font-size: 16px;
      margin-top: 3px;
  }
  .pri-btn-box label{
      font-size: 16px;
  }
  .pri-btn-box input[type=checkbox]{
      width: 25px;
      height: 25px;
      position: relative;
      top: 4px;
  }
  .view-full{
      cursor: pointer;
  }
@media(max-width:1200px) {
    .modal-content img {
        height: auto;
    }

    .menu_bar {
        height: 70px;
        line-height: 70px;
    }

    .menu_bar .logo {
        margin-left: 2%;
    }

    .menu_bar .tel_box {
        margin-right: 2%;
    }

    footer {
        padding-top: 41px;
    }


    .mo-send-email-nav.on {
        display: block;
    }

    .mo-send-email-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .mo-send-email-nav p {
        font-size: 14px;
        background: #000;
        color: #fff;
        cursor: pointer;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .input_wrap {
        width: 100%;
        margin-bottom: 15px;
    }

    .submit_wrap {
        width: 100%;
    }

}

@media(max-width:1000px) {
    .modal-content {
        width: 100%;
        padding: 15px;
    }

    .modal-content img {
        height: auto;
        width: 100%;
    }

    .top_close_btn {
        right: 10px;
    }

    .modal-content {
        height: auto;
        overflow-y: inherit;
    }

    .Modal {
        width: 70%;
    }
    .privacy_wrap.on{
        top: 50%;
        height: 60vh;
        overflow-y: auto;
    }
}

@media(max-width:767px) {

    .menu_bar .tel_box,
    .menu_bar .logo {
        width: 30%;
    }
}

@media(max-width:400px) {
    .Modal {
        width: 90%;
        left: 15%;
    }
}