/* ----------------------------------------------------------------
	Fonts
-----------------------------------------------------------------*/
@font-face {
    font-family: 'figtree';
    src: url('fonts/Figtree-Light.woff2') format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'figtree';
    src: url('fonts/Figtree-Regular.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'figtree';
    src: url('fonts/Figtree-SemiBold.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'figtree';
    src: url('fonts/Figtree-Bold.woff2') format('woff2');
    font-weight: 800;
}

@font-face {
    font-family: 'figtree';
    src: url('fonts/Figtree-ExtraBold.woff2') format('woff2');
    font-weight: 900;
}


/* ----------------------------------------------------------------
	General
-----------------------------------------------------------------*/
body {
    margin: 0px;
    color: #181921;
    font-family: 'figtree' !important;
    background-color: #EBF3FF;
}

h3 {margin: 5px 0px;}
.semiBold { font-weight: 600;}
.bold {font-weight: 800;}
.white {background-color: #FFFFFF;}
.yellow {background-color: #FFCA00;}
.black-font{color: #181921 !important;}
.blue-font{color:#094FCC !important;}
.yellow-font{color: #FFCA00 !important;}
.justify-space {justify-content: space-around;}
.user-select {user-select: none;}

.cloudigo, .valletta, .fashion, .food, .general, .malta, .gozo, .comino { display: none; }

.stack-div {height: 450px;}
.stack-div *:not(#bannerTitle, .bannerSubtitle, .w-bannerSubtitle, #bannerLink, #notFoundTitle, #notFoundSubtitle) {
    position: absolute;
}

.button {
    transition: all .2s ease-in-out;
    border-radius: 20px;
    line-height: 36px;
    padding: 0px 10px;
    text-transform: none;
    box-shadow: 0 0 #0003,0 0 #00000024,0 0 #0000001f;
    outline: none;
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-color: transparent;
    min-width: 100px;
    justify-content: center;
    font-family: 'figtree' !important;
}

.col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel-section {
    max-width: 1200px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-direction: row;
}

.see-all-row {
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 10px;
}

.section-title {
    font-weight: 800;
    color: #181921;
    font-size: 30px;
    padding: 25px 10px 15px 10px;
    margin: 0px !important;
}

.see-all {
    color: #0075FF;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 10px 15px 10px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    margin: 0px !important;
}

.align-center {align-items: center;}
.list-title {
    font-weight: 600;
    color: #0075FF;
    font-size: 26px;
    padding: 10px 10px 20px 10px;
    margin: 0px !important;
}

.stepIcon {
    height: 80px;
    padding: 10px;
    user-select: none
}

.stepCol {padding-left: 12px;}
.stepsTitle {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 6px;
    color: #0075FF;
    margin: 0px !important;
}

.stepsText {
    font-size: 17px;
    max-width: 250px;
    margin: 0px !important;
}

.subsection {
    width: 50%;
    padding: 20px 80px;
}

#activateMembership .textNextImg {
    width: 50%;
    padding: 20px;
}

.side-img {height: 350px;}

.footer {
    padding: 20px 0px;
    width: 100%;
}

.footer .col-3{
    padding: 5px 10px;
    margin: 0px;
    align-items: center;
}

.footer-title {
    font-weight: 800;
    font-size: 20px;
}

#footerDesc {
    color: #0075FF;
    font-size: 16px;
    margin-bottom: 50px;
    width: 80%;
}

.footer-links, .footer-links li {
    color: #0075FF;
    font-size: 16px;
    list-style-type: none;
    padding: 2px 0;
    margin: 2px 0;
}

.footer-links li:hover {text-decoration: underline;}
.col-3 {
    width: 30%;
    margin-right: 20px;
    align-items: flex-start;
}

.section {
    padding: 25px 0px;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
}

.tns-slider{transition-timing-function: linear !important;}

.card {
    height: 250px;
    width: 480px;
    background-color: #FFFFFF;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 20%));
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.carousel-card-slide {
    width: 100%;
    display: inline-flex; 
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    user-select: none;
}

a, a:hover, a:focus, a:active {
    text-decoration: inherit;
    color: inherit;
}

.footer-logo {
    padding: 2px 4px 4px 0px;
    height: 35px;
}

.tags div:first-of-type {margin-left: 0;}

.global {
    background-color: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(90deg,#2EABFFcc 0%,#0075ffcc 100%);
}

.traveller {
    background-color: #181921;
    color: #181921;
    background-image: linear-gradient(90deg, rgb(251, 212, 52) 0%, rgb(236, 189, 1) 100%);
}

.inactive {display: none;}

#desktopNavBar {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    z-index: 999;
    padding: 10px 30px;
    box-shadow: 0 2px 6px #18192140;
    box-sizing: border-box;
    position: relative;
}

#mobNavBar {display: none;}

.nav-logo {
    padding: 4px 12px;
    cursor: pointer;
}

#desktopNavBar .nav-logo img { height: 55px; }
#mobNavBar .nav-logo img { height: 45px; }
#creditSection {
    height: 130px;
    flex-direction: row;
    background-image: url("../assets/banner_background.png");
    background-size: 380px;
}

#creditSection h2{ padding: 15px; }
.packageLogoDesktop, #packageLogoMob, #creditSection, #bookmark:not(.active) { display: none; }
#bookmark.active { display: block; }
#packageLogoDesktop { display: none; }
/* ----------------------------------------------------------------
	Specifics
-----------------------------------------------------------------*/

#bannerImg {
    width: 100%;
    height: 450px;    
    object-fit: cover;
    left: 0;
    pointer-events: none;
    user-select: none;
}

.banner-logo {
    left: 20px;
    cursor: pointer;
}

#bannerButton {
    right: 70px;
    top: 35px;
    background-color: #FFCA00;
    color: #181921;
    align-self: flex-start;
    font-weight: 800;
    font-size: 14px;
}

.navBannerButton, #sendEmailButton {
    background-color: #FFCA00;
    color: #181921;
    font-weight: 800;
    font-size: 14px;
}

.belowButton {
    background-color: #FFCA00;
    color: #181921;
    align-self: flex-start;
    position: unset !important;
}

.hide {
    display: none !important;
}

#loginButton {
    color: #FFFFFF;
    font-size: 22px;
    right: 240px;
    top: 40px;
}

.nav-option {
    color: #181921;
    font-size: 14px;
    padding: 4px 8px 4px 2px;
}

#bannerButton:hover,
#cardButton:hover,
#downloadButton:hover,
.belowButton:hover,
.navBannerButton:hover,
.acceptBtn:hover,
#sendEmailButton:hover {
    background-color: #181921;
    color: #FFCA00;
}

