/*
Theme Name: Travel Bhutan
Author: ViewFixer
Description: Travel Bhutan is a responsive clean WordPress Theme. The theme support all modern browsers like Firefox, Chrome, Safari, Opera and Internet Explorer 8, 9 and 10 and uses the most modern technologies like HTML5 and CSS3.
Version: 1.1
*/

:root {
	--primary-color: #235f9d;
	--fb-color: #76a03e;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

a {
	color: var(--primary-color);
	text-decoration: none;
}

a:hover, a:focus {
	color: var(--primary-color);
	text-decoration: none;
}

button, .btn, button:focus, .btn:focus, .btn-link:hover, .btn-link:focus {
	outline: 0;
	text-decoration: none;
}

b, strong {
	font-weight: 600;
}

html body .modula .modula-items .modula-item.effect-pufrobo .jtg-title {
	text-transform: uppercase;
	font-weight: 400;
}

html body .modula .modula-item.effect-pufrobo .jtg-title::after {
	display: none;
}
.modal {
	z-index: 9999;
}
.modal-backdrop {
	background-color: transparent;
	z-index: 999;
}

.modal-content {
    border: none;
    border-radius: 0;
    padding: 40px;
    box-shadow: 1px 1px 20px #00000030;
}

.modal-title {
    font-size: 30px;
    line-height: 1.092307692307692em;
    font-weight: 600;
    letter-spacing: -.05em;
}

.modal-title span {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.modal-header {
	border-bottom: none;
}

/* BUTTON AND TEXT COLORS */
.btn-primary {
	background: var(--primary-color);
	color: #fff;
	border-radius: 1px;
	border-color: var(--primary-color);
	-webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
	transition: background 1s; /* For modern browsers */
}
.book-now {
	font-size: 18px;
    line-height: 1.092307692307692em;
    font-weight: 600;
    text-transform: uppercase;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item {
    background-color: #f8f9fa;
    border: none;
}
.accordion-button:not(.collapsed) {
    color: #333;
    background-color: #eee;
}
.accordion-button {
    background-color: #eee;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
    line-height: 1.092307692307692em;
    font-weight: 500;
    letter-spacing: -.03em;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-body {
    padding: 2rem 1.25rem;
}
.btn-primary:hover, .btn-primary:focus {
	background: var(--fb-color);
	border: 1px solid var(--fb-color);
}
.text-readmore {
	color: var(--primary-color) !important;
	font-size: 14px;
	text-transform: uppercase;
}


/* NAVIGATION */
header {
	background: var(--fb-color);
	height: 36px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 36px;
}

header a {
	color: #fff;
}

header .h-contact a {
	margin-right: 20px;
}

header .h-contact a:hover {
	color: #f5f5f5;
}

header .h-contact a i {
	color: #fff;
	padding-right: 5px;
}

header .h-social {
	color: #fff;
}

header .h-social a {
	font-size: 16px;
	padding: 0 5px;
}

header .h-social a:hover {
	color: #f5f5f5;
}

header .h-button a {
	background: var(--primary-color);
	padding: 20px 30px;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin-left: 30px;
}

header .h-button a:hover,
header .h-button a:focus {
	color: #fff;
	opacity: 0.9;
}
.bg-tdark {
	background: #fff;
	z-index: 9999;
}

.navbar-brand img {
	height: 65px;
}
.form-control {
	border-radius: 4px;
	padding: 0.6rem 0.75rem;
	color: #444;
}
.wpcf7-not-valid-tip {
	font-size: 12px !important;
}
label {
	font-weight: 500;
	font-size: 13px;
	line-height: 2.2;
	text-transform: uppercase;
}
.sidebar .sidebar-links {
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
.sidebar .sidebar-ads {
	padding-left: 30px;
	padding-right: 30px;
}
.sidebar h5 {
	font-size: 20px;
    line-height: 1.092307692307692em;
    font-weight: 600;
    letter-spacing: -.03em;
	color: var(--fb-color);
}
.sidebar.sticky-top {
	top: 120px;
}
.sidebar ul {
	margin-bottom: 0;
}
.children li {
	padding: 3px 0;
}
.navbar-dark .navbar-nav .nav-link {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	padding-right: 1.2rem;
	padding-left: 1.2rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: var(--primary-color);
}

.navbar-dark .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0;
}

.single-parallax {
	height: 600px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	top: 144%;
	background: var(--primary-color);
	border-radius: 0;
	border: none;
	padding: 20px 0;
}

.dropdown-item {
	color: #fff;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

.dropdown-item:hover {
	color: var(--primary-color);
}

/* SLIDER */
.slider {
	position: relative;
	overflow: hidden;
}

.slider .caption {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
}

.slider .caption .caption-content {
	padding: 0;
}

.caption-content h1 {
	font-size: 65px;
    line-height: 1.092307692307692em;
    font-weight: 600;
    letter-spacing: -.05em;
	color: #fff;
	margin-bottom: 10px;
}

.caption-content p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* ABOUT */
.about {
	background-color: var(--fb-color);
	background-image: url('https://bhutanyourway.com/wp-content/uploads/2023/01/flyingintobhutan.png');
	background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

.about .title {
	padding: 80px 0 60px;
	color: #fff;
	text-align: center;
}

.about .title h2 {
	margin-bottom: 0;
	font-size: 35px;
	font-weight: 700;
}

.about .title p {
	color: #fff;
	padding: 0 20%;
}

.packages .title p {
	padding: 0 20%;
}

.about {
	padding: 80px 0 90px;
}

.about-content {
	padding: 0 15%;
}

.about-content .card {
	padding: 30px 10px;
	text-align: center;
	border: none;
	background: #688d35;
	border-radius: 1px;
}

.about-content .card ion-icon {
	font-size: 35px;
	margin-bottom: 10px;
}

.about-content .card a {
	color: #fff;
}

.about-content .card h3 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase;
}

.about-content .card:hover {
	background: var(--primary-color);
}

.about-content .card:hover a {
	color: #fff;
}

/* GRID 1 */
.grid-1 .card {
	border-radius: 0;
	border: 0;
	background-color: transparent;
	position: relative;
	overflow: hidden;
}

.grid-1 .card-body {
	height: 250px;
	-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;
}

.grid-1 .card-body:hover {
	-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;
	-webkit-transform: transform-origen(center);
	-moz-transform: transform-origen(center);
	-ms-transform: transform-origen(center);
	transform: transform-origen(center);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.grid-1 .card-footer {
	padding: 1.5rem 2rem;
	color: #fff;
	z-index: 9;
	background: #fff;
	text-align: center;
	border-radius: 0;
}

.grid-1 .card-footer h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.grid-1 .card-footer a {
	color: var(--fb-color);
}

.grid-1 .card-footer a:hover, .grid-1 .card-footer a:focus {
	color: var(--primary-color);
}

.grid-1 .card-footer p{
	color: #ddd;
}

/* GRID 2 */
.grid-2 .card {
	border: 0;
	border-radius: 1px;
	background: transparent;
	overflow: hidden;
	position: relative;
}

.grid-2 .card-body {
	-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;
	height: 500px;
}

.grid-2 .card-body:hover {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.grid-2 .card-footer {
	background: linear-gradient(to top, #000000, rgba(0,0,0,0));
	border-top: 0;
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 100%;
	padding: 30px 20px;
}

.grid-2 .card-footer h3 {
    font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 5px;
}

.grid-2 .card-footer p {
	color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 30px;
    letter-spacing: -.05em;
    line-height: 1.1;
	padding-right: 10%;
    text-transform: capitalize;
	margin-top: 5px;
}

.sidebar-ads {
	padding-top: 30px;
}

.sidebar-ads h1 {
	color: var(--primary-color);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.05em;
}

/* GRID 3 */
.grid-3 > .row > [class*="col-"] {
	display: flex;
	align-items: stretch;
	align-content: stretch;
}

.grid-3 .card {
	border: none;
	background: #fff;
	box-shadow: 1px 1px 20px #ddd;
	border-radius: 1px;
	flex: 1;
}

.grid-3 .card-body {
	height: 250px;
	-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;
}

.grid-3 .card:hover .card-body{
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.grid-3 .card-footer {
	border-top: 0;
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.grid-3 .card-footer h3 {
	font-size: 20px;
	line-height: 1.092307692307692em;
    font-weight: 600;
    letter-spacing: -.05em;
	margin-bottom: 5px;
}

.grid-3 .card-footer h3 a {
	color: var(--primary-color);
}

.grid-3 .card-footer h3 a:hover, .grid-3 .card-footer h3 a:focus {
	color: var(--fb-color);
}

.grid-3 .card-footer p {
	color: var(--primary-color);
	font-size: 13px;
	text-transform: uppercase;
}

.grid-3 .card-footer .excerpt {
	line-height: 1.5;
	color: #555;
	margin-top: 10px;
}

/* OWL CAROUSEL */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.owl-prev, .owl-next {
	z-index: 999;
	position: absolute !important;
	top: 40% !important;
	border: 1px solid var(--primary-color) !important;
	color: #fff !important;
	background-color: var(--primary-color) !important;
	border-radius: 1px !important;
	padding-left: 10px;
	padding-right: 10px;
}
.owl-prev:hover, .owl-next:hover {
	color: #fff !important;
	background: var(--primary-color) !important;
}

.owl-prev {
	left: -50px !important;
}

.owl-next {
	right: -50px !important;
}

.p-color {
	color: var(--primary-color);
}

.package {
	box-shadow: 1px 1px 20px #f5f5f5;
}

.package .package-image {
	min-height: 250px;
}

.package .package-description {
	padding: 35px 40px;
}

.package .package-description a {
	color: var(--fb-color);
}

.package .package-description h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--fb-color);
}

.package .package-description .duration {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	color: var(--primary-color);
}

.tour-details {
	display: flex;
	justify-content: space-between;
}

.detail-item {
	text-align: center;
}

.detail-item p {
	text-align: center;
	font-size: 14px;
}

.detail-item .icon img {
	height: 60px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: var(--fb-color);
}
.nav-pills .nav-link {
	border: 1px solid var(--fb-color);
	margin: 0 5px;
	color: var(--fb-color);
	border-radius: 1px;
	font-weight: 500;
}
.nav-pills .nav-link:hover {
	color: #fff;
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
}
.tab-content {
	margin-top: 50px;
}

/* HOME */
.title {
	padding: 80px 0 60px;
	text-align: center;
}

.title h1 span {
	display: block;
    font-family: 'Satisfy';
    font-size: 33px;
    line-height: 1.8em;
    color: #74a243;
    font-weight: 400;
    letter-spacing: 0;
}

.title h1 {
	font-size: 60px;
    line-height: 1.092307692307692em;
    font-weight: 600;
    letter-spacing: -.05em;
}

.page-footer .title h1 {
	font-size: 40px;
}

.title p {
	padding: 0 10%;
}

.explore {
	padding-bottom: 5px;
	overflow: hidden;
}

.explore-content {
	position: relative;
	overflow: hidden;
}

.explore .title {
	padding: 90px 0 80px;
}

.packages {
	padding-bottom: 100px;
}

.callout {
	position: relative;
	overflow: hidden;
}

.callout .wrapper {
	background: #333;
	padding: 7% 15%;
	text-align: center;
	color: #fff;
	background: #00000090;
}

.callout .wrapper h1 {
	margin-bottom: 20px;
	font-size: 60px;
    line-height: 1.092307692307692em;
    font-weight: 600;
    letter-spacing: -.05em;
}

.callout .wrapper p {
	padding: 0 15%;
}

.packages {
	background: #f5f5f5;
}


/* SOCIAL */
.social .social-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.social .social-icon {
	height: 50px;
	width: 50px;
	background: var(--primary-color);
	padding: 8px 10px;
	margin: 0 10px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.social .social-icon:hover, .social .social-icon:focus {
	background: var(--primary-color);
	color: #fff;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	border: 1px solid #eceeef;
	font-size: 15px;
	text-align: left;
}

table th,
table td {
	padding: 0.6rem 0.6rem;
	vertical-align: top;
	border: 1px solid #eceeef;
}

table thead {
	background: #f5f5f5;
}

table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #eceeef;
}

table th {
	font-weight: 500;
}

table tbody + tbody {
	border-top: 2px solid #eceeef;
}

/* PAGE HEADER */
.page-header.bg {
	padding: 480px 0 50px;
	position: relative;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-shadow: 1px 1px 1px #00000050;
}

.page-header.package {
	color: #fff;
	text-shadow: 1px 1px 1px #00000050;
	padding: 350px 30px 30px;
	margin-bottom: 20px;
}

.page-header.package h1 {
	font-size: 40px;
}

.page-header.bg h1 {
	font-size: 40px;
}

.page-header h1 {
	font-size: 30px;
    line-height: 1.092307692307692em;
    font-weight: 600;
    letter-spacing: -.05em;
}

.page-header p {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--primary-color);
}

.page-header.bg p, .page-header.package p {
	color: #fff;
}


/* PAGE */
.page {
	padding-bottom: 80px;
}

.content p {
	text-align: justify;
}
.content h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.content.package-content h5 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 25px;
	text-transform: uppercase;
	color: var(--primary-color);
}
.has-text-align-center {
	text-align: center !important;
}

.benefits {
	padding: 60px 0 50px;
}

.benefits .icon {
	font-size: 50px;
	margin-right: 15px;
	color: var(--primary-color);
}

.benefits .details h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 3px;
	color: var(--fb-color);
}

.benefits .details p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.4;
	color: var(--primary-color);
}

/* FOOTER */
footer {
	background-color: var(--primary-color);
	color: #fff;
}

.footer-nav {
	padding: 70px 0;
}

.footer-nav h3 {
	margin-bottom: 20px;
	margin-top: 15px;
	font-size: 20px;
    line-height: 1.092307692307692em;
    font-weight: 600;
    letter-spacing: -.03em;
}

.footer-nav a {
	color: #f5f5f5;
	font-size: 15px;
}

.footer-nav a:hover {
	color: #fff;
}

.footer-nav li {
	padding: 5px 0;
	font-size: 14px;
}

.footer-nav address {
	font-size: 14px;
	line-height: 1.8;
}

.footer-nav .contact li {
	display: flex;
	font-size: 14px;
	padding: 0;
}

footer .social {
	margin: 30px 0 10px;
}

footer .social a {
	color: #fff;
	font-size: 28px;
	padding-right: 20px;
}

footer .footer-bottom {
	padding: 35px 0;
	background: #fff;
}

.footer-bottom .copy {
	font-size: 14px;
	color: var(--primary-color);
	text-align: center;
}

.footer-bottom img {
	height: 60px;
	box-shadow: 1px 1px 20px #00000020;
	border-radius: 50%;
	margin-right: 20px;
}


.wonderpluginslider-container {
	padding-bottom: 0 !important;
}

.testimonials {
	padding-bottom: 90px;
}

.testimonials .testi-item {
	padding: 50px;
	text-align: justify;
	border-radius: 4px;
	background: #f5f5f5;
}

.testimonials .testi-item h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.8;
}

.testimonials .testi-item h3::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--primary-color);
	font-size: 30px;
	margin-right: 15px;
	line-height: 0;
}

.testimonials .testi-item p {
	margin-bottom: 0;
}

.carousel-equal-height .owl-stage,
.carousel-equal-height .owl-item {
	display: flex;
	align-items: stretch;
}

.carousel-equal-height .item {
	background: #f5f5f5;
}

.carousel-equal-height .testi-item {
	width: 100%;
}

.carousel-equal-height .card {
	width: 100%;
}

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { 

}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	.caption-content h1 {
		font-size: 60px;
	}
	.page-header.bg {
		padding: 400px 0 30px;
	}
	html body .modula .modula-items .modula-item.effect-pufrobo .jtg-title {
		font-size: 18px !important;
	}
	.footer-bottom .copy {
		font-size: 14px;
	}
	.single-parallax {
		height: 500px;
	}
	header {
		font-size: 14px;
		line-height: 1;
	}
	.navbar-brand img {
		height: 60px;
	}
	header .h-button a {
		font-size: 14px;
		letter-spacing: 0.5px;
		margin-left: 20px;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-size: 16px;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.title p {
		padding: 0;
	}
	.grid-2 .card-footer h3 {
		font-size: 14px;
	}
	.grid-2 .card-footer {
		padding: 15px 15px;
	}
	.grid-2 .card-footer p {
		font-size: 25px;
	}
	.about-content {
		padding: 0;
	}
	.about .title h2 {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.owl-prev {
		left: -20px !important;
	}
	.owl-next {
		right: -20px !important;
	}
	.title h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.grid-2 .card-body {
		height: 400px;
	}
	.grid-3 .card-footer h3 {
		font-size: 18px;
	}
	.grid-3 .card-footer p, .package .package-description .duration {
		font-size: 12px;
		font-weight: 500;
	}
	.benefits {
		padding: 40px 0 40px;
	}
	.benefits .details p {
		line-height: 1.4;
		font-size: 14px;
	}
	.callout .wrapper h1 {
		font-size: 40px;
	}
	.page-header h1 {
		font-size: 30px;
	}
	.page-header.bg h1 {
		font-size: 35px;
	}
	.page-header.package h1 {
		font-size: 35px;
	}
	.page-footer .title h1 {
		font-size: 30px;
	}
	.page-header div.excerpt p {
		line-height: 1.5;
	}
	.package-detail .tab-content {
		padding: 0;
	}
	.package .package-description h3 {
		font-size: 16px;
	}
	.sidebar-ads h1 {
    	font-size: 30px;
	}
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.caption-content h1 {
		font-size: 50px;
	}
	html body .modula .modula-items .modula-item.effect-pufrobo .jtg-title {
		font-size: 16px !important;
	}
	.title h1 {
		font-size: 35px;
	}
	.callout .wrapper h1 {
		font-size: 35px;
	}
	.page-header h1 {
		font-size: 25px;
	}
	.callout .wrapper p {
		padding: 0;
	}
	.testimonials .testi-item {
    	padding: 35px;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding-left: 0;
	}
	.h-social {
		display: none;
	}
	header .h-contact a {
		margin: 0 10px;
	}          
	.toggler-travel.navbar-toggler {
		border-color: transparent;
		padding-right: 0;
	}

	.toggler-travel .navbar-toggler-icon {
		background-image: url(
			"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.navbar-brand img {
		height: 50px;
	}
	.about-content {
		padding: 0;
	}
	.navbar-collapse {
		padding: 30px 0;
	}
	.about-content .card {
		padding: 20px 10px;
	}
	.title p {
		padding: 0;
	}
	.callout .wrapper {
		padding: 10%;
	}
	.footer-nav li a {
		font-size: 14px;
	}
	
	.sidebar {
		margin-top: 30px;
	}

	.page-header p {
		padding: 0;
	}
	.page-header.bg {
		padding: 350px 0 20px;
	}
	.content h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.content.package-detail h5 {
		font-size: 16px;
	}
	.nav-pills .nav-link {
		font-size: 14px;
	}
	.tab-content {
		margin-top: 30px;
	}
	.footer-nav  ul {
		margin-bottom: 30px;
	}
	.footer-nav {
		padding: 70px 0 50px;
	}
	.grid-2 .card-footer p {
		padding-right: 50%;
	}
	.about .title p, 
	.packages .title p {
		padding: 0;
	}
	
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	.caption-content h1 {
		font-size: 40px;
	}
	.h-contact {
		display: none;
	}

	header {
		position: relative;
		overflow: hidden;
	}
	header .container {
		padding-right: 0;
		padding-left: 0;
	}
	header .h-button {
		display: block;
		width: 100%;
	}
	header .h-button a {
		border-radius: 0;
		margin-left: 0;
		display: block;
		text-align: center;
		width: 100%;
	}
	.about .title, .title {
		padding: 60px 0 40px;
	}
	.about .title h2, .title h1 {
		font-size: 30px;
	}
	.grid-2 .card-footer p {
		padding-right: 30%;
		font-size: 22px;
	}
	.grid-2 .card-footer h3 {
		font-size: 14px;
		font-weight: 400;
	}
	.title p {
		font-size: 15px;
	}
	body {
		font-size: 16px;
	}
	.title h1 {
		margin-bottom: 10px;
	}
	.grid-3 .card-body {
		height: 200px;
	}
	.packages {
		padding-bottom: 60px;
	}
	.callout .wrapper h1 {
		font-size: 30px;
	}
	.footer-nav h3 {
		font-size: 17px;
	}
	.callout .wrapper {
		padding: 12% 5%;
	}
	.page-header h1 {
		font-size: 25px;
	}
	.page-header.bg h1 {
		font-size: 30px;
	}
	.page-header.package h1 {
		font-size: 30px;
	}
	.page-header.package {
		padding: 200px 30px 30px;
	}
	.page-footer .title h1 {
		font-size: 25px;
	}
	.page-header div.excerpt {
		padding-right: 0;
	}
	.owl-prev {
		left: -0px !important;
	}

	.owl-next {
		right: -0px !important;
	}
	.grid-2 .card-body {
		height: 300px;
	}
	.explore .title {
		padding: 60px 0;
	}
	.about-content .card ion-icon {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.content p {
		text-align: left;
	}
	.single-parallax {
		height: 300px;
	}
	.testimonials .testi-item h3 {
		text-align: left;
		font-size: 15px;
	}
}

/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.caption-content h1 {
		font-size: 35px;
	}
	.caption-content p {
		letter-spacing: 0.3px;
		padding-right: 20%;
		line-height: 1.3;
		font-size: 14px;
	}
	.slider .caption {
		top: unset;
		bottom: 30px;
	}
	.about .title h2, 
	.title h1, 
	.callout .wrapper h1 {
		font-size: 25px;
	}
	.explore .title {
		text-align: left;
	}
	.slider .caption {
		text-align: left;
	}
	
	.grid-2 .card-footer {
		padding: 20px 15px;
	}
	.grid-2 .card-footer h3 {
		font-size: 12px;
		letter-spacing: 0;
	}
	.grid-2 .card-footer p {
		padding-right: 0;
		font-size: 20px;
	}
	.page-header h1 {
		font-size: 20px;
	}
	.sidebar-ads h1 {
		padding-right: 20%;
	}
	.page-header.bg h1 {
		font-size: 25px;
	}
	.page-header p {
		font-size: 13px;
		letter-spacing: 0;
	}
	.page {
		padding-bottom: 60px;
	}
	.page-header.package h1 {
		font-size: 25px;
	}
	.benefits {
		padding-top: 30px;
	}
	.testimonials {
		padding-bottom: 70px;
	}
	.footer-bottom .copy {
		text-align: left;
	}
	.btn-group-lg>.btn, .btn-lg {
		font-size: 1.2rem;
	}
	.navbar>.container {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-brand {
		padding-left: 15px;
	}
	.toggler-travel.navbar-toggler {
		padding-right: 15px;
	}
	.navbar-collapse {
		padding: 30px 15px;
		background: #235f9d;
	}
	.navbar-dark .navbar-nav .nav-link {
		color: #fff;
	}
	.navbar-dark .navbar-nav .nav-link:hover {
		color: #f5f5f5;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		padding: 10px 0;
	}
	.dropdown-item {
		font-size: 15px;
	}
	.dropdown-item:hover {
		background: transparent;
		color: #f5f5f5;
	}
	.page-header.bg {
		padding: 300px 0 20px;
	}
	.page.pt-5 {
		padding-top: 30px !important;
	}
	.modal-title {
    font-size: 25px;
	}
	.modal-title span {
		font-size: 14px;
	}
	.modal-content {
		padding: 20px;
	}
}