@-webkit-keyframes animation1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    color: #fff;
    background: #F7A50A;
    box-shadow: none;
  }
}
@keyframes animation1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    color: #fff;
    background: #F7A50A;
    box-shadow: none;
  }
}
@-webkit-keyframes animation2 {
  0%, 50%, 100% {
    background: transparent;
    opacity: 1;
  }
  25%, 75% {
    color: #fff;
    background: #F7A50A;
    box-shadow: none;
  }
}
@keyframes animation2 {
  0%, 50%, 100% {
    background: transparent;
    opacity: 1;
  }
  25%, 75% {
    color: #fff;
    background: #F7A50A;
    box-shadow: none;
  }
}
.text-center-icon-mobile {
  text-align: center;
}

.navbar-brand img {
  height: 65px;
  cursor: pointer;
}

#navbar {
  background: #395F60;
  position: -webkit-sticky;
  position: sticky;
  top: -2px;
  z-index: 11111;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  cursor: pointer;
  padding-left: 0.5rem;
  color: #fff;
  font-weight: 600 !important;
}

.nav-item {
  margin: 5px 26px 10px 5px;
}

.teeth-button {
  background: #F7A50A;
  border: none;
  font-size: 15px;
  margin: 11px 2px 11px 12px;
  margin: 10px;
  margin-left: 35px;
  color: #395F60;
  font-weight: 700;
  padding: 5px 12px 6px 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
}

.top {
  position: inherit;
  letter-spacing: 2px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  width: 100%;
  z-index: 111;
  background: #F7A50A;
  height: 45px;
  padding: 0.5em 0.5em;
}
.top div {
  color: #395F60 !important;
}
.top .comming-soon {
  padding: 0.2em 0em;
  width: 70%;
  box-shadow: 0 0 2px;
  background: #395F60;
  font-family: "Alegreya Sans", sans-serif;
  color: #fff !important;
  font-weight: 700;
  align-items: center;
  border-radius: 10px;
  text-align: center;
  -webkit-animation: animation1 3s ease 1s infinite normal none !important;
          animation: animation1 3s ease 1s infinite normal none !important;
}

.top-social ul {
  display: inline-flex;
  margin-top: 0px !important;
  list-style-type: none;
}
.top-social ul li {
  margin-left: 12px;
  margin-right: 12px;
}
.top-social ul li a {
  font-size: 24px;
  color: #fff;
}
.top-social ul li a:hover {
  color: #395F60;
}
.top-social ul li a i::before {
  color: #fff !important;
}

.top-email {
  text-align: center;
}
.top-email span {
  color: #395F60;
}
.top-email a {
  margin-left: 1.3em;
  text-align: center;
  text-decoration: none;
  color: #395F60;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  padding-top: 4px;
  letter-spacing: 0px;
}
.top-email a:hover {
  color: #fff;
  text-decoration: none;
}
.top-email a i::before {
  font-size: 24px;
  color: #395F60 !important;
}

