/* Mobile HD */

@media screen and (min-width: 350px) and (max-width: 760px) {
	.sp-top-header .sp-row {
		padding: 10px;
	}

	.sp-top-header .sp-row ul li span,
	.sp-desktop,
	.sp-logo {
		display: none;
	}

	.sp-top-header .sp-row .sp-contact {
		justify-content: left;
	}

	.sp-mobile {
		display: block;
	}

	.sp-nav img {
		width: 155px;
	}

	.navbar-toggler {
		margin: 0;
		border: 0;
	}

	.navbar-toggler-icon {
		font-size: 20px;
		color: black;
	}

	.sp-slider .sp-content h2 {
		font-size: 30px;
	}

	.sp-slider .sp-content p {
		font-size: 16px;
		padding: 0;
		line-height: 20px;
	}

	.sp-search button {
		width: 100%;
		padding: 15px 10px;
		letter-spacing: 1px;
		border: 2px solid #ffffff;
	}

	.sp-slider .sp-content .sp-box h6 {
		font-size: 12px;
	}

	.sp-slider .sp-content .sp-box {
		min-height: auto;
		margin: 0 -10px 5px;
	}

	.sp-slider .sp-content .sp-box img {
		width: 50px;
	}

	.sp-title {
		font-size: 24px;
	}

	.sp-destinations .col-sm-2 {
		width: 33.3%;
	}

	.sp-destinations {
		padding: 50px 20px;
	}

	.image-container .overlay {
		font-size: 16px;
	}

	footer .sp-col {
		width: 100%;
	}

	footer .sp-first img {
		width: 25%;
	}

	footer .sp-second,
	footer .sp-third {
		width: 50%;
	}

	footer .row {
		padding: 15px 10px;
	}

	.sp-selected-city {
		padding: 0;
	}

	.sp-select-duration {
		padding: 25px 10px;
	}

	.sp-select-duration .sp-duration-box .sp-duration {
		margin: 0 -5px 10px;
	}

	footer h6 {
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.sp-copy p {
		text-align: center;
	}

	.sp-middle-header {
		padding: 10px;
	}

	.sp-img-content .sp-img-box {
		margin-right: 5px;
	}

	.sp-search .sp-info {
		margin-left: 0;
	}

	.sp-search .sp-info a {
		margin-left: 5px;
	}

	.sp-nav {
		padding: 0px;
	}

	.sp-copy {
		padding: 10px;
	}

	#kenburnsCarousel .sp-carousel-caption {
		position: relative;
		margin-top: 0;
		margin-left: 0;
	}

	#kenburnsCarousel .carousel-item {
		osition: relative;
		overflow: hidden;
		height: 35vh;
		padding: 30px 15px 15px;
	}

	#kenburnsCarousel .sp-carousel-caption h2 {
		font-size: 22px;
	}

	#kenburnsCarousel .sp-carousel-caption .sp-btn {
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}

	#kenburnsCarousel .carousel-inner {
		height: 100vh;
	}

	.sp-pr,
	.sp-feature,
	.sp-press {
		padding: 10px;
	}

	.carousel-inner {
		height: auto !important;
	}

	.sp-product-details .row {
		padding: 10px;
	}

	.sp-prduct-att {
		padding: 25px 10px 10px;
	}

	.sp-bread-nav {
		margin-bottom: 10px;
	}

	.sp-prduct-att .sp-product-name {
		font-size: 22px;
		margin-bottom: 0;
	}

	.sp-bread .row {
		padding: 20px 0px;
	}

	.sp-product-categories .row {
		padding: 0px;
	}

	.sp-product-categories .sp-product-box {
		padding: 10px;
	}

	.card-header-pills .nav-link {
		padding: 7px 35px;
	}

	.sp-product-details .sp-product-slider {
		padding: 10px;
	}

	.sp-prduct-att .sp-price .sp-pp {
		font-size: 14px;
	}

	.sp-prduct-att .sp-price .sp-final-price {
		font-size: 19px;
	}

	.card-header-pills .nav-link {
		padding: 7px 35px;
	}

	.sp-testimonials .sp-testi-overlay {
		padding: 45px 10px;
	}

	.sp-testimonials .sp-testi-overlay .card {
		width: 100%;
	}

	.flipbox-container {
		height: 100vw
	}

	.sp-desktop-box {
		display: none
	}.sp-mob-box .sp-mob-overlay {
    padding: 10px;
    background-color: rgb(0 0 0 / 70%);
    min-height: auto;
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 20px;
}.sp-mob-box .sp-mob-overlay h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0;
    color: white;
}.sp-mob-box .sp-mob-overlay p {
    font-size: 13px;
    color: white;
    text-align: center;
    margin: 5px 0 0 0;
}
}

