/*
    Theme Name: The Magic Wadies
    Theme URI: http://www.saaracheetech.com/
    Description: Responsive WordPress Theme
    Version: 1.0.0
    Tags: Tours, Oman Tours, Magic Wadies
    Author: Saarachee Technologies
    Author URI: http://www.saaracheetech.com
*/



/**
 * 8.0 Alignments
 */

 .alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/**
 * 9.0 Clearings
 */

 .clear:before,
 .clear:after,
 .site:before,
 .site:after,
 .entry-content:before,
 .entry-content:after,
 .comment-content:before,
 .comment-content:after,
 .site-content:before,
 .site-content:after,
 .nav-links:before,
 .nav-links:after,
 .comment-navigation:before,
 .comment-navigation:after,
 .social-navigation ul:before,
 .social-navigation ul:after,
 .textwidget:before,
 .textwidget:after {
	 content: "";
	 display: table;
 }
 
 .clear:after,
 .site:after,
 .entry-content:after,
 .comment-content:after,
 .site-content:after,
 .nav-links:after,
 .comment-navigation:after,
 .social-navigation ul:after,
 .textwidget:after {
	 clear: both;
 }





html, body {
    font-family: 'Nova Flat';
    font-weight: normal;
    font-style: normal;
}

.feature-box .feature-box-icon {
    padding: 5px;
}
.feature-box.align-items-center .feature-box-icon.top-social {
    min-width: 0px;
    padding: 0px;
}
.feature-box.feature-box-style-2 .feature-box-icon i.fa, 
.feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #3c210f !important;
}
.feature-box .feature-box-info {
    padding-left: 10px;
}
.feature-box .feature-box-info.top-message h4 {
    font-size: 14px;
    color: #3c210f !important;
    line-height: 130%;
}
.feature-box .feature-box-info.top-message p {
    font-size: 12px;
    color: #3c210f !important;
    line-height: 130%;
} 
.feature-box .feature-box-info.top-message i {
    font-size: 20px;
    padding: 5px;
    color: #3c210f !important;
}
.feature-box .feature-box-info.top-message.top-message-social p {
    padding-bottom: 5px;
    padding-top: 15px;
}
.feature-box .feature-box-info.top-message.top-message-social i {
    color: #3c210f !important;
    border-radius: 13px;
    height: 24px;
    border: 1px solid #3c210f;
    width: 24px;
    padding: 3px;
    font-size: 16px;
    line-height: 16px;
}

.banner-outer-box {
    position: absolute;
    left: 367px;
    top: 320px;
    width: 360px;
    height: 120px;
    background: rgba(0,0,0,0.5);
}
.banner-outer-box div.tp-parallax-wrap {
    left: 10px !important;
}
.tp-caption {
	width: 340px;
	height: 120px;
    color: #fff !important;
	font-weight: 400 !important;
	line-height: 150%;
    padding: 5px 10px;
}


#header .header-nav-bar {
    background: #3c210f;
    float: right;
    position: absolute;
    bottom: -25px;
    right: 0;
}
#header .header-nav {
    padding: 0;
    min-height: auto;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 10px 22px;
}
#header .header-nav-main.header-nav-main-light nav > ul > li.open > a, 
#header .header-nav-main.header-nav-main-light nav > ul > li.active > a, 
#header .header-nav-main.header-nav-main-light nav > ul > li:hover > a,
#header .header-nav-main.header-nav-main-light nav > ul > li.current_page_item > a {
    background: none;
    color: #fff;
	border-bottom: 4px solid #c79e66;
	text-decoration: none;
}
#header .header-nav-main.header-nav-main-light nav > ul > li > a.active,
#header .header-nav-main.header-nav-main-light nav > ul > li.current_page_item > a {
    background: none;
    color: #fff;
    border-bottom: 4px solid #c79e66;
	margin-left: -2px;
}
#header .header-nav-main nav > ul > li:nth-child(6) {
    background: #ff6600;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
#header .header-nav-main nav > ul > li:nth-child(6):hover > a {
    border-bottom: 4px solid #ff6600;
}
#header .header-nav-main nav > ul > li.current_page_item:nth-child(6) > a {
	border-bottom: 4px transparent;
}
#header .header-nav-main nav > ul > li:last-child:hover > a {
    border-bottom: none;
}
.home-main-section-1 .p-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.home-main-section-1 h4 {
    font-size: 15px;
    color: #3c210f;
}
.home-main-section-1 h6 {
    font-size: 13px;
    color: #3c210f;
}
.home-main-section-1 p {
    font-size: 11px;
    color: #3c210f;
    line-height: 140%;
}