#bannerText {
    left: 98px;
    top: 190px;
    width: 70%;
}

#w-bannerText {
    left: 145px;
    top: 140px;
    width: 50%;
}

#notFoundText {
    left: 25%;
    top: 120px;
    text-align: center;
    width: 50%;
}

#bannerText p, h1, h2, h3, .w-bannerText p, h1, h2, h3 { 
    margin: 0px !important;
    font-weight: unset;
}

#notFoundText p, h1, h2, h3 {
    margin: 0px !important;
    font-weight: unset;
}

#bannerTitle {
    font-weight: 900;
    color:#FFCA00;
    font-size: 45px;
    padding-bottom: 10px;
}

#notFoundTitle {
    font-weight: 900;
    color:#FFCA00;
    font-size: 60px;
    padding-bottom: 15px;
}

.bannerSubtitle {
    font-weight: 600;
    color:#FFFFFF;
    font-size: 30px;    
    padding-bottom: 20px;
}

.w-bannerSubtitle {
    font-weight: 600;
    color:#FFFFFF;
    font-size: 30px;    
}

#notFoundSubtitle {
    font-weight: 900;
    color:#FFFFFF;
    font-size: 35px;    
    padding-bottom: 30px;
}

#belowBanner {
    background-color: #FFCA00;
    padding: 5px;
    height: 150px;
    justify-content: center;
    align-items: center;
}

#belowBanner * {
    padding: 5px;
    margin: 0px !important;
}

#blbTitle {
    font-weight: 800;
    font-size: 35px;
    text-align: center;
}

#blbSubtitle {
    font-size: 30px;
    text-align: center;
}

.excursion-card {
    border-radius: 15px;
    filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 20%));
    display: block;
    text-decoration: none !important;
    color: #181921 !important;
    width: 320px;
    height: 220px;
    --title: 15px;
    --icon: 12px;
    --padding: 8px 12px;
    --button: calc(var(--tag) - 2px);
    --iconopt: 15px;
    transition: 0.2s linear;
}

