﻿body {
  list-style-type: none;
  min-width: auto !important;
}
body .container {
  max-width: 1320px !important;
}
body .container #minitravel_area {
  margin: 0 auto;
  max-width: 1280px;
}
body .container #minitravel_area .travel_header_title {
  border-bottom: 1px solid lightgray;
  padding-bottom: 15px;
}
body .container #minitravel_area .travel_header_title .header_arrow {
  display: flex;
  justify-content: space-between;
}
body .container #minitravel_area .travel_header_title .header_arrow .fa-arrow-left {
  color: gray;
  font-size: 20px;
}
body .container #minitravel_area .travel_header_title .header_arrow .fa-arrow-right {
  color: gray;
  font-size: 20px;
}
body .container #minitravel_area .gallery h2 {
  text-align: center;
  text-transform: uppercase;
  color: gray;
}
body .container #minitravel_area .gallery .page_title {
  display: flex;
  justify-content: center;
  color: darkgray;
  font-size: 12px;
}
body .container #minitravel_area .gallery .minitravel_frames {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  justify-content: space-evenly;
}
body .container #minitravel_area .gallery .minitravel_frames li {
  width: calc(33% - 40px);
  aspect-ratio: 1.5;
  list-style-type: none;
  border: 10px solid lightgray;
  margin-bottom: 20px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}
