body{
    font-family: 'Poppins', sans-serif;
}
/* .header-wrapper{
    background: url('../images/banner.png') no-repeat;
    background-size: cover;
    min-height: 792px;

} */
.header-wrapper ul li a{
    color: #fff !important;
}
html {
    scroll-behavior: smooth;
}

h1{
    font-size: 54px;
}
h2{
    font-size: 37px;
}
h3{
    font-size: 36px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 16px;
}
p{
    font-size: 14px;
}
.header-wrapper ul li.active a {
    color: #fff !important;
}
.bg-none{
    background: transparent !important;
}
.modal-placement .modal-content{
	    margin: 0px auto;
	    width: 98%
}
#status {
    position: absolute;
    left: 0 !important;
    top: 35%;
    margin: 0;
    right: 0 !important;
    margin: 0px auto !important;
}
.preloader {
    margin: 0px auto;
}
img{
    object-fit: cover;
    object-position: center;
}
.description.home-desc h4 span {
    border: 1px solid #3377b8 !important;
}
img.banner-images.w-100 {
    height: 800px;
    object-fit: cover;
    object-position: center;
}
.navbar-wrapper {
    position: absolute;
    z-index: 999;
    width: 100%;
}
.primary-button {
    background: #3377b8;;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    text-transform: capitalize;
    min-width: 160px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.search-button button{
    background: unset !important;
}
.slider-inner-wrapper h6 {
    color: #fff;
    margin: 25px 0;

}
.body-main-sec-wrapper{
    background-color: #e9e9e9;
}

.banner-slider {
    padding: 30px 0 40px 0;
}

.slider-inner-wrapper h1 {
    color: #fff;
    /* padding: 30px 0; */
    font-weight: 600;
    min-height: 120px;
}
.slider-inner-wrapper h2 {
    color: #fff;
}
.slider-inner-wrapper p {
    color: #fff;
    margin-bottom: 50px;
    margin-top: 20px;
}
.slider-right-col-inner-wrapper h4 {
    color: #fefefe;
    font-weight: 600;
}
.slider-inner-wrapper {
    padding: 10px 0;
    margin-left: 97px;
}
.slider-inner-wrapper h5 {
    color: #fff;
    margin: 20px 0;
}
.slider-right-col-inner-wrapper {
    width: 100%;
    margin-left: 150px;
}

.slider-right-col-inner-wrapper p {
    color: #fff;
    padding-bottom: 15px;
    font-size: 14px;
    padding-top: 30px;
    /* border-bottom: 1px solid #fff; */
}

.right-border-heading{
    padding-left: 25px;
    padding-left: 25px;
    width: 100%;
    max-width: 90%;
}
/* .right-border-heading::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 11px;
    padding: 20px -2px;
    transform: rotate(90deg);
    left: -35px;
    top: 65px;
    background-color: #3377b8;

} */
.right-border-heading::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 11px;
    padding: 20px -2px;
    transform: rotate(90deg);
    left: 5%;
    top: 65px;
    background-color: #3377b8;
}

.description button:hover {
    background-color: #3377b8;
    color: #fff;
}

.about-us-head::before{
    content: "";
    position: absolute;
    width: 70px;
    height: 12px;
    padding: 20px -2px;
    transform: rotate(90deg);
    left: -15px;
    top: 15px;
    background-color: #3377b8;
}
.carousel-tv-section {
    background-color: #e9e9e9;
    padding: 1px 0;
    min-height: 80px;
}
.tv-sec-cards {
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
}
.tv-sec-cards p {
    color: #3377b8;
    font-weight: 600;
    margin-bottom: 5px;
}
.tv-schedule-head p {
    font-size: 16px;
    line-height: 30px;
    color: #3377b8;
}
.tv-schedule-head h3 {
    color: #fff;
    font-weight: 600;
}
/* .tv-schedule-head h3:before{
    content: "";
    position: absolute;
    width: 94px;
    height: 3px;
    right: 0;
    border-radius: 10px;
    left: -170px;
    background-color: #3377b8;
    text-align: center;
    margin: 0 auto;
    top: -13px;

} */

