body, h1,h2,h3,h4,h5,h6,a,div,p,ol,li,ul{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	font-family: "Ubuntu", serif;
}
.mobi-block{
	display: none;
}
.banner-section{
	position: relative;
}
.seasonal-banner-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(0%);
    margin: 0 auto;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
}
h1{
	font-family: "Ubuntu", serif;
    font-size: 4.5rem;
    color: #fff;
    padding-bottom: 2rem;
    font-weight: 300;
}
p {
    color: #363636;
    font-weight: 300;
    font-size: 16px;
        line-height: 1.6;
}
.section-padding {
    padding: 4rem 0;
}
.navigation-block {
    padding: 1rem 4rem;
    border-bottom: 1px solid #E0E0E0;
}
.monthly-tours{
	text-align: center;
}
.monthly-tours h2{
	    padding-bottom: 2rem;
    font-size: 32px;
    font-weight: 300;
}
.months{
	display: flex;
	list-style-type: none;
	    justify-content: center;
}
.months li{
	padding: 1.25rem;
    text-align: center;
    margin: 0 1rem;
    cursor: pointer;
}
.months li.active{
	background: #C8AB5F;
	color: #fff;
}
.seasonal-outer{
	display: flex;
}
.select-month{
	border-bottom: 1px solid #c8ab5f;
}
.monthly-tours-details{
	padding-top: 3rem;
}
.seasonal-trip-details{
	text-align: left;
    padding: 3rem 3rem 3rem 7rem;
    width: 55%;
}
.seasonal-img{
	width: 45%;
}
.seasonal-img img{
	width: 100%;
}
.trip-title{
	font-size: 32px;
    color: #363636;
    font-weight: 300;
}
.trip-details {
    width: calc((100% - 10px) / 2);
    padding: 1rem 0;
}
.trip-details-wrapper{
	    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}
.seasonal-trip-details .label{
	color: #896E22;
	padding-bottom: 0.5rem;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
   	display: flex;
    align-items: center;
}
.trip-options{
	padding: 0.8rem 0;
}
.label img{
	    padding-right: 0.5rem;
}
.trip-details p, .trip-options p{
	padding-left: 2rem;
}
/*why book with jnc */

.why-book-with-jnc-section{
	background: #FFFCF4;
}
.why-book-card-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.book-with-heading-wrapper{
	text-align: center;
}

.book-with-heading-wrapper h2{
	color: #896E22;
	padding-bottom: 2rem;
	position: relative;
	font-size: 1rem;
	letter-spacing: 1px;
}
.book-with-heading-wrapper h2:after{
	content:"";
	height: 2px;
	width: 30px;
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 48%;
}
.book-with-heading-wrapper h3{
	color: #333333;
	padding-top: 1rem;
	padding-bottom: 3rem;
	font-weight: 300;
    font-size: 4rem;
    text-transform: capitalize;
}

.why-book-card{
	width: calc((100% - 130px) / 4);
	text-align: center;
}
.why-book-card img{
	width: 100%;
	height: auto;
	max-width: 50px;
	padding-bottom: 1rem;
}

.why-book-card h3{
	font-size: 1.5rem;
	color: #333333;
	padding-bottom: 1rem;
	font-weight: 400;
}

.why-book-card p{
	color: #333333;
}