#footer {
    background: url("images/footer-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px;
    padding: 70px 0;
}
#footer h4 {
    font-size: 15px;
    color: #fff;
}
#footer .contact i {
    font-size: 18px;
}
#footer .contact p {
    color: #fff;
    font-size: 11px;
    line-height: 160%;
}
#footer .container .row > div {
    margin-bottom: 0px;
}
#footer .footer-copyright {
    border: none;
    background: rgba(0,0,0,0.5); 
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px;
}
#footer .footer-copyright p {
    color: #fff;
}
#footer .footer-copyright p a {
    color: #ffae00;
}
#footer .footer-copyright nav ul li {
    border-left: none;
}
#footer ul.contact li {
    clear: both;
}
#footer .contact i {
    margin: 2px 8px 15px 0px;
}
#footer .imp-links ul {
    padding: 0px;
}
#footer .imp-links li {
    color: #fff;
    list-style: none;
}
#footer #newsletterForm input#newsletterEmail {
    border: 1px solid #8e796b;
    background: #321c0f;
    width: 175px;
    color: #ffa500;
}
#footer #newsletterForm .input-group-btn {
    margin-left: 5px;
}
#footer #newsletterForm .btn-light {
    background: #ffa500;
    border: 1px solid #ffa500;
    color: #fff;
}

#footer #newsletterForm input#newsletterEmail::placeholder {
    color: #ffa500;
    opacity: 1; /* Firefox */
}
#footer #newsletterForm input#newsletterEmail:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ffa500;
}
#footer #newsletterForm input#newsletterEmail::-ms-input-placeholder { /* Microsoft Edge */
   color: #ffa500;
}
#footer .newsletter p{
    line-height: 150%;
    font-size: 10px;
    margin-top: 10px;
    color: #fff;
}


/*Homepage*/ 
.homepage section.section {
    margin: 30px 0 0 0;
    padding: 40px 0 0 0;
}
h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.home-trek-box {
    height: 150px;
    overflow: hidden;
}
.home-trek-box img {
    min-height: 100%;
} 
.home-trek {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.5);
}
.home-trek a {
    color: #fff;
    padding: 71px 60px;
    display: block;
}
.find-travel {
    background: #d7d7d7;
    font-size: 11px;
    line-height: 160%;
    color: #474747;
    text-align: center;
}
.find-travel a {
    color: #3c210f;
    margin-top: 8px;
    display: block;
}

.best-seller-box {
    width: calc(20% - 17px);
    margin: 10px 7px;
    position: relative;
}
.best-seller-box img {
	height: 90px;
	width: 100%;
}
.best-seller-box:first-child {
    margin-left: 15px;
}
.best-seller-box:last-child {
    margin-right: 14px;
}
.best-seller-box .best-trek {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
}
.best-seller-box .best-trek:hover {
    background: rgba(0,0,0,0.1);
}
.best-seller-box .best-trek a {
    color: #fff;
    padding: 34px 10px;
    display: block;
    text-align: center;
}
.best-seller-box .best-trek:hover a {
    text-decoration: none;
}

.current-offers-box {
    background: #f6f6f6;
    width: calc(20% - 17px);
    margin: 10px 7px;
    min-width: 200px;
}
.current-offers-box:first-child {
    margin-left: 15px;
}
.current-offers-box:last-child {
    margin-right: 14px;
}
.current-offers-box img {
    height: 180px;
    width: 100%;
}
.current-offers-box .recent-posts {
    padding: 0 10px;
}
.current-offers-box .recent-posts h5 a {
    font-size: 14px;
    font-weight: normal;
    color: #3c210f;
    text-transform: capitalize
}
.current-offers-box .package {
    float: left;
    font-size: 11px;
    color: #3c210f;
}
.current-offers-box .price {
    float: right;
    font-size: 11px;
    color: #fff;
    background: #3c210f;
    padding: 4px 8px;
    position: relative;
}
.current-offers-box .price:before {
    border-bottom: 30px solid #3c210f !important;
    border-left: 29px solid transparent;
    left: -29px;
    top: 0px;
    position: absolute;
    content: "";
}

