* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

.ckeditor-style ul {
  padding-inline-start: 40px;
}

body {
  margin: 0px;
  font-family: "Mitr", sans-serif;
  background: white;
}

body a,
body a:hover,
body a:focus {
  text-decoration: none;
}

body input,
body select,
body textarea {
  font-family: "Mitr", sans-serif;
}

.button-primary {
  border: 1px solid transparent;
  font-size: 15px;
  color: #6e6e6e;
  padding: 7px 15px;
  cursor: pointer;
}

.button-primary:hover {
  border: 1px solid #7a5aa6;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
}
header {
  margin-top: 20px;
}
.header-right-1st-row {
  float: right;
}

.header-left-1st-row {
  position: absolute;
  background-color: white;
  top: 20px;
  padding: 0 30px;
  z-index: 100;
  padding-bottom: 30px;
}

.header-right-1st-row ul {
  list-style: none;
}
.header-right-1st-row ul > li {
  display: inline-block;
  margin: 0 10px;
}
.header-right-1st-row img {
  height: 30px;
}
.header-2nd-row {
  background-color: #4b3077;
}
.header-right-2nd-row {
  float: right;
  position: relative;
}
.header-right-2nd-row > ul {
  list-style: none;
  margin: 10px 0;
}
.header-right-2nd-row > ul > li {
  display: inline-flex;
  color: white;
  line-height: 38px;
  align-items: center;
}
.header-right-2nd-row > ul > li > a > img {
  width: auto;
  height: 26px;
}
.header-right-2nd-row > ul > li > a:hover > img {
  filter: brightness(0.5);
}
.header-right-2nd-row > ul > li:before {
  padding-left: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  content: "";
}
.header-right-2nd-row > ul > li:first-of-type:before {
  content: "";
  border-left: white solid 1px;
}
.header-right-2nd-row > ul > li:after {
  content: "";
  border-right: white solid 1px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.header-right-2nd-row a {
  color: white;
  font-size: 28px;
  line-height: 28px;
}
.header-right-2nd-row a > i.fa-chevron-down {
  display: inline-table;
  vertical-align: middle;
  font-size: 15px;
  margin-left: 15px;
  line-height: 38px;
}

.header-right-2nd-row > ul > li > ul {
  display: none;
  list-style: none;
  position: absolute;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  z-index: 10;
}

.header-right-2nd-row > ul > li:hover > ul {
  display: block;
}
.header-right-2nd-row > ul > li > ul > li {
  padding: 0px 15px;
}
.header-right-2nd-row > ul > li > ul > li:first-of-type {
  border-radius: 10px 10px 0 0;
}
.header-right-2nd-row > ul > li > ul > li:last-of-type {
  border-radius: 0 0 10px 10px;
}
.header-right-2nd-row > ul > li > ul > li > a {
  color: #7a5aa6;
  font-size: 15px;
  line-height: 15px;
}
.header-right-2nd-row > ul > li > ul > li:hover {
  background-color: #d2c0ea;
}
.header-rwd {
  display: none;
}
.menu-rwd {
  display: none;
}
.banner-search {
  height: 600px;
  position: relative;
}

.banner-container {
  float: left;
  width: 53%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("../img/shadow.png");
}

.banner-search-img {
  position: absolute;
  height: 100%;
  z-index: -1;
  width: 50%;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-search-slide {
  position: absolute;
  height: 100%;
  z-index: 2;
  width: 100%;
  right: 0;
}

.banner-search-slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.banner-search-img-div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 100%;
}
/*
.banner-container h1{
    font-size: 50px;
}
*/
.banner-search-form {
  border: 1px solid #7a5aa6;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  width: fit-content;
  overflow: hidden;
}
.banner-search-form input {
  border: none;
  font-size: 25px;
  line-height: 25px;
  padding: 10px 20px;
  display: block;
  float: left;
}

.banner-search-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c9c9c9;
  opacity: 1; /* Firefox */
}
.banner-search-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}
.banner-search-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c9c9c9;
}

.banner-search-form button {
  display: inline-block;
  border: none;
  margin-left: 20px;
  padding: 10px 20px;
  background-color: #e3e3e3;
  float: right;
}
.banner-search-form button i {
  color: #7a5aa6;
  font-size: 40px;
}

.top-destinations {
  display: none;
  background-color: white;
  position: absolute;
  width: 450px;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
}

.top-destinations-header {
  background-color: #d2c0ea;
  color: white;
  padding: 10px;
  padding-left: 25px;
  font-size: 20px;
}

.top-destinations ul {
  list-style: none;
}

.top-destinations ul > li {
  padding: 0 25px;
  position: relative;
  margin: 5px 0;
}
.top-destinations ul > li:first-of-type {
  margin-top: 15px;
}
.top-destinations ul > li > div {
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
  position: relative;
  padding-bottom: 2px;
}
.top-destinations ul > li > div > a {
  color: black;
  font-size: 17px;
  transition: 0.5s all linear;
}
.top-destinations ul > li > div a > span {
  position: absolute;
  right: 25px;
  font-size: 12px;
}

.top-destinations ul > li:hover > div > a {
  margin-left: 15px;
}
.top-destinations-show-all {
  margin-left: 25px;
  margin-bottom: 20px;
}
.top-destinations-show-all a {
  color: #7a5aa6;
  font-size: 18px;
}

.after-search-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.after-search-banner-button {
  background-color: #7a5aa6;
  border-radius: 15px;
  width: 100%;
}

.after-search-banner-button ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 0;
  padding: 0 25px;
}

.after-search-banner-button ul > li {
  display: inline-block;
  margin: 20px 0;
}
.after-search-banner-button ul > li.spacer:before {
  content: "";
  border-right: 1px solid white;
}
.after-search-banner-button ul > li:first-of-type {
}
.after-search-banner-button a {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
}
.after-search-banner-button ul > li.active > a {
  font-weight: bold;
}

.section-top-destinations h1,
.section-top-activities h1 {
  margin: 60px 0;
  color: #7a5aa6;
  font-weight: bold;
  text-transform: uppercase;
}

