/*@font-face {
	font-family: 'SolaimanLipi';
	src: url('fonts/subset-SolaimanLipi.eot');
	src: url('fonts/subset-SolaimanLipi.eot?#iefix') format('embedded-opentype'),
	url('fonts/subset-SolaimanLipi.woff2') format('woff2'),
	url('fonts/subset-SolaimanLipi.woff') format('woff'),
	url('fonts/subset-SolaimanLipi.ttf') format('truetype'),
	url('fonts/subset-SolaimanLipi.svg#SolaimanLipi') format('svg');
	font-weight: normal;
	font-style: normal;
	}*/

@font-face {
    font-family: 'ProBa';
    src: url('fonts/ProBa.eot');
    src: url('fonts/ProBa.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProBa.woff2') format('woff2'),
        url('fonts/ProBa.woff') format('woff'),
        url('fonts/ProBa.ttf') format('truetype'),
        url('fonts/ProBa.svg#ProBa') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #f4f4f4;
    font-family: 'ProBa', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
}

body h1,
h2,
h3,
h4,
p,
span,
a {
    font-family: 'ProBa', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
}

body {
    overflow-x: hidden !important;
    background-color: white;
}

/*css bg*/
.bgNone {
    background-color: unset;
}

.bgBrandRed {
    background-color: #bd1515
}

.bgWhite {
    background-color: white
}

.bgWhiteImp {
    background-color: white !important
}

.bgBlack {
    background-color: black
}

.bgBlackLight {
    background-color: #222
}

.bgBlackLightImp {
    background-color: #222 !important
}

.bgAsh {
    background-color: #f4f4f4
}

.bgAshImp {
    background-color: #f4f4f4 !important
}

.bgAshLight {
    background-color: #ededed !important
}

.bgDarkRed {
    background-color: #cc181e
}

.bgDarkRedImp {
    background-color: #cc181e !important
}

.bgImageNone {
    background-image: unset;
}

.bgBlackAsh {
    background-color: #313131
}

.shadow1 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 78%) 100%);
}

/*css color*/
.colorRed {
    color: red
}

.colorBlue {
    color: blue
}

.colorAnchor {
    color: #337ab7;
}

.colorBlack {
    color: black
}

.colorBlackImp {
    color: black !important
}

.colorWhite {
    color: white 
}

.colorWhiteImp {
    color: white !important
}

.colorDarkAsh {
    /*color: #998f8f;*/
    color: #595959;
}

.colorBrand {
    color: #d6363f
}

.colorBlackLight {
    color: #645a5a;
}

.colorAsh2 {
    color: #878484;
}

.hoverOrange:hover {
    color: #337ab7;
}

.hoverOrangeImp:hover {
    color: #337ab7 !important;
}

.hoverOrange:hover h2 {
    color: #337ab7;
}

.hoverBrand:hover {
    color: #BE241E;
}

.hoverBrandImp:hover {
    color: #BE241E !important;
}

.hoverBrand:hover h2 {
    color: #BE241E;
}

/*css margin*/
.top50P {
    top: 50% !important
}

.margin0 {
    margin: 0px
}

.margin0Imp {
    margin: 0px !important
}

.marginT-20 {
    margin-top: -20px;
}

.marginT-27 {
    margin-top: -27px;
}

.marginT-15 {
    margin-top: -15px
}

.marginT-5 {
    margin-top: -5px !important
}

.marginT0 {
    margin-top: 0px
}

.marginT4 {
    margin-top: 4px
}

.marginT5 {
    margin-top: 5px
}

.marginT8 {
    margin-top: 8px
}

.marginT10 {
    margin-top: 10px
}

.marginT15 {
    margin-top: 15px
}

.marginT15Imp {
    margin-top: 15px !important
}

.marginT20 {
    margin-top: 20px
}

.marginT25 {
    margin-top: 25px
}

.marginT30 {
    margin-top: 5px
}

.marginT35 {
    margin-top: 10px
}

.marginT40 {
    margin-top: 40px
}

.marginT50 {
    margin-top: 50px
}

.marginT60 {
    margin-top: 60px
}

.marginT70 {
    margin-top: 70px
}

.marginT80 {
    margin-top: 80px
}

.marginT90 {
    margin-top: 90px
}

.marginT-7 {
    margin-top: -7px !important
}

.marginT-12 {
    margin-top: -12px !important
}

.marginT-16 {
    margin-top: -16px !important
}

.marginT-18 {
    margin-top: -18px !important
}

.marginT-22 {
    margin-top: -22px !important
}

.marginT-24 {
    margin-top: -24px !important
}

.marginB0 {
    margin-bottom: 0px !important
}

.marginB5 {
    margin-bottom: 5px !important
}

.marginB8 {
    margin-bottom: 8px
}

.marginB10 {
    margin-bottom: 10px
}

.marginB10Imp {
    margin-bottom: 10px !important
}

.marginB15 {
    margin-bottom: 15px
}

.marginB20 {
    margin-bottom: 20px
}

.marginB25 {
    margin-bottom: 25px
}

.marginB40 {
    margin-bottom: 40px
}

.marginL0 {
    margin-left: 0px
}

.marginL5Imp {
    margin-left: 5px !important
}

.marginL10 {
    margin-left: 10px
}

.marginL10P {
    margin-left: 10%;
}

.marginL15 {
    margin-left: 15px
}

.marginL20 {
    margin-left: 20px
}

.marginL30 {
    margin-left: 30px
}

.marginL-3 {
    margin-left: -3px
}

.marginL-7 {
    margin-left: -7px
}

.marginR-7 {
    margin-right: -7px
}

.marginR-8 {
    margin-right: -8px
}

.marginR3 {
    margin-right: 3px
}

.marginR5Imp {
    margin-right: 5px !important
}

.marginR10 {
    margin-right: 10px
}

.marginR15 {
    margin-right: 15px
}

.marginLR-22 {
    margin-left: -22px;
    margin-right: -22px
}

.marginT0R22B15L22 {
    margin: 0px 22px 15px 22px;
}

/*css padding*/
.padding0 {
    padding: 0px
}

.padding0Imp {
    padding: 0px !important
}

.padding3 {
    padding: 3px
}

.padding5 {
    padding: 5px
}

.padding5Imp {
    padding: 5px !important
}

.padding10 {
    padding: 10px !important
}

.padding15 {
    padding: 15px !important
}

.padding18 {
    padding: 18px !important
}

.padding20 {
    padding: 20px !important
}

.padding30 {
    padding: 30px
}

.paddingT0Imp {
    padding-top: 0px !important
}

.paddingT5 {
    padding-top: 5px
}

.paddingT10 {
    padding-top: 10px
}

.paddingT15 {
    padding-top: 15px
}

.paddingT20 {
    padding-top: 20px
}

.paddingB0 {
    padding-bottom: 0px !important
}

.paddingB1 {
    padding-bottom: 1px !important
}

.paddingB5 {
    padding-bottom: 5px !important
}