body .container #minitravel_area .gallery .minitravel_frames li.rendering {
  position: absolute;
  left: 100%;
  z-index: 1;
  width: 2700px;
  height: 1800px;
}
body .container #minitravel_area .gallery .minitravel_frames li.rendering .bg_holder .screen_block .screen_blockimage .img-bg {
  border: 50px solid white !important;
}
@media screen and (max-width: 768px) {
  body .container #minitravel_area .gallery .minitravel_frames li {
    width: calc(50% - 20px);
    aspect-ratio: 1.5;
    border: 6px solid lightgray;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1020px) {
  body .container #minitravel_area .gallery .minitravel_frames li {
    aspect-ratio: 1.5;
  }
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(1).rendering .bg_holder {
  background-image: url("../Images/Travel_Image4_High/travel_cover_photo.jpg");
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(1) .bg_holder {
  background-image: url("../images/homepage/minitravel.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(1) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(1) .bg_holder .screen_block:nth-child(1) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(1) .bg_holder .screen_block:nth-child(1) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(1) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2).rendering .bg_holder {
  background-image: url("../Images/Travel_Image4_High/travel_4.jpg");
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_4.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 45%;
  width: 30%;
  left: 5%;
  top: 6%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(1) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(1) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  left: 34%;
  height: 45%;
  width: 31%;
  top: 6%;
  align-content: center;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(2) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(2) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(3) {
  right: 4.9%;
  position: absolute;
  height: 45%;
  width: 31%;
  top: 6%;
  align-content: center;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(3) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(3) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(3) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(4) {
  position: absolute;
  height: 44%;
  width: 30%;
  bottom: 6%;
  left: 5%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(4) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(4) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(4) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(5) {
  position: absolute;
  height: 44%;
  width: 31%;
  left: 34%;
  bottom: 6%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(5) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(5) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(5) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(6) {
  position: absolute;
  height: 44%;
  width: 31%;
  right: 4.9%;
  bottom: 6%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(6) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(6) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(2) .bg_holder .screen_block:nth-child(6) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(3).rendering .bg_holder {
  background-image: url("../Images/Travel_Image4_High/travel_5.jpg");
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(3) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_5.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(3) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 69%;
  width: 69.6%;
  left: 23%;
  bottom: 25.4%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(3) .bg_holder .screen_block:nth-child(1) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(3) .bg_holder .screen_block:nth-child(1) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(3) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(3) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  height: 56.3%;
  width: 54.7%;
  left: 7%;
  bottom: 6.4%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(3) .bg_holder .screen_block:nth-child(2) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(3) .bg_holder .screen_block:nth-child(2) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(3) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(4).rendering .bg_holder {
  background-image: url("../Images/Travel_Image4_High/travel_6.jpg");
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(4) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_6.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  background-position: center;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(4) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 92%;
  width: 72.3%;
  left: 4%;
  bottom: 4.2%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(4) .bg_holder .screen_block:nth-child(1) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(4) .bg_holder .screen_block:nth-child(1) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(4) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(4) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  height: 39.6%;
  width: 33%;
  right: 5.6%;
  bottom: 12.5%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(4) .bg_holder .screen_block:nth-child(2) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(4) .bg_holder .screen_block:nth-child(2) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(4) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(5).rendering .bg_holder {
  background-image: url("../Images/Travel_Image4_High/travel_9.jpg");
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(5) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_9.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(5) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 100%;
  width: 100%;
  /* top: 18px;
  left: 17px;
  border: 8px solid white;*/
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(5) .bg_holder .screen_block:nth-child(1) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(5) .bg_holder .screen_block:nth-child(1) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(5) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(6).rendering .bg_holder {
  background-image: url("../Images/Travel_Image4_High/travel_18.jpg");
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(6) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_18.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(6) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 75.4%;
  width: 69.5%;
  right: 7.6%;
  bottom: 5.3%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(6) .bg_holder .screen_block:nth-child(1) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(6) .bg_holder .screen_block:nth-child(1) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(6) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(6) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  height: 46.3%;
  width: 35%;
  left: 12.7%;
  top: 5.6%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(6) .bg_holder .screen_block:nth-child(2) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(6) .bg_holder .screen_block:nth-child(2) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(6) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(7).rendering .bg_holder {
  background-image: url("../Images/Travel_Image4_High/travel_19.jpg");
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(7) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_19.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(7) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 68.2%;
  width: 49.1%;
  left: 3%;
  top: 9.1%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(7) .bg_holder .screen_block:nth-child(1) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(7) .bg_holder .screen_block:nth-child(1) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(7) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(7) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  height: 66%;
  width: 48.1%;
  right: 3.7%;
  bottom: 9.5%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(7) .bg_holder .screen_block:nth-child(2) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(7) .bg_holder .screen_block:nth-child(2) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(7) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(8).rendering .bg_holder {
  background-image: url("../Images/Travel_Image4_High/travel_20.jpg");
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(8) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_20.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(8) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 100%;
  width: 100%;
  /* left: 42px;
  top: 9px;
  border: 8px solid white;*/
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(8) .bg_holder .screen_block:nth-child(1) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(8) .bg_holder .screen_block:nth-child(1) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(8) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(9).rendering .bg_holder {
  background-image: url("../Images/Travel_Image4_High/travel_21.jpg");
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(9) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_21.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(9) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 60.9%;
  width: 58.3%;
  left: 4.7%;
  bottom: 5.3%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(9) .bg_holder .screen_block:nth-child(1) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(9) .bg_holder .screen_block:nth-child(1) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(9) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(9) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  height: 60.6%;
  width: 58.3%;
  right: 4.7%;
  bottom: 34.3%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(9) .bg_holder .screen_block:nth-child(2) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(9) .bg_holder .screen_block:nth-child(2) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(9) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(10).rendering .bg_holder {
  background-image: url("../Images/Travel_Image4_High/travel_10.jpg");
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(10) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_10.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(10) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 71%;
  width: 64%;
  top: 21%;
  left: 26%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(10) .bg_holder .screen_block:nth-child(1) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(10) .bg_holder .screen_block:nth-child(1) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(10) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(11).rendering .bg_holder {
  background-image: url("../Images/Travel_Image4_High/background with placeholders22.jpg");
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(11) .bg_holder {
  background-image: url("../Images/Travel_Image4/Page_22.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(11) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 91.8%;
  width: 64.1%;
  left: 5.4%;
  bottom: 4.1%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(11) .bg_holder .screen_block:nth-child(1) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(11) .bg_holder .screen_block:nth-child(1) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(11) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(11) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  height: 50.2%;
  width: 34.7%;
  right: 5.4%;
  bottom: 23.1%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(11) .bg_holder .screen_block:nth-child(2) .screen_blockimage {
  height: 100%;
  width: 100%;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(11) .bg_holder .screen_block:nth-child(2) .screen_blockimage .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 5px solid white;
}
body .container #minitravel_area .gallery .minitravel_frames li:nth-child(11) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup {
  display: none;
  position: absolute;
  z-index: 1;
  padding-top: 15px;
  left: 0;
  top: 9%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
}
body .container .minitravel_popup h2 {
  text-align: center;
  margin-bottom: 35px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 25px;
  color: gray;
}
body .container .minitravel_popup .closebar .close {
  width: 30px;
  position: absolute;
  top: 12px;
  right: 13px;
  margin: 0 16%;
  opacity: unset;
}
@media screen and (max-width: 1023px) {
  body .container .minitravel_popup .closebar .close {
    margin: 0 10%;
  }
}
@media screen and (max-width: 768px) {
  body .container .minitravel_popup .closebar .close {
    top: 9px;
    margin: 0 2%;
  }
}
@media screen and (max-width: 480px) {
  body .container .minitravel_popup .closebar .close {
    width: 23px;
    top: 9px;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  body .container .minitravel_popup .closebar .close {
    top: 9px;
    margin: 0;
    width: 20px;
  }
}
body .container .minitravel_popup .closebar .cursor {
  cursor: pointer;
}
body .container .minitravel_popup .carousel {
  position: relative;
  background-color: #fefefe;
  padding: 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  body .container .minitravel_popup .carousel {
    margin: 0 5%;
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
  body .container .minitravel_popup .carousel {
    margin: 0 12%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1980px) {
  body .container .minitravel_popup .carousel {
    margin: 0 17%;
  }
}
body .container .minitravel_popup .carousel .mySlides {
  display: none;
}
body .container .minitravel_popup .carousel .mySlides .bg_holder {
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames {
  padding: 0;
}
body .container .minitravel_popup .carousel .memories_frames li {
  width: 100%;
  aspect-ratio: 1.5;
  list-style-type: none;
  border: 10px solid lightgray;
}
@media screen and (max-width: 768px) {
  body .container .minitravel_popup .carousel .memories_frames li {
    width: 100%;
    aspect-ratio: 1.5;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
  body .container .minitravel_popup .carousel .memories_frames li {
    width: 100%;
    aspect-ratio: 1.5;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1980px) {
  body .container .minitravel_popup .carousel .memories_frames li {
    aspect-ratio: 1.5;
  }
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(1) .bg_holder {
  background-image: url("../images/homepage/minitravel.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(1) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(1) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
  outline-offset: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(1) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(1) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before, body .container .minitravel_popup .carousel .memories_frames li:nth-child(1) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(1) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  right: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(1) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before {
  left: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(1) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_4.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 45%;
  width: 30%;
  left: 5%;
  top: 6%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
  outline-offset: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before, body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  right: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before {
  left: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  left: 34%;
  height: 45%;
  width: 31%;
  top: 6%;
  align-content: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
  outline-offset: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before, body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  right: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before {
  left: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(3) {
  right: 4.9%;
  position: absolute;
  height: 45%;
  width: 31%;
  top: 6%;
  align-content: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(3) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
  outline-offset: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(3) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(3) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before, body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(3) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(3) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  right: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(3) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before {
  left: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(3) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(4) {
  position: absolute;
  height: 44%;
  width: 30%;
  bottom: 6%;
  left: 5%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(4) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
  outline-offset: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(4) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(4) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before, body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(4) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(4) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  right: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(4) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before {
  left: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(4) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(5) {
  position: absolute;
  height: 44%;
  width: 31%;
  left: 34%;
  bottom: 6%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(5) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
  outline-offset: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(5) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(5) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before, body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(5) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(5) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  right: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(5) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before {
  left: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(5) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(6) {
  position: absolute;
  height: 44%;
  width: 31%;
  right: 4.9%;
  bottom: 6%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(6) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
  outline-offset: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(6) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(6) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before, body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(6) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(6) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  right: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(6) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before {
  left: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(2) .bg_holder .screen_block:nth-child(6) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_5.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 69%;
  width: 69.6%;
  left: 23%;
  bottom: 25.4%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before, body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  right: 0px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before {
  left: 0px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  height: 56.3%;
  width: 54.7%;
  left: 7%;
  bottom: 6.4%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(3) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_6.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  background-position: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 92%;
  width: 72.3%;
  left: 4%;
  bottom: 4.2%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg .Selected_screen_block:before,
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg .Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg .Selected_screen_block:after {
  right: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg .Selected_screen_block:before {
  left: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  height: 39.6%;
  width: 33%;
  right: 5.6%;
  bottom: 12.5%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(4) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(5) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_9.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(5) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(5) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
  outline-offset: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(5) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(5) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before, body .container .minitravel_popup .carousel .memories_frames li:nth-child(5) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(5) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  right: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(5) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before {
  left: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(5) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(6) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_18.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(6) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 75.4%;
  width: 69.5%;
  right: 7.6%;
  bottom: 5.3%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(6) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(6) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(6) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(6) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  height: 46.3%;
  width: 35%;
  left: 12.7%;
  top: 5.6%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(6) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(6) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(6) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(7) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_19.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(7) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 68.2%;
  width: 49.1%;
  left: 3%;
  top: 9.1%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(7) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(7) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(7) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(7) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  height: 66%;
  width: 48.1%;
  right: 3.7%;
  bottom: 9.5%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(7) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(7) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(7) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(8) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_20.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(8) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(8) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
  outline-offset: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(8) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(8) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before, body .container .minitravel_popup .carousel .memories_frames li:nth-child(8) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(8) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  right: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(8) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before {
  left: -8px;
  top: 50%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(8) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(9) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_21.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(9) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 60.9%;
  width: 58.3%;
  left: 4.7%;
  bottom: 5.3%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(9) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(9) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(9) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(9) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  height: 60.6%;
  width: 58.3%;
  right: 4.7%;
  bottom: 34.3%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(9) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(9) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(9) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(10) .bg_holder {
  background-image: url("../Images/Travel_Image4/travel_10.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(10) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 71%;
  width: 64%;
  top: 21%;
  left: 26%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(10) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(10) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(10) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(11) .bg_holder {
  background-image: url("../Images/Travel_Image4/Page_22.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(11) .bg_holder .screen_block:nth-child(1) {
  position: absolute;
  height: 91.8%;
  width: 64.1%;
  left: 5.4%;
  bottom: 4.1%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(11) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(11) .bg_holder .screen_block:nth-child(1) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(11) .bg_holder .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(11) .bg_holder .screen_block:nth-child(2) {
  position: absolute;
  height: 50.2%;
  width: 34.7%;
  right: 5.4%;
  bottom: 23.1%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(11) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(11) .bg_holder .screen_block:nth-child(2) .screen_blockimage_carousel .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 8px solid white;
}
body .container .minitravel_popup .carousel .memories_frames li:nth-child(11) .bg_holder .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail {
  margin-top: 15px;
}
body .container .minitravel_popup .thumbnail .filtering {
  /* display: flex;*/
  padding: 0;
  justify-content: space-between;
  max-width: 1280px;
  /* bg_holder_twenty_five*/
}
@media screen and (max-width: 768px) {
  body .container .minitravel_popup .thumbnail .filtering {
    margin: 0 5%;
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
  body .container .minitravel_popup .thumbnail .filtering {
    margin: 0 12%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1980px) {
  body .container .minitravel_popup .thumbnail .filtering {
    margin: 0 17%;
  }
}
body .container .minitravel_popup .thumbnail .filtering .slick-prev {
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  background-color: transparent;
}
body .container .minitravel_popup .thumbnail .filtering .slick-next {
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  background-color: transparent;
}
body .container .minitravel_popup .thumbnail .filtering .slick-prev::before {
  font-family: FontAwesome;
  content: "\f060";
  font-size: 20px;
  color: gray;
  line-height: 1;
  position: absolute;
  top: 0;
}
body .container .minitravel_popup .thumbnail .filtering .slick-next::before {
  font-family: FontAwesome;
  content: "\f061";
  font-size: 20px;
  color: gray;
  line-height: 1;
  top: 0;
  position: absolute;
  right: 0;
}
body .container .minitravel_popup .thumbnail .filtering .slick-list {
  margin-top: 15px;
}
body .container .minitravel_popup .thumbnail .filtering .slick-list .slick-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .container .minitravel_popup .thumbnail .filtering li:hover {
  border: 5px solid #515151;
}
@media screen and (max-width: 768px) {
  body .container .minitravel_popup .thumbnail .filtering li:hover {
    border: 3px solid #515151;
  }
}
body .container .minitravel_popup .thumbnail .filtering li {
  /* width: calc(33% - 40px);*/
  /*width: 350px;
  height: 250px;
  list-style-type: none;
  border: 10px solid lightgray;
  margin: 10px;
  margin-bottom: 20px;


  @media screen and (max-width:768px) {
      width: calc(50% - 40px);
  }*/
  aspect-ratio: 1.5;
  width: 16vw !important;
  aspect-ratio: 1.5;
  list-style-type: none;
  border: 3px solid lightgray;
}
@media screen and (max-width: 768px) {
  body .container .minitravel_popup .thumbnail .filtering li {
    width: 17vw !important;
    aspect-ratio: 1.5;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
  body .container .minitravel_popup .thumbnail .filtering li {
    width: 15vw !important;
    aspect-ratio: 1.5;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1980px) {
  body .container .minitravel_popup .thumbnail .filtering li {
    width: 13vw !important;
    aspect-ratio: 1.5;
  }
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_one {
  background-image: url("../images/homepage/minitravel.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_one .screen_block:nth-child(1) {
  position: absolute;
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_one .screen_block:nth-child(1) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_one .screen_block:nth-child(1) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_one .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two {
  background-image: url("../Images/Travel_Image4/travel_4.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(1) {
  position: absolute;
  height: 45%;
  width: 30%;
  left: 5%;
  top: 6%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(1) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(1) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(2) {
  position: absolute;
  left: 34%;
  height: 45%;
  width: 31%;
  top: 6%;
  align-content: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(2) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(2) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(3) {
  right: 4.9%;
  position: absolute;
  height: 45%;
  width: 31%;
  top: 6%;
  align-content: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(3) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(3) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(3) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(4) {
  position: absolute;
  height: 44%;
  width: 30%;
  bottom: 6%;
  left: 5%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(4) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(4) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(4) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(5) {
  position: absolute;
  height: 44%;
  width: 31%;
  left: 34%;
  bottom: 6%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(5) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(5) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(5) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(6) {
  position: absolute;
  height: 44%;
  width: 31%;
  right: 4.9%;
  bottom: 6%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(6) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(6) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_two .screen_block:nth-child(6) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_three {
  background-image: url("../Images/Travel_Image4/travel_5.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_three .screen_block:nth-child(1) {
  position: absolute;
  height: 69%;
  width: 69.6%;
  left: 23%;
  bottom: 25.4%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_three .screen_block:nth-child(1) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_three .screen_block:nth-child(1) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_three .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_three .screen_block:nth-child(2) {
  position: absolute;
  height: 56.3%;
  width: 54.7%;
  left: 7%;
  bottom: 6.4%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_three .screen_block:nth-child(2) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_three .screen_block:nth-child(2) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_three .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_four {
  background-image: url("../Images/Travel_Image4/travel_6.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  background-position: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_four .screen_block:nth-child(1) {
  position: absolute;
  height: 92%;
  width: 72.3%;
  left: 4%;
  bottom: 4.2%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_four .screen_block:nth-child(1) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_four .screen_block:nth-child(1) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_four .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_four .screen_block:nth-child(2) {
  position: absolute;
  height: 39.6%;
  width: 33%;
  right: 5.6%;
  bottom: 12.5%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_four .screen_block:nth-child(2) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_four .screen_block:nth-child(2) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_four .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_eight {
  background-image: url("../Images/Travel_Image4/travel_9.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_eight .screen_block:nth-child(1) {
  position: absolute;
  height: 100%;
  width: 100%;
  /* top: 18px;
  left: 17px;
  border: 8px solid white;*/
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_eight .screen_block:nth-child(1) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_eight .screen_block:nth-child(1) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_eight .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_fifteen {
  background-image: url("../Images/Travel_Image4/travel_18.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_fifteen .screen_block:nth-child(1) {
  position: absolute;
  height: 75.4%;
  width: 69.5%;
  right: 7.6%;
  bottom: 5.3%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_fifteen .screen_block:nth-child(1) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_fifteen .screen_block:nth-child(1) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_fifteen .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_fifteen .screen_block:nth-child(2) {
  position: absolute;
  height: 46.3%;
  width: 35%;
  left: 12.7%;
  top: 5.6%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_fifteen .screen_block:nth-child(2) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_fifteen .screen_block:nth-child(2) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_fifteen .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_sixteen {
  background-image: url("../Images/Travel_Image4/travel_19.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_sixteen .screen_block:nth-child(1) {
  position: absolute;
  height: 68.2%;
  width: 49.1%;
  left: 3%;
  top: 9.1%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_sixteen .screen_block:nth-child(1) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_sixteen .screen_block:nth-child(1) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_sixteen .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_sixteen .screen_block:nth-child(2) {
  position: absolute;
  height: 66%;
  width: 48.1%;
  right: 3.7%;
  bottom: 9.5%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_sixteen .screen_block:nth-child(2) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_sixteen .screen_block:nth-child(2) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_sixteen .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_seventeen {
  background-image: url("../Images/Travel_Image4/travel_20.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_seventeen .screen_block:nth-child(1) {
  position: absolute;
  height: 100%;
  width: 100%;
  /* left: 42px;
  top: 9px;
  border: 8px solid white;*/
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_seventeen .screen_block:nth-child(1) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_seventeen .screen_block:nth-child(1) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_seventeen .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_nineteen {
  background-image: url("../Images/Travel_Image4/travel_21.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_nineteen .screen_block:nth-child(1) {
  position: absolute;
  height: 60.9%;
  width: 58.3%;
  left: 4.7%;
  bottom: 5.3%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_nineteen .screen_block:nth-child(1) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_nineteen .screen_block:nth-child(1) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_nineteen .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_nineteen .screen_block:nth-child(2) {
  position: absolute;
  height: 60.6%;
  width: 58.3%;
  right: 4.7%;
  bottom: 34.3%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_nineteen .screen_block:nth-child(2) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_nineteen .screen_block:nth-child(2) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_nineteen .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_one {
  background-image: url("../Images/Travel_Image4/travel_10.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_one .screen_block:nth-child(1) {
  position: absolute;
  height: 71%;
  width: 64%;
  top: 21%;
  left: 26%;
  /* top: 18px;
  left: 17px;
  border: 8px solid white;*/
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_one .screen_block:nth-child(1) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_one .screen_block:nth-child(1) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_one .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_five {
  background-image: url("../Images/Travel_Image4/Page_22.jpg");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  background-position: center;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_five .screen_block:nth-child(1) {
  position: absolute;
  height: 91.8%;
  width: 64.1%;
  left: 5.4%;
  bottom: 4.1%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_five .screen_block:nth-child(1) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_five .screen_block:nth-child(1) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_five .screen_block:nth-child(1) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_five .screen_block:nth-child(2) {
  position: absolute;
  height: 50.2%;
  width: 34.7%;
  right: 5.4%;
  bottom: 23.1%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_five .screen_block:nth-child(2) .screen_blockimage_thumbnails {
  height: 100%;
  width: 100%;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_five .screen_block:nth-child(2) .screen_blockimage_thumbnails .img-bg {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 3px solid white;
}
body .container .minitravel_popup .thumbnail .filtering li .bg_holder_twenty_five .screen_block:nth-child(2) .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  opacity: 0;
}
body .container .minitravel_popup .popup_bottom_icon {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
body .container .minitravel_popup .popup_bottom_icon .replace_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
}
body .container .minitravel_popup .popup_bottom_icon .replace_area label {
  width: auto;
}
body .container .minitravel_popup .popup_bottom_icon .replace_area label .replace_icon {
  height: 35px;
  color: gray;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  body .container .minitravel_popup .popup_bottom_icon .replace_area label .replace_icon {
    height: 20px;
    color: gray;
  }
}
body .container .minitravel_popup .popup_bottom_icon .replace_area label .replace_icon:hover {
  color: darkgray;
}
body .container .minitravel_popup .popup_bottom_icon .replace_area .replace_label {
  margin-top: 10px;
  color: gray;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  body .container .minitravel_popup .popup_bottom_icon .replace_area .replace_label {
    margin-top: 7px;
  }
}
body .container .minitravel_popup .popup_bottom_icon #diveditimage {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
}
body .container .minitravel_popup .popup_bottom_icon #diveditimage label {
  width: auto;
}
body .container .minitravel_popup .popup_bottom_icon #diveditimage label #btneditimg {
  height: 35px;
  color: gray;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  body .container .minitravel_popup .popup_bottom_icon #diveditimage label #btneditimg {
    height: 24px;
    color: gray;
  }
}
body .container .minitravel_popup .popup_bottom_icon #diveditimage label #btneditimg:hover {
  color: darkgray;
}
body .container .minitravel_popup .popup_bottom_icon #diveditimage .replace_label {
  margin-top: 10px;
  color: gray;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  body .container .minitravel_popup .popup_bottom_icon #diveditimage .replace_label {
    margin-top: 7px;
  }
}
body .container .minitravel_popup .popup_bottom_icon .lock_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
}
body .container .minitravel_popup .popup_bottom_icon .lock_area .edit_icon {
  height: 35px;
  color: gray;
}
@media screen and (max-width: 769px) {
  body .container .minitravel_popup .popup_bottom_icon .lock_area .edit_icon {
    height: 20px;
    width: 20px;
    color: gray;
  }
}
body .container .minitravel_popup .popup_bottom_icon .lock_area .lock_label {
  margin-top: 15px;
  color: gray;
  font-weight: bold;
}

.scrolldown {
  transform: translateY(13.5%);
  transition: box-shadow 0.15s ease-in-out;
}

* {
  box-sizing: border-box;
}

.memories_frames:after {
  content: "";
  display: table;
  clear: both;
}

.travel_screen {
  float: left;
  width: 25%;
}

.total_count {
  display: flex;
  max-width: 100%;
  justify-content: flex-end;
  margin: 0 17%;
}
@media screen and (max-width: 1024px) {
  .total_count {
    margin: 0 12%;
  }
}
@media screen and (max-width: 768px) {
  .total_count {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .total_count {
    font-size: 13px;
  }
}
.total_count .total_count_preview {
  border: 2px solid lightgray;
  border-radius: 3px;
  padding: 0px 4px;
  position: relative;
  opacity: 1;
  background: white;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .total_count .total_count_preview {
    padding: 0px 3px;
  }
}
@media screen and (max-width: 480px) {
  .total_count .total_count_preview {
    padding: 0px 2px;
  }
}
@media screen and (max-width: 320px) {
  .total_count .total_count_preview {
    padding: 0px 1px;
  }
}
.total_count .total_count_preview::before {
  border: 2px solid lightgray;
  border-radius: 3px;
  content: "";
  left: 0px;
  z-index: -1;
  position: absolute;
  padding: 11px 13px;
  border-width: 2px;
  left: 1px;
  bottom: 3px;
}
@media screen and (max-width: 767px) {
  .total_count .total_count_preview::before {
    padding: 10px 11px;
  }
}
@media screen and (max-width: 480px) {
  .total_count .total_count_preview::before {
    padding: 9px 9px;
  }
}
@media screen and (max-width: 320px) {
  .total_count .total_count_preview::before {
    padding: 9px 8px;
  }
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 5%;
  padding: 10px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 1;
  display: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  display: none;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  bottom: 10px;
  right: 0px;
}

@media screen and (max-width: 480px) {
  .container-fluid .navbar-brand {
    width: 42%;
    height: auto;
  }
}
.container-fluid .navbar-brand img {
  margin-bottom: -4px;
}
@media screen and (max-width: 480px) {
  .container-fluid .navbar-brand img {
    width: 80%;
    height: auto;
  }
}
.container-fluid .menu_links {
  display: flex;
  align-items: center;
}
.container-fluid .menu_links .home_icon {
  width: 85%;
}
@media (min-width: 576px) {
  .container-fluid .menu_links .home_icon {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .container-fluid .menu_links .home_icon {
    width: 70%;
  }
}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
  display: flex;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#multiple_img_upload {
  /*@media screen and (max-width:480px) {
          width: calc(100% - 56%);
      }*/
  position: relative;
  /* top: -4px; */
  /* width: 44%; */
  padding: -5px 23px;
  /* border: 3px solid #ccc; */
  /* text-align: center; */
  /* background-color: #DDD; */
  cursor: pointer;
  margin: 10px auto 10px 10px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #multiple_img_upload {
    left: 5px;
  }
}
@media screen and (min-width: 768px) {
  #multiple_img_upload {
    left: 20px;
  }
}
#multiple_img_upload label:hover .fa-upload {
  color: black;
  cursor: pointer;
}
#multiple_img_upload label:hover .img_upload_label {
  color: black;
  cursor: pointer;
}

label {
  width: fit-content;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  label .fa-upload {
    font-size: 30px;
    color: gray;
  }
}
@media screen and (max-width: 769px) {
  label .fa-upload {
    font-size: 20px;
    color: gray;
  }
}
label .img_upload_label {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 1.5em;
  color: gray;
}
@media screen and (max-width: 769px) {
  label .img_upload_label {
    font-size: 1em;
  }
}
label #gallery-photo-add {
  display: none;
}

/*  .slick-prev {
        visibility: hidden;
    }*/
/*.slick-prev:before, .slick-next:before {
    color: red;
    width:10px;
}*/
.thumbnail_img_holder .thumbnail_img {
  padding: 10px;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .thumbnail_img_holder .thumbnail_img {
    aspect-ratio: 1.5;
  }
}

@media screen and (max-width: 769px) {
  .homepage_icon {
    padding: 0px 35px;
  }
}

.thumbnail_img_holder {
  border: 2px solid gray;
}

/*.caption {
    @media screen and (max-width:769px) {
        display: flex;
        align-items: flex-start;
        color: gray;

        h3 {
            font-size: 15px;
        }
    }
}*/
.caption h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: darkslategray;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .caption {
    display: flex;
    align-items: flex-start;
    color: gray;
    margin-top: 12px;
  }
  .caption h3 {
    font-size: 15px;
    text-transform: inherit;
    color: darkgray;
  }
}
@media screen and (max-width: 769px) and (max-width: 480px) {
  .caption h3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .text-center .row form.example {
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .text-center .row form.example input {
    font-size: 14px;
  }
}
.text-center .row .fa-search {
  display: flex;
  justify-content: center;
}
.text-center .row .mobile_view_title {
  color: darkslategray;
}
@media screen and (max-width: 769px) {
  .text-center .row .mobile_view_title {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    padding: 0 18.5px;
    padding-top: 15px;
    cursor: pointer;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 480px) {
  .text-center .row .mobile_view_title .responsive_mobile_title {
    font-size: 10px;
  }
}
@media screen and (max-width: 380px) {
  .text-center .row .mobile_view_title .responsive_mobile_title {
    font-size: 9px;
  }
}

@media screen and (min-width: 768px) {
  .offer_photo .offer_image #slogan {
    background-color: beige;
    color: black;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .offer_photo .offer_image #slogan p {
    height: max-content;
  }
  .offer_photo .offer_image div {
    border: 2px solid gray;
    margin-bottom: 20px;
  }
  .offer_photo .offer_image div img {
    padding: 10px;
    height: 26vw;
  }
}

@media screen and (max-width: 769px) {
  .offer_zone .offer_photo #slogan {
    background-color: beige;
    color: black;
    font-size: 20px;
    margin: 10px 35px;
  }
  .offer_zone .offer_photo .offer_image div {
    border: 2px solid gray;
    margin: 35px;
  }
  .offer_zone .offer_photo .offer_image div img {
    padding: 10px;
  }
}

.responsive_mobile_title a {
  text-decoration: none;
  color: black;
}
@media screen and (min-width: 768px) {
  .responsive_mobile_title {
    display: none;
  }
}

.responsive_mobile_title:hover {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.screen_blockimage_carousel:has(.img-bg) {
  outline-offset: -8px;
}

.Selected_screen_block {
  outline: 4px dashed #515151;
  position: relative;
}

.Selected_screen_block:before,
.Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}

.Selected_screen_block:after {
  right: -8px;
  top: 50%;
}

.Selected_screen_block:before {
  left: -8px;
  top: 50%;
}

.screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before, .screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  background: #515151;
  border-radius: 50%;
}
.screen_blockimage_carousel:has(.img-bg).Selected_screen_block:after {
  right: 0;
  top: 50%;
}
.screen_blockimage_carousel:has(.img-bg).Selected_screen_block:before {
  left: 0;
  top: 50%;
}

.replace_icon_photo {
  color: transparent;
  opacity: 0;
  width: 2px;
}

.lock_div {
  pointer-events: none;
}

@media screen and (min-width: 576px) {
  .fa-home {
    display: none;
  }
}

.modal-open .container .pb-3 .row .modal .modal-dialog .modal-content .modal-header {
  flex-direction: row-reverse;
}

.fa-clone:hover {
  opacity: 0.5;
  cursor: pointer;
}

.fa-lock:hover {
  opacity: 0.5;
  cursor: pointer;
}

#btneditimg:hover {
  opacity: 0.5;
  cursor: pointer;
}

.fa-unlock:hover {
  opacity: 0.5;
  cursor: pointer;
}

#rotateLeft:hover {
  opacity: 0.5;
  cursor: pointer;
}

#rotateRight:hover {
  opacity: 0.5;
  cursor: pointer;
}

#largeModal .modal-dialog .modal-content .modal-footer #rotateLeft {
  border: none;
  background: none;
}
#largeModal .modal-dialog .modal-content .modal-footer #rotateRight {
  border: none;
  background: none;
}

#divbody {
  display: flex;
  justify-content: center;
}

#largeModal .modal-dialog .modal-content .modal-footer {
  margin-top: 25px;
  justify-content: center;
}

#largeModal1 .modal-dialog .modal-content .modal-footer #rotateLeft {
  border: none;
  background: none;
}
#largeModal1 .modal-dialog .modal-content .modal-footer #rotateRight {
  border: none;
  background: none;
}

#divbody1 {
  display: flex;
  justify-content: center;
}

#largeModal1 .modal-dialog .modal-content .modal-footer {
  margin-top: 25px;
  justify-content: center;
}

#myDIV {
  width: 30%;
  height: 23%;
  left: 35%;
  border: 1px solid grey;
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 3%;
  padding-left: 2%;
  top: 31%;
  background-color: rgb(238, 238, 238);
  text-align: left;
}
@media screen and (max-width: 768px) {
  #myDIV {
    width: 53%;
    height: 20%;
    left: 23%;
  }
}
@media screen and (max-width: 480px) {
  #myDIV {
    left: 9%;
    width: 80%;
    height: 23%;
  }
}
@media screen and (max-width: 380px) {
  #myDIV {
    left: 10%;
    width: 80%;
    height: 24%;
  }
}
#myDIV .btn-danger {
  background-color: transparent;
  border-color: transparent;
}
#myDIV .btn-danger .fa {
  color: black;
  font-size: 2em;
}
@media screen and (max-width: 480px) {
  #myDIV .btn-danger .fa {
    font-size: 1.7em;
  }
}
#myDIV #btnclose {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 12px;
  float: right;
  padding-top: 0%;
}
#myDIV h6 {
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #myDIV h6 {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  #myDIV h6 {
    margin-top: 2em;
  }
}
#myDIV hr {
  margin-top: 0;
}

.modal-lg {
  display: flex;
  justify-content: center;
}
.modal-lg .modal-content .modal-header .close {
  border: none;
  background-color: transparent;
}
.modal-lg .modal-content .modal-header .close img {
  width: 27px;
}
@media screen and (max-width: 480px) {
  .modal-lg .modal-content .modal-header .close img {
    width: 22px;
  }
}
.modal-lg .modal-content .modal-header h4 {
  font-size: 1.2em;
}
@media screen and (max-width: 480px) {
  .modal-lg .modal-content .fa-rotate-left {
    width: 25px;
  }
  .modal-lg .modal-content .fa-rotate-right {
    width: 25px;
  }
}

#ModelDivCheckBlankImg {
  width: 30%;
  height: 23%;
  left: 35%;
  border: 1px solid grey;
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 3%;
  padding-left: 2%;
  top: 31%;
  background-color: rgb(238, 238, 238);
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ModelDivCheckBlankImg {
    width: 53%;
    height: 20%;
    left: 23%;
  }
}
@media screen and (max-width: 480px) {
  #ModelDivCheckBlankImg {
    left: 9%;
    width: 80%;
    height: 23%;
  }
}
@media screen and (max-width: 380px) {
  #ModelDivCheckBlankImg {
    left: 10%;
    width: 80%;
    height: 24%;
  }
}
#ModelDivCheckBlankImg .btn-danger {
  background-color: transparent;
  border-color: transparent;
}
#ModelDivCheckBlankImg .btn-danger .fa {
  color: black;
  font-size: 2em;
}
@media screen and (max-width: 480px) {
  #ModelDivCheckBlankImg .btn-danger .fa {
    font-size: 1.7em;
  }
}
#ModelDivCheckBlankImg #btnclose {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 12px;
  float: right;
  padding-top: 0%;
}
#ModelDivCheckBlankImg h6 {
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #ModelDivCheckBlankImg h6 {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  #ModelDivCheckBlankImg h6 {
    margin-top: 2em;
  }
}
#ModelDivCheckBlankImg hr {
  margin-top: 0;
}

.save_draft_area {
  display: flex;
  margin: 2% 0;
  justify-content: space-evenly;
}

#multiple_img_upload #lblmsg {
  font-size: 1.5em;
}
@media screen and (max-width: 769px) {
  #multiple_img_upload #lblmsg {
    font-size: 1em;
  }
}

#btnSaveDraft {
  color: white;
  background-color: #43c965;
  border-color: transparent;
}

#btnAddToCart {
  color: gray;
  background-color: transparent;
  border-color: transparent;
}

@media screen and (min-width: 768px) {
  .fa-cart-shopping {
    font-size: 30px;
    color: gray;
  }
}
@media screen and (max-width: 769px) {
  .fa-cart-shopping {
    font-size: 20px;
    color: gray;
  }
}

@media screen and (min-width: 768px) {
  .fa-floppy-disk {
    font-size: 30px;
    color: gray;
  }
}
@media screen and (max-width: 769px) {
  .fa-floppy-disk {
    font-size: 20px;
    color: gray;
  }
}

#travelContainer #minitravel_area .minitravel_frames .travel_screen .bg_holder .screen_block .screen_blockimage .img-bg .fa-circle-check {
  position: absolute;
  top: 0.7%;
  left: 0.4%;
  font-size: 0.8em;
  color: #24bf41;
}
#travelContainer #minitravel_area .minitravel_frames .travel_screen .bg_holder .screen_block .screen_blockimage .img-bg .fa-circle-exclamation {
  position: absolute;
  top: 0.7%;
  left: 0.4%;
  font-size: 0.8em;
  color: red;
}

.thumbnail .filtering .slick-list .slick-track .slick-slide div .travel_screen .hover-shadow .screen_block .screen_blockimage_thumbnails .img-bg .fa-circle-check {
  position: absolute;
  top: 0.7%;
  left: 0.4%;
  font-size: 0.5em;
  color: #24bf41;
}
.thumbnail .filtering .slick-list .slick-track .slick-slide div .travel_screen .hover-shadow .screen_block .screen_blockimage_thumbnails .img-bg .fa-circle-exclamation {
  position: absolute;
  top: 0.7%;
  left: 0.4%;
  font-size: 0.5em;
  color: red;
}
