.pwa_search{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-box{
    min-height: 100vh;
    background-color: #fff;
}
#right{
    margin-top: 0;
    background-color: #018AF7;
    font-size: 20px;
    max-width: max-content;
    border-radius: 0;
    margin: 0;
}
.tops-r{
    height: 31px;
    padding: 2px 10px;
    background-color: rgba(0, 0, 0, .1);
    border: none;
    backdrop-filter: blur(5px);
}
.menu-login{
    padding: 0 10px;
}
#left{
    display: block;
    width: 47px;
    height: 47px;
    position: relative;
    margin-right: 10px;
}
.top-a .margin-auto{
    height: 31px;
    max-width: 100%;
}
#right a,#right div{
    padding: 0 20px;
    font-size: 18px;
}
.search_box{
    padding: 20px;
    margin-top:0;
    width: 100%;
}
#center{
    max-width: 741px;
    position: relative;
}
.ql_cb{
    position: absolute;
    right: 10px;
    height: 100%;
    top: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.foot{
    padding: 0 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #dfdfdf;
    
}
.foot span,.foot ul a{
    color: #908c8c;
}
.nlp_box{
    padding-bottom: 100px;
}
.declare p{
    color: #000 !important;
}
#features p{
    text-align: center;
}
#center input{
    border-radius: 0;
    /* border: 1px solid #666; */
    box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
    border-right: 0;
    outline: none;
}
#center,#right{
    height: 48px;
}
#s_pack{
    background: linear-gradient(0deg, #095daf, #00BFFF);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin-left: 5px;
    color: #fff;
    padding: 5px 10px;
    height: 26px;
}
.track-carriers span,#index .tabs li a{
    color: #000;
}
#main-content{
    min-height: calc(100vh - 210px);
    padding-top: 31px;
    padding-bottom: 225px;
}
.top-a .pdf-all{
    height: 24px;
    color: #fff;
}
.logo_icon img{
    height: 30px;
    width: auto;
}
.index_logo_icon img{
    height: 29px;
}
#s_pack:hover{
    text-decoration: none;
}
.search_package{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 650px;
    margin-right: 15px;
    position: relative;
}
.searchbox_c{
    position: absolute;
    top: 5px;
    left: 10px;
}
#s_p_ipt{
    height: 26px;
    border: none;
    border-radius: 5px;
    outline: none;
    text-indent: 5px;
    width: 100%;
    border: 2px solid #186ca3;
    border-radius: .25em;
    background-color: #fff;
    text-indent: 32px;
}
#s_p_ipt::placeholder{
    color: #838181;
    font-size: 12px;
}
.main_install{
    padding-top: 60px;
    min-height: calc(100vh - 60px);
}
/* .main-content{
    background: url('');
}
.home_page::after{
    display: none;
} */
.line_s_h{
    padding: 0 50px;
    text-align: center;
    margin-top: -100px;
    /* position: relative; */
}
.track-carriers{
    margin-top: 0 !important;
}
.sb_box{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    top: -19px;
    /* background: #fff; */
}
.sh_btn{
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #989898;
    padding: 0 7px;
    line-height: 22px;
    border-radius: 7px;
    font-size: 14px;
}
hr{
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    unicode-bidi: isolate;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
.top_bs{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    min-height: 60px;
    position: relative;
}
.left_logo{
    position: absolute;
    right: 5px;
}
.time_date{
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    height: 42px;
    color: #fff;
}
.home_page .container{
    min-height: calc(100vh - 319px);
    display: flex;
    align-items: center;
}
.track_popup{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    display: none;

}
.track_content{
    width: 98%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1360px;
    max-height: 968px;
    z-index: 9999;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
    padding: 20px;
}
.direction_title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}
.search_des {
    text-align: center;
    font-size: 12px;
    padding: 6px 0;
}
.direction_item {
    margin-bottom: 10px;
}
.direction_ipt {
    display: flex
;
    align-items: center;
    margin: 20px 0;
}
.direction_ipt input {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    height: 50px;
    outline: none;
    text-indent: 20px;
    font-size: 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-grow: 1;
}
.btn_search {
    cursor: pointer;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-color: #1095f9;
    border-radius: 7px;
    margin: 0 auto;
    height: 50px;
    border: none;
    font-size: 20px;
    color: #fff;
    padding: 0 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: max-content;
}
.foot ul{
    padding: 0;
    width: auto;
    margin-bottom: 0;
}
.foot .margin-auto{
    flex-wrap: nowrap;
    justify-content: space-between;
}
.foot span{
    width: auto;
    margin-top: 0;
    font-size: 12px;
}
.foot ul a{
    font-size: 12px;
}
.foot ul li{
    padding: 0;
}
.top_live_icon{
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    margin-right: 10px;
    white-space: nowrap;
}
.top_live{
    display: flex;
    align-items: center;
}
a.top_live_icon{
    color: #000;
}
.top_live_icon svg{
    margin-right: 4px;
}
.carrier_checked .index_btn li a{
    flex-direction: row;
    height: auto;
    justify-content:start;
    padding: 0;
}
.carrier_checked ul li{
    width: 24%;
}
.carrier_checked_1 ul li{
    width: 13%;
}
.carrier_checked .index_btn li{
    max-width: 100%;
}
.carrier_checked div .index_btn{
    justify-content: start;
}
.mobile_list{
    display: none;
}
.top_live_mobile{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.3);
    display: none;
}
.tlc{
    width: 80%;
    background-color: #fff;
    height: 100%;
}
.top_live_mobile .top_live_icon{
    padding: 10px 5px;
    border-bottom: 1px solid #f2f2f2;
}
.top_live_mobile .top_live_icon svg{
    width: 15px;
    height: 15px;
}
.tlc{
    padding: 10px;
}
.mobile_addtrk_btn{
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
}
#track_a{
    position: relative;
}
.nav_number{
    position: absolute;
    top: -10px;
    right: -5px;
    width: 25px;
    height: 25px !important;
    border-radius: 50% !important;
    text-align: center;
    line-height: 20px;
    z-index: 999;
    background: red;
    background: red;
    color: #FFF !important;
}
.loading_btn{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.loading_btn img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
}
.nav_number_pwa{
    background-color: red;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.align_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.banner .wrappercontent{
    position: relative;
}
.colse_btn{
    position: absolute;
    top: 3px;
    right: 8px;
    cursor: pointer;
    font-size: 15px;
    color: #e2d7d7;
}
.ext_popup {
    position: fixed;
    z-index: 999;
    display: none;
    width: 310px;
    right: 10px;
    bottom: 30px;
}
.ext_popup_content {
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 15px 10px;
    position: relative;
    box-shadow: 0 0 15px rgb(0 0 0 / 60%);
    width: 98%;
    min-width: 120px;
    margin: 0 auto;
}
.ext_popup_img {
    align-items: start;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    width: 50px;
}
.ext_popup_img img {
    height: auto;
    width: 50px;
}
.ext_popup_text {
    font-size: 14px;
    width: calc(100% - 80px);
}
.ext_popup_dec {
    color: #000;
    padding: 5px 0;
    text-align: center;
    width: 200px;
}
.install_text {
    text-align: left;
    font-size: 15px;
}
.ext_popup_btn {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.ext_popup_btn a {
    width: 100%;
    padding: 14px 0px;
    background-color: #0055FE;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-align: center;
}
.close-ext {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
.safire_ico{
    display: none;
}
.safire_ico img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}
@media (max-width: 500px) {
    .ext_popup{
        display: none !important;
    }
    .btn_search{
        font-size: 13px;
    }
    #right svg{
        margin-left: 1px;
        width: 17px;
    }
    #right a,#right div{
        padding: 0 5px;
        font-size: 11px;
    }
    .mobile_list{
        display: block;
    }
    .foot ul li{
        margin-left: 0;
    }
    .foot ul a{
        font-size: 11px;
    }
    #main-content{
        padding-bottom: 110px;
    }
    .search_package,.top_live{
        display: none;
    }
    .carrier_checked ul li a div{
        height: auto !important; 
    }
    .carrier_checked .index_btn li a{
        height: auto !important;
    }
    .carrier_checked ul li{
        width: 98%;
    }
    .carrier_checked .index_btn li a div h5{
        text-align: left;
    }
    .margin-auto{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .foot span{
        margin-top: 0;
        font-size: 11px;
    }
    /* .logo_icon{
        display: none;
    } */
     .top_bs{
        display: none;
     }
    .logo_icon img{
        height: 15px;
    }
    .index_logo_icon img{
        height: 22px;
    }
    .home_page .container{
        background-color:transparent;
    }
    .time_date{
        font-size: 18px;
    }
    .search_box{
        padding: 0;
    }
    .index_logo_icon{
        display: block;
    }
    .foot ul li::before{
        display: none;
    }
    .track_content{
        height: calc(100% - 200px);
        width: 100%;
        max-width: 100%;
        max-height: 96%;
        top: 200px;
        left: 0;
        transform: translate(0px, 0px);
        border-radius: 0;
    }
}