.paddingB8 {
    padding-bottom: 8px
}

.paddingB15 {
    padding-bottom: 15px
}

.paddingB20 {
    padding-bottom: 20px
}

.paddingB30 {
    padding-bottom: 30px
}

.paddingR16LCN {
    padding-right: 16px
}

.paddingR16LCN {
    padding-right: unset;
}

.paddingL0 {
    padding-left: 0px !important
}

.paddingL8 {
    padding-left: 8px !important
}

.paddingL10 {
    padding-left: 10px !important
}

.paddingL11 {
    padding-left: 11px !important
}

.paddingL12 {
    padding-left: 12px !important
}

.paddingL14 {
    padding-left: 14px !important
}

.paddingL15 {
    padding-left: 15px !important
}

.paddingL5 {
    padding-left: 5px !important
}

.paddingL20 {
    padding-left: 20px !important
}

.paddingL25 {
    padding-left: 25px !important
}

.paddingR0 {
    padding-right: 0px !important
}

.paddingR8 {
    padding-right: 8px !important
}

.paddingR10 {
    padding-right: 10px !important
}

.paddingR14 {
    padding-right: 14px !important
}

.paddingR15 {
    padding-right: 15px !important
}

.paddingR20 {
    padding-right: 20px !important
}

.paddingR22 {
    padding-right: 22px !important
}

.paddingR25 {
    padding-right: 25px !important
}

.paddingR30 {
    padding-right: 30px !important
}

.paddingTB5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.paddingLR10 {
    padding-left: 10px;
    padding-right: 10px
}

.zIndex9 {
    z-index: 9 !important
}


/*css fontsize*/
.fontSize12 {
    font-size: 12px
}

.fontSize13 {
    font-size: 13px
}

.fontSize14 {
    font-size: 14px
}

.fontSize15 {
    font-size: 15px
}

.fontSize16 {
    font-size: 16px
}

.fontSize17 {
    font-size: 17px
}

.fontSize18 {
    font-size: 18px
}

.fontSize20 {
    font-size: 20px;
}

.fontSize22 {
    /*font-size: 22px;*/
    font-size: 1.6rem;
}

.fontSize23 {
    /*font-size: 23px;*/
    font-size: 1.7rem;
}

.fontSize24 {
    font-size: 24px;
}

.fontSize25 {
    font-size: 25px;
}

.fontSize26 {
    font-size: 26px;
}

.fontSize28 {
    font-size: 28px;
}

.fontSize30 {
    font-size: 30px;
}

.fontSize34 {
    font-size: 34px;
}

.fontSize40 {
    font-size: 40px;
}

.fontBold {
    font-weight: bold;
}

.fontItalic {
    font-style: italic;
}

.fontUpperCase {
    text-transform: uppercase;
}

.fontLowerCase {
    text-transform: lowercase;
}

.fontCapitalize {
    text-transform: capitalize;
}


/*css lineheight*/
.lineHeight18 {
    line-height: 18px
}

.lineHeight21 {
    line-height: 21px
}

.lineHeight24 {
    line-height: 24px
}

.lineHeight26 {
    line-height: 26px
}

.lineHeight30 {
    line-height: 30px
}

.lineHeight30Imp {
    line-height: 30px !important
}

.lineHeight35 {
    line-height: 35px
}

.lineHeight36 {
    line-height: 36px
}

.lineHeight38 {
    line-height: 38px
}

.lineHeight40 {
    line-height: 40px
}

.lineHeight45 {
    line-height: 45px;
}

.lineHeight50 {
    line-height: 50px;
}


.height250 {
    height: 250px !important;
}

.height100 {
    height: 100px !important;
}

.height90 {
    height: 90px !important;
}

.height45 {
    height: 45px
}

.width320 {
    width: 320px !important;
}

.width300 {
    width: 300px !important;
}


/*css border*/
.lastChild .lastChildItemB0:last-child {
    border-bottom: none !important;
}

.lastChild .lastChildItemMarginB0:last-child {
    margin-bottom: 0px !important;
}

.borderNone {
    border: none;
}

.borderTNone {
    border-top: none !important;
}

.borderBNone {
    border-bottom: none !important;
}

.borderAshDark1 {
    border: 1px solid #4e4e4e;
}

.borderAsh1 {
    border: 1px solid #ebd9d9;
}

.borderAsh4 {
    border: 4px solid #ebd9d9;
}

.borderAshT1 {
    border-top: 1px solid #ebd9d9;
}

.borderWhiteT2 {
    border-top: 2px solid white;
}

.borderAshT1 {
    border-top: 1px solid #ebd9d9;
}

.borderAshB1 {
    border-bottom: 1px solid #ebd9d9;
}

.borderWhiteB1 {
    border-bottom: 1px solid white !important;
}

.borderAshL1 {
    border-left: 1px solid #ebd9d9;
}

.borderAshR1 {
    border-right: 1px solid #ebd9d9;
}

.borderLeftBrand5 {
    border-left: 5px solid #d6363f
}

.borderLeftBrand10 {
    border-left: 10px solid #d6363f
}

.borderLeftBrand20 {
    border-left: 20px solid #d6363f
}

.borderB1 {
    border-bottom: 1px solid #e0e0e0 !important;
}

.borderBlackB15 {
    border-bottom: 15px solid #190a0aa6;
}

.borderBlackB19 {
    border-bottom: 19px solid #190a0aa6;
}

.borderR1 {
    border-right: 1px solid #e0e0e0 !important;
}

.borderR1LCN {
    border-right: 1px solid #e0e0e0 !important;
}

.borderR1LCN:last-child {
    border-right: none !important;
}

.catDesign9 .borderR1:nth-child(2) {
    border-right: none !important;
}

.catDesign9 .borderR1:nth-child(4) {
    border-right: none !important;
}

.catDesign9 .borderR1:nth-child(6) {
    border-right: none !important;
}

.borderRadius0Imp {
    border-radius: 0px !important
}

.borderRadius0 {
    border-radius: 0px
}

.borderRadius2 {
    border-radius: 2px
}

.borderRadius5 {
    border-radius: 5px
}

.borderRadiusTL5 {
    border-top-left-radius: 5px
}

.borderRadiusTR5 {
    border-top-right-radius: 5px
}

.borderRadiusBL5 {
    border-bottom-left-radius: 5px
}

.borderRadiusBR5 {
    border-bottom-right-radius: 5px
}

.borderRadius50P {
    border-radius: 50%
}

.dividerDivTag {
    border-top: 1px solid #e0e0e0;
}