.section-top-destinations-slide {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.section-top-destinations-slide-txt {
  position: absolute;
  padding-bottom: 10px;
  padding-top: 25px;
  bottom: 0;
  width: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.section-top-destinations-slide-txt-name {
  color: white;
  padding-left: 25px;
  font-size: 28px;
  float: left;
}

.section-top-destinations-slide-txt .rating {
  float: right;
  margin-right: 10px;
  position: relative;
}
.rating > .star-rating {
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.section-top-destinations-slide-bottom {
  font-weight: bold;
  color: #7a5aa6;
  margin-left: 25px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.section-top-destinations-slide-bottom span {
  font-weight: normal;
  color: black;
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.top-destinations-slider {
  margin-bottom: 55px;
}

.top-destinations-slider > .slick-prev {
  background-image: url("../img/arrowL.png");
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 44%;
  left: 10px;
  z-index: 10000;
  background-color: transparent;
  border: none;
  width: 25px;
  height: 25px;
}
.top-destinations-slider > .slick-next {
  background-image: url("../img/arrowR.png");
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 44%;
  right: 10px;
  z-index: 10000;
  background-color: transparent;
  border: none;
  width: 25px;
  height: 25px;
}
.top-destinations-slider > .slick-prev:before,
.top-destinations-slider > .slick-next:before {
  content: none;
}
.all-destinations {
  text-align: center;
  background-color: black;

  transition: 0.5s all linear;
  margin: 20px 0;
  padding: 10px 0;

  font-size: 20px;
}
.all-destinations a {
  color: white;
  text-transform: uppercase;
  transition: 0.5s all linear;
}

.all-destinations button {
  color: white;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  transition: 0.5s all linear;
}

.all-destinations:hover {
  color: black;
  background-color: #dadada;
}
.all-destinations:hover a {
  color: black;
}

.all-destinations:hover button {
  color: black;
}

.activity-item-img {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.activity-item-price {
  padding: 3px 20px;
  top: 25px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: fit-content;
  position: absolute;
  font-size: 20px;
  color: goldenrod;
}
.activity-item-price > i {
  color: goldenrod;
  margin-right: 7px;
}
.activity-item hr {
  border-top: 2px solid #b7b7b7;
  margin: 0px;
}
.activity-item-bottom {
  position: relative;
  padding-bottom: 10px;
  padding-top: 5px;
  bottom: 0;
  width: 100%;
  /*    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);  FF3.6-15 
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);  Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.activity-item-country {
  font-size: 12px;
}
.activity-item-reviews {
  font-size: 12px;
  float: right;
}
.activity-item-rating {
  float: left;
  position: relative;
  margin-left: 10px;
}

.activity-item-rating img {
  height: 15px;
}

.activity-item-txt {
  padding: 10px 5px;
  font-size: 16px;
  color: black;
}
.activity-item-txt p {
  font-weight: bold;
}
.activity-item {
  margin-bottom: 20px;
}

.section-top-activities a:hover .activity-item-txt {
  background-color: #d2c0ea;
}

.section-top-activities a:hover .activity-item-img {
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
}

.infographics {
  padding: 50px 0;
  background-color: #7a5aa6;
  text-align: center;
  color: white;
}

.infographics h2 {
  margin-top: 40px;
}
.infographics h2 span {
  display: block;
}
.newsletter-container {
  position: relative;
  height: 500px;
}
.newsletter-banner {
  position: absolute;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  float: left;
}

.newsletter-div {
  height: 500px;
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.newsletter-div h1 {
  font-size: 50px;
}

.newsletter-form {
  border: 1px solid #7a5aa6;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  width: fit-content;
  overflow: hidden;
}
.newsletter-form input {
  border: none;
  font-size: 25px;
  line-height: 25px;
  padding: 10px 20px;
  display: block;
  float: left;
}

.newsletter-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c9c9c9;
  opacity: 1; /* Firefox */
}
.newsletter-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}
.newsletter-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c9c9c9;
}

.newsletter-form button {
  display: inline-block;
  border: none;
  margin-left: 20px;
  padding: 10px 20px;
  background-color: #e3e3e3;
  float: right;
}
.newsletter-form button i {
  color: #7a5aa6;
  font-size: 40px;
}

footer {
  background-color: #4b3077;
  padding: 50px 0 10px;
}
footer h4 {
  color: white;
  font-size: 22px;
}
footer ul {
  margin-top: 40px;
  list-style: none;
}
footer ul > li > a {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-size: 15px;
}

.footer-copyright {
  color: white;
  font-size: 12px;
  float: right;
}
.footer-copyright a {
  color: white;
}

.footer-logo {
  float: left;
  color: white;
}
footer a:hover {
  color: #d2c0ea;
}
footer hr {
  border-top: 2px solid white;
}

/* === Help Subpage ==== */

.help-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
}
.help-header-txt {
  height: 100%;
  width: 100%;
  position: absolute;
}
.help-header-txt h1 {
  color: white;
  font-size: 60px;
  text-align: center;
  position: absolute;
  bottom: 15%;
  width: 100%;
}
.help-header-menu {
  position: relative;
  width: 100%;
  height: 100%;
}
.help-header-menu > .container {
  position: relative;
  height: 100%;
}
.help-header-menu-container {
  background-color: #7a5aa6;
  border-radius: 15px;
  border: 1px solid white;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  padding: 0 25px;
}

.help-header-menu-container ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 0;
}

.help-header-menu-container ul > li {
  display: inline-block;
  margin: 20px 0;
}
.help-header-menu-container ul > li.spacer:before {
  content: "";
  border-right: 1px solid white;
}
.help-header-menu-container ul > li:first-of-type {
}
.help-header-menu-container a {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
}
.help-header-menu-container ul > li.active > a {
  font-weight: bold;
}

.faq {
  margin-top: 70px;
}
.faq-category h3 {
  background-color: #f7f7f7;
  color: #7a5aa6;
  font-size: 30px;
  padding: 15px 0 15px 40px;
  position: relative;
}
.faq-category h3:hover {
  cursor: pointer;
}
.faq-category h3:after {
  content: "+";
  font-size: 55px;
  position: absolute;
  right: 30px;
  top: 0;
}

.faq-category.in h3:after {
  content: "-";
}
.faq-questions {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq-category.in .faq-questions {
  display: block;
  opacity: 1;
  /*height: 100%;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq-category.in {
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
}

.faq-question h4 {
  padding: 20px 40px 20px 40px;
  transition: 0.5s all linear;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.faq-question h4 > i {
  position: absolute;
  right: 25px;
  color: white;
  font-size: 30px;
  transform: translateY(-25%);
}
.faq-question.active h4 {
  background-color: #d2c0ea;
}
.faq-question h4:hover {
  padding-left: 50px;
}
.faq-question hr {
  margin: 0 40px;
}
.faq-answer {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq-answer p {
  padding: 20px 40px;
}
.faq-question.active .faq-answer {
  display: block;
  opacity: 1;
  /*height: 100%;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.help-margin-bottom {
  height: 150px;
}

.help-form {
  border: 1px solid #7a5aa6;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.help-form-container {
  position: relative;
}
.help-form-container-f {
  position: fixed;
  top: 15px;
}
.help-form input {
  border: none;
  font-size: 25px;
  line-height: 25px;
  padding: 10px 20px;
  display: block;
  float: left;
  margin-right: 80px;
}
.help-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c9c9c9;
  opacity: 1; /* Firefox */
}
.help-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}
.help-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c9c9c9;
}

.help-form button {
  display: inline-block;
  position: absolute;
  right: 0;
  border: none;
  padding: 10px 20px;
  background-color: #e3e3e3;
  float: right;
}
.help-form button i {
  color: #7a5aa6;
  font-size: 40px;
}

/* === ACTIVITIES Subpage ==== */
.semi-breadcrumbs {
  margin-top: 50px;
}
.semi-breadcrumbs > .semi-breadcrumbs-country,
.semi-breadcrumbs > .semi-breadcrumbs-city {
  display: inline-block;
  cursor: pointer;
  float: left;
}

.semi-breadcrumbs > div > h3 {
  font-size: 20px;
  margin: 10px 25px;
  text-transform: uppercase;
}
.semi-breadcrumbs i {
  color: #7a5aa6;
}

.semi-breadcrumbs-list {
  position: relative;
}
.semi-breadcrumbs-list > ul {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  height: 0;
  transition: all 0.4s linear;
  list-style: none;
  width: 200px;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  max-height: fit-content;
}
.semi-breadcrumbs-list > ul.in {
  height: 150px;
  overflow-y: auto;
}

.semi-breadcrumbs-list > ul > li {
  background: white;
  padding: 4px 0px;
  text-align: center;
}
.semi-breadcrumbs-list > ul > li > a {
  color: #7a5aa6;
  font-size: 19px;
}
.semi-breadcrumbs-list > ul > li:hover {
  background-color: #d2c0ea;
}
.semi-breadcrumbs-list > ul > li:hover > a {
}
.banner-city-info {
  position: absolute;
  width: 25%;
  bottom: 10%;
}
.banner-city-info .rating {
  position: relative;
  width: fit-content;
}
.banner-city-info h1 {
  font-size: 72px;
}
.banner-city-info hr {
  margin-top: 50px;
  border-top: 2px solid #b7b7b7;
}
.banner-city-info .travelers-count {
  color: #7a5aa6;
  font-weight: bold;
}
.banner-search-activities .banner-container {
  display: block;
}
.banner-activitiy-inner {
  margin-left: 30%;
  height: 100%;
}

.activity-section h2 {
  margin-top: 50px;
  margin-bottom: 70px;
  text-align: center;
  color: #6e6e6e;
  font-size: 35px;
  font-weight: bold;
}

.activity-single {
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  margin: 20px 0;
}
.activity-single-text {
  margin: 30px 30px;
  font-size: 15px;
  color: #6e6e6e;
  line-height: 1.3;
  max-height: 190px;
  overflow: hidden;
}
.activity-single-text h4 {
  margin: 5px 0px 25px;
  font-size: 25px;
  color: black;
}

.activity-single-right {
  margin: 20px 10px;
}
.activity-single .rating-container {
  position: relative;
  width: fit-content;
  display: inline-block;
  float: left;
}
.activity-single-reviews {
  display: inline-block;
  float: right;
}
.activity-single-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 190px;
}

