.header-main_section .nav__search_header {
    border-color: #f58733;
    height: 50px;
}
.main__header {
    padding: 0px 0px 1px 0px;
    width: 100%;
    /* margin-top: 30px; */
}
.p_sticky {
    position: sticky;
    top: -1px;
    z-index:1000;
}
.drop_dwon {
    width: max-content;
    position: relative;
}
.header_content_link {
    background-color: #fff;
    padding: 0!important;
    /* top: 30px !important; */
    /* padding: 0px 0px 1px;
    box-shadow: 0px 8px 6px #fff; */
}
.search-button_header {
    position: absolute;
    top: 0;
    right: 10px;
    color: #999 !important;
}
.header_left_section {
    /* display: flex;
    align-items: center; */
    /* justify-content: space-around; */
    /* gap: 40px; */
}
.watchlist_icon {
    font-size: 1rem;
}
.watchlist_icon::before {
    content: "\f006";
    font: normal normal normal 14px/1 FontAwesome;
    color: #343a40;
    width: 36px;
    height: 36px;
    font-weight: 700;
    padding-right: 5px;
}
.profile_section_icon img {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    cursor: pointer;
}
.country_Link {
    font-size: 14px;
    color: #343a40;
    font-weight: 700;
}
.drop_down_content .country__ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 5px 30px;
}

.drop_down_content {
    display: none;
    width: 200px;
    position: absolute;
    z-index: 1001;
    right: 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.drop_dwon:hover .drop_down_content {
    display: block;
}
.header-main_section {
    padding: 20px 0px;
}
.header_bottom_section {
    border-top: 1px solid #dee2e6;
    padding-top: 2px;
    background:#00214d;
}
.header_bottom_section .submenu_header_main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
    /* width: 83%; */
    margin: 0px auto;
    height: 60px;
}
/* submenu of header dtails  */
.submenu_header_main > li:hover {
    color: #fff;
    border-bottom: 5px solid #fff;
    transition: border-bottom 100ms ease;
}

.submenu_header_main li:hover .sub_menu_header {
    display: block;
}

.submenu_header_main li .sub__link {
    display: grid;
    color:#fff
}

.submenu_header_heading {
    font-weight: 600;
    color: #f58733;
    line-height: 36px;
    letter-spacing: normal;
    word-break: break-word;
}
.sub_menu_header,
.profile_mob_login {
    position: absolute;
    z-index: 1;
    padding: 10px;
    left: 0;
    right: 0;
    box-shadow: 2px 5px 6px #ccc;
    margin: 20px 0px;
    max-width: 69.35rem;
    display: none;
    margin: auto;
    top: 3.9rem;
}