.pvIconLarge {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 52px;
    background: rgba(0, 0, 0, .14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 42px;
    color: #fff;
    border-radius: 50%;
    padding-left: 4px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px grey;
    opacity: .8;
    font-size: 20px;
}

.pvIconMedium {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 52px;
    background: rgba(0, 0, 0, .14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 42px;
    color: #fff;
    border-radius: 50%;
    padding-left: 4px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px grey;
    opacity: .8;
    font-size: 20px;
}

.pvIconSmall {
    position: absolute;
    top: 25%;
    left: 50%;
    height: 30px;
    width: 30px;
    background: rgba(0, 0, 0, .14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    padding-left: 4px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px grey;
    opacity: .8;
    font-size: 10px;
}

.hoverOrange:hover .pvIconLarge {
    background: #fff;
    color: #9a1515;
}

.hoverBlack:hover .pvIconLarge {
    background: #fff;
    color: #9a1515;
}

.hoverOrange:hover .pvIconMedium {
    background: #fff;
    color: #9a1515;
}

.hoverBlack:hover .pvIconMedium {
    background: #fff;
    color: #9a1515;
}

.hoverOrange:hover .pvIconSmall {
    background: #fff;
    color: #9a1515;
}

.hoverBlack:hover .pvIconSmall {
    background: #fff;
    color: #9a1515;
}

/*css position*/
.positionAbsolute {
    position: absolute !important;
}

.positionRelative {
    position: relative !important;
}

.top0 {
    top: 0
}

.bottom0 {
    bottom: 0
}

.right0 {
    right: 0
}


/*css common*/
.menubarNewsDiv {
    padding: 25px 20px 30px 20px;
}

.trendingDiv {
    padding: 8px 8px 3px 8px;
}

.trendingDivTopic {
    padding: 2px 10px;
    background-color: white;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 3px;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.sidebarNewsPhotoIcon {
    top: 5px;
    left: 20px;
    height: 25px;
    width: 30px;
    padding-left: 0px;
    line-height: 19px;
}

.overflowYScroll {
    overflow-y: scroll;
}

.photoGalleryIcon {
    top: 5px;
    left: 20px;
    height: 25px;
    width: 30px;
    padding-left: 0px;
    line-height: 19px;
    top: 5px;
    left: 20px;
    height: 25px;
    width: 30px;
    padding-left: 0px;
    line-height: 19px;
}

.photoGalleryCaption {
    right: unset;
    left: unset;
    width: 100%;
    background-color: #000000a3;
    bottom: 0px;
    padding: 10px;
    text-shadow: unset;
}

.photoGalleryPrevButton {
    background-color: #bd1515 !important;
    border-radius: 7px !important;
    padding: 5px !important;
    height: 35px !important;
    width: 45px !important;
    opacity: unset !important;
    font-size: 20px !important;
    line-height: 25px !important;
}

.photoGalleryNextButton {
    background-color: #bd1515 !important;
    border-radius: 7px !important;
    padding: 5px !important;
    height: 35px !important;
    width: 45px !important;
    opacity: unset !important;
    font-size: 20px !important;
    line-height: 25px !important;
}

.verticleAlignMiddle {
    vertical-align: middle;
}

.catBottomBorder {
    margin-bottom: 10px
}

.catBottomBorder span {
    background-color: #ebd9d9;
    width: 50px;
    height: 5px;
    display: block;
    margin-bottom: 10px
}

.linkOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.itemDiv {
    position: relative;
    height: 100%
}

.itemDiv:hover img {
    opacity: .8;
}

.height4 {
    height: 4px
}

.height34 {
    height: 34px
}

.height100P {
    height: 100%
}

.width70 {
    width: 70px
}

.width30 {
    width: 30px
}

.width50 {
    width: 50px
}

.width100P {
    width: 100%
}

.width80P {
    width: 80%
}

.width5P {
    width: 5%
}

.width50P {
    width: 50%
}

.width58P {
    width: 58%
}

.flex-row {
    display: flex;
    clear: both;
    flex-wrap: wrap;
}

.flex-col {
    display: -webkit-flex;
}

.textDecorationNone {
    text-decoration: none !important;
}

.textJustify {
    text-align: justify !important;
}

.cartBorder {
    border-left: 10px solid #337ab7;
}

.cartStyle1 {
    border-left: 20px solid #337ab7;
    line-height: 10px !important
}

.cartStyle1 span {
    line-height: 20px !important
}

.cartStyle2 {
    /*border-top: 10px solid #e9dfdf;*/
    /*border-top: 10px double #ededed;*/
    border-top: 5px solid #ededed;
    margin-bottom: 5px
}

.cartStyle2 span {
    position: absolute;
    top: 0;
    background-color: #f4f4f4;
    margin-top: -25px;
    margin-left: 30px;
    padding: 10px;
}

.cartStyle3 {
    border-top: 2px solid #d6363f;
    border-bottom: 1px solid #f3d9d9;
    padding-bottom: 2px
}

.cartStyle3 p {
    border-top: 1px solid #d6363f;
    margin-top: 2px
}

.cartStyle3 .moreButton {
    background-color: #f3d9d9;
    font-size: 18px;
    padding: 2px 10px;
    margin-top: 4px;
    border-radius: 0px;
}

.cartStyle3 .categorySubMenu {
    vertical-align: top;
}

.cartStyle3 .categorySubMenu a {
    background-color: #f3d9d9;
    padding: 1px 10px;
}

.itemDivLast2Item .itemDivLast2ItemParent:nth-last-child(1) .borderAshB1 {
    border-bottom: none !important;
}

.itemDivLast2Item .itemDivLast2ItemParent:nth-last-child(2) .borderAshB1 {
    border-bottom: none !important;
}

.itemMainDiv .itemsCol:last-child .thumbnail {
    margin-bottom: 0px !important
}

.itemMainDiv .thumbnail:focus-visible {
    border: none !important;
}

.mediaItemDiv .media {
    border-bottom: 1px solid #ebd9d9;
}

.mediaItemDiv .media:last-child {
    border-bottom: none !important;
}

.mediaItemDiv1 .media {
    border-bottom: 10px solid #f4f4f4;
}

.mediaItemDiv1 .media:last-child {
    border-bottom: none !important;
}

.mediaItemDiv2 .media {
    border-bottom: 1px solid #ebd9d9;
}

.mediaItemDiv .firstItemPaddingT0:first-child {
    padding-top: 0px !important
}

.mediaItemDiv .lastItemPaddingB0:last-child {
    padding-bottom: 0px !important
}

.mobileMediaItemDiv .mediaItemDiv .media:first-child {
    border-top: 1px solid #ebd9d9 !important;
    margin-top: 15px
}

.thumbnail {
    box-shadow: unset;
}

.caption {
    width: 100%
}

.allNewsButton {
    padding: 7px 20px;
    background-color: #d6363f;
    border-radius: 5px;
    color: white;
    /*font-size: 1.8rem*/
}

.advDiv {
    text-align: -webkit-center;
    text-align: -moz-center;
    margin: 0 auto;
}

.popularItemDiv {
    padding: 2px;
    border: 2px solid #d6363f;
    border-radius: 3px
}

.popularItemDiv .popularItemInnerDiv {
    padding: 30px;
    border: 1px solid #d6363f
}

.cool-link2 {
    color: #666;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

.cool-link2:after {
    display: block;
    content: '';
    border-bottom: solid 1px #019fb6;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.cool-link2:hover:after {
    transform: scaleX(1);
}

.cool-link2:after {
    transform-origin: 0% 50%;
}

.cool-link {
    display: inline-block;
    color: #D80000;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #D80000;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.headerSocialIcon {
    background-color: #3e3d3d;
    color: white;
    padding: 5px 10px 4px 10px;
    font-size: 11px;
    line-height: 11px;
}

.layoutFooterSocialIcon {
    background-color: #3e3d3d;
    color: white;
    padding: 7px 13px 6px 13px;
    font-size: 14px;
    line-height: 11px;
}

/*custom css*/
.navbar-default .navbar-toggle {
    border-color: #dbd1c6;
    border-radius: 3px;
    background-color: white;
}

.navbar-toggle {
    padding: 6px 6px;
    margin-top: 13px;
}

.navbar-default {
    background-image: unset;
    background-image: unset;
    background-image: unset;
    background-image: unset;
    filter: unset;
    background-repeat: unset;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: unset;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 5px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 5px rgb(0 0 0 / 8%);
}

.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 1px;
    border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: black;
    font-weight: bold !important;
}

.navbar-collapse {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.navbar-default .navbar-nav {
    float: unset !important;
}

.navbar-default .navbar-nav>li {
    display: table-cell;
    float: unset !important;
}

.nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-custom {
    background-color: white;
    border-bottom: 2px solid #e0e0e0;
    z-index: 9999;
    border-top: none;
    border-left: none;
    border-right: none;
}

.navbar-brand img {
    margin-top: -11px
}

/*sidemenu*/
.sidepanel {
    width: 0;
    position: fixed;
    z-index: 9999;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ededed;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 40%);
}

.sidepanel a {
    padding: 5px 5px 5px 32px;
    text-decoration: none;
    /*font-size: 20px;*/
    color: black;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #c7e5e5;
}

.navbar-toggle-custom {
    padding: 7px 6px 6px 6px;
}

.sidepanel a:hover {
    color: #337ab7;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    border: none;
}




/*sticky header*/
.onscroTopHeader {
    margin-top: 260px;
    animation: smoothScroll 1s forwards;
}

.navbar-fixed-top {
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*end custom css*/

.shoulder {
    color: red;
}

.shoulder span {
    font-size: 18px;
    vertical-align: top;
    color: red;
}

.shoulder span:after {
    content: "/";
}

.hanger {
    color: blue;
}

.hanger span {
    font-size: 18px;
    vertical-align: top;
    color: blue;
}

.hanger span:before {
    content: "/";
}


.newsBody {
    font-size: 2rem !important;
    line-height: 3rem;
    text-align: justify !important;
}

.newsBody p {
    font-size: 2rem !important;
    line-height: 3rem;
    margin-bottom: 20px !important;
}

.newsBody span {
    font-size: 2rem !important;
    line-height: 3rem;
}

.newsBody label {
    font-size: 2rem !important;
    line-height: 3rem;
}

.newsBody iframe {
    width: 100% !important;
    height: 390px !important
}

.newsVideo iframe {
    width: 100% !important;
    height: 390px !important
}

.newsDocument {
    padding-top: 10px;
    padding-bottom: 10px;
}

.newsDocument p {
    font-size: 2rem !important;
    line-height: 3rem;
}

.newsBody figure {
    max-width: 100% !important;
}

.newsBody figure figcaption {
    padding: 7px 10px !important;
    border: 1px solid #e0e0e0;
    border-top: none;
    background-color: #f4f4f4;
    font-size: 1.8rem !important;
    line-height: 2.6rem !important;
    margin-bottom: 20px;
}

.newsBody figure figcaption span {
    font-size: 1.8rem !important;
    line-height: 2.6rem !important;
}

.newsBody h1 {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    line-height: 23px !important;
}

.newsBody h2 {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    line-height: 23px !important;
}

.newsBody h3 {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    line-height: 23px !important;
}

.commentsDiv .fb-comments {
    width: 100% !important;
}


/*social icons*/
.topSocialIconColored .fa-facebook {
    background-color: #3b5998;
    color: white;
    border: none;
}

.topSocialIconColored .fa-facebook:hover {
    color: white;
}

.topSocialIconColored .fa-twitter {
    background-color: #1da1f2;
    color: white;
    border: none;
}

.topSocialIconColored .fa-twitter:hover {
    color: white;
}

.topSocialIconColored .fa-twitter-x {
    background-color: rgb(15, 20, 25);
    ;
    color: white;
    border: none;
    fill: #ffffff
}

.topSocialIconColored .fa-linkedin {
    background-color: #0a66c2;
    color: white;
    border: none;
}

.topSocialIconColored .fa-linkedin:hover {
    color: white;
}

.topSocialIconColored .fa-whatsapp {
    background-color: #52cc60;
    color: white;
    border: none;
}

.topSocialIconColored .fa-whatsapp:hover {
    color: white;
}

.topSocialIconColored .fa-print {
    background-color: #c1c1c1;
    color: white;
    border: none;
}

.topSocialIconColored .fa-print:hover {
    color: white;
}

.topSocialIconColored .fa-instagram {
    background-color: #c32aa3;
    color: white;
    border: none;
}

.topSocialIconColored .fa-instagram:hover {
    color: white;
}

.topSocialIconColored .fa-youtube {
    background-color: #ff0000;
    color: white;
    border: none;
}

.topSocialIconColored .fa-youtube:hover {
    color: white;
}

.topSocialIcon2 .fa {
    padding: 10px 20px;
    font-size: 14px;
    /* width: 34px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 1px;
    /* border-radius: 50%; */
    color: white !important;
}

.topSocialIconColored2 .fa-facebook {
    background-color: #3b5998;
    color: white;
    border: none;
}

.topSocialIconColored2 .fa-facebook:hover {
    color: white;
}

.topSocialIconColored2 .fa-twitter {
    background-color: #1da1f2;
    color: white;
    border: none;
}

.topSocialIconColored2 .fa-twitter:hover {
    color: white;
}

.topSocialIconColored2 .fa-twitter-x {
    background-color: rgb(15, 20, 25);
    ;
    color: white;
    border: none;
    fill: #ffffff
}

.topSocialIconColored2 .fa-linkedin {
    background-color: #0a66c2;
    color: white;
    border: none;
}

.topSocialIconColored2 .fa-linkedin:hover {
    color: white;
}

.topSocialIconColored2 .fa-whatsapp {
    background-color: #52cc60;
    color: white;
    border: none;
}

.topSocialIconColored2 .fa-whatsapp:hover {
    color: white;
}

.topSocialIconColored2 .fa-print {
    background-color: #c1c1c1;
    color: white;
    border: none;
}

.topSocialIconColored2 .fa-print:hover {
    color: white;
}

.topSocialIconColored2 .fa-instagram {
    background-color: #c32aa3;
    color: white;
    border: none;
}

.topSocialIconColored2 .fa-instagram:hover {
    color: white;
}

.topSocialIconColored2 .fa-youtube {
    background-color: #ff0000;
    color: white;
    border: none;
}

.topSocialIconColored2 .fa-youtube:hover {
    color: white;
}

.topSocialIcon a {
    cursor: pointer;
}

.topSocialIcon .fa {
    padding: 9px 8px 8px 8px;
    font-size: 28px;
    width: 47px;
    text-align: center;
    text-decoration: none;
    margin: 5px 1px;
    border-radius: 50%;
}

.topSocialIcon a:first-child {
    margin-left: 0px
}

.topSocialIcon .fa:hover {
    opacity: 0.7;
}

.topSocialIcon .fa-facebook {
    border: 1px solid #F1F1F1;
    color: white;
}

.topSocialIcon .fa-facebook:hover {
    color: white;
}

.topSocialIcon .fa-twitter {
    border: 1px solid #F1F1F1;
    color: white;
}

.topSocialIcon .fa-twitter:hover {
    color: white;
}

.topSocialIcon .fa-twitter-x {
    border: 1px solid #F1F1F1;
}

.topSocialIcon .fa-whatsapp {
    background-color: #52cc60;
    color: white;
    border: none;
}

.topSocialIcon .fa-whatsapp:hover {
    color: white;
}

.topSocialIcon .fa-print {
    background-color: #c1c1c1;
    color: white;
    border: none;
}

.topSocialIcon .fa-print:hover {
    color: white;
}

.topSocialIcon .fa-google {
    border: 1px solid #F1F1F1;
    color: white;
}

.topSocialIcon .fa-google:hover {
    color: white;
}

.topSocialIcon .fa-linkedin {
    border: 1px solid #F1F1F1;
    color: white;
}

.topSocialIcon .fa-linkedin:hover {
    color: white;
}

.topSocialIcon .fa-youtube {
    border: 1px solid #F1F1F1;
    color: white;
}

.topSocialIcon .fa-youtube:hover {
    color: white;
}

.topSocialIcon .fa-instagram {
    border: 1px solid #F1F1F1;
    color: white;
}

.topSocialIcon .fa-instagram:hover {
    color: white;
}

.topSocialIcon .fa-envelope {
    background-color: #f70000;
    color: white;
    border: none;
}

.topSocialIcon .fa-envelope:hover {
    color: white;
}

.footerSocialIcon .fa {
    padding: 7px;
    font-size: 14px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 1px;
    border-radius: 50%
}

.footerSocialIcon a:first-child {
    margin-left: 0px
}

.footerSocialIcon .fa:hover {
    opacity: 0.7;
}

.footerSocialIcon .fa-facebook {
    border: 1px solid #d8d0d0;
    color: white;
}

.footerSocialIcon .fa-facebook:hover {
    color: #3B5998;
}

.footerSocialIcon .fa-twitter {
    border: 1px solid #d8d0d0;
    color: white;
}

.footerSocialIcon .fa-twitter:hover {
    color: #55ACEE;
}

.footerSocialIcon .fa-print {
    background-color: #c1c1c1;
    color: white;
    border: none;
}

.footerSocialIcon .fa-print:hover {
    color: white;
}

.footerSocialIcon .fa-google {
    border: 1px solid #d8d0d0;
    color: white;
}

.footerSocialIcon .fa-google:hover {
    color: #DD4B39;
}

.footerSocialIcon .fa-linkedin {
    border: 1px solid #d8d0d0;
    color: white;
}

.footerSocialIcon .fa-linkedin:hover {
    color: #007BB5;
}

.footerSocialIcon .fa-youtube {
    border: 1px solid #d8d0d0;
    color: white;
}

.footerSocialIcon .fa-youtube:hover {
    color: #BB0000;
}

.footerSocialIcon .fa-instagram {
    border: 1px solid #d8d0d0;
    color: white;
}

.footerSocialIcon .fa-instagram:hover {
    color: #125688;
}


/*polls*/
.vote_result_card {
    padding: 10px;
    margin-bottom: 20px;
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.vote_result {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid;
    background-color: #CCC;
    padding-left: 15px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.voteProgress {
    width: 100%;
    background-color: #ddd;
}

.progressBar {
    height: 15px;
    background-color: #b97e56;
}

.table-vote-result tr td {
    width: 33%;
}

.table-vote-result tr td p {
    margin-bottom: 0px;
}

.table-vote-result tr td {
    padding-bottom: 0px;
    vertical-align: middle !important;
}


/*pagination*/
.pagination a {
    padding: 7px 10px;
    background-color: white;
    margin: 5px;
    border-radius: 5px
}

.pagination span {
    padding: 7px 10px;
    background-color: white;
    margin: 5px;
    border-radius: 5px
}

.pagination2 a {
    padding: 7px 10px;
    background-color: #f4f4f4;
    margin: 5px;
    border-radius: 5px
}

.pagination2 span {
    padding: 7px 10px;
    background-color: #f4f4f4;
    margin: 5px;
    border-radius: 5px
}

/*author news card*/
.card {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: white;
}

.card.hovercard .cardheader {
    background-color: #e0e0e0;
    height: 80px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.overflowHidden {
    overflow: hidden !important;
}


/*.btn{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }*/
/*end author news card*/

.datepicker {
    z-index: 9999;
}

.liveVideo iframe {
    width: 100%;
    height: 170px
}

#datePickerArchive .datepicker-inline {
    width: 100% !important;
}

#datePickerArchive .datepicker-inline table {
    width: 100% !important;
}

#datePickerArchive th,
td {
    font-size: 16px !important
}

#datePickerArchive .table-condensed thead tr:nth-child(2) th {
    background-color: #df666d;
    border-radius: 0px;
    color: white;
}

#datePickerArchive .table-condensed thead tr:nth-child(2) th:nth-child(2) {
    border-left: 4px solid white;
    border-right: 4px solid white;
}

.cursorPointer {
    cursor: pointer;
}

.lastChildBorderNone .lastBorderNone:last-child {
    display: none !important;
}

.slick-prev {
    display: block;
    background-color: #bd1515;
    height: 50px;
    width: 30px;
    color: white !important;
    left: -10px !important;
    z-index: 9;
}

.slick-next {
    display: block;
    background-color: #bd1515;
    height: 50px;
    width: 30px;
    color: white !important;
    right: -10px !important;
    z-index: 9;
}

.slick-prev:before {
    content: 'â†';
    color: white !important;
    opacity: 1 !important;
    top: 10 !important;
}

.slick-next:before {
    content: 'â†’';
    color: white !important;
    opacity: 1 !important;
    top: 10 !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #333;
}

.textRulerAshB {
    background-color: #ebd9d9;
    width: 50px;
    height: 5px;
    display: block;
}

span.live-icon {
    display: inline-block;
    position: relative;
    top: calc(50% - 5px);
    background-color: red;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
}

span.live-icon:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: live 2s ease-in-out infinite;
    z-index: -1;
}

@keyframes live {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 0, 0, 0);
    }
}

.homePageSideSvg svg {
    width: 52%;
}

.go-to-top {
    border-radius: 5px;
    background-color: #d9d9d9;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 2%;
    z-index: 999999999;
}

.desktopCountDown #countDownDiv .countDownStaticName {
    padding: 0px;
    padding-top: 5px;
    font-size: 30px !important;
    line-height: 30px;
    color: rgb(120 186 85);
}