.activity-single-bottom {
  background-color: #f7f7f7;
}

.activity-single-bottom-price {
  background-color: #d2c0ea;
  font-size: 27px;
  width: fit-content;
  display: inline-block;
  height: 100%;
  float: left;
  padding: 7px 35px;
}
.activity-single-bottom-duration {
  font-size: 20px;
  width: fit-content;
  display: inline-block;
  margin-left: 30px;
  margin-top: 13px;
  float: left;
}
.activity-single-bottom-language {
  font-size: 20px;
  width: fit-content;
  display: inline-block;
  margin-left: 15px;
  margin-top: 13px;
  float: left;
}
.activity-single-bottom-language img {
  width: auto;
  height: 20px;
  margin-top: -5px;
}
.activity-single-bottom-dates {
  width: fit-content;
  display: inline-block;
  float: right;
}

.activity-single-bottom-dates > ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}

.activity-single-bottom-dates > ul > li {
  display: inline-block;
  margin: 15px 12px;
}
.activity-single-bottom-dates > ul > li > span {
  font-weight: bold;
}
.activity-single-bottom-dates > a {
  display: inline-block;
  margin: 5px 20px;
  color: #7a5aa6;
}
.activity-filters {
  margin-left: -15px;
}
.activity-filter h5 {
  background-color: #f7f7f7;
  color: #7a5aa6;
  font-size: 22px;
  padding: 15px 0 15px 25px;
  position: relative;
}
.activity-filter h5:hover {
  cursor: pointer;
}
.activity-filter h5:after {
  content: "+";
  font-size: 35px;
  position: absolute;
  right: 25px;
  top: 8px;
}

.activity-filter.in h5:after {
  content: "-";
}

.activity-filter.in h5 {
  color: black;
  background-color: #d2c0ea;
}

.activity-filter-content {
  display: block;
  height: 0;
  transition: 0.7s all linear;
  overflow: hidden;
}
.activity-filter-content .date-buttons {
  padding: 15px 0;
}
.activity-filter-content .date-buttons span.date-button {
  border: 1px solid #c9c9c9;
  transition: 0.5s all linear;
  cursor: pointer;
  padding: 5px 10px;
  margin-top: 10px;
}

.activity-filter-content span.date-button:hover,
.activity-filter-content span.date-button.active {
  background-color: #d2c0ea;
  border-color: #d2c0ea;
}
.date-calendar {
  height: 0px;
  overflow: hidden;
  transition: 0.3s all linear;
}
.activity-filter-content .date-picker-wrapper .drp_top-bar {
  display: none;
}

.activity-filter-content .date-picker-wrapper {
  padding: 0;
  border: none;
  background-color: transparent;
}

.activity-filter-content .date-picker-wrapper .month-wrapper {
  padding: 0;
  background-color: transparent;
  border: none;
}

.activity-filter-content .date-picker-wrapper .month-wrapper table {
  width: 100%;
}

.activity-filter-content .date-picker-wrapper table .caption {
  background-color: #d2c0ea;
  color: black;
  border-bottom: 10px solid white;
  height: 50px;
}

.activity-filter-content .date-picker-wrapper table .week-name {
  background-color: #f4f4f4;
  color: #6e6e6e;
}
.activity-filter-content .date-picker-wrapper table .week-name th {
  padding: 10px 2px;
}
.activity-filter-content .date-picker-wrapper .month-wrapper table .day {
  padding: 10px 0;
}

.activity-filter-content
  .date-picker-wrapper
  .month-wrapper
  table
  .day.real-today {
  background-color: transparent;
  font-weight: bold;
}
.activity-filter-content .date-picker-wrapper .first-date-selected,
.activity-filter-content .date-picker-wrapper .last-date-selected {
  background-color: #7a5aa6 !important;
}

.activity-filter-content
  .date-picker-wrapper
  .month-wrapper
  table
  .day.checked {
  background-color: #d2c0ea;
}

.activity-filter-content
  .date-picker-wrapper
  .month-wrapper
  table
  .day.toMonth.hovering {
  background-color: #d2c0ea;
}

.activity-filter-content input[type="checkbox"] {
  margin: 10px 0 10px 15px;
}

.activity-filter-duration-slider-container,
.activity-filter-price-slider-container {
  margin: 15px;
  float: left;
  width: calc(100% - 30px);
}
.activity-filter-price-slider-container #price-slider-overhead {
  margin-bottom: 20px;
  font-size: 22px;
}
.activity-filter-price-slider-container #price-slider-overhead i {
  margin-left: 5px;
  font-size: 18px;
}

.activity-filter-duration-slider-container #duration-slider-overhead {
  margin-bottom: 20px;
  font-size: 22px;
}
.activity-filter-duration-slider-container #duration-slider-overhead i {
  margin-left: 5px;
  font-size: 18px;
}
.ui-slider .ui-widget-header {
  background-color: #d2c0ea;
}

.ui-slider .ui-slider-handle {
  background-color: #d2c0ea;
  border: 1px solid #7a5aa6;
}