.excursion-card:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 20%));
}

.excursion-head {
   position: relative;   
   height: 70%;
}

.excursion-image{
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.excursion-details {
    padding: var(--padding);
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 30%;
    box-sizing: border-box;
}

.final-price {
    font-size: var(--title);
    color: #FF4735;
    margin: 0;
    text-align: end;
    width: max-content;
}

.title {
    font-size: var(--title);
    margin: 0;
    padding: 4px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.title h5 { margin: 0; }

.excursion-details-row { justify-content: end; }

.excursion-details-col {
    width: auto;
    margin-right: 10px;
}

.excursion-price-col {
    width: 25%;
    align-items: end;
    padding: 4px;
    justify-content: flex-end;
}

.og-price {
    font-size: 13px;
    font-weight: 600;
    width: max-content;
    margin: 0;
    text-align: end;
}

.card-row {
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.save-tag {
    background: #EBF3FF;
    border-radius: 15px;
    color: #FF4735;
    font-weight: 800;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 5px 12px;
    max-height: 30px;
    box-sizing: border-box;
    margin: 0px !important;
    position: absolute;
    top: 10px;
    right: 10px;
}

.price-tag {
    color: #FF4735;
    padding-bottom: 3px;
    font-weight: 600;
    font-size: 16px;
}

.excursion-card-slider {height:310px;}
#food-and-drink-card-slider {height: 250px;}

.brand-card {
    position: relative;
    border-radius: 15px;
    background-size: 100% 100%;
    filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 20%));
    display: block;
    text-decoration: none !important;
    color: #181921 !important;
    width: 330px;
    height: 220px;
    --title: 20px;
    --icon: 12px;
    --locality: 15px;
    --padding: 8px 10px;
    --tag: 22px;
    --tagfont: 12px;
    --button: calc(var(--tag) - 2px);
    --iconopt: 15px;
    --logo: 60px;
    transition: 0.2s linear;
    text-align: center;
}

.brand-card:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 20%));
}

.brand-image{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
}

.brand-logo {
    position: absolute;
    top: 3%;
    left: 2%;
    width: var(--logo);
    height: var(--logo);
    border-radius: 50%;
    transition: 0.2s linear;
}

.brand-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--padding);
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 25%;
}

.flex-brandname{margin-bottom: 5px;}

.locality{
    font-size: var(--locality);
    line-height: var(--locality);
    display: flex;
    align-items: center;
    color: #094FCC;
    text-decoration: none;
    padding: 5px 0 5px 2px;
}

.locality img {height: 18px;}
.flex-taglist {margin-top: auto;}

.tags{
    display: flex;
    height: var(--tag);
    flex-wrap: wrap;
    max-width: calc(100% - 80px);
    overflow: hidden;
}

.tags >p{
    padding: 0 10px;
    line-height: var(--tag);
    font-size: var(--tagfont);
    height: var(--tag);
    border-radius: var(--tag);
    margin: 0 2px;
}

.offers-button{
    flex: 0 0 auto;
    height: var(--button);
    line-height: var(--button);
    font-size: var(--tagfont);
    border-radius: 15px;
    border: 1px solid #0075FF;
    padding: 1px 4px;
}

.fashion-logo-slider .tns-item {
    display: inline-flex !important;
    justify-content: center;
}

.brand-logo-slide{
    width: 90px;
    display: inline-flex; 
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.brand-logo-slide img {
    width: 90px;
    user-select: none;
    border-radius: 15px;
}

.brand-name {
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
    width: 90px;
    text-align: center;
    user-select: none;
    margin: 0px !important;
}

#useCldg {width: 100%;}

#toDo {
    background-image: -webkit-linear-gradient(#57D7FF, #094FCC 100%);
    padding-top: 40px;
}

#activateMembership {
    background-color: #EBF3FF;
}

.textNextImg {box-sizing: border-box;}

#toDoTitle {
    font-weight: 800;
    font-size: 30px;
    color: #FFFFFF;
    padding: 5px 0px 25px 0px;
    margin: 0px !important;
}

#toDoText {
    font-size: 20px;
    color: #FFFFFF;
}

#toDoText p {
    padding: 2px 0px;
    margin: 0px !important;
}

#phoneImg {
    padding-bottom: 0px;
    align-items: flex-end;
    justify-content: center;
}

