@font-face { font-family: 'roboto-regular';
src: url('https://cdn2.hubspot.net/hubfs/6330731/roboto-regular-webfont.ttf') format('truetype');
  font-family: 'roboto-regular';
src: url('no_such_asset_in_module_asset_url') format('woff');
  }
@font-face {
  font-family: 'Roboto-Medium';
src: url('https://cdn2.hubspot.net/hubfs/6330731/Roboto-Medium.ttf') format('truetype');
   font-family: 'roboto-medium';
src: url('https://cdn2.hubspot.net/hubfs/6330731/roboto-medium-webfont.woff') format('woff');
  }
.head-top-section{
  padding:0px 50px;
  display:flex;
  justify-content:space-between;
  align-items:center;
 
}
.pad-TB{
  padding-top:10px;
  padding-bottom:10px;
}
.left-section{
  display: flex;
justify-content: flex-start;
align-items: center;
  flex-grow:2;
}
.top-right-section{
   display:flex;
  justify-content:space-between;
  align-items:center;
  flex-grow:1;
}
.search-section{
   display:flex;
  justify-content:flex-end;
  align-items:center;
  flex-grow:2;
}
.top-right-section .form-control{
  max-width:250px;
  width:100%;
}
.head-eqtabs {
    margin: 0 20px 0 0;
    padding: 0;
}

    .head-eqtabs li {
        position: relative;
display: inline-block;
padding-left: 5px;
      font-size:14px;
    }

        .head-eqtabs li:before {
            content: "";
            position: absolute;
            left: -17px;
            width: 17px;
            border-radius: 0;
            height: 17px;
            background-color: #fff;
            top: 15px;
            margin-top: -14px;
            border: 1px solid #f60;
        }

        .head-eqtabs li:first-child {
           margin-right:30px;
        }

        .head-eqtabs li.active:before {
            background-color: #ff7200;
            content: "✔︎";
            text-align: center;
            font-size: 12px;
        
            font-weight: 600;
            line-height: 14px;
            color: #fff;
        }
.input-section{
  max-width:75%;
  width:100%;
}
.input-section .form-control{
  height:40px;
  max-width:90%;
  width:100%:
}
.country-lang{
  display:flex;
  justify-content:center;
  align-items:center;
}
.country-lang p{
  margin-bottom:0;
}
.country-lang p.first{
  margin-right:20px;
  position:relative;
}
.country-lang p.first:after{
  content:"|";
  position:absolute;
  right:-12px;
}
.navbar-fixed-top{
  display:none;
}
.top_menus {
    background: #fff;
    width: 100%;
    height: 50px;
    border-top: 1px solid #e8e8e8;
    /*-webkit-box-shadow: 0px 1px 1px #e8e8e8;
    -moz-box-shadow: 0px 1px 1px #e8e8e8;
    box-shadow: 0px 1px 1px #e8e8e8;*/
    box-shadow: 0 3px 6px 0 rgba(36,39,44,.1);
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 16px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

   

    #cssmenu > ul {
        width: 100%;
      
        display: flex !important;
        justify-content: space-between;
      align-items:center;
    }

#cssmenu {
    width: 100%;
    border-radius: 5px;
    margin: 0;
    position: relative;
   left:15px;
      display: flex;
    align-items: center;
    justify-content: flex-start;
}
 #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }
  #cssmenu > ul > li > a {
            padding: 0;
            height: 50px;
            line-height: 51px;
            font-size: 14px;
            color: #353535 !important;
            letter-spacing: 0;
            text-decoration: none;
    font-family:Roboto-Medium;
            /*-webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;*/
            text-align: center;
    text-transform:upperCase;
        }
#cssmenu  ul  li.has-sub.active {
    display: inline-block;
    border-top: 3px solid #ff5300;
    margin-top: -4px;
}

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        opacity: 0;
        -webkit-transition: top .2s ease, opacity .2s ease;
        -moz-transition: top .2s ease, opacity .2s ease;
        -ms-transition: top .2s ease, opacity .2s ease;
        -o-transition: top .2s ease, opacity .2s ease;
        transition: top .2s ease, opacity .2s ease;
        z-index: 100;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    #cssmenu > ul > li > ul {
        top: 92px;
        padding-top: 8px;
        border-radius: 5px;
    }

#cssmenu > ul > li.has-sub:hover > ul {
    left: auto;
    top: 46px !important;
    opacity: 1;
    box-shadow: 2px 2px 5px #dbc7c7;
}
#cssmenu > ul > li > a.btn.btns-header, #cssmenu > ul > li > a.btn.btns-header:hover, #cssmenu > ul > li > a.btn.btns-header:focus{
 background-color: #f1ab56;
    border-color: #f1ab56;
    color: #fff !important;
    border-radius: 0;
    padding: 8px 15px;
    height: auto;
    line-height: 13px;
    font-size: 14px !important;
    font-family: Roboto-Medium;
    letter-spacing: .3px;
    text-transform: capitalize;
  }
#cssmenu > ul > li > a.btn.btns-header svg{
 
  margin-left:5px;
}
#cssmenu > ul > li > a.btn.btns-header svg path{
  fill:#fff;
}
li.has-sub a i {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #24272c;
    display: inline-block;
    vertical-align: 3px;
    margin: 0 5px 0 3px;
}

#cssmenu.align-right > ul > li:hover > ul {
    right: 0;
}
.m-w-100 {
    max-width: 100% !important;
    width: 100% !important;
}

