@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
#overview .feature-sum {
  display: block;
  margin: 55px 0;
  height: 135px;
  text-align: center;
  width: 100%; }
  #overview .feature-sum span {
    position: relative;
    display: inline-block; }
    #overview .feature-sum span h6 {
      display: inline;
      color: #fff;
      position: relative;
      top: 25px;
      font-famly: "ProximaNova-Regular", arial;
      font-size: 18px; }

#overview .feature-sum span + span {
  margin-left: 60px; }

/*PRODUCTS*/
#products {
  background: #0d112b; }
  #products .card {
    background: none; }
    #products .card .card-title {
      font-weight: 500;
      color: #fff;
      margin: 20px 0 10px;
      letter-spacing: .025em;
      font-size: 18px; }
    #products .card .card-text {
      font-weight: 200;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.6);
      margin: 0 auto;
      line-height: 2;
      max-width: 400px;
      margin-bottom: 50px;
      height: 90px; }
    #products .card a.button {
      border: solid 1px #fff;
      color: #fff;
      letter-spacing: .15em;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 500;
      padding: 7px 20px;
      text-align: center;
      display: table;
      margin: auto;
      background: none; }
      #products .card a.button:hover {
        cursor: pointer;
        border: 1px solid #f22333; }

#customer {
  background: #eaeaea;
  background: -moz-linear-gradient(-45deg, #eaeaea 0%, #fff 65%);
  background: -webkit-linear-gradient(-45deg, #eaeaea 0%, #fff 65%);
  background: linear-gradient(135deg, #eaeaea 0%, #fff 65%);
  text-align: center; }
  #customer .container {
    background-image: url(https://static.opentok.com/img/homepage/quote.png);
    background-repeat: no-repeat;
    background-position: 0 50px; }
  #customer p.lead {
    font-style: italic;
    font-family: monospace; }

.section-inverse {
  background: #0d112b; }

[data-overlay]::before,
[data-overlay-light]::before {
  background: #0d112b; }

#choose .row .cardImage {
  margin-top: 50px;
  height: 80px; }

#choose .row .want-learn-more {
  background-image: url("../../assets/img/GettyImages-526224217-min.png");
  background-size: cover; }

#choose .row .ready-to-code {
  background-image: url("../../assets/img/Keyboard_4.14_by_thejunglephoto.pw-min.jpg");
  background-size: cover; }

#choose .row h3 {
  font-size: 26px;
  margin-top: 20px;
  color: #fff; }

#choose .row .wrapBtn {
  width: 300px;
  height: 200px;
  margin: auto; }
  #choose .row .wrapBtn a {
    display: block;
    letter-spacing: .9px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px; }

.body-scrolled .topbar.topbar-sticky {
  /*background: #0d112b;*/
  background-color: #fff;
  color: #2e2e2e; }

.body-scrolled .topbar.topbar-inverse.topbar-sticky .topbar-nav > .nav-item > .nav-link,
.body-scrolled .topbar.topbar-inverse.topbar-sticky .topbar-toggler,
.body-scrolled .topbar.topbar-inverse.topbar-sticky .drawer-toggler {
  /*color:#fff;*/
  color: #0d112b;
  opacity: .9; }

a:hover {
  color: #f22333 !important; }

a.btn:hover {
  color: #fff !important; }

a.btn.btn-secondary-outline {
  color: #f22333 !important; }

/*.topbar-expand-md .topbar-nav{
	background-color: #0d112b;
}*/
.topbar-backdrop {
  background-color: rgba(255, 255, 255, 0.21); }

.navStringee .nav-submenu {
  /*background: rgba(13, 17, 43, 0.86);*/
  background: rgba(13, 17, 43, 0.86);
  font-size: 14px; }
  .navStringee .nav-submenu .nav-link {
    color: #f3f3f3;
    opacity: 1; }
    .navStringee .nav-submenu .nav-link:hover {
      /*color: #fff !important;*/ }

.scroll-top {
  background-color: #ee2333;
  -webkit-box-shadow: 0 3px 15px rgba(243, 15, 20, 0.35);
  box-shadow: 0 3px 15px rgba(243, 15, 15, 0.47); }
  .scroll-top:hover {
    -webkit-box-shadow: 0 3px 15px rgba(243, 15, 20, 0.35) !important;
    box-shadow: 0 3px 15px rgba(243, 15, 15, 0.47) !important;
    color: #fff !important; }

/* .topbar {
  z-index: 9999999999; } */

#wrapBtnFlex {
  display: table;
  margin: auto; }
  #wrapBtnFlex .btn {
    margin-left: 10px;
    margin-right: 10px; }

.bg-stringee {
  background: #0d112b; }

.bg-dark-gray {
  background: #0f1432; }

#support .itemSupport img {
  height: 120px; }

#useCases .wrapUseCases .flexbox .itemImg {
  width: 20%; }
  #useCases .wrapUseCases .flexbox .itemImg img {
    height: 65px;
    width: 65px; }

#useCases .wrapUseCases .flexbox .itemText {
  width: 80%; }
  #useCases .wrapUseCases .flexbox .itemText h4 {
    margin-bottom: 0px; }
  #useCases .wrapUseCases .flexbox .itemText p {
    margin-bottom: 0px; }

