@font-face {
    font-family: 'Open Sans';
    src: url(font/OpenSans-Regular.ttf);
}


* {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}




.top_header {
    color: white;
    background-color: black;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin: auto;
}

.mid_header {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
    padding-right: 10px;
}

.mid_listt {
    text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: 13px;
    line-height: 35px;
    margin-top: 10px;
}

.bot_header {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search {
    display: flex;
    align-items: flex-end;
    padding-right: 10px;
}


.nav_header {
    max-width: 1015px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.nav_list {
    text-decoration: none;
    color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 38px;

}

.nav_list:hover {
    color: #666;
    text-decoration: underline;
}

.blank {
    width: 70%;
}

.search {
    display: flex;
    margin: 15px 0 0;
    * height: 35px;
    justify-content: flex-end;
    width: 70%;

}

.searchinp {
    border: none;
    border-bottom: 1px solid #000;
    width: 350px !important;
    display: inline-block;
    border-radius: 0;
    height: 30px;
    position: relative;
    font-size: 15px;
    outline: none;
}


.searchimg {
    float: right;
    border-radius: 0;
    background: none;
    border: none;
    color: #fff;
    height: 35px;
    width: 3.5%;
    height: auto;
    /* width: 10px; */
    font-size: toRem(12);
    margin-bottom: 0;
    right: 0px;
}

































/* -------------------------------- footer ----------------------------- */

.top_footer {
    background-color: black;
    padding: 15px 0px 15px 0px;
}

.tp_footer_wrapper {
    max-width: 1450px;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 25px;
}

.head_foot {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
}

.row_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.title {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.foot_listt {
    text-decoration: none;
    color: rgb(204, 204, 204);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.foot_listt:hover {
    color: #fff;
    text-decoration: underline;
}


.based_foot {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}


.first_base {

    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 7px;
}


.title_fstbase {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 22px;
}

.under_title {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 14px;
}

.click_btnnn {
    border-radius: 5px;
    padding: 10px;
    background-color: #666;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    text-decoration: none;
    text-align: center;
}

.click_btnnn:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

.second_base {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;

}


.third_base {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}






.last_website_footer {
    background-color: #DFDFDF;
}

.last_footer_wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    max-width: 1200px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 22px;
}

.footer_nav_list {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footlistnav {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
    border-right: 1px solid black;
    text-decoration: none;
}

.footer_nav_list:hover {
    text-decoration: underline;
    cursor: pointer;
}

.lastp {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

























/* ------------------------------------------responsive --------------------------------------------------- */



@media screen and (max-width:950px) {
    .blank {
        display: none;
    }

    .bot_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .search {
        justify-content: flex-end;
        width: 100%;
    }

    .searchimg {
        width: 4%;
    }

    .mid_header {
        padding-right: 12px;
    }

}



@media screen and (min-width:701px) {
    .hamburger {
        display: none;
    }


    .mobile_foot_naav {
        display: none;
    }


}

@media screen and (max-width:700px) {

    .nav_header,
    .mid_header,
    .search,
    .head_foot {
        display: none;
    }

    .lastbar {
        display: flex;
        gap: 10px;
    }

    .hamburger {
        width: 25px;
        height: 25px;
    }

    .top_header {
        font-size: 11px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .mobile_foot_naav {
        display: flex;
        flex-direction: column;
        /* gap: 10px; */
        background-color: #000;
        color: #fff;
    }

    .second_base {
        padding-left: 10px;
        padding-right: 10px;
    }

    .top_footer {
        padding-bottom: 0;
    }

    .list_mobbil {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border-top: 1px solid gray;
    }

    .navmob_title {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

    .footer_nav_list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid #999;
        gap: 0;
    }

    .last_footer_wrapper {
        padding-top: 0;
    }

    .footlistnav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        margin: 0;
        width: 95%;
        border-right: 0;
        border-bottom: 1px solid #999;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: rgb(0, 0, 0);


    }

    .lastp {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bot_header {
        border-bottom: 2px solid #F2F2F2;
        box-shadow: 0px 0px 1.7px 0px gray;
    }
}