#quote { background-image: url("../assets/quote.webp"); }
#welcomeQuote { background-image: url("../assets/valletta_image4.webp"); }

.imgQuote {
    width: 100%;
    height: 370px;
    display: block;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#quoteTitle {
    font-weight: 900;
    font-size: 35px;
    margin: 0px;
    width: 55%;
}

#quoteSubtitle {
    font-weight: 300;
    font-size: 26px;
}

#tpTitle {
    font-weight: 800;
    color: #181921;
    font-size: 30px;
    padding: 0px 0px 5px 0px;
    text-align: center;
    margin: 0px !important;
}

#tpSubtitle {
    font-size: 20px;
    padding: 5px 0px 15px 0px;
    margin: 0px !important;
}

#cardTitle {
    background-color: #000000;
    border-radius: 5px;
    color: #FFCA00;
    font-weight: 900;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 8px 60px;
    filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 20%));
    margin-bottom: 10px;
    white-space: nowrap;
    margin: 0px !important;
}

#cardText {
    align-self: flex-start;
    padding: 0px 30px
}

.cardP {
    font-size: 16px;
    margin: 0px !important;
}

#headText {
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 30px;
    margin: 0px !important;
}

#price {
    font-weight: 800;
    font-size: 23px;
    padding-bottom: 5px;
    margin: 0px !important;
}

#cardButton {
    background-color: #FFCA00;
    color: #181921;
    margin: 10px 0px !important;
    font-weight: 800;
    font-size: 14px;
}

#downloadButton {
    background-color: #FFCA00;
    color: #181921;
    margin: 10px 0px !important;
    font-weight: 800;
    font-size: 14px;
    align-self: baseline !important;
    cursor: pointer;
    height: 35px;
}

#astImg {justify-content: center;}

#astTitle {
    font-weight: 800;
    color: #0075FF;
    font-size: 30px;
    padding-bottom: 30px;
    text-align: end;
    margin: 0px !important;
}

#astText {
    font-size: 19px;
    color: #0075FF;
    padding-bottom: 30px;
    text-align: end;
    margin: 0px !important;
}

#astBtn {
    color: #0075FF;
    background-color: #FFCA00;
    align-self: flex-end;
    font-weight: 800;
    font-size: 14px;
}

#astBtn:hover {
    color: #FFCA00;
    background-color: #0075FF;
}

#footerRow {
    justify-content: space-around;
    align-items: flex-start;
}

#footerEnd {
    justify-content: space-around;
    padding: 20px 0px;
}

#footerLogo {height: 40px;}
#socialIcons img { padding: 5px;}

.brand-details >div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#phoneImg img {width: 330px;}

#brandLogoSliderDiv {
    height: 140px;
    padding-bottom: 20px;
}

#brandLogoSliderDiv .carousel-btn {
    top: 25% !important;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 20%));
  }

  .modal-open-cookie .modal-cookie,
  .modal-open-feedback .modal-feedback {
    display: block;
    animation-duration: 0.3s;
    animation-name: fadeIn;
    }

    .modal-open-cookie .carousel-btn,
    .modal-open-feedback .carousel-btn
    { display: none; }
      
    @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
    }

   .modalContent {
    background-color: #FFFFFF;
    position: absolute;
    max-width: 500px;
    border-radius: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 35%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .modal-header {
      display: flex;
      position: relative;
      align-items: center;
      justify-content: space-between;
      padding: 5px 20px 5px 20px;
      position: -webkit-sticky;
      position: sticky;      
      left: 98%;
      top: 0;
      z-index: 2;
      background-color: #FFFFFF;
      box-shadow: 0px 0px 4px 0px #33333350;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
  }

  .modal-text {
    color: #181921;
    font-size: 26px;
    font-weight: 900 !important;
    padding: 5px;
}

.modal-buttons {
    display: flex;
    justify-content: end;
}

.modal-buttons button {
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.acceptBtn {
    background-color: #FFCA00;
    color: #181921;
}
  
  .close {
    color: #181921;
    font-size: 40px;
  }
  
  .close:hover {cursor: pointer;}

  .modal-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.modal-popup-grid { padding: 5px 25px;}

#feedbackA { width: 90%; }

.modal-grid .excursion-card {padding: 30px 10px;}
#note { 
    justify-content: center;
    padding: 22px 0px;
    font-size: 18px;
    background-color: #EBF3FF;
}

#note a { align-items: self-end; }

#note a:hover {
    transform: scale(1.05, 1.05);
}

