h1.title {
    display: none;
}
.pagemaintitle {
    margin-top: 0px;
    margin-bottom: 10px;
}
.subcategoryimg img
{
    height: 100%;
    width: 100%;
}
.subcategoriesimgs img
{
    width: 100%;
    border-radius: 15px;
    min-width: 100%;
}
h3.submainvideotitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 21px;
}
p.submainvideotitle {
    color: #4d4d4d;
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 19px;
    max-height: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}
a.submainvideotitle {
    color: #4d4d4d;
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 19px;
    max-height: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    padding-top: 7px;
}
.subsmallvideodisc p {
    line-height: 19px;
}
.subsmallvideoTitle a {
    color: #4d4d4d;
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 19px;
    max-height: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}
p.subvideoDisc {
    color: #737373;
    line-height: 20px;
    margin-bottom: 2px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mainsection {
    background-color: #fff;
    padding: 8px 36px;
    border: 3px solid #fff;
    box-shadow: rgba(50,50,50,0.3) 0px 3px 6px 0px;
    border-radius: 15px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.subcategoriesimgs .tab-pane {
    margin-top: 19px;
}
.subcategoriesimgs .nav-tabs {
    border: none;
}
.nav-tabs {
    --bs-nav-tabs-border-width: none !important;
}
.mainsection ul.nav.nav-tabs {
    position: absolute;
    top: 13px;
    left: 16%;
}
.mainsection a.nav-link {
    color: #303030 !important;
    padding: 3px;
}
.sectiomainimg {
    height: 293px !important;
}
.subcategoriesimgs .sectiomainimg img
{
    height: 100%;
}
.sectionsmallimg {
    height: 140px !important;
    width: 250px !important;
}
.breakingnewscarousel img{
    width: 100%;
    width: 755px !important;
    height: 340px !important;
}
.carousel-inner {
    border-radius: 15px;
    background-color: #fff;
}
p.mainvideoDisc {
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.carouselCaption {
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 68px;
}
.mainvideo {
    padding: 29px 28px !important;
}
.owl-carousel img{
    width: 314px !important;
    height: 166px !important;
    border-radius: 15px;
}
.myowlslider {
    margin: 60px 0px 20px 0px;
}
.myowlslider span 
{
    color: #000;
    font-size: 13px;
    padding: 0px 5px 0px 7px;
}
#main_body {
    background-color: #eee;
}
.carousel-control-prev {
    display: none !important;
}
.carousel-control-next {
    display: none !important;
}
.sliderabutton {
    background-color: #595959;
    margin: 0px 0px 15px 0px;
    padding: 10px 20px 10px 20px;
    border-radius: 12px;
    color: #fff !important;
}
.mainvideoDate {
    color: #acabab;
    line-height: 6px;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 11px;
}
i.fa.fa-sign-out {
    position: absolute;
    right: 43px;
    bottom: 10px;
    font-size: 20px;
}
.breakingnewscarousel .carousel-indicators .active {
    background-color: #FAB505 !important;
}
.breakingnewscarousel .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 9px;
    height: 9px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c6c6c6;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 10;
    transition: opacity .6s ease;
    border-radius: 30px !important;
}

.myowlslider .owl-dots .owl-dot.active {
    background: #606060 !important;
}
.mainsection .nav-tabs {
    border-bottom: 0px solid #5b2a62;
}
.mainsection a.nav-link {
    margin-right: 12px;
}
.maincategory
{
    font-weight: 700;
    font-size: 18px;
    color: #2f2f2f !important;
    padding-top: 6px;
    /* margin-left: -19px; 
    width: auto;
    background-color: transparent !important;*/
    position: absolute;
}
.mainsection a.nav-link
{
    margin-top: 2px;
    font-weight: 200;
    font-size: 14px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation: portrait)
{
    i.fa.fa-sign-out {
        display: none;
    }
  .carouselCaption
  {
    height: auto !important;
  }
  .breakingnewscarousel img
  {
    border-radius: 15px !important;
  }
  .mainvideo {
    padding: 9px 15px !important;
  }
  p.mainvideoDisc
  {
    text-decoration: none;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    margin-bottom: 0px !important;
  }
  .mainsection
  {
    margin-top: 0px !important;
  }
    .mainsection ul.nav.nav-tabs {
    position: initial;
    }
    .img-fluid
    {
        height: auto !important;
    }
    .subcategoriessmallimgs {
        margin-bottom: 10px;
      }
      .maincategory {
        position: relative;
    }
    .mainsection ul.nav.nav-tabs {
        /* position: absolute; */
        top: 0px !important;
        left: 0% !important;
    }
    .subcategoriesimgs img {
        width: 100%;
        border-radius: 5px;
        min-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .mainsection ul.nav.nav-tabs{
        position: absolute;
        left: 20% !important;
    }
}   
@media (min-width: 1025px) and (max-width: 1280px)
{
    .mainsection ul.nav.nav-tabs{
        position: absolute;
        left: 16% !important;
    }
}