#tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:transparent transparent black transparent;
  height: auto; 
}

#tooltiptext {
  height: auto;
}
#dLabel 
{
  background-color: #008535;
  border: none !important;
}
.dropdown >a:hover{
  -webkit-transition: left .2s ease-out,border-color .5s ease-in;
  transition: left .2s ease-out,border-color .5s ease-in;
}
.open >a{
  -webkit-transition: left .2s ease-out,border-color .5s ease-in;
  transition: left .2s ease-out,border-color .5s ease-in;
}
.dropdown-menu
{
  background-color: #212529 !important;
}
.dropdown-item
{
  color: white !important;
  text-align:center !important;
  font-size: 13px;
}
.dropdown-item:hover {
  background-color: black !important;
}
hr {
    color: gray !important;
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}
.w3-overlay{
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,0.5);
  z-index:2;
  opacity:1;
}

.abc
{ 
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
li a:hover{
    text-decoration: none;
}
.dropdown-submenu {
                position: relative;
            }

.dropdown-submenu> a:after {
                content: ">";
                float: right;
            }

.dropdown-submenu>.dropdown-menu {
                top: 0;
                left: 100%;
                margin-top: 0px;
                margin-left: 0px;
}
.dropdown-submenu:hover>.dropdown-menu {
                display: block;
}
.marginL{
  margin-left: 10px;
}
.arrowtip::after{
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid white;
  content: '';
  position: relative;
  float: left;
  margin-top: -15px;
  margin-left: 38%;
}
.desktop-showContent {
  visibility: visible !important;
  opacity: 1 !important;
  display:block !important;
}
.desktop-group {
  margin: 0 0 10px;
  padding: 0;
  text-align:left;
}
.desktop-showContent > ul {
  list-style: none;
}
.desktop-group > li {
  list-style: none;
  padding: 5px 4px 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.desktop-suggestionTitle {
  font-weight: 600;
  background-color: #eaeaec;
  cursor: pointer;
}
.desktop-suggestion:hover {
  background-color: #f5f5f6;
  cursor: pointer;
}
.desktop-suggestion .searchdefault{
  color: #757575;
  font-weight: 600;
}
.searchdefault:hover {
  background-color: #f5f5f6;
  cursor: pointer;
}
.desktop-suggestion .firstRecntDiv span {
  color: #757575;
  font-weight: 600;
}
.currenthover .inhide{
  display: block;
  visibility: visible;
}
.inhide{
  display: none;
  visibility: hidden;
}
.search-text {
  display: initial;
  font-weight: normal;
}
.site-nav-container{
  position: relative;
  z-index: 1;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgb(148 150 159 / 30%);
}
.site-nav-container .menu-icon {
    margin-left: 16px!important;
    display: inline-block;
    vertical-align: top;
}
.site-nav-container .header-icon {
    width: 24px;
    height: 24px;
    margin: 16px 16px 16px 0;
    display: inline-block;
}
.hide {
    display: none !important;
}
.nav-icon {
    display: inline-block;
}
.site-nav-container .pull-right {
    float: right!important;
}
.site-nav-container .header-actions {
    display: inline-block;
}
.mobile-badge {
    position: absolute;
    top: 9px;
    right: 4px;
    color: #fff !important;
    background: #ff3e6c;
    font-weight: 500 !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    display: inline-block !important;
    font-family: helvetica,arial,sans-serif;
    width: 19px;
    height: 19px;
    text-align: center !important;
    line-height: 19px !important;
    padding: 0 .4em !important;
}
.desktop-badge {
    position: absolute;
    top:15px;
    color: #fff !important;
    background: #ff3e6c;
    font-weight: 500 !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    display: inline-block !important;
    font-family: helvetica,arial,sans-serif;
    width: 19px;
    height: 19px;
    text-align: center !important;
    line-height: 19px !important;
    padding: 0 .4em !important;
}
.header-title {
    font-size: 16px;
    vertical-align: top;
    top: 19px;
    position: relative;
    font-weight: 500;
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    text-transform: lowercase;
    color:#fff;
    letter-spacing: .3px;
}
.nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.nav:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    will-change: opacity;
    pointer-events: none;
    transition: opacity 225ms cubic-bezier(.4,0,.2,1) 0s;
}
.app-nav {
    background-color: #fff;
    color: #333;
    position: relative;
    max-width: 400px;
    width: 90%;
    height: 100%;
    box-shadow: 0 2px 6px rgb(0 0 0 / 50%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    will-change: transform;
    z-index: 120;
    pointer-events: auto;
}
.app-nav {
    position: relative;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
}
.app-nav {
    width: 75%;
    box-shadow: none;
    background-color: #fff;
}
.sidebar-container {
    font-size: 14px;
}
.sidebar-container .logoutTopBanner {
    font-size: 14px;
    position: relative;
}
.LazyLoad {
    width: auto!important;
}
.sidebar-container .logoutTopBanner .logoutButtonContainer {
    position: absolute;
    bottom: 30%;
    left: 30%;
}
.sidebar-container .logoutTopBanner .logoutButton {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}
.sidebar-container .nav-ul {
    background: #fff;
    border-bottom: 1px solid #eaeaec;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.navi .naviWrapper {
    font-size: 15px;
    text-decoration: none;
    color: #3e4152;
    display: block;
}
.navi .naviWrapper a{
    color: #282c3f !important;
    text-decoration: none !important;
    outline: 0 !important;
}
.ripple-container {
    position: relative;
    overflow: hidden;
}
.sidebar-container .navi .naviLevel {
    font-size: 14px;
    border: none;
    padding: 14px 20px;
}
.navi .naviLevel.level-1 {
    font-weight: 600;
}
.navi .naviLevel {
    display: block;
    padding: 16px 24px;
    border-bottom: 1px solid #eaeaec;
    font-size: 13px;
}
.pull-left {
    float: left!important;
}
.ripple-container .ripple {
    position: absolute;
    top: 0;
    left: 0;
}
.nav--visible{
  pointer-events: auto;
  z-index: 150;
}
.nav--animatable .app-nav {
    transition: transform 225ms cubic-bezier(0,0,.2,1) 0s;
}
.nav--visible .app-nav {
    -webkit-transform: none;
    transform: none;
}
.nav--visible.nav:after {
    opacity: 1;
    pointer-events: auto;
}
.sidebar-container .user-specific-links{
    background: #fff;
    border-bottom: 1px solid #eaeaec;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.sidebar-container .user-help-links{
    background: #fff;
    border-bottom: 1px solid #eaeaec;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.hmenu-transparent {
  opacity: 0;
}
.hmenu-opaque{
  opacity: 1;
}
.hmenu-dark-bkg-color {
    background-color: rgba(0,0,0,.8);
}
#hmenu-canvas-background {
    position: absolute;
    will-change: opacity;
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
.hmenu-close-icon {
    position: fixed;
    width: 20px;
    height: 20px;
    background-position: -132px -173px;
    right: 10%;
    top: 30px;
}
.nav-sprite {
    background-size: 275px;
    background-repeat: no-repeat;
}
#landscape{
    position: fixed;
    top: 0px;
    left: 0px;
    background: #008535;
    width: 100%;
    height: 100%;
    display: none; 
    z-index: 20000;
    margin:0 auto;
    pointer-events:auto;
}
#landscape div{
    color: #FFFFFF;                                  
    opacity: 1;
    top: 50%;
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 100%;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 360px) {
    .header-wrapper{
        margin: 0px 4% !important;
    }
    .nav-line-1{
        margin-left: 1.0rem !important;
    }
    .sidebar {
        height: 100%;
        width:0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        overflow-y: hidden;
        transform: translate3d(0px, 0px, 0px);
        transition: transform 0.25s cubic-bezier(0, 0, 0.3, 1) 0s;
        padding-top: 0px;
        background-color: white;
        color: #b7b6b6;
    }

    .sidebar a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }

    .sidebar a:hover {
      
    }
    
    .closebtn {
        position: relative;
        font-size: 36px;
        float: right;
        margin-right: 11%;
    }
    
    .linkBtn{
      background-color: #4a4b4e;
        width: 30%;
    }
    .listBtn:hover{
      color:red;
    }
    
    .openbtn {
      font-size: 20px;
      cursor: pointer;
      background-color: #111;
      color: white;
      padding: 10px 15px;
      border: none;
    }
    
    .openbtn:hover {
        background-color: #444;
    }
    
    #main {
        transition: margin-left .5s;
        padding: 0px;
    }
    .linkBtn{
        background-color: #4a4b4e;
        width: 30%;
    }
    .listBtn:hover{
        color:red;
    }
    .btnDiv{
        background-color: #008535;
      /*padding: 1rem 0rem 1rem 2rem;*/
        padding-left: 30px !important;
        padding-top: 15px;
    }
    .btnDiv1{
        background-color: White;
      /*padding: 1rem 0rem 1rem 2rem;*/
      
    }
    .loginDiv{
        padding: 1rem 1rem 0rem 0rem;
        background-color: #008535;
        border-bottom: 1px solid #6c6969;
    }
    .paraTag{
        font-size: 12px;
        color: #e7e7e7;
        padding-left: 10px !important;
    }
    .userlogo{
        font-size: 50px !important;
    }
    .new1{
        border-top: 1px dashed red;
    }
    .menu1{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .userIcon{
        background-color: #ff3f6c;
        border-radius: 60%;
        padding:5px;
        border: 1px solid #ff3f6c;
        top: 0px !important;
    }
    .searchbar{
        padding-bottom: 1rem;
    }
    .desktop-autoSuggest {
        width: 100%;
        z-index: 9;
        position: absolute;
        display: block;
        -webkit-box-shadow: 0 1px 6px transparent;
        box-shadow: 0 1px 6px transparent;
        font-size: 13px;
        color: #696e79;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        top:0;
        display: none;
    }
    .desktop-suggestion {
        background-color: #fff;
        padding: 8px 10px 8px 20px !important;
        line-height: 17px;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: 400;
        color: #000;
    }
}
@media only screen and (min-width: 361px) {
    .header-wrapper{
        margin: 0px 4% !important;
    }
    .nav-line-1{
        margin-left: 2.0rem !important;
    }
    .sidebar {
        height: 100%;
        width:0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        bottom:0;
        right:0;
        background-color: #111;
        overflow: hidden!important;
        transform: translate3d(0px, 0px, 0px);
        transition: transform 0.25s cubic-bezier(0, 0, 0.3, 1) 0s;
        padding-top: 0px;
        background-color: white;
        color: #b7b6b6;
    }
    
    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    
    .sidebar a:hover {
      
    }
    
    .closebtn {
        position: relative;
        font-size: 36px;
        float: right;
        margin-right: 11%;
    }
    
    .linkBtn{
        background-color: #4a4b4e;
        width: 30%;
    }
    .listBtn:hover{
        color:red;
    }
    
    .openbtn {
        font-size: 20px;
        cursor: pointer;
        background-color: #111;
        color: white;
        padding: 10px 15px;
        border: none;
    }
    
    .openbtn:hover {
        background-color: #444;
    }
    
    #main {
        transition: margin-left .5s;
        padding: 0px;
    }
    .linkBtn{
      background-color: #4a4b4e;
        width: 30%;
    }
    .listBtn:hover{
      color:red;
    }
    .btnDiv{
      background-color: #008535;
      /*padding: 1rem 0rem 1rem 2rem;*/
      padding-left: 30px !important;
      padding-top: 15px;
    }
    .btnDiv1{
      background-color: White;
      /*padding: 1rem 0rem 1rem 2rem;*/
      
    }
    .loginDiv{
      padding: 1rem 1rem 0rem 0rem;
      background-color: #008535;
      border-bottom: 1px solid #6c6969;
      
    }
    .paraTag{
      font-size: 12px;
      color: #e7e7e7;
      padding-left: 10px !important;
     
    }
    .userlogo{
    font-size: 50px !important;
    }
    .new1{
      border-top: 1px dashed red;
    }
    .menu1{
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
    .userIcon{
     background-color: #ff3f6c;
     border-radius: 60%;
     padding:5px;
     border: 1px solid #ff3f6c;
     top: 0px !important;
    }
    .searchbar{
        padding-bottom: 1rem;
    }
    .desktop-autoSuggest {
        width: 100%;
        z-index: 9;
        position: absolute;
        display: block;
        -webkit-box-shadow: 0 1px 6px transparent;
        box-shadow: 0 1px 6px transparent;
        font-size: 13px;
        color: #696e79;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        top:0;
    }
    .desktop-suggestion {
        background-color: #fff;
        padding: 8px 10px 8px 20px !important;
        line-height: 17px;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: 400;
        color: #000;
    }
}
@media only screen and (min-width: 390px) {
  .header-wrapper{
        margin: 0px 4% !important;
    }
  .nav-line-1{
    margin-left: 4.0rem !important;
  }
  .searchbar{
    padding-bottom: 1rem;
  }
  .desktop-autoSuggest {
    width: 100%;
    z-index: 9;
    position: absolute;
    display: block;
    -webkit-box-shadow: 0 1px 6px transparent;
    box-shadow: 0 1px 6px transparent;
    font-size: 13px;
    color: #696e79;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
    top:0;
    display: none;
  }
    .desktop-suggestion {
        background-color: #fff;
        padding: 8px 10px 8px 20px !Important;
        line-height: 17px;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: 400;
        color: #000;
    }
}
@media only screen and (min-width: 400px) {
    .header-wrapper{
        margin: 0px 4% !important;
    }
    .nav-line-1{
        margin-left: 5.0rem !important;
    }
    .sidebar {
        height: 100%;
        width:0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        overflow-y: hidden;
        transform: translate3d(0px, 0px, 0px);
        transition: transform 0.25s cubic-bezier(0, 0, 0.3, 1) 0s;
        padding-top: 0px;
        background-color: white;
        color: #b7b6b6;
    }
    
    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    
    .sidebar a:hover {
      
    }
    
    .closebtn {
        position: relative;
        font-size: 36px;
        float: right;
        margin-right: 11%;
    }
    
    .linkBtn{
        background-color: #4a4b4e;
        width: 30%;
    }
    .listBtn:hover{
        color:red;
    }
    
    .openbtn {
        font-size: 20px;
        cursor: pointer;
        background-color: #111;
        color: white;
        padding: 10px 15px;
        border: none;
    }
    
    .openbtn:hover {
        background-color: #444;
    }
    
    #main {
        transition: margin-left .5s;
        padding: 0px;
    }
    .linkBtn{
      background-color: #4a4b4e;
        width: 30%;
    }
    .listBtn:hover{
      color:red;
    }
    .btnDiv{
      background-color: #008535;
      /*padding: 1rem 0rem 1rem 2rem;*/
      padding-left: 30px !important;
      padding-top: 15px;
    }
    .btnDiv1{
      background-color: White;
      /*padding: 1rem 0rem 1rem 2rem;*/
      
    }
    .loginDiv{
        padding: 1rem 1rem 0rem 0rem;
        background-color: #008535;
        border-bottom: 1px solid #6c6969;
      
    }
    .paraTag{
        font-size: 12px;
        color: #e7e7e7;
        padding-left: 10px !important;
     
    }
    .userlogo{
        font-size: 50px !important;
    }
    .new1{
        border-top: 1px dashed red;
    }
    .menu1{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .userIcon{
        background-color: #ff3f6c;
        border-radius: 60%;
        padding:5px;
        border: 1px solid #ff3f6c;
        top: 0px !important;
    }
    .searchbar{
        padding-bottom: 1rem;
    }
    .desktop-autoSuggest {
        width: 100%;
        z-index: 9;
        position: absolute;
        display: block;
        -webkit-box-shadow: 0 1px 6px transparent;
        box-shadow: 0 1px 6px transparent;
        font-size: 13px;
        color: #696e79;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        top:0;
        display: none;
    }
    .desktop-suggestion {
        background-color: #fff;
        padding: 8px 10px 8px 20px !important;
        line-height: 17px;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: 400;
        color: #000;
    }
}
@media only screen and (min-width: 400px) {
  .header-wrapper{
    margin: 0px 4% !important;
  }
  .nav-line-1{
    margin-left: 14.5rem !important;
  }
    .sidebar {
        height: 100%;
        width:0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        overflow-y: hidden;
        transform: translate3d(0px, 0px, 0px);
        transition: transform 0.25s cubic-bezier(0, 0, 0.3, 1) 0s;
        padding-top: 0px;
        background-color: white;
        color: #b7b6b6;
    }
    
    .sidebar a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }
    
    .sidebar a:hover {
      
    }
    
    .closebtn {
        position: relative;
        font-size: 36px;
        float: right;
        margin-right: 11%;
    }
    
    .linkBtn{
      background-color: #4a4b4e;
        width: 30%;
    }
    .listBtn:hover{
      color:red;
    }
    
    .openbtn {
      font-size: 20px;
      cursor: pointer;
      background-color: #111;
      color: white;
      padding: 10px 15px;
      border: none;
    }
    
    .openbtn:hover {
      background-color: #444;
    }
    
    #main {
      transition: margin-left .5s;
      padding: 0px;
    }
    .linkBtn{
      background-color: #4a4b4e;
        width: 30%;
    }
    .listBtn:hover{
      color:red;
    }
    .btnDiv{
      background-color: #008535;
      /*padding: 1rem 0rem 1rem 2rem;*/
      padding-left: 30px !important;
      padding-top: 15px;
    }
    .btnDiv1{
      background-color: White;
      /*padding: 1rem 0rem 1rem 2rem;*/
      
    }
    .loginDiv{
      padding: 1rem 1rem 0rem 0rem;
      background-color: #008535;
      border-bottom: 1px solid #6c6969;
      
    }
    .paraTag{
      font-size: 12px;
      color: #e7e7e7;
      padding-left: 10px !important;
     
    }
    .userlogo{
    font-size: 50px !important;
    }
    .new1{
      border-top: 1px dashed red;
    }
    .menu1{
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
    .userIcon{
     background-color: #ff3f6c;
     border-radius: 60%;
     padding:5px;
     border: 1px solid #ff3f6c;
     top: 0px !important;
    }
    .searchbar{
        padding-bottom: 1rem;
    }
    .desktop-autoSuggest {
        width: 100%;
        z-index: 9;
        position: absolute;
        display: block;
        -webkit-box-shadow: 0 1px 6px transparent;
        box-shadow: 0 1px 6px transparent;
        font-size: 13px;
        color: #696e79;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        top:0;
        display: none;
    }
    .desktop-suggestion {
        background-color: #fff;
        padding: 8px 10px 8px 20px !important;
        line-height: 17px;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: 400;
        color: #000;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .header-wrapper{
        margin: 0px 4% !important;
    }
    .nav-line-1{
        margin-left: 3.5rem !important;
    }
    .sidebar {
        height: 100%;
        width:0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        overflow-y: hidden;
        transform: translate3d(0px, 0px, 0px);
        transition: transform 0.25s cubic-bezier(0, 0, 0.3, 1) 0s;
        padding-top: 0px;
        background-color: white;
        color: #b7b6b6;
    }
    
    .sidebar a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }
    
    .sidebar a:hover {
      
    }
    
    .closebtn {
        position: relative;
        font-size: 36px;
        float: right;
        margin-right: 11%;
    }
    
    .linkBtn{
      background-color: #4a4b4e;
        width: 30%;
    }
    .listBtn:hover{
      color:red;
    }
    
    .openbtn {
      font-size: 20px;
      cursor: pointer;
      background-color: #111;
      color: white;
      padding: 10px 15px;
      border: none;
    }
    
    .openbtn:hover {
      background-color: #444;
    }
    
    #main {
      transition: margin-left .5s;
      padding: 0px;
    }
    .linkBtn{
      background-color: #4a4b4e;
        width: 30%;
    }
    .listBtn:hover{
      color:red;
    }
    .btnDiv{
      background-color: #008535;
      /*padding: 1rem 0rem 1rem 2rem;*/
      padding-left: 30px !important;
      padding-top: 15px;
    }
    .btnDiv1{
      background-color: White;
      /*padding: 1rem 0rem 1rem 2rem;*/
      
    }
    .loginDiv{
      padding: 1rem 1rem 0rem 0rem;
      background-color: #008535;
      border-bottom: 1px solid #6c6969;
      
    }
    .paraTag{
      font-size: 12px;
      color: #e7e7e7;
      padding-left: 10px !important;
     
    }
    .userlogo{
    font-size: 50px !important;
    }
    .new1{
      border-top: 1px dashed red;
    }
    .menu1{
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
    .userIcon{
     background-color: #ff3f6c;
     border-radius: 60%;
     padding:5px;
     border: 1px solid #ff3f6c;
     top: 0px !important;
    }
    .searchbar{
        padding-bottom: 1rem;
    }
    .desktop-autoSuggest {
        width: 100%;
        z-index: 9;
        position: absolute;
        display: block;
        -webkit-box-shadow: 0 1px 6px transparent;
        box-shadow: 0 1px 6px transparent;
        font-size: 13px;
        color: #696e79;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        top:0;
        display: none;
    }
    .desktop-suggestion {
        background-color: #fff;
        padding: 8px 10px 8px 20px !important;
        line-height: 17px;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: 400;
        color: #000;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .reset-padding{
      padding-left:1rem !important;
      padding-right:1rem !important;
  }
  .headerLogo{
    width:150;
    height:50;
    margin-top: 15px;
  }
  .header-wrapper{
    margin: 0px 4% !important;
  }
  .sidebar {
    display: none !important;
  }
  .closebtn {
    display: none !important;
    }
  .mega-dropdown {
    position: static !important;
  }
  .mega-dropdown-menu {
      padding: 20px 0px;
      width: 100%;
      box-shadow: none;
      -webkit-box-shadow: none;
  }
  .mega-dropdown-menu > ul {
    padding: 0;
    margin: 0;
  }
  .mega-dropdown-menu > ul > li {
    list-style: none!important;
  }
  .mega-dropdown-menu >li >ul > li {
    list-style: none!important;
  }
  .mega-dropdown-menu >li >ul > li > a {
    display: block;
    color: #666!important;
    padding: 3px 5px 2px 0px;
    font-size: 12px;
    margin-right: 10px!important;
    cursor: pointer;
  }
  .mega-dropdown-menu >li ul > li > a:hover,
  .mega-dropdown-menu >li ul > li > a:focus {
    text-decoration: none!important;
    color: #f37e20!important;
  }
  .mega-dropdown-menu .dropdown-header {
    font-size: 15px;
    color: #282c3f;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: bold;
  }
.searchbar{
    padding-bottom: 0rem;
  }
  .desktop-main {
    padding: 0 10px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .3px;
    color: #282c3f;
    border-bottom: none;
    border-bottom-color: currentcolor;
    -webkit-transition: left .2s ease-out,width .2s ease-out;
    transition: left .2s ease-out,width .2s ease-out;
    font-weight: 500;
    text-transform: uppercase;
  }
  .nav-link:hover .desktop-main {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    -webkit-transition: left .2s ease-out,border-color .5s ease-in;
    transition: left .2s ease-out,border-color .5s ease-in;
  }
  .desktop-backdropStyle, .desktop-backdropStyle2 {
    position: fixed;
    top: 131px;
    bottom: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
  }
  .desktop-paneContent {
    height: 250px;
    width: 216px;
    z-index: 1;
  }
  .desktop-newPaneContent, .desktop-paneContent {
    visibility: hidden;
    text-align: left;
    opacity: 0;
    position: absolute;
    top: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.1);
    box-shadow: inset 0 0 8px rgba(0,0,0,.1);
    pointer-events: auto;
  }
  .desktop-categoryContainer{
    visibility: hidden;
    opacity: 0;
    width: 216px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    padding: 0 10px 10px 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  .nav-link:hover .desktop-categoryContainer, .nav-link:hover .desktop-newPaneContent, .nav-link:hover .desktop-paneContent {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
  }
  .desktop-oddColumnContent {
    float: left;
    display: block;
    position: relative;
    height: 250px;
    padding-top: 4px;
  }
  .desktop-navBlock {
    display: block;
    position: relative;
    float: left;
    width: 216px;
    margin: 0;
    padding: 0;
  }
  ul {
    list-style: none;
  }
  .desktop-navBlock > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .desktop-categoryLink {
    display: block;
    font-size: 12px;
    text-decoration: none;
  }
  .desktop-categoryName {
    display: block;
    font-size: 14px;
    text-decoration: none;
  }
  .desktop-categoryLink:hover {
    font-weight: 500;
    color: #008535;
  }
  .desktop-categoryName {
    text-transform: capitalize;
    color: #3e4152;
    padding: 12px 0 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    font-weight: 500;
  }
  .desktop-categoryLink {
    color: #282c3f;
    line-height: 23px !important;
    font-weight: 400;
  }
    .desktop-user {
        position: relative;
        height: 60px;
        margin: 28px 20px 0 15px;
        cursor:pointer;
    }
    .desktop-user:hover .desktop-userActions {
        visibility: visible;
        opacity: 1;
        text-align: center;
    }
    .desktop-userIconsContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        padding: 0 12px 0 17px;
        position: relative;
        display: flex;
        height: 40px;
        margin: 1.5rem 0;
    }
    .desktop-userTitle {
        color: #fff;
        position: absolute;
        font-size: 1rem;
        font-weight: 500;
        display: inline-block;
        line-height: 25px;
    }
    .desktop-userActions {
        width: 200px;
        left: -70.5px;
        top: 62px;
        position: absolute;
        padding: 0;
        z-index: 9;
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.08);
        box-shadow: 0 1px 10px rgba(0,0,0,.08);
        -webkit-transition: opacity .2s ease-out,visibility .2s ease-out;
        transition: opacity .2s ease-out,visibility .2s ease-out;
        background-color: #fff;
        color: #3e4152;
        border: 1px solid #f5f5f6;
        visibility: hidden;
        opacity: 0;
        margin: -2px 0;
        text-align: center;
    }
    .desktop-userActionsArrow {
        display: block;
        top: -5px;
        position: absolute;
        width: 58px;
        border-bottom: 3px solid #f16565;
        left: 65px;
    }
    .desktop-userActionsContent {
        display: block;
    }
    .desktop-userActions {
        color: #3e4152;
        visibility: hidden;
    }
    .desktop-contentInfo {
        display: block;
        padding-bottom: 2px;
    }
    .desktop-infoEmail, .desktop-infoTitle {
        font-size: 14px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 10px;
    }
    .desktop-infoTitle {
        font-weight: 500;
        height: 20px;
    }
    .desktop-infoEmail {
        height: 13px;
        color: #b4b4b4;
    }
    .desktop-getUserInLinks {
        border: none;
    }
    .desktop-getInLinks {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #eaeaec;
    }
    .desktop-linkButton:first-child {
        margin: 0 5px 6px 0;
    }
    .desktop-linkButton {
        display: inline-block;
        padding: 10px 20px;
        margin: 10px 10px 0 0;
        border: 1px solid #eaeaec;
        border-radius: 2px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        color: #ff3f6c;
        font-weight: 500;
        width: 80%;
    }
    .desktop-linkButton:hover{
        color: #ff3f6c;
        border: 1px solid #ff3f6c;
    }
    .desktop-getInLinks {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #eaeaec;
    }
    .desktop-info {
        font-weight: 400;
        font-size: 14px;
        color: #3e4152;
    }
    .desktop-info:hover{
        color:#008535;
        text-decoration: none;
    }
    .desktop-infoSection {
        margin: 0;
        cursor: pointer;
        padding: 5px 0 10px !important;
    }
    .desktop-infoSection :hover{
        background: rgb(0,0,0,0.1);
    }
    .desktop-autoSuggest {
        width: 502px;
        z-index: 9;
        position: absolute;
        display: block;
        -webkit-box-shadow: 0 1px 6px transparent;
        box-shadow: 0 1px 6px transparent;
        font-size: 13px;
        color: #696e79;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        top:60;
        display: none;
    }
    .desktop-suggestion {
        background-color: #fff;
        padding: 8px 10px 8px 20px;
        line-height: 17px;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: 600;
        color: #000;
    }
} 
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .reset-padding{
        padding-left:3rem !important;
        padding-right:3rem !important;
    }
    .headerLogo{
        width:250;
        height:60;
        margin-top: 13px;
    }
    .header-wrapper{
        margin: 0px 4% !important;
    }
    .sidebar {
        display: none!important;
    }
    .closebtn {
        display: none!important;
    }
    .mega-dropdown {
        position: static !important;
    }
    .mega-dropdown-menu {
      padding: 20px 0px;
      width: 100%;
      box-shadow: none;
      -webkit-box-shadow: none;
    }
    .mega-dropdown-menu > ul {
        padding: 0;
        margin: 0;
    }
    .mega-dropdown-menu > ul > li {
        list-style: none!important;
    }
    .mega-dropdown-menu >li >ul > li {
        list-style: none!important;
    }
    .mega-dropdown-menu >li >ul > li > a {
        display: block;
        color: #666!important;
        padding: 3px 5px 2px 0px;
        font-size: 12px;
        margin-right: 10px!important;
        cursor: pointer;
    }
    .mega-dropdown-menu >li ul > li > a:hover,
    .mega-dropdown-menu >li ul > li > a:focus {
        text-decoration: none!important;
        color: #f37e20!important;
    }
    .mega-dropdown-menu .dropdown-header {
        font-size: 15px;
        color: #282c3f;
        padding: 0px 0px 0px 0px;
        line-height: 30px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: bold;
    }
    .searchbar{
        padding-bottom: 0rem;
    }
    .desktop-main {
        padding: 0 17px 14px;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        letter-spacing: .3px;
        color: #282c3f;
        border-bottom: none;
        border-bottom-color: currentcolor;
        -webkit-transition: left .2s ease-out,width .2s ease-out;
        transition: left .2s ease-out,width .2s ease-out;
        font-weight: 500;
        text-transform: uppercase;
    }
    .nav-link:hover .desktop-main {
        border-bottom-style: solid;
        border-bottom-width: 4px;
        -webkit-transition: left .2s ease-out,border-color .5s ease-in;
        transition: left .2s ease-out,border-color .5s ease-in;
    }
    .desktop-backdropStyle, .desktop-backdropStyle2 {
        position: fixed;
        top: 131px;
        bottom: 0;
        right: 0;
        z-index: 0;
        pointer-events: none;
    }
    .desktop-paneContent {
        height: 250px;
        width: 216px;
        z-index: 1;
    }
    .desktop-newPaneContent, .desktop-paneContent {
        visibility: hidden;
        text-align: left;
        opacity: 0;
        position: absolute;
        top: 0;
        background-color: #fff;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.1);
        box-shadow: inset 0 0 8px rgba(0,0,0,.1);
        pointer-events: auto;
    }
    .desktop-categoryContainer{
        visibility: hidden;
        opacity: 0;
        width: 216px;
        left: 0;
        right: 0;
        position: absolute;
        margin: 0 auto;
        padding: 0 10px 10px 5px;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    .nav-link:hover .desktop-categoryContainer, .nav-link:hover .desktop-newPaneContent, .nav-link:hover .desktop-paneContent {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: .15s;
        transition-delay: .15s;
    }
    .desktop-oddColumnContent {
        float: left;
        display: block;
        position: relative;
        height: 250px;
        padding-top: 4px;
    }
    .desktop-navBlock {
        display: block;
        position: relative;
        float: left;
        width: 216px;
        margin: 0;
        padding: 0;
    }
    ul {
        list-style: none;
    }
    .desktop-navBlock > li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .desktop-categoryLink {
        display: block;
        font-size: 12px;
        text-decoration: none;
    }
    .desktop-categoryName {
        display: block;
        font-size: 14px;
        text-decoration: none;
    }
    .desktop-categoryLink:hover {
        font-weight: 500;
        color: #008535;
    }
    .desktop-categoryName {
        text-transform: capitalize;
        color: #3e4152;
        padding: 12px 0 2px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 25px;
        font-weight: 500;
    }
    .desktop-categoryLink {
        color: #282c3f;
        line-height: 23px !important;
        font-weight: 400;
    }
    .desktop-user {
        position: relative;
        height: 60px;
        margin: 28px 20px 0 15px;
        cursor:pointer;
    }
    .desktop-user:hover .desktop-userActions {
        visibility: visible;
        opacity: 1;
        text-align: center;
    }
    .desktop-userIconsContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        padding: 0 12px 0 17px;
        position: relative;
        display: flex;
        height: 40px;
        margin: 1.5rem 0;
    }
    .desktop-userTitle {
        color: #fff;
        position: absolute;
        font-size: 1rem;
        font-weight: 500;
        display: inline-block;
        line-height: 25px;
    }
    .desktop-userActions {
        width: 200px;
        left: -50.5px;
        top: 62px;
        position: absolute;
        padding: 0;
        z-index: 9;
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.08);
        box-shadow: 0 1px 10px rgba(0,0,0,.08);
        -webkit-transition: opacity .2s ease-out,visibility .2s ease-out;
        transition: opacity .2s ease-out,visibility .2s ease-out;
        background-color: #fff;
        color: #3e4152;
        border: 1px solid #f5f5f6;
        visibility: hidden;
        opacity: 0;
        margin: -2px 0;
        text-align: center;
    }
    .desktop-userActionsArrow {
        display: block;
        top: -5px;
        position: absolute;
        width: 58px;
        border-bottom: 3px solid #f16565;
        left: 65px;
    }
    .desktop-userActionsContent {
        display: block;
    }
    .desktop-userActions {
        color: #3e4152;
        visibility: hidden;
    }
    .desktop-contentInfo {
        display: block;
        padding-bottom: 2px;
    }
    .desktop-infoEmail, .desktop-infoTitle {
        font-size: 14px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 10px;
    }
    .desktop-infoTitle {
        font-weight: 500;
        height: 20px;
    }
    .desktop-infoEmail {
        height: 13px;
        color: #b4b4b4;
    }
    .desktop-getUserInLinks {
        border: none;
    }
    .desktop-getInLinks {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #eaeaec;
    }
    .desktop-linkButton:first-child {
        margin: 0 5px 6px 0;
    }
    .desktop-linkButton {
        display: inline-block;
        padding: 10px 20px;
        margin: 10px 10px 0 0;
        border: 1px solid #eaeaec;
        border-radius: 2px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        color: #ff3f6c;
        font-weight: 500;
        width: 80%;
    }
    .desktop-linkButton:hover{
        color: #ff3f6c;
        border: 1px solid #ff3f6c;
    }
    .desktop-getInLinks {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #eaeaec;
    }
    .desktop-info {
        font-weight: 400;
        font-size: 14px;
        color: #3e4152;
    }
    .desktop-info:hover{
        color:#008535;
        text-decoration: none;
    }
    .desktop-infoSection {
        margin: 0;
        cursor: pointer;
        padding: 5px 0 10px !important;
    }
    .desktop-infoSection :hover{
        background: rgb(0,0,0,0.1);
    }
    .desktop-autoSuggest {
        width: 502px;
        z-index: 9;
        position: absolute;
        display: block;
        -webkit-box-shadow: 0 1px 6px transparent;
        box-shadow: 0 1px 6px transparent;
        font-size: 13px;
        color: #696e79;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        top:60;
        display: none;
    }
    .desktop-suggestion {
        background-color: #fff;
        padding: 8px 10px 8px 20px;
        line-height: 17px;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: 600;
        color: #000;
    }
} 
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .reset-padding{
      padding-left:3rem !important;
      padding-right:3rem !important;
    }
    .headerLogo{
        width:250;
        height:60;
        margin-top: 13px;
     }
    .header-wrapper{
        margin: 0px 4% !important;
    }
    .sidebar {
        display: none!important;
    }
    .closebtn {
        display: none!important;
    }
    .mega-dropdown {
        position: static !important;
    }
    .mega-dropdown-menu {
        padding: 20px 0px;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .mega-dropdown-menu > ul {
        padding: 0;
        margin: 0;
    }
    .mega-dropdown-menu > ul > li {
        list-style: none!important;
    }
    .mega-dropdown-menu >li >ul > li {
        list-style: none!important;
    }
    .mega-dropdown-menu >li >ul > li > a {
        display: block;
        color: #666!important;
        padding: 3px 5px 2px 0px;
        font-size: 12px;
        margin-right: 10px!important;
        cursor: pointer;
    }
    .mega-dropdown-menu >li ul > li > a:hover,
    .mega-dropdown-menu >li ul > li > a:focus {
        text-decoration: none!important;
        color: #f37e20!important;
    }
    .mega-dropdown-menu .dropdown-header {
        font-size: 15px;
        color: #282c3f;
        padding: 0px 0px 0px 0px;
        line-height: 30px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: bold;
    }
    .searchbar{
        padding-bottom: 0rem;
    }
    .desktop-main {
        padding: 0 17px 14px;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        letter-spacing: .3px;
        color: #282c3f;
        border-bottom: none;
        border-bottom-color: currentcolor;
        -webkit-transition: left .2s ease-out,width .2s ease-out;
        transition: left .2s ease-out,width .2s ease-out;
        font-weight: 500;
        text-transform: uppercase;
    }
    .nav-link:hover .desktop-main {
        border-bottom-style: solid;
        border-bottom-width: 4px;
        -webkit-transition: left .2s ease-out,border-color .5s ease-in;
        transition: left .2s ease-out,border-color .5s ease-in;
    }
    .desktop-backdropStyle, .desktop-backdropStyle2 {
        position: fixed;
        top: 131px;
        bottom: 0;
        right: 0;
        z-index: 0;
        pointer-events: none;
    }
    .desktop-paneContent {
        height: 250px;
        width: 216px;
        z-index: 1;
    }
    .desktop-newPaneContent, .desktop-paneContent {
        visibility: hidden;
        text-align: left;
        opacity: 0;
        position: absolute;
        top: 0;
        background-color: #fff;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.1);
        box-shadow: inset 0 0 8px rgba(0,0,0,.1);
        pointer-events: auto;
    }
    .desktop-categoryContainer{
        visibility: hidden;
        opacity: 0;
        width: 216px;
        left: 0;
        right: 0;
        position: absolute;
        margin: 0 auto;
        padding: 0 10px 10px 5px;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    .nav-link:hover .desktop-categoryContainer, .nav-link:hover .desktop-newPaneContent, .nav-link:hover .desktop-paneContent {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: .15s;
        transition-delay: .15s;
    }
    .desktop-oddColumnContent {
        float: left;
        display: block;
        position: relative;
        height: 250px;
        padding-top: 4px;
    }
    .desktop-navBlock {
        display: block;
        position: relative;
        float: left;
        width: 216px;
        margin: 0;
        padding: 0;
    }
    ul {
        list-style: none;
    }
    .desktop-navBlock > li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .desktop-categoryLink {
        display: block;
        font-size: 12px;
        text-decoration: none;
    }
    .desktop-categoryName {
        display: block;
        font-size: 14px;
        text-decoration: none;
    }
    .desktop-categoryLink:hover {
        font-weight: 500;
        color: #008535;
    }
    .desktop-categoryName {
        text-transform: capitalize;
        color: #3e4152;
        padding: 12px 0 2px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 25px;
        font-weight: 500;
    }
    .desktop-categoryLink {
        color: #282c3f;
        line-height: 23px !important;
        font-weight: 400;
    }
    .desktop-user {
        position: relative;
        height: 60px;
        margin: 28px 20px 0 15px;
        cursor:pointer;
    }
    .desktop-user:hover .desktop-userActions {
        visibility: visible;
        opacity: 1;
        text-align: center;
    }
    .desktop-userIconsContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        padding: 0 12px 0 17px;
        position: relative;
        display: flex;
        height: 40px;
        margin: 1.5rem 0;
    }
    .desktop-userTitle {
        color: #fff;
        position: absolute;
        font-size: 1rem;
        font-weight: 500;
        display: inline-block;
        line-height: 25px;
    }
    .desktop-userActions {
        width: 200px;
        left: -50.5px;
        top: 62px;
        position: absolute;
        padding: 0;
        z-index: 9;
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.08);
        box-shadow: 0 1px 10px rgba(0,0,0,.08);
        -webkit-transition: opacity .2s ease-out,visibility .2s ease-out;
        transition: opacity .2s ease-out,visibility .2s ease-out;
        background-color: #fff;
        color: #3e4152;
        border: 1px solid #f5f5f6;
        visibility: hidden;
        opacity: 0;
        margin: -2px 0;
        text-align: center;
    }
    .desktop-userActionsArrow {
        display: block;
        top: -5px;
        position: absolute;
        width: 58px;
        border-bottom: 3px solid #f16565;
        left: 65px;
    }
    .desktop-userActionsContent {
        display: block;
    }
    .desktop-userActions {
        color: #3e4152;
        visibility: hidden;
    }
    .desktop-contentInfo {
        display: block;
        padding-bottom: 2px;
    }
    .desktop-infoEmail, .desktop-infoTitle {
        font-size: 14px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 10px;
    }
    .desktop-infoTitle {
        font-weight: 500;
        height: 20px;
    }
    .desktop-infoEmail {
        height: 13px;
        color: #b4b4b4;
    }
    .desktop-getUserInLinks {
        border: none;
    }
    .desktop-getInLinks {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #eaeaec;
    }
    .desktop-linkButton:first-child {
        margin: 0 5px 6px 0;
    }
    .desktop-linkButton {
        display: inline-block;
        padding: 10px 20px;
        margin: 10px 10px 0 0;
        border: 1px solid #eaeaec;
        border-radius: 2px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        color: #ff3f6c;
        font-weight: 500;
        width: 80%;
    }
    .desktop-linkButton:hover{
        color: #ff3f6c;
        border: 1px solid #ff3f6c;
    }
    .desktop-getInLinks {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #eaeaec;
    }
    .desktop-info {
        font-weight: 400;
        font-size: 14px;
        color: #3e4152;
    }
    .desktop-info:hover{
        color:#008535;
        text-decoration: none;
    }
    .desktop-infoSection {
        margin: 0;
        cursor: pointer;
        padding: 5px 0 10px !important;
    }
    .desktop-infoSection :hover{
        background: rgb(0,0,0,0.1);
    }
    .desktop-autoSuggest {
        width: 502px;
        z-index: 9;
        position: absolute;
        display: block;
        -webkit-box-shadow: 0 1px 6px transparent;
        box-shadow: 0 1px 6px transparent;
        font-size: 13px;
        color: #696e79;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
        top:60;
        display: none;
    }
    .desktop-suggestion {
        background-color: #fff;
        padding: 8px 10px 8px 20px;
        line-height: 17px;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: 600;
        color: #000;
    }
}