@media only screen and (min-width: 770px) {
  .text-center-icon-mobile {
    text-align: start !important;
  }
  .top-email a {
    margin-left: 1.3em;
    /* text-align: center; */
    text-decoration: none;
    color: #395F60;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    letter-spacing: 0px;
    position: relative;
    top: -21px !important;
  }
  .top-social ul {
    display: inline-flex;
    margin-top: -5px !important;
    list-style-type: none;
  }
  .sec-show-btn {
    display: block;
  }
}
@media (min-width: 992px) {
  .sec-show-btn {
    display: block;
  }
  #navbar {
    background: #395F60;
    z-index: 1111;
    position: -webkit-sticky;
    position: sticky;
    top: -2px;
    width: 100%;
    padding: 10px 107px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    cursor: pointer;
    color: #fff;
    font-weight: 600 !important;
  }
  .top-email a {
    margin-left: 0.5em;
    /* text-align: center; */
    text-decoration: none;
    color: #395F60;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    letter-spacing: 0px;
    line-height: 2.5;
    position: relative;
  }
}
.sec-show-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .text-center-icon-mobile {
    text-align: start !important;
    margin-left: 0;
  }
  .top-email a {
    margin-left: 1.3em;
    /* text-align: center; */
    text-decoration: none;
    color: #395F60;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    letter-spacing: 0px;
    position: relative;
    top: -20px !important;
  }
  .top {
    position: inherit;
    letter-spacing: 2px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    width: 100%;
    z-index: 111;
    background: #F7A50A;
    height: 45px;
  }
  .top div {
    color: #395F60 !important;
  }
  .top .comming-soon {
    width: 90%;
    box-shadow: 0 0 2px;
    background: #F7A50A;
    font-family: "Alegreya Sans", sans-serif;
    color: #395F60 !important;
    font-weight: 900;
    padding: 0.4em;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    /* margin-top: 9.2em; */
    font-size: 20px;
    position: absolute;
    top: 7em;
    left: 5.5em;
    z-index: 1111;
    -webkit-animation: animation2 3s ease 1s infinite normal none !important;
            animation: animation2 3s ease 1s infinite normal none !important;
  }
  .top-social ul {
    margin-left: -3em !important;
    display: inline-flex;
    margin-top: -25px !important;
    list-style-type: none;
  }
  .nav-button {
    display: none;
  }
  .sec-show-btn {
    display: block;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    margin-top: -60px;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  #navbar {
    z-index: 1111;
    background: #395F60;
    padding: 0;
    width: 100%;
    top: -1px;
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    box-shadow: 0 0 7px grey;
    background: #fff;
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #395F60;
    font-weight: 600 !important;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #395F60;
    font-weight: 600 !important;
  }
  .TELE {
    display: none;
  }
  .top {
    zoom: 80%;
  }
  .navbar-brand {
    width: 44%;
  }
  .navbar-brand img {
    cursor: pointer;
    height: 50px;
    margin-top: 0px;
  }
  .navbar-toggler {
    color: #fff !important;
    margin-top: 10px;
  }
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  /* margin-right: 0rem; */
  font-size: 1.25rem;
  margin-right: auto !important;
  /* margin-left: auto; */
  line-height: inherit;
  white-space: nowrap;
}

