 .top_nav {
    font-family: "Roboto", sans-serif;
}
 .top_nav .cont{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
 .top_nav .cont .dubt{
    display: flex;
    align-items: center;
}

 .top_nav .cont .dubt .dot i{
    font-size: 28px;
}
 .top_nav .cont .dubt .dot{
    margin-right: 25px;
}
 .top_nav .cont .top_search{
    border-radius: 20px;
}
 .top_nav .cont .top_search input{
    width: 520px;
    border: 1px solid #e6e6e6;
    border-radius:20px;
    padding: 15px 0px;
    /* position: relative; */
}
 .top_nav .cont .top_search input::placeholder{
    padding-left: 25px;
}
 .top_nav .cont .top_search i{
    padding: 15px 30px;
    color: #ffffff;
    border-radius: 40px;
    cursor: pointer;
    background-color: #2e2e2e;
    /* position: absolute;
    left: 20px; */
}
 .top_nav .cont .tel{
    display: flex;
    align-items: center;
}
 .top_nav .cont .tel i{
    color: #ffffff;
    font-size: 15px;
    background-color: #2e2e2e;
    padding: 14px;
    border-radius: 100%;
}
 .top_nav .cont .tel .txt{
    padding-left: 20px;
}
 .top_nav .cont .tel .txt span{
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 900;
    /* font-family: "Roboto", sans-serif; */
    padding-bottom: 7px;
}
 .top_nav .cont .tel .txt p{
    color: #8b8b8b;
font-size: 17px;
font-weight: 500;
/* font-family: "Roboto", sans-serif; */
}
/* ........................navber........................... */
 .navber{
    background-color: rgb(214, 159, 9);
    padding: 15px 0px;
  font-family: "Roboto", sans-serif;
}
 .navber .cont{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
 .navber .cont .option{
    padding: 10px 20px;
    background-color: #7cc000;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 12px 12px;
    /* font-family: "Roboto", sans-serif; */
}
 .navber .cont .option i{
    padding:0px 20px;
}
 .navber .cont .nav .ul{
    display: flex;
}
 .navber .cont .nav .ul li{
    list-style-type: none;
    padding: 0px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
 .navber .cont .nav .ul .font{
    color: #62a403;
}
 .navber .cont .user{
   display: flex;
}
.navber .slides{
   font-size: 25px;
   color: #fff;
   display: none;
   position: relative;
}
 .navber .cont .user i{
   background-color: #ffffff;
    font-size: 15px;
   color: #7cc000;
    padding: 14px;
    border-radius: 100%;
    margin: 0px 10px;
}

/* .............................mobile_view............................. */
.res_div {
   position: absolute;
   top: -96%;
   width: 100%;
   transition: 0.5s;
}
.res_div .top_res{
display: flex;
justify-content: space-between;
padding: 19px 20px;
/* background-color: azure; */
background-color: #17597a;
}
.res_div .bootom_res {
 /* background: linear-gradient(145deg,#4097f8,#1b405b); */
 background-color: #17597a;
}
.nim{
color: #ffff;
font-size: 27px;
}
.res_div .bootom_res .res_menu ul li{
padding: 7px 16px;
 color: #ffff;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 border-bottom: 1px solid rgba(128,128,128,0.449);
}



/* ...............................javas................................................ */
.res_div{
   /* display: none; */
} 