*{margin: 0px;
padding: 0px;
box-sizing: border-box;
}

.header{background-color: transparent;
}

.main-header{width: 100%; 
    display: flex;
    position: absolute;
    top: 0px;
z-index:2;
flex-direction: column;}

 .top-header{display: flex;
width: 100%;}   

.div-header{width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.281);
padding-left: 4%;
}

.first-header-top{width: 40%;
display: flex;
align-items: center;
}

.first-header-top a{text-decoration: none;
color: white;
border-right: 1px solid rgba(255, 255, 255, 0.281);
padding: 10px 15px;
font-size: 13px;
}

.top-a-header{border-left: 1px solid rgba(255, 255, 255, 0.281);}

.second-header-top{display: flex;
align-items: center;
justify-content: end;
padding-right: 4%;
}

.second-header-top a{text-decoration: none;
color: white;
font-family: 'poppins';
letter-spacing: .5px;
font-weight: 400;
font-size: 13px;
margin-left: 15px;
padding: 10px;
border-right:1px solid rgba(255, 255, 255, 0.281);
}

.icon-header{margin-right: 5px;}

.header-firsta{border-left:1px solid rgba(255, 255, 255, 0.281);;}

.main-header-nav{display: flex;
width: 100%;
margin-top: 10px;}

.main-header-naver{
    /* width: 100%; */
    border:none;}

.main-header-first1{width: 19.6%;
}

.main-header-first1 img{width: 50%;
margin-left: 18%;
filter: drop-shadow(4px 2px 2px orangered);
}

.main-header-second2{display: flex;
align-items: center;
width: 58%;
}

ul{margin: 0px;
padding: 0px;
}

ul li{list-style-type: none;
font-family:Open, sans-serif;
font-weight: 600;
color: white;
float: left;
font-size: 15px;
padding: 10px 15px;
cursor: pointer;
position: relative;}

ul ul{margin: 0px;
padding: 0px;
position: absolute;
background-color: white;
border-radius: 5px;
min-width: 300px;
max-width: 1000px;
width: 100%;
margin-top: 15px;
opacity: 0;
visibility: hidden;
transition: all .5s;
margin-top: 30px;
}

ul ul li{
    width: 100%;
    color: black;
}

ul li:hover ul{opacity: 1;
visibility: visible;
margin-top: 15px;
}

.main-header-third3{display: flex;
align-items: center;
justify-content: end;
padding-right: 1%;
width:29%;}

.header-bta1{text-decoration: none;
color: white;
font-family: open, sans-serif;
letter-spacing: .5px;
font-size: 16px;
font-weight: 600;
margin-left: 15px;}

.header-bta2{text-decoration: none;
color: white;
font-family: open, sans-serif;
letter-spacing: .5px;
font-size: 25px;
font-weight: 600;
margin-left: 15px;}

.header-bta3{text-decoration: none;
color: white;
font-family: open, sans-serif;
letter-spacing: .7px;
font-size: 14px;
font-weight: 600;
margin-left: 15px;
background-color: #0073e1;
padding: 10px 12px;
border-radius: 5px;
transition: all .3s ease-out;
background-position: right bottom;}

