.navbar-collapse
{
	flex-grow: 0;
}
.navbar-brand
{
    width: 250px;
}
.nav-fixed
{
	position: fixed;
	width: 100%;
    background: #252525 !important;
    top: 0;
}
.tab_btn
{
    background: #000;
    padding: 10px 40px;
    color: #fff;
    margin: 0 80px;
    border-radius: 50px;
     font-size: 20px;
}
#nav-tab a.active
{
    background: #7c060f;
    padding: 10px 40px;
    color: #fff;
    margin: 0 80px;
    border-radius: 50px;
     font-size: 20px;
     text-decoration: none;
}
#nav-tab a:hover
{
    text-decoration: none;
    color: #fff;
}
.nav-item a.active
{
	padding: 10px 40px;
    color: #fff !important;
    font-size: 20px;
}
.nav-item a:hover
{
  padding: 10px 40px;
  color: #fff !important;
  font-size: 20px;
  border-bottom: 2px solid #fff; 
}
#nav-item a
{

}
.nav-tabs
{
	border: none;
}
.nav-item a
{
    color: #fff;
    font-size: 20px;
    margin: 0 20px;
}


.swiper-container {
      width: 100%;
      height: 300px;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      background-color: #009688;
      color: white;
      border-radius: 10px;
    }

    /* Optional: Style for pagination */
    .swiper-pagination {
      bottom: 10px !important;
    }

.tab-img.mobile {
    width: 330px;
    border-radius: 40px;
    -webkit-box-shadow: -6px 5px 20px rgba(0, 0, 0, 0.6);
    box-shadow: -6px 5px 20px rgba(0, 0, 0, 0.6);
        z-index: -99;
}
.tab-img
{
	position: relative;
}


.tab-img .mobile-slider {
    background-size: contain;
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: 10px;
    left: 0px;
    right: 0;
    top: 37px;
    width: 90%;
    margin: 0 auto;
    border-radius: 35px;

}
.features_bg {
    padding-top: 70px;
    padding-bottom: 10px;
    position: relative;
    background: #4b1215 url(https://playboxtv.in/images/banners/feature-bg.png) no-repeat center;
    background-size: cover;
        z-index: -97;
    }
.img_circle
    {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 21px;
    background: #b52532;
    overflow: hidden;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
}
.img_icon
{
    width: 50px;
}
.btn {
    background: #1b1b1b;
    border-radius: 4px;
    min-width: 260px;
    color: #ffffff;
    padding: 16px 30px 14px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: 0.4s allease;
    transition: 0.4s allease;
    }
.sub_bg
    {
        padding-top: 70px;
        padding-bottom: 10px;
        background: #4b1215 url(../images/sub-bg.jpg) no-repeat center;
        background-size: cover;
        z-index: -97;
    }
    .form-control
    {
        font-size: 18px;
    }
    .error
    {
        color:#ff0000;
    }
    .about-container
    {
    background: -webkit-gradient(linear, left top, right top, from(#8f2328), color-stop(50%, #8f2328), color-stop(50%, #1b1b1b), to(#1b1b1b));
    background: linear-gradient(to right, #8f2328 0%, #8f2328 50%, #1b1b1b 50%, #1b1b1b 100%);
    position: relative;
    z-index: 2;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    z-index: -99;
    }
.about-container::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(https://playboxtv.in/images/banners/ott-main-bg.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.3;

}
.ott_center
{
    position: absolute;
    top: 40%;
}
.ott_text
{
        right: 0;
    position: relative;
    left: 50%;
}
    footer
    {
        background: #252525;
        padding: 80px 0 20px;
        color: #fff;
    }
    footer a
    {
        color: #fff;
        text-decoration: none;
    }