#note img {
    max-height: 25px;
    padding: 0px 5px;
}

.carousel-parent {position: relative;}

.carousel-btn {
    top: 35%;
    z-index: 1;
    position: absolute;
    background-color: #FFCA00;
    color: #181921;
	cursor: pointer;
    padding: 0px;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    text-transform: none;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 20%), 0 0 0 0 rgb(0 0 0 / 14%), 0 0 0 0 rgb(0 0 0 / 12%);
    outline: none;
    white-space: nowrap;
    text-decoration: none;
    display:flex;
    align-items: center;
    border-color: transparent;
    justify-content: center;
}

.carousel-btn img {
    width: 27px;
}

.carousel-btn-prev { left: 25px; }
.carousel-btn-next { right: 25px; }

.page-header {
    padding: 35px 0px;
    display: flex;
    flex-direction: column;
}

.page-title {
    font-weight: 900;
    color: #181921;
    font-size: 30px;
    padding: 10px;
    margin: 0px !important;
    text-align: center;
}

#faqs h2 {
    margin: 20px 0px 10px 0px !important;
    color: #181921;
    font-weight: 900;
}

#faqs div:not(.active, .inactive) {
    background-color: #FFFFFF;
    padding: 8px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

#faqs p {
    padding: 10px 0px;
    margin: 0px !important;
}

#faqs a, .modal-popup-grid a {
    color:#0075FF;
    text-decoration: underline;
}

#faqs li {
    padding: 2px 0px;
}

.question {
    margin: 10px 0px;
    cursor: pointer;
    width: 981px;
}

.question h3 {
    font-weight: 800;
    font-size: 1.17em;
}

.question:hover {
    transform: scale(1.05, 1.05);
    filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 20%));
    transition: transform 1s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
}

.under-carousel{ padding-top: 15px; }
#section-contact {
    box-sizing: border-box;
    padding: 40px 0px;
    background-image: -webkit-linear-gradient(top, #FFCA00, #FFCA00 70%, #FFFF 70%, #FFFF 100%);
}

.headerDiv { text-align: center;}
#helpTitle {
    font-weight: 800;
    margin-bottom: 10px !important;
    font-size: 35px;
}

#helpSubtitle {
    margin-bottom: 30px;
    text-align: center;
}

#contact-form {
    max-width: 800px;
    background-color: #FFF;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
    box-sizing: border-box;
}

#contactform { position: relative; }

.form-result {
    text-align: center;
    padding: 4px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.form-process {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    background: url(./assets/preloader.gif) center center no-repeat #FFF;
}

.field {
    margin-bottom: 15px;
    width: 100%;
}

label {
    color: #181921;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    box-sizing: border-box;
}

.form-control {
    border: 2px solid #ced4da;
    border-radius: 10px;
    height: 45px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
}

input { overflow: visible; }

.error-label {
    text-transform: none;
    color: #E6001B;
    padding-left: 0.25rem;
    display: none;
}

#phoneLabel { margin-bottom: 0px; }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}

.input-group-prepend {
    margin-right: -1px;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
}

#phonePrefix {
    border-right: none !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer !important;
}

#phoneNumber {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 15px !important;
}

.input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
}

textarea.form-control { height: unset !important; }
textarea {
    resize: none; 
    overflow: auto;
    margin-bottom: 20px !important;
    font-family: 'figtree' !important;
}

#sendEmailButton {
    cursor: pointer;
    width: 100%;
    font-size: 16px !important;
}

.disclaimer {
    color: #495057;
    font-size: 14px;
}

.disclaimer a {
    color: #0075FF;
    text-decoration: underline;
    cursor: pointer;
}

.formSent {
    pointer-events: none !important;
    background-color: #bfbfbf !important;
    opacity: 50% !important;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.fade-in {
    display: block;
	animation: fadeIn 1s;
  	opacity: 1;
}

@keyframes fadeIn {
  from {
  	opacity: 0;
  }
  to {
 	opacity: 1;
  }
}

.activateStep {
    align-items: flex-start;
    margin-bottom: 25px;
}

.activateStep img {
    margin-right: 40px;
}

.activateStep h4 {
    margin: 0px !important;
    color: #2EABFF;
}

.activateStep p {
    line-height: 1.8;
}

#phoneGif img { max-width: 300px; }
#creditPkgLogo {
    max-width: 110px;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 3px;
}

