html{
  font-size: 14px;
  scroll-behavior: smooth; 
}
@font-face {
  font-family: "BricolageGrotesque-Bold";
  src: local('BricolageGrotesque-Bold'), url('../fonts/BricolageGrotesque-Bold.woff2') format('woff2');
  font-display: swap;                        
}
@font-face {
  font-family: "Inter_18pt-Bold";
  src: local('Inter_18pt-Bold'), url('../fonts/Inter_18pt-Bold.woff2') format('woff2');
  font-display: swap;                        
}
@font-face {
  font-family: "Inter_18pt-Regular";
  src: local('Inter_18pt-Regular'), url('../fonts/Inter_18pt-Regular.woff2') format('woff2');
  font-display: swap;                        
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 1rem;
  font-family: "Inter_18pt-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
:root {
  --boss-red: #ba0000;
  --boss-pure-red: #ff0000;
  --boss-red-light: #e10000;
  --boss-black: #111111;
  --boss-yellow: #ffcd00;
  --boss-pure-green: #27d045;
  --boss-pure-orange: #ff6e38;
  --boss-light-pink: #f7434f;
  --boss-dark-pink: #dc1564;
  --gradient-bg:linear-gradient(to bottom, #fec300, #ff991c, #ff6e38, #f7434f, #dc1564);
  --cursor-pointer:pointer;
  --fontSize:40px;
  --boss-purple-bg:#4f3187;
  --boss-yellow-dark:#ffbf42;
  --textWhite:#fff;
  --orange-Progress:#ffa700;
  --yellow-Progress:#fff400;
  --lightGreen-Progress:#a3ff00;
  --darkGreen-Progress:#2cba00;
  --list-image:url(../images/check-list.png);
  --paddingLeft27:27px;
  --dark-black-color:#212529;
  --textDecoration:none;
  --bgLight:#fafafa;
  --bs-accordion-btn1-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}


.boss-light-red{
  color: var(--boss-red-light);
}
.boss-pure-red{
  color: var(--boss-pure-red);
}
.boss-pure-green{
  color: var(--boss-pure-green);
}
.boss-black{
  background-color: var(--boss-black);
}
.boss-yellow{
  color: var(--boss-yellow);
}
.btn-primary, .boss-red-bg{
  background-color: var(--boss-pure-red) !important;
  border-color: var(--boss-pure-red) !important;  
}
.btn-primary, .btn-danger, .btn-dark{ 
  transition: background-color .3s ease-in-out !important;
}
.home-content-wrapper-inner p a.btn-primary::after{
  display: none;
}
.home-content-wrapper-inner p a::after{
  display: block !important;
}
.btn-primary:hover, .btn-danger:hover, .btn-primary:active, .btn-primary:focus, a.btn-danger:hover{
  background-color: var(--boss-red) !important;
  border-color: var(--boss-red) !important;    
  transition: background-color .3s ease-in-out !important;
  
}
.btn-dark:hover{ 
  transition: background-color .3s ease-in-out !important;
}
.boss-red-gradient{
  background: rgb(193, 0, 0);
  background: -moz-linear-gradient(bottom, rgba(193, 0, 0, 1) 0%, rgba(71, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(bottom, rgba(193, 0, 0, 1) 0%, rgba(71, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(193, 0, 0, 1) 0%, rgba(71, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10000', endColorstr='#470000',GradientType=1 );
}
.boss-red-gradient-horizontal{
  background: rgb(193, 0, 0);
  background: -moz-linear-gradient(right, rgba(193, 0, 0, 1) 0%, rgba(71, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(right, rgba(193, 0, 0, 1) 0%, rgba(71, 0, 0, 1) 100%);
  background: linear-gradient(to right, rgba(193, 0, 0, 1) 0%, rgba(71, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10000', endColorstr='#470000',GradientType=1 );
}
.navbar-brand{
  position: relative;
}
.navbar-brand:before{
  content: '';
  position: absolute;
  left: -500px;
  right: auto;
  top: 0;
  bottom: auto;
  height: 100%;
  display: block;
  width: 500px;
  background: #000;
}

.red-yellow-gradient{
  background-image: linear-gradient(to right, #ff4e50 0%, #f9d423 100%);
  -webkit-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.dark-gradient{
  background-image: linear-gradient(to right bottom, #333 0%, rgba(36, 0, 92, 1) 50%, #111 100%);
  -webkit-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

/*-----------------new updated css d-------------------*/
.new-pack-in li {
  border-radius: 0.5rem;
  width: 32%;
  float: left;
  border: 1px solid #ccc;
  list-style: none;
  position: relative;
  margin-bottom: 25px;
  margin-right: 12px;
  box-shadow: none;
  transition: box-shadow .3s ease-in-out;
  min-height: 152px;
}
.new-pack-in li:hover{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  transition: box-shadow .3s ease-in-out;
}
.product-name {
  font-family: "BricolageGrotesque-Bold";
}
span.product-name{
  background-color: var(--boss-pure-red);
}


.new-p-in {
  width: 100%;
  display: flex;
  align-items: center;
}
.pack-left {
  width: 75%;
  float: left;
  padding: 20px;
  padding-bottom: 0;
}
.pack-left p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #da1012;
  margin-bottom: 0;
}
.pack-left h5 {
  margin: 0px 0px 10px;
}
.pack-left > h5 strong {
  font-size: 35px;
  font-weight: 800;
  margin-top: 0;
  color: #333;
}
.pack-right {
  width: 70px;
  display: flex;
  background: #da1012;
  height: 70px;
  border-radius: 100%;
  border: dotted 2px #ffff;
  display: flex;
  align-items: center;
}
.pack-right img{
  width: 45px;
}
.pack-right.ornge-l {
  background: #f88222;
}
.pack-right input {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
}
/*-----------------new updated css-------------------*/

/*------------j start---------------*/
.form-control:focus{
  border: solid 1px #f7434f;
  box-shadow: none;
}
.font-size-large{
  font-size: 3.5rem;
} 

.punjabi-customer-service-support-wrapper a h4{
  color: var(--dark-black-color);
}

.punjabi-customer-service-support-wrapper a{
  text-decoration: var(--textDecoration);
}


.list-style-image{
  background: var(--list-image) no-repeat left 5px;
  padding-left: var(--paddingLeft27);
}

.punjabi-customer-service-support-wrapper .round:hover, .punjabi-customer-service-support-wrapper h4:hover, .punjabi-iptv-categories-wrapper p:hover, .punjabi-iptv-categories-wrapper ul li:hover {
  cursor: var(--cursor-pointer);
}
.punjabi-iptv-categories-wrapper ul li:hover, .punjabi-iptv-categories-wrapper ul li:hover .fa-solid, .calculator-wrapper .form a:hover{
  color: var(--textWhite);
}

.punjabi-channel-wrapper .heading::after{
  position: absolute;
  width: 10px;    
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background-image: var(--gradient-bg);
}
.punjabi-customer-service-support-wrapper .round, .set-top-box-choose-us-wrapper .round, .referal-section{
  background-image: var(--gradient-bg);
  width: 100%;
  height: 100%;  
}
.punjabi-customer-service-support-wrapper .round .fa-solid, .set-top-box-choose-us-wrapper .round .fa-solid{
  font-size:var(--fontSize);
}

.punjabi-iptv-categories-wrapper ul li{
  flex-basis: 15.6%;
  height: 150px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}


.punjabi-iptv-categories-wrapper ul li:hover svg{
  fill: white;
}

.punjabi-iptv-categories-wrapper ul li:nth-child(odd){
  background-color:#f4f4f4;
  border: solid 1px rgba(247, 67, 79, 0.5);
  transition: background-color .3s ease-in-out;
}
.punjabi-iptv-categories-wrapper ul li:nth-child(odd):hover, .punjabi-iptv-categories-wrapper ul li:nth-child(even):hover{
  background-color:rgb(247, 67, 79);
  transition: background-color .3s ease-in-out;
}
.punjabi-iptv-categories-wrapper ul li:nth-child(even){
  border: solid 1px rgba(247, 67, 79, 0.5);
  transition: background-color .3s ease-in-out;
}
.channel-captcha{
    padding-left: 40px !important;
    margin-right: 8px;
    width: 80%;
} 
.err-msg{
    color: red;
    text-align: left;
    padding: 0 0 0 8px;        
}
.captcha-div{
    width: 80%;   
    background: white;
    margin-right: 15px;
}
.captcha-img{
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.calculator-wrapper{
  background-image: url(../images/banners/saving-calculator.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.calculator-wrapper .form{
  background-image: var(--gradient-bg);
  box-shadow: inset 10px 10px 19px 0px rgba(255, 255, 255, 0.5), 10px 10px 19px 0px rgba(0, 0, 0, 0.5); 
}
.calculator-wrapper .form-group.custom-select select{
  height: 40px;
}
.calculator-wrapper .form-group.custom-select select::before{
  position: absolute;
  content: "";
  width: 25px;
  height: 45px;
  background: #eeeef0 url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  text-align: center;
  right: 0;
  pointer-events: none;
}
.entertainment-wrapper{
  background-color:var(--boss-purple-bg);
}
.entertainment-wrapper .content-colum h3 strong{
  color: var(--boss-light-pink);
}
.entertainment-wrapper .content-colum h3 span{
  color: var(--boss-yellow-dark);
}
.outer-box{
  border:solid 2px var(--boss-light-pink);
  width: 160px;
  height: 160px;
  transform: scale(1);
  transition: transform .3s ease-in-out;
}
.outer-box:hover{
  transition: transform .3s ease-in-out;
  transform: scale(1.1);
}
.boss-light-red{
  color: var(--boss-red-light);
}
.call-now a:hover{
  color: var(--boss-red-light)
}

/* Feature Page Css Start */

.feature-content-form-wrapper{
  background: url(../images/banners/featue-bc-1.jpg) no-repeat; 
  background-size: cover;   
}
.feature-banner-wrapper img{
  min-height: 400px;
  object-fit: cover;
}

/* Feature Page Css End */

/* Contact Page Css Start */

.call-back-form{
  border-color: var(--boss-pure-red) !important;
  min-height: 470px;
}
.call-back-form .icon, .get-in-touch-icon{
  background-color: var(--boss-pure-red) !important;
}
.size{
  width: 100px;
  height: 100px;
}
.contact-form-wrapper{
  background: url(../images/featue-bc-1.webp) no-repeat;
  background-size: cover;
}
.request-form-box img{
  box-shadow: 0 3px 3px rgba(0,0,0,.7);
}

/* Contact Page Css Start */

/* Set Top Box Page Css Start */

.boss-light-pink-background-color{
  background-color:var(--boss-pure-red) !important;
}
.boss-light-pink-text-color{
  color:var(--boss-light-pink) !important;
}
.boss-light-pink-border{
  border:solid 1px var(--boss-pure-red);
}
.set-top-box .boss-light-pink-border{
  box-shadow: none;
  transition: box-shadow .3s ease-in-out;
  min-height: 740px;
}
.set-top-box .boss-light-pink-border:hover{
  box-shadow: 0 0 15px rgba(0,0,0,.4);
  transition: box-shadow .3s ease-in-out;
}
.set-top-box .inner{
  border-radius: 4px 4px 0 0;
}
.linux-android-wrapper{
  background: url(../images/set-top-box-android-option-bg.jpg) no-repeat;
  background-size: cover;
}
.set-top-film-wrapper .size{
  width: 230px;
  height: auto;
}


/* Set Top Box Page Css End */


/* Faq Css start */

.faq-wrapper .accordion button.accordion-button{
  background-color: var(--boss-light-pink);
}
.faq-wrapper .accordion-button:focus{
  box-shadow: none;
}
.faq-wrapper .accordion-button:not(.collapsed)::after, .faq-wrapper .accordion-button::after{
  background-image:var(--bs-accordion-btn1-icon);
}

/* Faq Css End */


/* Sitemap Css Start */

.sitemap-wrapper ul li{
  min-width: 10.5%;
  max-width: 100%;
}
.sitemap-wrapper ul li a.btn-primary{
  background-color: var(--boss-light-pink) !important;    
}
.sitemap-wrapper ul{
  justify-content: center;
}

/* Sitemap Css end */

/* Testimonial Css Start */
.bottom-content-testi{
  min-height: 400px;
}
.testimonials-slider .slick-next:before, .testimonials-slider .slick-prev:before {
  opacity: .75;
  color: #f00;
}
.testimonial-content-wrapper .user-icon{
  height: 130px;
  border-radius: 70px 0px 0px 70px;
  border:solid 2px var(--boss-light-pink);
}
.testimonial-content-wrapper .user-icon i{
  font-size: 50px;
}
.progress-circle{ 
flex-basis: 20%;
}
.progress{
width: 150px;
height: 150px;
}
.progress:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #e7e7e7;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span{
  top: 0;
  z-index: 1;
}
.progress .progress-left{
  left: 0;
}
.progress .progress-bar{
  background: none;
  border-width: 5px;
  z-index: 9;
  border-style: solid;
  top: 0;
}

.progress .progress-left .progress-bar{
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  
}
.progress .progress-right{
  right: 0;
}
.progress .progress-right .progress-bar{
  left: -100%;
  border-color: var(--boss-light-pink);
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  
}
.progress.star3 .progress-right .progress-bar{
  border-color: var(--boss-pure-red);
}
.progress.star4 .progress-right .progress-bar{
  border-color: var(--orange-Progress);
}
.progress.star5 .progress-right .progress-bar{
  border-color: var(--yellow-Progress);
}
.progress.star2 .progress-right .progress-bar{
  border-color: var(--lightGreen-Progress);
}
.progress.star1 .progress-right .progress-bar{
  border-color: var(--darkGreen-Progress);
}
.progress .progress-value{
  width: 85%;
  height: 85%;
  border-radius: 50%;
  background: rgba(247, 67, 79, 0.1);
  line-height: 125px;
  top: 7.5%;
  left: 7.5%;
}
.progress.star1 .progress-right .progress-bar{
  animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.star2 .progress-right .progress-bar{
  animation: loading-3 1s linear forwards 1.8s;
}
.progress.star3 .progress-right .progress-bar{
  animation: loading-4 0.5s linear forwards 1.8s;
}
.progress.star4 .progress-right .progress-bar{
  animation: loading-5 1s linear forwards 1.8s;
}
.progress.star5 .progress-right .progress-bar{
  animation: loading-6 1.5s linear forwards 1.8s;
}
@keyframes loading-2{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(160deg);
      transform: rotate(160deg);
  }
}
@keyframes loading-3{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
  }
}
@keyframes loading-4{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(36deg);
      transform: rotate(36deg);
  }
}
@keyframes loading-5{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
}
@keyframes loading-6{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(75deg);
      transform: rotate(75deg);
  }
}

/* Testimonial Css end */


/* Payment css start */

.h_40{
  height: 50px;
}
.border-white{
  border-color: #ffffff;
}

/* Payment Css end */


/* Channel Css start */

.channels-icon img{
  height: 130px;
  object-fit: cover;
}



/* Channel Css end */

/* Product-Detail Css start */

.product-Specifications-Wrapper th {
  color: #F53D3D;
  font-size: 16px;
}

.carousel-indicators{
  bottom: -33px;
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-start;
}

.carousel-indicators [data-bs-target]{
  width: 100px;
}

/* Product-Detail Css end */

/* Blog Css start */

.blog-banner{
  background: url(../images/banners/about-bc.jpg) no-repeat;    
  background-size: cover;
}
.blog-listing-wrapper p{
  font-size: 1rem !important;
}

.blog-detail-page aside .widget{
  background-color: #fafafa;
  padding: 15px;
  margin-bottom: 15px;
  border: solid 1px #e5e5e5;
  border-bottom: solid 2px #f7434f;
}
.blog-detail-page aside .widget h2{
  font-family: "BricolageGrotesque-Bold";
  font-size: 22px;
}

.blog-detail-page aside .widget ul li a{
  border-bottom: none;
}
.blog-detail-page aside .wp-block-latest-posts.wp-block-latest-posts__list{
  list-style-type: disc;
  padding-left: 2rem;
  
}
.wp-block-latest-posts li:before, .wp-block-categories-list li:before{
  display: none;
}

.wp-block-latest-posts li, .wp-block-categories-list li{
  padding-left: 0;
}

.boss-blog-pagination .nav-links .page-numbers {
  width: 35px;
  height: 34px;
  border-radius: 34px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 2px;
  line-height: 34px;
  color: #333;
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.boss-blog-pagination .nav-links .page-numbers.current, .boss-blog-pagination .nav-links .page-numbers.current:hover {
  
  background: var(--boss-light-pink);
  color: #fff;
}
.boss-blog-pagination .nav-links .page-numbers.next, .boss-blog-pagination .nav-links .page-numbers.prev {
  width: auto;
  padding: 0 25px;
}
.boss-blog-pagination .nav-links .page-numbers:hover {
  background: var(--boss-light-pink);
  color: #FFF;
}

/* Blog Css end */

/* About Css start */

.mobile-banner{
  display: none;
}
.desktop-banner{
  display: block;
}


/* About Css end */

.set-top-film-wrapper picture img{
  display: block;
  max-width: 100%;
  height: auto;
}
picture{
  display: block;
  background: url(../images/loading.svg) no-repeat center center;
  background-size: 40px;
}
.mt-120{
  margin-top: 120px;
}
.product-Specifications-Wrapper tr th{
  --bs-table-accent-bg:transparent !important;
  color: var(--boss-light-pink) !important;    
}
.product-Specifications-Wrapper tr td{
  font-size: 13px;
}

.product-Specifications-Wrapper tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.06);
}
.product-Specifications-Wrapper tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.03);
}
.bsb-flip-h {
  transform: scaleX(-1);
}
.offcanvas {
  max-width: 300px;
  opacity: 0;
}
.modal.fade .modal-dialog{
  transition: transform .3s ease-in-out !important;
  transform: translate(0, -25%) !important;
}
.modal.fade.show .modal-dialog{
  transition: transform .3s ease-in-out !important;
  transform: translate(0, 0) !important;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: var(--boss-light-pink);
}
.channels-icon{
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  transition: box-shadow .3s ease-in-out;
  border-radius: 0.5rem;
}
.channels-icon img{
  border-radius: 0.5rem;
}
.channels-icon:hover{
  box-shadow: none;
  transition: box-shadow .3s ease-in-out;
}

.signup-btn{
right: 15px;
}
.home-content-wrapper-inner p a::after{
display: none;
}

.boss-desktop-slider .slick-dots{
  bottom: 45px;
}

.boss-desktop-slider .slick-dots li button:before{
  color: #ffffff;
  opacity: 0.5;
  font-size: 9px;
}
.boss-desktop-slider .slick-dots li.slick-active button:before{
  color: #ffffff;
  opacity: 1;
}
.boss-desktop-slider .slick-dots li{
  margin: 0;
}
.boss-desktop-slider.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.height_37{
  height: 37px;;
}
.margin-10{
  margin-left: 10px;
}
.top-selling-iptv img{
  width: 100%;
}
.about h1{
  position: relative;
}
.about h1::after{
  position: absolute;
  width: 10px;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background-image: var(--gradient-bg);
}
/* Css for Video Slider */

.video-placeholder {
  width: 100%;
  height: 255px;
  background: url("https://img.youtube.com/vi/5lwY_KMKNYg/hqdefault.jpg") center center/cover no-repeat #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
}
.play-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.name-custom h3{font-size: 13px;}
.name-custom .col-6 {
  padding-right: 0px;
}
.name-custom p {
  font-size: 13px;
}
.videoSlider .slick-slide {
  border: 2px solid #dc3545 !important;
  min-height: 365px;
}
.videoSlider .slick-prev {
  left: 0 !important;
  z-index: 9;
}
.videoSlider .slick-prev:before, .videoSlider .slick-next:before {
  font-size: 30px !important;
  opacity: .75;
  color: #dc3545 !important;
}
.videoSlider .slick-next {
  right: 0px !important;
}
.hls-video-wrapper{
  position: relative;
  padding-bottom: 56.3%;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.hls-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tablefeature {
  background-color: #feeded;
}

/*------------end j---------------*/





.invert-btn-white{
  -webkit-filter: invert(100%);
  -ms-filter: invert(100%);
  -moz-filter: invert(100%);
  filter: invert(100%);
  opacity: 1;
}
.grotesque-font{
  font-family: "BricolageGrotesque-Bold";
}
.inter-bold-font{
  font-family: "Inter_18pt-Bold";
}
strong{
  font-family: "Inter_18pt-Bold";
}
.top-strip{
  background-color: var(--boss-black);
}
.top-strip a:hover{
  color: #FFF;
}
#bossDesktopNavigation{
  position: relative;
  background: linear-gradient(to bottom, #323232, #323232 50%, #202020 50%, #202020);
}
@media (prefers-reduced-motion: reduce) {
    .price-features-wrapper .fade {
        transition: opacity .15s linear;
    }
    .home-faq-warpper .collapsing {
        transition-property: height, visibility;
        transition-duration: .35s;
    }
}
.home-faq-warpper .accordion-button:not(.collapsed) {
    color: var(--boss-pure-red);
    background-color: #ffeff2;
    box-shadow: none;
}
.btn, a, .price-features-wrapper .nav-pills .nav-link,
.home-content-wrapper-inner p a::after,
.why-choose-us-wrapper p a::after,
.boss-iptv-benefits-content,
.about p a::after,
.feature-content-form-wrapper li a::after
.punjabi-channel-wrapper p a::after
.iptv-plans-wrapper .columns{
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
   
}
.home-content-wrapper-inner p a, .review-content p a, .set-top-box p a, .why-choose-us-wrapper p a, .about p a, .punjabi-channel-wrapper p a, .feature-content-form-wrapper li a, .privacy-policy-wrapper a, .buy-now-wrapper p a, .thankyou-wrapper p a, .buy-content-wrapper p a, .linux-android-wrapper p a{
  color: var(--boss-pure-red);
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
}
.home-content-wrapper-inner p a::after, .review-content p a::after, .set-top-box p a::after, .why-choose-us-wrapper p a::after, .about p a::after, .punjabi-channel-wrapper p a::after, .feature-content-form-wrapper li a::after, .privacy-policy-wrapper a::after, .buy-now-wrapper p a::after, .thankyou-wrapper p a::after, .buy-content-wrapper p a::after, .linux-android-wrapper p a::after{
  content: '';
  background:rgba(0, 0, 0, 0.15);
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  top: auto;
  transition: width .3s ease-in-out;
}
.home-content-wrapper-inner p a:hover::after, .review-content p a:hover::after, .set-top-box p a:hover::after, .why-choose-us-wrapper p a:hover::after, .about p a:hover::after, .punjabi-channel-wrapper p a:hover::after, .feature-content-form-wrapper li a:hover::after, .privacy-policy-wrapper a:hover::after, .buy-now-wrapper p a:hover::after, .thankyou-wrapper p a:hover::after, .buy-content-wrapper p a:hover::after, .linux-android-wrapper p a:hover::after{
  width: 0;
  transition: width .3s ease-in-out;
}
.price-features-wrapper .nav-pills{
  background-color: #e2e2e2;
  border: 1px solid #CCC;
  border-radius: 30px;
}
.price-features-wrapper .nav-pills .nav-link{
  color: #454545;
}
.price-features-wrapper .nav-pills .nav-link.active, .price-features-wrapper .nav-pills .show>.nav-link{
  background-color: var(--boss-red);
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.rac-side-btn{
  position: fixed;
  right: -70px;
  top: 70%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 2;
  min-width: 172px;
  min-height: 33px;
}

.main-header{
  min-height: 90px;
  max-height: 100px;
}

.main-header .navbar-nav .nav-link{
  color: #FFF;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-header .navbar-nav .nav-link:focus{
  outline: 0;
}
.main-header .navbar-nav .nav-item{
  border-left:1px solid rgba(255, 255, 255, 0.2);
}
.main-header .navbar-nav .nav-item:first-of-type{
  border-left: 1px solid transparent;
}
.main-header .navbar-nav .nav-item:last-of-type .nav-link{
  padding-right: 0;
}
.main-header .navbar-nav .nav-link:hover{
  color: var(--boss-pure-red);
}
.main-header .navbar-nav .dropdown-menu.show{
  padding: 1rem 1rem 1rem 0.5rem;
}
.main-header .navbar-nav .dropdown-item{
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.dropdown .dropdown-toggle, .dropdown .dropdown-toggle:focus, .dropdown .dropdown-toggle:active{
  outline: none;
  padding-top: 0.2rem !important;
  padding-bottom: 0rem !important;
  border: none;
  color: #FFF;
}
.dropdown-menu{
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-nav-btn{
  display: none;
}
.boss-desktop-slider{
  min-height: 470px;
}
.boss-desktop-slider .slick-next, .boss-mobile-slider .slick-next{
  right: 20px;
}
.boss-desktop-slider .slick-prev, .boss-mobile-slider .slick-prev{
  left: 20px;
}
.box-features-wrapper{
 background: url(../images/featue-bc-1.webp) no-repeat center center;
 background-size: cover;
 min-height: 200px;
}
.referal {
    background: linear-gradient(to bottom, #d5dee7 0, #e8ebf2 50%, #e2e7ed 100%), linear-gradient(to bottom, rgba(0, 0, 0, .02) 50%, rgba(255, 255, 255, .02) 61%, rgba(0, 0, 0, .02) 73%), linear-gradient(33deg, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%);
    background-blend-mode: normal, color-burn;
}
.common-inner-header{
  background: url(../images/abstract-red-circle-black-background.jpg);
  background-repeat: repeat-x;
  background-size: 50%;
  background-position: center;
  position: relative;
}

.common-inner-header::before{
  content: '';
  background: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.common-inner-header > *{
  position: relative;
  z-index: 1;
}
.no-min-height{
  min-height: unset;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: rgba(255, 255, 255, 0.6);
}

#desktopBackToTopButton {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    right: 215px;
    bottom: 25px;
    background: #111;
    border-radius: 100%;
    z-index: 9;
    border: 2px solid #FFF;
}

.text-link, .blog-detail-page a, .blog-post-title a, .post-meta a{
  color: var(--guru-purple);
  text-decoration: none;
  border-bottom: 1px solid #caa8ff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.text-link:hover, .blog-detail-page a:hover, .blog-post-title a:hover, .post-meta a:hover{
  border-color: transparent;
}
.btn-more{
  max-width: 200px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-more:hover{
  background: -moz-linear-gradient(left, rgba(80, 14, 186, 1) 0%, rgba(80, 14, 186, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(80, 14, 186, 1) 0%, rgba(80, 14, 186, 1) 100%);
  background: linear-gradient(to right, rgba(80, 14, 186, 1) 0%, rgba(80, 14, 186, 1) 100%);
}
.home-channels-wrapper{
  background: url(../images/channel-bg.jpg) no-repeat center center;
  min-height: 500px;
}
.alt-text-block {
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    font-size: 9px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 30px;
    margin: auto;
    height: 26px;
    width: 90%;
    line-height: 26px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.flex-div .channeldiv {
    margin: 0.27%;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    flex-basis: 19.2%;
    

}
.flex-div .channeldiv picture img{
  background-color: #212529;
  transition: transform .3s ease-in-out;
}
.flex-div .channeldiv picture img:hover{
  background-color: #000;
  transition: background-color .3s ease-in-out;
}
.flex-div .channeldiv a{
    height: 100%;
    position: relative;
    padding: 10px 0 15px 0;
    transition: transform .3s ease-in-out;
}
.flex-div .channeldiv a:hover{
  background-color: #000 !important;
  transition: background-color .3s ease-in-out;
}
.flex-div .channeldiv a:hover img{
  background-color: #000 !important;
  transition: background-color .3s ease-in-out;
}
.flex-div .channeldiv a:hover .alt-text-block{
  background: rgba(255, 0, 0, 0.5);
}
.flex-div.homepage-channels .channeldiv{
    width: 13.74%;
}

.right {
    color: green;
    font-size: 1.3em;
    vertical-align: middle;
 }
.wrong {
  color: red;
  font-size: 1.3em;
  vertical-align: middle;
}
.form-group {
  margin-bottom: 1rem;
}
.custom-cpacha .cpacha-ref input[type=button], .custom-cpacha .cpacha-ref.visible input {
    background-image: url(../images/refresh.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
    background-color: transparent;
}
.custom-cpacha input[type="text"]{
  width: 46%;
  margin-right: 4%;
}
.custom-cpacha .cpacha-ref input {
    width: 40px;
    height: 40px;
    display: inline;
    padding-left: 0;
    outline: 0;
    border: none;
}
.light-gray-bg{
  margin:0;
  padding:20px 20px 20px 10px;
  position:relative;
}
.light-gray-bg::before, .payment-card .card-body .col-sm-6.bg-white::before{
  content:'';
  width: 0;
  height: 0;
  border-top: 20px solid #520ebb;
  border-right: 20px solid transparent;
  position:absolute;
  left:5px;
  top:5px;
  right:auto;
  bottom:auto;
}
.light-gray-bg::before{
  left:-5px;
}
.why-choose-us-wrapper h2{
  position: relative;
}
.why-choose-us-wrapper h2::after, .why-choose-us-wrapper h2::before {
    content: "";
    position: absolute;
    height: 61px;
    top: 0;
}
.why-choose-us-wrapper h2::before{
    border-left: 30px solid var(--boss-pure-red);;
    border-bottom: 62px solid transparent;
    left: 100%;
    right: auto;
}
.why-choose-us-wrapper h2::after {
    border-right: 30px solid var(--boss-pure-red);;
    border-top: 61px solid transparent;
    right: 100%;
    left: auto;
}
.boss-iptv-benefits-content{
  min-height: 340px;
}
.boss-iptv-benefits-content h4 i{
  vertical-align: middle;
}
.boss-iptv-benefits-content{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  transition: box-shadow .3s ease-in-out;
}
.boss-iptv-benefits-content:hover{
  box-shadow: none !important;
  transition: box-shadow .3s ease-in-out;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.common-listing-ul{
  list-style-type: none;
}
.common-listing-ul li{
  padding-bottom: 10px;
}
.collapsing {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  transition: height 0.4s ease;
}
.center-slider .slick-slide img{
  width: 100%;
  height: auto;
}
.center-slider .slick-slide{
  transform: scale(0.85);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.center-slider .slick-current{
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.center-slider .slick-list::before, .center-slider .slick-list::after{
  content: '';
  width: 50px;
  height: 100%;
  display: block;
  background: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.center-slider .slick-list::after{
  right: 0;
  left: auto;
}
.center-slider .slick-prev{
  left: 30px;
}
.center-slider .slick-next{
  right: 30px;
}
.center-slider .slick-prev::before, .center-slider .slick-next::before,
.testimonials-slick .slick-prev::before, .testimonials-slick .slick-next::before{
  color: #111;
}

#whatsappIcon .cls-1 {
   fill: #27d045;
}
#whatsappIcon {
  position: fixed;
  bottom: 20px;
  right: 150px;
  width: 50px;
  height: 50px;
  z-index: 99;
}
#whatsappIcon .cls-2,
#whatsappIcon .cls-5 {
   fill: none;
}

#whatsappIcon .cls-2 {
   stroke: #fff;
   stroke-width: 5px;
}

#whatsappIcon .cls-3 {
   fill: #fff;
}

#whatsappIcon .cls-4 {
   stroke: none;
}
.testimonials-slick{
  width: 60%;
  font-size: 1.1rem;
}
.testimonials-slick .slick-list{
  padding: 20px;
}
.testimonials-slick .testimonial{
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.testimonials-slick .testimonial::before{
  content: '\F6B0';
  background: var(--guru-blue);
  color: #FFF;
  font-size: 2rem;
  font-family: bootstrap-icons !important;
  display: block;
  z-index: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.testimonials-slick .testimonial > *, .footer-newsletter-wrapper > * {
  position: relative;
  z-index: 1;
}
.testimonials-slick .testimonial .user-name::before, .testimonials-slick .testimonial .user-name::after{
  content: '';
  width: 40px;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 20px;
}
.testimonials-slick .testimonial .user-name::after{
  right: 100%;
  margin-right: 20px;
  left: auto;
}
.counter-box div{
  min-width: 150px;
}
.top-selling-footer-wrapper, .footer-newsletter-wrapper{
  background: url(../images/counter-bc.jpg) no-repeat center center;
  background-size: cover;
}
#news-letter input, #news-letter canvas{
  height: 36px;
}
#news-letter input#textBox3, #news-letter canvas{
  width: 100px;
}
#news-letter input[type="email"]{
  width: 400px;
}
#news-letter canvas{
  background: #EEE;
}
#news-letter .news-letter-error{
  color:#f00;
  font-size:11px;
  text-shadow:none;
  font-weight:400;
}

.footer-links ul{
  list-style-type: none;
  display: flex;
}
.footer-links ul li{
  padding: 3px 7px;
}
.footer-links ul li a{
  color: #CCC;
  display: block;
  padding: 2px 4px;
  text-decoration: none;
  font-weight: 500;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-links ul li a:hover{
  border-color: transparent;
  color: #FFF;
}
.footer-links ul li a:focus-visible{
  outline: 0;
}
#news-letter .custom-cpacha input.form-control.input-lg {
    border-radius: 25px 0 0 25px;
    margin-right: 0;
    padding-left: 20px;
}
.newsletter-submit{
  border-radius: 0 25px 25px 0 !important;
}
#news-letter .custom-cpacha input {
    margin: 0;
    display: block;
    height: 40px;
    border-radius: 0;
    border: none;
    border-left: 2px solid #111;
}
#news-letter .custom-cpacha input.chk, #news-letter .custom-cpacha input.captcha{
  width: 120px;
  padding-left: 10px;
}
#news-letter .custom-cpacha .cpacha-ref input{
  background-color: #20c5cb;
}
.offcanvas {
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-width: 350px;
}

#homeSignupModal .close {
    float: right;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: 1;
    position: absolute;
    right: -10px;
    top: -15px;
    padding: 0;
    border: none;
    background: transparent;
    z-index: 1;
    transform: scale(1);
    transition: transform .3s ease-in-out;
}
.iptv-plans-wrapper .columns {
  transform: scale(1);
  transition: transform .3s ease-in-out;
}
.iptv-plans-wrapper .columns:hover {
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: transform .3s ease-in-out;
}
.iptv-plans-wrapper .columns ul {
    background: var(--boss-black);
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.iptv-plans-wrapper .columns ul li{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 10px 10px 30px;
  color: white;
  position: relative;
}
.iptv-plans-wrapper .columns ul li:before{
  content: '😍';
  position: absolute;
  left: 5px;
  top: 10px;
}
.iptv-plans-wrapper .columns ul li:last-child{
  border-bottom: none;
}
.iptv-plans-wrapper .columns ul li.subscription,
.iptv-plans-wrapper .columns ul li.usd,
.iptv-plans-wrapper .columns ul li.grey{
  padding-left: 10px;
}
.iptv-plans-wrapper .columns ul li.subscription:before,
.iptv-plans-wrapper .columns ul li.usd:before,
.iptv-plans-wrapper .columns ul li.grey:before{
  display: none;
}

.calculator-box, .calculator-box2 {
    background: var(--boss-pure-red);
    position: relative;
}
.calculator-box2 {
    height: auto;
}
.calculator-box2:before, .calculator-box:before {
    content: "";
    display: block;
    background: #000;
    height: 80px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
    border-radius: 0.375rem 0.375rem 0 0;
}
.calculator {
    padding: 25px 25px 0;
}
.cal-msg .call-div {
    background: var(--boss-pure-green);
}
.cal-msg .call-div img {
    filter: brightness(0) grayscale(1) invert(1);
    width: 26px;
    vertical-align: middle;
    margin-top: -6px;
}
#referbutton {
    position: fixed;
    top: 72%;
    bottom: 0;
    transform: translate(0, -50%);
    width: 48px;
    height: 174px;
    z-index: 99;
}
.review-content p a:focus{
    outline: 0;
}

.vertical-video-tab ul.nav li.nav-item div.active{
  border: solid 1px #ff0000;
  background-color: #ff0000;
  color: #fff;
}
.tab-pane.active .vertical-video-tab .vertical-new-tab{
  border: solid 1px #dc3545 !important;
}
.vertical-video-tab ul li.nav-item div{
  padding: 5px;
  border: solid 1px #dee2e6;
}
.vertical-video-tab ul li.nav-item p{
  margin-bottom: 0;
}
.desktop-tab-order {
  order: 1;
}
.mobile-tab-order {
  order: 2;
  margin-top: 56px;
}

/* Free Trial section start */

.trail-banner {
  background: url(../images/trial-cta-bg.jpg) center center / cover no-repeat;
}
.border-white{
  border:solid 2px #fff;
}
.free_hour{
  line-height: 32px;
}
.fs-45{
  font-size: 45px;
}
.fs-35{
  font-size: 24px;
}
.radius_100{
  border-radius: 100px;
}
.trail-banner ul li{
  background: url(../images/free-trial-bullet-img.png) no-repeat;
  padding-left: 20px;
  background-position: center left;
  line-height: 16px;
}
.free-trial-error{
  top: 5px;
  position: relative;
}
.fs-80{
  font-size: 80px;
  line-height: 1;
}

.fs-55{
  font-size: 48px;
}
.desktop-img{
  order: 1;
}
.desktop-form{
  order: 2;
}
.yellow-text{
  color:#fcb91e;
}
.bg-black{
  background-color: #000;
}

.bg-orange{
  background-color: #ff7700;
}
.trail-banner button:hover{
  background-color: #d76a0b;
}
button.refreshButton.refresh_captcha{
  background-color: transparent;
  border: none;
}
.blue-tranparent-bg{
  background-color: rgba(5, 22, 59, 0.9);
}
.blue-tranparent-bg .form-control{
  background-color: transparent;
}
.trail-banner input::placeholder{
  color: #6c757d;
}
.trail-banner .form-control:focus{
  border: solid 1px #ffffff;
}

.trail-banner .capcha-input{
  height: 40px;
}
.trail-banner .capcha-input img{
  padding: 5px 0 0 20px;
  display: block;
  margin: 0 auto;
}
.desktop-form.blog button.bg-orange:hover{
  background-color: #ff7700;
}

#sidebarWrap {
    float: right;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
}
#sidebar {
    position: absolute;
    width: 370px;
}
#sidebar.fixed {
    position: fixed;
    top: 10px;
}

.free-trial-desktop{
  order:1 ;
}
.free-trial-mobile{
  order: 2;
}

.blog-detail-page .cpacha-ref .capcha-input{
  height: 40px;
  margin: auto;
  display: block;
  text-align: center;
}

.about h2 {
  position: relative;

}

.about h2::after {
    position: absolute;
    width: 10px;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background-image: var(--gradient-bg);
}

.free-trial-iptv .flex-div .channeldiv{
    flex-basis: 13.45%;
    margin: .27%;
    min-height: 140px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 130px;
}

.iptv-access{
  background: url(../images/free-trial-bg-img-1.png) no-repeat center center;
}

.free-trial-faq .capcha-input {
    height: 40px;
}
.free-trial-faq button.bg-orange:hover,.free-trial-popup button.bg-orange:hover{
  background-color: #ff7700;
}

.free-trial-red-circle{
  width: 100px;
  height: 100px;
  border-radius:100%;
  background: var(--boss-pure-red);
}

.text-yellow {
    color: #ffff00;
}

.new-pack-in li.bg-light a, .new-pack-in li a{
  text-decoration: none;
}


/* /Free Trial section end*/

/* Responsive Media Queries */

/* XX-Large devices (larger desktops, 1400px and up) */
@media screen and (max-width: 1400px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media screen and (max-width: 1200px) {

}

/* Large devices (desktops, 992px and up) */
@media screen and (max-width: 992px) {

}

/* Medium devices (tablets, 768px and up) */
@media screen and (max-width: 768px) {
  #bossMobileNavbar{
    display: none;
  }
  .top-strip{
    min-height: 26px;
    max-height: 30px;
  }
  .top-strip .justify-content-end{
    justify-content: space-between !important;
  }
  .boss-mobile-slider,
  .boss-mobile-slider .slick-slide,
  .boss-mobile-slider .slick-slide img{
    min-height: 270px;
    max-height: 290px;
  }
  .boss-mobile-slider{
    overflow: hidden;
  }
  .referal picture, .referal picture img{
    min-height: 205px;
    max-height: 210px;
  }
  .boss-mobile-slider .slick-slide img{
    font-size: 0;
  }
  .main-header .navbar-brand {
    transform: translateY(0);
  }
  .main-header .navbar-brand img {
    width: 180px;
    height: auto;
  }
  
  .flex-div.homepage-channels .channeldiv, .flex-div .channeldiv{
    width: 31%;
    margin: 0 2% 2% 0;
    min-height: 120px;
  }
  .channel-type .channel-type-single{
    flex-basis: 46%;
    line-height: 1.2;
  }
  
  .footer-newsletter-wrapper, .center-slider .slick-list::before, .center-slider .slick-list::after{
    display: none;
  }
  .center-slider .slick-current, .center-slider .slick-slide{
    transform: scale(1.0);
  }
  
  #offcanvasRight .offcanvas-body .collapse:not(.show) {
      display: block;
      max-width: 100%;
  }
  .offcanvas-toggle-btn{
      position: relative;
  }
  .offcanvas-toggle-btn::after{
      display: inline-block;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent;
  }
  #offcanvasRight .offcanvas-header .btn-close{
    -webkit-filter: invert(100%);
    -ms-filter: invert(100%);
    -moz-filter: invert(100%);
    filter: invert(100%);
    opacity: 1;
  }
  .mobile-nav-btn,
  .mobile-nav-btn:focus,
  .mobile-nav-btn:hover,
  .mobile-nav-btn:active{
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.1rem 0.8rem !important;
    border-radius: 4px;
    color: #FFF;
    font-size: 1.4rem;
    display: inline-block;
    float: right;
  }
  .navbar-nav .dropdown-menu {
    position: static !important;
    transform: translate(0, 0) !important;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .navbar-nav .nav-link{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .navbar-nav .nav-item{
    position: relative;
  }
  .navbar-nav .dropdown .dropdown-toggle{
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .dropdown .dropdown-toggle, .dropdown .dropdown-toggle:focus, .dropdown .dropdown-toggle:active{
    color: #111;
  }
}

@media screen and (max-width:1200px) {
  .comparison-table-wrapper table .boss-box-icon img, .comparision-chart table .boss-box-icon img{
      min-width: 60px;
  }
  .boss-desktop-slider{
      min-height: auto;
  }
  .footer-newsletter-wrapper .input-group{
      justify-content: center;
  }
  .flex-div .channeldiv{
      flex-basis: 24.2%;
  }
  .comparision-chart th:first-child{
      min-width: 180px;
  }
  .comparision-chart td{
      min-width: 110px;
      vertical-align: middle;
  }
}

@media screen and (max-width:992px) {

  .why-choose-us-wrapper h2::before, .why-choose-us-wrapper h2::after{
      display: none;
  }
  .footer-newsletter-wrapper .col-lg-4, .footer-newsletter-wrapper .col-lg-8{
      width: 100%;
  }
  .footer-newsletter-wrapper{
      display: block;
  }
  .footer-newsletter-wrapper .custom-cpacha{
     width: 100%;
     flex-wrap: wrap;
  }
  #news-letter .custom-cpacha input.form-control.input-lg{
      border-radius: 0.5rem;
      width: 100%;
      margin-bottom: 2px;
  }
  .newsletter-submit{
      border-radius: 0 !important;
      margin-left: 2px;
  }
  .flex-div .channeldiv{
      flex-basis: 32.2%;
  }
  footer .top-selling-footer-wrapper span.red-yellow-gradient{
      display: block;
      margin: 8px 0;
  }
  .punjabi-customer-service-support-wrapper .col-md-8{
      width: 100%;
  }
  .punjabi-iptv-categories-wrapper ul li{
      flex-basis: 23.6%;
  }
  
  .feature-banner-wrapper ul li.fs-5{
      font-size: 1rem !important;
  }
  .progress-circle{
      flex-basis: 33%;
      margin-bottom: 15px;
  }
  .testimonial-content-wrapper .user-icon{
      width: 100% !important;
  }
  .new-pack-in li{
      width: 48%;
  }
  .call-back-form{
      min-height: 508px;
  }
  .sitemap-wrapper ul{
      background-color: var(--bgLight);
      border-left: solid 5px var(--boss-light-pink);
      flex-direction: column;
      align-items: flex-start;
  }
  .sitemap-wrapper ul li{
      min-width: auto;
  }
  .sitemap-wrapper ul li a{
      font-weight: 600;
      
  }
  .sitemap-wrapper ul li a.btn-primary{
      background-color: transparent !important;
      color: var(--boss-light-pink);
      text-align: left;
  }
  .sitemap-wrapper ul li ul{
      border-left: none;        
  }
  .sitemap-wrapper ul li ul li a{
      font-weight: normal;       
  }
  .sitemap-wrapper ul li ul{   
      justify-content: flex-start;
      display: flex;   
      padding-left: 20px;
  }
  .sitemap-wrapper ul li ul li{
      width: auto !important;      
  }
  .mt-120{
      margin-top: 70px;
  }
  .set-top-box-choose-us-wrapper .col-md-10{
      width: 100%;
  }
  .offcanvas-body{
      background-color: var(--boss-light-pink);
  }
  .navbar-collapse ul.dropdown-menu.show{
      box-shadow: none;
      border: none;  
      border-radius: 0;  
  }
  .navbar-collapse ul.dropdown-menu.show{
      box-shadow: none;
      border: none;
      padding: 0px;    
  }
  .navbar-collapse ul li a.nav-link{
      color: var(--textWhite);  
      border-bottom: 1px solid #fff; 
  }
  .navbar-collapse ul.dropdown-menu.show li a.dropdown-item{
      padding:0.5rem 0.9rem 0.5rem 1.5rem;  
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dropdown-toggle::after{
      color: var(--textWhite);  
  }
  .navbar-collapse ul.dropdown-menu.show li a.dropdown-item{ 
      border-bottom: 1px solid var(--boss-light-pink); 
  }
  .not-found{
      margin-top: 0 !important;
      margin-bottom: 20px;        
  }
  .offcanvas{
      opacity: 1;
      background-color: var(--boss-light-pink);
  }
  #news-letter .custom-cpacha input.chk, #news-letter .custom-cpacha input.captcha{
      width: 42%;
      margin: 3px 3px 5px 0;
      border-radius: 0.5rem;
  }
  #news-letter .custom-cpacha .cpacha-ref input{
      border-radius: 0.5rem;
      margin-top: 2px;
      
  }
  .newsletter-submit{
      border-radius: 0.5rem !important;
      margin-left: 2px;
     
  }
 
  
  

}

@media screen and (max-width:767px) {
  .col-sm-4,.col-sm-6,.col-sm-8{
      width: 100%;
  }
  .referal .container .row .col-sm-6 .bg-light{
      margin-top: 15px;
  }
  .referal input[type="submit"]{
      margin-bottom: 10px;
  }
  .home-content-wrapper .tv-box img{
      width: 100%;
  }
  .home-content-wrapper .tv-box{
      padding-right:0 !important;
  }
  .home-content-wrapper .tv-box, .home-content-wrapper .tv-box img{
      min-height: 738px;
  }
  
  ol,ul{
      padding-left: 5px;
  }
  .common-listing-ul{
      margin-bottom: 0;
  }
  .iptv-plans-wrapper .columns{
      margin-bottom: 20px;
  }
  
  .comparison-table-wrapper h2{
      margin-top: 20px !important;
  }

  .flex-div .channeldiv{
      flex-basis: 30.2%;
  }
  .mobile-banner{
      display: block;
  }
  .desktop-banner{
      display: none;
  }
  
  .punjabi-iptv-categories-wrapper ul li{
      flex-basis: 31.6%;
  }
  .channels-icon img{
      height: auto;
  }
  .testimonial-content-wrapper .user-icon{
      width: 45% !important;
      margin: auto;
  }
  .testimonial-content-wrapper .content{
      text-align: center;
      margin-top: 15px;
  }
  .new-pack-in li{
      width: 100%;
  }
  .call-back-form{
      min-height: auto;
  }
  .contact-us-aside{
      margin-top: 15px;
  }
  .set-top-film-wrapper ul {
      flex-wrap: wrap;
  }
  .set-top-film-wrapper ul li {
      width: 33.33%;
  }
  .referal-section picture{
      text-align: center;
  }
  .referal-section form{
      margin-bottom: 20px;
  }
  .mt-120{
      margin-top: 0px;
  }
  .product-detail-wrapper .carousel-item picture img{
      display: block;
      max-width: 100%;
      height: auto;
  }
  .product-detail-wrapper .content{
      margin-top: 120px;
  }
  .not-found h2{
      font-size: 1.325rem;
  }
  .home-channels-wrapper{
      background-size: cover;
  }
  .box-features-wrapper h2{
      text-align: left !important;
  }
  .channels-inner-content-txtb .col-md-4, .channels-inner-content-txtb .col-md-3{
      width: 50%;       
   }
   .outer-box{
      width: 150px;
      height: 150px;
   }
   .service-support-row{
      justify-content: center;
   }
   .feature-banner-wrapper{
      background-color: #32090f;
  }
  .feature-banner-wrapper img{
      display: none;
  }
  .feature-banner-wrapper .position-absolute{
      position: static !important;
      padding-bottom: 30px;
  }
  .custom-cpacha{
      margin-bottom: 15px;
  }
  .custom-cpacha.justify-content-between{
      justify-content: flex-start !important;
  }
  .custom-cpacha.justify-content-between .cpacha-ref{
      margin-left: 10px;
  }
  .footer-newsletter-wrapper .custom-cpacha{
      margin-bottom: 15px;
  }
  .footer-newsletter-wrapper .custom-cpacha.justify-content-between{
      justify-content: flex-start !important;
      width: 42%;
      margin-top: 4px;
  }
  
  .footer-newsletter-wrapper .custom-cpacha.justify-content-between .cpacha-ref{
      margin-left: 5px;
      margin-top: -3px;
  }
  .footer-newsletter-wrapper .custom-cpacha.justify-content-between img{
      height: 39px;
      border-radius: 0.5rem;
  }
  .footer-newsletter-wrapper .captcha-div{
      border-radius: 0.5rem;
      height: 40px;
  }
  
  .navbar-collapse ul li a.nav-link:focus{
      outline: 0;
  }
  .videoSlider .slick-slide{
      min-height: auto;
  }
  .videoSlider .slick-prev:before, .videoSlider .slick-next:before{
      display: none;
  }
  .desktop-tab-order {
    order: 2;
}
.mobile-tab-order {
    order: 1;
    margin-top: 0;
}
.testimonials-slider .slick-next {
  right: 0;
}
.testimonials-slider .slick-prev {
  left: 0;
}
.bottom-content-testi{
  min-height: auto;
}
  
.free-trial-iptv .flex-div .channeldiv{
    flex-basis: 30.45%;
    min-height: auto;
    line-height: normal;
}
.free-trial-desktop{
  order: 2;
}
.free-trial-mobile{
  order: 1;
}

#sidebar {
    position: static !important;
    width: 100%;
}


}

@media screen and (max-width:576px) {

  /* Home page Css start */

  
  .fs-5{
      font-size: 1rem !important;
  }
  
  
  .top-strip .justify-content-end .boss-yellow.free-shipping{
      display: none;
  }
  .main-header .top-strip .call, .main-header .top-strip .support{
      margin-left: 0 !important;
      padding-left: 0 !important;
  }
  .mobile-nav-btn{
      padding-top: 4px !important;
  }
  .main-header .navbar-brand img{
      width: 120px;
  }
  .home-content-wrapper-inner{
      margin-top: 10px;
  }    
  .flex-div .channeldiv{
      flex-basis: 48%;
  }

  footer .top-selling-footer-wrapper .counter-box .text-center{
      margin-bottom: 5px;
  }    
  
  .home-channels-wrapper .container.py-5{
      padding-top: 0.5rem !important;
  }
 

  /* Home page Css end */
  
  .py-5{
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
  }
  .font-size-large {
      font-size: 2.5rem;
  }
  .punjabi-iptv-categories-wrapper ul li{
      flex-basis: 47%;
  }
  .progress-circle{
      flex-basis: 50%;
  }
  .privacy-policy-wrapper ol{
      padding-left: 15px;
  }
  .set-top-box .boss-light-pink-border{
      min-height: auto;
  }
  .rac-side-btn{
      top: 50%;
  }
  #referbutton{
      top: 50%;
  }
  
  
}

@media screen and (max-width:480px) {

  .punjabi-channel-wrapper .heading{
      padding-right: 0 !important;
  }
  .entertainment-wrapper .content-colum ul{
      flex-direction: column;
  }
  .entertainment-wrapper .content-colum ul li.w-50{
      width: 100% !important;
      margin-bottom: 5px;
  }
  .product-detail-wrapper .content{
      margin-top: 100px;
  }
  .top-strip .justify-content-end{
      font-size: 13px;
  }
  .counter-box div{
      min-width: auto;
  }
  .footer-newsletter-wrapper .custom-cpacha.justify-content-between{
      width: 55%;
  }
  
  

}
@media screen and (max-width:375px) {
  .channels-inner-content-txtb .col-md-4{
      width: 100%;
  }

}





.desktop-form.blog input::placeholder{
  color: #000;
}
.text-yellow{
  color: #ffff00;
}
