html,body{
    width: 100%;
}
.app{
    /* background:linear-gradient(180deg, #557BBD 0%, #194071 100%); */
    background: url(../images/bg2.webp);
    background-size: cover;
    /* background-repeat: no-repeat; */
}
.index_app{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    padding-top: 200px;

}
.wearth_search{
    max-width: 1200px;
    margin: 0 auto;
    width: 98%;
}
.d-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.d-flex-c{
    display: flex;
    justify-content: center;
}
.d-flex-cc{
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-flex-ys{
    display: flex;
    justify-content: space-between;
}
header{
    background-color: #2C364E;
    padding: 3px 30px;
    min-height: 44px;
}
.nav-r{
    display: flex;
    align-items: center;
}
.setting{
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.btn-on{
    width: 60px;
    height: 25px;
    margin: 0 3px;
    border-radius: 25px;
    font-size: 14px;
}
.btn-on{
    cursor: pointer;
    position: relative;
    background-color: #12B090;
}
.btn-on-circle{
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 5px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 10px white;
    transition: all .5s;
}
.btn-on-text{
    position: absolute;
    right: 10px;
    line-height: 25px;
    color: white;
    transition: all .5s;
}

.setting_item{
    padding: 5px;
    font-size: 13px;
    text-align: center;
    width: 50%;
}

.header_list{
    display: flex;
}
.header_list li a{
    font-weight: 500;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 15px;
}
.header_list li a:hover{
    color: #FDBA16;
}
.header_list .list_active a{
    color: #FDBA16;
}
.mobile_list{
    display: none;
    cursor: pointer;
    margin-left: 10px;
}
#close_icon{
    display: none;
}
.mobile_nav{
    position: fixed;
    width: fit-content;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #333333;
    z-index: 9;
    padding: 10px 20px;
    display: none;
}
.mobile_nav ul li a{
    padding: 15px ;
    color: #ffffff;
    display: block;
    border-radius: 5px;
    font-size: 13px;
}
.mobile_nav ul li a:hover{
    background-color: #FDBA16;
    color: #194071;
}
.mobile_nav ul .logo_mobile a:hover{
    background-color: transparent;
    color: transparent;
}
.mobile_mark{
    display: block;
    width: 100vw;
    background-color: rgba(0,0,0,.4);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
    transition: all .3s ease-in-out;
}
.mobile_active #list_icon{
    display: none;
}
.mobile_active #close_icon,.mobile_active .mobile_mark,.mobile_active .mobile_nav{
    display: block;
}
main{
    min-height: calc(100vh - 85px);
}
.ss_c{
    width: 100%;
    position: relative;
}

.search_box{
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#search_ipt{
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 24px;
    height: auto;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    padding-left: 24px;
    cursor: text;
    display: block;
    border: none;
    border-radius: 5px;
    padding-right: 5px;
    text-indent: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#search_ipt::placeholder{
    color: #d3d3d3;
}
#search_sub{
    position: absolute;
    right: 0;
    top: 0px;
    width: max-content;
    /* background-color: #fff; */
    height: 90%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    background-color: transparent;
}

/* Search Lenovo */
.suggestions {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 55px;
    max-height: 350px;
    overflow: auto;
    margin: 0;
    padding: 0;
    z-index: 5;
    max-width: 100%;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
    font-size: 15px;
    border-radius: 3px;
    display: none;
    left: 0;
}

