:root {
    --white-color: white;
    --black-color: black;
    --text-color: black;
    --header-background-color: black;
    --footersection-background-color: gray;
    --footer-background-color: red;
    --copyriight-background-color: white;
    --odd-section-background-color: pink;
    --even-section-background-color: yellow;
    --home-section-background-color: orange;
    --whatsapp-color: #25D366;
    --facebook-color: #3B5998;
    --twitter-color: black;
    --firstheader-menu-color: #fff6f6;
    --instagram-color: -webkit-linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    --youtube-color: #FF0000;
    --cursor-image: url('cursor/penblack.png');
    --switch-background-color: #333333;
    --ads-background-color: #e6e6e666;
}

* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color: #f3f3f3;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; 
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#preloader-gif {
    width: 200px; 
    height: auto;
    background-color: transparent;
}

.login_form {
    display: inline-grid;
    align-items: center;
    margin: 100px 200px;
    justify-content: center;
    row-gap: 25px;
    padding: 15px 0;
}

.login_form_group {
    display: inline-grid;
    align-items: center;
    row-gap: 15px;
    width: 100%;
}
.login_form_group label {
    font-size: 20px;
}

.login_form_group input {
    padding: 10px 15px;
    height: 20px;
    width: 400px;
    font-size: 18px;
}

.login_form_remember {
    font-size: 20px;
}

.login_form_forgot {
    display: inline-grid;
    row-gap: 15px;
}

.login_form_forgot a {
    font-size: 17px;
    text-decoration: none;
    color: var(--black-color);
}

.login_form_button {
    cursor: pointer;
    font-size: 18px;
    padding: 5px 15px;
}

.customenu{
    height: fit-content !important;
    padding-bottom: 5px;
}

.group_sharing div {
    background-color: white;
    font-size: 12px;
}

.whatsappicon {
    color: var(--whatsapp-color);
}

.facebookicon {
    color: var(--facebook-color);
}

.twittericon {
    color: var(--twitter-color);
}

.instagramicon {
    color: var(--instagram-color);
}

.youtubeicon {
    color: var(--youtube-color);
}

.custom_cursor {}

.normal_cursor {
    cursor: pointer;
}