.tv-schedule-head {
    position: relative;
    padding: 10px 0 60px 0;

}
/* accordian css */
.accordion-main .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    font-weight: 600;
    color: #3377b8;
    font-size: 20px;
}
.accordion-main .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107";
    font-weight: 600;
    color: #3377b8;;
}
.accordian-title {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.border-green-accordian-bottom {
    border-bottom: 2px solid #000 !important;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #fff;
}
.border-dark-accordian-bottom{
    border-bottom: 2px solid #000 !important;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #e9e9e9;
}
.accordion-main .accordian-card{
    background-color: #fff;
}
.tv-schedule-section {
    background-color: #fff;
    padding: 31px 0;

}
.navbar-links ul li a:hover {
    color: #3377b8 !important;
}
.custom-size-img {
    width: 100%;

    height: 214px;
    margin: 0 auto;
    max-width: 368px;
    border-radius: 20px;
}
/* accordian css */
.description {
    width: 100%;
    max-width: 55%;
}
.timeanddate-sec h2 {
    margin-bottom: 0;
    font-weight: 600;
}

.timeanddate-sec h2 p {
    font-weight: 600;
}

.description h4 {
    /* color: #5a6921; */
    color: #3377b8;
    line-height: 30px;
    font-weight: 600;

}
.description p {
    color: #666666;
    font-size:14px;
    line-height: 26px;

}
.modal-button {
    border: unset;
    padding: 7px 7px;
    border-radius: 20px;
    background-color: #3377b8;
    color: #fff;
    /* color: #5a6921; */
}
.modal-button i{
    color: #fff;
}
.modal-square-button{
    border: unset;
    text-transform: uppercase;
    padding: 0 0;
    background-color: #3377b8;
    color: #fff;
}
.modal-square-button i {

    border: 5px solid #3377b8;

    font-size: 19px;
    width: 25px;
    line-height: 15px;
    background-color: #fff;
    color: #3377b8;
}
.modal-square-button span {
    padding: 0 7px;
    font-weight: 600;
}
.modal-square-button i {
    border: 5px solid #3377b8;
    font-size: 20px;
    width: 35px;
    padding: 7px 0px;
    line-height: 17px;
    background-color: #3377b8;
    color: #fff;
}
.modal-button span {
    padding: 0 7px;
    font-weight: 600;
}
.accordian-inner-items li {
    margin-bottom: 35px;
}
.about-us-img {

    width: 570px;

    height: 506px;
    border-radius: 15px;
}

.about-us-head h3 {
    font-weight: 600;
    color: #fff;
}
.where-to-watch-head h3 {
    color: #fff;
    font-weight: 600;

}
.about-us-description p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 33px;
    color: #fff;
    margin-left: 25px;
}
.history-logoo {
    width: 130px;

}
.channel-wrapper p {

    margin: 15px 0 15px 0;
}
.about-us{
    background-image: url('../images/watchchannelbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 90px 0 0 0;

}
.channel-sec {
    /* background-color: #3377b8; */
    border-radius: 20px;
    padding: 20px 0 20px;
    margin: 60px 0 30px 0;

}

.channel-logo-sec-img {
    width: 157px;
    height: 214px;

}
.no-channels-watched li {
    padding: 11px 0;
    border-bottom: 2px solid #000;
    font-weight: 600;
    font-size: 16px;
}
.where-to-watch-channel-sec-wrapper {
    padding: 90px 0 30px 0;
}

.tabs-sec li a.active{
    background-color: #3377b8 !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff !important;
    padding: 15px;
}
.tabs-sec li a {
    padding: 10px 0;
}
.tabs-sec li a {
    padding: 10px 0;
    color: #3377b8 !important;
}
.tabs-sec {
    border-bottom: 2px solid #3377b8 !important;
}

.bg-greenish {
    background-color: #3377b8;
}

.tabs-sec li {
    color: #6c750a !important;
}
.social-cards {

    min-height: 540px;
    border-radius: 40px;
    margin-bottom: 30px;
}
.social-cards p {
    color: #fff;
}
.social-cards p:nth-child(2) {
    font-weight: 600;
    color: #fff;
}
.secondary-button span {
    padding: 7px 0px 8px 20px;
    color: #fff;
    background-color: #3377b8;
    font-weight: 600;
    border-radius: 20px 20px 20px 20px;

}

.secondary-button {
    border-radius: 20px;
    text-decoration: none !important;
}
.secondary-button span i {
    background: #fff;
    width: 50px;
    text-align: center;
    color: #000;
    height: 38px;
    padding: 10px 0;
    margin-left: 10px;
    border-radius: 0px 20px 20px 0;
}
.footer-links ul li a:hover {
    color: #3377b8;
    text-decoration: none;
}
.likes-sec,.comments-sec {
    width: 60px;
}
.text-on-card a {
    text-decoration: none;
}
.text-on-card a{
    color: #fff !important;
}
.likes-sec p,.comments-sec p {
    margin: 0 10px;
}
.inner-card-wrapper {
    background-color: #3377b8;
    padding: 22px 22px;
    border-radius: 20px;
    min-height: 253px;
    margin-bottom: 30px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.inner-card-wrapper:hover{
    transform: scale(1.1);
}

.inner-card-wrapper p {
    color: #fff;
}

.inner-card-wrapper i {
    color: #fff;
}
.likes-and-comment-sec {
    padding-bottom: 15px;
}

.text-on-card {
    padding-bottom: 23px;
}
.social-cards .img-card {

    height: 248px;
    border-radius: 10px;
	object-fit: cover;
	object-position: center;
}
.tabs-inner-wrapper {
    padding: 20px 0;
}
.social-cards .read-more {
    margin: 0px 0px 34px 20px;
}
.social-section {
    padding: 60px 0;

    background-color: #e9e9e9;
}
.social-section .container-fluid {
    display: none !important;
}

.clients-sec {
    margin: 60px 0;
}
.main-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 35%;
}

.main-slider .owl-nav .owl-prev span {
    left: -110px;
    color: #fff;
    position: absolute;
}
.main-slider .owl-nav .owl-next span {
    right:-110px;
    color: #fff;
    position: absolute;
}
.main-slider .owl-dots {
    padding: 50px 0 20px 0;
}
.main-slider {
    position: relative;
}
.main-slider .owl-dots .owl-dot span{
    width: 40px !important;
    height: 2px !important;
}
/* schedule carousel css */
.tvschedulecards .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display:block;


}
.tvschedulecards .owl-nav{
    position: absolute;
    width: 100%;
    top: 10px;
}
.tvschedulecards{
    position: relative;
}
.tvschedulecards .owl-carousel .owl-dots.disabled{
    display: none !important;
}
.tvschedulecards .owl-prev span {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -25px;
    font-size: 35px;
    line-height: 42px;
    width: 50px;
    height: 50px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    background-color: #3377b8;
}
.tvschedulecards .owl-next span {
    position: absolute;
    top: 0px;
    bottom: 0;

    font-size: 35px;
    line-height: 42px;
    width: 50px;
    height: 50px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    background-color: #3377b8;
    right: -25px;

}
.social-section-head::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 12px;
    padding: 20px -2px;
    transform: rotate(90deg);
    left: -7px;
    top: 18px;
    background-color: #3377b8;;
}
.social-section-head h2 {
    padding-left: 20px;
    color: #3377b8;
    font-weight: 600;
}
a{
    text-decoration: unset !important;
}
.no-channels-watched li a {
    color: #fff !important;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {-webkit-appearance:none;}
input[type=number] {-moz-appearance:textfield;}
/* schedule carousel css */
.footer-sec{
    background:url('../images/footerbg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 170px 0 0 0;
}
.footer-top-wrapper {
    padding: 0 0 20px 0;
}
.footer-links-head p {
    font-size: 15px;
    line-height: 48px;
    font-weight: 600;
    color: #3377b8;
    margin-bottom: 0;
    text-transform: uppercase;
}
.tvbanner-slider {
    padding: 170px 0;
}
.tv-sec-cards:hover p{
    color: #fff !important;
}

.bg-light-blue{
    background-color: #3377b8;
}
.secondary-button:hover span {
    background-color: #fff;
    color: #3377b8;
}

.secondary-button:hover span i{
    background-color: #fff;
    color: #3377b8;

}
.text-on-card a:hover {
    font-weight: 600;
    color: #3377b8;
}
.footer-links ul li a {
    color: #fff;
    line-height: 38px;
    font-size: 15px;
    word-break: break-all;
}
.contact-us-links li:nth-child(1) a:before{

    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    line-height: 38px;
    left: 15px;

}
.contact-us-links li:nth-child(1){
    padding: 0 0px 0 25px;
}
.contact-us-links li:nth-child(2) a:before{

    content: "\f041";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    line-height: 24px;
    left: 15px;

}
.contact-us-links li:nth-child(2){
    padding: 0 0px 0 25px;
}
.contact-us-links li:nth-child(2) a{
    line-height: 10px;
}
.contact-us-links li:nth-child(3) a:before{
    content: "\f0e0";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    line-height: 38px;
    left: 15px;
}
.contact-us-links li:nth-child(3){
    padding: 0 0px 0 25px;
}
.contact-us-links {
    width: 80%;
}
.footer-bottom {

    border-top: 1px solid #fff;
    padding: 20px 0 15px 0;
}
.navbar-links ul li a {
    text-transform: capitalize;
}

.soccial-icons-link li:hover {
    width: 30px;
    text-align: center;
    background-color: #3377b8;
    border-radius: 20px;
    /* height: 30px; */
    font-size: 18px;
    line-height: 30px;
    color: #000;
}


.soccial-icons-link li i{
    width: 30px;
    text-align: center;
    background-color: transparent;
    border-radius: 20px;

    font-size: 18px;
    line-height: 30px;

}

.soccial-icons-link li {
    width: 30px;
    text-align: center;

}

.soccial-icons-link li a {
    color: #999999 !important;

}
.soccial-icons-link li:hover i{
    color:#fff ;
}
.footer-bottom p {
    color: #999999;
    margin-bottom: 0;
}
.contact-us-links li:nth-child(2) a {
    line-height: 25px;
}
.primary-button:hover {
    background-color: transparent;
    color: #3377b8;;
    border: 1px solid #3377b8;;
    text-decoration: none !important;
}

/* radio button css */
/* The container */
.radiocontainer {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radiocontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radiocheckmark {
    position: absolute;
    top: 0px;
    margin: 0 20px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .radiocheckmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .radiocheckmark {
    background-color: #212401;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .radiocheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .radiocheckmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #396da8;
}
/* radio button css */


/* modal css */
.reminder-body{
    background-color: #3377b8;
    /* background-image: url('../images/remindermodal.png'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 30px 50px 30px 50px;

}
.reminder-modal-body input {

    background-color: #fff !important;
    /* border: unset; */
    border: 1px solid #396da8 !important;
    border-radius: 20px !important;
    height: 47px !important;
    color: #396da8 !important;
}
.radio-button-label{
    font-size: 18px;
}
.reminder-modal-body label {
    color: #fff;
    margin-bottom: 0;
    margin-top: 15px;
}
.remindermodaldialog .modal-content{
    border-radius: 30px;
    border: unset;
}
.set-reminder-head h3 {
    color: #fff;
}
.submit-button {
    width: 100%;
    background-color: #396da8;
    border: 1px solid #fff;
    border-radius: 25px;
    height: 47px;
    color: #fff;
    margin-top: 15px;
}
/* modal css */

/* checkbox checkmark */
/* The container */
.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkboxcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkboxcheckmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkboxcheckmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkboxcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkboxcheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkboxcheckmark:after {
    left: 5px;
    top: 2px;

    width: 5px;
    height: 10px;
    border: solid #92d0f2;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.note p {
    color: #fff;
    margin: 17px 0 0 0;
}
/* checkbox checkmark */


.modal-image img {
    width: 100%;
    max-width: 666px;
    height: 377px;
    border-radius: 10px;

}


.wildcentralamerica-modal .modal-dialog .modal-content {
    background-color: #424803;
}


.wildcentralamerica-modal .modal-dialog {
    max-width: 778px;
}



.wildcentralamerica-modal .modal-dialog .modal-content {
    background-color: #3377b8;
}

.wild-central-america-head h4 {
    color: #fff;
    font-weight: 600;
}
.wild-central-items ul li {
    color: #fff;
}

.wild-central-items ul li .separator {

    padding: 0 9px;
}
.star-and-rating h3 small {
    font-size: 12px;
}
.star-and-rating i {
    color: #ffd800;
    font-size: 40px;
}
.tv-sec-cards:hover {
    background-color:#3377b8;
}
.tv-sec-cards:hover p{
    color:#fff;
}
.star-and-rating  h3 {
    color: #fff;
}
.wildcentralamerica-modal-body {
    padding: 0 50px 20px;
}
.play-image {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto;
}

.video-playicon {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 40%;
}

.modal-image {
    position: relative;
}
.video-and-reminder-main-wrapper {
    position: absolute;
    width: 100%;
    bottom: 10px;
    padding: 0px 20px 10px 20px;
}
.shadow-unset{
    text-shadow: unset !important;
}
.tv-schedule-head h3 span{
    color: #3377b8;
}
.home-desc button i {
    background-color: #3377b8;
    border-radius: 100px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
}
.about-us-description {
    padding-top: 15px;
}
/* tv-page-css */
.bg-fadededd{
    background-color:#f0f0f0 !important;
}
.greenish-color{
    color:#aebd0b !important;
}
.blue-color{
    color: #3377b8 !important;
}
.tv-banner-head h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;

}
.tv-banner-brad-crumb .breadcrumb {
    background: unset !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">" !important;
    color: #fff !important;
}
.tvpage .tv-sec-cards p{
    color: #000;
}

.bg-light-green{
    background-color: #c8d806;
}
.set-reminder-wrapper {
    color: #fff;
    margin: 3px 5px;
    padding: 5px 10px;
    background-color: #3377b8;
}

.set-reminder-text {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.reminder-sec .search-button {
    border: unset;
    background-color: #3377b8;
}

.reminder-sec .search-button i {
    color: #fff;
    /* color: #a9acafcc; */
    font-size: 15px;
    line-height: 36px;
    padding: 1px 6px;
}

/* tv-page-css */

/* search bar css */
.search-button input[type=text] {
    width: 130px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    border: transparent;
    background-color: transparent;
    background-image: url('../images/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    color: #fff;

}


.search-button input[type=text]:focus {
    width: 130px;
    outline: none !important;
}

/* search bar css */

.modal{
    padding-right: 0 !important;
}
.viasat-logo{
    width: 100px;
/*
    height: 136px;
        object-fit: unset;
*/
}
.set-reminder-inner-wrapper {
    float: right;
    margin-right: 10px;
}

.insta-img{
    min-height: 253px;
    width: 100%;

    border-radius: 20px;
    min-height: 253px;


}
.insta-card-wrapper{
    margin-bottom: 30px;
}
.insta-img:hover{
    -webkit-transform: scale(1.02);
    -webkit-box-shadow: 10px 10px 20px 10px #ccc;
    box-shadow: 10px 10px 20px 10px #ccc;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
button:focus{
    outline: unset !important;
}

.banner-carousel-wrapper .carousel-caption {
    /* position: absolute; */
    right: unset !important;
    bottom: 20px;
    left: unset !important;
    top: 35% !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    /* width: 100%; */
    max-width: unset !important;
    text-align: unset !important;

}
.carousel-caption h3 {
    font-size: 40px;
    font-weight: 600;
}
.carousel-caption p {
    font-size: 16px;
    /* text-align: justify; */
    /* margin: 30px 0 50px 0; */
}
.slider-inner-wrapper h6 {
    font-size: 17px;
    text-align: justify;
    margin-left: 28px;
}
.social-icon-on-top-header {
    padding: 20px 50px;
}

.social-icon-on-top-header i {
    color: #fff;
    padding-left: 10px;
}
.accordian-title {
    color: #3377b8 !important;
}
.social-icon-on-top-header a,.social-icon-on-top-header i{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.footer-links ul li a{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.social-icon-on-top-header a:hover i {
    color: #3377b8;
}
.navbar-links ul li a{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.social-icon-on-top-header a:hover,.navbar-links ul li a:hover  {
    color: #3377b8;

    /* text-shadow: 0px 0px 3px #fff !important; */
}
.social-icon-on-top-header a {
    color: #fff;
}
img.opeartors-link-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
}
.slider-right-col-inner-wrapper h4 {color: #fefefe;font-weight: 600;background: #3377b8;width: 100%;text-align: center;padding: 15px 0px 10px 0;}
.slider-right-col-inner-wrapper p {color: #fff;/* padding-bottom: 15px; */font-size: 14px;/* padding-top: 30px; *//* border-bottom: 1px solid #fff; */padding: 10px 20px;border-bottom: 1px solid rgba(0,0,0,0.5);}
.slider-right-col-inner-wrapper {
    width: 100%;
    margin-left: 150px;
    background: rgba(0,0,0,0.5);
    /* padding: 15px; */
    border-radius: 15px;
    overflow: hidden;
}
.navbar-links ul li a {
    padding: 0 30px 0 10px !important;
}
/**********updated css start here************************ */

.banner-slider .item {
    position: relative;
}
.carousel-wrapper {
    position: absolute;
    width: 100%;
    top: 25%;
    padding: 10px 30px;
}
.main-slidertwo .owl-nav {
    display: none !important;
}
.operatorimg {
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
}
.carousel-img {

    width: 100%;
    object-fit: cover;
    /* height: 314px; */
    object-position: center;
}
.slider-inner-wrapper .primary-button {
    visibility: hidden;
}




.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
.banner-carousel-wrapper .carousel-control-next, .carousel-control-prev{
    display: none !important;
}
.channel-wrapper {
    margin-bottom: 30px;
}

/* Privacy-policy css */
.bg-full-screen-image {
    background: url(../images/bannertwo.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
}
.privacy-policy h1 {
    /* font-size: 25px; */
    color: #3374b6;
    font-weight: 600;
    font-size: 54px;
}

.privacy-policy  h3 {
    font-size: 25px !important;
}

.privacy-policy h2 {
    font-size: 28px;
    font-weight: 600;
}
.bg-none{
    background-color: unset !important;
}
/* privacy-policy css end */

/**********updated css start here************************ */
.slider-inner-wrapper h6 {
    font-size: 17px;
    text-align: left;
    margin-left: 28px;
 }
 .navbar-links ul li a {
    padding: 0 60px 0 30px !important;
    font-size: 17px;
 }
 img.opeartors-link-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
    margin-top: 13px;
 }
 .collapse.navbar-collapse.navbar-links{
        margin-top: 120px;
 }
 .social-icon-on-top-header a {
    color: #fff;
    font-size: 17px;
 }
 /* bottom-to-top button css start here */
 #myBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 100px !important;
    outline: none;
    background-color: #3377b8;
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 10px;
    font-size: 18px;
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
 /* bottom-to-top button css end here */
/**************Responsiveness Start here****************/
@media all and (max-width: 1600px) {
    .banner-carousel-wrapper .carousel-caption {

        left: 14% !important;
    }
    .slider-inner-wrapper {
        padding: 10px 0;
        margin-left: 120px;
    }
    .slider-inner-wrapper .right-border-heading::before {
        left: 9%;
    }
}
@media all and (max-width:1440px){
    .main-slider .owl-nav .owl-prev span {
        left: -70px;
    }
    .main-slider .owl-nav .owl-next span {
        right: -70px;
    }
    .search-wrapper {
        position: relative;
        flex: 0 0 15%;
        max-width: 15%;
    }
    .banner-carousel-wrapper .carousel-caption {
        left: 10% !important;
    }
    .banner-carousel-wrapper .carousel-control-next, .carousel-control-prev{
        width: 10% !important;
    }
    .banner-carousel-wrapper .carousel-caption{
        max-width: 50%;
    }
}
@media all and (max-width: 1366px) {
    .banner-carousel-wrapper .carousel-caption {
        left: 6% !important;
    }
    .banner-carousel-wrapper .carousel-control-next, .carousel-control-prev{
        width: 5% !important;
    }
}
@media all and (max-width:1299px){
    .search-wrapper {
        position: relative;
        flex: 0 0 20%;
        max-width: 25%;
    }
}
@media all and (max-width: 1288px) {
    .slider-right-col-inner-wrapper {

        margin-left: 80px;
    }
    .banner-carousel-wrapper .carousel-caption {
        left: 3% !important;
    }
}
@media all and (max-width: 1024px) {
    .slider-inner-wrapper h1 {
        font-size: 40px;
        margin: 5px 0 35px 0;
        font-weight: 600;
        padding: 6px 0;
    }
    .banner-carousel-wrapper .carousel-caption {
        max-width: 60%;
    }
    .tv-banner-slider-inner-wrappr {
        margin: 200px 0;
    }
    .main-slider .owl-nav .owl-next span {
        right: -37px;
    }
    .main-slider .owl-nav .owl-prev span {
        left: -37px;
    }
    .banner-slider {
        padding: 20px 0 40px 0;
    }
    .tvschedulecards .owl-prev span{
        left: -10px;
    }
    .tvschedulecards .owl-next span{
        right: -10px;
    }
    .logo-footer{
        padding: 10px 50px;
    }

}
@media all and (max-width:991px){
    .slider-right-col-inner-wrapper{
        display: none;
    }
    .slider-inner-wrapper h1 {
        font-size: 30px;
        margin: 35px 0 55px 0;
    }
    .carousel-wrapper {

        top: 15%;
    }
    .banner-carousel-wrapper .carousel-caption {
        left: 5% !important;
    }
}
@media all and (max-width: 800px) {
    .main-slider .owl-dots {
        padding: 40px 0 20px 0;
    }
    .about-us-img-wrapper {
        margin-bottom: 20px;
    }
    .footer-sec{
        background-image: unset;
        background-color: #000;
        padding: 40px 0px;
    }
    .logo-footer {
        padding: 10px 0px;
    }
    .description{
        max-width:100%;
    }
    .slider-right-col-inner-wrapper {
        margin-left: unset;
    }
    .tv-banner-slider-inner-wrappr {
        margin: 100px 0;
    }
    .tv-header-wrapper{
        min-height: 572px;
    }
    .tvbanner-slider {
        padding: 0px 0;
    }
}
@media all and (max-width: 768px) {
    .description{
        max-width: 100%;
    }
    .where-to-watch-channel-sec-wrapper {
        padding: 30px 0;
    }


}
@media all and (max-width:767px){
    .main-slider .owl-nav .owl-prev span {
        left: -80px;
    }
    .main-slider .owl-nav .owl-next span {
        right: -80px;
    }
    .description {
        margin-top: 20px;
    }
    .no-channels-watched {
        padding: 30px;
    }
    .social-section-head {
        margin-bottom: 20px;
    }
    .social-section {
        padding: 12px 0;
    }
    .slider-inner-wrapper h1{
        margin: 10px 0;
    }
    .slider-inner-wrapper h6{
        display: none;
    }
    .slider-inner-wrapper h1 {
        font-size: 35px;
    }
    .carousel-wrapper {
        top: 20%;
    }
    .channel-logo {
        margin-bottom: 50px;
    }

}
@media all and (max-width: 480px) {
    .main-slider .owl-nav{
        display: none;
    }
    
    .footer-sec{
        padding: 10px 0px 0 0;

    }
    .header-wrapper{
        min-height: 422px;
    }

    .tv-banner-slider-inner-wrappr {
        padding-bottom: 50px;
        margin: 50px 0 0 0;
    }

    .set-reminder-inner-wrapper {
        float: unset;
        text-align: center;
    }
    .set-reminder-wrapper {
        width: 75%;
    }
    .set-reminder-wrapper input {
        width: 63%;
    }
    .channel-logo {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 425px) {
    .set-reminder-wrapper input {
        width: 58%;
    }
    .set-reminder-wrapper {
        width: 70%;
    }
}
@media all and (max-width:380px){
    .slider-inner-wrapper h1 {
        font-size: 26px;
    }
    .carousel-wrapper {
        top: 10%;
    }
    .slider-inner-wrapper h1 {
        font-size: 26px;
    }
}
@media all and (max-width: 375px) {
    .tv-schedule-head{
        padding: 10px 0 0px 0;
    }
    .set-reminder-text {
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
    }
}
@media all and (max-width:380px){
    .set-reminder-wrapper {
        color: #fff;
        margin: 3px 0px;

        background-color: #3377b8;
    }
    .set-reminder-wrapper input {
        width: 60%;
    }
    .set-reminder-wrapper{
        padding:5px 0 !important;
    }
    .set-reminder-wrapper{
        width: 80%;
    }

}
@media all and (max-width: 360px) {}
/**************Responsiveness Start here****************/
.modal-header .close{
        margin: 0 !important;
    float: right;
    position: absolute;
    right: 10px;
    z-index: 9999;
}
@media all and (max-width: 1200px) {
    .navbar-links ul li a {
    padding: 0 15px 0 30px !important;
}
}
@media all and (max-width:991px){
   .social-icon-on-top-header {
  padding: 0px 50px 20px 10px;
}
    .collapse.navbar-collapse.navbar-links{
        margin:0;
    }
.navbar-links ul li a {
    padding: 0 30px 0 10px !important;
}
    .collapse.navbar-collapse.navbar-links{
        margin:0;
    }
}
@media all and (max-width: 800px) {
    .privacy-policy h1 {
    font-size: 24px;
}
}
 .channel-sec .row{
     align-items: flex-end;
 }
 .card-content ul li {
    list-style-type: none;
}
.card-content ul ul li {
    list-style-type: disc;
}
@media (max-width:1100px) {}
@media (min-width: 768px) and (max-width: 999px) {
		.slider-inner-wrapper {
    padding: 10px 0;
    margin-left: 0;
		text-align: center;
}
	.right-border-heading::before{
		display: none;
}
.slider-inner-wrapper h1 {
    min-height: unset;
}
.slider-inner-wrapper h6 {
    display: block;
}
.banner-carousel-wrapper .carousel-caption {
    left: 0 !important; 
}
.slider-inner-wrapper h6 {
    font-size: 17px;
    text-align: center;
    margin: 0px;
    padding: 0px 15px;
}
img.banner-images.w-100 {
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.navbar-wrapper {
    position: relative;
    z-index: 999;
    width: 100%;
    background: #3377b8;
}
	.banner-carousel-wrapper .carousel-caption{
		top:10% !important;
	}
}
@media (max-width: 767px) {
		.slider-inner-wrapper {
    padding: 10px 0;
    margin-left: 0;
		text-align: center;
}
	.right-border-heading::before{
		display: none;
}
.slider-inner-wrapper h1 {
    min-height: unset;
}
.slider-inner-wrapper h6 {
    display: block;
}
.banner-carousel-wrapper .carousel-caption {
    left: 0 !important;
}
.slider-inner-wrapper h6 {
    font-size: 17px;
    text-align: center;
    margin: 0px;
    padding: 0px 15px;
}
img.banner-images.w-100 {
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.navbar-wrapper {
    position: relative;
    z-index: 999;
    width: 100%;
    background: #3377b8;
}
	.banner-carousel-wrapper .carousel-caption{
		top:10% !important;
	}
}
@media (max-width: 480px) {
	.slider-inner-wrapper {
    padding: 10px 0;
    margin-left: 0;
		text-align: center;
}
	.right-border-heading::before{
		display: none;
}
.slider-inner-wrapper h1 {
    min-height: unset;
}
.slider-inner-wrapper h6 {
    display: block;
}
.banner-carousel-wrapper .carousel-caption {
    left: 0 !important;
}
.slider-inner-wrapper h6 {
    font-size: 17px;
    text-align: center;
    margin: 0px;
    padding: 0px 15px;
}
img.banner-images.w-100 {
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.navbar-wrapper {
    position: relative;
    z-index: 999;
    width: 100%;
    background: #3377b8;
}
	.banner-carousel-wrapper .carousel-caption{
		top:10% !important;
	}
.viasat-logo {
    width: 60px;
}
.tv-schedule-head {
    padding: 0px 0 40px 0;
}
}