.header-speciality-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.title_type {
  margin-bottom: 15px;
  font-size: 22px;
  color: #FAFAFA;
  font-weight: 601;
  margin-top: 65px;
}

.content .title_type:first-child {
  margin-top: initial;
}

.source {
  color: #A3A3A37A;
  font-size: 10px;
  text-align: center;
}

.source a {
  text-decoration: underline;
  cursor: pointer;
  font-style: italic;
}

.header-speciality-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header-speciality-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.header-speciality-title:hover i {
  margin-right: 15px;
}

.speciality-grid {
  display: grid;
  grid-template-columns: 1.3fr 4fr;
  grid-gap: 20px;
}

.speciality-navbar {
  height: 38px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  margin-bottom: 5px;
  transition-duration: .4s;
  border-radius: 7px;
  padding-left: 20px;
  cursor: pointer;
  font-weight: 501;
}

.active--nav {
  background-color: #1E1E1E;
}

.speciality-navbar:hover {
  background-color: #333;
}

.active--nav::before {
  content: "";
  width: 3px;
  height: 96%;
  background: #424242;
  transform: translateX(-20px);
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.speciality-sub-navbar {
  padding-left: 30px;
  transition-duration: .4s;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  color: #A3A3A3;
}

.speciality-sub-navbar:hover {
  padding-left: 40px;
}

.container .title {
  width: 95% !important;
  margin: auto;
  font-size: 22px;
}

.container .subtitle {
  width: 95% !important;
  margin: auto;
  margin-bottom: 20px !important;
  margin-top: 2px;
  font-size: 16px;
}

.speciality-text {
  width: 90% !important;
  margin: auto;
}

.speciality-img-container {
  color: #A3A3A3;
  text-align: center;
  width: 60% !important;
  margin: auto;
  font-size: 14px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.speciality-img-container img {
  width: 100%;
}

.speciality-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 10px;
}

.type--:not(:last-child) {
  margin-bottom: 60px;
}

.fixed-navbar {
  top: 5.3rem;
  position: sticky;
  z-index: 2;
  height: 100vh;
  align-items: center;
}

.active-- {
  padding-left: 40px;
  transition-duration: .4s;
}



.grid-default {
  width: 95% !important;
  margin: auto;
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 50px;
}

.default-text div {
  color: #A3A3A3;
}

.default-text div:not(:last-child) {
  margin-bottom: 20px;
}

.default-image {
  border-radius: 9px;
  max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.default-img {
  position: relative;
  cursor: pointer;
}

.zoom {
  position: absolute;
  width: 30%;
  left: 50%;
  transform: translateX(-50%);
  top: 35%;
  aspect-ratio: 1 / 1;
  background: #00000080;
  border-radius: 99px;
  opacity: 0;
  transition: .3s;
  background-image: url(/include/images/svg/zoom.svg);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.default-img:hover .zoom {
  opacity: 1;
}

.default-img:hover .default-image {
  opacity: 0.7;
  transition: .5s;
}

.sub-image-text {
  color: #A3A3A3;
  text-align: center;
  margin-top: 5px;
}

.zoom-popup .custom-model-inner {
  width: fit-content;
  max-width: 80%;
  max-height: 80%;
  overflow: hidden !important;
}

.zoom-popup .custom-model-wrap {
  overflow: hidden !important;
  background: transparent;
  border: transparent;
}

#zoom-in {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin-top: 30px;
}

.zoom-popup .close-btn {
  display: none;
}

.custom-model-wrap {
  border-radius: initial !important;
  padding: initial !important;
}

@media screen and (max-width: 750px) {
  .fixed-navbar {
    position: initial !important;
    height: initial !important;
    margin-bottom: 25px;
  }
  .speciality-grid {
    display: block !important;
  }
}

@media screen and (max-width: 650px) {
  .grid-default {
    display: block;
  }
  .default-demo {
    margin-top: 20px;
  }
}