.desktopCountDown #countDownDiv .countDownDynamicTime {
    background-color: unset;
    color: white;
    font-size: 40px;
    line-height: 30px;
    font-weight: bold;
}

.mobileCountDown #countDownDiv .countDownStaticName {
    padding: 0px;
    padding-top: 0px;
    font-size: 18px !important;
    line-height: 18px;
    color: #d9dbdb
}

.mobileCountDown #countDownDiv .countDownDynamicTime {
    background-color: unset;
    color: white;
    font-size: 25px !important;
    line-height: 18px;
    font-weight: bold;
}

.inArticleReadMoreButton {
    position: absolute;
    top: 0;
    margin-top: -16px;
    background-color: white;
    padding: 0px 20px;
    margin-left: 10px;
    font-size: 20px !important;
    color: #8c8c8c;
}

/*popup modal*/
.modal-backdrop {
    z-index: 9999 !important
}

.modal {
    z-index: 99999 !important
}

.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0px !important;
}

#popUpModalAd .modal-content {
    background-color: unset;
    box-shadow: unset;
    border: none;
    border-radius: 0px
}

#popUpModalAd .modal-body {
    padding: 0px
}

#popUpModalAd .close {
    background-color: #000000b5 !important;
    font-size: 20px;
    padding: 5px 10px;
    top: 0;
    right: 0;
    position: absolute;
    color: white !important;
    opacity: unset !important;
}

