@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');*/
/*@import url('stylesheet.css');*/
/*@import url('../fonts/fonts.min.css');*/
/*@import url('nav.css');*/

body {
    padding-top: 0;
    font-family: "Inter", sans-serif;
    color: #505050;
    font-size: 14px;
    font-weight: 400; 
    background: #EAEDED;
    /*background: #f51c2d;*/
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

/*.container{max-width: 90%; }*/
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.74);
}

.bg-danger {
    background-color: #e31f28 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cc0201;
}

.company-logos img {
    max-height: 60px;
    max-width: 135px;
    vertical-align: top;
    background: #fff;
    padding: 5px 5px 4px;
    filter: drop-shadow(0px 2px 3px #ccc);
    border-radius: 1px;
    margin-top: 10px;
    transition: all 0.2s linear;
    transform: scale(1.0);
    border-bottom: 2px solid #d4d4d4;
}

.company-logos img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.2);
    transition: all linear 0.2s;
}

.overlay-title {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0;
    padding: 15px;
    color: #fff;
    background: linear-gradient(0deg, #000000fa, transparent);
}

.read-more {
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding: 5px 15px;
    overflow: hidden;
    z-index: 1;
    border-radius: 2px;
    color: #fff !important;
    background-color: #ff4d4d;
    border: none;
    font-weight: 400;
}

.btn--animated:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(216, 8, 4);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 2s;
    transition-timing-function: ease-out;
    z-index: -1;
}

.btn--animated:hover {
    color: #fff;
}

.btn--animated:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}

.dropdown-item {
    padding: .25rem 1.0rem;
}

.tin-mice {
    position: relative;
    transition: all ease-in-out 0.22s;
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
    overflow: hidden;
}

.tin-mice:hover h2 {
    position: absolute;
    z-index: 99;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    /* height: 300px; */
    background: #ffffffe0;
    color: #f00;
    padding: 20% 10px;
    font-size: 30px;
    height: 97%;
    line-height: 10.6;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 0 3px #bdbdbd;
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
}

.img-prnews {
    max-height: 200px;
    overflow: hidden;
}

.img-prnews img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}

.tin-mice h2 {
    position: absolute;
    z-index: 99;
    content: '';
    top: -100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* height: 300px; */
    background: #ffffffe0;
    color: #f00;
    padding: 20% 10px;
    font-size: 30px;
    height: 97%;
    line-height: 10.6;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 0 3px #bdbdbd;
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
}

.video-small-images img {
    width: 135px;
}

.tin-mice-club {
    background: #f6f6f6;
}

.tin-mice-club .form-control {
    border-radius: 3px;
    font-weight: 300;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
    background: #e2e5e6;
}

.top-banner {}

.top-nav .nav-link {
    color: #e31e27;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.top-nav .nav-item {
    margin: 0;
}

.top-nav .dropdown-menu a {
    text-transform: uppercase;
}

.cookie_policy {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: darkred;
    color: white;
    line-height: 30px;
    z-index: 999;
}

.cookie_policy a {
    color: yellow;
}

.cookie_policy .btn {
    padding: .05rem .5rem;
}

#nav .dropdown-menu,
#nav1 .dropdown-menu {
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    border: none;
    padding: 0px;
    list-style-type: none;
    -webkit-animation: mymove 0.5s;
    animation: mymove 0.5s;
    background-color: #fff;
    -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
}

.recommended-img {
    height: 75px;
    width: 120px;
    margin-bottom: 5px;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
    right: 8px;
    position: absolute;
    top: 41%;
}

.content .details-news span {
    padding-right: 10px;
    font-weight: 500;
}
.content .details-news {
/*        font-family: 'Merriweather', serif;*/
}

.content p:nth-child(2) {
    display: inline;
}

@keyframes mymove {
    from {
        left: 100px;
        height: 0px;
        opacity: 0;
        border-bottom: 0px;
    }

    to {
        height: auto;
    }
}