.ui-slider .ui-slider-handle.ui-state-active {
  background-color: #7a5aa6;
}

.activity-reviews-container {
  background-color: #f7f7f7;
  padding-bottom: 40px;
}

.activity-reviews-container h2 {
  text-align: center;
  color: #7a5aa6;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 60px 0 40px 0;
}

.activity-reviews-container hr {
  border-top: 1px solid #707070;
  margin-top: 15px;
  margin-bottom: 15px;
}

.activity-reviews-container .rating-container {
  position: relative;
  width: fit-content;
}

.activity-reviews-container .review-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  margin: 20px 0;
}

.activity-reviews-container .review-text {
  color: #767676;
}
.activity-reviews-container .review-text .review-text-name {
  color: black;
  font-size: 20px;
  margin-top: 20px;
}
.activity-reviews-container h3 {
  color: black;
}
.activity-list .all-destinations {
  margin: 50px 0 0px 0;
}

/* === Activity View === */

.banner-activity-info {
  position: absolute;
  width: 25%;
  bottom: 10%;
}

.banner-activity-info hr {
  margin-top: 40px;
  border-top: 2px solid #b7b7b7;
}

.banner-activity-info .banner-activity-booking-button {
  padding: 10px 35px;
  border-radius: 10px;
  background-color: #7a5aa6;
  color: white;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
  float: left;
  display: inline-block;
}

.banner-activity-info .banner-activity-booking-place {
  display: inline-block;
  float: right;
}

.banner-activity-info .banner-activity-booking-place > div {
  display: inline-block;
  margin: 5px 15px;
  color: #7a5aa6;
  font-size: 20px;
  font-weight: bold;
}

.banner-activity-preinfo {
  margin-top: 60px;
  width: 67%;
}
.banner-activity-preinfo .rating {
  margin-top: 15px;
  float: right;
  position: relative;
}

.banner-activity-preinfo .price {
  float: left;
  font-size: 40px;
}

.banner-activity-preinfo .price > i {
  color: #ed8a19;
}

.activity-description {
  margin: 45px 15px;
  color: #6e6e6e;
  font-size: 20px;
}

.activity-gallery-bg {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}
.activity-gallery-main-photo-container {
  text-align: center;
}
.activity-gallery-main-photo img {
  max-width: 100%;
  max-height: 500px;
  margin: 0 auto;
}
.activity-gallery-mini-photos {
  margin-top: 40px;
}
.activity-gallery-mini-photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  margin: 0 15px;
}

.activity-content {
  padding-top: 50px;
}
.activity-content-details {
  color: #6e6e6e;
  font-size: 20px;
}
.activity-content-details h2 {
  margin-top: 40px;
  font-size: 40px;
  color: black;
}
.activity-content-details p {
  max-width: 100%;
  overflow: hidden;
}
.activity-content-details-price > div {
  background-color: #f7f7f7;
  padding: 20px 25px;
  width: 100%;
  color: black;
  font-size: 22px;
  margin: 5px 0;
}

.activity-content-details-price > div > span {
  float: right;
  color: #7a5aa6;
}
.activity-content-details-price > div > span > i {
  margin-left: 5px;
}

.activity-right-column-social {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
}

.activity-right-column-social h5 {
  font-size: 16px;
  padding: 10px 20px;
  width: fit-content;
  float: left;
  display: inline-block;
}
.activity-right-column-social > div:first-of-type {
  float: right;
  display: inline-block;
  height: 100%;
}

.activity-right-column-social img {
  height: 19px;
  width: auto;
  margin: 19px 20px;
}

.activity-right-column-booking {
  margin-top: 40px;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
}
.activity-right-column-booking h4 {
  background-color: #7a5aa6;
  color: white;
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 22px;
}

.booking-paid-trip-info {
  margin: 15px 15px;
}

.booking-calendar-container .ui-widget {
  font-family: "Mitr", sans-serif;
}
.booking-calendar-container .ui-datepicker {
  border: none;
  width: 100%;
  padding: 0px 15px;
}
.booking-calendar-container .ui-datepicker-header {
  background-color: #d2c0ea;
  font-size: 19px;
  font-weight: normal;
}
.ui-icon {
  background-image: none !important;
}
.booking-calendar-container .ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../img/arrowL.png");
  background-repeat: no-repeat;
  margin-top: 5px;
}

.booking-calendar-container .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../img/arrowR.png");
  background-repeat: no-repeat;
  margin-top: 5px;
}

.booking-calendar-container .ui-widget-header .ui-state-hover {
  background-color: transparent;
  border: none;
}
.booking-calendar-container .ui-widget-header .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.booking-calendar-container .ui-widget-header .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.booking-calendar-container table.ui-datepicker-calendar thead {
  background: #f4f4f4;
  color: #c2c2c2;
  text-align: center;
}
.booking-calendar-container table.ui-datepicker-calendar th {
  font-weight: normal;
}

.booking-calendar-container table.ui-datepicker-calendar {
  margin-top: 10px;
}
.booking-calendar-container table.ui-datepicker-calendar td {
}
.booking-calendar-container table.ui-datepicker-calendar td > a,
.booking-calendar-container table.ui-datepicker-calendar td > span {
  border: none;
  background: white;
  text-align: center;
  padding: 10px 5px;
}
.booking-calendar-container table.ui-datepicker-calendar td > a.ui-state-hover {
  background-color: #d2c0ea;
}
.booking-calendar-container
  table.ui-datepicker-calendar
  td
  > a.ui-state-active {
  background-color: #7a5aa6;
  color: white;
}

.activity-right-column-booking hr {
  border-color: #b7b7b7;
  width: 90%;
  margin: 15px auto;
}
.activity-right-column-booking .booking-date-info {
  color: #7a5aa6;
  font-size: 16px;
  margin-bottom: 10px;
}

.activity-right-column-booking .booking-date-info-date {
  float: left;
  width: fit-content;
  margin-left: 15px;
}

.activity-right-column-booking .booking-date-info-time {
  float: right;
  width: fit-content;
  margin-right: 15px;
}

