.desktopShow {
    display: block;
}

.mobileShow {
    display: none;
}
    
.logoutButton {
    background:none!important;
    color:#606060;
    border:none; 
    padding:0!important;
    font: inherit;
    /*border is optional*/
    border-bottom:0px solid; 
    cursor: pointer;
}
    
.angular-slider {
    list-style: none;
    padding-left: 0;
    margin: 0 !important; 
}
         
.contactUs-textinput-padding {
    padding: 5px 0px;
}

.contactUs-text {
    font-size:14px;
    width: 100%;
    margin: 0;
    padding: .6em .7em;
    border: 1px solid #bbc0c4;
    border-radius: 3px;
}

.contactUs-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    font-size: 20.0px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px 20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}

.notification-reverse {
    background-color: #F37335;
    font-size: xx-small;
    border-radius: 50%;
    padding: 1px 5px;
}

.link-style {
    color:#EE833E; 
    text-decoration:underline;
}

@media screen and (max-width: 479px) {
    .l-half .text .main-title {
    margin-bottom: 13.2px;  
    max-width: 200px;}
}

@media screen and (max-width: 479px) {
    .l-half .text .main-title2 {
    margin-bottom: 13.2px; 
    max-width: unset; } 
}

@media screen and (max-width: 600px) {
    .desktopShow { display: none; }
    .mobileShow { display: block; }  
}  

@media screen and (min-width: 992px) {
    .f-title_l_en {
      font-size: 40.0px; } 
}

@media screen and (max-width: 600px) {
    .f-title_l_en {
      font-size: 26.0px; } 
}

.tooltip2 {
    position: relative;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    .tooltip2::after {
      display: none;
      width: 200px;
      height: auto;
      border-radius: 10px;
      background-color: rgba(0, 0, 0, 0.8);
      content: attr(data-tooltip);
      padding: 10px;
      font-size: 14px;
      line-height: 1.6;
      color: #FFF;
      position: absolute;
      left: 50%;
      top: -500%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 50; }
    .tooltip2:hover {
      color: #EE833E; }
      .tooltip2:hover::after {
        display: block; }
  