/*SIDEBAR*/
@media screen and (max-width: 1024px) {
  .quixnav{
    display: none;
    z-index: 99999;
    box-shadow: 0px 2px 12px 6px #ffffffbf;
  }
  .header{
    width: 100%!important;
  }
  .content-body{
    margin-left: 0px!important;
  }
  .header-left{
    display: block!important
  }
  .logo_sidebar{
    width: 120px!important;
  }
  .title_area_soci{
    padding-left: 0px!important;
    font-size: 30px;
    height: auto!important;
    margin-top: 20px;
    margin-top: 30px!important;
display: block!important;
  }
  label{
    font-size: 15px!important;
font-weight: 500!important;
  }
}
@media screen and (min-width: 1025px) {
  .close{
    display: none
  }
  .d-flex_desktop{
    display: flex;
  }

}
@media screen and (max-width: 768px) {
  .m-b-20_mobile{
    margin-bottom: 20px;
  }
  .dis-none_mobile{
    display: none;
  }
  .title_area_soci {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
    margin-top: 50px;
    height:auto!important;
    font-size: 30px;
    padding-left: 0px!important;
    display: block!important;

  }
  .sidebar_rigistration_email{
    height: auto!important;
  }

}
@media screen and (max-width: 615px) {
  .quixnav{
    width: 100%!important;
  }
  .nav-header .brand-logo{
    justify-content: left;
  }
  .nav-header{
    width: 100%!important;
  }
}
.close{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
}
/*SIDEBAR*/


@media screen and (max-height: 960px) {
  .footer_sidebar{
    position: relative!important;
    width: auto!important;
  }
}
