header {
    min-height: 120px;
}
header .navbar {
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
}
.navbar-brand img {
    width: 75px;
}
.navbar_home  .nav-link {
    font-size:14px;
    margin-left: 8px;
}
.navbar_home .dropdown-menu .dropdown-item {
    font-size:14px;
    appearance: none;
}
.navbar_home .dropdown-toggle::after{
    display:none;
}
.search_tab_wrap {margin: auto;display: flex;justify-content: center;background-color: white;width: fit-content;border-radius: 10px 10px 0 0;position: relative;overflow: hidden;}
.search_tab_wrap .nav-item .nav-link {
    background-color: transparent;
    border-radius: 0px;
    margin-right: 0;
    padding: 8px 16px;
    font-size: 15px;
    color: var(--primary);
    cursor: pointer;
    transition: 0.3s all;
    position: relative;
    z-index: 2;
    text-align: center;
}
.search_tab_wrap .nav-item .nav-link.active {
    background-color: var(--primary);
    color: white;
}
.search_tab_wrap .nav-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 80px;
    background-color: red;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1), width 0.4s cubic-bezier(0.25, 1, 0.2, 1);
    z-index: 1;
    background-color: var(--primary);
}
.bottom_nav .nav-item.active .nav-link {
    color: var(--secondary) !important;
}

.bottom_nav .nav-item {
    margin-right: 10px;
}
.login_nav_item .btn {
    padding: 8px 20px !important;
    font-size: 14px;
}
.currency_li .nav-link {
    /* padding: 8px 12px !important; */
    /* border:1px solid #eff1f7; */
    /* background-color:#eff1f7; */
    /* border-radius:50px; */
}

footer {
    background-color: var(--font-clr);
    color: white;
    position: relative;
    z-index: 1;
    padding: 60px 0 0 0;
}
.about-company p{
    color: #6f6f6f;
}
.f_item h5 {
    color: white;
    position: relative;
    padding-left: 10px;
    margin-bottom: 14px;
    font-size: 1.5rem;
}

.f_item h5:after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    margin-top: 5px;
    border-radius: 50px;
    position: absolute;
    background-color: var(--primary);
    display: none;
}

.f_item .item {
    margin: auto auto 10px auto
}

.f_item .item a, .f_link {
    color: #919191;
    display: block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding: 6px 10px;
    background-color:transparent;
    outline:none;
    box-shadow:none;
    border:none;
}
.f_item .item a:hover {
    color: var(--primary);
}

.social_media {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.social_media a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    /* height: 35px; */
    border-radius: 50px;
    line-height: 35px;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background-color: transparent;
    color: white;
    border: 1px solid #3d3d3d;
    padding: 2px 14px;
    height: 30px;
    width: 30px;
}

.social_media a:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff
}

.btm_footer {
    border-top: 1px solid #3d3d3d;
}
.btm_footer a, .btm_footer p{
    color: #6f6f6f;
    font-family: var(--font-reg);
}
.head_dropdown .icon{
    width: 24px;
    height: 24px;
    margin-right: 7px;
}
.cur-drop.dropdown-menu .dropdown-item {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px !important;
    cursor: pointer;
}
.dropdown-menu.cur-drop.currency-dd.show {
    width: 500px;
    right: 0;
    left: inherit;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    padding: 10px;
}
.cur-drop.dropdown-menu .dropdown-item span:first-child{
    font-weight: bold;
}
.cur-drop.dropdown-menu .dropdown-item span:last-child{
    color: #979797;
}
.cur-drop.dropdown-menu .dropdown-item:hover span{
    color: white;
}
.footer_content .f_logo{
    width: 120px;
}
.top_header_wrp {
    padding: 14px 0;
    position: absolute;
    width: 100%;
    background-color: #0000002e;
    backdrop-filter: blur(10px);
    top: 0;
    z-index: 9;
}
.top_header_wrp a {
    color: white;
}
.top_header_wrp .social_media a {
    display: inline-block;
    list-style: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 28px;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0;
}
.top_header_wrp .social_media a:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}

@media (max-width: 991.9px) {
    #homeNavigation{
        padding: 20px 0;
        border-radius: 5px;
        background-color:rgb(0 0 0 / 71%);
        backdrop-filter: blur(5px);
    }
    .navbar-light .navbar-nav .nav-link{
        margin-left: 0;
        margin-bottom: 15px;
        width: -webkit-fill-available;
    }
    .navbar .navbar-nav .nav-item:hover .nav-link{
        color: white;
    }
    #homeNavigation .sr_eg_list, #homeNavigation  .btn-group {
        display: block;
    }
    .footer_content .f_logo{
        width: 140px;
    }
}
@media (max-width: 767.9px) {
    header .navbar {
        /*top: 60px;*/
    }
}
@media (max-width: 575.9px) {

    .dropdown-menu.cur-drop.currency-dd{
        width: 100%;
    }
    .dropdown-menu.cur-drop.currency-dd{
        grid-template-columns: auto auto auto !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 360px) {
    .dropdown-menu.cur-drop.currency-dd{
        grid-template-columns: auto auto !important;
    }
}
