{{-- @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css"); --}}
@font-face {
  font-family: sans;
  font-style: normal;
  src: url("../fonts/IRANSansWeb(FaNum).eot");
  src: url("../fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum).woff") format("woff2"), url("../fonts/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/IRANSansWeb(FaNum).ttf") format("truetype"); }
*{
  
     box-sizing: border-box;
}
.description h4,
#description h4 {
  color: #00769a !important; }
  .rounded-custom{
      border-radius:1.5vh;
  }

.description h3,
#description h3 {
  color: #00a650 !important; }

.description p,
#description p {
  color: #000 !important; }

body {
  background: #fff;
  font-family: "sans";
  direction: ltr; }

p {
  font-size: 1.75vh; }

audio {
  border-radius: 5vh; }

.text-custom {
  color: #195369; }

.bg-custom {
  background-color: #195369; }

.bg-custom-info {
  background-color: #00769a; }

menu .bottom-menu .level-1,
menu .bottom-menu .level-2 {
  background-color: #00769a;
  border-radius: 0 0 1.5vh 1.5vh; }

.pro .owl-theme .owl-dots .owl-dot.active span {
  background: #195369; }

.pro .owl-theme .owl-dots .owl-dot:hover span {
  background: #195369; }

.pro .owl-theme .owl-dots .owl-dot span {
  background: #00a650; }

.text-custom-light {
  color: #00a650; }

.bg-custom-light {
  background-color: #00a650; }

.faq-home .accordion:after {
  color: #00a650; }

.pro .price {
  background-color: #f3f3f3; }

menu .top-menu {
  background-color: #f3f3f3; }

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #195369 !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #00a650; }

.text-custom-danger {
  color: #f57423; }

.text-custom-yello {
  color: #cca330; }

.btn-success {
  color: #fff;
  font-weight: 700;
  background-color: #00a650 !important;
  border-color: #00a650 !important; }
  .btn-success:hover {
    color: #00a650 !important;
    font-weight: 700;
    background-color: transparent !important;
    border-color: #00a650 !important; }

.sidenav-header {
  background: #fff;
  background: linear-gradient(180deg, white 50%, #195369 50%); }

.sidenav-body a:hover {
  background-color: #195369 !important;
  color: #f8f9fa; }

.cont .barline-title i {
  color: #00a650; }

.bg-danger {
  background-color: #ff4757 !important; }

.gold-color {
  color: #f6b93b; }

.footer-p input {
  opacity: 0;
  position: absolute;
  pointer-events: none; }

.footer-p .footer-more {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  text-align: justify;
  transition: 0.5s;
  font-size: 2vh;
  line-height: 3.5vh; }

.footer-p input:focus ~ label {
  outline: -webkit-focus-ring-color auto auto; }

.footer-p input:checked + .footer-more {
  -webkit-line-clamp: unset !important;
  overflow: inherit !important; }

.footer-p input:checked ~ label {
  display: none; }

.footer-p label {
  font-size: 2.25vh;
  text-align: left;
  color: #cca330; }

html {
  scroll-behavior: smooth; }

.container {
  max-width: 94%;
  width: 94%; }

.max-content {
  width: max-content; }

.btn,
button,
input,
select,
textarea {
  border-radius: 1.5vh !important; }

menu .top-menu {
  height: 4.5vh; }
  menu .top-menu li {
    height: 4.5vh;
    display: flex;
    align-items: center;
    padding: 0 2vh; }
  menu .top-menu .t-link {
    font-size: 1.75vh; }
  menu .top-menu .flaticon-whatsapp, menu .top-menu .flaticon-instagram, menu .top-menu .flaticon-telegram {
    font-size: 2.5vh; }
  menu .top-menu .flaticon-twitter {
    font-size: 2.5vh;
    margin-top: 0.85vh; }

menu .auth li {
  margin-right: 2.5vh; }

menu .auth .link-a {
  font-size: 2vh;
  display: flex;
  align-items: center;
  justify-content: center; }

menu .auth a .icon {
  width: 4vh;
  height: 4vh;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

menu .bottom-menu .close-item {
  display: none; }

menu .bottom-menu .nav {
  list-style: none;
  padding: 0;
  display: flex; }
  menu .bottom-menu .nav .fa {
    margin-left: 5px; }

menu .bottom-menu .nav-link,
menu .bottom-menu .dp-link {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: 0.25s;
  font-size: 1.75vh; }

menu .bottom-menu .level-1, menu .bottom-menu .level-2 {
  display: none; }
  menu .bottom-menu .level-1 a, menu .bottom-menu .level-2 a {
    padding: 0.75vh 1.25vh 0.75vh 3vh;
    position: relative; }

menu .bottom-menu .level-1 {
  width: auto; }

menu .bottom-menu .level-2 {
  width: 200px;
  top: 0;
  right: 100%; }

menu .bottom-menu .dp-menu {
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 2; }

menu .bottom-menu .dp-item {
  position: relative;
  border-bottom: 1px solid #fff; }
  menu .bottom-menu .dp-item:hover,
  menu .bottom-menu .dp-item:hover > .dp-link {
    background-color: #eee;
    color: #000; }
  menu .bottom-menu .dp-item:hover > .level-2 {
    display: block;
    opacity: 1;
    animation: op 0.5s ease-in-out; }

menu .bottom-menu .nav-item:hover > .level-1 {
  display: block;
  opacity: 1;
  animation: op 0.5s ease-in-out;
  margin-top: 0; }

@keyframes op {
  0% {
    opacity: 0;
    margin-top: -20px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

menu .bottom-menu #description {
  padding: 30px 20px; }
  menu .bottom-menu #description h3 {
    margin: 16px 0; }
  menu .bottom-menu #description p {
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    line-height: 1.4rem; }

menu .dropend .dropdown-toggle::after {
  position: absolute;
  top: 40%;
  left: 7%; }

menu .megacart-content {
  display: none;
  opacity: 1;
  background: #eee;
  z-index: 9999;
  left: 0; }

menu .megacart-a {
  cursor: pointer; }
  menu .megacart-a .badge {
    font-size: 1.2vh;
    right: -8px;
    border: 3px solid #fff; }

menu .megacart-li:hover .megacart-content {
  display: block;
  opacity: 1;
  width: 40vh;
  top: 100%;
  animation: mecart 0.5s ease-in-out;
  margin-top: 0; }

@keyframes mecart {
  0% {
    opacity: 0;
    margin-top: -15px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

menu .megacart-content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 1.25vh solid transparent;
  border-right: 1.25vh solid transparent;
  border-bottom: 1.25vh solid #eee;
  left: 4vh;
  bottom: 100%; }

.scrolled {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 1;
  animation: scrolled 0.75s ease-in-out;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  height: 8.75vh; }
  .scrolled .top-menu {
    display: none; }

@keyframes scrolled {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

header .carousel {
  height: 63vh;
  overflow: hidden; }

header .baner-he li a {
  height: 19.75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1vh; }

header .baner-he li a img {
  width: 100%; }

header .carousel-fade .carousel-item {
  align-items: center;
  justify-content: center;
  border-radius: 1vh;
  overflow: hidden; }

header .carousel-fade .carousel-item img {
  width: 100%; }

.pro .pro-bor {
  border: 1px solid #999;
  padding: 3vh 0 0 0;
  border-radius: 0.75vh; }

.title-bar-pos {
  top: -2vh;
  left: 2vh;
  background: #fff;
  padding: 0 2vh; }

.title-bar-pos .square {
  background: #eebc1d;
  width: 1.5vh;
  height: 1.5vh;
  display: inline-flex;
  margin-left: 0.5vh; }

.link-bar-pos {
  top: -2vh;
  right: 2vh;
  background: #fff;
  padding: 2vh; }

.link-bar-pos a,
.title-bar-pos h4 {
  font-size: 2.75vh; }

/*.pro .pro-img {*/
/*  width: 100%;*/
/*  overflow: hidden;*/
/*  border-radius: 1.5vh;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center; }*/

.pro .pro-img img {
  width: 100%; }

.border-cust {
  border-radius: 1.5vh; }
  .team .btn-team{
      background:transparent;
      color:#fff;
      border-radius:1rem 1rem 0 0 !important;
      box-shadow:none !important;
      transition:0.5s;
      font-size:18px;
      width:20rem;
      border:none;
      outline: dotted 0px;
  }
  .team .btn-team-mobile{
      background:transparent;
      color:#fff;
      box-shadow:none !important;
      transition:0.5s;
      font-size:15px;
      border-bottom:3px solid #fff;
      border-radius:1rem 1rem 0 0 !important;
      width:100%;
      display:flex;
      justify-content:space-between;
  }
    .team .btn-team1{
      background-color:#6d9c40;
      color:#fff;
      border-radius:1rem 1rem 0 0 !important;
      box-shadow:none !important;
      transition:0.5s;
      font-size:18px;
       width:20rem;
  }
    .team .btn-team2{
        width:20rem;
      background-color:#d7b551;
      color:#fff;
      border-radius:1rem 1rem 0 0 !important;
      box-shadow:none !important;
      transition:0.5s;
      font-size:18px;
  }
.team .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.team .accordion .accordion-collapse{
    height: 100vh;
    overflow: scroll;
}




.team .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.team .team-color:nth-child(1){
    background-color: #0083aa ;
    border-radius:1rem 1rem 0 0 !important;
}
.team .team-color:nth-child(2){
    background-color: #febd2d ;
    border-radius:1rem 1rem 0 0 !important;
}
.team .team-color:nth-child(3){
    background-color:#4a7e1c  ;
    border-radius:1rem 1rem 0 0 !important;
}
.team .bg:nth-child(1){
    background-color: #0083aa ;
}
.team .bg:nth-child(2){
    background-color: #febd2d ;
}
.team .bg:nth-child(3){
    background-color:#4a7e1c  ;
}
.team .nav-item .collapse .card a{
    background-color:#fff  ;
}
.team .accordion .box .box-icon i{
    color:#fff;
    font-size:30px;
    margin:.5rem;
    text-decoration:none;
}
.team .accordion-team .accordion-button::after {
  content: unset !important;
}
.team .accordion-button:focus{
    border-color:unset !important;
}
.team .accordion .box .box-icon{
    text-decoration:0 !important;
}
.team .header{
    bottom: 274%;
}
.team .team-img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #eee;
  margin: auto;
  border: 3px solid #eee; }

.team .team-img .ft {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  border-radius: 50%; }

.team .team-img .ft img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

.empowerment .empowerment-img {
  width: 100%;
  border-radius: 1vh;
  overflow: hidden; }
  .empowerment .empowerment-img .overlay {
    bottom: 2vh;
    right: 0;
    left: 2vh;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5vh 1vh; }

.empowerment .description {
  font-size: 2.25vh;
  line-height: 4vh; }
  .empowerment .description p {
    font-size: 2.25vh;
    line-height: 4vh; }
    .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.mdv > div > div iframe {
  height: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.media .media-img {
  border-radius: 1vh; }

.media .media-text {
  font-size: 1.75vh;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .media .media-text p,
  .media .media-text span {
    font-size: 1.75vh !important;
    margin: 0 !important; }

.media h5 {
  font-size: 2.5vh; }

.media .description {
  line-height: 3.5vh;
  font-size: 2.5vh; }
  .media .description p {
    margin: 0;
    font-size: 2vh; }

.faq-home .faq-home-bg {
  border-radius: 2vh; }
  .faq-home .faq-home-bg button,
  .faq-home .faq-home-bg input,
  .faq-home .faq-home-bg textarea {
    border-radius: 1.5vh; }
    .faq-home .question-faq:not(.collapsed){
        background: unset !important;
        color: #000 !important;
        box-shadow:none !important;
    }
     .faq-home .question-faq:focus{
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.1) !important;
    }
    .faq-home .answer-faq{
        background: #ecfaff;
        color: #195369;
    }
    .question-faq::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    content: "";
    display:none !important;
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.articles-home .articles-home-img {
  width: 100%;
  border-radius: 1vh; }
  .articles-home .articles-home-img .overlay {
    bottom: 2vh;
    right: 0;
    left: 2vh;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5vh 1vh; }
  .articles-home .articles-home-img-right {
    width: 100%;
    border-radius: 1vh; }
    .articles-home .articles-home-img-right .overlay {
      bottom: 2vh;
      right: 0;
      left: 2vh;
      background: rgba(255, 255, 255, 0.9);
      padding: 0.5vh 1vh; }

.gallery-home .gallery-home-img {
  width: 100%;
  height: auto;
  border-radius: 0;
  align-items: center;
  justify-content: center; }

.gallery-home .gallery-home-img img {
  width: 100%; }

.gallery-home .modal .carousel-item {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.gallery-home .modal .btn-close-box {
  top: 1vh;
  right: 1vh;
  z-index: 11111;
  background-color: #fff;
  border-radius: 50%;
  width: 4vh;
  height: 4vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.gallery-home .modal .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1vh 0;
  bottom: 0;
  left: 0;
  right: 0; }

.gallery-home .gallery-home-img .overlay {
  opacity: 0;
  transition: 0.5s;
  z-index: 111;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center; }

.gallery-home .gallery-home-img .overlay span {
  font-size: 7vh;
  color: #fff; }

.gallery-home .btn:hover .overlay {
  opacity: 1; }

.membership .pr {
  border-radius: 2vh; }

.membership button {
  border-radius: 1.5vh;
  height: 9vh; }

.membership .captcha,
.membership input {
  height: 9vh !important;
  border-radius: 1.5vh; }

.membership .form-floating > label {
  top: 0.5vh;
  font-size: 2vh;
  opacity: 0.5; }

.membership .math {
  height: 9vh;
  border-radius: 1.5vh;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: center; }

.faq-home .math img {
  width: 100%; }

.math img {
  width: 100%; }

.membership p img {
  width: 100%;
  border-radius: 0vh; }

.membership .captcha {
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  color: #4c4a4b;
  display: flex;
  justify-content: center;
  align-items: center; }

.g-recaptcha {
  width: 307px;
  border: 1px solid #d3d3d3;
  border-radius: 1.5vh;
  overflow: hidden; }

footer .soci a {
  width: 5vh;
  height: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%; }

footer .soci a .icon {
  font-size: 2.5vh; }

footer .icon-c {
  font-size: 2.5vh;
  width: 3vh;
  height: 3vh;
  text-align: center;
  display: inline-flex; }

footer .ser-footer li {
  list-style: circle;
  color: #fff; }


.footer p {
  font-size: 1.75vh;
  line-height: 4vh;
  text-align: justify !important;
  text-align-last: left; }
  .footer a{
        font-size: 2.5vh;
  line-height: 4vh;
  text-align: justify !important;
  text-align-last: left;
  }
.carousel-control-prev-icon{
    background-image:url('../images/next.png');
    width:1rem;
    height:1rem;
}
.carousel-control-next-icon{
    background-image:url('../images/left.png');
    width:1rem;
    height:1rem;
}
.details .sl-sd img {
  vertical-align: middle;
  border-radius: 2vh;
  padding: 0.5vh; }

.details .mySlides {
  display: none;
  height: auto;
  overflow: hidden;
  border-radius: 0vh; }

.details .cursor {
  cursor: pointer; }

.details .next,
.details .prev {
  cursor: pointer;
  position: absolute;
  top: 1vh;
  width: 4vh;
  height: 4vh;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: #000;
  -webkit-user-select: none;
  left: 6vh; }

.details .next span,
.details .prev span {
  width: 2.25vh; }

.details .next {
  left: 1vh; }

.details .numbertext {
  background: #000;
  font-size: 1.5vh;
  padding: 1vh 3vh;
  position: absolute;
  top: 1vh;
  right: 1vh;
  border-radius: 2vh;
  color: #fff;
  display: flex;
  align-items: center;
  height: 4vh;
  justify-content: center; }

.details .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: #fff; }

.details .row:after {
  content: "";
  display: table;
  clear: both; }

.details .column {
  float: left;
  width: 16.66%;
  height: auto;
  overflow: hidden; }

.details .demo {
  opacity: 0.6; }

.details .active,
.details .demo:hover {
  opacity: 1; }

.details .sl-sd {
  height: auto;
  overflow: hidden; }

.details .sl-sd-info .cart-shopping {
  padding: 0 0 0 3vh; }

.details .sl-sd-info {
  height: 52.5vh;
  display: contents;}

.details .sl-sd-info .description {
  font-size: 2vh;
  line-height: 3.5vh;
  height: 30vh;
  overflow-y: scroll;
  padding: 0 0 0 3vh; }
.details .specifications .description iframe{
    width:100% !important;
}
.details .specifications {
  border: 1px solid #999;
  padding: 2vh;
  border-radius: 0.75vh; }

.details .specifications .nav-pills .nav-link {
  transition: 0.75s;
  font-size: 2.5vh; }

.details .specifications .nav-pills .nav-link.active,
.details .specifications .nav-pills .show > .nav-link {
  color: inherit;
  background-color: transparent;
  border-bottom: 3px solid #029f56;
  transition: 0.75s; }

.details .comments form {
  border-radius: 2vh; }

.details .comments form .btn,
.details .comments form input,
.details .comments form textarea {
  border-radius: 1.5vh; }

.details .comments .sticky {
  top: 2vh; }

.details .comments .comment-item,
.details .comments .comment-reply {
  border-radius: 2vh;
  border: 0; }

.details .comments .comment-reply {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }

.specifications .description {
  line-height: 4vh !important;
  font-size: 2.5vh !important; }

.specifications .description p,
.specifications .description span {
  font-size: 2.5vh; }

.sidenav-header img {
  border: 4px double #fff; }

.sidenav-panel {
  border-radius: 2vh;
  overflow: hidden;
  border: 1px solid #999; }

.sidenav-body a {
  font-size: 2.25vh;
  transition: 0.5s;
  border-radius: 1.5vh; }

.sidenav-body a i {
  width: 3vh;
  height: 3vh;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.sidenav-panel .active {
  background-color: #195369 !important;
  color: #f8f9fa; }

.cont {
  border: 1px solid #999;
  border-radius: 2vh;
  position: relative;
  padding: 4vh 2.25vh 2.5vh;
  height: 100%; }

.cont .barline-title {
  position: absolute;
  top: -2vh;
  right: 2vh;
  background: #fff;
  padding: 0 2vh; }

.educational .educational-img {
    
  overflow: hidden;
  border-radius: 1.5vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.educational .educational-img img {
  max-width: 100%;
  width: 100%; }

.educational .description-box,
.educational .price-box {
  border-radius: 1vh;
  border: 1px solid #999;
  padding: 2vh; }

.educational .description-box {
  height: 31vh;
  overflow-y: scroll; }

.educational-in .description-box {
  height: 50vh !important;
  overflow-y: scroll; }

.educational .price-box {
  height: auto;
  overflow: hidden;
  margin-bottom: 2vh; }

.educational .date-box {
  height: 8vh;
  overflow: hidden;
  border-radius: 1vh;
  border: 1px solid #999;
  padding: 2vh;
  margin-bottom: 2vh; }

.educational .description-box p {
  font-size: 2vh;
  line-height: 3.5vh;
  padding-bottom: 0;
  margin: 0; }

.educational .price-box h3 {
  font-size: 3.5vh; }

.educational .price-box a {
  font-size: 3vh;
  border-radius: 1.5vh;
  margin-top: 1vh; }

.educational a,
.educational li {
  font-size: 2.75vh; }

.educational h1 {
  font-weight: 700;
  font-size: 3vh; }

.educational .slogans-box,
.educational .specifications-box {
  border-radius: 1vh;
  border: 1px solid #999;
  padding: 2vh; }
  .slogans-box .slogan-in h5{justify-content:center;}

.educational .nav-pills .nav-link {
  transition: 0.75s;
  font-size: 2.5vh; }

.educational .alert-log-img {
  margin: 3vh auto;
  opacity: 0.7;
  width: 15vh;
  height: 15vh;
  border: 1px dashed #000;
  padding: 1vh;
  border-radius: 1vh; }

.educational .nav-pills .nav-link.active,
.educational .nav-pills .show > .nav-link {
  color: inherit;
  background-color: transparent;
  border-bottom: 3px solid #029f56;
  transition: 0.75s;
  border-radius: 0 !important; }

.panel {
  padding: 3.5vh 0; }

.panel .panel-3,
.panel .panel-9 {
  padding: 2vh 1.5vh; }

.heart h6 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.orders .nav-pills .nav-link.active,
.orders .nav-pills .show > .nav-link {
  color: inherit;
  background-color: transparent;
  border-bottom: 3px solid #029f56;
  transition: 0.75s;
  border-radius: 0; }

.barline-date-tickets {
  position: absolute;
  top: -2vh;
  left: 2vh;
  background: #fff;
  padding: 0 2vh; }

.artdetails-bar a,
.artdetails-bar li {
  font-size: 2.75vh; }

.artdetails-bar h1 {
  font-size: 1.75rem;
  line-height: 3rem; }

.artdetails-bar p {
  font-size: 2vh; }
  .price-n{
      height:2.5rem;
  }

.artdetails .dropdown {
  position: relative;
  display: inline-block; }

.artdetails .dropdown-content {
  display: none;
  position: absolute;
  border: 1px solid #999;
  min-width: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 0;
  right: 0;
  background: #fff; }

.artdetails .dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.artdetails .dropdown-content a:hover {
  background-color: #ddd; }

.artdetails .dropdown:hover .dropdown-content {
  display: block; }

.artdetails .comments h2,
.artdetails .description h2 {
  margin: 0 0 -0.35vh !important;
  padding: 0.75vh 2vh; }

.artdetails .com ul li:nth-child(1) {
  width: 5%; }

.artdetails .com ul li:nth-child(2) {
  width: 15%; }

.artdetails .com ul li:nth-child(3) {
  width: 80%; }

.artdetails .description p {
  font-size: 2.5vh !important; }

.auth .home {
  top: 2vh;
  right: 2vh; }

.auth .home i {
  font-size: 5vh;
  color: #999;
  opacity: 0.7; }

.auth small {
  font-size: 1.5vh; }

.cart-border {
  border: 1px solid #999;
  padding: 1vh;
  border-radius: 1vh; }

.nu .input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: 0; }

.nu .input-number,
.nu .input-number-decrement,
.nu .input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  user-select: none; }

.nu .input-number-decrement,
.nu .input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: 700;
  cursor: pointer; }

.nu .input-number-decrement:active,
.nu .input-number-increment:active {
  background: #ddd; }

.nu .input-number-decrement,
.nu .input-number-increment {
  border-radius: 1vh; }

.side-cart {
  border: 1px solid #999;
  border-radius: 1vh;
  padding: 1vh; }

.cart .numb {
  width: max-content;
  border-radius: 1.75vh; }

.cart .numb input {
  border-radius: 0 1.5vh 1.5vh 0 !important; }

.list-art {
  overflow-x: hidden; }

.list-art .art .art-des {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.list-art .art .art-des p {
  margin: 0; }

.list-art .art .mr {
  display: grid;
  justify-content: end; }

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none; }

.faq-home .accordion {
  display: block;
  position: relative;
  width: 100%;
  margin: 10px auto;
  height: auto; }

.faq-home .accordion > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }

.faq-home .accordion > ul > li {
  display: block;
  position: relative;
  margin-bottom: -1px;
  overflow: hidden;
  background: 0 0; }

.faq-home .accordion > ul > li:first-child {
  border-radius: 0.3em 0.3em 0 0; }

.faq-home .accordion > ul > li:last-child {
  border-radius: 0 0 0.3em 0.3em; }

.faq-home .acc-handle {
  display: block;
  position: relative;
  padding: 1vh 5vh;
  background: 0 0;
  text-decoration: none;
  z-index: 3;
  box-shadow: none;
  transition: all 0.25s ease;
  border: 0;
  cursor: pointer; }

.faq-home .acc-handle:hover {
  background: #fafafa; }

.faq-home .acc-handle:after,
.faq-home .acc-handle:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease; }

.faq-home .acc-handle:before {
  width: 2vh;
  border-top: 0.01em solid;
  border-bottom: 0.1em solid;
  top: 50%;
  margin-top: -0.15em;
  right: 1.5vh;
  color: #00a650; }

.faq-home .acc-handle:after {
  height: 1vh;
  width: 0.3vh;
  border-top: 1vh solid;
  border-bottom: 1vh solid;
  right: 2.4vh;
  top: 3.4vh;
  margin-top: -1.5vh;
  color: #00a650; }

.faq-home .acc-panel {
  padding: 1.5em;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  display: none;
  z-index: 1;
  transition: all 1.2s ease; }

.faq-home .acc-handle:focus {
  outline: 0;
  background: #e7e7e7; }

.faq-home .acc-handle:focus:after {
  height: 0;
  border: 0;
  margin-top: 0;
  opacity: 0; }

.faq-home .acc-handle:focus + .acc-panel {
  margin-top: 0;
  border-top: 1px solid #d1d1d1;
  transition: all 0.6s ease-in-out;
  display: block;
  opacity: 1;
  animation: tb 0.5s ease-in-out; }

@keyframes tb {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.faq-home .acc-panel * {
  opacity: 0;
  transition: all 1s linear; }

.faq-home .acc-handle:focus + .acc-panel * {
  opacity: 1; }

.reservation .specifications {
  border-radius: 1vh;
  border: 1px solid #999;
  padding: 2vh; }

.reservation .specifications .nav-pills .nav-link {
  transition: 0.75s;
  font-size: 2.5vh; }

.reservation .specifications .nav-pills .nav-link.active,
.reservation .specifications .nav-pills .show > .nav-link {
  color: inherit;
  background-color: transparent;
  border-bottom: 3px solid #029f56;
  transition: 0.75s; }

.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 40px;
  position: relative; }

.rating-0 {
  filter: grayscale(100%); }

.rating > input {
  display: none; }

.rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
  margin: 0 !important; }

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e"); }

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e"); }

.feedback {
  background-color: #fff;
  width: max-content;
  padding: 1vh;
  border-radius: 2vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ddd; }

.faq .accordion-button.collapsed {
  border: 1px solid #999 !important; }

.faq .accordion-button {
  border-radius: 0.75vh !important;
  line-height: 2; }

.faq .accordion-button:not(.collapsed) {
  color: #00a650;
  background-color: #fff; }

.edel {
  left: 1vh;
  top: 1vh; }

.edel .btn {
  opacity: 0.7; }

.container-ty {
  display: block;
  position: relative;
  padding: 0.5vh 5vh 0.5vh 1.5vh;
  margin-bottom: 1.25vh;
  cursor: pointer;
  font-size: 2vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 1.5vh;
  overflow: hidden;
  background: #efefef; }

.container-ty input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.container-ty .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3.75vh;
  background-color: #ddd;
  border-radius: 0.75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.75s ease-in-out;
  bottom: 0; }

.container-ty:hover input ~ .checkmark {
  background-color: #ccc; }

.container-ty input:checked ~ .checkmark {
  background-color: #00a650; }

.container-ty .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.container-ty input:checked ~ .checkmark:after {
  display: block; }

.container-ty .checkmark:after {
  left: 1.25vh;
  top: 0.75vh;
  width: 1vh;
  height: 2vh;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.75s ease-in-out; }

.media-video .card .card-in {
  position: relative; }

.media-video .card .card-in::after {
  content: "";
  position: absolute;
  top: 1.5vh;
  bottom: 1.5vh;
  right: 1.5vh;
  left: 1.5vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 111;
  border-radius: 1vh;
  transition: 0.4s ease-in-out; }

.media-video .card {
  border-radius: 2vh;
  overflow: hidden;
  padding: 1vh; }

.media-video .card img {
  border-radius: 1vh; }

.media-video .card svg {
  z-index: 222;
  transition: 0.4s ease-in-out; }

.media-video .card:hover svg {
  opacity: 0; }

.media-video .card:hover .card-in::after {
  top: 5vh;
  bottom: 5vh;
  right: 5vh;
  left: 5vh;
  background: rgba(0, 0, 0, 0); }

.media-video .side-v a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2vh;
  border: 1px solid #ddd;
  border-radius: 1.5vh;
  text-decoration: none;
  color: #000;
  transition: 0.4s ease-in-out;
  font-weight: 700; }

.media-video .side-v a p {
  width: max-content; }

.media-video .side-v a:hover {
  background: #eee; }

.media-video .side-v a.active {
  background: #eee;
  color: #f57423; }

.media-photo .custom-modal-img .modal-dialog {
  max-width: 100% !important;
  margin: 0 !important; }


.media-photo .custom-modal-img .modal-dialog-centered {
  min-height: calc(100% - 0rem) !important; }

.media-photo .modal-content {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.progress {
  height: 3px; }

.audio-player > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.audio-player > .btn:last-child:not(:first-child),
.audio-player > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.audio-player .btn-secondary:focus {
  box-shadow: none; }

.media-photo figure {
  height: 15rem; }
  .media-photo figure a {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    border-radius: 1rem; }
    .media-photo figure a img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle; }

.mybtn {
  display: none;
  position: fixed;
  position: fixed;
  bottom: 5vh;
  right: 5vh;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: 0;
  background-color: #eebc1d;
  color: #00769a;
  cursor: pointer;
  padding: 0;
  border-radius: 6px !important;
  width: 5vh;
  height: 5vh;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  transition: 0.4s ease-in-out; }

.mybtn:hover {
  background-color: #00769a;
  color: #eebc1d; }

.details-media .desc {
  font-size: 2vh;
  line-height: 1.75; }

.details-media .img-d {
  border-radius: 1vh;
  padding: 2px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(25, 83, 105, 0.3); }

.h_iframe-aparat_embed_frame span {
  padding-top: 0 !important; }

.details-media iframe {
  height: 72.5vh;
  border-radius: 1vh;
  padding: 2px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(25, 83, 105, 0.3); }

.share-btn .overlay {
  display: none;
  transition: 0.4s;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 0 0 1.5vh 1.5vh;
  top: 100%; }

.share-btn .overlay a {
  font-size: 3vh;
  transition: 0.5s ease-in-out; }

.share-btn .overlay a:hover {
  color: #fff; }

.share-btn:hover .overlay {
  display: flex;
  opacity: 1;
  animation: share 0.5s ease-in-out;
  top: 100%; }

@keyframes share {
  0% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 1;
    top: 100%; } }

.share-btn .btn {
  transition: 0.5s ease-in-out; }

.share-btn:hover .btn {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #6c757d !important;
  color: #fff; }

#heart .fa-heart {
  color: red; }

#heart {
  position: relative; }

.internal-header {
  border-radius: 1.5vh;
  overflow: hidden; }

.internal-header img {
  width: 100%; }

.internal-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }

.internal-header .overlay {
  z-index: 4444;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  padding: 2vh;
  line-height: 2;
  width: 50%;
  display: grid; }

.internal-header .overlay h1 {
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
  margin: 0;
  font-size: 5vh; }

.internal-header .overlay p,
.internal-header .overlay span {
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 1.75vh;
  margin: 0; }
  .carousel-indicators {
    position: absolute;
    left: 0px;
    bottom: 1.5rem;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-right: 0;
    margin-left: 15%;
    margin-right: 15%;
    list-style: none;
}
.carousel-indicators .btn-slider{
    width:0.75rem;
    height:0.75rem;
    border-radius:50% !important;
    border: 0 !important;
    background:#fff;
    margin-left:8px;
    padding:0 !important;
}
.carousel-indicators .active{
    background:#a0cfff;
}

#Sidenavsd a {
  position: fixed;
  right: -160px;
  transition: 0.3s;
  padding: 1vh;
  width: 200px;
  text-decoration: none;
  font-size: 1.5vh;
  color: #fff;
  border-radius: 0 5px 5px 0; }

#Sidenavsd a:hover {
  right: 0; }

#Sidenavsd a:nth-child(1) {
  top: 20%;
  background-color: #555; }

#Sidenavsd a:nth-child(2) {
  top: 24.5%;
  background-color: #555; }

#Sidenavsd a:nth-child(3) {
  top: 29%;
  background-color: #555; }

#Sidenavsd a:nth-child(4) {
  top: 33.5%;
  background-color: #555; }

#Sidenavsd a:nth-child(5) {
  top: 38%;
  background-color: #555; }

#Sidenavsd a:nth-child(6) {
  top: 42.5%;
  background-color: #555; }

#Sidenavsd a:nth-child(7) {
  top: 47%;
  background-color: #555; }

#Sidenavsd a:nth-child(8) {
  top: 51.5%;
  background-color: #555; }

#Sidenavsd a:nth-child(9) {
  top: 56%;
  background-color: #555; }

#Sidenavsd a:nth-child(10) {
  top: 60.5%;
  background-color: #555; }

#Sidenavsd a:nth-child(11) {
  top: 65%;
  background-color: #555; }

#Sidenavsd a:nth-child(12) {
  top: 69.5%;
  background-color: #555; }

#Sidenavsd a:nth-child(13) {
  top: 74%;
  background-color: #555; }

#Sidenavsd a:nth-child(14) {
  top: 78.5%;
  background-color: #555; }

#Sidenavsd a:nth-child(15) {
  top: 83%;
  background-color: #555; }

#Sidenavsd a:nth-child(16) {
  top: 87.5%;
  background-color: #555; }

#Sidenavsd a:nth-child(17) {
  top: 92%;
  background-color: #555; }

#Sidenavsd a:nth-child(18) {
  top: 96.5%;
  background-color: #555; }

#helpSide a {
  position: fixed;
  left: -12vh;
  transition: 0.3s;
  padding: 2vh 1.5vh;
  width: 17vh;
  text-decoration: none;
  font-size: 1.5vh;
  color: #fff;
  border-radius: 0 5px 5px 0; }

#helpSide a:hover {
  left: 0; }

#helpSide a {
  bottom: 5%;
  background-color: #f57423; }

.gall {
  height: 100vh; }
  .gall .owl-nav {
    position: inherit !important; }
    .gall .owl-nav .owl-next {
      left: 0;
      bottom: 15vh;
      position: absolute;
      width: 5vh;
      height: 5vh;
      background: #fff !important;
      opacity: 1;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      display: flex !important;
      align-items: center;
      justify-content: center; }
      .gall .owl-nav .owl-next:hover {
        color: #cca330 !important; }
    .gall .owl-nav .owl-prev {
      right: 0;
      bottom: 15vh;
      position: absolute;
      width: 5vh;
      height: 5vh;
      background: #fff !important;
      opacity: 1;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      display: flex !important;
      align-items: center;
      justify-content: center; }
      .gall .owl-nav .owl-prev:hover {
        color: #cca330 !important; }
    .gall .owl-nav .disabled {
      opacity: 1 !important;
      cursor: default; }
  .gall .gal {
    width: 97.5%;
    margin: auto;
    transition: 0.5s ease-in-out; }
    .gall .gal .mySlides {
      height: 80vh; }
      .gall .gal .mySlides-in {
        display: flex;
        width: 100%;
        height: 100%;
        overflow: hidden;
        align-items: center;
        justify-content: center;
        background-color: #eee;
        border-radius: 0; }
        .gall .gal .mySlides-in img {
          display: inline-block;
          width: auto;
          max-height: 100%;
          max-width: 100%;
          vertical-align: middle; }
  .gall .box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2vh;
    overflow: hidden; }
  .gall img {
    vertical-align: middle;
    transition: 0.5s ease-in-out; }
  .gall .container {
    position: relative;
    transition: 0.5s ease-in-out; }
  .gall .mySlides {
    display: none;
    border-radius: 2vh 2vh 0 0;
    overflow: hidden;
    transition: 0.5s ease-in-out; }
    .gall .mySlides img {
      width: 100%;
      transition: 0.5s ease-in-out; }
  .gall .cursor {
    cursor: pointer;
    transition: 0.5s ease-in-out; }
  .gall .prev,
  .gall .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px;
    margin-top: -50px;
    color: #00769a;
    font-weight: bold;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none;
    transition: 0.5s ease-in-out;
    background-color: rgba(255, 255, 255, 0.8); }
  .gall .next {
    left: 0;
    transition: 0.5s ease-in-out;
    border-radius: 0 2vh 2vh 0; }
  .gall .prev {
    right: 0;
    transition: 0.5s ease-in-out;
    border-radius: 2vh 0 0 2vh; }
  .gall .prev:hover,
  .gall .next:hover {
    background-color: #fff;
    transition: 0.5s ease-in-out; }
  .gall .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    transition: 0.5s ease-in-out; }
  .gall .caption-container {
    text-align: center;
    background-color: #cca330;
    padding: 2vh 0;
    color: white;
    border-radius: 0 0 2vh 2vh;
    transition: 0.5s ease-in-out; }
    .gall .caption-container #caption {
      margin: 0;
      transition: 0.5s ease-in-out;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
      font-weight: bolder; }
  .gall .row:after {
    content: "";
    display: table;
    clear: both;
    transition: 0.5s ease-in-out; }
  .gall .columns img {
    width: 100%;
    transition: 0.5s ease-in-out;
    border-radius: 1.5vh; }
  .gall .demo {
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
    transition: 0.5s ease-in-out; }
  .gall .active,
  .gall .demo:hover {
    opacity: 1;
    transition: 0.5s ease-in-out;
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  .gall .mtsd {
    padding: 0.5%;
    width: 100%;
    margin: 0; }

.test-page .drag-list {
  list-style: none;
  width: 400px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  padding: 0;
  font-family: Helvetica;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 1px #ccc;
  border: 2px solid #ccc;
  padding: 15px;
  box-shadow: 0px 3px 3px darkgrey;
  background: #0cc; }

.test-page .drag {
  width: 100%;
  padding: 15px 50px;
  margin: 10px 0;
  border: 1px solid #ccc;
  background: lightgreen;
  box-shadow: 0px 3px 2px grey;
  box-sizing: border-box;
  z-index: 99;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.1s ease;
  border-radius: 5px; }

.artdetails .description img {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.rez-btn {
  top: 25%;
  right: 0; }
  .rez-btn a {
    text-decoration: none;
    background: #fff;
    padding: 0.5rem 1rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 1rem 0 0 1rem; }

.diaco-btn-grup {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 2222; }

.diaco-btn-grup .diaco-btn-int {
  position: relative;
  height: 98%;
  width: 100%;
  display: grid;
  align-items: end; }

.diaco-btn-grup .diaco-btn-int .btn-box a {
  background-color: #c44569;
  border-radius: 0;
  padding: 0.5rem;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.diaco-btn-grup .diaco-btn-int .btn-box a img {
  width: 3rem; }
 

@media (max-width: 760px) {
  .diaco-btn-grup .diaco-btn-int .btn-box a img {
    width: 2rem; } }

.diaco-btn-grup .diaco-btn-int .btn-box li {
  width: max-content; }

.diaco-btn-grup .diaco-btn-int .btn-box li .overlay {
  right: 100%;
  top: 0.25rem;
  bottom: 0.25rem;
  background: #c44569;
  overflow: hidden;
  padding: 0 1vh;
  width: max-content;
  display: grid;
  align-items: center;
  opacity: 1;
  border-radius: 1vh 0 0 1vh; }

@-webkit-keyframes diaco {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes diaco {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes diaco {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#rez {
  top: -30rem; }

.w-5 {
  width: 5%; }

.w-10 {
  width: 10%; }

.w-15 {
  width: 15%; }

.w-20 {
  width: 20%; }

.w-30 {
  width: 30%; }

.w-35 {
  width: 35%; }

.w-40 {
  width: 40%; }

.w-45 {
  width: 45%; }

.w-60 {
  width: 60%; }

.w-65 {
  width: 65%; }

.w-70 {
  width: 70%; }

.w-80 {
  width: 80%; }

.w-85 {
  width: 85%; }

.w-90 {
  width: 90%; }

.w-95 {
  width: 95%; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11111;
  top: 0;
  right: 0;
  background-color: rgba(25, 83, 105, 0.98);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }
  .sidenav a {
    padding: 1.5vh 2vh 1.5vh 1vh;
    text-decoration: none;
    font-size: 2.5vh;
    color: #fff;
    display: block;
    transition: 0.5s; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 1vh;
    font-size: 5vh; }
  .sidenav .accordion-button {
    font-size: 2.5vh;
    padding: 1.5vh 2vh 1.5vh 1vh;
    font-weight: lighter !important;
    color: #fff;
    border-right: 0;
    border-left: 0;
    border-color: #ffffff6e; }
    .sidenav .accordion-button::after {
      flex-shrink: 0;
      width: 0;
      height: 0;
      margin-right: 2vh;
      content: "";
      background-image: none;
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: transform 0.2s ease-in-out;
      color: #fff;
      background: 0 0;
      border-left: 1.25vh solid transparent;
      border-right: 1.25vh solid transparent;
      border-top: 1.25vh solid #ffffff5c; }
    .sidenav .accordion-button:not(.collapsed) {
      color: #000 !important;
      background-color: #e7f1ff; }
      .sidenav .accordion-button:not(.collapsed)::after {
        background-image: none;
        transform: rotate(-180deg);
        border-top: 1.25vh solid #000; }

.opennav {
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 2px solid #195369;
  display: flex;
  align-items: center;
  justify-content: center; }

.opennav span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #195369; }

.auth-xd a {
  font-size: 1.5vh;
  padding: 1vh 0;
  height: 100%;
  background: #fff;
  border-radius:unset !important;
}

.auth-xd .col-xs-3 {
  width: 20%; }
.test-new .btn-test{
    border:0;
    border-radius:6px !important;
    background:#f3f3f3;
    width:100%;
    text-align:start;
    color:#195369;
    font-size:18px;
    font-weight:bold;
}
.test-new .btn-test:focus{
    border:0 !important;
    outline:unset !important;
}
.educational .specifications-box #description img{
    width:60% !important;
    margin-left:20%;
    margin-right:20%;
    height:auto !important;
}
.educational .specifications-box #description iframe{
    width:60% !important;
    margin-left:20% !important;
    margin-right:20% !important;
    min-width:0% !important;
    max-width:100% !important;
}
.educational .specifications-box #description blockquote{
    width:60% !important;
    margin-left:20% !important;
    margin-right:20% !important;
    min-width:0% !important;
    max-width:100% !important;
}
 .request-des img{
        width:100%;
    }
     .request-des p{
         font-size:2.5vh;
         line-height:1.5;
    }
    
}
     @media(min-width:470px) and (max-width:576px){
         .menu .menu-mobile{
             height:5rem;
         }
           .menu .auth-xd{
             height:2.5rem;
         }
        .ad-fixed{
    top:7.5rem !important;

    }

} 
 
     }
     @media(min-width:400px) and (max-width:470px){
         .menu .menu-mobile{
             height:4rem;
         }
           .menu .auth-xd{
             height:2.5rem;
         }
         .ad-fixed{
    top:6.5rem !important;

    }
    
}

     @media(max-width:400px){
          .menu .menu-mobile{
             height:3.8rem;
         }
           .menu .auth-xd{
             height:2rem;
         }
         .ad-fixed{
    top:6rem !important;
    }

 }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 3vh; } 
  .pro .img-right img {
        width: 110%;
    }
    

}

@media (max-width: 576px) {
      .team .btn-team{
          width:100% !important;
  }
    .team .btn-team1{
       width:100% !important;
  }
    .team .btn-team2{
        width:100% !important;
  }
     .aboutus .des img{
        width:80% !important;
        display:flex !important;
        margin:auto !important;
    }
    footer .soci a{
        width:7vh !important;
        height:7vh !important;
    }
    footer .soci a .icon{
        font-size:3vh;
        display:flex;
    }
      .media-photo .description img{
      width:100% !important;
        height:auto !important;
      display:flex;
      margin:auto;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important; }
  .breadcrumb li {
    font-size: 2vh; }
  .breadcrumb svg {
    width: 2vh; }
  .xs-p {
    padding-left: 0.75vh !important;
    padding-right: 0.75vh !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-none {
    display: none !important; }
  .col-xs {
    flex: 1 0 0%; }
    .col-xs-auto {
      flex: 0 0 auto;
      width: auto; }
    .col-xs-1 {
      flex: 0 0 auto;
      width: 8.3333333333%; }
    .col-xs-2 {
      flex: 0 0 auto;
      width: 16.6666666667%; }
    .col-xs-3 {
      flex: 0 0 auto;
      width: 25%; }
    .col-xs-4 {
      flex: 0 0 auto;
      width: 33.3333333333%; }
    .col-xs-5 {
      flex: 0 0 auto;
      width: 41.6666666667%; }
    .col-xs-6 {
      flex: 0 0 auto;
      width: 50%; }
    .col-xs-7 {
      flex: 0 0 auto;
      width: 58.3333333333%; }
    .col-xs-8 {
      flex: 0 0 auto;
      width: 66.6666666667%; }
    .col-xs-9 {
      flex: 0 0 auto;
      width: 75%; }
    .col-xs-10 {
      flex: 0 0 auto;
      width: 83.3333333333%; }
    .col-xs-11 {
      flex: 0 0 auto;
      width: 91.6666666667%; }
    .col-xs-12 {
      flex: 0 0 auto;
      width: 100%; }
  header .carousel {
    height: auto; }
    .p-xs-0{
        padding:0 !important;
    }
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 0.5vh !important; }
  footer .px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .details .column,
  .details .mySlides,
  .details .sl-sd {
    height: auto;
    overflow: inherit; }
  .details .sl-sd-info .cart-shopping {
    position: inherit !important; }
  menu .top-menu li {
    height: 3.5vh; }
  .w-15 {
    width: 15%; }
  .w-85 {
    width: 85%; }
  .header .carousel-inner,
  .header .carousel-item {
    height: auto !important; }
  .educational .educational-img {
    height: auto; }
    .educational .educational-img img {
      max-width: 100%;
      width: 100%; }
  .link-bar-pos a {
    font-size: 2vh; }
  .title-bar-pos {
    top: -1.5vh; }
    .title-bar-pos h4 {
      font-size: 2vh; }
  div.scrollmenu {
    overflow: auto;
    white-space: nowrap; }
    div.scrollmenu a {
      display: inline-block;
      color: #fff;
      text-align: center;
      padding: 14px 0;
      text-decoration: none; }
    div.scrollmenu img {
      width: 35vh !important; }
  .articles-home .articles-home-img-right {
    width: 100%;
    height: auto; }
    .articles-home .articles-home-img-right img {
      width: 100% !important; }
  .articles-home .articles-home-img {
    height: auto; }
    .articles-home .articles-home-img img {
      width: 100% !important; }
  .articles-home .ps-3 {
    padding: 0 1rem !important; }
  .articles-home .pe-0 {
    padding: 0 1rem !important; }
  .gallery-home .modal .carousel-item {
    height: 60vh; }
  .gallery-home .gallery-home-img {
    height: auto; }
    .gallery-home .gallery-home-img img {
      width: 100%; }
  .gallery-home .col-sm-12 .col-sm-12 {
    padding: 0vh 3vh 2vh !important; }
  .membership h4 {
    font-size: 2vh; }
  .empowerment .empowerment-img {
    height: auto; }
    .empowerment .empowerment-img img {
      width: 100%; }
  .internal-header {
    height: 20vh; }
    .internal-header img {
      width: 200%; }
    .internal-header .overlay {
      width: 100% !important; }
    .internal-header .overlay h1 {
      font-size: 2vh; }
  .artdetails-bar a {
    font-size: 1.75vh; }
    .artdetails-bar a svg {
      height: 2vh; }
  .artdetails-bar li {
    font-size: 1.75vh;
    margin: 2% 0; }
  .educational a, .educational li {
    font-size: 2vh; }
    .educational a svg, .educational li svg {
      height: 2vh; }
  .media .mr {
    display: flex;
    justify-content: flex-end; }
  .p-xs-3 {
    padding-left: 1vh;
    padding-right: 1vh; }
  .p-xs-2 {
    padding-left: .5vh;
    padding-right: .5vh; }
  .p-xs-1 {
    padding-left: .33vh;
    padding-right: .33vh; }
  .artdetails-bar p {
    font-size: 1.5vh; }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%; }
  .reservation #comments .p-3 {
    padding: 0 !important; }
  .artdetails .description img {
    width: 100% !important;
    height: auto !important;
    margin-left: 0% !important;
    margin-right: 0% !important; }
  .mdv > div > div {
    height: 15rem !important; }
    .slogans-box .slogan-in{padding: 0.25rem !important;}
    .slogans-box .slogan-in img{width:75% !important;}
    .slogans-box .slogan-in h5{font-size:11px !important;}
    .fs-xs-6{font-size:15px !important;}
    .carousel-indicators {
    position: absolute;
    left: 0px;
    bottom: 1rem;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-right: 0;
    margin-left: 15%;
    margin-right: 15%;
    list-style: none;
}
.footer{
    margin-bottom:3.5rem;
}
.carousel-indicators .btn-slider{
    width:0.5rem;
    height:0.5rem;
    border-radius:50% !important;
    margin-left:8px;
}
.details .specifications .description img {
    width: 100% !important;
    height: auto !important;
    margin-left: 0% !important;
    margin-right: 0% !important; }
    .product .item figure{
    height:8rem !important;
}
iframe{
     width:100%;
 }
 .btn-lg {
    padding: 0.315rem 0.65rem;
    font-size: 0.85rem;
}
.ms-xs-1{
    margin-right:8px !important;
}
.educational .specifications-box #description img{
    width:100% !important;
    margin-left:0% !important;
    margin-right:0% !important;
}
.educational .specifications-box #description iframe{
    width:100% !important;
    margin-left:0% !important;
    margin-right:0% !important;
    min-width:0% !important;
    max-width:100% !important;
}
.reservation .specifications .description iframe{
    max-width:100% !important;
    min-width:0% !important;
    width:100% !important;
    margin-left:0% !important;
    margin-right:0% !important;
}
.artdetails .description .device-mobile{
    height:200px !important;
}
.personlist .turnssd-cm img{
    width:80% !important;
    margin-right:0% !important;
    margin-left:0% !important;
}

.reservation .description img{
        width:100% !important;
    margin-left:0% !important;
    margin-right:0% !important;
}
#description table,.description table{
    width:100% !important;
}
#description table p,.description table p{
    font-size:2vh !important;
}
.educational .specifications-box #description blockquote{
    width:100% !important;
    margin-left:0% !important;
    margin-right:0% !important;
}
      .artdetails .description .instagram-media {
    width: 100% !important;
    min-width: 0px !important;
    margin-left: 0% !important;
    margin-right: 0% !important; }
         .details .specifications .description .instagram-media {
    width: 100% !important;
      min-width: 0px !important;
    margin-left: 0% !important;
    margin-right: 0% !important; }
    .personlist .collapse .btnsd, .turnssd .collapse .btnsd{
        flex-direction: column;
        height:8rem;
    }
    .pro .img-right img{
      width:90%;
  }
  .product .item-nn .pro-img{
    height:18rem !important;
}
.product .item-nn .pro-img .img-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: unset !important;
    vertical-align: middle;
    border-radius: 1.5vh;
}
.pro .pro-n {
  border: 0;
  padding: 7vh 0 6vh 0vh !important;
  border-radius: 0 !important;
  background:#f9d658;
    white-space:nowrap;
    overflow-x:hidden;
}
    .pro .name-n h6{
      line-height:1.5;
      font-size:13px !important;
      white-space: initial;
  }
  .pro .price-n p{
      font-size:14px !important;
  }
  .product .price-n .discounted{
    height: 1rem !important;
    border-radius: 1.5rem;
    width: 2rem !important;
    background: red;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    margin-right: 8px;
}
.title-n{
    top: 2vh;
    background:transparent !important;
    right: 0vh !important;
    padding: 0 2vh;
}
.link-n{
    top: 0 !important;  
    bottom: unset !important;  
    right: 0 !important;
    padding: 2vh;
    background: transparent !important;
}

.product .item-nn .pro-img .img-inn img{
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: unset !important;
    vertical-align: middle;
    border-radius:1.5vh;
}

}

@media (min-width: 576px) and (max-width: 768px) {
             .menu .menu-mobile{
             height:6.7rem;
         }
           .menu .auth-xd{
             height:2rem;
         }
                  .ad-fixed{
    top:8.5rem !important;

}
     .aboutus .des img{
        width:65% !important;
        display:flex !important;
        margin:auto !important;
    }
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 1.5vh !important; }
  .details .column,
  .details .mySlides,
  .details .sl-sd {
    height: auto;
    overflow: inherit; }
  .details .sl-sd-info .description {
    height: auto;
    overflow: inherit; }
  .details .sl-sd-info .cart-shopping {
    position: inherit !important; }
  menu .top-menu li {
    height: 3.5vh; }
  .w-5 {
    width: 5%; }
  .w-10 {
    width: 10%; }
  .w-15 {
    width: 15%; }
  .w-20 {
    width: 20%; }
  .w-30 {
    width: 30%; }
  .w-35 {
    width: 35%; }
  .w-40 {
    width: 40%; }
  .w-45 {
    width: 45%; }
  .w-60 {
    width: 60%; }
  .w-65 {
    width: 65%; }
  .w-70 {
    width: 70%; }
  .w-80 {
    width: 80%; }
  .w-85 {
    width: 85%; }
  .w-90 {
    width: 90%; }
  .w-95 {
    width: 95%; }
  header .carousel {
    height: auto; }
  .header .carousel-inner,
  .header .carousel-item {
    height: auto !important; }
  .educational .educational-img {
    height: auto; }
    .educational .educational-img img {
      max-width: 100%;
      width: 100%; }
  .empowerment .empowerment-img {
    height: auto; }
    .empowerment .empowerment-img img {
      width: 100%; }
  .gallery-home .gallery-home-img {
    height: auto; }
    .gallery-home .gallery-home-img img {
      width: 100%; }
  .articles-home .articles-home-img-right {
    height: auto; }
  .internal-header .overlay {
    width: 100% !important; }
  .internal-header .overlay h1 {
    font-size: 3vh; }
  .artdetails .description img {
    width: 100% !important;
    min-width:0 !important;
    margin-left: 0% !important;
    margin-right: 0% !important; }
      .artdetails .description .instagram-media {
    width: 100% !important;

    margin-left: 0% !important;
    margin-right: 0% !important; }
    
  .mdv > div > div {
    height: 20rem !important; }
     .details .specifications .description img {
    width: 100% !important;
    height: auto !important;
    margin-left: 0% !important;
    margin-right: 0% !important; }
         .details .specifications .description .instagram-media {
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
     min-width:0 !important;}
    iframe{
     width:100%;
 }
 .educational .specifications-box #description img{
    width:100% !important;
    margin-left:0% !important;
    margin-right:0% !important;
}
.educational .specifications-box #description iframe{
    width:100% !important;
    margin-left:0% !important;
    margin-right:0% !important;
    min-width:0% !important;
    max-width:100% !important;
}
.reservation .specifications .description iframe{
    max-width:100% !important;
    width:100% !importnt;
    margin-left:0% !important;
    margin-right:0% !important;
}
.artdetails .description .device-mobile{
    height:200px !important;
}
.reservation .description img{
        width:100% !important;
    margin-left:0% !important;
    margin-right:0% !important;
}

.personlist .turnssd-cm img{
    width:65% !important;
    margin-right:0% !important;
    margin-left:0% !important;
}
.educational .specifications-box #description blockquote{
    width:100% !important;
    margin-left:0% !important;
    margin-right:0% !important;
}
      .artdetails .description .instagram-media {
    width: 100% !important;
    min-width: 0px !important;
    margin-left: 0% !important;
    margin-right: 0% !important; }
         .details .specifications .description .instagram-media {
    width: 100% !important;
      min-width: 0px !important;
    margin-left: 0% !important;
    margin-right: 0% !important; }
     .personlist .collapse .btnsd, .turnssd .collapse .btnsd{
        flex-direction: column;
        height:7rem;
    }
      .pro .img-right img{
      width:80%;
  }
    .media-photo .description img{
      width:100% !important;
        height:auto !important;
      display:flex;
      margin:auto;
  }
  
}

@media (max-width: 768px) {
    .artdetails .description a{
        /*font-size:12px !important;*/
    }
    
    .over-flow{
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-rows: 50% 50% !important;
    overflow: auto;
  }
  
  .over-flow div {
     width:250px !important;  
    }
}

@media (min-width: 768px) and (max-width: 992px) {
     .aboutus .des img{
        width:50% !important;
        display:flex !important;
        margin:auto !important;
    }
  .col-md {
    flex: 1 0 0%; }
  header .carousel-fade .carousel-item {
    display: flex; }
  menu .center-menu .col-lg-3 img {
    width: 100% !important; }
  menu .bottom-menu .dp-link,
  menu .bottom-menu .nav-link {
    font-size: 1.5vh;
    padding: 2vh 1.25vh; }
  .internal-header .overlay {
    width: 100% !important; }
  .internal-header .overlay h1 {
    font-size: 3vh; }
  .artdetails .description img {
    width: 80% !important;
    height: auto !important;
    margin-left: 10% !important;
    margin-right: 10% !important; }
  .mdv > div > div {
    height: 25rem !important; }
     .details .specifications .description img {
    width: 90% !important;
    height: auto !important;
    margin-left: 5% !important;
    margin-right: 5% !important; }
    .educational .specifications-box #description img{
    width:80% !important;
    margin-left:10% !important;
    margin-right:10% !important;
}
.educational .specifications-box #description iframe{
    width:80% !important;
    margin-left:10% !important;
    margin-right:10% !important;
    min-width:0% !important;
    max-width:100% !important;
}
.reservation .specifications .description iframe{
    max-width:80% !important;
    width:80% !importnt;
    margin-left:10% !important;
    margin-right:10% !important;
}
.personlist .turnssd-cm img{
    width:50% !important;
    margin-right:10% !important;
    margin-left:10% !important;
}
.educational .specifications-box #description blockquote{
    width:80% !important;
    margin-left:10% !important;
    margin-right:10% !important;
}
      .artdetails .description .instagram-media {
    width: 80% !important;
    margin-left: 10% !important;
    margin-right: 10% !important; }
         .details .specifications .description .instagram-media {
    width: 80% !important;
    margin-left: 10% !important;
    margin-right: 10% !important; }
      .pro .img-right img{
      width:60%;
  }
  .reservation .description img{
        width:80% !important;
    margin-left:10% !important;
    margin-right:10% !important;
}
  .media-photo .description img{
      width:90% !important;
      height:auto !important;
      display:flex;
      margin:auto;
  }
  .team .btn-team{
    font-size: 12px;
    width: 13rem;
  }
  
  .over-flow{
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-rows: 50% 50% !important;
    overflow: auto;
  }
  
  .over-flow div {
     width:250px !important;  
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
     .aboutus .des img{
        width:45% !important;
        display:flex !important;
        margin:auto !important;
    }
  .col-lg {
    flex: 1 0 0%; }
  header .carousel-fade .carousel-item {
    display: flex; }
  .educational .educational-img img {
    max-width: 135%;
    width: 135%; }
  menu .center-menu .col-lg-3 img {
    width: 80% !important; }
  menu .center-menu .auth .link-a {
    font-size: 2vh; }
  menu .bottom-menu .dp-link,
  menu .bottom-menu .nav-link {
    font-size: 1.75vh;
    padding: 1vh 1.5vh; }
  .internal-header .overlay {
    width: 100% !important; }
  .internal-header .overlay h1 {
    font-size: 3vh; }
  .artdetails .description img {
    width: 70% !important;
    height: auto !important;
    margin-left: 15% !important;
    margin-right: 15% !important; }
  .mdv > div > div {
    height: 30rem !important; }
   .details .specifications .description img {
    width: 80% !important;
    height: auto !important;
    margin-left: 10% !important;
    margin-right: 10% !important; }
    .educational .specifications-box #description img{
    width:70% !important;
    margin-left:15% !important;
    margin-right:15% !important;
}
.educational .specifications-box #description iframe{
    width:100% !important;
    margin-left:15% !important;
    margin-right:15% !important;
    min-width:0% !important;
    max-width:100% !important;
}
.personlist .turnssd-cm img{
    width:45% !important;
    margin-right:15% !important;
    margin-left:15% !important;
}
.educational .specifications-box #description blockquote{
    width:70% !important;
    margin-left:15% !important;
    margin-right:15% !important;
}
      .artdetails .description .instagram-media {
    width: 70% !important;

    margin-left: 15% !important;
    margin-right: 15% !important; }
         .details .specifications .description .instagram-media {
    width: 70% !important;
    margin-left: 15% !important;
    margin-right: 15% !important; }
    .reservation .specifications .description iframe{
    max-width:70% !important;
    width:70% !importnt;
    margin-left:15% !important;
    margin-right:15% !important;
}
  .pro .img-right img{
      width:100%;
  }
  .reservation .description img{
        width:70% !important;
    margin-left:15% !important;
    margin-right:15% !important;
}
.team .btn-team{
     font-size: 17px;
    width: 17rem;
  }
  
      .over-flow{
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-rows: 50% 50% !important;
    overflow: auto;
  }
  
  .over-flow div {
     width:250px !important;  
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .aboutus .des img{
        width:35% !important;
        display:flex !important;
        margin:auto !important;
    }
  .col-xl {
    flex: 1 0 0%; }
  header .carousel-fade .carousel-item {
    display: flex; }
  .educational .educational-img img {
    max-width: 125%;
    width: 125%; }
  .internal-header .overlay h1 {
    font-size: 4vh; }
  .artdetails .description img {
    width: 60% !important;
    height: auto !important;
    margin-left: 20% !important;
    margin-right: 20% !important; }
  .mdv > div > div {
    height: 35rem !important; }
     .details .specifications .description img {
    width: 70% !important;
    height: auto !important;
    margin-left: 15% !important;
    margin-right: 15% !important; }
    .educational .specifications-box #description img{
    width:60% !important;
    margin-left:20% !important;
    margin-right:20% !important;
}
.internal-header .overlay {
    width: 75% !important; }
.educational .specifications-box #description iframe{
    width:60% !important;
    margin-left:20% !important;
    margin-right:20% !important;
    min-width:0% !important;
    max-width:100% !important;
}
.reservation .specifications .description iframe{
    max-width:60% !important;
    width:60% !importnt;
    margin-left:20% !important;
    margin-right:20% !important;
}
.personlist .turnssd-cm img{
    width:30% !important;
    margin-right:20% !important;
    margin-left:20% !important;
}
.educational .specifications-box #description blockquote{
    width:60% !important;
    margin-left:20% !important;
    margin-right:20% !important;
}
      .artdetails .description .instagram-media {
    width: 60% !important;
    margin-left: 20% !important;
    margin-right: 20% !important; }
         .details .specifications .description .instagram-media {
    width: 60% !important;
    margin-left: 20% !important;
    margin-right: 20% !important; }
      .pro .img-right img{
      width:100%;
  }
  
    .over-flow{
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-rows: 50% 50% !important;
    overflow: auto;
  }
  
  .over-flow div {
     width:250px !important;  
    }
  
  
}

@media (min-width: 1400px) {
     .aboutus .des img{
        width:35% !important;
        display:flex !important;
        margin:auto !important;
    }
  .col-xxl {
    flex: 1 0 0%; }
  header .carousel-fade .carousel-item {
    display: flex; }
  .artdetails .description img {
    width: 70% !important;
    height: auto !important;
    margin-left: 15% !important;
    margin-right: 15% !important; }
  .mdv > div > div {
    height: 35rem !important; }
       .details .specifications .description img {
    width: 60% !important;
    height: auto !important;
    margin-left: 20% !important;
    margin-right: 20% !important; }
    .personlist .turnssd-cm img{
    width:35% !important;
    margin-right:20% !important;
    margin-left:20% !important;
}
.educational .specifications-box #description blockquote{
    width:60% !important;
    margin-left:20% !important;
    margin-right:20% !important;
}
.reservation .description img{
        width:60% !important;
    margin-left:20% !important;
    margin-right:20% !important;
}
      .artdetails .description .instagram-media {
    width: 60% !important;
 
    margin-left: 20% !important;
    margin-right: 20% !important; }
         .details .specifications .description .instagram-media {
    width: 60% !important;
    margin-left: 20% !important;
    margin-right: 20% !important; }
    .reservation .specifications .description iframe{
    max-width:50% !important;
    width:50% !importnt;
    margin-left:25% !important;
    margin-right:25% !important;
}
    .pro .img-right img{
      width:100%;
  }
  
      .over-flow{
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-rows: 50% 50% !important;
    overflow: auto;
  }
  
  .over-flow div {
     width:300px !important;  
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
  header .baner-he li a {
    height: 12.95vh;
    border-radius: 2vh; }
  header .carousel {
    height: 43vh;
    border-radius: 2vh; } }

@media (min-width: 1100px) and (max-width: 1150px) {
  header .baner-he li a {
    height: 14vh;
    border-radius: 2vh; }
  header .carousel {
    height: 46.4vh;
    border-radius: 2vh; } }

@media (min-width: 1150px) and (max-width: 1200px) {
  header .baner-he li a {
    height: 15.85vh;
    border-radius: 2vh; }
  header .carousel {
    height: 52vh;
    border-radius: 2vh; } }

@media (min-width: 1200px) and (max-width: 1250px) {
  header .baner-he li a {
    height: 16.5vh;
    border-radius: 2vh; }
  header .carousel {
    height: 54vh;
    border-radius: 2vh; }
  menu .auth .link-a {
    font-size: 2vh; } }

@media (min-width: 1250px) and (max-width: 1300px) {
  header .baner-he li a {
    height: 17.15vh; }
  header .col-lg-4 {
    padding-top: 3.75vh; }
  menu .auth .link-a {
    font-size: 2vh; } }

@media (min-width: 1300px) and (max-width: 1350px) {
  header .baner-he li a {
    height: 18vh; }
  header .col-lg-4 {
    padding-top: 2.5vh; }
  menu .auth .link-a {
    font-size: 2vh; } }

@media (min-width: 1350px) and (max-width: 1400px) {
  header .baner-he li a {
    height: 19vh; }
  header .col-lg-4 {
    padding-top: 1vh; } }
    
.adviser-bottom{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    background:#195369;
    color:#fff;
    box-shadow:0 -3px 10px 0 rgba(0,0,0,0.2);
    padding:1rem;
    text-align:center;
    z-index:1200;
}
.adviser-bottom a{
    font-size:22px;
    letter-spacing:2px;
}
.specifications-box .des p{
    font-size:2.5vh !important;
    line-height:1.5;
}
.product .price-n .discounted{
    height: 1.5rem;
    border-radius: 1.5rem;
    width: 2.5rem;
    background: red;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    margin-right: 8px;
}
.product  .price-n del{
    color:#999;
    font-size:12px;
}
.product .item{
    /*border:1px solid #ddd;*/
    border-radius:1.5vh;
}
.product .item:hover{
    box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
}
.product .item figure{
    height:18rem;
}
.product .item figure .pro-img{
    height:100%;
}
.product .item figure .pro-img img{
    display:inline-block;
    width:auto;
    height:auto;
    max-height:100%;
    max-width:100%;
    vertical-align:middle;
    border-radius:1.5vh;
}
.scrolltest {
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -webkit-scrollbar-width: none;
  -moz-scrollbar-width: none;
  -ms-scrollbar-width: none;
  scrollbar-width: none;
 }

.scrolltest a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 0;
  text-decoration: none;
 }


 .scrolltest img {
  width: 15rem;
 }
 .advertisment{
     position:sticky;
     top:6.5rem;
 }
 
.btn-list ul li a {
  background-color: #cca330;
  padding: 0.5vh 1.5vh;
  line-height: 3vh;
  border-radius: 1vh 0 0 1vh;
  color: #fff;
  text-decoration: none;
  position: fixed;
  right: 0;
  width: max-content;
  transition: 0.5s ease-in-out;
  font-size: 1.5vh; }

.btn-list ul li:nth-child(1) a {
  top: 40%; }

.btn-list ul li:nth-child(2) a {
  top: 45%; }

.btn-list ul li:nth-child(3) a {
  top: 50%; }

.btn-list ul li:nth-child(4) a {
  top: 55%; }

.btn-list ul li:nth-child(5) a {
  top: 60%; }

.btn-list ul li:nth-child(6) a {
  top: 65%; }

.btn-list ul li:nth-child(7) a {
  top: 70%; }

.btn-list ul li:nth-child(8) a {
  top: 75%; }

.btn-list ul li:nth-child(9) a {
  top: 80%; }

.btn-list ul li:nth-child(10) a {
  top: 85%; }
  .product .item-nn{
      background:#fff;
  }
.product .item-nn .pro-img{
    height:18rem;
}
.product .item-nn .pro-img .img-inn{
     display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.product .item-nn .pro-img .img-inn img{
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    border-radius:1.5vh;
}
.title-n{
    top: 2vh;
    background:transparent !important;
    right: 2vh;
    padding: 0 2vh;
}
.link-n{
    top: 0 !important;  
    bottom: unset !important;  
    right: 0 !important;
    background: transparent !important;
}
.pro .pro-n {
  border: 1px solid #999;
  padding: 7vh 0 4vh 5vh;
  border-radius: 0.75vh;
  background:#f9d658;}
  .pro .name-n{
      height:4rem;
      display:flex;
      justify-content:center;
      align-items:center;
  }
  .pro .name-n h6{
      line-height:1.5;
  }
.sticky-ad{
    position:sticky;
    top:6rem;
}
.artdetails .ad-scroll {
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -webkit-scrollbar-width: none;
  -moz-scrollbar-width: none;
  -ms-scrollbar-width: none;
  scrollbar-width: none;
 }

.artdetails .ad-scroll a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 0;
  text-decoration: none;
  width:40%;
  padding:0.25rem;
 }

.artdetails .ad-scroll img {
  width: 100%;
 }
.ad-fixed{
    position:sticky;
    top:13.75vh;
    z-index:10;
}
.pro-scroll {
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -webkit-scrollbar-width: none;
  -moz-scrollbar-width: none;
  -ms-scrollbar-width: none;
  scrollbar-width: none;
  display:flex;
  align-items:center;
 }

 .pro-scroll a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 0;
  text-decoration: none;
  margin-left:8px;
 }


.pro-scroll .item-nn {
  width: 16rem;
 }
 .educational .specifications-box #description .advertise{
          width:100% !important;
     margin:0 !important;
 }
 .details .specifications .description .advertise{
               width:100% !important;
     margin:0 !important;
 }