@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html{  font-size: 14px;  scroll-behavior: smooth;}
:root{
  --brp-yellow-bg: #fcb91e;
  --brp-blue: #0069b4;
  --brp-yellow-text: #fcb91e;
}
.btn, a{
  outline: none;
}

.choose-content span {
    font-weight: 400;
}
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  background: #f7f5f5;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Roboto", sans-serif;
}

a{
  font-size: 16px;
}

p{
  font-size: 16px;
}
.fw-700{
  font-weight: 700;
}
.fw-800{
  font-weight: 800;
}
.fw-900{
  font-weight: 900;
}
.brp-yellow-bg{
  background-image: linear-gradient(to right, #ab2c5d, #e75d30);
  border-color: #ab2c5d;
}
.yellow-text{
  color: var(--brp-yellow-text);
}
.brp-blue-bg{
    background-image: linear-gradient(to right, #ab2c5d, #e75d30);
}
.brp-blue{
  color: var(--brp-blue);
}
.brp-blue-gradient{
  background: rgb(0,65,111);
  background-image: linear-gradient(to right, #ab2c5d, #e75d30);
}
.brp-light-gray-gradient{
  background: rgb(245,247,250);
  background: linear-gradient(180deg, rgba(245,247,250,1) 0%, rgba(217,223,233,1) 100%);
}
.invert-btn-white{
  -webkit-filter: invert(100%);
  -ms-filter: invert(100%);
  -moz-filter: invert(100%);
  filter: invert(100%);
  opacity: 1;
}
.btn, a{
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.collapsing {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  transition: height 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
    .subscription-plans-wrapper .fade, .fade {
        -webkit-transition: opacity .15s linear;
        -ms-transition: opacity .15s linear;
        -moz-transition: opacity .15s linear;
        transition: opacity .15s linear;
    }
}
.header-right{
  background-image: linear-gradient(to right, #ab2c5d, #e75d30);
  border-top-right-radius: 40px;
  padding: 1.5rem 1.2rem 1.5rem 2rem;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 0px;
  width: 35%;
  margin-left: -20px;
}
.header-right a{
  font-size: 0.84rem;
}
.request-callback-txtb input:focus{
  outline: 0;
  border: solid 1px #ab2c5d;
}
.content-section-inner p a, .movie-slider-container p a{
  color: #fcb91e;
  text-decoration: none;
}
.channel-type-inner-wrapper p a, .testimonials-wrapper p a, .iptv-features-txtb p a, .about-us-content-inner p a, .pricing-table-wrapper p a{
  text-decoration: none;
  color: var(--brp-blue);
  font-weight: 400;
}
.single-package.new-package .stb-price-wrapper, .single-package.new-package .price-buy-now{
  margin-left: -0.9rem;
} 
.single-package.new-package .price-buy-now{
  margin-left: -1rem;
} 
.single-package.new-package .on_sale{
  top: -16px;
}
.on_sale {
  font-size: 12px;
  color: #fff;
  background: #ab2c5d;
  text-transform: capitalize;
  padding: 4px 20px;
  text-align: center;
  display: block;
  border-radius: 4px;
  margin-top: 10px;
  font-weight: normal;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  top: -12px;
  overflow: hidden;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60%;
}
.on_sale:after {
	content:'';
  top:0;
	transform:translateX(100%);
	width:100%;
	height:220px;
	position: absolute;
	z-index:1;
	animation: slide 1s infinite;
	 
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */

@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}
.subscription-plans-wrapper{overflow: hidden;}
.subscription-plans-wrapper .slick-list{overflow: visible !important;}
.brp-border-radius{
  border-top-right-radius: 80px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
.brp-border-radius-sm{
  border-top-right-radius: 14px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.brp-border-radius-md{
  border-top-right-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.main-header .navbar{
  padding: 0;
}
.main-header .navbar-brand{
  border-top-left-radius: 40px;
  background: #FFF;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.main-header .navbar-nav{
  padding-right: 2rem;
  width: 66%;
  justify-content: space-between;
}
.main-header .navbar-nav{
  border-top-right-radius: 70px;
  background: #FFF;
}

.main-header .navbar .navbar-nav .nav-link{
  padding: 1.95rem 0.6rem;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.main-hero-slider{
  background-image: url(../img/main-slider-bg.jpeg);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.main-hero-slider .slick-slide{
  scale: 0.9;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-hero-slider .slick-current{
  scale: 1;
}
.main-hero-slider .slick-next{
    right: 4.5rem;
}

ul.list-simple {    column-count: 1 !important;}
.main-hero-slider .slick-prev{
    left: 4.5rem;
}
.main-hero-slider .slick-dots{
  bottom: -40px;
}
.main-hero-slider .slick-dots li button:before{
  color: #FFF;
}
.rac-side-btn {
    position: fixed;
    right: -88px;
    top: 55%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 99;
    background-color: var(--brp-blue);
    border: none;
    cursor: pointer;
}
.dark-blue-grd{
  background-image: linear-gradient(to right, #ab2c5d, #e75d30);
}
.stats-info-wrapper .stats-single{
  flex-basis: 30%;
  padding-left: 6rem !important;
}
.stats-info-wrapper .stats-single.stats-single-two{
  padding-left: 7rem !important;
}
.stats-icon{
  left: 1rem;
  top: 0.4rem;
}
.btn.dropdown-toggle, .btn.dropdown-toggle:hover, .btn.dropdown-toggle.show{
  border: none;
}
.dropdown-menu .dropdown-item{
  font-weight: 300;
  font-size: 0.84rem;
  padding-top: 7px;
  padding-bottom: 7px;
}
.movie-slider-wrapper{
  background: url(../img/movie-slider-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fs12{
  font-size: 0.7rem;
}
.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;
}
#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;
  }*/
.single-package ul, .iptv-features-list{
  list-style-type: none;
}
.single-package .btn-sm{
  font-size: 0.8rem !important;
  letter-spacing: 0.3px;
}
.iptv-features .iptv-features-single{
  flex-basis: 32%;
}
/*.request-callback-button-wrapper{
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}*/
.tablefeature {
    background-color: #c9dae7;
}
.orangebg {
  background-image: linear-gradient(to right, #ab2c5d, #e75d30);
}
.blue-green-gradient {
    background: linear-gradient(to bottom, #005fa4 20%, #002f50 100%);
}

#toTop {    position: fixed;    bottom: 50px;    right: 15px;    cursor: pointer;    transition: 0.5s;    z-index: 9999;}
.channel-type-inner-wrapper, .testimonials-slider-container,
.contact-info-block,
.why-unique-single-wrapper .why-unique-single{
  background: rgb(2171,44,93);
  background: linear-gradient(180deg, rgb(171 44 93 / 13%) 0%, rgba(255, 255, 255, 1) 100%);
}
.contact-info-block{
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  margin-top: 4rem;
}
.content-section-inner{
  background-image: url(../images/content-block-01-img.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  min-height: 440px;
}
#whatsappIcon {
    position: fixed;
    bottom: 12px;
    right: 150px;
    width: 50px;
    height: 50px;
    z-index: 99;
}
#whatsappIcon .cls-1 {
    fill: #27d045;
}
#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;
}
.flex-div .channeldiv {
    margin: 0.62%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 140px;
}
.flex-div.homepage-channels .channeldiv{
    width: 13%;
}
.subscription-plans-wrapper{
  background-image: url(../img/black-wave-bg.jpg);
  background: #000;
  background-position: center bottom;
}

.guru-package-btn[aria-selected="false"]{
  border-bottom: 2px solid transparent !important;
}
.guru-package-btn[aria-selected="true"],
.guru-package-btn.active{
  background: transparent !important;
  border-bottom: 2px solid #FFF !important;
}
.stb-price-wrapper{
  background: #e7e7e7;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-left: -1.5rem;
  padding: 1rem 3rem 1rem 1rem;
}
.price-buy-now{
  margin-left: -1.5rem; 
  border-top-left-radius: 0 !important; 
  background-image: linear-gradient(to right, #ab2c5d, #e75d30);
  color: #FFF;
}
.price-buy-now:hover{
  background: #000;
  color: #fff;
}
.price-cutoff::after{
  content: '';
  width: 100px;
  height: 2px;
  background: #ab2c5d;
  position: absolute;
  left: auto;
  right: -8px;
  top: 9px;
}
.brp-yellow-text{
  color: #e75d30;
}
.center-package-slider .slick-slide{
  margin: 0 8px;
}
.get-started-wrapper, .refer-earn-wrapper, .iptv-app-content-block{
  background: #000;
  min-height: 410px;
}
.refer-earn-txtb::after{
  content: '';
  background-image: url(../img/good-humoured-women-having-fun-together.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
}

/*customers*/
#customers {  border-collapse: collapse;  width: 100%;}
#customers td, #customers th {  border: 1px solid #ddd;  font-size: 15px;  font-family: "Poppins", sans-serif; padding: 8px;}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}
#customers th {  padding-top: 12px;  padding-bottom: 12px;  text-align: left;  background: linear-gradient(to right, #df5b36 0%, #ab2c5d 100%);  color: white;   font-family: "Poppins", sans-serif;}
.table-design .title h4 {    font-size: 30px;}

.form-image{
  width: 260px;
  height: auto;
  left: -4rem;
  top: -4rem;
}
#sameadr{
  width: 16px;
  height: 16px;
}

.callback-form-block{
  padding: 3rem 3rem 3rem 17rem;
}
.callback-form-block .form-select, .callback-form-block .form-select option{
  font-weight: 300;
}
.callback-form-block .form-select option{
  font-size: 0.85rem;
  padding: 10px 0;
}
#country_selector, #shipping{
  padding-left: 3.5rem !important;
}
#payment-form input,
#payment-form .form-select,
#payment-form .form-select option,
.country-select .country-list .country-name{
  font-size: 0.85rem;
  font-weight: 300;
}
/*.about-us-content-inner{
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}*/
.accordion-button.collapsed{
  background: #000;
  color: #FFF;
}
.accordion-button:not(.collapsed){
  background: #000;
  color: #FFF; 
  box-shadow: none;
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.faq-wrapper .card-body{
  background: #f1f1f1;
  color: #000;
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
  background-color: #FFF;
  background-position: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  background-color: #FFF;
  background-position: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.accordion-button{
  padding: 0.5rem 1rem;
}
.star {
  width: 22px;  
  aspect-ratio: 1;
  background: var(--brp-yellow-bg);
  /*clip-path: polygon(50% 0,
    calc(50%*(1 + sin(.4turn))) calc(50%*(1 - cos(.4turn))),
    calc(50%*(1 - sin(.2turn))) calc(50%*(1 - cos(.2turn))),
    calc(50%*(1 + sin(.2turn))) calc(50%*(1 - cos(.2turn))),
    calc(50%*(1 - sin(.4turn))) calc(50%*(1 - cos(.4turn))) 
   );
   */
  clip-path: polygon(50% 0,79% 90%,2% 35%,98% 35%,21% 90%); 
}
.testimonials-wrapper::before{
  content: '';
  background: url(../img/testimonial-header-bg.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  min-height: 260px;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  z-index: 0;
}
.testimonials-wrapper > *{
  z-index: 9;
}
.testimonials-slider-container{
  max-width: 1000px;
  margin: 0 auto;
}
/*.testimonials-slider-container .slick-next, .testimonials-slider-container .slick-prev{
  top: -96px;
}
.testimonials-slider-container .slick-prev{
  right: 40px;
  left: auto;
}
.testimonials-slider-container .slick-next{
  right: 0px;
  left: auto;
}*/
.testimonials-slider-container .slick-next:before,
.testimonials-slider-container .slick-prev:before{
  color: #000;
}

.why-choose-us {
    background: linear-gradient(to right, #df5b36 0%, #ab2c5d 100%);
}

.why-choose-us .title h4 {
    font-size: 30px;
}

.choose-content p {
    font-weight: 400;
}

.testimonial-quote-imgb{
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  right: -30px;
  top: -30px;
}
.text-shadow{
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.request-callback-wrapper::before{
  content: '';
  background: url(../img/callback-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 260px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 0;
}
.request-callback-wrapper > *{
  z-index: 9;
  position: relative;
}
.custom-cpacha.ustm-cp input,
.custom-cpacha.ustm-cp .captcha-wrapper,
.custom-cpacha.cpacusrefer input,
.custom-cpacha.cpacusrefer .captcha-wrapper {
    flex-basis: 42%;
    margin-right: 5%;
}
.captcha-wrapper {
    background: white;
    text-align: center;
}
.custom-cpacha.ustm-cp .cpacha-ref-white input[type="button"],
.cpacha-ref-white input[type="button"],
.cpacha-ref-white input[type="button"]:focus {
    background-image: url(../images/refresh-icon-white.png);
    background-size: 30px !important;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
    outline: none;
    border-radius: 50px;
}

.settop-bx-slider-content {
  background: #fff;
  align-items: center;
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #ccc;
}
.settop-bx-slider-thumb .slick-slide {
/*  min-height: 130px;*/
  align-items: center;
  display: flex;
}
.settop-bx-slider-thumb .slick-slide {
  background: #ffffff;
  border-radius: 15px;
  padding: 0;
  margin-right: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
cursor: pointer;}
.settop-bx-slider-thumb .slick-slide:last-child { margin-right: 0px;}
.settop-bx-slider-content .slick-next, .settop-bx-slider-content .slick-prev { top: 50%;}
.settop-bx-slider-content .slick-next { right: 20px !important;}
.settop-bx-slider-content .slick-prev { left: 20px !important;}
.setupbox-detailsec .slick-next:before, .setupbox-detailsec .slick-prev:before {
  color: #000 !important ;
  opacity: 1 !important;
}
.ready-notification {
  background: #cbf6ff;
  border: 1px solid #1890c6;
  border-radius: 4px;
  max-width: 160px;
  text-align: center;
}
.prod-detail-r-side #buy-now:hover, .prod-detail-r-side #buy-now:focus{
  background-color: #000000;
}

button.accordion-button {
    font-size: 18px;
}
.testimonials-wrapper h2 {    font-size: 30px;}
.qty-in {
  border-color: #ccc !important;
}
.why-unique-single-wrapper .why-unique-single{
  flex-basis: 30%;
}
.why-unique-single-wrapper .why-unique-single img{
  width: 90px;
}
.sitemap-wrapper .btn{
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.div.wpcr3_review blockquote.wpcr3_content p{
  font-size: 1rem !important;
  font-weight: 300 !important;
}
.footer-bottom{
  background: #000c15;
}


/*pdp page specification table css*/

.pdp-specification-table {
  width: 100%;
  border-collapse: collapse;
}
.pdp-specification-table th, .pdp-specification-table td {
  border: 1px solid black;
}
.pdp-specification-table th, .pdp-specification-table td {
  padding: 8px;
  text-align: left;
}
.pdp-specification-table th {
  background-color: #f2f2f2;
}

.vertical-video-tab ul li.nav-item div {
  padding: 5px;
  border: solid 1px #dee2e6;
}

.vertical-video-tab ul li.nav-item div {
  padding: 5px;
  border: solid 1px #dee2e6;
}

.mobile-tab-order {
  order: 2;
  margin-top: 56px;
}

.vertical-video-tab ul.nav li.nav-item div.active {
  border: solid 1px #00416f;
  background-color: #00416f;
  color: #fff;
}

/*pdp page specification table css*/


/* 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) {
  .main-hero-slider{
    min-height: 365px;
    max-height: 370px;
    overflow: hidden;
  }
  .main-hero-slider .slider{
    min-height: 252px;
    max-height: 255px;
  }
  .main-hero-slider .slick-next{
    right: 1.2rem;
  }
  .main-hero-slider .slick-prev{
      left: 1.2rem;
  }
  .main-header{
    background: #FFF;
    margin-top: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 75px;
    max-height: 80px;
  }
  .main-header .navbar.clearfix::after{
    display: none;
  }
  .stats-info-wrapper{
    flex-flow: column;
    min-height: 195px;
    max-height: 200px;
    overflow: hidden;
  }
  .stats-info-wrapper .stats-single, .stats-info-wrapper .stats-single.stats-single-two{
    padding-bottom: 1rem;
    padding-left: 7.5rem !important;
  }
  .stats-info-wrapper .stats-single img{
    height: 40px;
    width: auto;
  }
  .subscription-content-wrapper{
    min-height: 275px;
    max-height: 280px;
  }
  .subscription-plans-wrapper .tab-content .single-package{
    min-height: 495px;
    max-height: 500px;
  }
  .rac-side-btn{
    min-width: 205px;
    max-width: 210px;
    min-height: 30px;
    max-height: 35px;
  }
  .flex-div.homepage-channels .channeldiv{
    width: 31%;
  }
  .flex-div .channeldiv{
    min-height: 90px;
    max-height: 95px;
  }
  .iptv-features-imgb, .iptv-features-imgb img{
    min-height: 350px;
    max-height: 355px;
  }
  .iptv-features-imgb.no-contracts-imgb, .iptv-features-imgb.no-contracts-imgb img{
    min-height: 255px;
    max-height: 260px;
  }
  .iptv-features-imgb.why-choose-us-imgb, .iptv-features-imgb.why-choose-us-imgb img{
    min-height: 335px;
    max-height: 340px;
  }
  .request-callback-imgb, .request-callback-imgb img{
    min-height: 320px;
    max-height: 325px;    
  }
  .testimonials-slider-container .slick-prev{
    left: -5px;
  }
  .testimonials-slider-container .slick-next{
    right: -5px;
  }
  .movie-slider .movie-single img{
    min-height: 350px;
    max-height: 355px;
  }
  .get-started-imgb, .get-started-imgb img{
    min-height: 265px;
    max-height: 270px;
  }
  .comparision-chart .table th{
    min-width: 200px;
  }
  .refer-earn-txtb::after, .form-image{
    display: none;
  }
  .callback-form-block{
    padding: 2rem;
  }
  .callback-form-wrapper .pe-0{
    padding-right: 1.5rem !important;
  }
  .callback-form-wrapper .ps-0{
    padding-left: 1.5rem !important;
  }
  .contact-info-block{
    margin-top: 3rem;
    border-top-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .sitemap-wrapper ul {
    border-left: solid 5px var(--brp-blue);
    flex-direction: column;
    align-items: flex-start;
  }
  .sitemap-wrapper ul ul{
    border-left: none;    
  }
  .sitemap-wrapper ul li a.btn-primary {
      background-color: transparent !important;
      color: var(--brp-blue);
      text-align: left;
      font-weight: 600;
  }
  .sitemap-wrapper ul li a.btn-secondary {
      background-color: transparent !important;
      color: #54626e;
      text-align: left;
      font-weight: 600;
      padding-left: 2rem;
  }
  .get-started-wrapper, .refer-earn-wrapper, .iptv-app-content-block{
    background-repeat: repeat;
  }
  .custom-cpacha.ustm-cp input, .custom-cpacha.ustm-cp .captcha-wrapper, .custom-cpacha.cpacusrefer input, .custom-cpacha.cpacusrefer .captcha-wrapper {
    flex-basis: unset;
    margin-right: 5%;
    min-width: 39%;
  }
  .testimonials-wrapper::before{
    background-size: cover;
  }
  .testimonials-wrapper > * {
    position: relative;
    z-index: 2;
  }
  .testimonial-quote-imgb{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    right: 0;
    top: 60px;
    display: none;
  }
  .testimonial-quote-imgb svg{
    width: 26px;
  }
  #offcanvasRight .dropdown-menu.show{
    display: block;
    position: static !important;
    transform: translate(0px, 0px) !important;
  }
  #offcanvasRight .dropdown-menu .dropdown-item{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #offcanvasRight .nav-item .nav-link{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .mobile-menu .header-right{
    padding: 1rem;
    margin-left: 0;
    min-height: 52px;
    max-height: 55px;
  }
  .why-unique-single-wrapper .why-unique-single{
    flex-basis: 100%;
  }
  .about-us-content-inner{
    margin-bottom: 0 !important;
    text-align: left !important;
  }
  .content-section-inner{
    padding: 2rem !important;
    background: var(--brp-blue) !important;
  }
  .content-section-wrapper .w-50{
    width: 100% !important;
  }
  .iptv-features-imgb .w-75, .pricing-table-wrapper .w-75, .thank-you-message-wrapper .w-50,
  .our-modules-imgb.w-75{
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .rac-side-btn {
    right: -73px;
  }
  .mobile-tab-order {
    order: 1;
    margin-top: 0;
}
.desktop-tab-order {
  order: 2;
}

.desktop-tab-order {
  order: 2;
}


}

/* Small devices (landscape phones, 576px and up) */

/*form styles*/
#msform {
  text-align: center;
  position: relative;
  margin-top: 10px;
}

#msform fieldset {
  border: 0 none;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative; /* Keep fieldset in relative positioning */
  transition: all ease-in-out 0.3s;
}

/* Hide all except first fieldset */
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 15px;
}

#msform input:focus, #msform textarea:focus {
  border: 1px solid #5310ba;
  outline-width: 0;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #5310ba;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 7px 5px;
  /* margin: 10px 5px; */
  float: right;
}

#msform .action-button-previous {
  width: 100px;
  background: #818181;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 7px 5px;
  /* margin: 10px 5px; */
  float: left;
}

.breadcrumbs-rounded{
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.white-breadcrumbs li::before{
  color: #000000 !important;
}
.white-breadcrumbs li{
  font-size: 12px;
}
.blog-breadcrumb{
  background-color: #fcb91e;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  padding-left: 1.5rem;
}
.blog-breadcrumb ul.breadcrumb{
  margin-top: 0;
}
.blog-breadcrumb ul.breadcrumb li.breadcrumb-item a{
  color: #212529;
}
img.logo-img {    width: 75%;}
.brp-blue {    color: #000;    font-weight: 600;}
.channeldiv {    background: #000;}
ul.iptv-features-list li {    font-size: 16px;    font-weight: 400;}
.iptv-features-txtb p {    font-weight: 400;    font-size: 15px;}
img.img-white {    filter: brightness(0) invert(1);}
.footer-inner ul li a {    font-weight: 400;}
h3.line-test {    line-height: 40px;}
p.some-large-content {    font-size: 25px;    margin-bottom: 15px;    display: block;}
p.little-big {    font-size: 15px;    font-weight: 400;}
.subscription-content-wrapper img {    filter: invert(1);}
.iptv-features-txtb ul {    column-count: 2;}
.iptv-features-txtb ul li {    font-size: 15px;    font-weight: 400;    line-height: 32px;}
.iptv-features-txtb p {    text-align: justify;}
.iptv-features-txtb ul {    padding-left: 15px;}
a.subscribe-btn {    background: linear-gradient(to right, #df5b36 0%, #ab2c5d 100%);    padding: 10px 30px;    transition: 0.5s;}
.stats-single p {    font-weight: 500;}