/* Mobile LD */

@media screen and (max-width: 350px) {
	.sp-top-header .sp-row {
		padding: 10px;
	}

	.sp-top-header .sp-row .sp-contact {
		justify-content: left;
	}

	.sp-top-header .sp-row ul li span,
	.sp-logo {
		display: none;
	}

	.sp-desktop {
		display: none;
	}

	.sp-mobile {
		display: block;
	}

	.sp-nav img {
		width: 155px;
	}

	.navbar-toggler {
		margin: 0;
		border: 0;
	}

	.navbar-toggler-icon {
		font-size: 20px;
		color: black;
	}

	.sp-slider .sp-content h2 {
		font-size: 30px;
	}

	.sp-slider .sp-content p {
		font-size: 16px;
		padding: 0;
		line-height: 20px;
	}

	.sp-search button {
		width: 100%;
		padding: 15px 10px;
		letter-spacing: 1px;
		border: 2px solid #ffffff;
	}

	.sp-slider .sp-content .sp-box h6 {
		font-size: 12px;
	}

	.sp-slider .sp-content .sp-box {
		min-height: auto;
		margin: 0 -10px 5px;
	}

	.sp-slider .sp-content .sp-box img {
		width: 50px;
	}

	.sp-title {
		font-size: 24px;
	}

	.sp-destinations .col-sm-2 {
		width: 33.3%;
	}

	.sp-destinations {
		padding: 50px 20px;
	}

	.image-container .overlay {
		font-size: 16px;
	}

	footer .sp-col {
		width: 100%;
	}

	footer .sp-first img {
		width: 25%;
	}

	footer .sp-second,
	footer .sp-third {
		width: 50%;
	}

	footer .row {
		padding: 15px 10px;
	}

	.sp-selected-city {
		padding: 0;
	}

	.sp-select-duration {
		padding: 25px 10px;
	}

	.sp-select-duration .sp-duration-box .sp-duration {
		margin: 0 -5px 10px;
	}

	footer h6 {
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.sp-copy p {
		text-align: center;
	}

	.sp-middle-header {
		padding: 10px;
	}

	.sp-img-content .sp-img-box {
		margin-right: 5px;
	}

	.sp-search .sp-info {
		margin-left: 0;
	}

	.sp-search .sp-info a {
		margin-left: 5px;
	}

	.sp-nav {
		padding: 0px;
	}

	.sp-copy {
		padding: 10px;
	}

	#kenburnsCarousel .sp-carousel-caption {
		position: relative;
		margin-top: 0;
		margin-left: 0;
	}

	#kenburnsCarousel .carousel-item {
		osition: relative;
		overflow: hidden;
		height: 35vh;
		padding: 30px 15px 15px;
	}

	#kenburnsCarousel .sp-carousel-caption h2 {
		font-size: 22px;
	}

	#kenburnsCarousel .sp-carousel-caption .sp-btn {
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}

	#kenburnsCarousel .carousel-inner {
		height: 100vh;
	}

	.sp-pr,
	.sp-feature,
	.sp-press {
		padding: 10px;
	}

	.carousel-inner {
		height: auto !important;
	}

	.sp-prduct-att .sp-price .sp-pp {
		font-size: 14px;
	}

	.sp-product-details .row {
		padding: 10px;
	}

	.sp-prduct-att {
		padding: 25px 10px 10px;
	}

	.sp-bread-nav {
		margin-bottom: 10px;
	}

	.sp-prduct-att .sp-product-name {
		font-size: 22px;
		margin-bottom: 0;
	}

	.sp-bread .row {
		padding: 20px 0px;
	}

	.sp-product-categories .row {
		padding: 0px;
	}

	.sp-product-categories .sp-product-box {
		padding: 10px;
	}

	.card-header-pills .nav-link {
		padding: 7px 35px;
	}

	.sp-product-details .sp-product-slider {
		padding: 10px;
	}

	.sp-prduct-att .sp-price .sp-final-price {
		font-size: 19px;
	}

	.card-header-pills .nav-link {
		padding: 7px 35px;
	}

	.sp-testimonials .sp-testi-overlay {
		padding: 45px 10px;
	}

	.sp-testimonials .sp-testi-overlay .card {
		width: 100%;
	}

	.flipbox-container {
		height: 100vw
	}

	.sp-desktop-box {
		display: none
	}.sp-mob-box .sp-mob-overlay {
    padding: 10px;
    background-color: rgb(0 0 0 / 70%);
    min-height: auto;
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 20px;
}.sp-mob-box .sp-mob-overlay h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0;
    color: white;
}.sp-mob-box .sp-mob-overlay p {
    font-size: 13px;
    color: white;
    text-align: center;
    margin: 5px 0 0 0;
}
}