.top-section-align {
    padding-left: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
    .top-section-align a.lnklogo{
        float:left;

    }
    .top-section-align .right-section {
        /*max-width:80%;
        width:100%;
        float:right;*/
        display: flex;
        justify-content: flex-end;
        align-items: center;
        /*width: 80%;
        flex-basis: inherit;
        position:static;*/
        width: calc(100% - 865px);
    }
.toprow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow:7;
}

.screen-menu-align {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
       
  width:60%;
    }
.top-nav-menu li.has-sub:hover {
    border-top: 3px solid #ff5300!important;
}
.top-nav-menu .has-sub .sub-menu {
    width: 300px;
    position: absolute;
    top: 46px !important;
    margin: 0;
    left: -9999px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1);
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    background: #fff;
    border: 1px solid rgba(36,39,44,.15);
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    height: auto;
    padding-top: 0 !important;
}

.top-nav-menu li.has-sub:hover .subMenu {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    left: -1px;
    z-index: 1000;
}

.top-nav-menu li.has-sub ul.sub-menu li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(36,39,44,.1) !important;
    text-align: left;
    height: 48px;
    padding-left: 30px !important;
    line-height: 48px !important;
    cursor: pointer;
}

#cssmenu .top-nav-menu li.has-sub ul.sub-menu li:hover,
#cssmenu .top-nav-menu li.has-sub ul.sub-menu li:hover > a,
#cssmenu .top-nav-menu li.has-sub ul.sub-menu li > a:hover {
    background: #f0f1f2 !important;
  text-decoration:none;
}

#cssmenu .top-nav-menu li.has-sub ul.sub-menu li a.sub-menu-list {
    background: #fff;
  
    padding-left: 0;
    font-size: 15px;
    text-transform: none !important;
   text-decoration:none;
  font-family:Roboto-Medium;
  color:#353535!important;
}

#cssmenu .top-nav-menu li.has-sub ul.sub-menu li span {
    font-size: 15px !important;
    text-transform:none!important;
    line-height:45px!important;
  font-family:Roboto-Medium;
  color:#353535;
}

.businessbtn, .businessbtn:hover, .businessbtn:focus{
   background-color: #00adef;
    border: 1px solid #00adef;
  text-transform: none;
padding: 4px 15px;
margin-top: 9px;
font-size: 13px !important;
box-shadow: none;
text-decoration: none !important;
height: 30px;
line-height: 22px !important;
  max-width:130px;
    color:#fff;
  border-radius:4px;
  font-family:'roboto-regular';
}
ul li.has-sub.active{
  display: inline-block;
border-top: 3px solid #ff5300;
margin-top: -4px;
}
select.form-control.select_arrow_down {
    padding: 4px 2px;
   
    margin: 0;
    box-shadow: none;
    position: relative;
    z-index: 1;
    background-color: transparent;
    max-width: 100%;
      border:none;
}
.lan-select{
  display: flex;
justify-content: center;
align-content: center;

}
.lan-select span{
  font-size: 11px !important;
color: #515151;
margin-right:6px;
padding-right: 6px;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100px;
width: 100%;
position: relative;
   font-family:'roboto-regular';
}
.country-name::after {
    content: '';
    width: 1px;
    height: 7px;
    border-right: 1px solid #515151;
    padding-left: 12px;
    position: absolute;
    right: 0;
    top: 6px;
}
.lan-select .form-control {
    border: none !important;
    box-shadow: none;
    margin: 0 !important;
    min-width: 70px;
    padding: 0 !important;
    color: #515151;
   font-size: 11px !important;
  margin-top: 0px!important;
   font-family:'roboto-regular';
}

@media only screen and (min-width:800px)and (max-width:1365px){
  .left-section{
    flex-grow:0;
  }
  .head-top-section{
    padding:0 30px;
  }
  #cssmenu > ul > li > a{
    font-size: 1.2rem;
  } 
}
 @media only screen and (max-width:772px){
   .head-top-section{
  display:none;
}
   .navbar-fixed-top{
  display:block;
}
  .nopadding{
  padding:0!important;
}
.top_head{
  padding: 8px 5px 8px !important;
width: 100%;
background-color: #fff;
}
.col-sx-2head{
  padding-right:0!important;
}
.navbar-toggle .icon-bar{
  background:#1a1a1a;
}
.navbar-toggle.top_mobmenu{
  margin:0;
  padding:10px 0 0 0px;
  float:left;
}
.navbar-header img{
  margin:auto;
  width:80px!important;
}
.btn.login-businessM, .btn.login-businessM:hover, .btn.login-businessM:focus {
        text-transform: none;
        padding: 4px 12px;
        font-size: 12px !important;
        box-shadow: none;
        text-decoration: none !important;
        line-height: normal !important;
      background-color: #f1ab56;
border-color: #f1ab56;
color: #fff !important;
        width: 100%;
        text-align: center;
        border-radius: 14px !important;
        max-width: 120px;      
        margin-top: 3px;
        margin-left: 0 !important;
        height:26px;
    }
.lan-select{
  display: flex;
justify-content: space-between;
align-content: center;
margin-top: 7px;
}
.lan-select svg{
  width:15px;
  fill:#1a1a1a;
  margin-left:10px;
}
.lan-select span{
  color:#1a1a1a;
  margin-right:0;
} 
   .country-name::after {
    content: '';
    width: 1px;
    height:6px;
    border-right:transparent;
    padding-left: 12px;
    position: absolute;
    right: 0;
    top: 6px;
}
}