.col33 a, .col35 a, .col65 a { color: #FFF; }
.col255 a {color:#FFF}
.image-margin {
    margin-bottom: 30px;
}
.mocImage .content .heading {
    font-weight: 700;
    font-size: 15px;
}

.subscribeText1{
    background: #35303050;
    border: 0;
    height: 50px;
    padding: 0 9px;
    width: 6%;
    border: #FFD089 solid 1px;
    border-radius: 10px;
    color: #FFF;
    font-weight: 500;
    margin-right: 10px;
    font-size: 17px;
}

.subscribeText{
    background: #35303050;
    border: 0;
    height: 50px;
    padding: 0 20px;
    width: 31%;
    border: #FFD089 solid 1px;
    border-radius: 10px;
    color: #FFF;
    font-weight: 500;
    font-size: 17px;
}
.button__bar {
    /* display: inline-block;
    vertical-align: middle;
    margin: auto;
    padding: 0;
    /* background: rgba(255, 255, 255, 0.3); */
    /* border-radius: 40px;
    width: 70px;  */
    text-align: center;
  }
  
  .button__bar li {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
  }
  
  .button__bar li button {
    border: none;
    background: white;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 7.5px;
  }
  
  .button__bar li.slick-active button {
    background-color: rgb(219, 182, 15);
  }
  
  .button__bar li button:hover,
  .button__bar li button:focus {
    background: white;
    outline: 0;
  }

.g-text p {color:#fff;}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .subs .price {
        font-weight: 900;
        font-size: 45px;
        line-height: 0px;
        color: #000000;
        padding: 0 20%;
    }
    .subs .head {
        font-weight: 600;
        font-size: 35.53px;
        line-height: 72px;
        color: #000000;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 1199px) {
    .subs .price {
        font-weight: 900;
        font-size: 40px;
        line-height: 0px;
        color: #000000;
        padding: 0 20%;
    }
    .subs .head {
        font-weight: 600;
        font-size: 35.53px;
        line-height: 72px;
        color: #000000;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .subs .price {
        font-weight: 900;
        font-size: 35px;
        line-height: 0px;
        color: #000000;
        padding: 0 20%;
    }
    .subs .head {
        font-weight: 600;
        font-size: 35.53px;
        line-height: 72px;
        color: #000000;
    }
}

@media only screen and (max-width: 767px) {
    .subs .price {
        font-weight: 900;
        font-size: 20px;
        line-height: 20px;
        color: #000000;
        padding: 0 20%;
    }
    .subs .head {
        font-weight: 600;
        font-size: 21.53px;
        line-height: 38px;
        color: #000000;
        margin-bottom: 20px;
    }
    .show {
        display: none;
    }

    .subscribeText{
        background: #35303050;
        border: 0;
        height: 50px;
        padding: 0 12px;
        width: 80%;
        border: #FFD089 solid 1px;
        border-radius: 10px;
        color: #FFF;
        font-weight: 500;
        font-size: 13px;
    }
    .subscribeText1{
        background: #35303050;
        border: 0;
        height: 50px;
        padding: 0px 7px;
        width: 15%;
        border: #FFD089 solid 1px;
        border-radius: 10px;
        color: #FFF;
        font-weight: 500;
        font-size: 13px;
        margin-right: 13px;
    }
}

.active_cat {
    background: #FFD089;
    color: #000;
    border-radius: 5px;
}
.mt80{
    margin-top: 80px;
}

.slider .slick-current {
    position: relative !important;
    z-index: 50 !important;
  }

  .searchVideos {
    background: #1e1e1e;
    padding: 100px 0;
}

footer .right {
    /* padding: 70px 90px 0; */
    width: 100%;
    text-align: center;
}

.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/1484\ \(2\).gif') 
                50% 50% no-repeat rgba(14, 13, 13, 0);
}

h1{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
}
table{
    width:100%;
    background: #FFF;
    background: #FFF;
    table-layout: fixed;
    color:#000;
    z-index: 111111111111;
}
.tbl-header{
    background-color:  rgb(212 211 197);
}
.tbl-content{
    margin-top: 0px;
    margin-bottom: 50px;
}
th{
    padding: 20px 15px;
    font-weight: 500;
    font-size: 12px;
    background-color:  rgb(212 211 197);
    /* color:#FFF; */
    text-transform: uppercase;
    text-align: center;
    word-break: break-all;
}
td{
    padding: 15px;
    text-align: center;
    vertical-align:middle;
    font-weight: 300;
    font-size: 12px;
    border-bottom: 1px solid rgb(212 211 197);
    word-break: break-all;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    table{
        width:100%;
        background: #FFF;
        background: #FFF;
        table-layout: fixed;
        color:#000;
        z-index: 111111111111;
    }
    .tbl-header{
        background-color:  rgb(212 211 197);
    }
    .tbl-content{
        margin-top: 0px;
        margin-bottom: 50px;
    }
    th{
        padding: 20px 15px;
        font-weight: 500;
        font-size: 12px;
        background-color:  rgb(212 211 197);
        /* color:#FFF; */
        text-transform: uppercase;
        text-align: center;
        word-break: break-all;
    }
    td{
        padding: 15px;
        text-align: center;
        vertical-align:middle;
        font-weight: 300;
        font-size: 12px;
        border-bottom: 1px solid rgb(212 211 197);
        word-break: break-all;
    }
    
}

.image-upload>input {
    display: none;
  }