.activity-right-column-booking h5 {
  background-color: #d2c0ea;
  color: white;
  padding: 10px 0px;
  margin: 0 15px;
  text-align: center;
  font-size: 20px;
}
.activity-right-column-booking .booking-group {
  /* margin: 10px 15px; */
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0px 15px;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
}
.activity-right-column-booking .booking-group .booking-group-number {
  font-weight: bold;
  color: #7a5aa6;
  font-size: 20px;
  width: 30px;
  float: left;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.activity-right-column-booking .booking-group .booking-group-up-and-down {
  float: left;
  max-width: 10px;
  margin: 0 5px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.activity-right-column-booking .booking-group .booking-group-up-and-down i {
  color: #7a5aa6;
  font-size: 10px;
}

.activity-right-column-booking .booking-group .booking-group-up-and-down > div {
  cursor: pointer;
}

.activity-right-column-booking .booking-group .booking-group-description {
  float: left;
  max-width: calc(100% - 110px);
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.activity-right-column-booking .booking-group .booking-group-description span {
  margin-left: 5px;
}
.activity-right-column-booking
  .booking-group
  .booking-group-description
  span:first-of-type {
  margin-left: 0px;
  color: #767676;
}
.activity-right-column-booking .booking-group .booking-group-price-semi-total {
  float: right;
  color: #7a5aa6;
  max-width: 65px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.activity-right-column-booking .booking-total-price {
  font-size: 24px;
  font-weight: bold;
  color: #7a5aa6;
  margin: 25px 15px;
}

.activity-right-column-booking .booking-form {
  margin: 15px;
  padding-bottom: 30px;
}

.activity-right-column-booking .booking-form-button {
  background-color: #7a5aa6;
  color: white;
  border-radius: 10px;
  border: none;
  padding: 10px 30px;
  font-size: 20px;
  float: right;
}
.activity-metting-point {
  margin-top: 50px;
}
.activity-metting-point h2 {
  background-color: #7a5aa6;
  color: white;
  font-size: 50px;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

.activity-metting-point .activity-meeting-point-map {
  height: 500px;
}

.activity-metting-point .activity-meeting-point-address {
  background-color: #f7f7f7;
  font-size: 30px;
  color: #7a5aa6;
  padding: 20px 0;
  text-align: center;
}

.activity-cancellations {
  margin-top: 50px;
}

.activity-cancellations h3 {
  font-size: 40px;
  margin-bottom: 25px;
}
.activity-cancellations div {
  color: #767676;
  font-size: 20px;
}

.activity-reviews h2 {
  background-color: #7a5aa6;
  color: white;
  font-size: 50px;
  text-align: center;
  padding: 20px 0;
}
.activity-reviews-header {
  margin-top: 25px;
}
.activity-reviews-header .activity-reviews-rating-number {
  float: left;
  color: #7a5aa6;
  font-size: 40px;
  font-weight: bold;
}

.activity-reviews-header .rating {
  float: left;
  position: relative;
  margin-left: 15px;
  margin-top: 15px;
}

.activity-reviews-header .activity-reviews-rating-amount {
  float: right;
  color: #7a5aa6;
  font-size: 35px;
  margin-top: 3px;
}
.activity-review-single {
  margin: 30px 0;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
}
.activity-review-single:first-of-type {
  margin: 45px 0 20px;
}
.activity-review-single .activity-review-single-header {
  background-color: #f7f7f7;
  padding: 15px 35px;
}
.activity-review-single .activity-review-single-header-left {
  float: left;
}
.activity-review-single-header-left .rating {
  position: relative;
  width: fit-content;
}

.activity-review-single .activity-review-single-name {
  color: #7a5aa6;
  font-size: 24px;
}
.activity-review-single .activity-review-single-header-right {
  color: #767676;
  margin-top: 35px;
  float: right;
}

.activity-review-single .activity-review-single-header-right img {
  height: 18px;
  width: auto;
  margin-top: -3px;
}

.activity-review-single .activity-review-single-text {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #787878;
  padding: 10px 35px;
}
.activity-review-single .activity-review-single-text span {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #7a5aa6;
}
.activity-review-single-answer {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #7a5aa6;
  text-align: right;
  padding: 10px 35px 35px;
}

.activity-review-single-author {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #7a5aa6;
  text-align: right;
  padding: 10px 35px;
  margin-top: 20px;
}

.activity-review-single hr {
  border-color: #e7e7e7;
  margin: 20px 35px 10px;
}

.activity-review-single .activity-review-single-date {
  float: left;
  margin-left: 35px;
  width: 200px;
  margin-bottom: 20px;
  color: #787878;
}
.activity-review-single .activity-review-single-group-size {
  float: left;
  color: #787878;
}

.activity-similar-activities {
  background-color: #f7f7f7;
}

.activity-similar-activities h2 {
  text-transform: uppercase;
  color: #7a5aa6;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
}

.activity-similar-activities hr {
  border-color: black;
}

.activity-similar-activities .rating {
  margin-bottom: 20px;
  position: relative;
  width: fit-content;
}

.activity-similar-activities .similar-activities-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.similar-activities-bottom {
  margin-top: 15px;
  margin-bottom: 30px;
}
.activity-similar-activities .price {
  float: left;
  font-size: 25px;
  margin-top: 8px;
}

.activity-similar-activities .price i {
  color: #ed8a19;
}
.activity-similar-activities .similar-activities-booking-button {
  float: right;
}
.activity-similar-activities h3 {
  color: black;
}
.similar-activities-booking-button .booking-button {
  padding: 10px 35px;
  border-radius: 10px;
  color: white;
  background-color: #7a5aa6;
  font-size: 20px;
}

.after-search-banner-button-f {
  position: fixed;
  top: 15px;
  z-index: 10000;
}

/* === Destinations === */

.destination-map {
  height: 500px;
}
.destination-search-container {
  background-color: #7a5aa6;
  padding: 30px 0;
}

.destination-search-form {
  text-align: center;
  position: relative;
}
.destination-search-form input {
  border-radius: 10px 0 0 10px;
  font-size: 26px;
  padding: 15px 20px;
  border: none;
}

.destination-search-form button {
  border-radius: 0 10px 10px 0;
  padding: 13px 20px;

  border: none;
  top: 0px;
  position: absolute;
}

.destination-search-form button i {
  font-size: 41px;
  color: #7a5aa6;
}

.destination-search-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c9c9c9;
  opacity: 1; /* Firefox */
}
.destination-search-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}
.destination-search-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c9c9c9;
}

.destinations h1 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #7a5aa6;
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 70px;
}
.destination-single {
  transition: 0.5s all linear;
  margin: 20px 0;
}
.destination-single.in {
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
}

.destination-single h4 {
  background-color: #f7f7f7;
  color: #7a5aa6;
  font-size: 20px;
  padding: 15px 0 15px 15px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.destination-single h4 span {
  color: #535353;
  font-size: 16px;
  text-transform: lowercase;
  margin-left: 5px;
}

.destination-single h4:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: -3px;
  font-size: 50px;
  color: #7a5aa6;
}

.destination-single.in h4 {
  color: black;
  background-color: #d8cbe9;
}
.destination-single.in h4 span {
  color: #535353;
}

.destination-single.in h4:after {
  color: white;
  content: "-";
}
.destination-single-details {
  transition: 0.5s all linear;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.destination-single-details ul {
  list-style: none;
}
.destination-single-details > div {
  margin: 15px 0;
}
.destination-single-details ul > li {
  padding: 0 25px;
  position: relative;
  margin: 5px 0;
}

.destination-single-details ul > li > div {
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
  position: relative;
  padding-bottom: 2px;
}
.destination-single-details ul > li > div > a {
  color: black;
  font-size: 17px;
  transition: 0.5s all linear;
}
.destination-single-details ul > li > div a > span {
  position: absolute;
  right: 25px;
  font-size: 12px;
}

.top-destinations-container .section-top-destinations-slide-bottom {
  display: none;
}
.top-destinations-container > div {
  width: 33.3%;
  float: left;
  margin: 30px 0;
}

.modal-body {
  padding: 0 15px;
}
.modal-content {
  border-radius: 0px;
}
.header-modal {
  background-color: #d2c0ea;
  position: relative;
}

.header-modal h2 {
  width: fit-content;
  color: white;
  margin: 15px;
  float: left;
}
.header-modal .close {
  position: absolute;
  font-size: 55px;
  color: white;
  text-shadow: none;
  filter: none;
  opacity: 1;
  right: 20px;
}
.content-modal {
  padding: 20px;
}

.btn-in-dialogs {
  background-color: #7a5aa6;
  color: white;
  width: 100%;
}

.container .close {
  display: none;
}

.basket_photo {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  width: 200px;
  float: left;
  margin: 10px 20px 10px 10px;
}
.basket-item {
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.basket-item .basket_special {
  color: #7a5aa6;
  font-size: 20px;
  font-weight: bold;
}
.basket-item .basket-item-info {
  margin-top: 10px;
  float: left;
  margin-left: 15px;
  width: calc(100% - 320px);
}
@media (max-width: 500px) {
  .basket-item .basket-item-info {
    width: 100%;
  }
}
.basket-item .product_name a {
  color: #7a5aa6;
  font-size: 18px;
}
.basket-item .btn-danger {
  position: absolute;
  top: 10px;
  right: 10px;
}
.basket-acutlize {
  padding: 25px 5px;
}
.basket1-total {
  margin: 10px 0;
  padding: 10px 10px;
  background-color: #d2c0ea;
  font-size: 25px;
}
.basket-total-price {
  float: right;
  font-weight: bold;
}

.basket_points p {
  margin-bottom: 15px;
}

.basket_points p {
  margin: 15px 0px 10px 0px;
}

.basket_points label {
  font-weight: normal;
  display: inline;
}

.booking-form .alert-danger {
  margin: 10px 0;
  padding: 0 10px;
}

.ibasket h3.name {
  color: #7a5aa6;
  margin-top: 0;
}

.ibasket h3.price {
  color: #707070;
  margin-top: 0;
}
.ibasket-container h2 {
  margin-top: 0;
  font-size: 26px;
}
.ibasket-container h2.price {
  color: #7a5aa6;
}
.ibasket-container {
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
}
.ibasket:first-of-type {
  margin-top: 10px;
}

.checkout-form-container {
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  padding: 15px;
}

.ibasket-detailed-container {
  margin-top: 30px;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
}
.ibasket-detailed-container > div:first-of-type {
  margin-top: 15px;
}
.ibasket-detailed h3 {
  margin: 0px;
  font-size: 30px;
  color: #7a5aa6;
}
.ibaskeet-image {
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ibasket-infos {
  float: left;
  width: fit-content;
  border-right: solid 1px #7a5aa6;
  padding: 0 10px;
  text-align: center;
}
.ibasket-infos:last-of-type {
  border-right: none;
}
.ibasket-infos > .first-row {
  font-size: 30px;
}
.trip-comment {
  display: none;
}
.trip-comment.in {
  display: block;
}
.trip-comment > textarea {
  height: 80px;
  margin-top: 10px;
  resize: none;
}

.invoice-details {
  margin-top: 25px;
  display: none;
}
.invoice-details.in {
  display: block;
}

.checkout-btn {
  float: right;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 25px;
  color: white;
  padding: 7px 15px;
  border: 1px solid #7a5aa6;
  background-color: #7a5aa6;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
}
.terms {
  margin-top: 40px;
}
.checkout-btn:hover {
  color: #7a5aa6;
  background-color: transparent;
}

.shadow {
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
}
.margin-padding {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
}
.relative {
  position: relative;
}
.delete {
  position: absolute;
  top: 0px;
  right: 15px;
  color: red;
  font-size: 30px;
}

.contact-container {
  margin-top: 60px;
  border: #7a5aa6 solid 1px;
  padding-bottom: 20px;
}
.contact-container .nav-tabs {
  border: none;
}
.contact-container .nav-tabs li.active > a,
.contact-container .nav-tabs li > a {
  border: none;
}

.contact-container .nav-tabs li {
  list-style: none;
  height: 140px;
  opacity: 0.5;
  text-align: center;
  background-color: #d8cbe9;
}

.contact-container .nav-tabs li.active {
  opacity: 1;
  background-color: white;
}
.contact-container .nav-tabs li a {
  color: black;
}
.contact-container .nav-tabs li h3 {
  color: #7a5aa6;
  margin-top: 5px;
}
.contact-row {
  margin: 0 -30px;
  padding: 20px;
}

.contact-row p {
  margin-top: 10px;
  margin-bottom: 5px;
}
.page-header {
  margin-top: 70px;
}

.button-checkout {
  font-size: 17px;
  color: #7a5aa6;
  background-color: white;
  padding: 7px 15px;
  border: 1px solid #7a5aa6;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  display: block;
  text-align: center;
}
.button-checkout:hover {
  background-color: #7a5aa6;
  color: white;
}

.basket1-checkout-buttons {
  padding: 10px 0 20px;
}
.basket1-padding {
  padding: 10px;
}
.basket-faq hr {
  border-color: #7a5aa6;
  margin: 10px 0;
}
.basket-faq-question {
  width: 100%;
  position: relative;
}
.basket-faq-question a {
  color: #7a5aa6;
  font-size: 18px;
  cursor: pointer;
}
.basket-faq-question a:after {
  content: "▾";
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 25px;
}
.basket-margin {
  margin: 0px 0px 30px;
}
.basket1-you-may-be-interested-in {
  color: #7a5aa6;
  text-align: center;
}
.payment-padding {
  padding: 5px 15px 10px;
}
.payment-currencies {
  font-size: 22px;
}
.payment-currencies label {
  font-weight: 500;
}
.payment .ibasket-detailed-container {
  margin-top: 0;
}
.payment-padding h3 {
  margin-top: 5px;
  color: #7a5aa6;
}
.payment-margin {
  margin-top: 20px;
}
.payment-logos img {
  margin-right: 10px;
  height: 15px !important;
}
.paysuccess .ibaskeet-image {
  height: 200px;
}

.trip-organisator {
  margin-top: 20px;
  font-size: 18px;
}
.personal-details {
  padding: 10px;
}
.personal-details h3 {
  margin-top: 0;
}
.paysuccess h2 {
  margin-top: 0;
}
.paysuccess .alert-info h2 {
  margin-top: 0;
}
.paysuccess form p {
  margin-top: 0px;
  font-size: 18px;
}
.paysuccess .map-container {
  margin-top: 20px;
}
.paysuccess .map-container h3 {
  width: 100%;
  background-color: #7a5aa6;
  color: white;
  padding: 5px 0;
  margin: 0;
  text-align: center;
  font-size: 25px;
}
.paysuccess-map {
  height: 500px;
}
.voucher {
  position: relative;
  font-size: 13px;
}
.voucher-print-btn {
  position: absolute;
  top: 5px;
  right: 15%;
  z-index: 10;
}
.voucher-titles {
  background-color: #d2c0ea;
  width: 100%;
  padding: 8px 8px 8px;
  font-size: 15px;
}
.voucherpdf-titles {
  background-color: #d2c0ea;
  width: 100%;
  padding: 0px 6px 6px;
  font-size: 13px;
}
.cancelation-btn {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 25px;
  color: white;
  padding: 7px 0px;
  border: 1px solid red;
  background-color: red;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.75);
}
.cancelation-btn:hover {
  color: red;
  background-color: transparent;
}

.helper-margin-top {
  margin-top: 65px;
}

.destination-search-container .top-destinations {
  left: calc(50% - 196px);
  z-index: 10;
}

.activity-content ul {
  margin-left: 30px;
}

.supplier_menu a {
  width: 25%;
  color: white;
  background-color: #7a5aa6;
  border: #d2c0ea solid 1px;
  float: left;
  padding: 5px 0;
  text-align: center;
}

.supplier_menu .col-sm-2 a {
  width: 100%;
  padding: 21px 0;
}

.top-destinations-slide:hover .section-top-destinations-slide {
  filter: brightness(0.7);
}

.top-destinations-slide:hover {
  background-color: #d8cbe9;
}
.review-form .rating {
  display: inline-block;
  position: relative;
}

.newsletter-checkbox-consent {
  display: flex;
  margin-top: 15px;
}

.newsletter-checkbox-consent input {
  margin-right: 10px;
}

.country-description {
  margin: 60px 0;
  color: #6e6e6e;
  font-size: 20px;
}

.opinion-trip {
  padding: 10px;
  margin-bottom: 20px;
}

.opinion-trip textarea {
  height: 150px;
  margin-bottom: 20px;
}

.opinion-trip h3 {
  margin-top: 0;
}

.opinion-trip select {
  width: 100%;
  margin-bottom: 20px;
}
.opinion-trip .rating-name-city-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.captcha-test {
  display: flex;
  align-items: baseline;
}

.captcha-test img {
  margin-right: 20px;
}

.captcha-test input {
  width: 100%;
}

/* RWD */
@media (min-width: 1201px) {
  .banner-activity-info .name h1 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .page-images img {
    max-width: 100% !important;
  }
  img {
    height: auto !important;
  }
  .activity-right-column-booking .booking-group {
    padding-bottom: 50px;
  }
  .banner-activity-info .name h1 {
    font-size: 28px;
  }
}
@media (max-width: 1008px) {
  .banner-activity-info .name h1 {
    font-size: 24px;
  }
  div.banner-activitiy-inner {
    margin-left: 20%;
  }
}
@media (min-width: 992px) {
  .rating-mobile {
    display: none;
  }
  .rating-pc {
    display: block;
  }
}
@media (max-width: 991px) {
  .rating-mobile {
    display: block;
  }
  .rating-pc {
    display: none;
  }
  .opinion-trip .rating-name-city-container {
    display: initial;
  }
  /*
    .activity-right-column-booking .booking-group
    {
        padding-bottom: 20px;
    } */
  .banner-activity-info .name h1 {
    font-size: 24px;
  }
  div.banner-activitiy-inner {
    margin-left: 20%;
  }
}
@media (max-width: 884px) {
  .banner-activity-info .name h1 {
    font-size: 18px;
  }
  .banner-activity-preinfo {
    margin-top: 0px;
  }
}
@media (min-width: 501px) {
  .banner-activity-info .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 500px) {
  div.banner-activitiy-inner {
    margin-left: 0;
  }

  .banner-search {
    height: 400px;
    margin-bottom: 20px;
  }

  .banner-search-img {
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
  }
  .banner-search-img-div {
    height: 200px;
  }

  .banner-container {
    background-image: url("../img/shadowRWD.png");
    width: 100%;
    margin-top: 170px;
    background-position: 0 0;
    background-size: cover;
    overflow-y: hidden;
    height: auto;
  }
  .banner-container > div {
    margin-top: 75px;
  }
  .banner-container h1 {
    font-size: 30px;
    text-align: center;
  }

  .banner-search-form input {
    font-size: 14px;
  }
  .destination-search-form input {
    font-size: 14px;
  }

  .banner-search-form button i {
    font-size: 23px;
  }
  .destination-search-form button i {
    font-size: 23px;
  }

  .banner-search-form button {
    margin-left: 0px;
    padding: 10px 20px;
  }

  .top-destinations {
    width: 100%;
    left: 0;
  }
  .top-destinations ul > li > div a > span {
    margin-top: 5px;
  }
  .activity-content-details h2 {
    font-size: 20px;
  }
  .activity-content-details {
    font-size: 15px;
  }

  .after-search-banner-button ul > li.spacer {
    display: none;
  }
  .after-search-banner-button ul {
    flex-direction: column;
    width: 100%;
  }
  .after-search-banner-button ul > li {
    text-align: center;
    margin: 10px 0;
  }

  .newsletter-container {
    height: auto;
  }
  .newsletter-banner {
    width: 100%;
    height: 250px;
    position: relative;
  }

  .newsletter-div {
    height: auto;
    padding-bottom: 50px;
    align-items: center;
    margin-top: 30px;
  }
  .newsletter-div h1 {
    text-align: center;
    font-size: 40px;
  }
  .newsletter-form input {
    font-size: 14px;
    padding: 10px 5px;
  }

  .newsletter-form button i {
    font-size: 24px;
  }

  .newsletter-form button {
    margin-left: 0;
  }

  p {
    font-size: 15px;
  }

  footer {
    padding: 10px 0;
  }
  .footer-rwd {
    padding: 0;
    margin: 0;
  }

  .footer-rwd .col-xs-12 {
    padding: 0;
  }

  .footer-rwd h4 {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    padding: 10px 0;
  }
  .footer-rwd h4:after {
    position: absolute;
    content: "+";
    right: 0;
    font-size: 25px;
  }
  .footer-rwd ul {
    background-color: #d2c0ea;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.4s linear;
  }
  .footer-rwd ul > li {
    margin: 0 40px;
    padding: 10px;
  }
  .footer-rwd ul > li > a {
    color: #767676;
  }
  .footer-rwd .row {
    margin: 0;
  }

  .section-top-destinations h1,
  .section-top-activities h1 {
    font-size: 30px;
  }
  .infographics {
    padding: 25px 0;
  }
  .infographics h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    font-size: 15px;
    width: fit-content;
    display: inline;
  }
  .infographics h2 span {
    display: inline;
  }
  .infographics img {
    margin: 10px 0;
    height: 50px;
    width: auto;
  }
  header {
    margin-top: 50px;
  }
  .header-1st-row,
  .header-2nd-row {
    display: none;
  }
  .header-rwd {
    display: block;
    background-color: #7a5aa6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10001;
  }
  .header-rwd-logo {
    color: white;
    /* margin:5px 5px; */
    margin: auto;
    font-size: 30px;
    width: fit-content;
    float: left;
  }
  .header-rwd-logo a {
    color: white;
  }

  .header-rwd-right {
    float: right;
    margin: 5px 15px;
  }

  .header-rwd-right a {
    color: white;
    padding: 0 5px;
    margin: 0 10px;
    font-size: 30px;
  }
  .menu-rwd {
    display: none;
    background-color: rgba(122, 90, 166, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
  }
  .menu-rwd-inner {
    width: 0%;
    overflow: hidden;
    transition: 0.4s all linear;
    background-color: #7a5aa6;
    float: right;
    height: 100%;
  }
  .menu-rwd-inner2 {
    width: 0%;
    overflow: hidden;
    transition: 0.4s all linear;
    background-color: #6e6e6e;
    float: left;
    height: 50px;
  }
  .menu-rwd-inner2 i {
    font-size: 30px;
    color: white;
    margin: 10px 25px;
  }

  .menu-rwd-inner hr {
    border-color: white;
    margin: 10px 15px;
  }

  .menu-rwd-inner ul {
    position: relative;
    margin: 25px 0px;
    list-style: none;
  }
  .menu-rwd-inner ul > li {
    width: 236px;
    padding: 0 10px;
    margin: 15px 0;
    overflow: hidden;
  }
  .menu-rwd-inner ul > li > a {
    color: white;
    font-size: 18px;
  }
  .help-header-menu-container ul {
    flex-direction: column;
  }
  .help-header-menu-container li.spacer {
    display: none;
  }
  .g-recaptcha {
    transform: scale(0.8);
    margin-left: -30px;
  }
  .contact-row {
    margin: 0;
    padding: 0;
  }

  .help-header-txt h1 {
    bottom: 40%;
  }

  .basket_photo {
    width: 100%;
  }

  .paysuccess .ibaskeet-image {
    height: 100px;
  }

  .banner-activitiy-inner {
    margin-left: 0;
    margin-top: 45px !important;
    margin-bottom: 50px;
  }

  .banner-activity-info {
    width: 100%;
    position: initial;
  }

  .banner-activity-preinfo {
    margin-top: 0px;
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .semi-breadcrumbs {
    width: 100%;
    float: left;
  }
  .rwd-clearfix {
    clear: both;
  }
  .banner-activity-booking {
    padding: 0px 10px;
  }

  .top-destinations-container > div {
    width: 100%;
  }
  .banner-city-info {
    width: 100%;
    position: initial;
  }
  .semi-breadcrumbs:after {
    content: "";
    clear: both;
  }

  .banner-city-info .rating {
    float: right;
    margin-right: 15px;
    margin-top: 22px;
  }
  .banner-city-info .name {
    float: left;
    margin-left: 10px;
  }

  .activity-single-text {
    margin: 5px 5px;
  }
  .activity-single-text h4 {
    margin: 5px 0px;
  }
  .activity-single-bottom-price {
    width: 100%;
    text-align: center;
  }

  .activity-right-column-booking .booking-group {
    padding-bottom: 40px;
  }

  .banner-container {
    margin-top: 285px;
  }

  .banner-search-img-div {
    height: 320px;
    background-position: center;
  }

  .banner-search {
    height: 490px;
  }

  body.page .banner-search {
    height: 340px;
  }

  body.page .banner-container {
    margin-top: 305px;
  }

  body.page .banner-search-img {
    background-position: center;
  }
}

@media (max-width: 410px) {
  .activity-right-column-booking .booking-group {
    padding-bottom: 65px;
  }
}
@media (max-width: 370px) {
  .destination-search-form {
    text-align: left;
  }
}

.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* ===== */

.modal-wide {
  width: 95vw;
  height: 90vh;
}

.modal-wide .modal-body {
  width: 100%;
  float: left;
}

/* ===== */

#calendarEl {
  height: 75vh;
}

#calendarEl a {
  color: #7a5aa6;
  text-decoration: none;
}

#calendarEl a:hover {
  color: #7a5aa6;
  text-decoration: none;
}

#calendarEl .fc-event {
  text-align: center;
  border-radius: 0px;
  background-color: #7a5aa6;
  border: 1px solid #7a5aa6;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #fff;
  width: 100%;
  margin: 0rem auto 0.5rem auto;
  opacity: 0.7;
  font-weight: normal;
}