#bookmark {
    position: absolute;
    text-align: center;
    top: 60px;
    right: 100px;
    background-color: white;
    padding: 15px 15px 30px;
    border-radius: 0 0 200px 200px;
    box-shadow: 2px 2px 2px 0px #18192140;
}

#bookmark p { margin: 0 !important;}
#bookmark img { width: 128px; }

.strikethrough {
    position: relative;
  }

  .strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 42%;
    right: 0;
    border-top: 1px solid;
    border-color: #E6001B;
    
    -webkit-transform:rotate(-8deg);
    -moz-transform:rotate(-8deg);
    -ms-transform:rotate(-8deg);
    -o-transform:rotate(-8deg);
    transform:rotate(-8deg);
  }


/* ----------------------------------------------------------------
	End of Specifics
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Queries
-----------------------------------------------------------------*/
@media (max-width: 991px) {
    #belowBanner {padding: 12px;}
    #blbTitle {font-size: 32px;}
    #blbSubtitle {font-size: 21px;}

    .stepIcon {
        height: 70px;
        padding: 7px;
    }

    #useCldg {width: unset;}
    .subsection {padding: 10px 25px;}
    .side-img {height: 300px;}
    #astText {font-size: 18px;}
    #footerRow {justify-content: space-evenly;}
    #footerRow div:first-of-type {width: 40%;}
    .col-3 {margin-right: 6px;}
    .section {padding: 25px 20px;}
    #tPlan {padding: 30px 10px;}
    .textNextImg {padding-left: 50px;}
    .question { width: 757px; }
    #contact-form, .headerDiv { max-width: 650px; }
}

@media (max-width: 767px) {

    #toDoTitle, #tpTitle {font-size: 30px;}
    #bannerTitle, #notFoundTitle {font-size: 40px;}
    .bannerSubtitle, #notFoundSubtitle, .w-bannerSubtitle {font-size: 30px;}
    #bannerButton {display: none;}
    .belowButton {
        display: inline-flex;
        font-size: 14px;
        font-weight: 800;
        margin-top: 10px;
    }
    .notFoundButton {left: 25%;}
    #loginButton {right: 35px; top: 38px;}
    .row:not(.col-3, .see-all-row, .excursion-details *, #socialIcons, #footerRow, #note, #note a, .logosRow, .activateStep) {
        flex-direction: column;
    }

    .list-title {font-size: 22px;}
    .subsection {
        width: 100%;
        padding: 10px 0px;
    }

    #quoteTitle {
        font-size: 30px;
        width: 80%;
    }

    #astImg {
        height: unset;
        width: 360px;
        align-items: center;
    }

    #astTitle {
        padding: 10px;
        text-align: center;
        font-size: 30px;
    }

    #astDiv { align-items: center;}

    #astText {
        text-align: center;
        width: 80%;
    }
    
    #astBtn {
        margin-right: 10px;
        align-self: center;
    }
    .footer .col-3 {padding: 0px;}
    #footerRow {padding-left: 30px;}
    .col-3 {
        width: 100%;
        align-items: center;
        padding: 15px 0px;
    }

    .textNextImg {padding-left: 0px;}
    .stepIcon {padding: 15px;}
    .stepsText {max-width: 500px;}
    #phoneImg {align-items: center;}
    .question { width: 555px; }
    #faqs {
        display: flex;
        align-items: center;
    }

    #bannerText {
        left: 75px;
        top: 145px;
        width: 70%;
    }

    #w-bannerText {
        left: 75px;
        top: 130px;
        width: 70%;
    }
    

    #contact-form, .headerDiv { max-width: 550px; }
    #activateMembership .textNextImg { width: 85%; }
    #phoneGif img { max-width: 300px; }
    #creditSection.active { display: flex; }
    #creditSection:not(.active) { display: none; }
    #bookmark.active { display: none; }
    #creditPkgLogo { max-width: 100px; }
}