.suggestions li {
    padding: 8px 10px;
    cursor: pointer;
}
.suggestions li:hover{
    background-color: #F0F3F5;
}
/* end search lenovo */
.search_btn{
    margin: 20px 0;
}
.search_btn_item a{
    display: block;
    border: none;
    border-radius: 40px;
    color: #194071;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
    outline: none;
    padding: 8px 16px;
    background: #c0d9fb;
    margin: 0 6px;
}
.search_btn_active a{
    background: #fdba16;
}
.weather_result{
    margin-top: 60px;
    margin-bottom: 60px;
}
.searchT_box{
    margin-top: 15px;
}
.searchT_box .container{
    background: linear-gradient(.717turn,#fff 1.16%,hsla(0,0%,100%,0) 192.15%);
    border-radius: 15px;
    padding: 20px 30px;
    position: relative;
    text-align: center;
}
.searchT_box{
    display: none;
}
.wr_l{
    width: 30%;
    /* background: linear-gradient(.717turn,#fff 1.16%,hsla(0,0%,100%,0) 192.15%); */
    background: linear-gradient(.717turn, #aea8d9 1.16%, hsl(0deg 15.31% 51.83% / 0%) 192.15%);
    border-radius: 15px;
    padding:20px 0 30px 0;
    position: relative;
    text-align: center;
}
.wr_r{
   width: 67%;
   flex-wrap: wrap;
   align-items: start;
}
.wr_r_i{
    width: 32%;
    margin-bottom: 10px;
}
.wr_r_i a{
    background: #ffffff;
    border-radius: 8px;
    padding: 15px;
}
.wi_icon{
    width: 80px;
}
.wi_l{
    width: calc(100% - 100px);
    color: #333333;
}
.wi_l_t{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
}
.wi_l_c{
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
.resilt_city {
    width: fit-content;
    text-align: left;
    padding-left: 10px;
    position: relative;
    max-width: calc(100% - 100px);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    color: #ececec;
}
.new_weather{
    position: absolute;
    right: 25px;
    top: 39px;
    font-size: 20px;
    font-weight: 400;
    display: block;
}
.result_title{
    font-size: 20px;
    font-weight: 700;
    margin-top: 35px;
    color: #ececec;
}
#ssd{
    color: #ececec;
}
.weather_icon{
    position: absolute;
    width: 100%;
    top: -60px;
    left: 0;
}
.weather-detail{
    padding: 7px 20px;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}
.weather-detail-item{
    width: 32%;
    background: #ffffff;
    padding: 10px;
    border-radius: 11px;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    margin-bottom: 20px;
}
.detail_icon{
    margin-right: 12px;
}
.detail_text{
    text-align: left;
}
.detail_t{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.detail_s{
    font-size: 15px;
    color: #557bbd;
}
#date{
    font-size: 14px;
    color: #fff;
}

.weather_bottom{
    padding: 120px 0;
    background-color: #F0F3F5;
    position: relative;
    text-align: center;
}
.b_t{
    font-weight: bold;
    font-size: 24px;
    line-height: 104.3%;
    color: #194071;
    margin-bottom: 15px;
}
.b_tx{
    font-weight: 300;
    font-size: 28px;
    line-height: 104.3%;
    color: #557BBD;
    max-width: 600px;
    margin: 0 auto;
}
.b_d{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #557BBD;
    opacity: 0.75;
    max-width: 600px;
    margin: 15px auto;
}
.left-middle-background{
    position: absolute;
    left: 5%;
    top: 40%;
    z-index: 1;
}
.left-top-background{
    position: absolute;
    left: 25%;
    top: 5%;
    z-index: 1;
}
.left-bottom-background{
    position: absolute;
    left: 20%;
    bottom: 5%;
    z-index: 1;
}
.right-middle-background{
    position: absolute;
    right: 5%;
    top: 40%;
    z-index: 1;
}
.right-top-background{
    position: absolute;
    right: 25%;
    top: 5%;
    z-index: 1;
}
.right-bottom-background{
    position: absolute;
    right: 20%;
    bottom: 15%;
    z-index: 1;
}
.weather_bottom img{
    width: 90px;
    height: auto;
}
.zindex{
    z-index: 99;
    position: relative;
}
.searchT_city{
    text-align: left;
    font-size: 22px;
    font-weight: 700;
}
.searchT_1h,.searchT_24h,.searchT_48h,.searchT_tomrrow,.searchT_7d,.searchT_15d{
    /* background-color: #FFFFFF; */
    /* padding: 15px; */
    /* width: calc(100% - 30px); */
    border-radius: 12px;
    margin: 0 auto;
    display: none;
}
.searchT_24h,.searchT_48h,.searchT_tomrrow,.searchT_7d,.searchT_15d{
    margin-top: 25px;
}
.new_1h_icon img{
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
}
#new_24h_icon{
    width: 40px;
    height: 40px;
    /* background: rgba(0,0,0,.3); */
    border-radius: 50%;
    margin: 0px auto;
    display: block;
}
.s24h_item{
    margin: 0 10px;
}
.s24h_item{
    font-size: 13px;
    font-weight: 700;
}
.new_24h_w,.new_24h{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.new_24h_w div{
    margin:2px 0
}
.new_1h,.new_1h_w{
    font-size: 18px;
    font-weight: 700;
}
.s24h_box,.s48h_box,.s15d_box,.s7d_box{
    flex-direction: row;
    overflow: auto;
    padding-bottom: 6px;
}
.weather_result_search{
    margin-top: 15px;
}
.weather_result_search .wr_r{
    width: 100%;
}
.weather_result_search .wr_r_i a{
    padding: 0 15px;
}
#ads-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    /* margin-bottom: 50px; */
}
#div-gpt-ad-728-90{
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: initial !important;
}
.loading{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    border-radius: 15px;
    display: none;
}
.loading_box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ads_init{
    margin-top: 20px;
    display: none;
    justify-content: center;
    align-items: center;
}
.ads_init a img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.search_title{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    padding: 15px;
    color: #fff;
}
.wearth_search .contain_box{
    background: rgba(255, 255, 255, .5);
    padding: 0 70px 47px;
    border-radius: 5px;
}
.search_btn_sub{
    position: inherit !important;
    height: 54px !important;
    border-radius: 10px !important;
    background: #0b67ed !important;
    color: #fff !important;
    margin: 0px auto 0 !important;
    line-height: 15px !important;
    padding: 0 12px !important;
    font-size: 15px;
    white-space: nowrap;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-weight: 700;
}
.search_btn_sub svg{
    margin-left: 10px;
}
.search_btn_active {
position: relative; 
}

