/* .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1450px !important;
}
@media (min-width: 768px) {
    .container, .container-sm {
        max-width: 700px !important;
    }
} */
@media screen and (max-width: 767px) {
    .header-logo {
        width: 270px;
    }

    /* header {
        background-color: #020a3b;
        position: absolute;
        width: 100%;
        transition: all 0.3s ease;
    } */
    header {
        background-color: #020a3b;
        position: fixed;
        top: 0%;
        width: 100%;
        transition: unset;
        transform: unset;
    }

    .searchlocation .dropdown {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 5px;
        /* position: unset; */
    }

    marquee {
        background-color: #fff;
        padding: 5px 0px;
        box-shadow: none;
        margin-top: 0px;
    }

    .fixed-top {
        position: fixed;
        top: 30px !important;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .header.sticky .fixed-top {
        position: fixed;
        top: 30px !important;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .header.sticky {
        background-color: #ffffff;
        position: fixed;
        top: 0px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 99;
        transform: unset;
    }

    .header.sticky .header-logo {
        width: 270px;
    }

    .navbar button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
    }

    .header nav.navbar a.nav-link {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

    marquee {
        background-color: #fff;
        padding: 5px 0px;
        box-shadow: none;
        margin-top: 0px;
        position: relative;
    }

    .navbar-toggler {
        line-height: 1;
        color: rgb(255 255 255) !important;
        background-color: transparent;
        border: var(--bs-border-width) solid rgb(255 255 255) !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image: var(--bs-navbar-toggler-icon-bg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        filter: invert(1);
    }

    .searchlocation {
        width: 90%;
        background-color: #fafafa;
        margin: auto;
        border: 2px solid #000e20;
        border-radius: 5px;
        box-shadow: 0 0 5px 4px #ffffff21;
    }

    .footerbottom {
        border-top: 2px solid #252c50;
        padding: 0px 20px;
    }

    .social-icon {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 0px;
        margin: 20px;
    }

    .homebannertext h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
    }


    .homebannertext p {
        color: #fff;
        padding-right: 0px;
        font-size: 14px;
    }

    .bannerglobeimg {
        display: flex;
        justify-content: center;
    }

    .bannerglobeimg img {
        width: 300px;
        display: none;
    }

    .bannerglobegiff {
        display: none;
    }

    .homepagebannerimg img {
        width: 100%;
        object-fit: cover;
        height: 200px;
    }

    img.youtubeicon {
        position: absolute;
        top: 40%;
        left: 45%;
        width: 50px;
        height: 50px;
    }

    .gfsmodalcarousel .owl-item img {
        display: block;
        width: 100%;
        height: auto;
    }

    .gfsmodalcarousel {
        margin-bottom: 30px;
    }

    .bannerSection {
        margin-bottom: 20px;
        padding-top: 0px !important;
        margin-top: 80px;
        height: 40vh !important;
    }

    svg#mapSVGnew {
        height: 30vh;
    }

    video.bannerVideo {
        display: none;
    }

    .copyrightp {
        text-align: center;
    }

    .districtweather p {
        font-size: 14px;
    }

    .table-header div {
        font-size: 16px;
        font-weight: 600;
    }

    footer ol,
    ul {
        padding-left: 0rem !important;
    }

    .abouttextimg {
        display: block;
    }

    .aboutustext h1 {
        font-size: 25px !important;
        font-weight: 600;
        color: #2c1c60;
    }

    .aboutustext p {
        font-size: 16px;
    }

    .aboutsectionimg img {
        width: 350px;
        height: 267px;
        animation: none;
    }

    .aboutsectionimg {
        text-align: center;
    }

    .aboutbannerimage img {
        width: 100%;
        height: 240px;
    }

    .disclaimerbanner {
        background-image: url(../image/disclaimerbanner.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 240px;
        margin-top: 85px;
    }

    .disclaimercontent h1 {
        font-size: 25px;
    }

    .contactusform {
        padding: 50px 0px;
    }

    .tdydetailsfst {
        background-color: #F1F2F8;
        padding: 10px 5px;
        margin-top: 10px;
        border-radius: 20px;
        text-align: center;
        width: 100%;
    }

    .tdydetailsfst img {
        width: 35px;
        height: 35px;
    }

    .tdydetailsfst p {
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 500;
    }

    .tempdetls {
        gap: 5px;
    }

    .selectedlocation p {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .todaytextut {
        padding: 10px 0px;
    }

    .todayupttext h2 {
        font-size: 60px;
    }

    .todayuptimage img {
        width: 90px;
    }

    .todayrain {
        padding: 15px;
    }

    .todayrainpartf p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .todayrainpartf h5 {
        font-size: 30px;
    }

    .todayrainparts {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        margin-top: 10px;
    }

    #Ebene_1 {
        width: 100%;
        height: 100%;
    }

    .feellike {
        padding: 10px 25px;
        background-color: #161b2ca6;
        border-radius: 10px;
        color: #fff;
        margin: 5px 0px;
        height: unset;
    }

    .feellike p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .feellike h5 {
        font-size: 18px;
    }

    .feellike img {
        width: 50px;
        height: 50px;
    }

    .childdata h6 {
        font-size: 18px;
        padding: 10px 0px;
        margin-bottom: 0px;
    }

    .childdata p {
        font-size: 16px;
    }

    .tempdetls .col-4 {
        flex: 0 0 auto;
        width: 32.333333%;
    }

    .childdata img {
        width: 60px !important;
        height: 60px;
        margin: auto;
    }

    .hourlydatarowf {
        background-image: url(../image/todayrowfirst.png);
        background-repeat: no-repeat;
        /* background-size: contain; */
        background-size: 110% auto;
        animation: none;
        padding-top: 30px;
        box-shadow: 0px 4px 4px 0 #ddd;
        border-radius: 20px;
    }

    .hourlytab #carouselNext {
        position: absolute;
        top: 40%;
        right: -8%;
        background: transparent;
        border: none;
        font-size: 38px;
    }

    .hourlytab #carouselPrev {
        position: absolute;
        top: 40%;
        left: -8%;
        background: transparent;
        border: none;
        font-size: 38px;
    }

    .weektdt td {
        vertical-align: middle;
        text-align: start;
        padding: 10px !important;
        color: #464646 !important;
        font-size: 16px;
    }

    /* .weekdaytab .tabheading {
        display: block;
    } */

    /* .weekdaytab .tabheading p {
        margin-bottom: 10px !important;
    } */

    .weekdaytoday h6 {
        font-size: 20px;
        font-weight: 400;
        color: #383838;
    }

    .weekdaytoday {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #F1F2F8;
        padding: 10px 20px;
        border-radius: 20px;
    }

    .weekend_date {
        text-align: center;
        font-weight: 500;
    }

    iframe {
        height: 300px;
    }

    .weekenddetails {
        display: block;
        background-color: #F0F3FF;
        padding: 15px 15px;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .weekend_condition {
        padding: 15px 0px;
        justify-content: normal !important;
    }

    .weekendchildds .weekend_condition {
        justify-content: normal !important;
    }


    .weektdt td img {
        width: 23px;
        height: 23px;
    }

    .winddata {
        text-align: center;
        border-right: 1px dotted #ddd;
        padding: 30px 0px;
    }

    .windtxtimg h6 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0px;
        color: #3e3e3e;
    }

    .windtxtimg img {
        width: 30px;
        height: 30px;
    }

    .weekenddetails .gap-4 {
        gap: 0.5rem !important;
    }

    .press_release_listwi {
        box-shadow: 0 0 8px 0px #eae4ff;
        padding: 20px;
        border-radius: 5px;
    }

    .press_heading h2 {
        padding: 10px 20px;
        background-color: #020a3b;
        border-radius: 5px;
        color: #fff !important;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .press_release_listwi img {
        height: auto;
        object-fit: cover;
        border-radius: 5px;
    }

    .press_release_list {
        box-shadow: 0 0 8px 0px #eae4ff;
        padding: 20px 20px;
        border-radius: 5px;
        margin: 20px 0px;
    }

    .press_release_list h3 {
        font-size: 18px;
        text-transform: capitalize;
    }

    .press_list_side {
        padding: 0px 0px 30px 0px;
        /* display: none; */
    }

    .press_release_section {
        padding: 100px 0px 40px;
    }

    .newsdetails h3 {
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 600;
    }

    .press_heading p {
        color: #051937;
        font-weight: 600;
    }

    .press_release_listwi h3 {
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 600;
    }

    #mobilenavBar {
        display: none;
        height: 100vh;
        position: absolute;
        z-index: 999;
        background-color: #000a3b;
        width: 80%;
        padding-top: 20px;
        color: #fff;
        border-top: 1px solid #ffffff42;
    }

    ul.navbar-nav {
        align-items: start !important;
        padding-left: 20px !important;
    }

    .qr_socialicon {
        /* position: absolute; */
        width: 100%;
        bottom: 10%;
        border-top: 1px solid #ffffff42;
        padding-top: 50px;
        margin-top: 20px;
    }

    #mobilenavBar {
        display: none;
    }

    .qrimg {
        width: 100px;
        filter: invert(1);
    }

    /* .appbtn {
        background-color: #fff;
        padding: 5px 20px;
        border-radius: 10px;
        color: 002763;
        font-size: 14px;
        font-weight: 500;
    } */

    .appbtn img {
    width: 120px;
    margin-right: 3px;
    height: auto;
}

    .mobile_navside {
        height: 100vh;
        position: relative;
    }

    ul#warningid li {
        padding-bottom: 10px;
    }

    ul#warningid li a {
        color: #fff;
    }

    .toggle-icon {
        transition: transform 1.0s ease;
    }

    .toggle-icon.rotated {
        transform: rotate(180deg);
    }

    .comingsoon {
        width: 335px !important;
    }



    .desktopnav {
        display: none !important;
    }

    .mobilenavbar {
        display: block !important;
    }

    .mobilenavbar.bg-body-tertiary {
        --bs-bg-opacity: 1;
        background-color: #051937 !important;
    }

    .mobilenavbar .offcanvas {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 85%;
        color: #051937;
        visibility: hidden;
        background-color: #051937;
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);

    }

    .mobilenavbar .offcanvas.offcanvas-end {
        top: 0;
        left: 0;
    }

    .btn-close {
        filter: invert(1);
    }

    .offcanvas-body {
        flex-grow: 1;
        padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
        overflow-y: unset !important;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em !important;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .selectedlocation {
        background-color: #051937;
        padding: 15px 30px;
        display: block;
        gap: 10px;
        align-items: center;
    }

    .mobilemt {
        margin-top: 10px;
    }

    .fstsection {
        padding-top: 90px;
    }

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        font-weight: 600;
        padding: 10px 10px;
        transition: 0.3s;
        font-size: 16px;
        border-bottom: 2px solid #fff;
    }

    .hourlytab #carouselPrevrain {
        position: absolute;
        top: 30%;
        left: -4%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .hourlytab #carouselNextrain {
        position: absolute;
        top: 30%;
        right: -4%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .hourlytab #carouselPrevwind {
        position: absolute;
        top: 51%;
        left: -3%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .hourlytab #carouselNextwind {
        position: absolute;
        top: 51%;
        right: -3%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .hourlytab #carouselNexthumidity {
        position: absolute;
        top: 71%;
        right: -3%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .hourlytab #carouselPrevhumidity {
        position: absolute;
        top: 71%;
        left: -3%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .hourlytab #carouselNextvisi {
        position: absolute;
        top: 91%;
        right: -3%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .hourlytab #carouselPrevvisi {
        position: absolute;
        top: 91%;
        left: -3%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    section.aboutbannerSection {
        padding-top: 80px;
    }

    section.downloadSection {
        padding-top: 100px;
    }

    .bannermobilopt {
        background-color: #000e20;
        width: 100%;
        height: 100%;
        padding-top: 25px;
    }

    .weekendchildds {
        display: block !important;
        align-items: center;
    }

    .weekendchildds .weekend_date {
        width: unset;
    }

    .searchlocation .dropdown .btn {
        color: #525252;
        border: none;
        width: 100%;
        text-align: start;
        font-size: 12px;
    }

    .bannermobilopt .searchlocation {
        gap: 5px !important;
        padding: 10px 5px !important;
        width: 98%;
    }

    .searchlocation ul.dropdown-menu {
        width: auto;
        font-size: 12px;
    }


    .selectedlocation .dropdown .btn {
        color: #525252;
        border: none;
        width: 100%;
        text-align: start;
        font-size: 12px;
    }

    .selectedlocation {
        gap: 5px !important;
        padding: 10px 5px !important;
        width: 100%;
    }

    .selectedlocation .dropdown {
        background-color: #fff;
        border-radius: 5px;
        width: 175px;
    }

    .selectedlocation .mobilemt {
        gap: 5px !important;
    }

    .selectedlocation .dropdown-menu {
        font-size: 12px;
    }