.popular-trip-box {
    background: #f6f6f6;
    max-width: 360px;
    margin: 0 auto;
}
.popular-trip-box .recent-posts {
    padding: 0 20px;
    display: flex;
}
.popular-trip-box .recent-posts h5 a {
    font-size: 14px;
    font-weight: normal;
    color: #3c210f;
    text-transform: capitalize
}
.popular-trip-box .recent-posts h5 a:hover {
    color: rgba(51, 51, 51, 0.8) !important;
    text-decoration: none;
}
.popular-trip-box .recent-posts p {
    font-size: 11px;
    color: #3c210f;
    line-height: 160%;
}
.popular-trip-box .recent-posts .post-text {
    max-width: 60%;
}
.popular-trip-box .recent-posts .post-meta {
    text-align: right;
    margin-left: 10px;
    width: 40%;
}
.popular-trip-box .recent-posts .post-meta span {
    display: block;
}
.popular-trip-box .recent-posts .post-meta span:first-child {
    font-size: 12px;
    color: #3c210f;  
}
.popular-trip-box .recent-posts .post-meta span:nth-child(2) {
    font-size: 11px;
    color: #706f6e;
    margin-top: 15px;  
}
.popular-trip-box .recent-posts .post-meta span:last-child {
    color: #e8690c;
    font-size: 21px; 
}
.popular-trip-box a span {
    display: none;
}
.popular-trip-box a:hover span {
    display: block;
    position: absolute;
    width: 40%;
    padding: 65px 0 66px 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
}
.home-more-packages a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    background-color: #f6f6f6;
    color: #3c210f;
    padding: 10px 76px;
    display: flex;
    text-align: center;  
}
.home-more-packages a i {
    padding: 5px 0 0 5px;
}
.home-more-packages a:hover {
    color: rgba(51, 51, 51, 0.8);
    text-decoration: none;
}

.home-history {
    display: flex;
}
.home-history img {
    float: left;
    height: 260px
}
.home-history-text {
    background: #3c210f;
    padding: 15px;
    color: #fff;
    display: inline-block;
    height: 260px;
}
.home-history-text h5 {
    position: relative;
    color: #d58d03;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.home-history-text p {
    color: #e2e2e2;
    font-size: 11px;
    line-height: 150%;
    margin-bottom: 10px;
}
.home-history-text a {
    font-size: 11px;
    color: #fff;
    float: right;
}
.home-history-text a:hover {
    opacity: .6;
    text-decoration: none;
}