/*why book with joy n crew section end start*/
/*blogs css*/
.blog-section .section-header p {
    font-size: 0.9rem;
    color: #896E22;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    margin-bottom: 4rem;
}
.blog-section .section-header p:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25px;
    bottom: -1.8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #333333;
}
.blog-section .section-header h2 {
    font-size: 3.5rem;
    font-weight: 100;
    color: #333;
        padding-bottom: 3rem;
}
.blog-section.section-padding{
	padding: 5rem 4rem;
}
.blog-section .blog-container{
	display: flex;
	justify-content: space-between;
}
.blog-section .blog-container .blog-box{
	width: calc((100% - 50px) / 3);
}
.blog-section .blog-container .blog-box .blog-content-name{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.blog-section .blog-container .blog-box .blog-content-name img{
	margin-right: 10px;
}
.blog-section .blog-container .blog-box .blog-content{
	margin-top: 1rem;
}
.blog-section .blog-container .blog-box .blog-content-name h5{
	font-size: 1rem;
	margin-bottom: 0;
	font-weight: 400;
	color: #896E22;
}
.blog-section .blog-container .blog-box .blog-content-name p{
	margin-bottom: 0;
	font-size: 0.7rem;
}
.blog-section .blog-container .blog-box p{
	font-size: 1.1rem;
	margin-bottom: 5px;
}
.blog-section .blog-date{
	font-size: 0.9rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.blog-section .blog-container .blog-box .name a{
	display: block;
	text-decoration: none;
	color: #896E22;
	font-size: 0.9rem;
	text-transform: uppercase;
	    line-height: 20px;
}
.blog-section .blog-container .blog-box a{
	font-size: 1rem;
	font-weight: 400;
	color: #003541;
	text-decoration: none;
}
.blog-section .blog-container .blog-box .blog-content-name .name{
	font-size: 1rem;
	font-weight: 400;
	color: #896E22;
}
.blog-section .blog-container .blog-box .fa-chevron-right{
	padding-left: 5px;
}
.blog-section .blog-view{
	display: block;
	margin: 0 auto;
	text-decoration: none;
	max-width: 200px;
	margin-top: 3rem;
	color: #003541;
	border: 1px solid #003541;
	border-radius: 40px;
	padding: 1rem;
	text-align: center;
	font-size: 0.9rem;
}
.why-book-with-jnc-section .section-header p {
    font-size: 0.9rem;
    color: #896E22;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    margin-bottom: 4rem;
}
.why-book-with-jnc-section .section-header h2 {
    font-size: 3.5rem;
    font-weight: 100;
    color: #333;
}

/*blogs css*/
/*newsletter css*/
.newsletter-section{
	position: relative;
}
.newsletter-main-container{
	/*display: flex;
	justify-content: space-between;*/
	background: #FFFAEE;
	width: 80%;
}
.newsletter-left-wrapper{
	width: 100%;
}
.newsletter-right-wrapper div img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 15%;
	right: 0;
	max-width:40%;
}
.newsletter-right-wrapper{
	width: 50%;
}
.newsletter-left-wrapper h2{
	color: #896E22;
	padding-bottom: 2rem;
	font-size: 2.25rem;
	margin-top: 1rem;
}

.newsletter-left-wrapper h3{
	color: #333333;
	font-weight: 300;
	font-size: 3rem;
	text-transform: uppercase;
	padding-bottom: 2rem;
}
.newsletter-form-wrapper a{
	color: #fff;
	background: #003541;
	border-radius: 20px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 0.9rem;
}
.newsletter-form-wrapper input{
	border-radius: 20px;
	padding: 8px;
	line-height: 1;
	width: 50%;
	background: transparent;
}
.newletter-sec.section-padding{
	padding: 5rem 0rem 5rem 4rem;
	background-color: #FFFAEE;
}
.newletter-container{
	display: flex;
	justify-content: space-between;
	    align-items: center;
}
.newletter-container .newletter-box{
	width: 40%;
}
.newletter-container .newletter-img{
	width: 50%;
}
.newletter-container .section-header p:after{
	margin: 0;
	display: none;
}
.newletter-container .customer-form p{
	display: flex;
	margin-top: 3rem;
	justify-content: space-between;
}
.newletter-container .customer-form .wpcf7-form-control{
	border-radius: 40px;
    padding: 0.8rem 1rem;
    border: 1px solid #333333;
}
.customer-form .wpcf7-spinner{
	position: absolute;
    bottom: -2rem;
}
.newletter-container .customer-form input[type="submit"]{
	background-color: #003541;
	color: #fff;
	border: 0;
	border-radius: 40px;
	padding: 0 2rem;
	margin-left: 1rem;
}
.media-load-more-btn{
    text-align: center !important;
}
#load-more-btn{
    padding: 10px 16px;
    background: #003541;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 3rem;
}
.read-more-toggle {
    font-weight: bold;
    color: #363636; 
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
	
}
/* .read-more-toggle{
	cursor: pointer;
    color: #363636;
    padding-left: 2rem;
    padding-top: 0.3rem;
    display: block;
} */

