body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.container-fluid {
	max-width: 1280px;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 10px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #00305e;
	padding: 5px 0;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 140px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .logo img {
	width: 75px;
}
.header_menu {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 40px;
	padding: 0 15px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
	margin: 0 10px;
}
.header_menu ul li a {
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	z-index: 99;
	padding: 15px 0;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #f0984d;
}
.header_btn {
	background: #f0984d;
	display: inline-block;
	padding: 15px 25px;
	border-radius: 40px;
	font-weight: 500;
	font-size: 14px;
	margin-left: 30px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn:hover {
	background: #fecd08;
	color: #fff !important;
}
.home_banner_section {
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: cover;
	padding: 230px 0 150px;
}
.home_banner_section:before {
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(4px);
}
.home_banner_section:after {
	background: url(../images/bg_line.png) repeat-x;
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0;
	z-index: 9;
	height: 64px;
	width: 100%;
}
.home_banner_section .container-fluid {
	position: relative;
	z-index: 999;
}
.banner_subheading {
	font-size: 15px;
}
.banner_heading {
	font-weight: bold;
	font-size: 80px;
	line-height: 1.1;
}
.banner_slide_box {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
	margin: 10px;
	position: relative;
}
.banner_slide_box_heading {
	background: #000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.15) 100%);
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	padding: 12px 0;
	z-index: 9;
}
.banner_slide_box_btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	display: inline-block;
	background: #f0984d;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 25px;
	border-radius: 30px;
	white-space: nowrap;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_slide_box_btn:hover {
	background: #fecd08;
	color: #fff !important;
}
#banner_slide {
	margin-top: 40px;
}
#banner_slide .owl-dots, #banner_slide .owl-nav {
	display: none !important;
}
.home_sponsor_section img {
	margin: 10px 20px 0;
}
.banner_btn1 {
	display: inline-block;
	background: #fff;
	color: #555 !important;
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 500;
	border-radius: 30px;
	margin: 20px 5px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn1:hover {
	background: #f0984d;
	color: #fff !important;
}
.banner_btn2 {
	display: inline-block;
	border: 1px solid #f0984d;
	color: #f0984d !important;
	font-size: 14px;
	padding: 9px 24px;
	font-weight: 500;
	border-radius: 30px;
	margin: 20px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2:hover {
	background: #f0984d;
	color: #fff !important;
}
.home_intro_section {
	padding: 90px 0;
}
.home_intro_section_heading {
	color: #021f41;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.1;
}
.home_intro_section_text {
	color: #666;
	font-size: 14px;
	margin-top: 20px;
}
.home_intro_btn1 {
	display: inline-block;
	border: 1px solid #021f41;
	color: #021f41 !important;
	font-size: 14px;
	padding: 9px 24px;
	font-weight: 500;
	border-radius: 30px;
	margin: 20px 5px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_intro_btn1:hover {
	background: #021f41;
	color: #fff !important;
}
.home_intro_btn2 {
	display: inline-block;
	background: #f0984d;
	color: #021f41 !important;
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 500;
	border-radius: 30px;
	margin: 20px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_intro_btn2:hover {
	background: #021f41;
	color: #fff !important;
}
.home_intro_section_img1 img, .home_intro_section_img2 img {
	border-radius: 10px;
}
.home_intro_section_subtext {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}
.home_intro_section_subtext strong {
	color: #555;
	font-weight: 600;
}
.home_places_section {
	background: url(../images/place_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 70px 0 60px;
	border-radius: 20px;
}
.home_places_section_heading {
	background: linear-gradient(to bottom, #fff, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	font-size: 65px;
	line-height: 1.1;
	opacity: 0.6;
}
#place_slide {
	margin-top: 100px;
	padding: 0 40px;
}
#place_slide .owl-nav {
	position: absolute;
	top: 50%;
	left: -25px;
	right: -25px;
	transform: translate(0, -50%);
	margin-top: 0;
}
#place_slide .owl-prev {
	background: url("../images/prev_icon2.png") #fff no-repeat center !important;
	background-size: 10px !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 0 !important;
	float: left;
}
#place_slide .owl-next {
	background: url("../images/next_icon2.png") #fff no-repeat center !important;
	background-size: 10px !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 0 !important;
	float: right;
}
#place_slide .owl-dots {
	display: none !important;
}
#place_slide .item img {
	border-radius: 10px;
}
.place_slide_text {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
}
.home_place_btn1 {
	display: inline-block;
	background: #f0984d;
	color: #111 !important;
	font-size: 14px;
	padding: 11px 25px;
	font-weight: 500;
	border-radius: 30px;
	margin: 40px 10px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_place_btn1:hover {
	background: #021f41;
	color: #fff !important;
}
.home_place_btn2 {
	display: inline-block;
	background: #fff;
	color: #111 !important;
	font-size: 14px;
	padding: 11px 35px;
	font-weight: 500;
	border-radius: 30px;
	margin: 40px 0 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_place_btn2:hover {
	background: #021f41;
	color: #fff !important;
}
.home_package_section {
	background: url(../images/floral_bg1.png) no-repeat center right;
	padding: 80px 0;
}
.home_package_section_subheading {
	background: #fcecde;
	color: #444;
	font-size: 13px;
	font-weight: 500;
	padding: 3px 12px 4px;
	border-radius: 30px;
}
.package_slide_box {
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.07);
}
.package_slide_box_days {
	background: rgba(2, 31, 65, 0.5);
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 30px;
	padding: 3px 15px;
	border-radius: 30px;
}
.package_slide_box_top_heading {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #021f41;
}
.package_slide_box_top_text {
	color: #555;
	font-size: 14px;
	margin-top: 15px;
}
.package_slide_box_top_list ul {
	padding: 0;
	margin: 15px 0 0;
}
.package_slide_box_top_list ul li {
	list-style: none;
	color: #555;
	font-weight: 500;
	font-size: 14px;
	margin-top: 3px;
	padding-left: 18px;
	position: relative;
}
.package_slide_box_top_list ul li:before {
	position: absolute;
	content: "";
	background: #f0984d;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 7px;
	left: 0;
}
.package_slide_box_bottom_btn1 {
	display: inline-block;
	background: #f0984d;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 500;
	border-radius: 30px;
	margin: 20px 5px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_slide_box_bottom_btn1:hover {
	background: #021f41;
}
.package_slide_box_bottom_btn2 {
	display: inline-block;
	border: 1px solid #021f41;
	color: #021f41 !important;
	font-size: 14px;
	padding: 9px 20px;
	font-weight: 500;
	border-radius: 30px;
	margin: 20px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_slide_box_bottom_btn2:hover {
	background: #021f41;
	color: #fff !important;
}
.package_slide_box_right {
	padding-right: 30px;
}
#package_slide {
	margin-top: 50px;
}
#package_slide .owl-dots {
	margin-top: 40px;
}
#package_slide .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 4px;
	background: #021f41;
}
#package_slide .owl-dots .owl-dot.active span, #package_slide .owl-dots .owl-dot:hover span {
	background: #f0984d;
}
.home_choose_margin {
	margin-top: 80px;
}
.home_choose_img img {
	border-radius: 10px;
}
.home_choose_list ul {
	padding: 0;
	margin: 15px 0 0;
}
.home_choose_list ul li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	position: relative;
	padding: 20px 0 20px 42px;
}
.home_choose_list ul li:last-child {
	border-bottom: none;
}
.home_choose_list_number {
	color: #f0984d;
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	top: 20px;
	left: 0;
}
.home_choose_list_heading {
	font-size: 17px;
	font-weight: 600;
	color: #333;
}
.home_choose_list_text {
	color: #555;
	margin-top: 10px;
	font-size: 14px;
}
.home_highlight_section {
	background: url(../images/highlight_bg.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.home_highlight_section:before {
	background: rgba(0, 0, 0, 0.05);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(4px);
}
.home_highlight_section .container-fluid {
	position: relative;
	z-index: 9;
}
.home_highlight_section_heading {
	font-weight: bold;
	font-size: 50px;
	line-height: 1.1;
}
.home_highlight_section_img img {
	margin-bottom: -60px;
}
.highlight_slide_box {
	border-radius: 10px;
}
.highlight_slide_box_btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	border: 1px solid #fff;
	color: #fff !important;
	padding: 9px 5px;
	border-radius: 30px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.highlight_slide_box_btn:hover {
	border-color: #f0984d;
	background: #f0984d;
	color: #fff !important;
}
#highlight_slide {
	margin-top: 40px;
}
#highlight_slide .owl-nav {
	position: absolute;
	top: 50%;
	left: -25px;
	right: -25px;
	transform: translate(0, -50%);
	margin-top: 0;
}
#highlight_slide .owl-prev {
	background: url("../images/prev_icon2.png") #fff no-repeat center !important;
	background-size: 10px !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 0 !important;
	float: left;
}
#highlight_slide .owl-next {
	background: url("../images/next_icon2.png") #fff no-repeat center !important;
	background-size: 10px !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 0 !important;
	float: right;
}
#highlight_slide .owl-dots {
	display: none !important;
}
.home_testimonial_section {
	background: url(../images/testimonial_bg.png) no-repeat center left;
	padding: 80px 0;
}
.home_testimonial_section_subheading {
	font-weight: 500;
	color: #333;
}
.home_testimonial_section_subheading img {
	margin-right: 10px;
}
.home_testimonial_section_heading {
	color: #021f41;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.2;
}
.footer {
	background: url(../images/footer_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	padding: 60px 0 30px;
}
.footer:before {
	background: rgba(2, 19, 38, 0.95);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.footer .container {
	position: relative;
	z-index: 9;
}
.footer_top_heading {
    font-size: 20px;
	color: #f0984d;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 5px;
}
.footer_menu ul li a {
	color: #e7e7e7;
	font-style: normal;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #fecd08;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #e7e7e7;
	position: relative;
	list-style: none;
	font-size: 14px;
	margin-top: 15px;
	padding-left: 34px;
}
.footer_contact_info ul li img {
	background: #f0984d;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: 0;
	max-width: 26px;
	padding: 3px;
}
.footer_contact_info ul li a {
	color: #e7e7e7;
}
.footer_social {
	margin-top: 25px;
}
.footer_social img {
	width: 28px;
	border-radius: 50%;
}
.footer_social a {
	margin-right: 3px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 0255, 0.06);
	padding-left: 40px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_top_block:last-child {
	padding-left: 20px;
}
.footer_bottom {
	margin-top: 60px;
	color: #fff;
	font-size: 14px;
}
.footer_bottom a {
	color: #fff;
}
#back-to-top {
	background: #f0984d;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.sp-testimonial-content, .sp-testimonial-content p {
	padding: 0 !important;
	text-align: left !important;
}
.sp-testimonial-free {
	position: relative;
	padding-top: 35px !important;
}
.sp-testimonial-client-rating {
	position: absolute;
	top: 0;
	left: 0;
}
.sp-testimonial-client-name {
	text-align: left !important;
	font-weight: 500 !important;
	font-size: 17px !important;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	font-size: 40px !important;
	top: 55% !important;
}
.home_testimonial_slide {
	margin-top: 40px;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_banner.jpg") #eee no-repeat center top;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 250px 0 160px !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(5px);
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	color: #fff;
	position: relative;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.1;
	text-transform: uppercase;
	z-index: 99;
	margin-bottom: 0;
}
.breadcrumb-container {
    width: 100%;
	color: #666;
	position: relative;
	font-size: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 0;
	text-align: center;
	margin: 0 0 60px !important;
}
.breadcrumb-container a {
	color: #666;
}
.page {
	margin-top: 0 !important;
}
.blog_page_box {
	margin-bottom: 35px;
}
.blog_page_box_inner {
	box-shadow: 7.388px 9.456px 60px 0px rgba(12, 13, 12, 0.19);
	border-radius: 4px;
	padding: 15px 15px 25px;
	min-height: 100%;
}
.blog_page_box_inner .home_news_block_image img {
	width: 100%;
	height: 240px !important;
	object-fit: cover;
}
.blog_page_container {
	padding: 0 0 30px;
}
.blog_page_box_date {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #f0984d;
	width: 72px;
	padding: 10px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.1;
}
.blog_page_box_date strong {
	font-size: 30px;
	color: #111;
}
.blog_page_box_heading {
	color: #222;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 20px;
}
.blog_page_box_text {
	color: #666;
	font-size: 15px;
	margin-top: 20px;
}
.blog_page_box_btn {
	display: inline-block;
	background: #f0984d;
	color: #fff !important;
	padding: 10px 20px;
	font-size: 14px;
	margin-top: 20px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog_page_box_btn:hover {
	background: #00305e;
}
.blog_toc_main {
	margin-bottom: 30px;
	background: url(../images/toc_bg.jpg) #fff4e2 no-repeat center bottom;
	background-size: 100%;
	border-radius: 10px;
	padding: 20px 20px 230px;
}
.blog_toc_main_heading {
	color: #111;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
.blog_toc_main_list ul {
	padding: 0;
	margin: 20px 0 0;
}
.blog_toc_main_list ul li {
	list-style: none;
	padding: 8px 0 9px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
}
.blog_toc_main_list ul li img {
	width: 60px;
	margin-right: 10px;
	min-width: 60px;
	max-width: 60px;
	border-radius: 6px;
	height: 60px;
	object-fit: cover;
}
.blog_toc_main_list ul li:last-child {
	border-bottom: none;
}
.blog_toc_main_list ul li a {
	color: #555;
	font-size: 14px;
	line-height: 1.3;
	display: block;
}
#blog_offer_slide {
	margin-top: 20px;
}
#blog_offer_slide .item img {
	border-radius: 10px;
}
#blog_offer_slide .blog_offer_slide_days {
	color: #f0984d;
	font-weight: 500;
	font-size: 13px;
	margin-top: 12px;
}
#blog_offer_slide .blog_offer_slide_days_heading {
	font-weight: 500;
	color: #333;
	line-height: 1.3;
}
#blog_offer_slide .owl-dots {
	display: none;
}
#h5-toc a.active {
    color: #f0984d;
}
.blog_related_main {
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px;
}
.recent-post-date {
	color: #f0984d;
	font-size: 11px;
	margin-top: 3px;
}
.package_details_top_right_box_contact {
	background: #021f41;
	border-radius: 10px;
	padding: 25px 20px;
	margin-top: 30px;
}
.package_details_top_right_box_contact_text {
	font-size: 13px;
}
.package_details_top_right_box_contact_btn {
	display: inline-block;
	background: #fff;
	color: #222 !important;
	margin: 18px 10px 0 0;
	font-size: 14px;
	border-radius: 30px;
	padding: 8px 18px 9px;
	vertical-align: top;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_top_right_box_contact_btn:hover {
	background: #f0984d;
	color: #fff !important;
}
.header_whatsapp {
	display: inline-block;
	vertical-align: top;
	margin: 21px 0 0;
}
.header_whatsapp img {
	width: 32px;
}
.post .entry-content {
	color: #666;
	font-size: 15px;
}
.post .entry-content strong {
	color: #555;
	font-weight: 500;
}
.post .entry-content a {
	color: #f0984d;
}
.post .entry-content ul {
	padding: 0;
	margin: 0 0 20px;
}
.post .entry-content ul li {
	list-style: none;
	margin-top: 3px;
	padding-left: 15px;
	position: relative;
}
.post .entry-content ul li:before {
	position: absolute;
	content: "";
	background: #f0984d;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 8px;
	left: 0;
}
.post .entry-content h1, .post .entry-content h2, .post .entry-content h3, .post .entry-content h4, .post .entry-content h5, .post .entry-content h6 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	border-left: 3px solid #f0984d;
	padding-left: 10px;
	color: #222;
	margin: 25px 0 20px;
}
.post .entry-content h1 strong, .post .entry-content h2 strong, .post .entry-content h3 strong, .post .entry-content h4 strong, .post .entry-content h5 strong, .post .entry-content h6 strong {
	font-weight: 600;
	color: #222;
}
.blog_author_section {
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 35px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.blog_author_section img {
	border-radius: 50%;
	margin-right: 20px;
	border: 1px solid #f0984d;
	padding: 3px;
}
.blog_author_section_name {
	font-weight: 600;
	color: #222;
	font-size: 24px;
}
.blog_author_section_short_info {
	color: #666;
	margin-top: 3px;
	font-size: 15px;
}
.blog_author_section_short_info p {
	margin-bottom: 0 !important;
}
.blog_author_section_subheading {
	color: #f0984d;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}
.post-thumbnail {
	border-radius: 10px;
	overflow: hidden;
}
.site-content .entry-meta {
	background: #ffefe2 !important;
	display: inline-block;
	border-radius: 30px;
	padding: 4px 12px;
}
.inner_page_heading {
	color: #021f41;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	border-bottom: 4px solid #f0984d;
	width: 30px;
	border-radius: 30px;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.contact_page_info {
	position:relative;
	padding-left:52px;
	color:#666;
	font-size: 15px;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	position: absolute;
	top: 5px;
	left: 0;
	width: 40px;
	background: #f0984d;
	border-radius: 50%;
	padding: 5px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
	border-radius: 4px;
    border: 1px solid #ccc !important;
    width: 100%;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
	border-radius: 4px;
    border: 1px solid #ccc !important;
	resize: none;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #f0984d !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}
.contact_map {
	margin-top: 70px;
}
.contact_map iframe, #post-19 {
	margin-bottom: 0 !important;
}
.inner_page_text {
	color: #555;
	margin-top: 20px;
	font-size: 15px;
}
.about_page_mid_section {
	background: url(../images/about_mid_bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 65px 0;
	margin: 65px 0;
	position: relative;
}
.about_page_mid_section:before {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(4px);
}
.about_page_mid_section .container {
	position: relative;
	z-index: 9;
}
.about_page_mid_box {
	margin-top: 30px;
}
.about_page_mid_box_inner {
	background: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	min-height: 100%;
}
.about_page_mid_box_inner img {
	background: #f0984d;
	border-radius: 50%;
	width: 70px;
	padding: 3px;
}
.about_page_mid_box_text {
	color: #555;
	font-size: 15px;
}
.place_slide_inner_text {
	color: #555;
	font-weight: 500;
	margin-top: 15px;
}
.about_page_container {
	background: url(../images/floral_bg1.png) no-repeat center right;
}
.plan_trip_box {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 40px 30px 20px;
	background: #fff;
}
.plan_trip_box_form {
	margin-top: 10px;
}
.plan_trip_box_form p {
	margin-bottom: 0 !important;
}
.plan_trip_box_form input {
    margin-top: 15px;
    min-height: 45px;
	color: #555;
	border-radius: 4px;
    border: 1px solid #ccc !important;
    width: 100%;
}
.plan_trip_box_form select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 45px;
	margin-top: 15px;
	border: 1px solid #ccc !important;
	border-radius: 4px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.plan_trip_box_form textarea {
    margin-top: 15px;
    height: 150px;
	border-radius: 4px;
	color: #555;
    border: 1px solid #ccc !important;
	resize: none;
}
.plan_trip_box_form .contact_btn input {
    min-height: 44px;
    border: none !important;
    width: auto;
    background: #f0984d !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}
.plan_trip_box_form .wpcf7-spinner {
	display: block !important;
}
.package_list_page_container {
	padding: 0 0 30px;
}
.package_page_box {
	margin-bottom: 30px;
}
.package_page_box_inner {
	background: #fff;
	border-radius: 10px;
	padding: 0 0 20px;
	min-height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.07);
}
.package_page_box_heading {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: #021f41;
	padding: 20px 20px 0;
}
.package_page_box_location {
	background: rgba(0, 48, 94, 0.9);
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 4px 15px 6px;
	border-radius: 30px;
}
.package_page_box_btn {
	display: inline-block;
	background: #f0984d;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 500;
	border-radius: 30px;
	margin: 20px 0 0 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_page_box_btn:hover {
	background: #021f41;
}
.package_page_box_price {
	color: #39b600;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 20px 0;
}
.package_details_page_header {
	background-size: cover !important;
	max-width: 100%;
	padding: 240px 0 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.package_details_page_header::before {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(6px);
}
.package_details_page_header .container {
	position: relative;
	z-index: 9;
}
.package_details_page_header_subheading {
	font-size: 14px;
	margin-bottom: 15px;
}
.package_details_banner_days {
	background: rgba(0, 48, 94, 0.7);
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	padding: 7px 20px 7px;
	border-radius: 30px;
	display: inline-block;
	margin-top: 15px;
}
.package_details_price_box {
	display: inline-block;
	background: #f0984d;
	border-radius: 10px 10px 0 0;
	color: #111;
	font-weight: 500;
	padding: 15px 50px;
	font-size: 14px;
	margin-top: 40px;
}
.package_details_price_box strong {
	display: block;
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 5px;
}
.package_details_spec_section {
	padding: 60px 0;
	background: #FFF5ED;
	background: linear-gradient(0deg, rgba(255, 245, 237, 0) 0%, rgba(255, 245, 237, 1) 30%);
}
.package_details_heading {
	color: #021f41;
	font-weight: bold;
	font-size: 33px;
	line-height: 1.2;
}
.package_details_spec_block {
	position: relative;
	margin-top: 40px;
}
.package_details_spec_block:before {
	border-top: 1px solid #fce1cb;
	position: absolute;
	content: "";
	top: 52px;
	left: 0;
	width: 50%;
}
.package_details_spec_block:first-child:before {
	display: none;
}
.package_details_spec_block:after {
	border-top: 1px solid #fce1cb;
	position: absolute;
	content: "";
	top: 52px;
	right: 0;
	width: 50%;
}
.package_details_spec_block:last-child:after {
	display: none;
}
.package_details_spec_block img {
	border: 8px solid #FFF5ED;
	border-radius: 50%;
	position: relative;
	z-index: 9;
	box-shadow: 0 0 1px #ecc7ac;
}
.package_details_spec_block_text {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	color: #222;
	margin-top: 15px;
}
.package_details_common_btn1 {
	display: inline-block;
	background: #f0984d;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 500;
	border-radius: 30px;
	margin: 20px 5px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_common_btn1:hover {
	background: #021f41;
}
.package_details_common_btn2 {
	display: inline-block;
	background: #fff;
	color: #444 !important;
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 500;
	border-radius: 30px;
	margin: 20px 0 0;
	box-shadow: 0px 9px 36.8px 3.2px rgba(0, 0, 0, 0.07);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_common_btn2:hover {
	background: #021f41;
	color: #fff !important;
}
.right_panel_sticky {
	position: sticky;
	top: 100px;
}
.package_details_toc_section {
	background: url(../images/toc_bg.jpg) #fff4e2 no-repeat center bottom;
	background-size: 100%;
	border-radius: 10px;
	padding: 25px 20px 230px;
}
.package_details_why_book_heading {
	color: #111;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
.package_know_list ul {
	padding: 0;
	margin: 0;
}
.package_know_list ul li {
	list-style: none;
	color: #555;
	font-size: 14px;
	margin-top: 3px;
	padding-left: 18px;
	position: relative;
}
.package_know_list ul li a {
	color: #555;
}
.package_know_list ul li:before {
	position: absolute;
	content: "";
	background: #f0984d;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 7px;
	left: 0;
}
.package_details_overview_heading {
	background: url(../images/heading_icon.png) no-repeat left top;
	background-size: 28px;
	color: #111;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	padding-left: 35px;
}
.package_details_overview_text {
	color: #666;
	font-size: 15px;
	margin-top: 20px;
}
.sticky_padding {
	padding-top: 100px;
}
#myDetailsTab {
	padding: 0 0 10px;
	margin: 0;
	border-radius: 0;
	border-bottom: 3px solid #222;
}
#myDetailsTab .nav-item {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#myDetailsTab .nav-item:first-child {
	border-left: none;
}
#myDetailsTab .nav-link {
	border: none !important;
	border-radius: 0;
	color: #888;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 20px;
	margin: 0;
	background: none !important;
}
#myDetailsTab .nav-item:first-child .nav-link {
	padding-left: 0;
}
#myDetailsTab .nav-item.show .nav-link, #myDetailsTab .nav-link.active {
	color: #111;
}
#myTabContent {
/* 	background: rgba(255, 255, 255, 0.28); */
	padding: 25px 0;
	border-radius: 0 0 10px 10px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
}
.package_details_program_list .accordion-button {
	box-shadow: none !important;
	background: none !important;
	color: #333;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 0;
	border-radius: 0 !important;
	flex-wrap: wrap;
}
.package_details_program_list .accordion-button span {
	font-weight: 600;
	font-size: 13px;
	position: relative;
	color: #f0984d;
	display: block;
	padding-left: 15px;
	letter-spacing: 1px;
	width: 100%;
}
.package_details_program_list .accordion-button span:before {
	position: absolute;
	content: "";
	background: #f0984d;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 7px;
	left: 0;
}
.package_details_program_list .accordion-body .accordion-body-inner {
	color: #666;
	font-size: 15px;
}
.package_details_program_list .accordion-body {
	padding-left: 0;
	padding-right: 0;
}
.package_details_program_list .accordion-body ul {
	padding: 0;
	margin: 0;
}
.package_details_program_list .accordion-body ul li {
	list-style: none;
	margin-top: 3px;
	padding-left: 15px;
	position: relative;
}
.package_details_program_list .accordion-body ul li:before {
	position: absolute;
	content: "";
	background: #f0984d;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 7px;
	left: 0;
}
.tourchoose_text {
	color: #666;
	font-size: 15px;
	margin-top: 20px;
}
.tourchoose_text ul {
	padding: 0;
	margin: 0 0 20px;
}
.tourchoose_text ul li {
	list-style: none;
	margin-top: 3px;
	padding-left: 15px;
	position: relative;
}
.tourchoose_text ul li:before {
	position: absolute;
	content: "";
	background: #f0984d;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 7px;
	left: 0;
}
.package_details_overview_cta_box {
	margin-top: 30px;
}
.package_details_overview_cta_box_inner {
	background: #eaf3ff;
	border: 1px solid #97c6ff;
	padding: 35px 20px;
	border-radius: 10px;
	min-height: 100%;
}
.package_details_overview_cta_box:nth-child(2) .package_details_overview_cta_box_inner {
	background: #ffead8;
	border: 1px solid #ffd1aa;
}
.package_details_overview_cta_box_heading {
	color: #111;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
.package_details_overview_cta_box_text {
	font-size: 15px;
	color: #555;
	margin-top: 10px;
}
.package_details_overview_cta_box_btn {
	display: inline-block;
	background: #021f41;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 500;
	border-radius: 30px;
	margin: 20px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_overview_cta_box_btn:hover {
	background: #f0984d;
}
.package_details_overview_cta_box_btn2 {
	display: inline-block;
	background: #f0984d;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 500;
	border-radius: 30px;
	margin: 20px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_overview_cta_box_btn2:hover {
	background: #021f41;
}
.package_details_map {
	margin-top: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.package_details_map iframe {
	margin-bottom: -5px !important;
}
.package_details_map p {
	margin-bottom: 0 !important;
}
.package_know_before_accordian .sp-easy-accordion .sp-ea-single .ea-header a {
	padding: 10px 0 !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	border-bottom: 1px solid #eee;
}
.inner_page_list ul, .tab_inclusion_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li, .tab_inclusion_list ul li {
	list-style: none;
	position: relative;
	padding-left: 17px;
	color: #666;
	font-size: 15px;
	margin-top: 3px;
}
.inner_page_list ul li strong, .tab_inclusion_list ul li strong {
	font-weight: 600;
}
.inner_page_list ul li:before, .tab_inclusion_list ul li:before {
	position: absolute;
	content: "";
	background: #f0984d;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 8px;
	left: 0;
}
.inner_page_list.text-white ul li {
	color: #fff;
}
.package_know_before_accordian .ea-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 15px !important;
}
.package_details_top_right_why_box {
	background: url(../images/toc_bg2.jpg) #fff4e2 no-repeat center bottom;
	background-size: 100%;
	border-radius: 10px;
	padding: 25px 20px 230px;
}
.package_details_bottom_section {
	background: #f1f1f1;
	padding: 60px 0;
	margin: 60px 0 0;
}
.package_slide_box_img img {
	width: 100%;
	min-height: 350px;
	object-fit: cover;
}
.package_details_program_list {
	margin-top: 30px;
}
.tab_inclusion_text {
	font-size: 15px;
	color: #666;
	margin-top: 30px;
}
.inner_page_img img {
	border-radius: 10px;
}
.spot_page_box {
	margin-top: 30px;
}
.spot_page_box_inner {
	background: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	min-height: 100%;
}
.spot_page_box_heading {
	color: #021f41;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 20px;
}
.spot_page_box_text {
	color: #555;
	margin-top: 15px;
	font-size: 15px;
}
.spot_page_weather_list ul {
	padding: 0;
	margin: 50px 0 0;
}
.spot_page_weather_list ul li {
	list-style: none;
	display: flex;
	align-items: center;
	color: #555;
	margin-top: 25px;
	font-size: 15px;
}
.spot_page_weather_list ul li strong {
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #021f41;
}
.spot_page_weather_list ul li img {
	width: 50px;
	margin-right: 25px;
}
.spot_page_content_container {
	background: url(../images/about_mid_bg2.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 65px 0;
	margin: 65px 0;
	position: relative;
}
.culture_page_content_container {
	background: url(../images/about_mid_bg3.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 65px 0;
	margin: 65px 0;
	position: relative;
}
.spot_page_content_container::before, .culture_page_content_container:before {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(4px);
}
.spot_page_content_container .container, .culture_page_content_container .container  {
	position: relative;
	z-index: 9;
}

.spot_page_bottom_section {
	background: #FFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 48, 94, 0.1) 100%);
	padding: 65px 0 0;
  	margin: 65px 0 0;
}
.spot_page_box_img img {
	width: 125px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	padding: 5px;
}
.inner_page_content_btn {
	background: #f0984d;
	display: inline-block;
	padding: 11px 22px;
	border-radius: 40px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner_page_content_btn:hover {
	background: #fecd08;
}
.festival_page_bottom_section {
	background: #00305E;
	background: linear-gradient(0deg, rgba(0, 48, 94, 0) 0%, rgba(0, 48, 94, 0.11) 100%);
	padding: 65px 0 0;
	margin: 65px 0 0;
}
.testimonial_page_box {
	margin-bottom: 30px;
}
.testimonial_page_box_inner {
	background: url(../images/star2.png) #fff no-repeat;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	min-height: 100%;
	padding: 70px 20px 30px;
	background-position: 20px 35px;
}
.testimonial_page_box_text {
	color: #666;
	font-size: 15px;
	height: 205px;
	overflow: auto;
	padding-right: 10px;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-width: thin;
	scrollbar-width: thin;
}
.testimonial_page_box_name {
  color: #021f41;
  font-weight: 600;
  margin-top: 25px;
}
.rmp-menu-title-image {
	width: 80px;
	height: 80px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.footer_btn1 {
	background: #f0984d;
	color: #fff !important;
	width: 50%;
	float: left;
	font-size: 15px;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 42px;
	width: 42px;
	border-radius: 50%;
	padding: 8px 7px 0;
}
.footer_btn3 {
	background: #00305e;
	color: #fff !important;
	width: 50%;
	float: left;
	font-size: 15px;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
	font-size: 15px;
}
.thankyou_btn {
	display: inline-block;
	background: #f0984d;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 500;
	border-radius: 30px;
	margin: 20px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.terms_page_heading {
	color: #021f41;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 30px;
}
.terms_page_text {
	color: #666;
	font-size: 15px;
	margin-top: 15px;
}
.fixed_whatsapp {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 999;
	width: 40px;
/* 	animation: tilt-shaking 0.2s infinite; */
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(7deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-7deg); }
  100% { transform: rotate(0deg); }
}




/*============== Responsive ================*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.fixed_whatsapp {
  bottom: 50px;
}
.header_menu {
  display: none;
}
.header {
  padding: 5px 0;
}
.logo img {
  width: 65px !important;
}
.header_btn {
  padding: 9px 18px;
  margin-left: 0;
}
.banner_heading {
  font-size: 35px;
}
.home_banner_section {
  padding: 130px 0 90px;
}
#banner_slide, .home_intro_section_img1, .home_intro_section_subtext, #place_slide, .package_slide_box_right, .about_page_mid_box {
  margin-top: 25px;
}
.home_intro_section_heading, .home_highlight_section_heading, .home_testimonial_section_heading, .package_details_heading {
  font-size: 27px;
}
.home_intro_section, .home_places_section, .home_package_section, .home_testimonial_section {
  padding: 40px 0;
}
.home_highlight_section {
  padding: 40px 0 0;
}
.home_places_section_heading {
  font-size: 35px;
}
#place_slide .owl-nav, #highlight_slide .owl-nav {
  position: static;
  transform: none;
}
#place_slide .owl-prev, #place_slide .owl-next, #highlight_slide .owl-prev, #highlight_slide .owl-next {
  background-size: 8px !important;
  width: 33px;
  height: 33px;
  float: none;
}
.package_slide_box_img img {
  min-height: 200px;
  max-height: 200px;
}
.package_slide_box_right {
  padding: 0 30px 25px;
}
.home_choose_margin {
  margin-top: 30px;
}
.home_choose_img {
  margin-bottom: 25px;
}
.home_choose_list ul li {
  padding: 15px 0 15px 40px;
}
.home_choose_list_number {
  top: 15px;
}
.home_highlight_section_img img {
  margin: 30px 0 0;
  width: 175px;
}
.home_testimonial_section {
  background-position: bottom left;
  background-size: 100px;
}
.home_package_section {
  background-size: 100px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 35px;
}
.footer_top_block:last-child {
  padding-left: 12px;
}
.footer {
  padding: 5px 0 60px;
}
.page .entry-title, .blog_page_title {
  font-size: 30px;
}
.page .entry-header, .blog_page_header {
  padding: 135px 0 70px !important;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_heading {
  font-size: 24px;
}
.about_page_container {
  background-size: 80px;
}
.breadcrumb-container {
  font-size: 14px;
  margin: 0 0 40px !important;
}
.about_page_mid_section, .spot_page_content_container, .culture_page_content_container {
  padding: 40px 0;
  margin: 40px 0;
}
.spot_page_bottom_section, .festival_page_bottom_section {
  padding: 40px 0 0;
  margin: 40px 0 0;
}
.package_details_page_header {
  padding: 140px 0 0;
}
.package_details_banner_days {
  font-size: 14px;
}
.package_details_price_box strong {
  font-size: 28px;
}
.package_details_price_box {
  padding: 10px 40px;
  margin-top: 20px;
}
.package_details_spec_block {
  margin-top: 25px;
  min-width: 50%;
}
.package_details_spec_block img {
  border: 5px solid #FFF5ED;
  width: 85px;
}
.package_details_spec_block::before, .package_details_spec_block::after {
  top: 40px;
}
.sticky_padding {
  padding-top: 60px;
}
.package_details_bottom_section {
  padding: 40px 0;
  margin: 40px 0 0;
}
.plan_trip_box {
  padding: 35px 20px 20px;
}
.plan_trip_box_form .contact_btn input {
  min-height: 38px;
  font-size: 15px;
}
.contact_right {
  margin-top: 40px;
}
#back-to-top {
  bottom: 52px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home_highlight_section_img img {
  margin: 90px 0 0;
  width: 200px;
}
.package_details_spec_block {
  min-width: 30%;
}
.contact_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_menu ul li a {
  font-size: 13px;
}
.header_menu ul li {
  margin: 0 7px;
}
#place_slide .owl-nav {
  left: 0px;
  right: 0px;
}
}

@media only screen and (min-width : 1025px) and (max-width : 1100px) {
.header_menu ul li a {
  font-size: 13px;
}
.header_menu ul li {
  margin: 0 7px;
}
#place_slide .owl-nav {
  left: 0px;
  right: 0px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}