.inner-page-header {
	width: 100%;
	height: 100%;
	position: relative;
}
.inner-page-header img {
	width: 100%;
	height: auto;
}
.inner-page-header .overlay {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.inner-page-header .inner-header-text {
	margin-top: 120px;
}
.inner-page-header .inner-header-text h5 {
	font-size: 18px;
	color: #fff;
}
.inner-page-header .inner-header-text p {
	font-size: 12px;
	line-height: 160%;
	color: #fff;
}
.details-box {
	background: rgba(0,0,0,0.8);
	width: 400px;
	float: right;
	margin: 40px -15px 0 0;
	padding: 25px;
	color: #fff;
}
.details-box .title-detail {
	font-size: 16px;
	border-bottom: 1px solid #797979;
	display: table;
	width: 100%;
	padding-bottom: 8px;
}
.details-box .title-detail span.title {
	float: left;
}
.details-box .title-detail span.includes {
	float: right;
}
.details-box .start-price {
	text-align: right;
	margin-top: 10px;
}
.details-box .start-price span:first-child {
	font-size: 13px;
	margin-right: 25px;
}
.details-box .start-price span:nth-child(2) {
	font-size: 22px;
	color: #ff6600;
}
.details-box .start-price span:last-child {
	font-size: 14px;
}
.details-box .two-price {
	border: 1px solid #797979;
	padding: 5px 10px;
	margin-top: 10px;
	text-align: right;
}
.details-box .two-price span:first-child {
	font-size: 13px;
	margin-right: 20px;
}
.details-box .two-price span:nth-child(2) {
	font-size: 20px;
	color: #ff6600;
}
.details-box .two-price span:nth-child(3) {
	font-size: 13px;
}
.details-box .two-price span:last-child {
	font-size: 11px;
	color: #ff6600;
}
.details-box .extra-info {
	font-size: 10px;
	margin-top: 15px;
}
.details-box .extra-info span {
	display: block;
	clear: both;
	line-height: 130%
}
.details-box a {
	width: 100%;
	margin-top: 15px;
	border: none;
	background: #ff6600;
}
.details-box a:hover {
	background: #ff6600;
	opacity: 0.8;
}
.featured-box-effect-1 {
	border: 1px solid #b5aba4;
	padding: 20px;
	margin-top: 0px !important;
}
.featured-box-effect-1 .box-content {
	border-top: none;
	padding: 5px;
}
.our-values h4 {
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	color: #3c210f;
	margin-bottom: 20px;
	margin-top: 20px;
}
.our-values p {
	text-align: justify;
	font-size: 12px;
	line-height: 17px;
}
.about-history {
	text-align: left;
}
.about-history h4 {
	margin: 10px 0;
	font-size: 17px;
}
.about-history p {
	line-height: 16px;
	font-size: 12px;
	color: #d9d9d9;
}
.about-history p img {
	float: left;
	padding-right: 15px;
}
.about-history ol {
	color: #fff;
	font-size: 12px;
	column-count: 3;
}
.about-mission {
	padding-bottom: 30px;
}
.about-mission h4 {
	display: block;
	padding-bottom: 20px;
	margin: 0 auto;
	text-align: center;
}
.about-mission h6 {
	text-align: center;
	margin-top: 20px;
}
.about-mission p {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #5a5959;
	line-height: 16px;
	margin: 5px auto;
}

.services-box img {
	cursor: pointer;
}
.services-box .recent-posts {
    padding: 0 20px;
	display: flex;
}
.services-box .recent-posts h5 {
    font-size: 14px;
    font-weight: normal;
    color: #3c210f;
	text-transform: capitalize;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.services-box .recent-posts h5:hover {
    color: rgba(51, 51, 51, 0.8) !important;
}

.services-offer .feature-box .feature-box-icon {
	min-width: 90px;
	min-height: 115px;
}
.services-offer .feature-box .feature-box-icon img {
	margin: 0 auto;
}
.feature-box .feature-box-info h6 {
	color: #3c210f;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	font-style: normal;
}
.offer p {
	font-size: 12px;
	line-height: 150%;
	padding: 20px 0;
}
.services-message-box-1 p,
.services-message-box-2 p {
	font-size: 12px;
}
.services-message-box-1 {
	background: #f4f4f4;
	padding: 27px 60px;
	text-align: center;
}
.services-message-box-1 p {
	color: #3c210f;
}
.services-message-box-2 {
	background: #3c210f;
	padding: 15px 60px;
	text-align: center;
}
.services-message-box-2 p {
	color: #fff;	
}

#contactForm {
	background: #f7f7f7;
	padding: 20px;
}
#contactForm label {
	color: #333;
}
#contactForm input, #contactForm textarea {
	border: 1px solid #959595;
}
#contactForm input[type=submit] {
	float: right;
	margin-top: 15px;
	background: #3c210f;
	border-radius: 0;
}
.contact-add,
.contact-add a,
.contact-add i {
	color: #333 !important;
}




.destination-box {
	border: 1px solid #ada29a;
}
.destination-box img {
	height: 110px;
	width: 100%;
}
.destination-box .recent-posts h5 a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-transform: capitalize
}
.destination-box .package {
    float: left;
    font-size: 11px;
	color: #3c210f;
	padding-left: 10px;
}
.destination-box .post-text {
	padding: 10px;
	margin-bottom: 5px;
	background: #3b210f;
}
.destination-box .post-text h5 {
	margin: 0;
	color: #fff;
}
.destination-box .post-text p {
	margin: 0;
	font-size: 10px;
	color: #fff;
}
.destination-box .price {
    float: right;
    font-size: 15px;
    color: #fff;
    background: #3c210f;
    padding: 4px 8px;
	position: relative;
	text-align: center;
}
.destination-box .price span span {
	font-size: 10px;
	color: #fe8400;
}
.destination-box .price:before {
    border-bottom: 53px solid #3c210f !important;
    border-left: 29px solid transparent;
    left: -29px;
    top: 0px;
    position: absolute;
    content: "";
}
.destination-box .price1 {
    float: right;
    font-size: 11px;
    color: #3c210f;
    padding: 4px 8px;
    position: relative;
}
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #000000;
    text-align: right;
    padding-right: 63px;
    height: 1.5em;
	background: none;
}
.hr-text::before {
    content: '';
    background: #cac7c7;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    color: #000;
}
hr.hr-text::after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #000000;
    background-color: #ffffff;
}