.read-more-toggle img {
    margin-left: 5px;
    width: 10px;
    height: auto;
}
/*newsletter css*/
@media screen and (min-width: 2500px) {
    body {
        max-width: 2500px;
    }
}
@media screen and (min-width: 2000px) and (max-width: 2499px) {
	.trip-title {
    font-size: 36px;
   }
   .seasonal-trip-details .label {
    font-size: 20px;
   }
      .navigation-block .navigation-list ul li{
   	font-size: 1.25rem !important;
   }
   .monthly-tours h2 {
    font-size: 34px;
   }
   .book-with-heading-wrapper h3, .blog-section .section-header h2 {
    font-size: 4.5rem;
}
.book-with-heading-wrapper h2, .blog-section .section-header p {
    font-size: 1.5rem;
}
.blog-section .blog-date, 
.blog-section .blog-container .blog-box .name a, 
.blog-read-more a,
.blog-section .blog-container .blog-box p {
    font-size: 1.5rem !important;
   }
.why-book-card h3 {
    font-size: 1.75rem;
            max-width: 90%;
        margin: 0 auto 2rem auto
   }
   .why-book-card p {
    font-size: 18px;
            max-width: 88%;
        margin: 0 auto;
}
.why-book-with-jnc-section {
    padding-bottom: 6rem;
   }
.months li, .trip-details p, .trip-options p{
	font-size: 1.25rem;
}
.blog-section .blog-container .blog-box .name a{
	    line-height: 30px;
}
.newsletter-left-wrapper p{
	font-size: 24px;
}
.newsletter-left-wrapper h2 {
    font-size: 3.25rem;
}
.customer-form p .wpcf7-form-control-wrap{
		width: 65% !important;
		border-radius: 40px !important;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1999px) {
	.customer-form p .wpcf7-form-control-wrap{
		width: 65% !important;
		border-radius: 40px !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.book-with-heading-wrapper h3 {
    font-size: 3rem;
        padding-bottom: 2rem;
}
.blog-section .section-header h2 {
    font-size: 3rem;
   }
.why-book-card h3 {
    font-size: 1.25rem;
   }
   .why-book-card p{
   	font-size: 15px;
   }
   .newletter-sec.section-padding{
		padding: 5rem 0rem 5rem 2.2rem;
	}
	.blog-section .blog-container .blog-box .blog-content-name h5{
	height: 7rem;
}

}
@media screen and (min-width: 992px) and (max-width: 1024px) {
/*	body{
		background-color: darkblue;
	}*/
	.months li{
	    padding: 0.8rem;
	    margin: 0 0.5rem;
	}
	.seasonal-trip-details{
		padding: 3rem 3rem 3rem 4rem;
	}
	.newsletter-left-wrapper {
    width: 100%;
}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.monthly-tours-details.reverse .seasonal-outer {
        flex-wrap: wrap;
    }
    .why-book-card-wrapper {
    flex-direction: column;
   }
   .why-book-card {
    width: calc((100% - 130px) / 1);
}
.book-with-heading-wrapper h3, .blog-section .section-header h2 {
    font-size: 3rem;
}
	#month-list.owl-carousel .owl-nav button.owl-prev,
	#month-list.owl-carousel .owl-nav button.owl-next{
		width: 25px;
	    height: 25px;
	    border: 1px solid #000;
	    border-radius: 50%;
        position: absolute;
	}
	#month-list.owl-carousel .owl-nav button.owl-next span,
	#month-list.owl-carousel .owl-nav button.owl-rev span
	{
		display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-top: -2px;
	    font-size: 20px;
	    font-weight: 300;
	}
	#month-list.owl-carousel .owl-nav button.owl-prev{
		        top: 14%;
        left: -3%;
	}
	#month-list.owl-carousel .owl-nav button.owl-next{
		top: 14%;
		right: -3%;
	}
	.seasonal-trip-details{
		padding: 3rem;
	}
	.newletter-sec.section-padding{
		padding: 3rem 0rem 3rem 2rem;
	}
	.newletter-container .customer-form input{
		margin-right: 1rem;
	}
