.select {
	all:unset !important;
}

body, ul, table, form{
	font-family: 'Lato', cursive;
}

section {
	border: none !important
}

select {
  all: unset !important;
}

.module-header {
	z-index: 10
}

.basic_select {
  border-bottom: 1px solid #CDD2D9 !important;
  padding: 5px !important;
  color: black !important;
}

.basic_select:hover {
  background-color: #eeeeee !important;
}

.basic_select:focus {
  /*box-shadow: -5px 5px 5px 1px rgba(242,196,67,1) !important*/
  border-bottom: 2px solid #4D86EB !important;
}


.scroll-top {
	background-color: rgba(242,196,67,1) !important;
	border: solid 0.3px rgba(109,121,133,1)
}

/*#f2c443*/
.btn-yellow {
	background-color: rgba(242,196,67,1) !important
}

.btn {
	border-radius: 5px
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
	border-top-right-radius:5px;
	border-bottom-right-radius:5px 
}

/*#6d7985*/
.btn-grey {
	background-color: rgba(109,121,133,1) !important
}

.bg-yellow {
	background-color: rgba(242,196,67,1) !important
}

.bg-red {
	background-color: rgba(244,66,83,1) !important
}

.checkbox-yellow-filled [type="checkbox"][class*='filled-in']:checked+label:after {
    border-color: rgba(242,196,67,1);
    background-color: rgba(242,196,67,1);
}

.bg-blue {
	background-color: #3d76c6 !important
}

.bg-green {
	background-color: #2eba41 !important
}

.bg-grey {
	background-color: rgba(109,121,133,1) !important
}

.bg-grey2 {
	background-color: rgba(56,56,56,1) !important
}

.text-grey {
	color: rgba(109,121,133,1) !important
}

.text-darkgrey{
  color: #545353
}

.text-white {
	color: rgba(255,255,255,1) !important
}

.text-yellow {
  color: rgba(242,196,67,1) !important
}

.text-black {
	color: rgba(0,0,0,1) !important
}

.flex-control-paging{
	display: none
}

#pageLoader{
	background-image:url(../images/pageLoader2.gif);
	margin: auto
	text-align: middle;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
}

.layout{
	display: none;
}

.whileLoading{
  z-index: 2900;
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
}

#whileLoading1{
  z-index: 2950;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
}

#whileLoading2{
  z-index: 3000;
  position: relative;
  margin: auto;

  top: 45%;
  left: 0;
  right: 0;

  padding: 4px;
  width: 40%;
  height: auto;
  box-shadow: 5px 5px 5px #000;
  color: #ffffff;
  opacity: 1;
}

.af-label {
  color: white;
  margin-bottom: 5px;
  background: rgb(244, 141, 97);
  font-size: 14px;
  display: inline-block;
  padding: 4px 10px 3px;
  margin-right: 5px;
}


.af-form-dropdown {
  position: absolute;
  top:0; 
  left:0; 
  z-index: 10001; 
  margin:10px; 
  transform: translate(-50%, -100%);  
  -ms-transform: translate(-50%, -100%); 
  -webkit-transform: translate(-50%, -100%);
  -webkit-transition:left 0.2s ease-in-out;
  -moz-transition:left 0.2s ease-in-out;
  -o-transition:left 0.2s ease-in-out;
  -ms-transition:left 0.2s ease-in-out;
  transition:left 0.2s ease-in-out;
}

.af-yellow-shadow {
  box-shadow: 0 0 20px rgba(242,196,67, 1);
}

.select_yellow:focus {
  box-shadow: 0 0 20px rgba(242,196,67, 1) !important;
}

.af-selected-avatar {
  box-shadow: 0 0 20px rgba(242,196,67, 1);
  border: 2px solid rgba(242,196,67, 1);
}


.af-selected-cover {
  box-shadow: 0 0 20px rgba(242,196,67, 1);
  border: 4px solid rgba(242,196,67, 1);
}