ul.destination-links {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
ul.destination-links li a {
	display: block;
	background: #f8f8f8;
	padding: 10px 20px;
	margin-bottom: 1px;
	color: #333;
	text-decoration: none;
}
ul.destination-links li a:hover {
	background: #ebebeb;
}

.destination-page h4, .dest-h4-title {
	font-size: 18px;
}
.destination-page .card {
	border: none;
	width: calc(50% - 8px);
	display: inline-block;
}
.destination-page .accordion.accordion-lg .card-header a {
	padding: 10px 10px;
	font-size: 13px;
	font-weight: 400;
	color: #3c2110;
}
.destination-blog img {
	display: inline;
	margin-right: 20px;
	width: 170px;
	height: 110px;
	float: left;
}
.destination-blog .recent-posts {
	display: inline;
}
.destination-blog .recent-posts h5 {
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
}
.destination-blog .recent-posts p {
	font-size: 12px;
	font-weight: normal;
	color: #81807f;
	line-height: 150%;
}

.contact-details h4 {
	padding-bottom: 10px;
}
#wpcf7-f56-p17-o1 {
	margin-top: 3rem;
}
#wpcf7-f56-p17-o1 form {
	background: #f7f7f7;
	padding: 20px;
}
#wpcf7-f56-p17-o1 form label {
    color: #333;
}
#wpcf7-f56-p17-o1 form input, 
#wpcf7-f56-p17-o1 form textarea {
    border: 1px solid #959595;
}
#wpcf7-f56-p17-o1 form input[type="submit"] {
    float: right;
    margin-top: 15px;
    background: #3c210f;
    border-radius: 0;
}

.enquiry-buttons a {
	border: none;
	width: 220px;
	margin: 10px 0;
	padding: 10px 0;
	color: #fff !important;
}
.enquiry-buttons .c1 {
	background: #3c210f;
}
.enquiry-buttons .c2 {
	background: #ff6600;
}
.enquiry-buttons .c3 {
	background: #ab4807;
}


.nav-tabs.nav-justified li.active .nav-link,
html body .tabs .nav-tabs.nav-justified .nav-link:hover, 
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover, 
html body .tabs .nav-tabs.nav-justified .nav-link:focus, 
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
	border: 0px;
	background: #f2f1f0;
}
html.dark body .tabs .nav-tabs li.active .nav-link { 
	background: #f2f1f0
}
.nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
	border: 0;
}
.nav-tabs.nav-justified li:first-child .nav-link, 
.nav-tabs.nav-justified li:first-child .nav-link:hover,
.nav-tabs.nav-justified li:last-child .nav-link, 
.nav-tabs.nav-justified li:last-child .nav-link:hover {
	border-radius: 0;
}
.nav-tabs.nav-justified li .nav-link {
	border-bottom: none;
	background: #cac9c8;
	color: #000 !important;
}
.tab-content {
	background: #f2f1f0;
	padding: 40px;
}



.foot-1 {
    background: rgba(0,0,0,0.5); 
    max-width: calc(50% - 5px); 
    padding: 13px;
}
.foot-2 {
    background: rgba(0,0,0,0.5); 
    max-width: calc(50% - 5px); 
    margin-left: 10px; 
    padding: 20px;
}



