@media screen and (max-width: 767px) {

.hero-head{
	width: 100%;
}

.hero-head h1 {
    font-size: 30px;
}

.hero-head p{
	font-size: 18px;
	    margin: 0px auto 30px auto;
}

.hero-form{
	width: 100%;
}

.hero-form h2{
	font-size: 20px;
	text-align: center;
}

.hero-form-bottom {
    flex-direction: column;
    gap: 20px;
}

      .hero-cta-main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .hero-cta-main > :nth-child(3) {
        grid-column: span 2;
    }

    .hero-cta img {
    width: 150px;
}

.hero-cta h3{
	font-size: 30px;
	margin-bottom: 5px;
}

.hero-cta h4{
	font-size: 20px;
}

.why-s2s-head h2{
	font-size: 30px;
	text-align: center;
}

.why-s2s-sec{
	padding: 50px 0px 50px 0px;
}

.row.why-s2s-row{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}

.row.why-s2s-row::-webkit-scrollbar{
    display: none;
}

.row.why-s2s-row > div{
    flex: 0 0 85%;
    scroll-snap-align: start;
}

.why-s2s-box{
	padding: 30px 20px 30px 20px;
}

.why-s2s-box-content h2{
	    font-size: 20px;
}

.curated-head h3{
	font-size: 20px;
}

.curated-head {
    text-align: center;
}

.curated-main{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;           /* swipe enabled */
    gap: 15px;
    scroll-snap-type: x mandatory; 
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;   /* IE/Edge scrollbar hide */
    scrollbar-width: none;      /* Firefox scrollbar hide */
}

.curated-main::-webkit-scrollbar{
    display: none;              /* Chrome, Safari scrollbar hide */
}

.curated-box{
    flex: 0 0 85%;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.curated-box-content{
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
}

.curated-box-content a{
    margin-top: auto;
    width: inherit;
}

.curated-box-content h3{
	font-size: 25px;
}

.last-minute-deal-head h3 {
    text-align: center;
}

.last-minute-deal-head h2{
	font-size: 30px;
}

.last-minute-deal-head{
	text-align: center;
}

.row.last-deal-row{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}

.row.last-deal-row::-webkit-scrollbar{
    display: none;
}

.row.last-deal-row > div{
    flex: 0 0 85%;
    scroll-snap-align: start;
}

.last-sail-box{
	display: none;
}

.last-sail-brand-image img {
    width: 250px;
}

.last-sail-brand-image{
	display: none;
}

.last-minute-deal-sec{
	    padding: 50px 0px 30px 0px;
}

.testi-head{
	text-align: center;
}

.testi-head h2{
	font-size: 30px;
}

.testi-head h3{
	font-size: 20px;
}

.testi-designation-main {
    flex-direction: column;
    gap: 20px;
}

.testi-name h3{
	font-size: 20px;
}

.testi-name p{
	font-size: 16px;
}

.testi-content{
	font-size: 20px;
}

.testi-slider .slick-dots li {
    width: 60px;
}

.testi-slider .slick-dots li button{
	height: 10px;
	width: 50px;
}

.testi-sec{
	   padding: 50px 0px 80px 0px;
}

.how-it-works-head{
	text-align: center;
	margin-bottom: 20px;
}

.how-it-works-head h3{
	font-size: 20px;
}

.how-it-works-head h2{
	font-size: 30px;
}

.how-it-works-sec{
	padding: 50px 0px 50px 0px;
}

.how-it-works-head{
	font-size: 30px;
}
.works-number h3{
	font-size: 70px;
}

.works-number {
    text-align: center;
}

.works-content-head {
    text-align: center;
}

.works-content-head h2{
font-size: 30px;
}

.works-content-bottom {
    flex-direction: column;
    gap: 20px;
}

.works-content-bottom-content {
    text-align: center;
}

.works-content-bottom-content p {
    font-size: 18px;
}

.works-content-bottom-btns {
    flex-direction: column;
}

.works-content-bottom-btns {
    flex-direction: column;
    gap: 15px;
}

.works-margin {
    margin-bottom: 30px;
}

.works-bottom-block{
	flex-direction: column;
	gap: 10px;
}

.exclusive-perks-sec{
	    padding: 50px 0px 50px 0px;
}

.exclusive-perks-head h3{
	font-size: 20px;
}

.exclusive-perks-head h2 {
    font-size: 30px;
}

.exclusive-perks-head{
	text-align: center;
	margin-bottom: 50px;
}

.curated-head h2 {
    font-size: 30px;
}

.row.exclusive-row{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}

.row.exclusive-row::-webkit-scrollbar{
    display: none;
}

.row.exclusive-row > div{
    flex: 0 0 85%;
    scroll-snap-align: start;
}

.exclusive-content p{
	text-align: center;
}

.faq-sec{
    padding: 50px 0px 30px 0px;
}

.faq-side-block-head h2{
	font-size: 30px;
}

.faq-side-block-head {
    text-align: center;
}

.faq-side-block-head p{
	font-size: 18px;
}

.faq-side-block-bottom-head p{
	font-size: 18px;
}

.faq-side-block-bottom-head {
    margin-bottom: 0px;
    text-align: center;
}

.faq-side-big-image {
    display: none;
}

.faq-small-image{
	display: none;
}

.custom-faqs {
    margin-left: 0px;
}

.custom-faqs .accordion-button{
	font-size: 18px;
	    padding-bottom: 30px;
}

.custom-faqs .accordion-body{
	font-size: 16px;
}

.custom-faqs .accordion-item.active .accordion-body {
    padding-bottom: 30px;
}

.popuplar-destination-sec{
	padding: 50px 0px 50px 0px;
}

.popuplar-destination-head {
    text-align: center;
}

.popuplar-destination-head h3{
	font-size: 20px;
}

.popuplar-destination-head h2{
	font-size: 30px;
}

.popuplar-destination-head {
    margin-bottom: 50px;
}

.row.popular-row{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}

.row.popular-row::-webkit-scrollbar{
    display: none;
}

.row.popular-row > div{
    flex: 0 0 85%;
    scroll-snap-align: start;
}

.popuplar-destination-content {
    text-align: center;
}

.contact-sec{
	padding: 50px 0px 50px 0px;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 30px;
}

.contact-head-bottom {
    flex-direction: column;
}

.hero-cta.hero-inner-cta img{
	width: 30px;
}

.footer-head-heading h2{
	font-size: 30px;
}

footer{
	    padding: 50px 0px 50px 0px;
}

.footer-head-btns {
    flex-direction: column;
    margin-bottom: 50px;
}

.footer-left-content {
    text-align: center;
}

.footer-right-content {
    float: none;
    text-align: center;
    margin-top: 40px;
}

.footer-right-content p{
	font-size: 16px;
	    line-height: 30px;
}

}



@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}