#features .itemIcon {
  height: 100px; }

#modalStayUpToDateSuccess .modal-header,
#modalContactSuccess .modal-header {
  background: #0ccc78;
  border-radius: 5px 5px 0px 0px; }
  #modalStayUpToDateSuccess .modal-header h5.modal-title,
  #modalContactSuccess .modal-header h5.modal-title {
    color: #fff;
    margin: unset;
    float: left;
    margin-right: 20px; }
  #modalStayUpToDateSuccess .modal-header button.close,
  #modalContactSuccess .modal-header button.close {
    color: #fff; }

.btnGoBack {
  cursor: pointer; }

#pricing-usage .container:last-child ul.usages {
  border-bottom: none; }

#pricing-usage .container h2 {
  text-align: center;
  margin-bottom: 25px; }

#pricing-usage .container .price {
  font-size: 50px; }

#pricing-usage .container ul.usages {
  overflow: auto;
  position: relative;
  display: flex;
  color: #eaeaea;
  padding-left: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8; }
  #pricing-usage .container ul.usages li.usage {
    width: 14%;
    list-style: none;
    text-align: center;
    margin-left: 10px; }
    #pricing-usage .container ul.usages li.usage:first-child {
      margin-left: 0px; }
    #pricing-usage .container ul.usages li.usage .price {
      /*color: #fff !important;*/
      border: 2px solid #0d112b;
      border-radius: 5px;
      background-color: #0d112b;
      position: relative;
      height: 120px;
      margin-bottom: 30px;
      padding-left: 10px;
      padding-right: 10px; }
      #pricing-usage .container ul.usages li.usage .price:before, #pricing-usage .container ul.usages li.usage .price:after {
        -o-transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -kthtml-transition: all .5s ease-out;
        transition: all .5s ease-out;
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        margin-left: -20px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 15px solid;
        bottom: -15px; }
      #pricing-usage .container ul.usages li.usage .price:after {
        bottom: -12px;
        border-top-color: #0d112b; }
      #pricing-usage .container ul.usages li.usage .price:before {
        border-top-color: #0d112b; }
      #pricing-usage .container ul.usages li.usage .price span {
        display: block; }
        #pricing-usage .container ul.usages li.usage .price span.strong {
          margin-top: 30px;
          font-weight: 600; }
          #pricing-usage .container ul.usages li.usage .price span.strong.free {
            color: #46da60; }
        #pricing-usage .container ul.usages li.usage .price span.light {
          font-size: 12px;
          font-weight: 200; }
    #pricing-usage .container ul.usages li.usage .metric {
      color: #f32334;
      font-weight: 600;
      font-size: 20px;
      line-height: 22px; }
      #pricing-usage .container ul.usages li.usage .metric .minutes {
        display: block; }
      #pricing-usage .container ul.usages li.usage .metric .light {
        font-size: 12px;
        font-weight: 200;
        color: #8e8e8e; }
    #pricing-usage .container ul.usages li.usage.tb-0 .price {
      /*background: #46da60;*/
      /*border: #46da60;*/ }