/* Add here all your CSS customizations */
@media (min-width: 320px) and (max-width: 640px) {
	.display-block-mobile {
        display: block !important;
        margin-top: 30px
    }
    #header .header-body {
        height: auto !important;
    }
    #header .header-logo {
        margin: 1rem auto;
    }
    #header .header-column ul.header-extra-info {
        margin: 10px auto;
    }
    #header .header-column .header-extra-info li {
        margin: 5px auto;
        display: block;
    }
    #header .header-column .header-extra-info li:nth-child(3) {
        width: 140px;
        float: left
    }
    #header .header-column .header-extra-info li:last-child {
        width: 47px;
        float: right;
        text-align: left;
        margin-top: 22px;
    }
    #header .header-column .header-extra-info li:last-child div {
        padding: 0;
    }
    #header .header-nav-bar {
        bottom: 0px;
        background: none;
        top: 5px;
        left: 10px;
        right: auto;
    }
    #header .header-btn-collapse-nav {
        background: #3c210f;
        margin: 0;
    }
    .home-main-section-1 .p-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .best-seller-box {
        width: calc(100% - 30px);
        margin: 15px;
    }
    .home-history img {
        width: 100%;
    }
    .home-history-text {
        height: auto;
    }
    .home-history-text h5 {
        font-size: 20px;
    }
    .home-history-text p {
        font-size: 13px;
    }
    .current-offers-box {
        width: calc(100% - 30px);
        margin: 20px 15px;
    }
    .current-offers-box img {
        height: auto;
        width: 100%;
    }
    .home-trek-box {
        margin: 10px 0;
        height: auto;
        padding: 0 15px;
    }
    .home-trek-box img {
        height: 150px;
        width: 100%;
    }
    .home-trek {
        width: calc(100% - 30px);
    }
    .mobile-footer {
        max-width: calc(100% - 30px) !important;
        margin: 10px auto;
    }
    #footer .footer-copyright {
        text-align: center;
    }
    #footer .footer-copyright nav {
        float: none;
    }
    #header .header-nav-main nav {
        width: calc(100vw - 30px);
        background: #3c210f;
    }
    .nav-mobi {
        z-index: 9;
    }
    #header .header-nav-main nav > ul > li > a {
        width: calc(100% - 20px);
        display: block;
        color: #fff;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active, 
    #header .header-nav-main.header-nav-main-light nav > ul > li.current_page_item > a,
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a, 
    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a, 
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a, 
    #header .header-nav-main.header-nav-main-light nav > ul > li.current_page_item > a {
        border-bottom: none;
        color: #fff;
    }
    .full-details-bg {
        background-size: 100% !important;
    }
    .details-box {
        width: 100%;
        float: none;
    }
    .enquiry-buttons a {
        width: 100%;
    }
    .nav-tabs {
        display: block;
    }
    #footer {
        background-size: 100%;
        background-repeat: repeat; 
    }
    .inner-page-header img {
        height: 100px;
    }
    .services-box img {
        width: 100%;
    }
    .destination-page .card {
        width: 100%;
    }
}
@media (min-width: 640px) and (max-width: 800px) {
    .display-block-mobile-foot {
        display: block !important;
        margin-top: 30px
    }
    #header .header-body {
        height: auto !important;
    }
    #header .header-logo {
        margin: 1rem auto;
    }
    #header .header-column ul.header-extra-info {
        margin: 10px auto;
    }
    #header .header-column .header-extra-info li {
        margin: 5px 10px;
        float: left;
    }
    .feature-box .feature-box-info.top-message.top-message-social p {
        padding-top: 0px;
    }
    #header .header-column .header-extra-info li:nth-child(3) {
        width: 140px;
        float: left
    }
    #header .header-column .header-extra-info li:last-child {
        width: 47px;
        float: right;
        text-align: left;
        margin-top: 5px;
    }
    #header .header-column .header-extra-info li:last-child div {
        padding: 0;
    }
    #header .header-nav-bar {
        bottom: 0px;
        background: none;
        top: 5px;
        left: 10px;
        right: auto;
    }
    #header .header-btn-collapse-nav {
        background: #3c210f;
        margin: 0;
    }
    #header .header-nav-main nav {
        width: 80vw;
        background: #3c210f;
    }
    .nav-mobi {
        z-index: 9;
    }
    #header .header-nav-main nav > ul > li > a {
        width: calc(100% - 20px);
        display: block;
        color: #fff;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active, 
    #header .header-nav-main.header-nav-main-light nav > ul > li.current_page_item > a,
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a, 
    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a, 
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a, 
    #header .header-nav-main.header-nav-main-light nav > ul > li.current_page_item > a {
        border-bottom: none;
        color: #fff;
    }


    .mobile-footer {
        max-width: calc(100% - 30px) !important;
        margin: 10px auto;
    }


    .services-box img {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
	.home-history {
        max-height: 215px;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}