#calendarEl .fc-day-today {
  background-color: #fafafa;
  font-weight: normal;
}

#calendarEl .fc-button-primary {
  background-color: #7a5aa6;
}
#calendarEl .fc-daygrid-day-number {
  font-size: 1.75rem;
}

#calendarEl .fc-col-header-cell {
  font-size: 1.5rem;
}

#calendarEl .fc-header-toolbar {
  padding-top: 1rem;
}

.data-fieldset {
  display: flex;
  margin-top: 0;
  margin-bottom: 1rem;
  align-items: flex-end;
  min-height: 25px;
}

.data-fieldset label {
  font-weight: normal;
}

.data-fieldset h4 {
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #7a5aa6;
  margin: 0;
}

.data-fieldset span {
  width: 30%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
}

/*
.data-fieldset span:nth-child(1) {
  width: 20%;
}

.data-fieldset span:nth-child(2) {
  width: 20%;
}
*/

.data-fieldset span:nth-child(3) {
  min-width: 130px;
}

.data-fieldset span > span {
  width: 100% !important;
  display: flex;
  flex-direction: row;
}

.data-fieldset .btn-sub {
  width: auto;
  text-align: center;
}

.data-fieldset span > span select {
  margin-right: 0.75rem;
}

.calendar-form {
  border: 1px solid #ddd;
  padding: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.calendar-form .calendar-form-wrap {
  padding-right: 0 !important;
}

.calendar-form .form-control {
  padding: 6px;
}

@media (max-width: 1100px) {
  .calendar-form .calendar-form-wrap {
    min-width: 800px;
  }
}

@media (max-width: 800px) {
  .calendar-form-wrap {
    min-width: 0px !important;
    width: 100% !important;
  }
  .data-fieldset {
    display: block !important;
  }
  .data-fieldset span {
    width: 100% !important;
    margin-right: 0% !important;
  }
}

.calendar-form .btn-primary {
  background-color: #7a5aa6;
  padding: 9px 14px;
}

.custom-loader {
  margin-left: 2rem;
  display: none;
  width: 25px;
  height: 25px;
  --c: radial-gradient(farthest-side, #7a5aa6 92%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%,
    var(--c) 0 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  animation: s7 1s infinite;
}
@keyframes s7 {
  to {
    transform: rotate(0.5turn);
  }
}

.add-event-ico {
  background-color: #fff;
  color: #7a5aa6;
  position: absolute;
  bottom: 11px;
  right: 7px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 4px;
  cursor: pointer;
  z-index: 10;
}

.cal-modal {
  z-index: 1105;
}
/* .modal-backdrop:nth-child(odd) {
  z-index: 1100;
}

.modal-backdrop:nth-child(even) {
  z-index: 1115;
} */

.ev-modal {
  margin-top: 40vh;
  z-index: 1120;
}

.ev-modal-nomargin {
  z-index: 1120;
}

.ev-modal .data {
  padding: 2rem;
}
.ev-modal h3 {
  text-align: center;
  margin: 3rem 0 3rem 0;
}
.ev-modal .data form {
  display: flex;
  justify-content: center;
  padding: 2rem 0 4rem 0;
}

.ev-modal .data form label {
  line-height: 250%;
  margin-bottom: 0px;
}

.ev-modal .data .form-control {
  margin: 0 0 0 2rem;
  width: 8rem;
}
.ev-modal .data .btn-primary {
  background-color: #7a5aa6;
  padding: 9px 14px;
  margin-left: 2rem;
}

.fc-event-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rem-event-ico {
  cursor: pointer;
  margin-left: 1rem;
}