.modal-open .modal {
    display: flex !important;
    height: 100%;
    margin: 15px
}

.modal-open .modal .modal-dialog {
    margin: auto;
}

.blinkText {
    animation: blinker_text 2s linear infinite;
    color: green
}

@keyframes blinker_text {
    50% {
        opacity: 0;
    }
}

.anotherSiteButton {
    padding: 5px 8px 4px 8px;
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin-right: 8px;
}

.anotherSiteButton2 {
    border: 1px solid #cfc9c9;
    padding: 3px 6px 2px 6px;
}


/*media query*/
@media (max-width: 667px) {
    .xs-fontSize20 {
        font-size: 20px !important
    }

    .xs-fontSize22 {
        font-size: 22px !important
    }

    .xs-fontSize24 {
        font-size: 24px !important
    }

    .xs-fontSize30 {
        font-size: 30px !important
    }

    .xs-fontSize32 {
        font-size: 32px !important
    }

    .xs-lineHeight22 {
        line-height: 22px !important
    }

    .xs-lineHeight25 {
        line-height: 25px !important
    }

    .xs-lineHeight30 {
        line-height: 30px !important
    }

    .xs-lineHeight32 {
        line-height: 32px !important
    }

    .xs-lineHeight35 {
        line-height: 35px !important
    }

    .xs-paddingB0 {
        padding-bottom: 0px !important
    }

    .xs-paddingL0 {
        padding-left: 0px !important
    }

    .xs-paddingL8 {
        padding-left: 8px !important
    }

    .xs-paddingL15 {
        padding-left: 15px !important
    }

    .xs-paddingL20 {
        padding-left: 20px !important
    }

    .xs-paddingR8 {
        padding-right: 8px !important
    }

    .xs-paddingR15 {
        padding-right: 15px !important
    }

    .xs-paddingR20 {
        padding-right: 20px !important
    }

    .xs-paddingT0 {
        padding-top: 0px !important
    }

    .xs-paddingT5 {
        padding-top: 5px !important
    }

    .xs-paddingT20 {
        padding-top: 20px !important
    }

    .xs-paddingT70 {
        padding-top: 70px !important
    }

    .xs-padding10 {
        padding: 10px !important
    }

    .xs-padding15 {
        padding: 15px !important
    }

    .xs-paddingB5 {
        padding-bottom: 5px !important
    }

    .xs-paddingB10 {
        padding-bottom: 10px !important
    }

    .xs-paddingB15 {
        padding-bottom: 15px !important
    }

    .xs-paddingB20 {
        padding-bottom: 20px !important
    }

    .xs-marginT0 {
        margin-top: 0px !important
    }

    .xs-marginT8 {
        margin-top: 8px !important
    }

    .xs-marginT10 {
        margin-top: 10px !important
    }

    .xs-marginT15 {
        margin-top: 15px !important
    }

    .xs-marginT20 {
        margin-top: 20px !important
    }

    .xs-marginT-21 {
        margin-top: -21px !important
    }

    .xs-marginB0 {
        margin-bottom: 0px !important
    }

    .xs-marginB5 {
        margin-bottom: 5px !important
    }

    .xs-marginB10 {
        margin-bottom: 10px !important
    }

    .xs-borderRadius5 {
        border-radius: 5px !important
    }

    .xs-width140P {
        width: 140px !important
    }

    .xs-width100P {
        width: 100% !important
    }

    .newsBody iframe {
        width: 100% !important;
        height: 250px !important
    }

    .newsVideo iframe {
        width: 100% !important;
        height: 250px !important
    }

    .xs-textLeft {
        text-align: left !important;
    }

    .xs-positionRelative {
        position: relative !important;
    }

    .xs-positionFixed {
        position: fixed !important;
    }

    .xs-verticleAlignS {
        vertical-align: super !important;
    }

    .homePageSideSvg svg {
        width: 90%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1380px;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

/*media query end*/


/*extra*/
.blink {
    animation: blinker-one 4s linear infinite;
}

.subMenu {
    background-color: #d6363f;
    color: white;
    padding: 4px 10px 2px 10px;
    /*font-size: 1.7rem;*/
    /*line-height: 3rem;*/
    margin: 0px 3px;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 2px;
}

.subMenu:hover {
    color: white;
    opacity: .8
}

.menuActive {
    color: #337ab7 !important
}

@keyframes blinker-one {
    0% {
        opacity: 0;
    }
}

.categoryStickerDiv {
    background-color: red;
    padding: 2px 10px;
    color: white;
    border-radius: 20px;
}

.readMoreDiv {
    border-top: 1px solid #e0e0e0;
    margin: 0px;
    text-align: center;
}

.readMoreDiv span {
    margin-top: -12px;
    position: absolute;
    background-color: white;
    padding: 0px 10px;
    right: 0;
    margin-right: 20px
}

/*======= TRENDING NEWS STYLE ========*/
.trending-area {
    margin-bottom: 20px;
}

.trending-list {
    margin: 0;
    padding: 0;
}

.trending-list li {
    list-style-type: none;
    display: inline-block;
}

.trending-list li span {
    margin-right: 10px;
    font-weight: bold;
    font-size: 15px;
}

.trending-list li a {
    background: #fff;
    color: #000;
    padding: 4px 8px;
    margin-right: 10px;
    transition: .2s;
}

/* ============ district news search ============ */
.dis-area {
    color: #fff;
    text-align: center;
    background: #fff;
}

.dis-area h3 {
    color: #a33939;
    /*font-size: 22px;*/
    /*line-height: 27px;*/
    padding: 3px 0 2px;
}

.areaSelect {
    margin-bottom: 15px
}

.areaSelect .form-control {
    border: 1px solid #939495;
    border-radius: 3px;
    font-size: 2rem;
    padding-top: 3px;
}

.areaSelect .form-control:hover {
    cursor: pointer;
}

.areaSelect .form-control:focus {
    box-shadow: none
}

.disBtn .btn {
    background: #373c48;
    width: 100%;
    color: #fff;
    font-size: 19px;
    padding: 3px;
}

.disBtn .btn:hover {
    background: #4b515e
}

.disBtn .btn .fa-search {
    margin-left: 5px;
    font-size: 17px
}

.disSrchArea {
    /*padding: 20px 24px 6px;*/
    background: #a33939;
}

/* =========== archive style ============ */
.arc-area-wrapper {
    background: #f4f4f4;
    padding: 20px;
}

.arc-wrapper {
    display: inline-block;
    padding: 8px 0;
    background: #c9302c;
    text-align: center;
    width: 100%;
}

.arc-title {
    margin: 0;
    color: #fff;
    font-size: 21px;
}

.arc-select .form-control {
    font-size: 21px;
    height: 40px;
    text-align: center;
}

.arc-btn {
    font-size: 21px;
    padding: 4px 12px;
    background-color: #c9302c;
}

.arc-btn:hover {
    background-color: #d9534f;
}











/*layout css*/
.navbar2 .navbar {
    background-color: unset;
    border: none;
    margin: 0px;
}

.navbar2 .mega-dropdown {
    position: static !important;
}

.navbar2 .mega-dropdown-menu {
    padding: 0px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: rgb(0 0 0) 0px 5px 5px -5px;
    border-radius: 0px;
    border: none;
    z-index: 99999;
    margin-top: 0px !important;
    border-top: 2px solid #e0e0e0
}

.navbar2 .mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.navbar2 .mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.navbar2 .mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px;
    background-color: unset;
}

.navbar2 .mega-dropdown-menu>li ul>li>a:hover,
.navbar2 .mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
}

