body {
    background:
        linear-gradient(90deg, #eadfcf 0, #f7efe3 12%, #f7efe3 88%, #eadfcf 100%);
    color: #000;
    font-family: Georgia, "Times New Roman", serif;
}

a,
a:focus,
a:hover {
    color: inherit;
}

body > .container,
section > .container,
.mid_panel > .container,
.round_imp_link > .container,
.gov_space > .container {
    max-width: 1170px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(151, 92, 51, .08), 0 16px 32px rgba(92, 67, 45, .12);
}

.top-header {
    background: #6f6f6f;
    margin-top: 0;
    padding: 4px 0 !important;
}

.top-header a,
.top-header-left ul li a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.header {
    min-height: 118px;
    padding: 14px 22px;
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 255, 255, .85) 0 14%, transparent 15%),
        linear-gradient(90deg, #f58d39 0%, #ffd4a7 48%, #fff4e7 100%);
    border-bottom: 3px solid #da6d24;
    position: relative;
    overflow: hidden;
}

.header:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 22px;
    width: 145px;
    height: 62px;
    background: linear-gradient(180deg, #ff8c1a 0 33%, #fff 34% 66%, #168b3f 67% 100%);
    border-radius: 48% 5% 48% 5%;
    box-shadow: -10px 12px 0 rgba(0, 0, 0, .04);
    transform: skewY(-8deg);
    opacity: .95;
}

.header:before {
    content: "";
    position: absolute;
    right: 28px;
    top: 0;
    width: 210px;
    height: 118px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .65), rgba(255, 255, 255, 0));
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.header .logo_img {
    text-align: left;
}

.header .logo_img img {
    height: 88px;
    width: auto;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .18));
}

.header .logo_text {
    margin-left: 12px;
}

.header .logo_text h3,
.header .logo_text h4 {
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
}

