/**
 * Author: Tim Vervoort - contact@timvervoort.com
 * Licence: Free for commercial use
 * Last update: 14th December 2018 - v1.5
 */

.fs-gal-view {
  display: none;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 5%;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-color: rgba(20, 20, 20, 0.7);
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fs-gal-view h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 300;
  font-size: 26px;
}

.fs-gal-prev,
.fs-gal-next,
.fs-gal-close {
  position: absolute;
  top: calc(50vh - 20px);
  height: 40px;
  width: 40px;
  z-index: 999999;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
  transition: all 0.3s;
}

.fs-gal-prev:hover,
.fs-gal-next:hover,
.fs-gal-close:hover {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.9));
  cursor: pointer;
}

.fs-gal-prev {
  left: 14px;
}

.fs-gal-next {
  right: 14px;
}

.fs-gal-close {
  top: 14px;
  right: 14px;
  height: 30px;
  width: 30px;
}

.fs-gal-main {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fs-gal:hover,
.fs-gal-nav:hover,
.fs-gal-close:hover {
  cursor: pointer;
}

/* *********************************** */

.page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  border-radius: 24px;
}

.page-numbers.current {
  background-color: var(--primary);
  color: #fff;
}

.next.page-numbers,
.prev.page-numbers {
  background-color: rgb(var(--primary-rgb) / 10%);
  color: var(--primary);
}

.goog-te-gadget-simple {
  background: transparent !important;
  border: 0 !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.g-translate .goog-te-gadget img.goog-te-gadget-icon {
  background-image: url("/source/56eeaeee642d9ea92f244495ce732f76/globe.png") !important;
  background-position: center !important;
  background-size: contain;
  width: 13px;
  height: 13px;
  margin-left: 0;
  margin-right: 8px;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  border: 0 !important;
  color: var(--link-color) !important;
}

body {
  top: 0px !important;
}

.product-cate__image img {
  max-height: 242px;
}

.goog-te-menu-value {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-width: 122px !important;
  display: inline-block;
}

@media(max-width: 767px) {

  .ortho-intro span {
    text-align: left;
  }

  .ortho-intro h2 {
    text-align: left;
  }

  .ortho-intro strong {
    text-align: left;
  }

  .ortho-intro h3 {
    text-align: left;
  }

  .ortho-intro p {
    text-align: left;
  }

  .g-translate .goog-te-gadget img.goog-te-gadget-icon {
    margin-right: 0;
  }

  .g-translate .goog-te-gadget img.goog-te-gadget-icon+span {
    display: none;
  }
}



.ortho-intro h2 {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 200 !important;
}

.ortho-intro strong {
  background: #f08331;
  color: white !important;
  padding: 10px 30px;
  font-family: 'Switzer-Semibold';
  border-radius: 100px;
  margin-bottom: 30px !important;
  display: block;
  width: fit-content;
  font-size: 22px;
}

.ortho-intro h3 {
  font-size: 24px;
  letter-spacing: 1px;
}

.ortho-intro p {
  font-size: 18px;
  width: 60%;
}

.inverted{
	    filter: brightness(10);
}

.text-right{
	text-align:right;
}

a:visited {
    color: unset;
}

.modify-banner .slider-content {
    top: 20%;
}

.container.custom-career-form form {
    background: white;
    padding: 30px;
    border-radius: 20px;
}

.custom-career-form input, .custom-career-form select {
    background-color: #eff1f5 !important;
}

.custom-career-form input[type="submit"]{
	    background: #1b4e9b !important;
}

.career-form-head {
    background-color: #eff1f5 !important;
}
.career-form-head {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    margin-top: 40px;
}

@media (max-width:1024px){
.career-form-head {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    margin-top: 40px;
}
}