.header-bta3:hover{ background-position: left bottom;
    background: linear-gradient(to right, #171717 50%, white 50%);
    background-size: 200% 100%;
    color: white;
}

.icon-headerb{font-size: 22px;
margin-top: 2px;}


.mobile_responsive_icon_side{
    display: none;
}

.mobile_responsive_main{
    display: none;
}

/* some extra code after the design start here***** */
.mian_logggedin{
    display: flex;
    align-items: center;
    position: relative
}

.header-bta2{
    font-size: 9px;
    background-color: #0073e1;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-weight: 400;
}

.down_chervon_loggedin{
    color: white;
    font-size: 14px;
    margin-left: 4px;
}

.submenu_loggedin_user{
    position:absolute;
    background-color: #fff;
    top:100%;
    right: 0px;
    margin-top: 10px;
    border-radius: 8px;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.mian_logggedin:hover .submenu_loggedin_user{
    visibility: visible;
    opacity: 1;
}

.logged_in_submenu_a_heading{
    font-family: 'Poppins', sans-serif;
    color: #313234;
    letter-spacing: .3px;
    border-bottom: 1px solid #dddddd70;
    padding-bottom: 3px;
}

.profile_pop_up{
    display: flex
    ;
        align-items: center;
        margin-top: 8px;
        padding: 4px 8px;
        transition: all .2s;
        cursor: pointer;
}

.profile_pop_up:hover{
    background-color: #dfdfe7a8;
    border-radius: 5px;
}

.pop_one_icon{
    margin-right: 10px;
}

.pop_one_icon img {
    width: 16px;
}

.pop_two_text {
    font-family: 'Poppins';
    font-size: 13px;
    color: #737B8B;
    white-space: nowrap;
}

.pop_two_text a {
    text-decoration: none;
    display: block;
    color: #737B8B;
}

/* some extra code after the design end here***** */


@media (max-width:900px){

    .main-header{
        position: unset;
        background-color: #001a33;
        padding-bottom: 10px;
    }

    .main-header-first1 img{
        margin-left: 10%;
        width: 66%;
    }

    .mobile_responsive_icon_side{display:flex;
     justify-content: end;
     align-items: center;
     width: 50%;
    }

    .mobile_responsive_icon_side img{
        width: 26%;
        margin-right: 10%;
        cursor: pointer;
        background-color: #c2c803;
        padding: 3px;
        border-radius: 100%;
        transition: all .4s;
    }

    .mobile_responsive_icon_side img:hover{
        background-color: #0ef375;
        width: 27%;
    }

    .top-header{display: none;}
    .main-header-second2{
        display: none;}
    .main-header-third3{display: none;}
    .main-header-first1{
        width: 50%;
    }

    .mobile_responsive_main{display: block;}

    /* start mobile responsive css here ****** */

    .mobile_responsive_main{
         position:fixed;
        top: 0;
        width: 0%;
        height: 100vh;
        bottom: 0px;
        background-color:#161d21;
        z-index: 999; 
        overflow-y: scroll;
        transition: all .2s;
    }

    .closing_side_bar{
        position: absolute;
        top: 50%;
        right: 0px;
        font-size: 20px;
        background-color: #0073e1;
        color: white;
        padding: 10px;
        border-radius: 8px;
        z-index: 99999999;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px, rgba(0, 115, 225, 0.5) 0px 4px 10px 0px;
        cursor: pointer;
        transition: all .3s ease-out;
        background-position: right bottom;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .closing_side_bar:hover{
        background: linear-gradient(to right, #171717 50%, white 50%);
        background-size: 200% 100%;
        color: white;
    }


    .mobile_responsive_one{
        display: flex;
        flex-direction: column;
    }

    .mobile_responsive_one_first{
        width: 100%;
        padding: 12px 20px;
         display: flex;
         justify-content: center;
    }

    .mobile_responsive_one_first img{
        width: 50%;
        filter: drop-shadow(4px 2px 2px #0073e1);
    }

    .mobile_responsive_one_second{
        display: flex;
        width: 99%;
        align-items: center;
        padding: 12px 20px;
        font-family: 'Poppins';
        color: white;
        letter-spacing: .4px;
        border: 1px solid #262626;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: rgb(38, 38, 38);
        border-left: none;
        margin-right: 1px;
    }

    .mobile_responsive_one_second span{
        margin-left:15px;
        margin-right: 15px;
    }

    .mobile_responsive_one_second img{
        width: 35px;
    }

    .mobile_responsive_two{
        display: flex;
        width: 100%;
        padding: 12px 20px;
    }

    .mobile_responsive_two_first{
        display: flex;
        position: relative;
        width: 50%;
        align-items: center;
        font-family: 'Poppins',sans-serif;

    }

    .mobile_responsive_two_first img{
        width: 16%;
    }

    .text_favourite_span{
        margin-left: 10px;
        color: white;
    }

    .mobile_responsive_two_second{
        display: flex;
        width: 50%;
        align-items: center;
        justify-content: end;
    }

    .mobile_responsive_two_second a{
        text-decoration: none;
        color: white;
        font-family: 'Poppins',sans-serif;
        font-size: 15px;
        padding: 7px 15px;
        background-color: #0073e1;
        border-radius: 5px;
        letter-spacing: .4px;
        transition: all .3s ease-out;
        background-position: right bottom;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px, rgba(0, 115, 225, 0.5) 0px 4px 10px 0px;
    }

    .mobile_responsive_two_second a:hover{
        background: linear-gradient(to right, #171717 50%, white 50%);
        background-size: 200% 100%;
        color: white;
    }

    .mobile_responsive_three_line{
        width: 100%;
        height: 4px;
       background: linear-gradient(90deg, #2aef9d, #0073e1, #39b8d8, #4194fe);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 5px;

    }


    /* start li here *** */
    
.mobile-menu {
    /* background-color: #333; */
    padding: 10px;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.mobile-menu ul li {
    border-bottom: 1px solid #444;
    padding: 15px 10px;
}

.mobile-menu ul li a {
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu ul li a:hover {
    color: #ddd;
}

.has-dropdown .dropdown {
    display: none;
    padding-left: 20px;
    background-color: #444;
    position: unset;
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
    margin-top: 10px;
}


.has-dropdown .dropdown li {
    border-bottom: none;
    padding: 10px 0;
    display: flex;
}

.double_arrow_span{margin-right: 10px;
color: white;}

ul .has-dropdown:hover ul{opacity: 1;
    visibility: visible;
    margin-top: 10px;
    }

.has-dropdown i {
    transition: transform 0.3s ease;
}

.has-dropdown.open .font-i_rotate {
    transform: rotate(90deg); 
}

    /* end li here *** */

    #mobile_add_listing{
        margin-right: 10px;
        text-wrap: nowrap;
    }
    /* end mobile responsive css here ****** */


}