/**menu upperline and lowerline**/
@media(min-width:992px){
  .sp-megamenu-parent {display: flex!important;align-items: center;height: 80px;}
}

span.upperline {
    display: block;
    margin: auto;
   text-align: center;
}
span.lowerline {
    display: block;
    margin: auto;
   text-align: center;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  
    line-height: initial;
 
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    float: right;
    margin-left: 7px;
    position: absolute;
    right: 0;
    bottom: 2px;
}
li.sp-menu-item {
    padding: 0px 10px;
}
#sp-header #sp-menu .sp-column {
   
    align-items: center;
}
#sp-header #sp-menu .sp-column .sp-module:before {
   
    top: 50%;
    transform: translateY(-50%);
}
.sp-module.cls-module-login {
    line-height: initial!important;
    max-width: 150px;
    /* padding-left: 10px!important; */
}
.cls-login-button {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
}

@media(max-width:767px){
.cls-login-button {
    padding-left: 30px;
    position: relative;
    font-size: 11px;
  }}

@media(max-width:767px){
.cls-login-button span {
    display: none;
  }}

i.fa.fa-user-o {
    position: absolute;
    font-size: 25px;
    left: 0;
    top: 6px;
}

@media(max-width:767px){
i.fa.fa-user-o {
    left: 100px;
    top: 5px;
  font-size: 25px;
  }}

@media(max-width:767px){
  #sp-header .row {
  margin-left:-5px;
  margin-right:-5px;
}
#sp-header .row .col-6, 
#sp-header .row [class*='col-']
{
  padding-left:5px;
  padding-right:5px;
}
}

/*#sp-top1 {
    display: flex;
    align-items: center;
    position: relative;
}*/
@media(min-width:992px){
  #sp-top1:before{
    content: " ";
    width:2px;
    height:20px;
    background-color:grey;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
  }
}


/* Landing-Page */

.body-innerwrapper {
    overflow: unset;
}

#sp-page-title + #sp-main-body {
    padding-top: 0px !important;
}

/* End Landing-Page */