.text-white {
  color: #ffffff !important; }

.setupFee {
  text-align: center; }
  .setupFee span {
    color: #ffbe00;
    font-weight: 600; }

.mobile-show {
  display: none; }
  .mobile-show.logo-mobile {
    margin-left: 10px; }

.box {
  position: relative; }
  .box.pricing-1 .plan-name {
    background-color: #0d112b;
    color: #fff;
    font-size: 19px;
    font-family: "Dosis", "Open Sans", sans-serif; }
  .box.pricing-1:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
  .box.box1 .plan-name {
    background-image: url(/static/assets/img/overview_hero.svg); }
  .box.box2 .plan-name {
    background-image: url(/static/assets/img/background-hero.png); }
  .box.box3 .plan-name {
    background-image: url(/static/assets/img/hero-sms.svg); }

.nav-pricing {
  display: -webkit-inline-box;
  margin-bottom: 20px; }
  .nav-pricing .nav-item .nav-link {
    border-color: #0d112b; }
    .nav-pricing .nav-item .nav-link h6 {
      margin-bottom: 0px; }
    .nav-pricing .nav-item .nav-link.active {
      background: #0d112b; }
      .nav-pricing .nav-item .nav-link.active h6 {
        color: #fff; }
    .nav-pricing .nav-item .nav-link:hover {
      background: #0d112b; }
      .nav-pricing .nav-item .nav-link:hover h6 {
        color: #fff; }

.w-70px {
  width: 70px !important; }

#field .media h3 {
  font-weight: 500;
  margin-top: -10px; }

.body-scrolled .topbar.topbar-sticky {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.23); }

.dropdown-item {
  color: #424242; }

@media (max-width: 767px) {
  .topbar-expand-md.topbar-inverse .topbar-nav > .nav-item > .nav-link {
    color: #ffffff; }
  .topbar-expand-md .topbar-nav {
    background-color: #0d112b; }
  #overview .feature-sum {
    display: table; }
  #overview .feature-sum span,
  #overview .feature-sum span + span {
    position: initial;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    top: initial;
    left: initial;
    display: block; }
  #pricing-usage .container ul.usages li.usage {
    width: auto; }
  #wrapBtnFlex a {
    margin-bottom: 15px; }
  .mobile-text-left {
    text-align: left !important; }
  .topbar {
    height: 70px; }
  .topbar > .container {
    height: 70px; }
  .topbar-reveal .topbar {
    height: auto; } }

/*************TABLEPLAN *************/

.tableplan {
  width: 100%;
  background: #FFF; }

.tableplan-block {
  position: relative;
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  top: -110px;
  z-index: 9; }

.tableplan-bg {
  position: relative;
  float: left;
  width: 100%;
  background: #FFF;
  border-radius: 5px; }

.tableplan-blockin {
  float: left;
  width: calc(100% - 50px);
  padding: 45px 0 0 50px; }

.plan-tab {
  /*float:left; */
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  border-radius: 20px;
  margin-bottom: 50px; }

.plan-tab li {
  float: left;
  width: 20%;
  font-size: 16px;
  color: #010101;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-radius: 20px; }

.plan-tab li .sale {
  font-size: 12px;
  color: #ff6600; }

.plan-tab li.active {
  background: #1890ff;
  color: #FFF; }

.plan-tab li.active .sale {
  color: #FFF; }

.planitem {
  float: left;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  background: #FFF;
  padding-bottom: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }

.planitem:nth-child(3) {
  margin-right: 0; }

.plan-head,
.plan-head-un {
  float: left;
  width: 100%;
  background: #3cd458;
  text-align: center;
  padding: 20px 0;
  color: #FFF; }

.free .plan-head,
.free .plan-head-un {
  background: #f5f5f5;
  color: #555; }

.free .plan-head-un {
  background: #f1f1f1; }

.free .plan-head .price-number {
  font-weight: 400; }

.free .plan-head .plan-name {
  color: #555;
  border-color: #555; }

.plan-head .plan-name {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  border-bottom: 1px #FFF solid;
  padding-bottom: 4px;
  text-transform: uppercase; }

.plan-head .price-number {
  display: block;
  font-size: 50px;
  font-weight: 700;
  padding-top: 10px; }

.plan-head-un {
  background: #53a5ef;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 0; }

.plan-feature li {
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #1e1e1e;
  text-align: center; }

.plan-feature li:last-child {
  border-bottom: 0; }

.custom-plan {
  float: left;
  width: 100%;
  margin-top: 40px;
  text-align: center; }

.custom-plan .arrow-right {
  font-size: 16px; }

.plan-question {
  width: 100%;
  padding: 40px 0;
  background: #f8f9fa; }

.question-column {
  float: left;
  width: calc((100% - 50px) / 2);
  margin: 30px 50px 0 0; }

.question-column.right {
  margin-right: 0; }

.question-column li {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0 20px 0; }

.question-column .qs-title {
  float: left;
  width: 100%;
  border-bottom: 1px #dbdbdb solid;
  padding-bottom: 18px;
  color: #333;
  font-size: 18px;
  cursor: pointer; }

.question-column .qs-title.less {
  border-color: #288feb;
  color: #288feb; }

.question-column .qs-details {
  position: relative;
  float: left;
  width: calc(100% - 30px);
  padding-left: 15px;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  display: none; }

.plan-compare {
  width: 100%;
  background: #FFF;
  padding: 0 0 50px 0;
  display: none; }

.table-compare {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0; }

.table-compare td,
.table-compare th {
  padding: 14px 15px;
  font-size: 14px;
  color: #4e4e4e;
  border-bottom: 1px #dfdfdf solid;
  text-align: left; }

.table-compare td .tick {
  color: #67b001;
  font-size: 16px; }

.table-compare thead th {
  background: #f5f5f5;
  font-size: 18px;
  font-weight: 700; }

.table-compare thead th.name {
  width: 20%;
  background: #1890FF;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  border-left: 1px #FFF solid; }

.table-compare thead th.name.free {
  background: #b6dcff;
  color: #555;
  font-weight: 400; }

.table-compare td.title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700; }

.table-compare td.name {
  width: 20%;
  text-align: center; }

.table-compare td.name.free {
  background: #F9F9F9; }

#open-details {
  font-size: 20px; }

@media screen and (max-width: 480px) {
  .tableplan-blockin {
    width: 100%;
    padding: 0; }
  .plan-tab {
    height: auto;
    margin-bottom: 20px; }
  .plan-tab li {
    width: 96%;
    margin: 5px 2% 0 2%; }
  .planitem {
    width: 100%;
    margin: 0; } }

.nav-tabs-style1 .nav-link {
  color: #010101;
  font-weight: 300;
  border: none;
  transition: none; }
  .nav-tabs-style1 .nav-link:hover {
    color: #010101 !important; }
  .nav-tabs-style1 .nav-link.active {
    background: #45d65e;
    color: #FFF;
    float: left;
    width: 20%;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 30px; }

.pricing-1 {
  border: 1px solid #eaeaea;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); }
  .pricing-1 .price {
    font-size: 30px; }
    .pricing-1 .price .price-unit {
      margin-top: 5px;
      display: block; }
  .pricing-1 p.lead {
    border-top: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px; }
    .pricing-1 p.lead.lead_first {
      border-bottom: none !important; }
  .pricing-1 .plan-head-un {
    font-size: 16px; }
  .pricing-1.pricing-min-height1 {
    height: 470px; }
  .pricing-1.pricing-min-height2 {
    min-height: 386px; }

.plan-feature li {
  color: #535358; }

.body-scrolled .nav-submenu {
  background: white; }
  .body-scrolled .nav-submenu .nav-link {
    color: #494949; }

.nav-tabs-style0 .nav-link {
  text-transform: none; }

.display-flex {
  display: flex; }

.body-scrolled .scroll-top {
  opacity: 0.8; }

.topbar-nav .nav-link {
  opacity: 1; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Helvetica, 'Roboto', sans-serif; }

.nav-submenu {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12); }

.swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-bullet {
  background: #a5a5a5; }

.site-footer {
  border-top: none; }

.site-footer p {
  color: #535353 !important; }

.text-lightest {
  color: #ccd4da !important; }

.icon-headphone {
  background: url(/static/assets/img/icon/icon-headphone.svg);
  background-repeat: no-repeat;
  background-size: cover; }

.icon-contact {
  background: url(/static/assets/img/icon/icon-contact.svg);
  background-repeat: no-repeat;
  background-size: cover; }

.icon-select-contact {
  background: url(/static/assets/img/icon/icon-select-contact.svg);
  background-repeat: no-repeat;
  background-size: cover; }

.icon-report {
  background: url(/static/assets/img/icon/icon-report.svg);
  background-repeat: no-repeat;
  background-size: cover; }

.newspapers img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }
  .newspapers img:hover {
    filter: none; }

.page-features--block-feature-img {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  background: #FFFFFF;
  display: table;
  margin: auto; }
  .page-features--block-feature-img img {
    width: 35px; }

pre {
  border: initial;
  padding: initial;
  background: initial; }
  pre .hljs {
    padding: 10px 20px !important; }

.demo {
  /* reset bootrap */ }
  .demo .nav-tabs .nav-item.show .nav-link,
  .demo .nav-tabs .nav-link.active {
    background: none;
    border: none; }
  .demo .nav-tabs .nav-link:focus,
  .demo .nav-tabs .nav-link:hover {
    border: none;
    background: none; }
  .demo .nav-tabs .nav-link {
    border: none !important;
    border-radius: 0px; }
  .demo a,
  .demo a:hover {
    color: initial; }
  .demo .number,
  .demo .keyword {
    color: #f22f46;
    background: #fff;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    padding: 8px 12px;
    margin: 0 8px; }
  .demo .demo__legal {
    font-size: 14px;
    color: rgba(13, 17, 43, 0.6); }
  .demo .demo__code {
    position: relative;
    background: #233659; }
    .demo .demo__code .languages {
      list-style-type: none;
      background: #0d122b;
      padding: 0 14px;
      border-bottom: solid 1px rgba(148, 151, 155, 0.5); }
      .demo .demo__code .languages li {
        display: inline-block;
        margin: 0 8px;
        border-bottom: solid 2px transparent; }
        .demo .demo__code .languages li a {
          color: #a1a4a7;
          letter-spacing: .12em;
          text-transform: uppercase;
          font-size: 10px;
          margin: 0 -8px -1px;
          display: inline-block;
          font-weight: 500;
          padding: 14px 8px 12px; }
          .demo .demo__code .languages li a:hover {
            text-decoration: none;
            color: #fff !important; }
          .demo .demo__code .languages li a.active {
            color: #fff !important; }
    .demo .demo__code pre {
      background: initial;
      padding: 0px;
      border: initial;
      box-shadow: initial;
      padding: 10px 20px;
      font-size: 12px;
      color: #e8e8e8;
      background-color: #233659;
      overflow: auto;
      position: relative;
      white-space: pre-wrap; }
    .demo .demo__code .hljs {
      background: transparent; }
    .demo .demo__code .tab-content {
      height: 533px;
      overflow-x: auto; }

#wrap-softphone-demo {
  height: 538px;
  position: relative;
  margin: auto;
  width: 290px; }

.text-blur {
  color: transparent;
  text-shadow: 0 0 12px rgba(253, 94, 94, 0.5); }

.stringee_iframe_wrapper {
  position: absolute !important; }

#page-pricing .col {
  padding-left: 5px;
  padding-right: 5px; }

/** Custom for iti input*/
.form-group .iti{
  width: 100%;
}


@media screen and (max-width: 480px) {
  .body-scrolled .topbar.topbar-inverse.topbar-sticky .topbar-nav > .nav-item > .nav-link,
  .body-scrolled .topbar.topbar-inverse.topbar-sticky .topbar-toggler,
  .body-scrolled .topbar.topbar-inverse.topbar-sticky .drawer-toggler {
    color: #fff; }
  .nav-submenu {
    background: rgba(13, 17, 43, 0.86) !important; }
    .nav-submenu .nav-link {
      color: #d4d4d4 !important; }
  .body-scrolled .topbar.topbar-sticky {
    background: #0d112b !important; }
  .pricing-min-height1 {
    min-height: auto !important; }
  .pricing-min-height2 {
    min-height: auto !important; }
  .nav-tabs-style0 {
    display: block; }
    .nav-tabs-style0 .nav-link {
      border-top-left-radius: 10rem;
      border-bottom-left-radius: 10rem;
      border-top-right-radius: 10rem;
      border-bottom-right-radius: 10rem; } }

.nav-full-container {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px; }

@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: block; }
 }

@media (max-width: 991px) {
  .topbar-expand-md .topbar-nav .nav-item .nav-submenu {
    border-left: 1px dashed rgba(255, 255, 255, 0.37); }
  .topbar-toggler {
    font-size: 2.4em; }
}




    .modal-dialog-centered {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      min-height: calc(100% - (.5rem * 2));
  }

.modal-cookie-us {
  display: none;
  padding: 20px;
  max-width: 750px;
  z-index: 16000020;
  position: fixed;
}



/** Banner **/
#banner-top-fix{
  width: 100%;
  position: fixed;
  z-index: 950;
  top: 0px;
  height: 72px !important;
  display: none;
}
.have-banner-top #banner-top-fix{
  display: block;
}

.have-banner-top.topbar {
  top: 72px;
}

@media (max-width: 767px){
  #banner-top-fix{
    top: -5px;
    height: 20px !important;
  }
  .have-banner-top.topbar{
    height: 16px;
    top: 16px;
  }

  .have-banner-top.topbar .nav-full-container{
    margin-top: 40px;
  }
  .body-scrolled .have-banner-top.topbar .nav-full-container{
    margin-top: 0px !important;
  }
  .have-banner-top .topbar-backdrop::after{
    top: 30px;
  }
}

@media (max-width: 600px) {
  .btn-group-sm>.btn, .btn-sm {
    font-size: 11px;
    padding: 2px 10px;
  }
  .mobile-hide {
    display: none !important; }
  .mobile-show {
    display: block; }
  .nav-full-container {
    width: initial;
    margin-left: initial;
    margin-right: initial; }
}