.login_link li a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.sub_menu_header .sub_menu_info div.left {
    /* box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    margin: 0.8rem 0px;
    max-width: 20%;
}

.sub_menu_header .sub_menu_info div.left p {
    color: #000;
    font-size: 1rem;
}

.sub_menu_info {
    display: flex;
    gap: 0.8rem;
}

.sub_menu_header .sub_menu_info div.middle {
    width: 100%;
}

.sub_menu_header .sub_menu_info div.right {
    width: 100%;
    width: -webkit-fill-available;
    max-width: 25%;
}

.header_subLink {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

.badge_custom {
    background: #f58733;
    color: #fff;
    font-size: 0.625rem;
    left: inherit;
    top: inherit;
    width: fit-content;
    padding: 0.1rem 0.2rem !important;
    margin-left: auto;
}

.submenu_link_header li {
    padding: 0.35rem 0;
    font-size: 1rem;
    font-weight: 400;
}

#profileCollapse {
    margin: -5px 23px 5px;
}

#profileCollapse ul {
    width: 100%;
    padding: 10px;
}

.live_tag {
    background-color: red;
    font-size: 11px;
    color: #fff;
    border-radius: 30px;
    padding: 0px 5px;
    position: absolute;
    bottom: 33px;
    right: 0;
}
.new__tag {
    background-color: #f58733;
}
.respon_searchicon,
.header__responsive,
.my-Profile__list,
.mob_menu_header,
.puls__icon {
    display: none;
}
.scroll_logo_web {
    display: none;
    margin-left: 20px;
    position: absolute;
    left: 0;
}

@media only screen and (min-width:993px) and (max-width:1300px){
    .header_bottom_section .submenu_header_main{
        width: 80%  !important;
    }
}

@media screen and (max-width: 992px) {
    /* .header_bottom_section,.header_left_section{
        display: none;
    }
    
    .show{
        display: block;
    }
    .header__responsive{
        background-color: #f8f8f8;
    }
    
    
    .header-main_section {
        padding: 8px 0px 8px;
    }
    .line_menu {
        height: 2px;
        width: 18px;
        background-color: #222;
        display: block;
        margin: 5px 0px;
    }
    .line_2{
        width: 15px!important;
    }
    .main__header,.header_content_link{
        display: none;
    }
    
    .country__btn{
        padding: 0px 20px 0px 0px!important;
    }
    
     */
    .profile__menu {
        font-weight: 500;
    }

    /* .header_left_section {
        display: none;
    } */

    .upper_section {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bg_grey {
        background: #f9f9f9;
    }

    .search__bartool {
        margin-top: 10px;
        display: none;
        transition: top 0.5s ease-in-out;
    }
    .upper_section p {
        margin-bottom: 0;
        font-size: 14px;
        color: #001464;
        font-weight: 400;
    }
    .upper_section .dropdown-toggle::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -9px;
        width: 9px;
        height: 9px;
        border-radius: 3px;
        border: 2px solid;
        border-color: transparent transparent #9c9494 #9c9494;
        transform: rotate(-45deg) translateY(-100%);
    }
    .line_menu {
        height: 2px;
        width: 18px;
        background-color: #222;
        display: block;
        margin: 5px 0px;
    }
    .line_2 {
        width: 15px !important;
    }
    .show,
    .respon_searchicon,
    .header__responsive,
    .my-Profile__list,
    .mob_menu_header,
    .puls__icon {
        display: block;
    }
    .p_sticky {
        background-color: #f9f9f9;
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 0px;
        left: -100%;
        transition: 0.5s ease-in-out;
        height: 100%;
    }
    .silder_menu {
        left: 0% !important;
        transition: 0.5s ease-in-out;
        overflow-y: scroll;
        height: 100%;
    }
    .header_bottom_section .submenu_header_main {
        flex-direction: column;
        margin: 0 20px;
        width: 100%;
    }
    .header_bottom_section .submenu_header_main li {
        width: 100%;
        padding: 10px 10px;
        background-color: #fff;
        margin: 5px 0px;
        border-radius: 5px;
    }
    .my-Profile__list {
        display: flex;
        align-items: center;
        margin: 5px 20px;
    }
    .my-Profile__list li {
        width: 100%;
        background-color: #fff;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 10px;
        margin: 0px 3px;
    }
    .mob_menu_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 20px 20px;
    }
    .main__header {
        box-shadow: 0 2px 5px 1px rgb(0 0 0/20%);
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 9;
    }
    .sub_menu_header .sub_menu_info div:nth-child(3),
    .left_submenu_heading {
        display: none;
    }
    .sub_menu_header {
        position: static;
        z-index: 1;
        padding: 0px;
        box-shadow: none;
        margin: 0;
        width: 100%;
    }

    .submenu_header_main li .sub__link:hover {
        color: #0259d2;
        border-bottom: 5px solid transparent;
    }
    .logo_hide {
        display: none !important;
    }

    /* .submenu_header_main li:hover .sub_menu_header {
        display:none ;
    } */
}

.gap16 {
    gap: 1rem;
}

.btn-header.btn-header {
    /* background: var(--blue)!important;
    color: var(--white)!important; */
    background: #0354d6;
    color: #fff;
    -webkit-appearance: none;
}

.btn-header.btn-header:hover {
    /* background: var(--blue)!important;
    color: var(--white)!important; */
    background: #f58733;
    color: #fff;
    -webkit-appearance: none;
}

.border-radius-none {
    border-radius: 0;
}

#serachBar #suggestion-area-contents {
    border: 1.5px solid rgb(245, 135, 51);
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    z-index: 10;
    max-height: 20rem;
    left: 0;
    overflow-y: auto;
    overflow-wrap: break-word;
    right: 0;
    display: none;
}

.c1{
    columns:1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.c2{
    columns:2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.c3{
    columns:3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.c4{
    columns:4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.dropdown-menu{
    z-index: 1001!important;
}