.top-email a {
  margin-left: 1.3em;
  /* text-align: center; */
  text-decoration: none;
  color: #395F60;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
  line-height: 4.5;
  position: relative;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

@media only screen and (max-width: 600px) {
  .text-center-icon-mobile {
    text-align: start !important;
    margin-left: 0;
  }
  .top-email a {
    margin-left: 1em;
    /* text-align: center; */
    text-decoration: none;
    color: #395F60;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    letter-spacing: 0px;
    position: relative;
    top: -20px !important;
  }
  .top {
    position: inherit;
    letter-spacing: 2px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    width: 100%;
    z-index: 111;
    background: #F7A50A;
    height: 45px;
  }
  .top div {
    color: #395F60 !important;
  }
  .top .comming-soon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 0 2px;
    background: #F7A50A;
    font-family: "Alegreya Sans", sans-serif;
    color: #395F60 !important;
    font-weight: 700;
    padding: 0.4em 1em;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    /* margin-top: 9.2em; */
    font-size: 16px;
    position: absolute;
    top: 8em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1111;
    -webkit-animation: animation2 3s ease 1s infinite normal none !important;
            animation: animation2 3s ease 1s infinite normal none !important;
  }
  .top-social ul {
    margin-left: -3em !important;
    display: inline-flex;
    margin-top: -25px !important;
    list-style-type: none;
  }
  .nav-button {
    display: none;
  }
  .sec-show-btn {
    display: block;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    margin-top: -60px;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  #navbar {
    z-index: 1111;
    background: #395F60;
    padding: 0;
    width: 100%;
    top: -1px;
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    box-shadow: 0 0 7px grey;
    background: #fff;
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #395F60;
    font-weight: 600 !important;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #395F60;
    font-weight: 600 !important;
  }
  .TELE {
    display: none;
  }
  .top {
    zoom: 80%;
  }
  .navbar-brand {
    width: 44%;
  }
  .navbar-brand img {
    cursor: pointer;
    height: 50px;
    margin-top: 0px;
  }
  .navbar-toggler {
    color: #fff !important;
    margin-top: 10px;
  }
}
@media (max-width: 450px) {
  .text-center-icon-mobile {
    text-align: start !important;
    margin-left: 0;
  }
  .comming-soon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 0 2px;
    background: #F7A50A;
    font-family: "Alegreya Sans", sans-serif;
    color: #395F60 !important;
    font-weight: 700;
    padding: 0.4em 1em;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    /* margin-top: 9.2em; */
    font-size: 16px;
    position: absolute;
    top: 7em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1111;
    -webkit-animation: animation2 3s ease 1s infinite normal none !important;
            animation: animation2 3s ease 1s infinite normal none !important;
  }
}
@media (max-width: 400px) {
  .text-center-icon-mobile {
    text-align: start !important;
    margin-left: 0;
  }
  .comming-soon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 0 2px;
    background: #F7A50A;
    font-family: "Alegreya Sans", sans-serif;
    color: #395F60 !important;
    font-weight: 700;
    padding: 0.4em 1em;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    /* margin-top: 9.2em; */
    font-size: 16px;
    position: absolute;
    top: 7em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1111;
    -webkit-animation: animation2 3s ease 1s infinite normal none !important;
            animation: animation2 3s ease 1s infinite normal none !important;
  }
}
@media (max-width: 352px) {
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    width: 31%;
    line-height: inherit;
    white-space: nowrap;
  }
  .navbar-brand img {
    cursor: pointer;
    height: 33px !important;
    margin-top: 0px;
  }
}
@media (max-width: 340px) {
  .text-center-icon-mobile {
    text-align: start !important;
    margin-left: 0;
  }
  .comming-soon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 0 2px;
    background: #F7A50A;
    font-family: "Alegreya Sans", sans-serif;
    color: #395F60 !important;
    font-weight: 700;
    padding: 0.4em 1em;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    /* margin-top: 9.2em; */
    font-size: 16px;
    position: absolute;
    top: 7em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1111;
    -webkit-animation: animation2 3s ease 1s infinite normal none !important;
            animation: animation2 3s ease 1s infinite normal none !important;
  }
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    width: 40% !important;
    white-space: nowrap;
  }
}
@media (max-width: 336px) {
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    width: 30% !important;
    white-space: nowrap;
  }
  .top-social ul {
    margin-left: -3em !important;
    display: inline-flex;
    margin-top: -25px !important;
    list-style-type: none;
  }
  .top .comming-soon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 0 2px;
    background: #F7A50A;
    font-family: "Alegreya Sans", sans-serif;
    color: #395F60 !important;
    font-weight: 900;
    padding: 0.4em;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    /* margin-top: 9.2em; */
    font-size: 16px;
    position: absolute;
    top: 7em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1111;
    -webkit-animation: animation2 3s ease 1s infinite normal none !important;
    animation: animation2 3s ease 1s infinite normal none !important;
  }
  .top-email a {
    margin-left: 0.5em;
    /* text-align: center; */
    text-decoration: none;
    color: #395F60;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    letter-spacing: 0px;
    line-height: 4.5;
    position: relative;
  }
}
@media (max-width: 310px) {
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    width: 30% !important;
    white-space: nowrap;
  }
  .top-social ul {
    margin-left: -3em !important;
    display: inline-flex;
    margin-top: -25px !important;
    list-style-type: none;
  }
  .top .comming-soon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 0 2px;
    background: #F7A50A;
    font-family: "Alegreya Sans", sans-serif;
    color: #395F60 !important;
    font-weight: 900;
    padding: 0.4em 1em;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    /* margin-top: 9.2em; */
    font-size: 16px;
    position: absolute;
    top: 7em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1111;
    -webkit-animation: animation2 3s ease 1s infinite normal none !important;
    animation: animation2 3s ease 1s infinite normal none !important;
  }
}
@media (max-width: 282px) {
  .top {
    zoom: 60%;
  }
  .top .top-social ul {
    margin-left: -3em !important;
    display: inline-flex;
    margin-top: -25px !important;
    list-style-type: none;
  }
  .navbar {
    zoom: 80%;
  }
  .navbar .navbar-brand img {
    cursor: pointer;
    height: 33px !important;
    margin-top: 0px;
  }
  .first-part {
    zoom: 75%;
  }
}/*# sourceMappingURL=navbar.css.map */