.caret-down {
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: solid transparent;
  border-right-width: 10px;
  border-left-width: 10px;
  border-top: solid 10px white;

  -webkit-transition:left 0.2s ease-in-out;
  -moz-transition:left 0.2s ease-in-out;
  -o-transition:left 0.2s ease-in-out;
  -ms-transition:left 0.2s ease-in-out;
  transition:left 0.2s ease-in-out;
}


.reel-image {
  display: inline-block;
  white-space: nowrap;
}



.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle-steps {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}





.example.example4 {
  background-color: #f6f9fc;
}

.example.example4 * {
  font-family: Inter UI, Open Sans, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.example.example4 form {
  max-width: 496px !important;
  padding: 0 15px;
}

.example.example4 form > * + * {
  margin-top: 20px;
}

.example.example4 .container {
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 3px;
}

.example.example4 fieldset {
  border-style: none;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  background: rgba(18, 91, 152, 0.05);
  border-radius: 8px;
}

.example.example4 fieldset legend {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #8898aa;
  padding: 3px 10px 7px;
}

.example.example4 .card-only {
  display: block;
}
.example.example4 .payment-request-available {
  display: none;
}

.example.example4 fieldset legend + * {
  clear: both;
}

.example.example4 input, .example.example4 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  color: #fff;
}

.example.example4 input:-webkit-autofill {
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.example.example4 #example4-card {
  padding: 10px;
  margin-bottom: 2px;
}

.example.example4 input {
  -webkit-animation: 1ms void-animation-out;
}

.example.example4 input::-webkit-input-placeholder {
  color: #9bacc8;
}

.example.example4 input::-moz-placeholder {
  color: #9bacc8;
}

.example.example4 input:-ms-input-placeholder {
  color: #9bacc8;
}

.example.example4 button {
  display: block;
  width: 100%;
  height: 37px;
  background-color: #d782d9;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}

.example.example4 button:active {
  background-color: #b76ac4;
}

.example.example4 .error svg .base {
  fill: #e25950;
}

.example.example4 .error svg .glyph {
  fill: #f6f9fc;
}

.example.example4 .error .message {
  color: #e25950;
}

.example.example4 .success .icon .border {
  stroke: #ffc7ee;
}

.example.example4 .success .icon .checkmark {
  stroke: #d782d9;
}

.example.example4 .success .title {
  color: #32325d;
}

.example.example4 .success .message {
  color: #8898aa;
}

.example.example4 .success .reset path {
  fill: #d782d9;
}


.accordion .card {
  margin-bottom: 1.2rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.accordion .card .card-body {
  border-top: 1px solid #eee;
}
     


/* Custom CSS responsive for Template Form*/
/*@media screen and (min-width: 640px) {
  #cover {
    width:130%; 
    transform: translate(-20%, -108%);
  } 

  #dedication {
    width: 200%; 
    transform: translate(-40%, -105%);
  }

  .af-form-dropdown {
    width: 110%;
  }

}*/


.checkbox-round {
  all:unset !important;
  position: relative;
}

.checkbox-round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.checkbox-round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.checkbox-round input[type="checkbox"] {
  visibility: hidden;
}

.checkbox-round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.checkbox-round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.social-network-footer{
  display: inline-block;
  border: 2px solid #bec2c6;
  color: #bec2c6;
  font-size: 1.11111rem;
  height: 2.22222rem;
  text-align: center;
  line-height: 1.33333rem;
  padding: .33333rem;
  width: 2.22222rem;
  border-radius: 50%;
  margin-right: 4%
}

.social-network-footer i{
  color: #bec2c6;
}

@media (min-width: 990px) {
  #cart-login {
    float: right !important;
  }
}


/*Timeline*/
@media (max-width: 1025px) {
  .stepper.colorful-timeline li {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.stepper.colorful-timeline li a {
  padding: 0px 24px;
  left: 6%; }
  @media (max-width: 450px) {
    .stepper.colorful-timeline li a {
      left: 6%; } }
  @media (min-width: 451px) and (max-width: 1025px) {
    .stepper.colorful-timeline li a {
      left: 6%; } }
  .stepper.colorful-timeline li a .circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    margin-left: -50px;
    background-color: #ccc;
    z-index: 2; }

.stepper.colorful-timeline li .step-content {
  width: 90%;
  float: left;
  border-radius: 2px;
  position: relative; }
  .stepper.colorful-timeline li .step-content:before {
    position: absolute;
    top: 1rem;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #f2c443;
    border-right: 0 solid #f2c443;
    border-bottom: 15px solid transparent;
    content: " "; }
  .stepper.colorful-timeline li .step-content:after {
    position: absolute;
    top: 1rem;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #f2c443;
    border-right: 0 solid #f2c443;
    border-bottom: 14px solid transparent;
    content: " "; }
  @media (max-width: 450px) {
    .stepper.colorful-timeline li .step-content {
      width: 80%;
      left: 3rem;
      margin-right: 3rem;
      margin-bottom: 2rem;
      float: right; }
      .stepper.colorful-timeline li .step-content:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .stepper.colorful-timeline li .step-content:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; } }
  @media (min-width: 451px) and (max-width: 1025px) {
    .stepper.colorful-timeline li .step-content {
      width: 85%;
      left: 3rem;
      margin-right: 3rem;
      margin-bottom: 2rem;
      float: right; }
      .stepper.colorful-timeline li .step-content:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .stepper.colorful-timeline li .step-content:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; } }
  .stepper.colorful-timeline li .step-content .timeline-header {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }

