@charset "UTF-8";

html {
  scroll-padding-top: 79px;
}

#tw-header {
  max-width: 1280px;
  height: 80px;
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

#tw-header .tw-logo {
  margin-left: 80px;
}

/* #tw-header .tw-logo>img {
    content: url(../../images/telebooth-wire/Telebooth-Wire.svg);
} */
#tw-header .tw-logo > img {
  content: url(../../images/telebooth-wire/Telebooth-Wire-update.svg);
}

/* #tw-header .tw-contact {
  margin-right: 80px;
  line-height: 50px;
} */

#tw-header .tw-contact {
  margin-right: 80px;
  line-height: 50px;
  width: 160px;
  font-family: 'barlow';
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}

#tw-header .dropdown-menu {
  min-width: auto;
}

span.tw-lang-lg-view {
  display: inline;
  font-size: 1.5rem;
}
span.tw-lang-sm-view {
  display: none;
}

/* -----------------------------------992---------------
DESKTOP SMALLAND LARGE SCREENS
--------------------------------------------------*/

/*===============================================================
min-width: 992px
===============================================================*/
@media (min-width: 992px) {
}
/*===============================================================
  min-width: 1100px
  ===============================================================*/
@media (min-width: 1100px) {
}
/*===============================================================
  min-width: 1200px
  ===============================================================*/
@media (min-width: 1200px) {
}

/*===============================================================
  
  ===============================================================*/
@media (min-width: 1400px) {
}
/*===============================================================
  1920px
  ===============================================================*/
@media (min-width: 1920px) {
}

/*===============================================================
  2133px
  ===============================================================*/
@media (min-width: 2133px) {
}

/*===============================================================
  2400px
  ===============================================================*/
@media (min-width: 2400px) {
}

/*===============================================================
  2560px
  ===============================================================*/
@media (min-width: 2560px) {
}

/*===============================================================
  3440px
  ===============================================================*/
@media (min-width: 3440px) {
}

/*===============================================================
  3840px
  ===============================================================*/
@media (min-width: 3840px) {
}

/*===============================================================
  5120px
  ===============================================================*/
@media (min-width: 5120px) {
}