.seasonal-outer {
            padding: 0 3rem;
            flex-wrap: wrap-reverse;
}
/* .blog-section .blog-container {
    flex-direction: row;
} */
.blog-section .blog-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-section .blog-container .blog-box .blog-content-name h5{
	height: 7rem;
}
.blog-section .blog-box .blog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  flex-grow: 1;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
}

.blog-section .blog-box .blog-content-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-section .blog-box .blog-read-more {
  margin-top: auto;
  padding-top: 10px;
}



.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.newletter-container .customer-form p {
    flex-direction: column;
    margin-top: 0;
   }
     .newsletter-left-wrapper h2 {
    text-align: center;
    max-width: 55%;
    margin: 1rem auto 0 auto;
   }
   .newsletter-left-wrapper p{
   	text-align: center;
   }	
      .newletter-container .customer-form input[type="submit"] {
   	    max-width: 50%;
    margin: 0 12rem;
    padding: 12px;
   }
      .wpcf7-form-control-wrap {
   	    margin: 2rem 0;
   }

}
@media screen and (min-width: 569px) and (max-width: 768px) {
	.seasonal-banner-content h1{
        font-size: 3rem;
        max-width: 38%;
	}
	.seasonal-outer {
            padding: 0 3rem;
            flex-wrap: wrap-reverse;
}
.book-with-heading-wrapper h3 {
    font-size: 3rem;
}
.blog-section .blog-view {
    display: none;
   }
   .blog-section .section-header h2 {
    font-size: 3rem;
   }
.monthly-tours-details.reverse .seasonal-outer {
        flex-wrap: wrap;
    }

	#month-list.owl-carousel .owl-nav button.owl-prev,
	#month-list.owl-carousel .owl-nav button.owl-next{
		width: 25px;
	    height: 25px;
	    border: 1px solid #000;
	    border-radius: 50%;
        position: absolute;
	}
	#month-list.owl-carousel .owl-nav button.owl-next span,
	#month-list.owl-carousel .owl-nav button.owl-rev span
	{
		display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-top: -2px;
	    font-size: 20px;
	    font-weight: 300;
	}
	#month-list.owl-carousel .owl-nav button.owl-prev{
		        top: 14%;
        left: -3%;
	}
	#month-list.owl-carousel .owl-nav button.owl-next{
		top: 14%;
		right: -3%;
	}
	.seasonal-trip-details{
		padding: 0;
		width: 100%;
		margin-top: 2rem;
	}
	.seasonal-img {
    width: 100%;
}
	.why-book-card{
		width: calc((100% - 30px) / 2);
		padding-bottom: 1rem;
	}
	.blog-section .blog-container .blog-box{
		    width: calc((100% - 0px) / 1);
	}
	.why-book-card-wrapper {
    flex-direction: column;
   }
   .newletter-sec.section-padding{
		padding:0;
	}
	.newletter-container .newletter-box{
		width: 100%;
		padding: 2rem 1rem;
	}
	.newletter-container .newletter-img{
		width: 100%;
	}
	.newletter-container{
		flex-wrap: wrap;
	}
	.newletter-sec.section-padding .col-12{
		padding-left: 0px;
	}
	.newletter-container .customer-form input {
	    margin-right: 0.5rem;
	    border-radius: 40px;
	    padding: 0.5rem;
	}
	.newletter-container .newletter-box .section-header p,
	.newletter-container .newletter-box .section-header h2{
		text-align: center;
	}
	.newletter-container .section-header p:after{
		margin: auto;
	}
	.blog-section .blog-container {
    flex-direction: column;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.newletter-container .customer-form p {
    flex-direction: column;
    margin-top: 0rem;
   }
   .wpcf7-form-control-wrap {
   	    margin: 2rem 0;
   }
   .newletter-container .customer-form input[type="submit"] {
   	    max-width: 50%;
    margin: 0 12rem;
    padding: 12px;
   }
   .newsletter-left-wrapper h2 {
    text-align: center;
    max-width: 55%;
    margin: 1rem auto 0 auto;
   }
     .newsletter-left-wrapper p{
   	text-align: center;
   }
}
@media screen and (min-width: 320px) and (max-width: 568px) {
	.mobi-block{
		display: block;
	}
	.desk-block{
		display: none;
	}
	.months li{
		padding: 1rem 0;
		margin: 0;
	}
	#month-list{
		max-width: 80%;
		margin: 0 auto;
	}
	#month-list.owl-carousel .owl-nav button.owl-prev,
	#month-list.owl-carousel .owl-nav button.owl-next{
		width: 25px;
	    height: 25px;
	    border: 1px solid #000;
	    border-radius: 50%;
        position: absolute;
	}
	#month-list.owl-carousel .owl-nav button.owl-next span,
	#month-list.owl-carousel .owl-nav button.owl-rev span
	{
		display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-top: -2px;
	    font-size: 20px;
	    font-weight: 300;
	}
	#month-list.owl-carousel .owl-nav button.owl-prev{
		        top: 14%;
        left: -13%;
	}
	#month-list.owl-carousel .owl-nav button.owl-next{
		top: 14%;
		right: -13%;
	}
	.seasonal-banner-content {
    left: -40%;
    bottom: 29%;
   }
   .select-month {
    border-bottom: none !important;
}
   .navigation-block {
    padding: 1rem 0rem;
}
   .navigation-block .navigation-list ul li{
   	font-size: 0.8rem !important;
   }
   .trip-title {
    font-size: 28px;
   }
   .why-book-card h3 {
    font-size: 1.25rem;
   }
	.seasonal-banner-content h1 {
        font-size: 2.8rem;
        text-align: center;
        padding-bottom: 1rem;
        width: 100%;
        max-width: 56%;
    }
	.seasonal-img {
	    width: 100%;
	}
	.seasonal-trip-details{
		width: 100%;
		padding: 2rem 0 0;
	}
	.monthly-tours-details .seasonal-outer{
		flex-wrap: wrap-reverse;
	}
	.monthly-tours-details.reverse  .seasonal-outer{
		flex-wrap: wrap;
	}
	.monthly-tours-details{
		padding: 3rem 1rem 0;
	}
	.book-with-heading-wrapper h3{
        font-size: 2rem;
    }
	.why-book-card{
		width: 100%;
		margin-bottom: 2rem;
	}
	.section-big-heading{
		font-size: 2rem;
		padding-bottom: 2rem;
	}
	.newsletter-main-container{
		width: 100%;
	}
	.newsletter-right-wrapper div img{
		position: static;
		max-width: 100%;
	}
	.newsletter-right-wrapper{
		width: 100%;
	}
	.newsletter-left-wrapper {
        width: 100%;
        padding: 3rem 1rem 0;
        text-align: center;
    }
	.newsletter-form-wrapper input{
		width: 100%;
		margin-bottom: 2rem;
	}
	.newletter-sec.section-padding{
		padding: 0;
	}
	.newletter-container{
		flex-wrap: wrap;
	}
	.newletter-container .newletter-box,
	.newletter-container .newletter-img{
		width: 100%;
	}
	.newletter-sec .pe-0{
		padding-left: 0 !important;
	}
	.newletter-container .customer-form p{
		flex-wrap: wrap;
        width: 90%;
        justify-content: center;
        margin: 1.5rem auto;
	}
	.newsletter-left-wrapper h3{
		padding-bottom: 0;
		font-size: 2rem;
	}
	.customer-form{
		margin-bottom: 2rem;
	}
	.newletter-container .customer-form input[type="submit"]{
		margin: 1.5rem 0;
		padding: 0.5rem 2.5rem;
	}
	.newletter-container .customer-form .wpcf7-form-control {
    padding: 0.5rem 1rem;
}
	.blog-section.section-padding {
	    padding: 3rem 0rem;
	}
	.blog-section .blog-container .blog-box{
        width: 100%;
    }
    .blog-section .section-header h2{
    	font-size: 2.25rem;
    }
    .blog-section .blog-view {
    display: none;
   }
   .blog-section .blog-container {
    flex-direction: column;
}
.blog-section .col-12{
	padding-right: 0 !important;
}
}	