.or-option {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 32%;
    right: -18px;
    border: 1px solid #ccc;
    display: block;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
    line-height: 30px;
    background: #ccc;
}

ul.navbar-nav .nav-item:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    transition: width .5s ease, background-color .5s ease;
}

#nav1 .navbar-nav .nav-item:hover:after {
    width: 100%;
    background: #eb3719;
}

#nav1 .dropdown-item:focus,
#nav1 .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f51c2d;
}

#nav1 .navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    padding: 0;
    border: none;
}

#nav .navbar-nav .nav-item:hover:after {
    width: 100%;
    background: #eb3719;
}

#nav .dropdown-item:focus,
#nav .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f51c2d;
}

#nav .navbar-nav .dropdown-menu,
#nav1 .dropdown-menu {
    position: absolute;
    float: none;
    padding: 0;
    border: none;
    border-radius: 0 0 4px 4px;
    top: 96%;
    z-index: 9999;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
    background: #ffffff;
    transition: all ease-in-out 0.22s;
    box-shadow: 0 2px 3px #0000004a;
}

.bg-lights {
    border: 1px solid #efefef;
    background: #ffffff;
}

.container {max-width: 95%; }
a {
    color: #e31e27;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

.top {
    background: #444;
    color: #fff;
    padding: 5px 0;
}

.top a {
    color: #ffffff;
}

.logo img {
    max-height: 60px;
}

#nav .dropdown:hover>.dropdown-menu {
    display: block;
}

#nav .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

#nav1 .dropdown:hover>.dropdown-menu {
    display: block;
}

#nav1 .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.wrapper {
    background: #ffffff;
}

.navbar-light {
    background: #fff;
}

ul.weather-etc li {
    padding: 5px;
    margin: 0 !important;
    border-right: 1px solid #ccc;
}

ul.weather-etc li img {
    height: 25px;
}

ul.weather-etc li:last-child {
    border: none;
}

ul.topics li {
    position: relative;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 0.8rem;
}

ul.topics li:last-child:after {
    content: '';
}

ul.topics li a {
    text-decoration: none;
    color: #e31e27;
}

ul.topics li a:hover {
    color: black
}

ul.topics li:after {
    position: absolute;
    content: '|';
    top: 2px;
    right: -5px;
}

.news-headings {
    font-size: 20px;
    font-weight: 700;
    color: #7a7a7a;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.news-headings span {
    padding: 4px 10px 4px 15px;
    /*border-bottom: 3px solid #d61720;*/
    position: relative;
    background: #b70b0b;
    color: #ffffff;
}

.news-headings span:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #ffc400;
    left: 2px;
    top: 10px;
    border-radius: 50%;
}

.news-headings1 {
    font-size: 20px;
    font-weight: 700;
    color: #7a7a7a;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.video-details {
    height: 22px;
    overflow: hidden;
}

.news-headings1 span {
    padding: 4px 10px 4px 15px;
    /*border-bottom: 3px solid #d61720;*/
    position: relative;
    background: #ffffff;
    color: #b70b0b;
}

.news-headings1 span:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #ffc400;
    left: 2px;
    top: 10px;
    border-radius: 50%;
}

.sidebar {
    /*background: #ecf3fb;*/
    background: #ffffff;
    padding: 0 15px !important;
}