.stepper.colorful-timeline li.timeline-inverted {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .stepper.colorful-timeline li.timeline-inverted .step-content {
    float: right; }
    .stepper.colorful-timeline li.timeline-inverted .step-content:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto; }
    .stepper.colorful-timeline li.timeline-inverted .step-content:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto; }

.stepper.stepper-vertical.colorful-timeline li:not(:last-child):after {
  content: " ";
  position: absolute;
  width: 3px;
  background-color: #f2c443;
  left: 6%;
  top: 57px;
  margin-left: -1.5px; }
  @media (max-width: 450px) {
    .stepper.stepper-vertical.colorful-timeline li:not(:last-child):after {
      left: 6%; } }
  @media (min-width: 451px) and (max-width: 1025px) {
    .stepper.stepper-vertical.colorful-timeline li:not(:last-child):after {
      left: 6%; } }

#overlay {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
    cursor: pointer;
}

#overlay_voucher {
    border-radius: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    position: fixed;
    width: 300px;
    right: 10px;
    /*right: calc(50% - 150px);*/
    bottom: -5px;
    background-color: rgba(77,86,95,1);
    z-index: 25;
    cursor: pointer;
}

.custom-trip {
  background-color: #6d7985 !important;
  color: white !important;
  font-family: Lato;
  font-size: 18px;
  border-color: #6d7985 !important;
}

.trip-block.black.e:before {
  border-right-color: #6d7985 !important;
}
.trip-block.black.s:before {
  border-bottom-color: #6d7985 !important;
}

.trip-progress-bar {
  background-color: white !important;
  height: 0px !important;
}

div.fullscreenslideshow{
    bottom:90px;
}

#country_sub {
  overflow-x: hidden;
  color:black;
}

.basic_select_language {
  border-bottom: 1px solid #ced4da !important;
  padding: 5px !important;
  color: black !important;
}

.basic_select_language:hover {
  border-bottom: 1px solid #4285f4 !important;
  /*background-color: #eeeeee !important;*/
}

.basic_select_language:focus {
  border-bottom: 1px solid #4285f4 !important;
  /*box-shadow: 0 0 10px rgba(242,196,67, 1) !important;*/
}

@media screen and (max-width:980px) {
  #device_language {
    display: none;
  }
}

@media screen and (min-width:980px) {
  #second_slide_reviews {
    display: none !important;
  }
}

@media screen and (min-width:980px) {
  #third_slide_reviews {
    display: none !important;
  }
}

@media screen and (min-width:981px) {
  #mobile_language {
    display:none;
  }
}