.search_btn_active::after {
content: '';
position: absolute;
bottom: -10px; 
left: 50%;
transform: translateX(-50%); 
width: 0;
height: 0;
border-left: 10px solid transparent; 
border-right: 10px solid transparent; 
border-top: 10px solid #fdba16; 
}
.qk_ipt{
position: absolute;
right: 13px;
top: 0;
cursor: pointer;
width: 35px;
height: 52px;
display: none;
justify-content: center;
align-items: center;
}
.dw_icon{
position: absolute;
left: 10px;
top: 12px;
}
.result_main{
padding-top: 0;
}
.result_main .search_title{
padding: 7px;
font-size: 18px;
}
.result_main .search_btn{
margin: 4px 0;
}
.result_main #search_ipt{
line-height: 14px;
}
.result_main .qk_ipt{
height: 45px;
}
.result_main .searchT_box{
margin-top: 0;
}
.result_main .weather-detail{
margin: 0px 0 0 0;
padding: 5px;
}
.result_main  .weather-detail-item{
padding: 4px;
margin-bottom: 7px;
width: 33%;
}
.result_main .searchT_24h, .result_main .searchT_48h, .result_main .searchT_tomrrow, .result_main .searchT_7d, .result_main .searchT_15d{
margin-top: 0;
}
.s24h_item{
    font-size: 13px;
    font-weight: 700;
    background: rgba(244, 247, 255, .5);
    border-radius: 5px;
    backdrop-filter: blur(10px);
    padding: 5px;
    flex-grow: 1;
}
#ads-bottom{
    min-height: 250px;
    position: unset;
}
.s_i_u{
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wearth_tb{
    background: url(../images/bgt1.webp);
    background-size: cover;
    position: relative;
}
.wtb_box{
    width: 100%;
    background-color: rgba(0,0,0,.5);
    backdrop-filter: blur(3px);
}
.aqi-city{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width:900px) {
    .wi_icon{
        width: 25px;
    }
    .wi_l{
        width: calc(100% - 28px);
    }
}
@media (max-width:730px) {
    .header_list{
        display: none;
    }
    .mobile_list{
        display: block;
    }
    .d-flex-ys{
        flex-wrap: wrap;
    }
    .wr_l,.wr_r{
        width: 100%;
        flex-wrap: nowrap;
    }
    .wi_icon{
        width: 30px !important;
    }
    .wr_r_i{
        margin: 0 5px;
    }
    .select_c_b{
        margin: 5px 0 10px 0 !important;
    }
    .wr_r_i a{
        justify-content: space-around;
    }
   
    .wr_r{
        margin-top: 15px;
    }
    .result_title{
        margin-top: 15px;
    }
}
@media (max-width:700px) {
    #search_sub{
        top: 1px;
    }
    main{
        display: flex;
        flex-direction: column;
        justify-content: start;
    }
    .d-flex-c{
        flex-wrap: wrap;
    }
    .search_btn_item{
        margin: 3px 0;
    }
    .weather_result{
        margin-top: 45px;
    }
    .weather-detail-item{
        width: 49%;
    }
    .searchT_box .container{
        padding: 20px 10px;
    }
}
@media (max-width:500px) {
    #weekTempChart{
        height: 145px !important;
    }
    .card-temp-line{
        height: 145px !important;
    }
    .app{
        background-repeat: initial;
    }
    #ads-bottom{
        margin-bottom: 0;
    }
    .search_btn_sub{
        height: 55px !important;
        line-height: 55px !important;
        font-size: 20px;
    }
    .searchT_city{
        font-size: 13px;
    }
    .weather_result_search .wr_r_i a{
        padding: 20px 10px;
        text-align: center;
    }
    .weather_result{
        margin-top: 20px;
    }
    .wr_l{
        display: none;
    }
    /* .search_btn_item:nth-child(3),.search_btn_item:nth-child(4){
        display: none;
    } */
    .wi_l_t{
        margin-bottom: 0;
        font-size: 12px;
        -webkit-line-clamp: 3;
    }
    .wr_r_i{
        width: 49%;
    }
    .wr_r_i a{
        padding: 20px 10px;
    }
    .wr_r_i:last-child{
        display: none;
    }
    .wi_icon img, .wi_icon svg {
        width: 20px;
        height: 23px;
    }
    .wearth_search .contain_box{
        padding: 0px 5px 13px 5px;
    }
    .search_btn_item a{
        padding: 8px 2px;
        margin: 0 3px;
    }
    .search_title{
        font-size: 20px;
        padding: 8px;
    }
    .searchT_24h, .searchT_48h, .searchT_tomrrow, .searchT_7d, .searchT_15d{
        margin-top: 0;
        padding: 10px;
        width: 100%;
    }
    .weather-detail{
        padding: 0;
    }
}