.sevdaysnotes_formobile
{
    display: block;
    width: 100%;
}
.sevdaysnotes
{
    display: none;
}
.sevdaysnotes_formobile .compass {
    width: 25px;
    height: 25px;
}
.mobilenotifidv {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    gap: 12px;
}
.mobilenotifidv > div {
    flex: 0 0 calc(33.333% - 10px);
    box-sizing: border-box;
}
.extendnotes
{
    display: none;
}
.weekendnotes
{
    display: none;
}
.tabheading {
        display: flex;
        flex-direction: column; /* stack vertically */
    }
    .tabheading > div:nth-child(1) {
        order: 2; /* move first to second */
    }
    .tabheading > div:nth-child(2) {
        order: 1; /* move second to first */
    }



}







@media screen and (min-width: 768px) and (max-width: 1025px) {
    .weekendchildds {
        display: block !important;
        align-items: center;
    }

    .weekendchildds .weekend_date {
        width: unset;
    }


    #mobilenavBar {
        display: none;
        height: 100vh;
        position: absolute;
        z-index: 999;
        background-color: #000a3b;
        width: 80%;
        padding-top: 20px;
        color: #fff;
        border-top: 1px solid #ffffff42;
    }

    ul.navbar-nav {
        align-items: start !important;
        padding-left: 20px !important;
    }

    .qr_socialicon {
        /* position: absolute; */
        width: 100%;
        bottom: 10%;
        border-top: 1px solid #ffffff42;
        padding-top: 50px;
        margin-top: 20px;
    }

    #mobilenavBar {
        display: none;
    }

    .qrimg {
        width: 100px;
        filter: invert(1);
    }

    /* .appbtn {
        background-color: #fff;
        padding: 5px 20px;
        border-radius: 10px;
        color: 002763;
        font-size: 14px;
        font-weight: 500;
    } */
     .appbtn img {
    width: 120px;
    margin-right: 3px;
    height: auto;
}

    .mobile_navside {
        height: 100vh;
        position: relative;
    }

    ul#warningid li {
        padding-bottom: 10px;
    }

    ul#warningid li a {
        color: #fff;
    }

    .toggle-icon {
        transition: transform 1.0s ease;
    }

    .toggle-icon.rotated {
        transform: rotate(180deg);
    }

    .desktopnav {
        display: none !important;
    }

    .mobilenavbar {
        display: block !important;
    }

    .mobilenavbar.bg-body-tertiary {
        --bs-bg-opacity: 1;
        background-color: #051937 !important;
    }

    .mobilenavbar .offcanvas {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 85%;
        max-width: 85%;
        width: 85% !important;
        height: 100vh;
        color: #051937;
        visibility: hidden;
        background-color: #051937;
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);

    }

    .header nav.navbar a.nav-link {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
    }

    section.aboutbannerSection {
        padding-top: 110px;
    }

    .mobilenavbar .offcanvas.offcanvas-end {
        top: 0;
        left: 0;
    }

    .btn-close {
        filter: invert(1);
    }

    .offcanvas-body {
        flex-grow: 1;
        padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
        overflow-y: unset !important;
    }

    .navbar-toggler {
        line-height: 1;
        color: rgb(255 255 255) !important;
        background-color: transparent;
        border: var(--bs-border-width) solid rgb(255 255 255) !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image: var(--bs-navbar-toggler-icon-bg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        filter: invert(1);
    }

    .aboutustext h1 {
        font-size: 30px;
        font-weight: 600;
        color: #2c1c60 !important;
    }

    .press_release_listwi img {
        height: auto;
        object-fit: cover;
        border-radius: 5px;
    }

    .todaytabcont .px-md-4 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .tdydetailsfst img {
        width: 50px;
        height: 50px;
    }

    .tdydetailsfst {
        background-color: #F1F2F8;
        padding: 20px 10px;
        border-radius: 20px;
        text-align: center;
    }

    .selectedlocation {
        background-color: #081F62;
        padding: 15px 30px;
        display: flex;
        margin-top: 20px;
        gap: 10px;
        align-items: center;
    }

    .mobilemt {
        margin-top: 10px;
    }

    .fstsection {
        padding-top: 90px;
    }

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        font-weight: 600;
        padding: 10px 10px;
        transition: 0.3s;
        font-size: 16px;
        border-bottom: 2px solid #fff;
    }

    .hourlytab #carouselPrevrain {
        position: absolute;
        top: 35%;
        left: -2%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .hourlytab #carouselNextrain {
        position: absolute;
        top: 35%;
        right: -2%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .hourlytab #carouselPrevwind {
        position: absolute;
        top: 53%;
        left: -2%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .hourlytab #carouselNextwind {
        position: absolute;
        top: 53%;
        right: -2%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .hourlytab #carouselNexthumidity {
        position: absolute;
        top: 72%;
        right: -2%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .hourlytab #carouselPrevhumidity {
        position: absolute;
        top: 72%;
        left: -2%;
        background: transparent;
        border: none;
        font-size: 35px;
    }

    .offcanvas .header-logo {
        width: 250px;
    }

    .bannerSection svg#Ebene_1 {
        height: auto !important;
    }

    .bannerSection {
        /* background-image: url(../image/earthbggif.gif); */
        /* background-image: linear-gradient(1deg, #050916, #002a62); */
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 0px;
        padding-top: 10px;
        margin-top: 110px;
        /* height: 50vh; */
        color: #fff;
    }

    svg#mapSVGnew {
        height: 25vh;
    }






.sevdaysnotes_formobile
{
    display: block;
    width: 100%;
}
.sevdaysnotes
{
    display: none;
}
.sevdaysnotes_formobile .compass {
    width: 25px;
    height: 25px;
}
.mobilenotifidv {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    gap: 12px;
}
.mobilenotifidv > div {
    flex: 0 0 calc(33.333% - 10px);
    box-sizing: border-box;
}
.extendnotes
{
    display: none;
}
.weekendnotes
{
    display: none;
}
.tabheading {
        display: flex;
        flex-direction: column; /* stack vertically */
    }
    .tabheading > div:nth-child(1) {
        order: 2; /* move first to second */
    }
    .tabheading > div:nth-child(2) {
        order: 1; /* move second to first */
    }
}