.navbar2 .mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.navbar2 .carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;

}

.navbar2 .left.carousel-control {
    right: 30px;
    left: inherit;
}

.navbar2 .carousel-control .glyphicon-chevron-left,
.navbar2 .carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}

.navbar2 .navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: black;
    background-color: unset;
}

.navbar2 .navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: black;
    background-color: unset;
}

.navbar2 .nav {
    margin: 0 auto;
    display: table;
}

.desktopStickyLogo {
    display: inline-table;
    margin-left: 7px;
}

.displayInlineTable {
    display: inline-table !important;
}


.modal-content {
    position: relative;
    background-color: unset;
    -webkit-background-clip: padding-box;
    background-clip: unset;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: unset;
    border: none;
}

.modal-body {
    padding: 0px
}

.modal-backdrop {
    opacity: 0 !important;
}

.close {
    background-color: #af0b0b;
    color: white;
    padding: 2px 7px;
    opacity: unset;
    position: absolute;
    z-index: 99999;
}

.modal-open {
    overflow: scroll;
    position: unset;
}

/*new css*/
.mainDiv {
    padding-bottom: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.footerDiv3 {
    width: 100%;
    border-top: 1px solid #516469;
    margin-top: 30px;
    padding: 30px 0px;
    background-color: rgb(255, 255, 255)
}

.title1 {
    font-size: 1.4rem;
    line-height: 2rem;
}

.title2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.title3 {
    font-size: 2rem;
    line-height: 2.6rem;
}

.title4 {
    font-size: 2.4rem;
    line-height: 3rem;
}

.title4Imp {
    font-size: 2.4rem !important;
    line-height: 3rem !important;
}

.title5 {
    font-size: 2.8rem;
    line-height: 3.6rem;
}

.title5Imp {
    font-size: 2.8rem !important;
    line-height: 3.6rem !important;
}

.title6 {
    font-size: 3rem;
    line-height: 3.8rem;
}

.title7 {
    font-size: 4rem;
    line-height: 5.6rem;
}

.title6Imp {
    font-size: 3rem !important;
    line-height: 3.8rem !important;
}

.summary3 {
    /*font-size: 1.7rem;
		line-height: 2.4rem;*/
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.time {
    font-size: 1.4rem;
    line-height: 2rem;
}

.time .icon {
    font-size: 1.2rem;
    line-height: 2rem;
}

.fontSizeMenu {
    font-size: 1.8rem;
    line-height: 2rem !important;
}

.fontSizeMenuBar {
    font-size: 1.8rem;
    line-height: 2.8rem !important;
    font-weight: bold;
    color: #000;
}

.fontSizeReadMore {
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.fontSizeCartTitle {
    font-size: 2.8rem;
    line-height: 3.6rem;
}

.pageTitleSize {
    font-size: 2.7rem;
    line-height: 3.7rem;
}

.fontSize1_6rem {
    font-size: 1.6rem
}

.lpnw {}

.lpnw .loadingDiv1 {
    text-align: center;
}

.lpnw .latestNewsWidget {
    background-color: #ededed;
    height: 100%;
    border-bottom: none;
}

.lpnw .lpnwCartHeader {
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.6rem;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    background-color: #ededed;
    border-top: 1px solid #ebd9d9;
    border-bottom: 1px solid #ebd9d9;
}

.lpnw .lpnwCartHeader a {
    text-decoration: none !important;
    color: black;
    text-transform: uppercase;
}

.lpnw .lpnwCartHeader a:hover {
    color: #337ab7;
}

.lpnw .media {
    position: relative;
    padding: 15px;
    margin-top: 0px
}

.lpnw .media:hover h2 {
    color: #337ab7;
}

.lpnw .media:hover .pvIconSmall {
    background: #fff;
    color: #9a1515;
}

.lpnw .media-object {
    border-radius: 5px
}

.lpnw .media-body h2 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 0px;
    color: black;
}

.pageTitle h1 {
    font-size: 2.7rem;
    line-height: 3.7rem;
    margin-top: 10px;
    margin-bottom: 0px;
}

.pageTitle h1 a {
    text-decoration: none !important;
    text-transform: uppercase;
}

.loadMoreButton {
    padding: 7px 20px;
    background-color: #d6363f;
    border-radius: 5px;
    color: white;
    font-size: 1.8rem;
    line-height: 2.3rem;
    text-decoration: none !important;
    color: white;
    cursor: pointer;
}

.otherPageBody {
    font-size: 1.8rem !important;
    line-height: 2.5rem;
    text-align: justify !important;
}

.otherPageBody b {
    font-size: 1.8rem !important;
    line-height: 2.5rem;
    text-align: justify !important;
}

.otherPageBody a {
    font-size: 1.8rem !important;
    line-height: 2.5rem;
    text-align: justify !important;
}

.otherPageBody p {
    font-size: 1.8rem !important;
    line-height: 2.5rem;
    text-align: justify !important;
}

.otherPageBody span {
    font-size: 1.8rem !important;
    line-height: 2.5rem;
    text-align: justify !important;
}

.newHeadlines .fa-circle {
    vertical-align: top;
    margin-top: 6px;
    font-size: 7px;
    border: 1px solid skyblue;
    border-radius: 50%;
    padding: 2px 3px;
}

.trendingItem {
    padding: 2px 10px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 3px
}

.reporterDivider {
    background-color: #ebd9d9;
    width: 50px;
    height: 5px;
    display: block;
}

.displayTableCel {
    display: table-cell !important;
}

.tagItem {
    padding: 10px 20px;
    background-color: #f4f4f4;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 5px
}

.googleNewsDiv {
    border: 1px dotted #86a6c2;
    padding: 5px;
}

.googleNewsDiv img {
    vertical-align: sub;
}

.newsPhotoCaption {
    padding: 7px 10px;
    border: 1px solid #e0e0e0;
    border-top: none;
    background-color: #f4f4f4;
}

.headlineNamingTd {
    width: 90px
}

.desktopStickyLogoImg {
    height: 38px;
    margin-top: 3px
}

.boxShadowNone {
    box-shadow: unset !important;
}

.menubarCategoriesDiv {
    margin-left: -7px;
    margin-right: -7px;
    box-shadow: 0px 2px 7px rgb(208 208 208);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.clickAllMenu {
    padding: 5px 5px 0px 32px;
    display: block;
    border-bottom: 1px solid #c7e5e5;
}

.linkDiv {
    list-style: none;
    padding: 0px;
    display: inline-flex;
    text-align: center;
}

.topStickyDiv {
    background-color: #EEEEEE;
    min-height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    text-align: -webkit-center;
    display: none;
    margin-top: 60px
}

.topStickyCloseDiv {
    background-color: #eeeeee;
    padding: 1px 6px;
    bottom: 0px;
    position: absolute;
    right: 0;
    color: black;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    margin-bottom: -20px
}

.specialEventTag {
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 80px;
    border-radius: 50%;
    margin-top: 0%;
    margin-left: -5%;
    opacity: .8;
}

.specialEventDiv {
    box-shadow: #a76f6f 1px 0px 10px;
}

.leftStickyDiv {
    width: 300px;
    height: 250px;
    background-color: unset;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 30px;
    margin-bottom: 30px;
}

.leftStickyDivClose {
    background-color: red;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    padding: 6px;
    padding: 1px 10px;
    color: white;
    cursor: pointer;
}

.bodyReadMoreNews {
    border: 1px solid #ebd9d9;
    padding: 10px;
}

.bodyReadMoreNews .bodyReadMoreSpan1 {
    display: block;
    margin-bottom: 7px;
}

.bodyReadMoreNews .bodyReadMoreSpan2 {
    border-bottom: 2px solid #ebd9d9;
    font-weight: bold;
}

.bodyReadMoreNews a {
    text-decoration: none !important;
}

.liveIconGif {
    height: 18px;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -2px;
    "

}

@media (max-width: 667px) {
    .xs-title2 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .xs-title3 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .xs-title4 {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    .xs-title6 {
        font-size: 2.5rem !important;
        line-height: 3rem !important;
    }

    .xs-title7 {
        font-size: 2.9rem !important;
        line-height: 3.5rem !important;
    }

    .xs-summary3 {
        font-size: 1.6rem !important;
        line-height: 2.2rem !important;
    }

    .lpnw .lpnwCartHeader {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }

    .lpnw .media-body h2 {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }

    .pageTitle h1 {
        font-size: 2.3rem;
        line-height: 3.2rem;
    }

    .time {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .time .icon {
        font-size: 1rem;
        line-height: 1.8rem;
    }

    .loadMoreButton {
        font-size: 1.6rem !important;
        line-height: 2rem !important;
    }

    .otherPageBody {
        font-size: 1.4rem !important;
        line-height: 2.2rem;
        text-align: justify !important;
    }

    .otherPageBody b {
        font-size: 1.4rem !important;
        line-height: 2.2rem;
        text-align: justify !important;
    }

    .otherPageBody a {
        font-size: 1.4rem !important;
        line-height: 2.2rem;
        text-align: justify !important;
    }

    .otherPageBody p {
        font-size: 1.4rem !important;
        line-height: 2.2rem;
        text-align: justify !important;
    }

    .otherPageBody span {
        font-size: 1.4rem !important;
        line-height: 2.2rem;
        text-align: justify !important;
    }

    .cartStyle2 {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .cartStyle2 span {
        margin-top: -22px !important;
    }

    .newsVideo .cartStyle2 span {
        margin-top: 2px !important;
    }

    .siteNewsCart .cartStyle2 span {
        margin-top: -3px !important;
    }

    .readMoreDiv span a {
        font-size: 1.6rem !important;
        line-height: 2.2rem !important;
    }

    .readMoreDiv span a i {
        font-size: 1.3rem !important;
        line-height: 2.2rem !important;
    }

    .specialEventTagMobile {
        width: 100px;
        position: relative;
        z-index: 9;
        border-radius: 50%;
        margin-bottom: -70px;
        opacity: .7;
    }

    .newsBody figure figcaption {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .newsBody figure figcaption span {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
}

.followDiv {
    font-size: 1.6rem;
    margin-bottom: 0px;
    padding: 10px 0px;
    text-align: center;
}

.h100P {
    height: 100%;
}
.title11 {
    font-size: 2.4rem !important;
    line-height: 2.9rem !important;
    /* font-size: 2.3rem !important; */
    /* line-height: 2.7rem !important; */
}

.marginB0 {
    margin-bottom: 0px !important;
}


.mt-\[29px\] {
    margin-top: 20px;
}
.z-50 {
    z-index: 50;
}

.absolute-logo {
    position: absolute;
}

.navbar-nav > li > a {
    color: white !important; /* Force white text */
    padding: 10px 15px !important; /* Add padding */
}

.navbar-nav > li.divider {
    color: white !important; /* Force white divider */
    padding: 10px 5px !important; /* Add spacing */
    display: inline-block !important; /* Ensure inline */
}

/* Fixed header styles */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030; /* Higher than most elements */
    background-color: white; /* Adjust as needed */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Adjust body padding to prevent content hiding */
body {
    padding-top: 150px; /* Adjust this value based on your header height */
}

/* Mobile specific adjustments */
@media (max-width: 767px) {
    .fixed-header {
        position: fixed;
        width: 100%;
    }
    body {
        padding-top: 60px; /* Less padding for mobile */
    }
}

/* Ensure navbar items are visible */
.navbar-inverse {
    background-color: rgb(44 75 156) !important;
}

.navbar-nav > li > a {
    color: white !important;
    padding: 15px 20px !important;
}