.wearth_details {
    padding: 20px;
    color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    width: 98%;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
}

.wearth_details .temperature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.wearth_details .temp-value, .wearth_details .temp-value1 {
    font-size: 77px;
    line-height: 1;
    font-weight: 700;
}

.wearth_details .temp-unit, .wearth_details .temp-unit1 {
    font-size: 36px;
    margin-top: 5px;
    font-weight: 300;
}

.wearth_details .weather-condition, .wearth_details .weather-condition1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.wearth_details .weather-info, .wearth_details .weather-info1 {
    font-size: 14px;
    margin-bottom: 15px;
}

.wearth_details .weather-info .separator, .wearth_details .weather-info1 .separator {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.6);
}

.wearth_details .air-quality, .wearth_details .air-quality1 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wearth_details .aqi-label, .wearth_details .aqi-label1 {
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.wearth_details .aqi-value, .wearth_details .aqi-value1 {
    font-size: 14px;
}

.weather_top{
    display: flex;
    align-items: self-end;
}

.hourly-forecast {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background: rgba(244, 247, 255, .5);
    border-radius: 5px;
    backdrop-filter: blur(10px);
}

.hourly-forecast-scroll {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px;
}

.hourly-forecast-scroll::-webkit-scrollbar {
    display: none;
}

.hourly-item {
    flex: 0 0 auto;
    text-align: center;
    padding: 10px 15px;
    min-width: 80px;
    color: #333;
}

.hourly-item .hour {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hourly-item .temp {
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0;
}

.hourly-item .weather-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.hourly-item .weather-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.weather-chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding:  0 0 10px 0;
}

.chart-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 15px 0;
}
.chart-title-m0{
    margin: 0;
    color: #fff;
}

