    .footer-container {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0px;
        margin-top: 20px
    }

    /* Styling for each column */
    .footer-column {
        flex: 1;
        padding: 0 15px;
        /* Adjust padding for spacing */
        box-sizing: border-box;
        margin-bottom: 10px;
        /* Space between rows */
    }

    /* Styling for footer titles */
    .footer-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
        font-weight: bold;
    }

    /* Styling for footer links */
    .footer-nav a {
        display: block;
        color: #333;
        /* Link color */
        text-decoration: none;
        margin-bottom: 0.5rem;
        /* Space between links */
    }

    .footer-nav a:hover {
        text-decoration: underline;
    }

    /* Responsive design for larger screens */
@media (min-width: 576px) {
    .footer-column {
        flex: 1 0 50%; /* 2 columns on small screens and above */
    }
}

@media (min-width: 768px) {
    .footer-column {
        flex: 1 0 33.33%; /* 3 columns on medium screens and above */
    }
}

@media (min-width: 992px) {
    .footer-column {
        flex: 1 0 25%; /* 4 columns on large screens and above */
    }
}

/* Responsive design for screens narrower than 500px */
@media (max-width: 500px) {
    .footer-column {
        flex: 1 0 100%; /* Full width for each column */
    }
}


    body {
        background: #ece8e8;
        color: #000;
    }

    body * {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        border: 0;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: -0.3px;
        font-size: 14px;
    }

    a img,
    :link img,
    :visited img {
        border: none;
    }

    a {
        text-decoration: none;
        color: #265c98;
    }

    a:hover {
        text-decoration: none;
        color: #ff0000;
    }

    html,
    body,
    div,
    span,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    em,
    img,
    strong,
    b,
    u,
    i,
    center,
    ol,
    ul,
    li,
    form,
    label,
    article,
    aside,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section,
    summary,
    time,
    mark,
    audio,
    video,
    td {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
    }

    i {
        font: inherit;
    }

    b {
        font-weight: bold;
        font-size: 14px;
    }

    textarea {
        font-size: small;
    }

    main {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    footer {
        width: 100%;
        text-align: center;
        background: #33383b;
        color: #fff;
        padding: 10px 0px 10px 0px;
        margin-left: auto;
        margin-right: auto;

    }

    .tCenter {
        text-align: center;
        padding: 5px;
    }

    header {
        width: 100%;
        background: #33383b;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .vd {
        width: 100%;
    }

    .bg {
        background: #fff;
    }

    hr {
        background-color: #d2d2d2;
        border: medium none;
        height: 1px;
        margin: 2px 0;
        padding: 5px;
    }

    .heading {
        min-height: 24px;
        background: #424242;
        color: #fff;
        font-size: 15px;
        padding: 5px 0px 5px 10px;
        font-weight: normal;

    }

    .list {
        list-style: none;
        clear: both;
        background-color: #fff;
    }

    .heading a {
        color: #fff;
    }

    input[type="submit"],
    input[type="text"] {
        padding: 2px;
        border: 1px solid #cdcdcd;
        border-color: rgba(0, 0, 0, 0.15);
        border-radius: 3px;
        background-color: #eee;
        margin: 0px;
    }

    .downLink {
        margin: 5px 0;
    }

    .dwnLink {
        font-weight: bold;
    }

    .sp {
        margin-top: 5px;
    }

    .heading3 {
        padding: 5px 5px 5px 7px;
        font-size: 15px;
        text-transform: capitalize;
        color: #ffffff;
        margin: 2px 2px 1px 0;
        display: block;
        background: linear-gradient(-35deg,
                white,
                white,
                white,
                white,
                white,
                white,
                white,
                #424242,
                #424242,
                #424242);
        position: static;
        line-height: 20px;
        font-weight: bold;

    }

    .pgn {
        background: #cccccc;
        border: 1px solid #80bfff;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 5px;
        margin-top: 1px;
        margin-bottom: 3px;
    }

    .pgn a,
    .pgn span {
        border: 1px solid #ccc;
        padding: 4px 10px;
        margin: 0 2px;
        background: #fff;
        text-decoration: none;
        color: #222;
        border-radius: 2px;
        font-size: 14px;
    }

    .pgn a:hover,
    .pgn span {
        background: #ff0000;
        border-color: #e74c3c;
        color: #fff;
    }

    .pgn div {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    img {
        vertical-align: middle;
    }

    .l {
        padding: 5px;
    }

    .cnt {
        background: #b0abab;
    }

    .track-icon::before {
        content: "\266B";
        color: #db0707;
        font-size: 40px;
    }

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

    ul.breadcrumb,
    ul.breadcrumb a {
        color: #333;
    }

    ul.breadcrumb li {
        display: inline;
        font-size: 18px;
        padding: 0 !important;
        background: transparent !important;
        color: #666;
        font-size: 15px;
    }

    ul.breadcrumb li a {
        color: #333;
        text-decoration: none;
        font-size: 15px;
    }

    ul.breadcrumb li+li:before {
        color: black;
        content: "\203A";
        padding-right: 4px;
        position: relative;
        top: 1px;
        padding-left: 4px;
        font-size: 19px;
    }
    .bc{
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .wlist li a {
        display: block;
    }

    .wlist li {
        background: #fff;
        cursor: pointer;
        padding: 12px 0 12px 4px;
        font-size: 17px;
        margin: 1px 0px 0px 0px;
        border-bottom: 1px solid #d8cdcd;
        overflow: auto;
    }

    .wlist li i {
        width: 40px;
        height: 44px;
        margin-top: -8px;
        float: left;
    }

    .list li a {
        display: block;
    }

    .gy A:link,
    .gy A:visited,
    .gy A:active,
    .gy A:hover {
        color: #5a5a5a;
        outline: 0;
        text-decoration: none;
    }

    .list {
        list-style: none;
        clear: both;
    }

    .list li {
        color: #333;
        border-bottom: 1px solid #d8d1d1;
        margin: 3px 3px 0px 3px;
        padding: 0px 15px 0px 2px;
        overflow: hidden;
    }

    .list li:hover {
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }

    .list>img {
        width: 100%;
        display: inline-flex;
        margin: -9px 0px 0px 0px;
    }

    .list li img {
        display: block;
        width: 80px;
        height: 80px;
        margin: 2px 10px 3px 0px;
        border: 0;
        float: left;
        border-radius: 5px;
    }

    .block {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        margin: 0px 0 0px;
    }

    .blocks {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        margin: 0px 0 0px;
    }

    .form-wrapper {
        width: 91%;
        margin-top: 6px;
        float: right;
    }

    .form-wrapper input {
        width: 66%;
        height: 30px;
        float: left;
        padding: 0px 10px;
        border: 0;
        border-radius: 3px 0 0 3px;
    }

    .form-wrapper input focus {
        outline: 0;
        background: #fff;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
    }

    .form-wrapper input {
        font-size: 17px;
    }

    .button:hover {
        cursor: pointer;
    }

    .form-wrapper button {
        position: relative;
        font-size: 15px;
        margin-top: -1px;
        width: 65px;
        height: 31px;
        border: 0;
        padding: 0;
        cursor: pointer;
        color: #fff;
        background: #db0707;
        border-radius: 0 3px 3px 0;
    }

    nav {
        display: inline-table;
        width: 100%;
        background: #4d4d4d;
        margin-left: auto;
        margin-right: auto;
        font-size: 17px;
    }

    nav a {
        width: 33.33%;
        background: #4d4d4d;
        text-align: center;
        color: #fefefe;
        padding: 10px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #666;
        border-bottom: 0;
        border-right: 0;
        text-decoration: none;
        box-sizing: border-box;
        float: left;
    }

    nav i {
        width: 15px;
        margin-left: -6px;
        float: left;
    }

    .bk.s {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .search-bar {
        width: 99.5%;
        padding-top: 15px;
        height: 50px;
        background: #4d4d4d;
        border: 1px solid #666;
        float: left;
    }

    .xl {
        font-size: 18px;
    }

    .ht {
        font-size: 17px;
    }

    .xxl {
        font-size: 20px;
    }

    .c {
        text-align: center;
        text-transform:uppercase;
    }

    .tr {
        width: 100%;
        display: inline-table;
    }

    .td {
        width: 22%;
        max-width: 120px;
    }

    tr.tr td {
        border-bottom: 1px solid #d8cdd5;
        padding: 4px;
    }

    .mpan {
        padding: 10px;
        background: #fff;
        margin: 4px 0 2px 0;
    }

    audio {
        max-width: 268px;
        width: 90%;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -moz-box-shadow: 2px 2px 4px 0px #b3b3b3;
        -webkit-box-shadow: 2px 2px 4px 0px #b3b3b3;
        box-shadow: 2px 2px 4px 0px #b3b3b3;
        -moz-border-radius: 27px;
        -webkit-border-radius: 27px;
        border-radius: 27px;
        outline: 0;
    }

    .trend {
        color: #fff;
        font-size: 12px;
        background: #e80404;
        padding: 1px 5px 1px 5px;
        border-radius: 3px;
    }

    .trend:hover {
        color: #fff;
        background: #0b8ade;
    }

    .dbutton:hover {
        background: -webkit-radial-gradient(center,
                ellipse cover,
                #ff0000 0%,
                #000000 100%);
        color: #fff;
    }

    .dbutton {
        display: inline-block;
        background: #797777;
        background: linear-gradient(#ff1400, #946204);
        color: #fff;
        font-size: 13px;
        border-radius: 10px;
        padding: 5px 10px;
        margin: 5px;
    }

    .dbutton a {
        color: #ffffff;
        font-weight: normal;
    }

    .sb {
        margin-right: 32px;
        margin-bottom: 6px;
    }

    .button {
        width: 50px;
        padding: 8px 25px;
        background: #33383b;
        color: #fff !important;
        border-radius: 10px;
        margin: 0 20px;
    }

    .button:hover {
        background: #888;
    }

    .bk A:link,
    .bk A:visited,
    .bk A:active,
    .bk A:hover {
        color: #333;
        outline: 0;
        text-decoration: none;
    }

    .bk A:hover {
        text-decoration: underline;
    }

    .bk {
        color: #333;
    }

    .b {
        font-weight: 700;
        font-size: 14px;
    }

    .s {
        font-size: 13.5px;
    }

    .x {
        font-size: 16.5px;
    }

    .gy {
        color: #5a5a5a;
        margin-top: 4px;
    }

    .blue {
        color: #004488;
        font-weight: normal;
    }

    .f a {
        color: #fff;
    }

    .bpan {
        background: #fff;
        margin: 2px 0 2px 0;
    }

    .m {
        margin: 8px;
    }

    .j {
        text-align: justify;
    }

    .dl-icon::before {
        content: "\1F4E5";
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        margin: 0 1px;
    }

    .imgs {
        transition: opacity 500ms ease-in-out 100ms;
    }


    img.b-loaded {
        opacity: 1;
        width: auto;
    }

    @supports (-webkit-overflow-scrolling: touch) {
        body {
            font-size: 15px;
            line-height: 1.3;
        }
    }

    @media only screen and (max-width: 320px) {
        body {
            font-size: 13.5px;
            min-width: 200px;
        }

        nav {
            width: 100%;
            font-size: 13px;
        }

        .form-wrapper input {
            width: 50%;
        }

        .vd {
            width: 250px;
            height: 160px;
        }

        .search-bar {
            width: 99%;
        }

        .form-wrapper {
            width: 93%;
        }

        nav a {
            width: 50%;
        }

        .icon {
            display: none;
        }

        .heading {
            font-size: 15px;
        }

        tr.tr td {
            width: 100%;
            float: left;
        }

        .td {
            width: 100%;
            max-width: 100%;
        }

        .imgs {
            width: 100%;
            height: auto;
        }

        .expend+.smalldesc {
            max-height: 240px;
        }
    }

    @media only screen and (min-width: 768px) {
        header {
            text-align: left;
            background: #33383b;
        }

        nav {
            width: 100%;
            font-size: 15px;
        }

        nav a {
            width: 16.666%;
        }

        .vd {
            width: 520px;
        }

        .form-wrapper {
            width: 84%;
        }

        .form-wrapper input {
            width: 68%;
        }

        .form-wrapper button {
            height: 31px;
            top: 0px;
        }

        .search-bar {
            width: 99.8%;
        }

        .list li {
            display: inline-table;
            width: 47%;
        }

        .tab {
            width: 30%;
        }

        .imgs {
            display: table;
            margin: 20px 15px 0 10px;
            float: left;
        }

        table {
            display: block;
            min-height: 62px;
        }

        .cd {
            text-align: left;
        }

        .mpan {
            padding: 0px;
            background: #fff;
            margin: 0;
        }

        .heading {
            font-size: 17px;
        }

        .xxxl {
            font-size: 26px;
        }

        .expend+.smalldesc {
            max-height: 220px;
        }
    }

    @media only screen and (min-width: 1024px) {
        nav {
            display: flex;
            font-size: 14px;
        }
        nav a {
            width: 35%;
        }

        .vd {
            width: 480px;
        }

        .search-bar {
            width: 96%;
            padding-top: 0px;
            height: 42px;
        }

        .form-wrapper {
            width: 96%;
        }

        .form-wrapper input {
            width: 60%;
        }

        .list li {
            display: inline-block;
            width: 47%;
        }

        .tab {
            width: 20%;
        }

        .wlist li {
            padding: 6px 0 6px 7px;
        }

        .heading {
            font-size: 17px;
        }

        .expend+.smalldesc {
            max-height: 167px;
        }
    }

    #wrap {
        margin: 20px auto;
        text-align: center;
    }

    .btn-slide,
    .btn-slide2 {
        position: relative;
        display: inline-block;
        height: 50px;
        width: 200px;
        line-height: 50px;
        padding: 0;
        border-radius: 50px;
        background: #fdfdfd;
        border: 2px solid #09c;
        margin: 10px;
        transition: 0.5s;
    }

    .btn-slide2 {
        border: 2px solid #efa666;
    }

    .btn-slide:hover {
        background-color: #09c;
    }

    .btn-slide2 span.circle2,
    .btn-slide2:hover {
        background-color: #efa666;
    }

    .btn-slide2:hover span.circle2,
    .btn-slide:hover span.circle {
        left: 100%;
        margin-left: -45px;
        background-color: #fdfdfd;
        color: #09c;
    }

    .btn-slide2:hover span.circle2 {
        color: #efa666;
    }

    .btn-slide2:hover span.title2,
    .btn-slide:hover span.title {
        left: 40px;
        opacity: 0;
    }

    .btn-slide2:hover span.title-hover2,
    .btn-slide:hover span.title-hover {
        opacity: 1;
        left: 40px;
    }

    .btn-slide span.circle,
    .btn-slide2 span.circle2 {
        display: block;
        background-color: #09c;
        color: #fff;
        position: absolute;
        float: left;
        margin: 5px;
        line-height: 42px;
        height: 40px;
        width: 40px;
        top: 0;
        left: 0;
        transition: 0.5s;
        border-radius: 50%;
    }

    .btn-slide span.title,
    .btn-slide span.title-hover,
    .btn-slide2 span.title-hover2,
    .btn-slide2 span.title2 {
        position: absolute;
        left: 90px;
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 700;
        color: #30abd5;
        transition: 0.5s;
    }

    .btn-slide2 span.title-hover2,
    .btn-slide2 span.title2 {
        color: #efa666;
        left: 80px;
    }

    .btn-slide span.title-hover,
    .btn-slide2 span.title-hover2 {
        left: 80px;
        opacity: 0;
        color: #fff;
    }

    .responsive {
        max-width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        width: 100%;
        height: auto;
    }

    .google-auto-placed {
        background-color: #faf0e6;
    }

    @media (max-width: 300px) {
        #fixedban {
            display: none;
        }

        .adslot_1 {
            width: 100%;
            height: 100px;
        }

        .adslot_2 {
            width: 100%;
            height: 300px;
        }
    }
    .imgs{
        transition: opacity 500ms ease-in-out 100ms;
    }
    img.b-loaded {
        opacity: 1;width: auto;
    }