
@media only screen and (min-width: 600px) {
.navbar-area .header-button{
    /* margin-top:10px !important; */
    margin-right:30px !important;
}
}

.header{
    /* height:100px !important; */
}

.header-button .btn {
    /* padding:0px !important; */
}

@media only screen and (max-width: 767px) {
    /* .header-button .btn {
      padding:5px !important;
    }
    
    .main-btn {
        background-color: unset !important;
        border:unset  !important;
        width:unset  !important;
        height:unset  !important;
    } */
    .toggler-icon {
        background-color:#393D92 !important;
    }
    #nav {
        display:none !important;
    }
    .navbar-area a.logo img {
        position:absolute !important;
        top:-7px !important;
        width: 120px;
    }
    #dropdownNotificationButton {
        position:absolute !important;
        right:100px !important;
    }
    .hide-for-mobile{
        display:none !important;
    }
    
    .user-dropdown, .notify-hide-for-desktop{
        visibility:visible !important;
    }
    .signup-for-mobile {
        margin-left:4px !important;
    }
    .dashboard-for-mob {
        display: flex !important;
    }
    .navbar-area .header-button {
        display: inline-block;
        margin-left: 10px !important;
    }
    
  }

/* .sticky a.logo img {
    width:160px !important;
} */
.app-list-item ul li img {
    display: inline-block !important;
    white-space: nowrap !important;
    margin-right:10px !important;    
}


@media only screen and (min-width: 768px) {
.user-dropdown , .notify-hide-for-desktop {
    visibility:hidden !important;
}
.signup-for-mobile {
    display:none !important;
}

}
@media only screen and (max-width: 768px) {
/* .user-dropdown , .notify-hide-for-desktop {
    visibility:hidden !important;
} */
.signup-for-mobile {
    display:none !important;
}

}
/* }

#iti-0__country-listbox .iti__country.iti__highlight {
    background-color: #393D92 !important;
    color:#fff;
}
  
  