@media (max-width: 575px) {

    .stepIcon { height: 65px; }
    .banner-logo { left: 10px; }
    #bannerText, #w-bannerText { left: 30px; }
    #notFoundText {
        left: 20%;
        width: 60%;
        top: 175px;
    }
    .notFoundButton {
        left: 20%;
    }
    #bannerTitle, #notFoundTitle {font-size: 32px;}
    .bannerSubtitle, #notFoundSubtitle, .w-bannerSubtitle {font-size: 23px;}
    #belowBanner {padding: 15px;}
    #blbTitle, #tpTitle {font-size: 25px;}
    #blbSubtitle {font-size: 18px;}
    .see-all-row {padding: 0px 14px 10px 14px;}
    .see-all-row .list-title {width: 70%;}
    .section-title {
        font-size: 25px;
        padding: 25px 10px 15px 10px;
    }

    .see-all {padding-right: 0px;}
    .list-title {
        font-size: 22px;
        padding: 10px 0px 20px 0px;
    }

    .brand-logo-slide img {width: 72px;}

    #toDoTitle {font-size: 25px;}
    #toDoText {font-size: 18px;}
    #quoteTitle {
        font-size: 23px;
        width: 80%;
    }

    #quoteSubtitle {
        font-size: 20px;
        width: 90%;
    }

    #tpSubtitle {
        font-size: 18px;
        padding: 5px 10px 15px 10px;
        text-align: center;
    }

    #cardTitle {
        font-size: 16px;
        width: 150px;
        padding: 8px 45px;
        margin: 0px 0px 10px 0px !important;
    }

    #cardText {padding: 0px 15px;}

    #headText {
        padding-bottom: 15px;
        font-size: 16px;
    }

    #price {
        font-size: 22px;
        padding-bottom: 3px;
    }

    #cardButton {margin: 20px 0px 0px 0px !important;}
    #ast-section {padding: 30px 0px;}
    #astImg {width: 320px;}
    .side-img {height: 250px;}
    #astTitle {font-size: 25px;}
    #astText {font-size: 16px;}
    #footerRow {flex-direction: column;}
    #footerRow .col {padding: 10px 0px;}
    #footerRow div:first-of-type {width: 100%;}
    #footerDesc {margin-bottom: 25px;}
    .logoRow {flex-direction: row !important;}

    .card {
        width: 250px;
        height: 280px;
    }

    #toDo {padding: 40px 25px 0px 25px;}

    .brand-card {
        width: 300px;
        height: 200px;
        --title: 17px;
        --locality: 12px;
        --icon: 12px;
        --tagfont: 11px;
        --padding: 6px 8px;
        --tag: 18px;
        --button: calc(var(--tag) - 2px);
        --iconopt: 14px;
        --logo: 50px;
    }

    .textNextImg {padding-left: 30px;}

    .brand-name {font-size: 13px;}

    #phoneImg img {width: 260px;}

    #brandLogoSliderDiv {height: 100px;}

    .modal-text {
        font-size: 20px;
        text-align: center;
        padding: 8px;
    }

    .modal-grid .excursion-card {
        padding: 20px 20px;
    }

    #note { font-size: 15px; }
    #note img { max-height: 21px; }
    .question { width: 300px; }
    #desktopNavBar { display: none; }

    #mobNavBar {
        display: block;
        background-color: #FFF;
        z-index: 999;
        box-shadow: 0 2px 6px #18192140;
        box-sizing: border-box;
        height: 60px;
    }

    .nav-header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 60px;
    }

    .nav-options-hide { display: none; }

    .nav-options-show {
        display: flex;
        flex-direction: column;
        position: fixed;
        border-radius: 0px 0px 10px 10px;
        background: #FFF;
        width: calc(100% - 60px);
        padding: 5px 0px;
        box-shadow: 0 13px 15px -8px #18192140;
        z-index: 999;
    }

    .nav-options-show div {
        padding: 5px 10px;
        display: flex;
        align-items: center;
    }

    #menuIcon{
        width: 40px;
        background: #FFCA00;
        border-radius: 50%;
        cursor: pointer;
        position: absolute;
        right: 10px;
    }

    .icon-row img { width: 40px; }
    .nav-option { padding: 4px; }
    .modalContent {
        max-width: 75%; 
        text-align: center;
        top: 20%;
    }
    .modal-header { justify-content: center !important; }
    #contact-form {
        max-width: 350px;
        padding: 25px;
    }
    .headerDiv { max-width: 350px; }
    #creditPkgLogo { max-width: 80px; }
}

@media (max-width: 375px) {
    #contact-form {
        max-width: 250px;
        padding: 25px;
    }
    .headerDiv { max-width: 250px; }
}