/*.content {border-top: 2px solid #fba4ad; }*/
.card-title {
    position: relative;
    font-weight: 600;
    color: #333333;
    /* text-shadow: 0 1px 0 #fff; */
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.news-headings:after {
    position: absolute;
    content: '';
    border-bottom: 3px solid #d61720;
    width: 100%;
    left: 0;
    bottom: -4px;
}

.small-content {
    height: 60px;
    overflow: hidden;
}

.content a {
    color: #5a5a5a;
}

.content a:hover {
    color: #505050;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

.content h2 {
    color: #5a5a5a;
    text-decoration: none;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.small-image {
    /* height: 120px; */
    /* width: 100%; */
        height: 150px;
    object-fit: COVER;
}

.branded-image {
    max-height: 200px;
}

.content h2 a {
    color: #3e4149;
    text-decoration: none;
}

.heading-details a {
    color: #3e4149;
    text-decoration: none;
    font-weight: 300;
}

.heading-details {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.heading-details:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 30%;
    height: 2px;
    background: #dc3545;
}

.content h2 a:hover {
    color: #505050;
    text-decoration: none;
}

.content p {
    font-size: 16px;
/*    margin-bottom: 0.5rem;*/
    text-align: justify;
/*        font-family: 'Merriweather', serif;*/
}

.content h4 {
    font-size: 16px;
    /* font-size: 24px; */
    margin: 0 0 1rem;
}

.content h4 a {
    color: #3e4149;
    text-decoration: none;
    display: block;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.content h4 a:hover {
    color: #505050;
    text-decoration: none;
}

.fb-page span,
.fb-page iframe {
    width: 100% !important;
}

.ad5-size {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

img:hover {
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
    cursor: pointer;
}

.news-section img {
    max-height: 450px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.news-section figure {
    max-height: 450px;
    width: 100%;
    overflow: hidden;
    margin: 0;
    border: 1px solid #f2f2f2;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    font-family: "Merriweather", serif;
}

.video {
    top: 40%;
    left: 44%;
    right: 44%;
    color: white;
    text-align: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    cursor: pointer;
}

.moretext {
    display: none;
}

/*.sidebar{position: -webkit-sticky; position: sticky; background: #eaeded; padding: 15px; }*/
.app-images img {
    max-width: 80px;
    vertical-align: top;
    margin-top: 3px;
}

.app-images1 img {
    max-width: 130px;
    vertical-align: top;
    margin-top: 3px;
}

.app-images {
    vertical-align: top;
    text-align: right
}

.app-images a {
    display: block;
    color: #898989;
}

.social-media .list-inline-item:not(:last-child) {
    margin-right: 2px;
}

ul.social-media li a:hover,
ul.social-media li a:focus {
    transform: rotate(360deg);
    transition: all ease-in-out 0.22s;
}

ul.social-media li a {
    display: block;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 33px;
    vertical-align: top;
    border-radius: 50%;
    transition: all ease-in-out 0.22s;
}

ul.social-media li:nth-child(1) a {
    background: linear-gradient(5deg, #2196F3, #00BCD4);
}

ul.social-media li:nth-child(2) a {
    background: #00e2ff;
}

ul.social-media li:nth-child(3) a {
    background: linear-gradient(5deg, #FF5722, #af00e8);
}

ul.social-media li:nth-child(4) a {
    background: #104875;
}

ul.social-media li:nth-child(5) a {
    background: #f51c2d;
}

.dropdown-item {
    padding: .25rem 1.0rem;
     font-family: "Merriweather", serif;
}

.video-small {
    top: 36%;
    z-index: 99;
    left: 40%;
    color: white;
    text-align: center;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 12px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.bg-danger1 {
    background-color: #fba4ad !important;
}

.subscribe {
    padding: 0% 5%;
}

.subscribe .form-control,
.subscribe .input-group-text {
    background: rgb(243, 141, 152);
    border: none;
    font-size: 12px;
    font-style: italic;
    color: #fff;
}

.ds input[type="text"]:-moz-placeholder,
.ds input[type="email"]:-moz-placeholder,
.ds input[type="url"]:-moz-placeholder,
.ds input[type="password"]:-moz-placeholder,
.ds input[type="search"]:-moz-placeholder,
.ds input[type="tel"]:-moz-placeholder,
.ds input[type="number"]:-moz-placeholder,
.ds textarea:-moz-placeholder {
    color: #ffffff;
}

.ds input[type="text"]::-moz-placeholder,
.ds input[type="email"]::-moz-placeholder,
.ds input[type="url"]::-moz-placeholder,
.ds input[type="password"]::-moz-placeholder,
.ds input[type="search"]::-moz-placeholder,
.ds input[type="tel"]::-moz-placeholder,
.ds input[type="number"]::-moz-placeholder,
.ds textarea::-moz-placeholder {
    color: #ffffff;
}

.ds input[type="text"]:-ms-input-placeholder,
.ds input[type="email"]:-ms-input-placeholder,
.ds input[type="url"]:-ms-input-placeholder,
.ds input[type="password"]:-ms-input-placeholder,
.ds input[type="search"]:-ms-input-placeholder,
.ds input[type="tel"]:-ms-input-placeholder,
.ds input[type="number"]:-ms-input-placeholder,
.ds textarea:-ms-input-placeholder {
    color: #ffffff;
}

.ds input[type="text"]::-webkit-input-placeholder,
.ds input[type="email"]::-webkit-input-placeholder,
.ds input[type="url"]::-webkit-input-placeholder,
.ds input[type="password"]::-webkit-input-placeholder,
.ds input[type="search"]::-webkit-input-placeholder,
.ds input[type="tel"]::-webkit-input-placeholder,
.ds input[type="number"]::-webkit-input-placeholder,
.ds textarea::-webkit-input-placeholder {
    color: #ffffff;
}

.m_banner {
    width: 100%;
}

/* Searchbox relevant style */
#searchbox {
    position: relative;
    background: rgb(255, 255, 255);
    width: calc(100% - 0%);
    margin: 0 auto;
    height: 0px;
    z-index: 999;
    box-shadow: 0 0px 1px 0 #0000002b;
    border-radius: 5px;
    display: none;
}

#searchbox .dropdown-menu {
    max-height: 250px;
    overflow: auto;
    top: 95%;
    display: block;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7);
    background: #eaeaea;
}

#searchbox.show {
    animation: reveal-search ease .75s forwards;
    height: 40px;
    display: block;
}

#searchbox.hide {
    animation: hide-search ease .25s forwards;
}

#searchbox svg {
    margin: auto 0;
    position: absolute;
    height: 30px;
    fill: #ffffff;
    top: 0;
    bottom: 0;
}

#searchbox svg.magnify {
    left: 20px;
    right: 0;
    fill: #ffffff;
}

#searchbox svg.close {
    right: 20px;
}

#searchbox svg.close:hover {
    cursor: pointer;
}