.header .logo_text h3 {
    margin-top: 5px;
    margin-bottom: 4px;
    font-size: 34px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.header .logo_text h4 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.navbar {
    min-height: 42px;
    margin: 0;
    background: linear-gradient(180deg, #ffad63 0%, #f68c3b 58%, #e87427 100%);
    border: 0;
    border-radius: 0;
    border-top: 1px solid #c46121;
    border-bottom: 2px solid #262626;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .45),
        0 3px 8px rgba(0, 0, 0, .14);
}

.navbar-nav {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
}

.navbar-nav > li {
    display: table-cell;
    float: none;
    border-left: 1px solid rgba(0, 0, 0, .72);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .22);
    vertical-align: middle;
}

.navbar-nav > li:last-child {
    border-right: 1px solid rgba(0, 0, 0, .72);
}

.nav > li > a,
.navbar-nav li a {
    min-height: 42px;
    padding: 10px 8px !important;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    position: relative;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    color: #000;
    background: linear-gradient(180deg, #fff3e6, #ffd1a8);
    box-shadow: inset 0 -4px 0 #173b5f;
}

.navbar-nav li a:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 4px;
    height: 2px;
    background: transparent;
}

.navbar-nav li a:hover:after,
.navbar-nav li a:focus:after {
    background: #173b5f;
}

.search-wrap {
    height: 42px;
    padding: 5px 0;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-trigger {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    color: #000;
    border: 1px solid #1f1f1f;
    border-radius: 50%;
    background: linear-gradient(180deg, #fffaf4, #f7dbc1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .75),
        0 2px 4px rgba(0, 0, 0, .2);
    line-height: 28px;
    text-align: center;
    transition: transform .18s ease, background .18s ease;
}

.search-trigger:hover,
.search-trigger:focus,
.search-trigger.clicked {
    color: #000;
    background: linear-gradient(180deg, #fff, #ffc894);
    transform: translateY(-1px);
}

.search-field {
    top: 5px;
    right: 38px;
    z-index: 3;
}

.search-field.clicked {
    width: 245px;
}

.search-field .form-control {
    height: 30px;
    border: 1px solid #1f1f1f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18);
}

.my-carousel {
    margin: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 4px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
}

.my-carousel .carousel-inner > .item > img {
    width: 100%;
    height: 265px;
    object-fit: cover;
}

.carousel-control,
.carousel-indicators {
    display: none;
}

.whats-new {
    margin: 0 auto 14px;
    background: #fff;
    border-bottom: 1px solid #d8b094;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .18);
    position: relative;
}

.new {
    width: auto;
    min-width: 0;
    margin: 0 -15px;
    padding: 8px 15px;
    color: #fff;
    background: linear-gradient(180deg, #f68b35 0%, #dd6f1e 100%);
    border: 0;
    border-top: 1px solid #ffbd7c;
    border-bottom: 1px solid #9d4617;
    border-radius: 0;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.new img {
    display: inline-block;
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
    vertical-align: -3px;
}

.marque-body {
    margin: 0 -15px;
    padding: 0;
    color: #f00;
    background: #fff;
    border-top: 0;
    border-bottom: 1px solid #c8c8c8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    min-height: 38px;
}

.marque-body .row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: stretch;
}

.marque-body [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.marque-body .col-sm-10 {
    flex: 1 1 auto;
}

.live,
.archive {
    min-height: 38px;
    color: #fff;
    background: linear-gradient(180deg, #f68b35 0%, #dd6f1e 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    min-width: 90px;
    padding: 11px 10px;
    text-align: center;
    transition: background .18s ease;
}

.live:hover,
.archive:hover {
    background: linear-gradient(180deg, #ff9e4f 0%, #c85d16 100%);
}

.marque-body marquee {
    display: block;
    min-height: 38px;
    padding: 11px 14px 8px;
    color: #d31313;
    background: #fff;
    border: 0;
    border-left: 1px solid #e4c3ab;
    border-right: 1px solid #e4c3ab;
    border-radius: 0;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .06);
}

.mid_panel {
    background: transparent;
}

.mid_panel .container {
    padding-top: 18px;
    padding-bottom: 28px;
    background:
        linear-gradient(90deg, #fff 0, #fff 31%, #fffaf5 31%, #fff 70%, #fffaf5 70%, #fff 100%);
}

.side_menu {
    background: transparent;
    border-right: 3px double #c87545;
}

.side_menu .headings {
    display: none;
}

.left_menu {
    padding-left: 11px;
    padding-right: 15px;
}

.left_menu a {
    margin-bottom: 14px;
    padding: 9px 10px !important;
    color: #000;
    background: linear-gradient(180deg, #fff5ed, #efd1bd);
    border: 1px solid #172f45;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 3px 0 #0e2439, 0 4px 8px rgba(0, 0, 0, .08);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
}

.left_menu a:hover,
.left_menu a:focus {
    color: #000;
    background: linear-gradient(180deg, #ffb36e, #f28a3e);
    padding-left: 8px !important;
    transform: translateX(3px);
}

.left_menu a .pull-right {
    display: none;
}

.notic_body,
.what_body,
.sidebar {
    background: rgba(255, 255, 255, .92);
    border: 0;
    border-left: 3px double #c87545;
    border-radius: 0;
    box-shadow: none;
}

.notic_body {
    min-height: 510px;
    padding: 0 0 52px;
    background: #fff4eb;
    border: 1px solid #e07a30;
    border-radius: 0 14px 0 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
    overflow: hidden;
    position: relative;
}

.sidebar .headings {
    width: 100%;
    margin: 0 0 18px;
    padding: 11px 18px;
    color: #fff;
    background: linear-gradient(180deg, #f68b35 0%, #dd6f1e 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.sidebar .headings i {
    color: #fff;
}

.notic_body .headings {
    width: auto;
    margin: 0 0 14px;
    padding: 10px 15px;
    color: #fff;
    background: linear-gradient(180deg, #f68b35 0%, #dd6f1e 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.notic_body p {
    margin: 0 16px 10px;
    padding: 0 0 8px;
    color: #000;
    font-size: 16px;
    line-height: 1.45;
    border-bottom: 1px dotted #e1c6b4;
    padding-bottom: 8px;
}

.notic_body p i {
    display: inline-block;
    margin-right: 4px;
    color: #dd6f1e;
    font-size: 16px;
    vertical-align: 0;
}

.notic_body p:before {
    content: none;
}

.notic_body p a {
    color: #000;
}

.view-more {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 11px 16px;
    color: #fff;
    background: linear-gradient(180deg, #f68b35 0%, #dd6f1e 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: right;
}

.notic_body + a {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 1;
}

.notic_body + a:hover .view-more,
.notic_body + a:focus .view-more {
    background: linear-gradient(180deg, #ff9e4f 0%, #c85d16 100%);
}

.stcture {
    margin-top: 0;
}

.cm-card {
    margin: 0 0 12px;
    padding: 12px 10px 10px;
    text-align: center;
    background: linear-gradient(180deg, #fff7f0, #f1d3bf);
    border: 1px solid #ef7f35;
    border-radius: 5px;
    box-shadow: 0 4px 0 #26394d, 0 8px 14px rgba(0, 0, 0, .14);
}

.cm-card img {
    width: 124px;
    max-width: 78%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center top;
    background: #ff9800;
    border: 3px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .18);
}

.cm-card p {
    margin: 8px 0 0;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
}

.stcture .strc_item {
    height: auto;
    min-height: 64px;
    margin: 0 0 10px;
    padding: 11px 10px;
    background: linear-gradient(180deg, #fff7f0, #f1d3bf);
    border: 1px solid #ef7f35;
    border-radius: 5px;
    box-shadow: 0 4px 0 #26394d, 0 8px 14px rgba(0, 0, 0, .14);
    transition: transform .18s ease, box-shadow .18s ease;
}

.stcture .strc_item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 0 #26394d, 0 11px 18px rgba(0, 0, 0, .18);
}

.stcture .strc_item img {
    max-width: 100%;
    width: auto;
    height: 38px;
    object-fit: contain;
}

.stcture .strc_item p {
    margin: 5px 0 0;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
}

.round_imp_link {
    margin-top: 0;
    padding: 18px 0 22px;
}

.round_imp_link .container {
    border-top: 1px solid #f4e1d0;
    background: linear-gradient(180deg, #fff, #fff8f1);
}

.round_imp_link .round_item .round_item_img {
    width: 92px;
    height: 92px;
    border: 2px solid #ff8d3d;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .12);
}

.round_imp_link .round_item h4 {
    height: 74px;
    padding: 8px 6px;
    background: linear-gradient(180deg, #fff6ee, #f2d2be);
    border: 1px solid #ef7f35;
    border-radius: 4px;
    box-shadow: 0 4px 0 #26394d, 0 8px 12px rgba(0, 0, 0, .14);
}

.round_imp_link .round_item h4 a {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
}

.gov_area {
    display: none;
}

footer {
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 15px;
    color: #000;
    background: linear-gradient(180deg, #ff9b4a, #f1873b);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    box-shadow: 0 14px 28px rgba(92, 67, 45, .12);
}

footer p,
footer p a,
footer p a:focus,
footer p a:hover {
    color: #000;
}

.abt_txt {
    color: #000;
    font-family: Georgia, "Times New Roman", serif;
}

.search-results-page {
    margin: 16px 0 24px;
}

.search-page-body {
    padding: 18px 22px 28px;
    background: #fff;
}

.search-page-form {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.search-page-form .form-control {
    height: 40px;
    border: 1px solid #d0a07d;
    box-shadow: none;
}

.search-page-button {
    min-width: 110px;
    color: #fff;
    background: linear-gradient(180deg, #f68b35 0%, #dd6f1e 100%);
    border: 0;
    font-weight: 700;
}

.search-page-button:hover,
.search-page-button:focus {
    color: #fff;
    background: linear-gradient(180deg, #ff9e4f 0%, #c85d16 100%);
}

.search-count {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0 0 18px;
}

.search-result-item {
    max-width: 850px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0dfd1;
    font-family: Arial, Helvetica, sans-serif;
}

.search-result-title {
    display: inline-block;
    color: #0645ad;
    font-size: 20px;
    line-height: 1.25;
    text-decoration: none;
}

.search-result-title:hover {
    color: #c85d16;
    text-decoration: underline;
}

.search-result-url {
    margin-top: 3px;
    color: #087a2b;
    font-size: 13px;
    line-height: 1.35;
    word-break: break-word;
}

.search-result-snippet {
    margin: 5px 0 0;
    color: #333;
    font-size: 14px;
    line-height: 1.45;
}

.search-result-item mark {
    background: #ffe0a8;
    color: #000;
    padding: 0 2px;
}

.search-no-result {
    padding: 18px;
    background: #fff7ef;
    border: 1px solid #efbf96;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .header:after {
        display: none;
    }

    .header .logo_text h3 {
        font-size: 25px;
    }

    .header .logo_text h4 {
        font-size: 19px;
    }

    .navbar-nav,
    .navbar-nav > li {
        display: block;
        width: 100%;
    }

    .navbar-nav > li {
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .search-wrap {
        float: none;
    }

    .side_menu {
        border-right: 0;
        margin-bottom: 12px;
    }

    .left_menu {
        padding-right: 0;
    }

    .notic_body {
        border-left: 0;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 767px) {
    .top-header-left,
    .top-header-right {
        text-align: center;
    }

    .header {
        min-height: 0;
        text-align: center;
    }

    .header .logo_img {
        text-align: center;
    }

    .header .logo_text {
        margin-left: 0;
    }

    .header .logo_text h3 {
        font-size: 21px;
    }

    .header .logo_text h4 {
        font-size: 17px;
    }

    .navbar-header .navbar-brand {
        display: block;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .navbar-header button {
        background: #f7dfd0;
        border: 1px solid #000;
    }

    .navbar-header button span {
        background: #000;
    }

    .my-carousel .carousel-inner > .item > img {
        height: 180px;
    }

    .new,
    .notic_body .headings,
    .sidebar .headings {
        max-width: 90%;
        white-space: normal;
        text-align: center;
    }
}

/* Mobile-first refinements for the redesigned public portal */
img,
video,
iframe {
    max-width: 100%;
}

.abt_txt table,
.abt_txt_new table {
    max-width: 100%;
}

@media (max-width: 1199px) {
    body > .container,
    section > .container,
    .mid_panel > .container,
    .round_imp_link > .container,
    .gov_space > .container,
    footer {
        width: calc(100% - 24px);
        max-width: none;
    }

    .nav > li > a,
    .navbar-nav li a {
        font-size: 11px;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .navbar-nav > li {
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .top-header .container,
    body > .container,
    section > .container,
    .mid_panel > .container,
    .round_imp_link > .container,
    footer {
        width: 100%;
    }

    .top-header {
        padding: 6px 10px !important;
    }

    .top-header-left,
    .top-header-right,
    .top-header .col-sm-2 {
        width: 100%;
        text-align: center !important;
        padding: 3px 0 !important;
    }

    .top-header-left ul li a {
        display: inline-block;
        padding: 2px 8px;
    }

    .header {
        padding: 12px 14px;
    }

    .header .col-sm-1,
    .header .col-sm-10 {
        width: 100%;
        float: none;
    }

    .header .logo_img,
    .header .logo_text {
        text-align: center;
    }

    .header .logo_img img {
        height: 68px;
    }

    .header .logo_text h3 {
        margin-top: 8px;
        font-size: 25px;
        line-height: 1.15;
    }

    .header .logo_text h4 {
        font-size: 18px;
        line-height: 1.2;
    }

    .navbar {
        margin: 0 !important;
    }

    .navbar-header {
        background: linear-gradient(180deg, #ffad63 0%, #e87427 100%);
        border-bottom: 1px solid #222;
    }

    .navbar-header .navbar-brand {
        display: block;
        height: 44px;
        padding: 12px 14px;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }

    .navbar-toggle {
        margin: 6px 10px !important;
        padding: 7px 8px !important;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-nav {
        display: block;
        width: 100%;
        margin: 0;
    }

    .navbar-nav > li,
    .navbar-nav > li[style] {
        display: block;
        float: none;
        width: 100% !important;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .65);
    }

    .nav > li > a,
    .navbar-nav li a {
        justify-content: flex-start;
        min-height: 40px;
        padding: 11px 16px !important;
        text-align: left;
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .search-wrap {
        display: flex !important;
        justify-content: flex-start;
        height: auto;
        padding: 8px 14px;
    }

    .search-field {
        position: static;
        width: calc(100% - 42px);
        opacity: 1;
        display: block;
        float: none;
    }

    .search-field .form-control {
        display: block;
        height: 32px;
    }

    .search-trigger {
        margin-left: 8px;
        flex: 0 0 30px;
    }

    .my-carousel .carousel-inner > .item > img {
        height: 210px;
    }

    .mid_panel .container {
        background: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

    .side_menu {
        margin: 0 0 16px !important;
        padding: 0 !important;
        border-right: 0;
    }

    .left_menu {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 0;
    }

    .left_menu a {
        margin: 0;
        border-left: 1px solid #172f45;
        border-radius: 5px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .notic_body {
        min-height: 0;
        margin-bottom: 52px;
    }

    .stcture {
        margin-top: 18px;
    }

    .stcture .strc_item,
    .cm-card {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .round_imp_link .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .round_imp_link .col-sm-2,
    .round_imp_link .col-sm-offset-1 {
        width: 33.333%;
        margin-left: 0;
        float: none;
    }

    .sidebar {
        margin-bottom: 18px;
    }

    .abt_txt,
    .abt_txt_new {
        padding: 14px;
        overflow-x: auto;
    }

    .table-responsive {
        border: 0;
    }
}

@media (max-width: 767px) {
    body {
        background: #f7efe3;
    }

    body > .container,
    section > .container,
    .mid_panel > .container,
    .round_imp_link > .container,
    footer {
        width: 100%;
        box-shadow: none;
    }

    .top-header-left ul {
        text-align: center;
    }

    .header .logo_text h3 {
        font-size: 21px;
    }

    .header .logo_text h4 {
        font-size: 16px;
    }

    .my-carousel .carousel-inner > .item > img {
        height: 160px;
    }

    .whats-new {
        margin-bottom: 10px;
    }

    .new {
        margin-left: -15px;
        margin-right: -15px;
        font-size: 14px;
    }

    .marque-body .row {
        display: grid;
        grid-template-columns: 76px 1fr 86px;
    }

    .live,
    .archive {
        min-width: 0;
        padding-left: 4px;
        padding-right: 4px;
        font-size: 12px;
    }

    .left_menu {
        grid-template-columns: 1fr;
    }

    .notic_body p {
        margin-left: 12px;
        margin-right: 12px;
        font-size: 14px;
    }

    .notic_body p a {
        font-size: 14px;
    }

    .notic_body + a {
        left: 15px;
        right: 15px;
    }

    .round_imp_link .col-sm-2,
    .round_imp_link .col-sm-offset-1 {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .round_imp_link .round_item {
        margin-bottom: 14px;
    }

    .round_imp_link .round_item h4 {
        height: auto;
        min-height: 68px;
    }

    .sidebar .headings {
        max-width: none;
        text-align: left;
    }

    .abt_txt p,
    .abt_txt_new p {
        margin-left: 0;
        font-size: 14px;
        line-height: 21px;
    }

    footer {
        font-size: 11px;
        line-height: 18px;
    }

    .search-page-body {
        padding: 14px;
    }

    .search-page-form {
        display: block;
    }

    .search-page-button {
        width: 100%;
        margin-top: 8px;
    }

    .search-result-title {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .top-header-left ul li {
        display: block;
    }

    .header .logo_img img {
        height: 58px;
    }

    .header .logo_text h3 {
        font-size: 18px;
    }

    .header .logo_text h4 {
        font-size: 14px;
    }

    .my-carousel .carousel-inner > .item > img {
        height: 130px;
    }

    .marque-body .row {
        grid-template-columns: 1fr;
    }

    .live,
    .archive,
    .marque-body marquee {
        min-height: 34px;
    }

    .round_imp_link .col-sm-2,
    .round_imp_link .col-sm-offset-1 {
        width: 100%;
        max-width: 280px;
    }

    .cm-card img {
        width: 110px;
    }
}
