.top_navbar{
    display: none !important;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 8px;
    position: fixed;
    width: 105%;
    z-index: 9999;
}
.top_navbar_menu{
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #D9D9D9CC;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.top_navbar_menu:hover{
    background: #E14734;
}

@media (min-width:320px) and (max-width:991px){
    .top_navbar{
        display: flex !important;
        width:100%;
        margin-left:0 !important;
        margin-right:0 !important;
    }
    .top_navbar .app-brand-link{
        justify-content: flex-start;
        justify-self: left;
    }
    .padtop8{padding-top:8px;}
    .flxendcls{justify-content: flex-end;}
    .topbarnavright{display: none;}
    .mobiletopnavbar{width:auto !important;}
    .mobiletopnavicon{width:auto !important;}
    .mobiletopnavprofile{width:auto !important;}
    .add-car-popup div.col-5{width:100%;padding-bottom:20px;}
    .add-car-popup .add_popup_form{width:100%;}
    .add-car-popup #dropzone{width:100%;max-width: 100%;}
  }

.topbarheadingcls{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top:0;
    margin-bottom:0;
    padding-top:8px;
}

.toptitletxt{color:#fff !important;text-decoration: none !important;}

.pleft5cls{padding-left:5px;}

.txtright{text-align: right;}

.srchicondiv{
    width: 57px;
    display: inline-block;
    height: 57px;
    border-radius: 10px;
    background: #D9D9D9CC;
    margin-right:10px;
    position: relative;
    top:3px;
}

.notificationicondiv{
    width: 57px;
    display: inline-block;
    height: 57px;
    border-radius: 10px;
    background: #D9D9D9CC;
    margin-left:10px;
    position: relative;
}

.notification-count-cls{
    background: #E82063;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100px;
    right: 10px;
    top: 10px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.notificationiconcls{
    font-size: 30px;
    color: #000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.padtop4{padding-top:4px;}

.topproiconcls{
    background: #fff;
    border-radius: 100px;
    width: 57px;
    height: 57px;
    border: 1px solid #fff;
}

.topprousrname{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#fff;
}

.topprousrrole{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #E14734;
}
.srchicondiv{cursor: pointer;}
.search-container {
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
    background-color: #eee;
}
.search-container.opened {
    max-height: 100px;
}
.search-container input[type="text"] {
    outline: none;
    font-size: 1.6rem;
    margin: 18px;
    width: 300px;
    background-color: inherit;
    border: 0;
}
.search-container .search-icon-btn {
    vertical-align: middle;
}
.search-container {
    position: absolute;
    left: 15px;
    z-index: 100;
    margin-top:5px;
}
.search-icon-btn {
    font-size: 40px;
    color: dimgray;
    background-color: #eee;
    border: 0;
    outline: none;
}
.frm-top-search{display: flex;align-items: center;background-color: #000;border:2px solid #fff;}
.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom:0 ;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    border: #a0a0a0 solid 1px;
    margin: 0;
    display: none;
}
@media (min-width:1701px) and (max-width:1800px){
    .topbar-nav .topbarnavleft{width:50%;}
    .topbar-nav .topbarnavright{width:50%;}
    .topbarnavright .topnavicon{width:60%;}
    .topbarnavright .topnavprofile{width:40%;}
}
@media (min-width:1601px) and (max-width:1700px){
    .topbar-nav .topbarnavleft{width:50%;}
    .topbar-nav .topbarnavright{width:50%;}
    .topbarnavright .topnavicon{width:60%;}
    .topbarnavright .topnavprofile{width:40%;}
}
@media (min-width:1501px) and (max-width:1600px){
    .topbar-nav .topbarnavleft{width:50%;}
    .topbar-nav .topbarnavright{width:50%;}
    .topbarnavright .topnavicon{width:55%;}
    .topbarnavright .topnavprofile{width:45%;}
}
@media (min-width:1401px) and (max-width:1500px){
    .topbar-nav .topbarnavleft{width:50%;}
    .topbar-nav .topbarnavright{width:50%;}
    .topbarnavright .topnavicon{width:50%;}
    .topbarnavright .topnavprofile{width:50%;}
}
@media (min-width:1301px) and (max-width:1400px){
    .topbar-nav .topbarnavleft{width:50%;}
    .topbar-nav .topbarnavright{width:50%;}
    .topbarnavright .topnavicon{width:45%;}
    .topbarnavright .topnavprofile{width:55%;}
}
@media (min-width:1200px) and (max-width:1300px){
    .topbar-nav .topbarnavleft{width:50%;}
    .topbar-nav .topbarnavright{width:50%;}
    .topbarnavright .topnavicon{width:45%;}
    .topbarnavright .topnavprofile{width:55%;}
}
@media (min-width:1161px) and (max-width:1199px){
    .topbar-nav .topbarnavleft{width:60%;}
    .topbar-nav .topbarnavright{width:40%;}
    .topbarnavright .topnavicon{width:35%;}
    .topbarnavright .topnavicon .srchicondiv{width:42px;height:42px;}
    .topbarnavright .topnavicon .srchicondiv .srchiconcls{font-size: 25px;}
    .topbarnavright .topnavicon .notificationicondiv{width:42px;height:42px;}
    .topbarnavright .topnavicon .notificationiconcls{font-size: 25px;}
    .topbarnavright .topnavprofile{width:65%;padding-top:0;}
    .topbarnavright .topnavprofile .topproiconcls{width:42px;height:42px;}
    .topbarnavright .topnavprofile .profcntsec{padding-left:0 !important;padding-right:0 !important;}
}
@media (min-width:1025px) and (max-width:1160px){
    .topbar-nav .topbarnavleft{width:52%;}
    .topbar-nav .topbarnavright{width:48%;}
    .topbarnavright .topnavicon{width:35%;}
    .topbarnavright .topnavicon .srchicondiv{width:42px;height:42px;}
    .topbarnavright .topnavicon .srchicondiv .srchiconcls{font-size: 25px;}
    .topbarnavright .topnavicon .notificationicondiv{width:42px;height:42px;}
    .topbarnavright .topnavicon .notificationiconcls{font-size: 25px;}
    .topbarnavright .topnavprofile{width:65%;padding-top:0;}
    .topbarnavright .topnavprofile .topproiconcls{width:42px;height:42px;}
    .topbarnavright .topnavprofile .profcntsec{padding-left:0 !important;padding-right:0 !important;}
}
@media (min-width:992px) and (max-width:1024px){
    .topbar-nav .topbarnavleft{width:50%;}
    .topbar-nav .topbarnavright{width:50%;}
    .topbarnavright .topnavicon{width:35%;}
    .topbarnavright .topnavicon .srchicondiv{width:42px;height:42px;}
    .topbarnavright .topnavicon .srchicondiv .srchiconcls{font-size: 25px;}
    .topbarnavright .topnavicon .notificationicondiv{width:42px;height:42px;}
    .topbarnavright .topnavicon .notificationiconcls{font-size: 25px;}
    .topbarnavright .topnavprofile{width:65%;padding-top:0;}
    .topbarnavright .topnavprofile .topproiconcls{width:42px;height:42px;}
    .topbarnavright .topnavprofile .profcntsec{padding-left:0 !important;padding-right:0 !important;}
}
@media (min-width:320px) and (max-width:620px){
    .top_navbar .app-brand-link img{width:66px !important;height:44px !important;}
    .mobile-left-logo-nav{width:25% !important;}
    .mobile-right-icon-nav{width:75% !important;}
    .padtop8{padding-top:0 !important;}
    .srchicondiv{width:40px;height:40px;margin-right:5px;top:0;}
    .srchiconcls{font-size: 25px;}
    .notificationicondiv{width:40px;height:40px;margin-left:5px;}
    .notificationiconcls{font-size: 25px;}
    .mobiletopnavprofile{padding:0 !important;}
    .top_navbar_menu{width:35px;height:35px;margin-right:0;}
    .top_navbar_menu img{width:25px !important;height:33px !important;}
    .topproiconcls{width:40px;height:40px;}
    .main-sidebar .bg-menu{
        margin-top: 13rem;
    }
    .sidebar-menu.menu-inner{width:280px;}
}