.more {
    font-size: 16px;
    text-decoration: none;
    line-height: 28px;
    color: #e31e27;
    font-weight: 700;
}

.more:hover,
.more:focus {
    text-decoration: none;
    color: #3c3c3c;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #3c3c3c;
}

#searchbox input {
    width: calc(100% - 160px);
    line-height: 40px;
    font-size: 20px;
    max-height: 50px;
    border: 0;
    padding: 0 2vw;
    font-weight: 300;
    color: #5f5f5f;
    padding-left: 80px;
    background: transparent;
}

#searchbox input:focus {
    outline: 0;
}

#searchbox input:-moz-placeholder {
    color: #ccc;
}

#searchbox input::-moz-placeholder {
    color: #ccc;
}

#searchbox input:-ms-input-placeholder {
    color: #ccc;
}

#searchbox input::-webkit-input-placeholder {
    color: #ccc;
}

#searchbox .close {
    position: absolute;
    right: 0;
    padding: 10px;
    top: 0;
}

.magnify {
    left: 0;
    width: 20px;
    padding: 10px;
    position: absolute;
    top: 0;
}

@keyframes reveal-search {
    0% {
        height: 0;
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    50% {
        height: 40px;
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    100% {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

@keyframes hide-search {
    0% {
        height: 80px;
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    100% {
        height: 0;
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.footer a {
    color: white;
    text-decoration: none;
    padding: 0;
    display: block;
    font-weight: 400;
    /* text-shadow: 0 1px 0 #292e33;*/
}

.copyright a {
    color: #868686;
    text-decoration: none;
    padding: 0;
    display: block;
    font-weight: 400;
    /* text-shadow: 0 1px 0 #292e33;*/
}

.footer a:hover,
.copyright a:hover {
    color: #ff0000;
    text-decoration: none;
    /* text-shadow: 0 1px 0 #000;*/
}

.copyright {
    background: #131313;
}

.footer h4 {
    text-transform: uppercase;
    position: relative;
    color: black;
    font-size: 18px;
    font-weight: 600;/*
    padding-left: 15px;*/
}

/*.footer h4:before {
    content: '';
    height: 10px;
    width: 10px;
    background: red;
    position: absolute;
    left: 0;
    top: 18%;
    z-index: 99;
    border-radius: 50%;
}*/

.footer h4 span {
    background: #c40000;
padding: 5px 10px;
position: relative;
z-index: 99;
}

.member{
    display: none;
background: #ffffff;
padding: 10px;
border-radius: 10px; 
text-align: center;
color: blue;
margin: -50px auto 2rem; 
}
.member img{
	max-height: 70px;
	display: block;
	margin:0 auto;
}
.member a{
	display: block;
color: #00abff;
text-transform: uppercase;
text-align: center;
}

/*.footer h4:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #4d565f;
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 1;
}
*/
.social li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: thin solid #2e3235;
    font-size: 14px;
}

.social li:first-child a:hover {
    color: #003399;
    background: #fff;
    box-shadow: 0 0 3px 0 #0000001f;
}

.social li:nth-child(2) a:hover {
    color: #03A9F4;
    background: #fff;
    box-shadow: 0 0 3px 0 #0000001f;
}

.social li:nth-child(3) a:hover {
    color: #ad028e;
    background: #fff;
    box-shadow: 0 0 3px 0 #0000001f;
}

.social li:nth-child(4) a:hover {
    color: red;
    background: #fff;
    box-shadow: 0 0 3px 0 #0000001f;
}

.social li:nth-child(5) a:hover {
    color: #024f67;
    background: #fff;
    box-shadow: 0 0 3px 0 #0000001f;
}

.social li:nth-child(6) a:hover {
    color: #de0505;
    background: #fff;
    box-shadow: 0 0 3px 0 #0000001f;
}

.social li:nth-child(7) a:hover {
    color: #ff9800;
    background: #fff;
    box-shadow: 0 0 3px 0 #0000001f;
}

.back-top {
    position: fixed;
    bottom: 4em;
    right: 2em;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.74);
    font-size: 13px;
    padding: 5px 10px;
    display: block;
    display: none;
    z-index: 1111;
    font-weight: 600;
    height: auto;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    transform: scaleY(5px);
    border-radius: 4px;
}

.back-top:focus,
.back-top:hover {
    background: #03A9F4;
    text-decoration: none;
    color: #fff
}

.time-stamp a {
    color: #e31e27;
}

/*.login-reg-bg {min-height: 550px; background-image: url(https://elivenet.com/wp-content/uploads/2017/07/glasses-on-newspaper.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; overflow-y: hidden; } .login-reg-panel {position: relative; top: 50%; transform: translateY(-50%); text-align: center; width: 90%; right: 0; left: 0; margin: auto; height: 400px; background-color: rgb(227, 30, 39); } .white-panel {background-color: rgba(255, 255, 255, 1); height: 500px; position: absolute; top: -50px; width: 50%; right: calc(50% - 50px); transition: .3s ease-in-out; z-index: 0; box-shadow: 0 0 15px 9px #00000096; } .login-reg-panel input[type="radio"] {position: relative; display: none; } .login-reg-panel {color: #B8B8B8; } .login-reg-panel #label-login, .login-reg-panel #label-register {border: 1px solid #9E9E9E; padding: 5px 5px; width: 150px; display: block; text-align: center; border-radius: 10px; cursor: pointer; font-weight: 600; font-size: 18px; } .login-info-box {width: 30%; padding: 0 50px; top: 20%; left: 0; position: absolute; text-align: left; } .register-info-box {width: 30%; padding: 0 50px; top: 20%; right: 0; position: absolute; text-align: left; } .right-log {right: 50px !important; } .login-show, .register-show {z-index: 1; display: none; opacity: 0; transition: 0.3s ease-in-out; color: #242424; text-align: left; padding: 50px; } .show-log-panel {display: block; opacity: 0.9; } .login-show input[type="text"], .login-show input[type="password"] {width: 100%; display: block; margin: 20px 0; padding: 15px; border: 1px solid #b5b5b5; outline: none; } .login-show input[type="button"] {max-width: 150px; width: 100%; background: #444444; color: #f9f9f9; border: none; padding: 10px; text-transform: uppercase; border-radius: 2px; float: right; cursor: pointer; } .login-show a {display: inline-block; padding: 10px 0; } .register-show input[type="text"], .register-show input[type="password"] {width: 100%; display: block; margin: 20px 0; padding: 15px; border: 1px solid #b5b5b5; outline: none; } .register-show input[type="button"] {max-width: 150px; width: 100%; background: #444444; color: #f9f9f9; border: none; padding: 10px; text-transform: uppercase; border-radius: 2px; float: right; cursor: pointer; }*/
.profile-menu .list-group-item:not(.active) {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #069;
    font-weight: bold;
}

.profile-menu .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f51c2d;
    border-color: #f51c2d;
    border-radius: 0;
    font-weight: 700;
}

.overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: #00000096;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 80%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ededed;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
        z-index: 9999;
    }

    .offcanvas-collapse.open {
        left: 20%;
        visibility: visible;
    }
}

.launch-soon {
    background: #d40404;
    position: absolute;
    top: 20px;
    left: -10px;
    /* display: none; */
    color: #fff;
    padding: 5px 15px;
    z-index: 99;
    font-weight: bold;
}

.launch-soon:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: #264959 #264959 transparent transparent;
}

.events-image {
    /*     height: 130px; width: auto !important; margin: 0 auto; max-width: 100%;*/
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    background: #f8f9fa;
}

@media(min-width: 1441px) {
    .right-ad {
        position: absolute;
        right: 0;
        top: 50%;
        width: 11%;
        z-index: 1;
        min-height: 500px;
        overflow: hidden;
    }

    .left-ad {
        position: absolute;
        left: 0;
        top: 50%;
        width: 11%;
        overflow: hidden;
        z-index: 1;
        min-height: 500px;
    }
}

@media (max-width: 1441px) {
    .right-ad {
        /* background: #fff; */
        position: absolute;
        right: 0;
        top: 50%;
        width: 9%;
        z-index: 1;
        height: 500px;
        /* border: 1px solid #ccc;*/
    }

    .left-ad {
        position: absolute;
        left: 0;
        top: 50%;
        width: 8%;
        z-index: 1;
        height: 500px;
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    .right-ad {
        display: none;
    }

    .left-ad {
        display: none;
    }
}

.container-fluid,
.container {
    padding-left: 2px;
    padding-right: 2px;
}

[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px;
}

.mega-menu .dropdown-item:hover {
    background: #f9f9f9 !important;
    color: #e31e27 !important;
}

.mega-menu .dropdown-item.active,
.mega-menu .dropdown-item:active {
    color: #db3634 !important;
    text-decoration: none;
    background-color: #f2f2f2 !important;
}

@media (min-width: 576px) {

    /*   [class*="col-"] {position: relative; width: 100%; padding-right: 5px; padding-left: 5px; }*/
    .mega-menu {
        width: 500px;
        padding: 2px !important;
        text-align: center !important;
    }

    .mega-menu .dropdown-item {
        border: 1px solid #f9f9f9 !important;
        padding: 0.5rem !important;
        white-space: normal;
         font-family: "Merriweather", serif;
    }

    .mega-menu img {
        max-height: 35px;
        margin-bottom: 5px;
    }

    .container {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    .small-image {
        /*      height: 125px; width: 100%;*/
        width: 100%;
    }

    .featured-image {
        HEIGHT: 350px;
        max-width: 100%;
        margin: 0 auto;
        object-fit: contain;
    }

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
        padding: 0 !important;
        margin-top: 10px;
    }

    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -5px;
        margin-left: -5px;
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 5px !important;
        margin-bottom: 0;
        margin-left: 5px !important;
    }
}

@media(max-width: 768px) {
    .mega-menu {
        width: 100%;
        padding: 2px !important;
        text-align: center !important;
    }

    .mega-menu .dropdown-item {
        border: 1px solid #f9f9f9 !important;
        padding: 0.5rem !important;
    }

    .mega-menu img {
        max-height: 50px;
    }

    .right-ad {
        position: absolute;
        right: 0;
        top: 50%;
        width: 12%;
        z-index: 1;
        height: 500px;
    }

    .left-ad {
        position: absolute;
        left: 0;
        top: 50%;
        width: 12%;
        z-index: 1;
        height: 500px;
    }

    .overlay-title {
        left: 3px;
        right: 3px;
    }

    #searchbox input {
        width: calc(100% - 30px);
    }

    .app-images {
        vertical-align: top;
        text-align: center;
        display: none !important;
    }

    ul.topics li {
        font-size: 0.8rem;
    }

    #searchbox {
        position: relative;
        background: #d9d9d9;
        width: calc(100% - 0px);
        margin: 0 auto;
        overflow: hidden;
        height: 0px;
    }

   /* .small-image {
        height: auto;
    }*/

    .cookie_policy {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: darkred;
        color: white;
        line-height: initial;
        z-index: 999;
        text-align: center;
    }
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.25rem;
}