.sun-time {
    display: flex;
    gap: 15px;
    color: #666;
}
.loading_s{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sunrise, .sunset {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

#weatherChart {
    /* background-color: rgba(255, 255, 255, 0.1); */
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    height: 300px !important;
}
#sunset-time img{
    background: #000;
    border-radius: 50%;
}
.weather-chart-scroll {
  width: 100%;
  overflow-x: auto;
}
.weather-chart-scroll::-webkit-scrollbar {
    display: none;
}
  .wearth_week_chart {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 16px 0 0 0;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    overflow: auto;
  }
  .week-cards {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 3;
    margin: 0;
    padding: 0 8px;
  }
  .week-cards-search{
        overflow-x: auto;
  }
  .day-card {
    flex: 1 1 0;
    text-align: center;
    padding: 8px 2px 12px 2px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
  }
  .day-card.today {
    background: rgba(110,198,255,0.08);
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(110,198,255,0.15);
  }
  .day-card .card-date {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 2px;
  }
  .day-card .card-weekday {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
  }
  .day-card .weather-icon {
    margin: 8px 0;
  }
  .day-card .weather-icon img {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
  }
  .day-card .card-temp {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 6px 0;
  }
  .day-card .temp-high {
    font-size: 18px;
    color: #e57373;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(229,115,115,0.3);
  }
  .week-cards-search .temp-high {
    font-size: 12px;
  }
  .day-card .temp-low {
    font-size: 15px;
    color: #1976d2;
    text-shadow: 0 1px 2px rgba(25,118,210,0.3);
  }
  .day-card .card-desc {
    font-size: 12px;
    color: #666;
    margin: 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .day-card .card-wind {
    font-size: 12px;
    color: #888;
    white-space: nowrap;
  }
  #weekTempChart {
    width: 100%;
    height: 115px;
    margin-top: -20px;
    z-index: 2;
    position: absolute;
    top: 150px;
    left: 0;
  }
  .search_details_search{
    position: relative;
  }
  .search_details_search #weekTempChart{
    top: 130px;
  }
  .search_week_chart_des{
     margin-bottom: 15px;
     padding: 3px 0 0 0;
  }
  .search_week_chart_des{
    width: 700px;
  }
  .search_week_chart_des::webkit-scrollbar{
    display: none;
  }
  .search_week_chart_des .container{
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .card-temp-line{
    height: 120px;
  }
  .fd_box{
    position: relative;
  }
  .line_box{
    background-color: #000;
    height: 10px;
  }
  .aqi-city{
    font-size: 12px;
  }
  .week-cards-search .day-card .card-date,
  .week-cards-search .day-card .card-weekday{
     margin: 0;
  }
  .week-cards-search .day-card .weather-icon{
    margin: 0;
  }
  .week-cards-search .day-card .card-temp{
    margin: 0;
  }
  .week-cards-search .day-card .card-desc{
    margin: 0;
  }
  .week-cards-search .day-card .card-wind{
    margin: 0;
  }
  #weekTempChart.weekTempChart_search{
    top: 106px;
    height: 75px;
  }
  .search_week_chart_des::-webkit-scrollbar{
    display: none;
  }
  .search_week_chart_des .card-temp-line{
    height: 75px;
  }
  .search_details_search .temp-value, .search_details_search .temp-value1{
    font-size: 40px;
  }
  .search_details_search .temp-unit, .search_details_search .temp-unit1{
    font-size: 15px;
  }
  .search_details_search .weather-info, .search_details_search .weather-info1{
    font-size: 14px;
    margin-bottom: 0px;
  }
  .search_details_search .wearth_db{
    min-height: 95px;
  }

  .search_details_search .weather-condition, .search_details_search .weather-condition1{
    font-size: 14px;
    margin-left: 5px;
  }


  @media (max-height:890px) {
    .index_app{
        padding-top: 40px;
    }
  }

  @media (max-width: 768px) {
    .search_week_chart_des .chart-title{
        margin: 5px 0;
        font-size: 15px;
    }
    .search_week_chart_des .card-temp-line{
        height: 50px !important;
    }
    .search_week_chart_des #weekTempChart {
        height: 65px !important;
        top: 78px !important;
        width: 100%;
        position: initial;
    }
    .wearth_details{
        padding: 5px;
    }
    .wearth_details .weather-info{
        margin-bottom: 4px;
        font-size: 12px;
    }
    .wearth_details .temp-value, .wearth_details .temp-value1{
        font-size: 65px;
    }
    .search_w_box{
        margin: 6px auto;
        width: 100%;
    }
    #ads-bottom{
        min-height: 250px;
        margin-bottom: 10px;
    }
    .wearth_db{
        min-height: 140px;
    }
    .weather-chart-scroll{
        width: 96%;
    }
    .index_app{
        padding: 0 2%;
        padding-top: 10px;
    }
    .week-cards{
        margin: 0 auto;
        width: 96%;
    }
    .search_week_chart_des .week-cards::-webkit-scrollbar{
        display: none;
    }
    .search_week_chart_des .week-cards{
        width: 96vw;
    }
    .container{
        margin: 0;
        padding: 0;
    }
    .day-card .card-desc {
        font-size: 10px;
    }
    .day-card .card-wind {
        font-size: 10px;
    }
    .chart-title{
        padding: 0 10px;
    }

    .search_btn_sub span{
        display: none;
    }
    .search_btn_sub{
        padding: 0 18px !important;
    }
    .search_btn_sub svg{
        margin-left: 0;
    }
    .mapboxgl-ctrl-geocoder--suggestion-title{
        font-size: 13px;
    }
    .mapboxgl-ctrl-geocoder--suggestion-address{
        font-size: 12px;
    }
  }