.header_session {
    width: 83.3%;
    margin: 0 auto;
    height: fit-content;
    padding: 0;
    display: grid;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 769px) {

    .header_session {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1799px) {
    .header_session {
        padding: 0;
    }
}

@media (min-width: 1800px) {

    .header_session {
        padding: 0;
    }
}

@media (min-width: 2300px) {

    .header_session {
        padding: 0;
    }
}

.soicalmedia_header {
    width: 100%;
    height: 30px;
    margin: 0 0 5px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.date_time_display {
    flex: 0.4;
    text-align: left;
    font-size: 16px;
    padding: 0 5px;
}

.social_media_display {
    padding: 0 15px;
    flex: 3.2;
    text-align: right;
    display: inline-flex;
    column-gap: 15px;
    justify-content: right;
}

.social_media_display i {
    font-size: 18px;
}

@media (max-width: 321px) {

    .date_time_display {
        flex: 4;
        font-size: 12px;
    }

    .social_media_display {
        column-gap: 10px;
        flex: 3;
    }

    .social_media_display i {
        font-size: 16px;
    }
}

@media (min-width: 321px) and (max-width: 426px) {

    .date_time_display {
        flex: 4;
        font-size: 14px;
        padding: 0 10px;
    }

    .social_media_display {
        column-gap: 10px;
        flex: 3;
        padding: 0 15px;
    }
}

@media (min-width: 426px) and (max-width: 769px) {

    .date_time_display {
        flex: 2.8;
        font-size: 14px;
        padding: 0 15px;
    }

    .social_media_display {
        column-gap: 10px;
        flex: 3;
        padding: 0 20px;
    }

}

@media (min-width: 769px) and (max-width: 1025px) {

    .date_time_display {
        flex: 2.2;
        font-size: 14px;
        padding: 0 15px;
    }

    .social_media_display {
        column-gap: 10px;
        flex: 3;
        padding: 0 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1799px) {

    .date_time_display {
        flex: 1;
        font-size: 14px;
        padding: 0 15px;
    }

    .social_media_display {
        column-gap: 10px;
        flex: 3;
        padding: 0 20px;
    }
}

@media (min-width: 1800px) {

    .date_time_display {
        flex: 0.5;
        font-size: 16px;
        padding: 0 20px;
    }

    .social_media_display {
        column-gap: 10px;
        flex: 3;
        padding: 0 20px;
    }
}

@media (min-width: 2300px) {

    .date_time_display {
        flex: 0.5;
        font-size: 18px;
        padding: 0 20px;
    }

    .social_media_display {
        column-gap: 10px;
        flex: 3;
        padding: 0 20px;
    }

    .social_media_display i {
        font-size: 20px;
    }
}

.top_header_advertisement {
    height: 100px;
    margin: 0 10% 5px 10%;
    position: relative;
}

.advertisement_hint {
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    background-color: black;
    padding: 5px 10px;
}

.advertisement_image {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: contain;
}

@media (max-width: 321px) {

    .top_header_advertisement {
        margin: 0 0 5px 0;
    }

}

@media (min-width: 321px) and (max-width: 426px) {

    .top_header_advertisement {
        margin: 0 0 5px 0;
    }
}

@media (min-width: 426px) and (max-width: 769px) {

    .top_header_advertisement {
        margin: 0 0 5px 0;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {

    .top_header_advertisement {
        margin: 0 10% 5px 10%;
    }
}

@media (min-width: 1025px) and (max-width: 1799px) {

    .top_header_advertisement {
        margin: 0 15% 5px 15%;
    }
}

@media (min-width: 1800px) {

    .top_header_advertisement {
        margin: 0 20% 5px 20%;
    }
}

@media (min-width: 2300px) {

    .top_header_advertisement {
        margin: 0 20% 5px 20%;
        height: 120px;
    }
}

.logo_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; /* Ensures logo stays on top */
}

.marquee_fixed {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 998; /* Slightly below `.logo_header` */
    background-color: #fff; /* Optional: Add background for visibility */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional for better visual separation */
}

.logo_header {
    width: 100%;
    height: 100px;
    margin: 0 0 5px 0;
    display: grid;
    align-items: center;
    grid-template-columns: 33.33% 33.33% 33.33%;
    transition: all 0.3s ease-in-out;
}

.logo_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.logo_line {
    border: double;
    border-width: 0 0 5px 0;
    width: 100%;
}

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

.logo_fixed .advertisement_image {
    background-color: white;
}

@media (max-width: 321px) {
    .logo_header{
        grid-template-columns: 15% 70% 15%;
    }
}

@media (min-width: 321px) and (max-width: 426px) {
    .logo_header{
        grid-template-columns: 20% 60% 20%;
    }
}

@media (min-width: 426px) and (max-width: 769px) {
}

@media (min-width: 769px) and (max-width: 1025px) {
    .logo_header {
        width: 100%;
        height: 100px;
        margin: 0 0 5px 0;
        display: grid;
        align-items: center;
        grid-template-columns: 33.33% 33.33% 33.33%;
    }
}

@media (min-width: 1025px) and (max-width: 1799px) {
    .logo_header {
        width: 100%;
        height: 100px;
        margin: 0 0 5px 0;
        display: grid;
        align-items: center;
        grid-template-columns: 37.5% 25% 37.5%;
    }
}

@media (min-width: 1800px) {
    .logo_header {
        width: 100%;
        height: 100px;
        margin: 0 0 5px 0;
        display: grid;
        align-items: center;
        grid-template-columns: 40% 20% 40%;
    }
}

@media (min-width: 2300px) {
    .logo_header {
        width: 100%;
        height: 130px;
        margin: 0 0 5px 0;
        display: grid;
        align-items: center;
        grid-template-columns: 40% 20% 40%;
    }

    .logo {
        height: 130px;
    }
}

.menu_header {
    width: 100%;
    height: fit-content;
    margin: 0 0 5px 0;
    display: grid;
    align-items: center;
    grid-template-columns: 60% 40%;
}

.menu_logo {
    height: 80px;
}

.menu_list a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 16px;
    padding: 5px 10px;
}

.menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    /*padding: 0 10px;*/
    gap: 10px;
    height: fit-content;
    align-items: center;
    font-family: Arial, sans-serif;
    position: relative;
    /*overflow: hidden;*/
}

.menu_list a {
    text-decoration: none;
    background-color: #ffd994;
    color: #333;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.menu_item>a {
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.menu_list a:hover,
.menu_item>a:hover {
    background-color: #fcb74b;
    color: #fff;
}

.menu_item {
    position: relative;
}

.submenu {
    position: absolute;
    top: 27px;
    left: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    min-width: 150px;
    z-index: 1000;
    height: 300px;
    overflow-y: auto;
    /* Ensure submenus appear above other elements */
}

.submenu a {
    padding: 8px 12px;
    white-space: nowrap;
    color: #333;
    border-radius: 0;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}

.submenu a:hover {
    background-color: #fcb74b;
    color: #fff;
}

.menu_item:hover .submenu {
    display: flex;
}

.menu_item>a i {
    margin-left: 5px;
    font-size: 0.8em;
    background-color: transparent;
}

.mobile_bar {
    display: none;
    text-align: right;
    padding: 0 20px 0 0;
    font-size: 30px;
}

.mobile_menu_list {
    width: 50%;
    position: fixed;
    background-color: #ffd994;
    top: 0;
    left: -120%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    z-index: 999;
    text-align: left;
    overflow-y: auto;
    transition: left 0.4s ease-in-out;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.close_mobile_menu {
    font-size: 18px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    text-align: right;
    margin-bottom: 10px;
    background-color: transparent;
}

i {
    background-color: transparent;
}

.mobile_menu_list a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.mobile_submenu {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding-left: 20px;
    padding-bottom: 10px;
    height: fit-content;
    overflow-y: scroll;
}

.menu_with_submenu.open>.mobile_submenu {
    display: flex;
}

.mobile_submenu a {
    font-size: 16px;
    color: black;
}

.mobile_submenu a:hover {
    color: black;
}

.menu_with_submenu.open>a i {
    transform: rotate(180deg);
}

.mobile_menu_list a:hover {
    background-color: white;
}

.menu_with_submenu>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.menu_with_submenu>a i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.mobile_menu_list.open {
    left: 0;
}

.homebtn {
    padding: 3px;
}

.mobiledisplay{
    display: none;
}

.mobile_bar span {
    font-size: 24px;
    font-weight: 800;
}

@media (max-width: 321px) {

    .menu_list {
        display: none;
    }

    .mobile_bar {
        display: block;
    }

    .menu_header {
        grid-template-columns: 40% 60%;
    }

    .menu_logo {
        height: 80px;
    }

    .mobile_menu_list {
        width: 90%;
    }
    
    .homebtn {
        padding: 3px;
        font-size: 30px;
    }
    .mobiledisplay{
        display: block;
    }
}

@media (min-width: 321px) and (max-width: 426px) {

    .menu_list {
        display: none;
    }

    .mobile_bar {
        display: block
    }

    .menu_header {
        grid-template-columns: 40% 60%;
    }

    .menu_logo {
        height: 80px;
    }

    .mobile_menu_list {
        width: 90%;
    }
    
    .homebtn {
        padding: 3px;
        font-size: 30px;
    }
    .mobiledisplay{
        display: block;
    }
}

@media (min-width: 426px) and (max-width: 769px) {

    .menu_list {
        display: none;
    }

    .mobile_bar {
        display: block;
    }

    .menu_header {
        grid-template-columns: 50% 50%;
    }

    .menu_logo {
        height: 80px;
    }

    .mobile_menu_list {
        width: 50%;
    }
    
    .homebtn {
        padding: 3px;
        font-size: 30px;
    }
    .mobiledisplay{
        display: block;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {

    .menu_list {
        display: none;
    }

    .mobile_bar {
        display: block;
    }

    .menu_header {
        grid-template-columns: 40% 60%;
    }

    .menu_logo {
        height: 80px;
    }
    
    .homebtn {
        padding: 3px;
        font-size: 30px;
    }
    .mobiledisplay{
        display: block;
    }
}

@media (min-width: 1025px) and (max-width: 1799px) {

    .menu_list {
        display: flex;
    }

    .mobile_bar {
        display: none;
    }

    .menu_header {
        grid-template-columns: 100%;
    }

    .menu_logo {
        height: 80px;
    }
}

@media (min-width: 1800px) {

    .menu_list {
        display: flex;
    }

    .mobile_bar {
        display: none;
    }

    .menu_header {
        grid-template-columns: 100%;
    }

    .menu_logo {
        height: 80px;
    }
}

@media (min-width: 2300px) {

    .menu_list {
        display: flex;
    }

    .mobile_bar {
        display: none;
    }

    .menu_header {
        grid-template-columns: 100%;
    }

    .menu_logo {
        height: 80px;
    }
}

.marquee_header {
    width: 100%;
    margin: 0 0 5px 0;
    display: grid;
    background-color: brown;
    grid-template-columns: 18% 82%;
    align-items: center;
    justify-content: center;
}

.marquee_title {
    width: 100%;
    height: 30px;
    text-align: center;
    background-color: red;
    color: white;
    font-size: 18px;
    border: solid;
    border-width: 1px 0 1px 0;
    border-color: red;
}

.marquee_wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #ff8f8f;
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
    border: solid;
    border-width: 1px 0 1px 0;
    border-color: red;
}

.marquee_content {
    display: flex;
    white-space: nowrap;
    animation: scroll 40s linear infinite;
    background-color: transparent;
}

.marquee_content span {
    display: inline-block;
    padding: 0 50px;
    color: black;
    font-size: 16px;
    background-color: transparent;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 321px) {

    .marquee_header {
        grid-template-columns: 100%;
    }
}

@media (min-width: 321px) and (max-width: 426px) {

    .marquee_header {
        grid-template-columns: 100%;
    }
}

@media (min-width: 426px) and (max-width: 769px) {

    .marquee_header {
        grid-template-columns: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {

    .marquee_header {
        grid-template-columns: 25% 75%;
    }
}

@media (min-width: 1025px) and (max-width: 1799px) {

    .marquee_header {
        grid-template-columns: 25% 75%;
    }
}

@media (min-width: 1800px) {

    .marquee_header {
        grid-template-columns: 18% 82%;
    }
}

@media (min-width: 2300px) {

    .marquee_header {
        grid-template-columns: 18% 82%;
    }
}

.footer_session {
    width: 83.3%;
    margin: 0 auto;
    padding: 1rem 0 0 0;
    overflow-y: auto;
    border-top: 5px double black;
}

.footer_container {
    min-height: 300px;
    display: grid;
    gap: 20px;
    padding: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
    align-items: center;
}

.footer_group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.social_media_display {
    display: flex;
    gap: 10px;
}

.social_media_display i {
    font-size: 1.5rem;
    transition: color 0.3s;
}

.social_media_display i:hover {
    color: #0073e6;
    /* Add your hover color */
}

.footer_menu_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_menu_list a {
    text-decoration: none;
    color: #555;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer_menu_list a:hover {
    color: #0073e6;
}

.copyright_container {
    text-align: center;
    padding: 10px;
    font-size: 0.8rem;
    border-top: 5px double black;
}

.footer_group.footer_logo {
    align-items: center;
}

@media (max-width: 321px) {

    .footer_session {
        width: 100%;
    }

    .footer_group {
        align-items: center;
        text-align: center;
    }

    .social_media_display i {
        font-size: 1.2rem;
    }

    .footer_menu_list a {
        font-size: 0.9rem;
    }

    .copyright_container {
        font-size: 0.7rem;
    }

    .footer_group.footer_logo {
        margin: 0 10% 0 10%;
    }
}

@media (min-width: 321px) and (max-width: 426px) {

    .footer_session {
        width: 100%;
    }

    .footer_group {
        align-items: center;
        text-align: center;
    }

    .social_media_display i {
        font-size: 1.2rem;
    }

    .footer_menu_list a {
        font-size: 0.9rem;
    }

    .copyright_container {
        font-size: 0.7rem;
    }

    .footer_group.footer_logo {
        margin: 0 20% 0 20%;
    }
}

@media (min-width: 426px) and (max-width: 769px) {

    .footer_session {
        width: 100%;
    }

    .footer_container {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px;
    }

    .footer_group {
        align-items: center;
        text-align: center;
    }

    .social_media_display {
        justify-content: center;
    }

    .footer_menu_list a {
        font-size: 1rem;
    }

    .footer_group.footer_logo {
        margin: 0 25% 0 25%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {}

@media (min-width: 1024px) and (max-width: 1799px) {}

@media (min-width: 1800px) {}

@media (min-width: 2300px) {}

.group_sharing {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #bd060a;
    opacity: 0.6;
    cursor: pointer;
}

.double_session {
    min-height: 300px;
    display: grid;
    width: 83.3%;
    margin: 0 auto;
    grid-template-columns: 70% 30%;
}

.left_session {
    margin: 0 10px;
}

.news_timing {
    color: black;
    background-color: transparent;
    font-size: 12px;
    width: max-content;
    font-weight: 600;
    padding-bottom: 3px;
}

.right_session {
    flex: 1;
    margin: 0 20px 20px 20px;
}

.second_session .left-inner-60 .group_sharing{
    display: grid !important;
    row-gap: 5px;
}

.right_news_container .group_sharing{
    display: grid !important;
    row-gap: 5px;
}

.first_session {
    column-gap: 2%;
    height: fit-content;
    display: grid;
    grid-template-columns: 59% 39%;
    margin: 20px 0 20px 0;
}

.sub_first_session {
    column-gap: 2%;
    height: fit-content;
    display: grid;
    grid-template-columns: 49% 49%;
    margin: 20px 0 20px 0;
}

.sub_first_session .flex_group {
    margin: 10px 0;
}

.left-inner-60 {
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
}

.left-inner-40 {
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
}

.left-inner-60 .grid_group {
    height: fit-content;
}

.left-inner-60 .grid_img_container {
    height: 400px;
}

.first_session .left-inner-60 .grid_content_container {
    height: calc(1.6em* 5);
    -webkit-line-clamp: 5;
    margin: 5% 0;
    font-weight: bold;
}

.grid_content_title {
    background-color: transparent;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    margin: 20px 0;
}

.left-inner-60 .grid_content_container {
    height: calc(1.6em* 3);
    -webkit-line-clamp: 3;
}

.left-inner-40 .grid_group {
    height: fit-content;
}

.left-inner-40 .grid_img_container {
    height: 258px;
}

.left-inner-40 .grid_content_container {
    height: calc(1.6em* 2);
    -webkit-line-clamp: 2;
}

.left-inner-40 .group_sharing {
    display: grid !important;
    row-gap: 5px;
}

.more_details {
    display: grid;
    width: 100%;
    grid-template-columns: 30% 70%;
    align-items: end;
    padding: 10px 0 0 0;
    background-color: white;
}

.read_more_btn {
    width: max-content;
    padding: 0 0 4px 0;
    border: double;
    border-width: 0 0 4.5px 0;
    border-color: #bd060a;
    cursor: pointer;
    font-size: 12px;
    background-color: white;
}

.more_details .group_sharing {
    position: relative;
    top: 0;
    border: 0;
    right: 0;
    text-align: right;
    opacity: 1;
    cursor: pointer;
    background-color: white;
    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: right;
}

@media (max-width: 321px) {

    .double_session {
        min-height: 300px;
        width: 100%;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .first_session .left-inner-60 {
        margin-bottom: 15px;
    }
    
    .sub_first_session {
        grid-template-columns: 100%;
    }

    .first_session {
        height: fit-content;
        grid-template-columns: 100%;
        row-gap: 10px;
    }

    .left_session {
        margin: 0 10px;
    }

    .left-inner-60 {
        height: fit-content;
    }

    .left-inner-60 .grid_group {
        height: fit-content;
    }

    .left-inner-60 .grid_img_container {
        height: 200px;
    }
    
    .right_session {
        flex: 1;
        margin: 0 10px;
    }
    
    .news_timing {
        font-size: 12px;
    }
    
    .more_details .group_sharing{
        display: grid;
        row-gap: 5px;
    }

}

@media (min-width: 321px) and (max-width: 426px) {

    .double_session {
        min-height: 300px;
        width: 100%;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .first_session {
        height: fit-content;
        grid-template-columns: 100%;
        row-gap: 10px;
    }
    
    .sub_first_session {
        grid-template-columns: 100%;
    }

    .left_session {
        margin: 0 10px;
    }

    .left-inner-60 {
        height: fit-content;
    }

    .left-inner-60 .grid_group {
        height: 300px;
    }

    .left-inner-60 .grid_img_container {
        height: 200px;
    }
    
    .right_session {
        flex: 1;
        margin: 0 10px;
    }
    
    .news_timing {
        font-size: 12px;
    }
    
    .more_details .group_sharing{
        display: grid;
        row-gap: 5px;
    }

}

@media (min-width: 426px) and (max-width: 769px) {

    .double_session {
        min-height: 300px;
        width: 100%;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .first_session {
        height: fit-content;
        grid-template-columns: 100%;
        row-gap: 10px;
    }
    
    .sub_first_session {
        grid-template-columns: 100%;
    }

    .left_session {
        margin: 0 10px;
    }

    .left-inner-40 {
        display: grid;
        grid-template-columns: 49% 49%;
        column-gap: 2%;
    }
    
    .right_session {
        flex: 1;
        margin: 0 10px;
    }
    
    .news_timing {
        font-size: 12px;
    }
    
    .more_details .group_sharing{
        display: grid;
        row-gap: 5px;
    }

}

@media (min-width: 769px) and (max-width: 1025px) {

    .double_session {
        min-height: 300px;
        width: 83.3%;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .first_session {
        height: fit-content;
        grid-template-columns: 100%;
        row-gap: 10px;
    }
    
    .sub_first_session {
        grid-template-columns: 100%;
    }

    .left_session {
        margin: 0;
    }

    .left-inner-40 {
        display: grid;
        grid-template-columns: 49% 49%;
        column-gap: 2%;
    }

    .view_third_session .left-inner-40 {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 2%;
    }
    
    .right_session {
        flex: 1;
        margin: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1799px) {

    .double_session {
        min-height: 300px;
        width: 83.3%;
        grid-template-columns: 70% 30%;
    }

    .left_session {
        margin: 0;
    }

    .first_session .left-inner-60 .grid_img_container {
        height: 400px;
    }
}

@media (min-width: 1800px) {

    .double_session {
        min-height: 300px;
        width: 83.3%;
        grid-template-columns: 70% 30%;
    }

    .left_session {
        margin: 0;
    }

    .first_session .left-inner-60 .grid_img_container {
        height: 400px;
    }
}

@media (min-width: 2300px) {

    .double_session {
        min-height: 300px;
        width: 83.3%;
        grid-template-columns: 70% 30%;
    }

    .left_session {
        margin: 0;
    }

    .first_session .left-inner-60 .grid_img_container {
        height: 400px;
    }
}

.second_session {
    max-height: fit-content;
    display: grid;
    grid-template-columns: 39% 59%;
    margin: 20px 0 20px 0;
    column-gap: 2%;
}

.second_session .left-inner-40 {
    height: fit-content;
}

.image_container {
    padding: 15px;
    height: fit-content;
    margin: 0 0 10px 0;
    position: relative;
    background-color: white;
    box-shadow: 0 4px 6px rgba(50, 50, 50, 0.5), 0 1px 3px rgba(50, 50, 50, 0.3);
}

.image_container .advertisement_image {
    height: 258px;
}

.second_session .left-inner-60 {
    height: fit-content;
}

.group_container {
    height: fit-content;
    display: grid;
    grid-template-columns: 39% 59%;
    column-gap: 2%;
    padding: 15px;
    margin: 0 0 15px 0;
    position: relative;
    background-color: white;
    box-shadow: 0 4px 6px rgba(50, 50, 50, 0.5), 0 1px 3px rgba(50, 50, 50, 0.3);
}

.group_container_40 {
    height: 156px;
}

.group_container_60 {
    height: fit-content;
    background-color: white;
    display: grid;
}

.group_content {
    height: calc(1.6em* 3);
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    background-color: white;
    cursor: pointer;
}

.group_details {
    text-align: right;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: right;
    column-gap: 15px;
}

.group_details .group_sharing {
    position: relative;
    bottom: 0;
    right: 0;
}

@media (max-width: 321px) {

    .second_session {
        grid-template-columns: 100%;
    }

    .group_container {
        height: 100px;
    }

    .group_container_40 {
        height: 100px;
    }

    .group_container_60 {
        height: 100px;
    }

    .group_content {
        height: calc(1.6em* 2);
    }

    .group_details {
        padding: 5px 0;
    }
    
    .third_session .flex_img_container{
        height: 100px !important;
    }

}

@media (min-width: 321px) and (max-width: 426px) {

    .second_session {
        grid-template-columns: 100%;
    }

    .group_container {
        height: 100px;
    }

    .group_container_40 {
        height: 100px;
    }

    .group_container_60 {
        height: 100px;
    }

    .group_content {
        height: calc(1.6em* 2);
    }

    .group_details {
        padding: 5px 0;
    }
    
    .third_session .flex_img_container{
        height: 100px !important;
    }
}

@media (min-width: 426px) and (max-width: 769px) {

    .second_session {
        grid-template-columns: 39% 59%;
    }

    .second_session .left-inner-40 {
        column-gap: 0;
        height: fit-content;
        display: grid;
        grid-template-columns: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {

    .second_session .left-inner-40 {
        height: fit-content;
        display: grid;
        grid-template-columns: 100%;
        column-gap: 0;
    }

}

@media (min-width: 1025px) and (max-width: 1799px) {}

@media (min-width: 1800px) {

    .second_session .second_session {
        max-height: 1250px;
    }

    .second_session .image_container {
        height: fit-content;
    }
}

@media (min-width: 2300px) {

    .second_session .second_session {
        max-height: 1250px;
    }

    .second_session .image_container {
        height: fit-content;
    }
}

.session_header {
    border: solid;
    border-color: #bd060a;
    border-width: 0 0 2px 0;
    margin: 20px 0 20px 0;
}

.session_title {
    background-color: #bd060a;
    max-width: max-content;
    color: white;
    padding: 5px 15px;
}

.grid_group {
    height: fit-content;
    display: grid;
    position: relative;
    flex: 0 0 25%;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(50, 50, 50, 0.5), 0 1px 3px rgba(50, 50, 50, 0.3);
    background-color: white;
    box-sizing: border-box;
}

.grid_img_container {
    width: 100%;
    height: fit-content;
}

.grid_content_container {
    height: calc(1.6em* 3);
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0;
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    background-color: white;
    cursor: pointer;

}

.fourth_session {
    min-height: 300px;
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 5px 0;
}

.flex_group {
    height: fit-content;
    display: grid;
    margin: 20px 0 20px 0;
    grid-template-columns: 34% 64%;
    padding: 15px;
    column-gap: 2%;
    position: relative;
    background-color: white;
    box-shadow: 0 4px 6px rgba(50, 50, 50, 0.5), 0 1px 3px rgba(50, 50, 50, 0.3);
}

video {
    width: 100%;
    height: 100%;
}

.flex_container {
    background-color: white;
    display: grid;
}

.flex_img_container {
    height: 80px;
}

.right_session .flex_img_container {
    height: 60px;
}

.flex_content_container {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0;
    font-size: 16px;
    margin: 0;
    background-color: white;
    height: calc(1.6em* 2);
    line-height: 1.6;
    -webkit-line-clamp: 2;
    cursor: pointer;
}

@media (max-width: 321px) {

    .fourth_session {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }

    .fourth_session .flex_group{
        margin:  0;
    }
}

@media (min-width: 321px) and (max-width: 426px) {

    .fourth_session {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }

    .fourth_session .flex_group{
        margin:  0;
    }
}

@media (min-width: 426px) and (max-width: 769px) {}

@media (min-width: 769px) and (max-width: 1025px) {}

@media (min-width: 1025px) and (max-width: 1799px) {

    .fourth_session {
        grid-template-columns: repeat(2, 1fr);
    }

    .fourth_session .grid_group {
        height: fit-content;
    }

    .fourth_session .grid_img_container {
        height: 330px;
    }
}

@media (min-width: 1800px) {

    .fourth_session {
        grid-template-columns: repeat(2, 1fr);
    }

    .fourth_session .grid_group {
        height: fit-content;
    }

    .fourth_session .grid_img_container {
        height: 300px;
    }
}

@media (min-width: 2300px) {

    .fourth_session {
        grid-template-columns: repeat(2, 1fr);
    }

    .fourth_session .grid_group {
        height: fit-content;
    }

    .fourth_session .grid_img_container {
        height: 300px;
    }
}

.fivth_session {
    min-height: 300px;
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0 20px 0;
}

.overflow_grid {
    height: fit-content;
    display: grid;
    margin: 0 0 5px 0;
    position: relative;
}

.overflow_img_container {
    height: 349px;
}

.overflow_img_container .advertisement_image {
    object-fit: fill;
}

.overflow_container {
    background-color: white;
    margin: -35px 5% 0 5%;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 50, 0.5), 0 1px 3px rgba(50, 50, 50, 0.3);
}

.overflow_content_container {
    height: calc(1.6em* 3);
    line-height: 1.6;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0;
    font-size: 16px;
    margin: 0;
    background-color: white;
    cursor: pointer;
}

.overflow_details_container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 10px 0 0 0;
    background-color: white;
}

.overflow_details_container .group_sharing {
    position: relative;
    bottom: 0;
    right: 0;
}

.overflow_category {
    border: solid;
    border-width: 0 2px 0 0;
    border-color: black;
    padding: 0 10px;
    background-color: white;
}

.overflow_timing {
    background-color: white;
}

@media (max-width: 321px) {

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

@media (min-width: 321px) and (max-width: 426px) {

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

@media (min-width: 426px) and (max-width: 769px) {}

@media (min-width: 769px) and (max-width: 1025px) {}

@media (min-width: 1025px) and (max-width: 1799px) {}

@media (min-width: 1800px) {

    .overflow_grid {
        height: fit-content;
    }

    .overflow_img_container {
        height: 300px;
    }
}

@media (min-width: 2300px) {

    .overflow_grid {
        height: fit-content;
    }

    .overflow_img_container {
        height: 300px;
    }
}

.third_session, .view_third_session {
    scrollbar-width: none;
    align-items: self-start;
    column-gap: 2%;
    height: fit-content;
    display: grid;
    grid-template-columns: 59% 39%;
    margin: 20px 0 20px 0;
}

.third_session .flex_group {
    margin: 0;
}

.third_session .more_details {
    padding: 5px 0 0 0;
}

/*.third_session .flex_img_container {*/
/*    height: 156px;*/
/*}*/

.view_third_session .flex_group {
    margin: 0;
}

.view_third_session .more_details {
    padding: 5px 0 0 0;
}

.view_third_session .flex_img_container {
    height: 78px;
}

.sixth_session {
    height: 420px;
    display: flex;
    overflow-x: auto;
    column-gap: 10px;
    margin: 20px 0 20px 0;
    scrollbar-width: none;
}

.sixth_session::-webkit-scrollbar {
    display: none;
}

.shorts_container {
    width: 33.3%;
    height: 400px;
    background-color: #000;
    position: relative;
    flex-shrink: 0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s ease-in-out;
}

.shorts_container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 321px) {

    .third_session  {
        height: fit-content;
        grid-template-columns: 100%;
        row-gap: 10px;
    }

    .view_third_session  {
        height: fit-content;
        grid-template-columns: 100%;
        row-gap: 10px;
    }

    .shorts_container, .slide_group {
        width: 100%;
    }
}

@media (min-width: 321px) and (max-width: 426px) {

    .third_session  {
        height: fit-content;
        grid-template-columns: 100%;
        row-gap: 10px;
    }

    .view_third_session  {
        height: fit-content;
        grid-template-columns: 100%;
        row-gap: 10px;
    }

    .shorts_container, .slide_group {
        width: 60%;
    }
}

@media (min-width: 426px) and (max-width: 769px) {

    .third_session, .view_third_session  {
        height: fit-content;
        grid-template-columns: 100%;
        row-gap: 10px;
    }

    .shorts_container, .slide_group {
        width: 33.3%;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {

    .third_session, .view_third_session  {
        height: fit-content;
        grid-template-columns: 59% 39%;
        row-gap: 10px;
    }

    .third_session .left-inner-40 {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 2%;
    }

    .shorts_container, .slide_group {
        width: 33.3%;
    }
}

@media (min-width: 1025px) and (max-width: 1799px) {

    .shorts_container, .slide_group {
        width: 33.3%;
    }
}

@media (min-width: 1800px) {

    .shorts_container, .slide_group {
        width: 33.3%;
    }
}

@media (min-width: 2300px) {

    .shorts_container, .slide_group {
        width: 33.3%;
    }
}

.advertisement_250 {
    width: 100%;
    height: 250px;
    margin: 20px 0 20px 0;
    position: relative;
}

.advertisement_300 {
    width: 100%;
    height: 300px;
    margin: 20px 0 20px 0;
    position: relative;
}

.news_title {
    position: relative;
    height: calc(1.6em* 2);
    -webkit-line-clamp: 2;
    font-size: 30px;
    padding: 15px 15px 0 15px;
    font-weight: 800;
    line-height: 1.6;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    background-color: white;
}

.news_image {
    height: auto;
    padding: 15px;
    position: relative;
    background-color: white;
}

.content-container {
    min-height: 300px;
    word-wrap: break-word;
    border: none;
    padding: 15px;
    border-radius: 5px;
    line-height: 1.5;
    text-align: justify;
    background-color: white;
}

.content-container p {
    background-color: white;
    font-size: large;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.content-container p {
    margin-bottom: 1em;
}

.content-container .news_image {
    padding: 15px 0;
}

.group_sharing i {
    background-color: white;
}

@media (max-width: 321px) {

    .news_image {
        height: 200px;
    }

    .content-container {
        text-align: left;
    }

    .news_title {
    height: calc(1.6em* 3);
    -webkit-line-clamp: 3;
        font-size: 16px;
    }
    
}

@media (min-width: 321px) and (max-width: 426px) {

    .news_image {
        height: 200px;
    }

    .content-container {
        text-align: left;
    }

    .news_title {
        height: 100px;
        font-size: 18px;
        height: calc(1.6em* 3);
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 426px) and (max-width: 769px) {

    .news_image {
        height: 300px;
    }

    .content-container {
        text-align: left;
    }

    .news_title {
        height: calc(1.6em* 3);
        font-size: 26px;
    height: calc(1.6em* 3);
    -webkit-line-clamp: 3;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {

    .news_title {
        height: calc(1.6em* 2);
        font-size: 24px;
        -webkit-line-clamp: 2;
    }
}

@media (min-width: 1025px) and (max-width: 1799px) {

    .news_title {
        height: calc(1.6em* 2);
        font-size: 24px;
        -webkit-line-clamp: 2;
    }
}

@media (min-width: 1800px) {

    .news_title {
        height: calc(1.6em* 2);
        font-size: 30px;
        -webkit-line-clamp: 2;
    }
}

@media (min-width: 2300px) {

    .news_title {
        height: calc(1.6em* 2);
        font-size: 30px;
        -webkit-line-clamp: 2;
    }
}

.auto_slide_container {
    display: flex;
    overflow: hidden; 
    position: relative;
    width: 100%; 
    height: auto; 
    column-gap: 20px;
}

.auto_slide {
    flex-shrink: 0; 
    width: 100%; 
    height: 100%;
    animation: slideLeft 10s linear infinite;
    animation-delay: 5s;
}

.auto_slide img {
    width: 100%; 
    height: 100%; 
    display: block; 
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.auto_slide_container:hover .auto_slide {
    animation-play-state: paused; 
}

.current_news_group {
    width: 100%;
    margin-bottom: 5%;
}
.current_news_header {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    font-size: 14px;
    padding-bottom: 10px;
    border: double;
    border-color: #bd060a;
    border-width: 0 0 5px 0;
}
.gold_timing {
    text-align: right;
    padding: 5px 10px 10px 0;
}
.current_news_title {
    font-weight: 800;
    text-align: left;
}
.current_news_timing {
    text-align: right;
}
.current_news_container {
    border: solid;
    border-width: 2px;
    padding: 10px;
}
.current_news {
    display: grid;
    grid-template-columns: 60% 40%;
}
.current_news .current_right_news {
    padding: 10px;
}
.current_news_single {
    display: grid;
    grid-template-columns: 1fr;
}
.current_left_news {
    padding: 10px;
}
.current_right_news {
    text-align: right;
    padding: 2%;
}
.current_right_news.power_area {
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    width: 96%;
        display: grid;
    row-gap: 5px;
}

.live_news_container {
    width: 100%;
    row-gap: 15px;
    display: flex;
    overflow: hidden;
    position: relative;
}
.live_news_content {
    font-size: 16px;
}
.live_news_group {
    display: grid;
    grid-template-columns: 14.5% 84.5%;
    align-items: center;
    width: 100%;
    height: fit-content;
}
.live_news_count {
    text-align: left;
    color: #bd060a;
    font-size: 30px;
}
.live_news_count i {
    margin-right: 1%;
}
.live_news_content {
    font-size: small;
}
.live_news_container:hover .live_news_group {
    animation-play-state: paused; 
}

.image_over_text_container {
    scrollbar-width: none;
    align-items: self-start;
    column-gap: 2%;
    height: fit-content;
    display: grid;
    grid-template-columns: 59% 39%;
    margin: 20px 0 20px 0;
}

.image_over_text_group {
    position: relative;
}

.image_over_text_image {
    position: relative;
}

.left-inner-60 .image_over_text_group {
    height: 400px;
}

.left-inner-60 .image_over_text_image {
    height: 400px;
}

.image_over_text_image .advertisement_image {
    object-fit: fill;
}

.image_over_text_image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
}

.image_over_text {
    position: absolute;
    bottom: 10%;
    left: 10px;
    height: calc(1.6em* 2);
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
        cursor: pointer;
    background-color: transparent;
}

.image_over_text_container .left-inner-40 {
    height: 400px;
    gap: 20px;
}

.left-inner-40 .image_over_text_group {
    height: 190px;
}

.left-inner-40 .image_over_text_image {
    height: 190px;
}

.flex_image_over_text_container {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
}

.image_over_text_group .more_details {
    position: absolute;
    width: 96%;
    padding: 2% 2%;
    bottom: 0%;
    background-color: transparent;
}

.image_over_text_group .read_more_btn {
    background-color: transparent;
    color: white;
}

.image_over_text_group .group_sharing {
    background-color: transparent;
}

.image_over_text_group .news_timing {
    color: white;
}

.image_over_text_group .share-button {
    background-color: transparent;
}

.image_over_text_group i {
    background-color: transparent;
}

.left-inner-40 .image_over_text {
    bottom: 25%;
    font-size: 16px;
}

.flex_image_over_text_container .image_over_text {
    bottom: 25%;
    font-size: 14px;
}

.image_over_text_container .left-inner-40{
    grid-template-columns: 1fr;
}

.flex_image_over_text_container .advertisement_image {
    height: 200px;
    object-fit: fill;
}

@media (max-width: 321px) {
    .image_over_text_container {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    
    .flex_image_over_text_container {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    
    .left-inner-60 .image_over_text_group {
        height: 300px;
    }
    
    .left-inner-60 .image_over_text_image {
        height: 300px;
    }

}

@media (min-width: 321px) and (max-width: 426px) {
    .image_over_text_container {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    
    .flex_image_over_text_container {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    
    .left-inner-60 .image_over_text_group {
        height: 300px;
    }
    
    .left-inner-60 .image_over_text_image {
        height: 300px;
    }
    
}

@media (min-width: 426px) and (max-width: 769px) {
    
    .image_over_text_container .left-inner-40 {
        height: auto;
    }

    .image_over_text_container {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    
    .flex_image_over_text_container .image_over_text {
        bottom: 30%;
    }
    
    .image_over_text_container .left-inner-40 {
        grid-template-columns: 49% 49%;
        column-gap: 2%;
    }
    
    .left-inner-60 .image_over_text_group {
        height: 300px;
    }
    
    .left-inner-60 .image_over_text_image {
        height: 300px;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {
    
}

@media (min-width: 1025px) and (max-width: 1799px) {}

@media (min-width: 1800px) {}

@media (min-width: 2300px) {}

.extra_images_container {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}

.extra_images_container img {
  width: 300px;
    height: auto;
    object-fit: fill;
}

.extra_images_container video {
    width: 400px;
    height: auto;
}


@media (max-width: 321px) {
    .extra_images_container {
        flex-direction: column;
    }
    
    .extra_images_container img {
        width: 100%;
    }
    
    .extra_images_container video {
        width: 100%;
    }

}

@media (min-width: 321px) and (max-width: 426px) {
    .extra_images_container {
        flex-direction: column;
    }
    
    .extra_images_container img {
        width: 100%;
    }
    
    .extra_images_container video {
        width: 100%;
    }

}

@media (min-width: 426px) and (max-width: 769px) {
    .extra_images_container {
        flex-direction: column;
    }
    
    .extra_images_container img {
        width: 100%;
    }
    
    .extra_images_container video {
        width: 100%;
    }

    

}

@media (min-width: 769px) and (max-width: 1025px) {
    
}

@media (min-width: 1025px) and (max-width: 1799px) {}

@media (min-width: 1800px) {}

@media (min-width: 2300px) {}


.page_title_container {
    height: 100px;
    display: grid;
    align-items: center;
    margin: 0 5%;
}

.page_title_name {
    font-size: 30px;
    position: relative;
    width: max-content;
}

.page_title_line {
    width: 110%;
    height: 1px;
    position: absolute;
    background-color: red;
}

.page_title_line2 {
    width: 130%;
    height: 1px;
    background-color: red;
    position: absolute;
    bottom: -5px;
}

.paragraph_content {
    padding: 15px 0;
    text-indent: 150px;
    line-height: 1.6;
    font-size: 16px;
}

.about_double_container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
        row-gap: 15px;
}

.about_double_container .page_title_container{
    width: 40%;
    height: 100px;
    display: grid;
    align-items: center;
    margin-left: 10%;
}

.about_double_group {
    width: 40%;
}

.about_details {
    margin-top: 5%;
    margin-left: 10%;
    padding: 0 0 20px 0;
    display: grid;
    row-gap: 5px;
    align-items: start;
}
.about_double_container .page_title_name {
    font-size: 20px;
}

.about_double_container a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

@media (max-width: 768px) {
    .paragraph_content {
        padding: 15px 5%;
        text-indent: 50px;
    }
    .about_double_container {
        flex-direction: column;
        padding: 10% 5% 2% 5%;
    }
    .about_double_group {
        width: 100%;
    }
    .about_double_container .page_title_name {
        font-size: 16px;
    }
    .page_title_line2 {
        width: 120%;
    }

}

.ad-slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ad-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.ad-slider img.active {
    opacity: 1;
}


.ad-slider-250 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ad-slider-250 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.ad-slider-250 img.active {
    opacity: 1;
}