.time-stamp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhasa-malaysia-section {
    margin-bottom: 10px;
}

@media(max-width: 480px) {
    .video-details {
        height: 52px;
        overflow: hidden;
        display: block;
        font-size: 13px;
    }

    .social-top {
        z-index: 999;
        position: fixed;
        right: 0;
        top: 30%;
    }

    .social-top li {
        display: block;
        margin: 5px;
    }

    .video-small-images img {
        width: 175px;
    }

    .top-nav {
        text-align: center;
        margin: 0 auto !important;
        display: block;
    }

    .top-nav .nav-link {
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 12px;
    }

    .details-news p {
        text-align: justify;
    }

    .right-ad,
    .left-ad {
        display: none;
    }

    .content h4 {
        font-size: 14px;
        /* font-size: 24px; */
        margin: 0;
    }

    .content h4 a {
        height: 30px;
    }

    .sidebar {
        padding: 5px 3px !important;
    }

    .content h2 {
        font-size: 18px;
    }

    .ad5-size {
        height: auto;
    }

    .news-headings {
        font-size: 18px;
    }

    .small-content {
        height: auto
    }

    .small-image {
/*        height: auto;*/
        width: 100%;
      
        margin: 0 auto;
    }

    .heading-details {
        font-size: 18px;
    }

    .or-option {
        top: 94%;
        right: 45%;
    }

    ul.topics li {
        font-size: 0.8rem;
    }

    #searchbox {
        position: relative;
        background: #d9d9d9;
        width: calc(100% - 0px);
        margin: 0 auto;
        overflow: hidden;
        height: 0px;
    }
}

.pr-newswire .media {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.pr-newswire img {
    WIDTH: 80px;
    margin-right: 10px;
    HEIGHT: 60px;
    object-fit: cover;
}

.pr-newswire h4 a {
    font-size: 16px;
    color: black;
}

.pr-newswire h4 {
    font-size: 16px;
    color: black;
    margin-bottom: 5px;
}

.small-content p a {
    color: black
}