/*
Theme Name: Bootstrap Basic Child
Template: bootstrap-basic


*/

*,html{
	margin:0;
	padding:0;
	scroll-behavior: smooth;
	transition: all 0.5s ease;
}
ul, li {
margin: 0;
padding: 0;
border: none;
list-style-type: none;
}
a, a:hover, a:focus{
    text-decoration:none;
}

@font-face { font-family: RegularBrush; 
			 src: url('fonts/RegularBrush.otf'); }
@font-face { font-family: Lato-Regular; 
				src: url('fonts/Lato-Regular.ttf'); }
@font-face { font-family: Lato-Light; 
				src: url('fonts/Lato-Light.ttf'); }
@font-face { font-family: Lato-Semibold; 
				src: url('fonts/Lato-Semibold.ttf'); }

			 
body{
	background-color:#f6f9f1;
	font-family: 'Lato-Regular', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	overflow-x: hidden;
}

a:hover{
	color:#3b6360;
	text-decoration:none;
}

h1{
	font-family: "RegularBrush", Arial, sans-serif;
}
h2{
	font-family: "RegularBrush", Arial, sans-serif;
	color:#094364;
	font-size:50px;
	font-weight:100;
}
h3{
	font-family: "Lato-Regular", Arial, sans-serif;
	color:#094364;
	font-size:30px;
	font-weight:100;
	text-transform: capitalize;
}
p, table{
    color: #435a69;
    font-size: 16px;
}
.pullRight{
    float:right;  
}
.pullLeft{
    float:left;  
}

.headingDark{
    color:#094364;
}
.headingLight{
    color:#f6f9f1;
}
.headingUpp{
   text-transform:uppercase; 
}
.headingCap{
   text-transform: capitalize;
}
.textCenter{
    text-align:center;
}
.colorDark{
    color:#094364;
}
.colorLight{
    color:#f6f9f1;
}
.sectionTitle{
    font-size: 70px;
}
.owl-stage{
    display: flex;    
}
.owl-nav.disabled{display:none;}
.owl-dot{
    border: 0px;
    background-color: transparent;
}
.owl-stage-outer{
    overflow:hidden;
}
.owl-nav{
	width:141px;
	margin: 0 auto;
}
.owl-nav button.owl-next, .owl-nav button.owl-prev{
    font-size: 33px;
    color: #052843;
    font-weight: 100;
    opacity: 0.6;
    transition: all 0.5s ease;
    background-color: transparent;
    border: 2px solid #094364;
    height: 40px;
    width: 40px;
    margin: 0px 15px;
    line-height: 0px;
}
.owl-nav button.owl-next span, .owl-nav button.owl-prev span{
    line-height: 0px;
}
.owl-nav button.owl-next:hover, .owl-nav button.owl-prev:hover{
	opacity:1;
}
.mobileOnly{
   display:none;
}

@media only screen and (max-width: 1024px) {
    .desktopOnly{
    	display:none; 
	}
	.mobileOnly{
	   display:block;
	}
}

.noPadding{
	padding-right:0px;
	padding-left:0px;
}
.paddingHalf{
	padding-right:7.5px;
	padding-left:7.5px;
}
.gapTop{
    margin-top:50px;
}
.gapBottom{
    margin-bottom:50px;
}
.btn{
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 0px;
}
.btn .fa{
	padding-left:10px;
}
.btnYellow{
	background-color: #f4d530;
	font-size: 20px;
	font-weight: 700;
	color: #1e5953;
	border: 1px solid #f4d530;
}
.btnYellow .fa{
	color:#0d0d0d;
}
.buttonFull{
    border: 1px solid #2fbbe8;
    background-color: #fff;
    color: #094364; 
}
.buttonFull:hover, .buttonFull:focus{
    border: 1px solid #094364;
    background-color: #094364;
    color: #2fbbe8;
}
.bgAnimate {
    -webkit-animation: slidein 100s;
    animation: slidein 100s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes slidein {
    from {
        background-position: 0px 0px; 
        background-size: cover;
    }
    to {
        background-position: 0px 100%; 
        background-size: cover;
    }
}

@keyframes slidein {
    from {
        background-position: 0px 0px;
        background-size: cover; 
    }
    to {
        background-position: 0px 100%;
        background-size: cover; 
    }
}

/*--------------------------------

          Header Styles 

----------------------------------*/
.topHeader {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
	width: 100%;
	background-color: #fffbf5;
	box-shadow: 2px 2px 9px #00000070;
  }
  
 .siteLogo {
	background-color: #fffbf5;
	text-align: center;
	padding: 5px;
  }
  
 .siteLogo a img {
	Width: 100%;
	height: auto;
	max-width: 250px;
  }
  
.topMenu {
	background-color: #2fbbe8;
	min-height: 33px;
  }
.topMenu .pull-right{
    margin-right: 170px;    
}

.topMenu li{
  float: left;
}
.topMenu .topMenuList li a {
  color: #094364;
  padding: 15px 20px;
}
  
.topMenu .topMenuList li a:hover,
.topMenu .topMenuList li a:focus {
	color: #094364;
background-color: transparent;
  }
  
 .topMenu .topMenuList .menu-item-gtranslate a.glink span {
	font-size: 14px !important;
  }
.topMenu .topMenuList li .form {
	padding: 17px 22px;
	max-width: 269px;
}
.topMenu .topMenuList li .form input{
	background-color: transparent;
	border: 1px solid #00727c;
	border-right:0px;
	padding: 5px;
	height: 30px;
	color: #ffffff;
}

.topMenu .topMenuList li .form input:focus{
background-color: #428c71;
box-shadow: none;
}
.topMenu .topMenuList li .form button{
	border: 1px solid #00727c;
	border-left: 0px;
	padding: 5px;
	height: 30px;
	color: #428c71;
	background: none;
	border-radius: 3px;
	box-shadow: none;
}
.topMenu .topMenuList li .form button .fa{
	text-shadow: none;
	padding: 0px 10px;
}
.search-popup {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #094364a1;
}

.search-popup .searchPopupContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%; 
    max-width: 400px; 
    background: #094364;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
}
.search-popup .searchPopupContent .close-icon {
    position: absolute;
    top: -8px;
    right: -5px;
    color: #2fbbe8;
    cursor: pointer;
    background-color: #094364;
    border: 1px solid #2fbbe8;
    padding: 5px 7px;
    border-radius: 50%;
    font-size: 14px;
    opacity: 0.5;
}
.search-popup .searchPopupContent .close-icon:hover {
     opacity: 1;
}
#search-popup .searchPopupContent .search-form .form-control{
    height: 44px;
    padding: 12px 12px;
}
#search-popup .searchPopupContent .search-form .btn{
    border: 0px solid transparent;
    background-color: #2fbbe8;
    color: #fff;
    background-image: none;
    height: 44px;
    } 
  #search-popup .searchPopupContent .search-form .btn:hover, #search-popup .searchPopupContent .search-form .btn:focus {
  border: 0px solid transparent;
  background-color: #094364;
  color: #2fbbe8;
  background-image:none;
}


.mainMenu {
	background-color: #094364;
  }
.mainMenu .navbar{
	  width:100%;
  }
.mainMenu .navbar .navbar-collapse,
.mainMenu .navbar {
	border: 0px;
	border-color: transparent;
	box-shadow: none;
	background-image: none;
	background-color: transparent;
	margin-bottom: 0px;
  }

.mainMenu .navbar li a{
	padding:15px;
	border-top: 1px solid transparent;
	background-image: none;
	transition: all 100ms ease-in-out;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	text-shadow: none;
}
.mainMenu .navbar li .dropdown-menu > li > a {
    padding: 13px;
    border-top: 0px solid transparent;
    background-color: #094364;
}
.mainMenu .navbar li .dropdown-menu > li > a:hover, .mainMenu .navbar li .dropdown-menu > li > a:focus {
    background-color: #2fbbe8;
}

.mainMenu .navbar .navbar-nav > .active > a, .mainMenu .navbar .navbar-nav > .active > a:focus, .mainMenu .navbar .navbar-nav > .active > a:hover{
	color: #094364;
	background-color: #2fbbe8;
	border-top: 1px solid #094364;
}
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #29a3ca;
}
  .MenuWrap .mainMenu .navbar li a {
	border-bottom: 0px;
  }
  .MenuWrap .mainMenu .navbar li .mega-sub-menu li {
	width: auto;
	text-align: left;
	list-style-type: none;
  }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #428c71;
  border: 0px solid transparent;
}
.dropdown-menu {
  padding: 0px;
  background-color: #60b697;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 2px 2px 7px #2f323280;
  box-shadow: 2px 2px 7px #2f323280;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #2fbbe8;
}
  
  #category-selection {
	float: left;
  }
  
  #category-selection .btn {
	display: none;
  }
  
  #category-selection select {
	padding: 8px 20px;
	border: 1px solid #ebebeb;
	background-color: #fbfbfb;
	color: #800020;
	margin: 7px 0px;
	border-radius: 26px;
  }
  
  #category-selection label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
	color: #800020;
  }




.section{
	margin-bottom:98px;
}
.sectionNoMargin{
    margin-bottom:0px;
}

/*------------------------------------

			 Home Page
			 
-------------------------------------*/


/*------ Main Slider ---------*/
.mainSlider{
	
}
.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background-size: cover;
    background-position: center;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.defaultBg{
    background-color: #f1f1f1; 
}

.mainSlider .item {
    max-height: 100vh;
    overflow: hidden;
}

.mainSlider .item img {
    width:100%;
}
.mainSlider .owl-nav button.owl-next, .mainSlider .owl-nav button.owl-prev {
    color: #fffbf5;
    border: 2px solid #fffbf5;
}
.page-width{
 height: 100vh;   
}
.video-overlay {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-color: #c2ced7;
    opacity: 0.5;
    background-image: radial-gradient(#70a2c6 0.25px, #094364 0.25px);
    background-size: 3px 3px;
}
.video-hero--content {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    width: 50%;
    padding: 20px;
    text-align: center;
}

.video-hero--content h1,.video-hero--content p {
	color: #FFF;
}
.video-hero--content p {
	font-size: 20px;
	margin: 0;
}
.jquery-background-video-wrapper {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
}
.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
	opacity: 1;
}

/**
 * Pause/play button
 */ 
.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent;
	border: none;
	box-shadow: none;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	padding: 0;
	cursor: pointer;
	outline: none !important;
}
.jquery-background-video-pauseplay span {
	display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
	left: 10px;
}
.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent;
	border: none;
	box-shadow: none;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	padding: 0;
	cursor: pointer;
	outline: none !important;
}
.jquery-background-video-pauseplay span {
	display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
	left: 10px;
}
.mainSlider .owl-nav{
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   margin: 0 auto;
   top: 92vh;
}



/*-------- About Us----------------*/

.aboutUs{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
	padding: 100px 0px;
}
.aboutUs .customFields .innerWrap{
	background-color: #094364c4;
	border-radius: 10px;
	padding: 80px 25px;
	color: #f6f9f1;
	font-size: 18px;
}
.aboutUs .customFields .innerWrap p{
  margin-bottom: 20px;
}
.aboutUs .customFields .innerWrap p img{
    float:left;
}
.aboutUs .customFields .innerWrap p span{
    color: #f6f9f1;
    margin-left: 45px;
    font-size: 18px;
    display: block;
}
.aboutUs .postContent p{
    font-size: 18px;
    line-height: 28px;
    text-shadow: 6px 3px 4px #fffbf5;
    margin-top: 50px;
}

/*---------- Tour Booking ------------*/
.tourBuidHome{
    padding:50px 0px 100px 0px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.tourBuidHome p{
    font-size: 18px;
}
#progressbar {
	background-color: #2fbbe8b2;
    width: 100%;
    height: 90px;
    padding: 15px 20px 10px 20px;
    border-radius: 38px;
}
#progressbar li {
	 list-style-type: none;
	 color: #99a2a8;
	 font-size: 9px;
	 width: calc(100%/4);
	 float: left;
	 position: relative;
	text-align: center;
}
#progressbar li p{
    margin-top: 55px;
    font-size: 12px;
    color:#f6f9f1;
}
#progressbar li.active p{
    margin-top: 55px;
    font-size: 12px;
    color:#800020;
}

#progressbar li:before {
    font-size: 16px;
    background: #f6f9f1;
    color: #094364;
	 width: 50px;
	 height: 50px;
	 line-height: 50px;
	 display: block;
	 border-radius: 50%;
	position:absolute;
	z-index: 1;
	 left: 0; 
	 right: 0; 
	 margin-left: auto; 
	 margin-right: auto; 
}
#progressbar li:nth-child(1):before {
	content: "1";
}
#progressbar li:nth-child(2):before {
		content: "2";
}
#progressbar li:nth-child(3):before {
	  content: "3";
}
#progressbar li:nth-child(4):before {
	  content: "4";
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #094364;
    position: absolute;
    left: -50%;
    top: 24px;
    z-index: 0;
}
#progressbar li:last-child::after {
  width: 100%;
}
#progressbar  li:nth-child(1):after {
	width: 0;
    left: 0;
}
#progressbar li.active {
	 color: #094364;
}
#progressbar li.active:before, #progressbar li.active:after {
	 background: #094364;
    color: #fff;
}
#progressbar li.active p {
  margin-top: 55px;
  font-size: 12px;
  color: #094364;
}
.tourBuidHome .wpcf7-form{
    margin-top:20px;
}
.tourBuidHome .wpcf7-form input, .tourBuidHome .wpcf7-form select{
    width: 100%;
    padding: 15px;
    border: 0px solid transparent;
    font-size: 16px;
    color: #282e32;
    background-color: #d6e6d5;
    margin-bottom: 25px;
}
.tourBuidHome .wpcf7-form input:focus, .tourBuidHome .wpcf7-form select:focus{
  outline: none;
  box-shadow: 2px 2px 7px #2f323280;
}

.tourBuidHome .wpcf7-form input[type="submit"]{
    max-width: 200px;
    color:#094364;
    float: right;
}
.tourBuidHome .wpcf7-form input[type="submit"]:hover, .tourBuidHome .wpcf7-form input[type="submit"]:focus{
    color:#d6e6d5;
    background-color:#094364;
}


/*-------- tour Packages--------------*/

.tours .owl-nav.disabled {
  display: block;
  margin: 0 auto;
}
.tours .owl-nav .owl-prev, .tours .owl-nav .owl-next{
    background-color:#094364;
    color:#f6f9f1;
}
.tours .owl-nav .owl-prev{
    float:left;
    margin-left: 8px;
}
.tours .owl-nav .owl-next{
    float:right;
    margin-right: 7px;
}

.tours .item {
    margin: 10px;
    box-shadow: 3px 4px 4px #929191d4;
}

.tours .contentWrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0px;
}

.tours .contentWrap .box {
    min-height: 450px;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* Add position relative for pseudo-elements */
    border: -2px solid transparent;
    background: rgb(118, 179, 191);
    background: linear-gradient(51deg, rgba(191, 118, 118, 0.41) 0%, rgba(71, 64, 11, 0.4) 100%);
    transition: border-color 0.3s, background-size 0.5s;
}

.tours .contentWrap .box h2 {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    padding: 20px;
    background-color: rgba(11, 46, 71, 0.59);
}

/* Add pseudo-elements for border animation */
.tours .contentWrap .box::before,
.tours .contentWrap .box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    transition: all 0.3s;
}

/* Border animation on top side */
.tours .contentWrap .box::before {
    border-top-color: #094364;
}

/* Border animation on right side */
.tours .contentWrap .box::after {
    border-right-color: #094364;
}

/* Hover animation for pseudo-elements */
.tours .contentWrap .box:hover::before {
    width: 100%;
}

.tours .contentWrap .box:hover::after {
    height: 100%;
}

/*-------- Destinations--------------*/
.tours .owl-nav.disabled {
  display: block;
  margin: 0 auto;
}
.destinations .owl-nav .owl-prev, .destinations .owl-nav .owl-next{
    color: #fffbf5;
    border: 2px solid #fffbf5;
}
.destinations .owl-nav .owl-prev{
    float:left;
    margin-left: 8px;
}
.destinations .owl-nav .owl-next{
    float:right;
    margin-right: 7px;
}

.destinations .item {
    margin: 10px;
    box-shadow: 3px 4px 4px #929191d4;
}

.destinations .contentWrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0px;
}

.destinations .contentWrap .box {
    min-height: 450px;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* Add position relative for pseudo-elements */
    border: 2px solid #094364;
    background: rgba(118, 179, 191, 0.34);
}
.destinations .contentWrap .box:hover{
    border: 2px solid #2fbbe8;
    background: rgba(11, 46, 71, 0.48);
}
.destinations .contentWrap .box h1 {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    padding: 20px;
    background-color: rgba(47, 187, 232, 0.59);
}

/*----------Client Thoughts-----------*/

.clientThoughts{
    
}
.clientThoughts .item{
    
}
.clientThoughts .item .clientImage{
    text-align:center;
}
.clientThoughts .item .clientImage img{
    width:100%;
    max-width:200px;
    height:auto;
    border-radius: 50%;
    border:3px solid #094364;
}
.clientThoughts .item .starRating{
    margin: 10px 0px;
}
.clientThoughts .item .starRating .fa{
    font-size:16px;
    color:#094364;
}
.clientThoughts .item .name{
    font-size:16px;
    color:#535b61;
    font-weight:700;
}
.clientThoughts .item .country{
    font-size:16px;
    color:#094364;
}
.clientThoughts .item .cmntTitle{
    font-size: 20px;
    text-transform: capitalize;
}
.clientThoughts .item .cmntContent{
    font-size:16px;
    color:#535b61;
}


/*---------Blog----------*/
.blogwrapper {
    background-color: #ffffff;
    box-shadow: 3px 4px 4px #929191d4;
    min-height: 495px;
}
.blogwrapper .blogThumb{
    min-height:210px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.blogwrapper .blogContent{
  padding:10px;
}
.blogwrapper .blogContent h3 {
  font-size: 18px;
}
.blogwrapper .blogContent .btn{
    position: absolute;
    bottom: 10px;
    right: 24px
}



.landing::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    pointer-events: none;
    background-color: #c2ced7;
    opacity: 0.5;
    background-image: radial-gradient(#70a2c6 0.25px, #094364 0.25px);
    background-size: 3px 3px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.fullOverlay.landing::before{
    height: 100%;
    max-height: 100vh;
}

/*------------------------------------

			 About Us 
			 
-------------------------------------*/

.aboutUs .introOne .IntroContent{
    padding-top: 20px;
    background-color: #094364;
    margin-top: 10px;
    border: 1px solid #2fbbe8;
    box-shadow: 2px 3px 5px #adadad;
    border-radius: 10px;
}
.aboutUs .introOne .IntroContent p{
    font-size: 25px;
    color: #2fbbe8;
    font-family: "Lato-Light", Arial, sans-serif;
}
.aboutUs .introOne .optionGrid p{
    display:none;
}

.aboutUs .introOne .optionGrid .col-xs-6{
    padding:10px;
}
.aboutUs .introOne .optionGrid .feature{
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #cbcbcb;
    box-shadow: 2px 3px 5px #adadad;
    border-radius: 10px;
}
.aboutUs .introOne .optionGrid .feature img{
    border-radius: 50%;
    padding: 10px;
    max-width: 125px;
}
.aboutUs .introOne .optionGrid .feature h5{
    font-size: 20px;
    color:#094364;
}

.aboutUs .introOne .optionGrid .feature .light{
    background-color: #2fbbe8;
}
.aboutUs .introOne .optionGrid .feature .dark{
    background-color: #094364;
}
.aboutUs .offerings h2{
     text-align:center;
     margin-bottom:30px;
}
.aboutUs .singleOffer{
    margin-bottom:30px;
    background-color: #fff;
    box-shadow: 2px 3px 5px #adadad;
    border: 1px solid #cbcbcb;
}
.aboutUs .singleOffer .img{
    text-align: center;
    background-color: #2fbbe8;
    padding: 37px 15px;
    background-position: center center;
    background-size: cover;
}
.aboutUs .singleOffer .img.serviceOne{
    background-image: url('img/24hour.jpg');
}
.aboutUs .singleOffer .img.serviceTwo{
    background-image: url('img/SpecialisedTravelConsultants.jpg');
}
.aboutUs .singleOffer .img.serviceThree{
    background-image: url('img/HandpickedGuides.jpg');
}
.aboutUs .singleOffer .img.serviceFour{
    background-image: url('img/SustainableTourism.jpg');
}
.aboutUs .singleOffer .img.serviceFive{
    background-image: url('img/IndependentAdvice.jpg');
}
.aboutUs .singleOffer .img h4{
    color: #f6f9f1;
    font-size: 36px;
}
.aboutUs .singleOffer .details{
    padding: 15px;
}
.aboutUs .singleOffer .details p{
    font-size:16px;
    line-height: 30px;
    margin-bottom:0px;
}
.aboutUs .tourData h1{
    font-family: "Lato-Light", Arial, sans-serif;
    color: #094364;
    font-size: 60px;
    font-weight: 100;
    text-transform: uppercase;
}
.aboutUs .tourData p{
    padding-top: 20px;
    font-size: 25px;
    color: #094364;
    font-family: "Lato-Light", Arial, sans-serif;
}


/*------------------------------------

			 Single Tour
			 
-------------------------------------*/

.singletour{
    
}
.singletour.landing{
    height:100vh;
    background-image: url('https://ceylonexplorers.lk/wp-content/uploads/2023/07/sigiriya-edit-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.singletour.landing .bgImage{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    z-index: -1;
}
.singletour.landing .tourTitle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    width: 50%;
    padding: 20px;
    color: #fff;
    z-index: 2;
    font-size: 100px;
}

.singletour.Plan{
    margin-top: 50px;
}

.tabSectionWrap{
   margin-top: -60px;
    background-color: #094364;
    z-index: 3;
    position: absolute;
    width: 100%;
}

.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background:#094364;
}

.tabs li{
    width:19.7%;
    display: inline-block;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    color: #7bbbc5;
    font-weight: 900;
    text-align: center;
}

.tabs li:hover {
    background:#2fbbe8;
    color: #f6f9f1;
    }

.tabs li.current{
    background: #2fbbe8;
    color: #f6f9f1;
}

.tab-content{
    display: none;
    padding: 15px;

    line-height:1.4;
}

.tab-content.current{
    display: inherit;
}
.hide {
	 opacity: 0;
}
 .slideIn_Mobile {
	 opacity: 1;
	 animation: slideIn_Mobile 0.5s;
}
 @keyframes slideIn_Mobile {
	 0% {
		 opacity: 0.5;
		 transform: scale(0.6);
	}
	 55% {
		 transform: scale(1.03);
	}
	 75% {
		 transform: scale(0.98);
	}
	 100% {
		 opacity: 1;
		 transform: scale(1);
	}
}

 .content {
	 position: relative;
	 width: 100%;
	 height: auto;
	 text-shadow: 0 0 1px rgba(0,0,0,0.05);
	 z-index: 99;
	 -webkit-backface-visibility: hidden;
}
 .content h1 {
	 margin: 35px auto 0 auto;
	 font-size: 58px;
	 text-align: center;
	 color: #fff;
	 text-shadow: 0 3px 0 #bbb, 0 1px 0 #bbb, 0 2px 0 #bbb, 0 3px 5px rgba(0,0,0,0.5);
}
 .content .quote {
	 opacity: 1;
}
 .content .quote p {
	 position: relative;
	 width: 70%;
	 height: auto;
	 margin: 0 auto;
	 top: -10px;
	 color: #fff;
	 font-size: 38px;
	 text-align: center;
	 text-shadow: 0 3px 0 #dadada, 0 1px 0 #dadada, 0 2px 0 #dadada, 0 3px 5px rgba(0,0,0,0.5);
}
 .content .timeline:before {
	 content: "";
	 position: absolute;
	 height: 100%;
	 width: 6px;
	 margin-left: auto;
	 margin-right: auto;
	 left: 0;
	 right: 0;
	 background: #f6f9f1;
	 z-index: -100;
}
 .content .timeline {
	 position: relative;
	 width: 98%;
	 height: auto;
	 margin: 0 auto auto auto;
}
 .content .block {
	 display: inline-block;
	 position: relative;
	 width: 100%;
	 height: auto;
	 margin: 25px auto 25px auto;
	 padding: 0;
	 backface-visibility: hidden;
	 perspective: 1000;
	 text-align: center;
}
 .content .block hr {
	 width: 90%;
	 height: 1px;
	 margin: -10px auto 20px auto;
	 border: 0;
}
 .content .block h1, .content .block h4 {
	width: 90%;
    margin: 10px auto;
    color: #094364;
    font-size: 28px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
 .content .block h4 {
	 font-size: 17px;
}
 .content .block p {
    width: 85%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
}

 .content .block .dot {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 25px;
    background-color: #094364;
    border: solid 5px #2fbbe8;
    border-radius: 100px;
}
 .content .block .left, .content .block .right {
	 display: block;
	 position: relative;
	 width: 45%;
	 height: auto;
	 backface-visibility: hidden;
	 background: #f6f9f1;
	 border-radius: 7px;
	 box-shadow: 0 3px 5px rgba(0,0,0,0.08);
	 z-index: 2;
}
 .content .block .left.first {
	 margin-left: 0;
}
 .content .block .left::before {
	 content: "";
	 position: absolute;
	 width: 0;
	 height: 0;
	 top: 23px;
	 left: 100%;
	 border-width: 15px;
	 border-style: solid;
	 border-color: transparent transparent transparent #f6f9f1;
}
 .content .block .right::before {
	 content: "";
	 position: absolute;
	 width: 0;
	 height: 0;
	 top: 23px;
	 right: 100%;
	 border-width: 15px;
	 border-style: solid;
	 border-color: transparent #f6f9f1 transparent transparent;
}
 .content .block .left {
	 float: left;
}
 .content .block .right {
	 float: right;
}
 .content .block .date {
	 display: block;
	 position: relative;
	 width: 45%;
	 height: 78px;
	 z-index: 1;
}
 .content .block .date h3 {
	 margin: 0;
    width: 150px;
    line-height: 58px;
    padding: 10px 25px 10px 25px;
    color: #2fbbe8;
    text-align: center;
    font-weight: bold;
    border-radius: 7px;
    background: #f6f9f1;
    box-shadow: 0 3px 5px rgba(0,0,0,0.08);
    font-size: 32px;
}
 .content .block .date.right h3 {
	 float: left;
	 margin-left: 0;
	 width: auto;
}
 .content .block .date.left h3 {
	 float: right;
	 margin-left: 0;
	 width: auto;
}
 .content .block .date.right, .content .block .date.left {
	 background: none;
	 box-shadow: none;
}
 .content #footer {
	 position: relative;
	 width: 180px;
	 min-height: 25px;
	 margin: 0 auto;
	 border-radius: 17px;
	 box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
	 background-color: #fff;
	 z-index: 1000;
}
 ::-moz-selection {
	 background: #2fbbe8;
	 color: #fff;
}
 ::selection {
	 background: #2fbbe8;
	 color: #fff;
}
 @media only screen and (max-width: 1136px) {
	 .content .timeline .block {
		 margin: 50px auto 50px auto;
	}
	 .content .timeline .block h1 {
		 margin: 35px auto 15px auto;
	}
	 .content .timeline .block .dot {
		 margin-top: -14px;
		 position: absolute;
		 margin-left: auto;
		 margin-right: auto;
		 left: 0;
		 right: 0;
	}
	 .content .timeline .block .right, .content .timeline .block .left {
		 width: 100%;
		 margin-top: 18px;
	}
	 .content .timeline .block .right:before, .content .timeline .block .left:before {
		 content: none;
	}
	 .content .timeline .block .date {
		 height: 50px;
		 margin: 0 auto;
	}
	 .content .timeline .block .date p {
		 float: none;
		 width: 250px;
		 margin: 0 auto;
		 border-radius: 10px;
	}
}

/*------ Booking form  -------*/

.wpcf7-form  .inputGroup label {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
}
.wpcf7-form  .inputGroup label input,
.wpcf7-form  .inputGroup label select,
.wpcf7-form  .inputGroup label textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid #2fbbe8;
    font-size: 16px;
    color: #094364;
    background-color: #f9faf9;
}
.wpcf7-form  .inputGroup label input:focus,
.wpcf7-form  .inputGroup label select:focus,
.wpcf7-form  .inputGroup label textarea:focus{
     border: 1px solid #094364;
     outline: none; 
     box-shadow: 2px 2px 7px #09436480;
}
.wpcf7-form label.full-width{
    width: 100% !important;
}
.wpcf7-form textarea.full-width{
    padding: 10px;
    background-color: #f8f8f8;
    box-shadow: 2px 2px 2px #eee;
    border: 1px solid #eee;
    width: 100%;
    font-weight: 400;
}
.wpcf7-form textarea.full-width:focus{
    border: 1px solid #eee;
}
/*------------------------------------

		    Tour packages
			 
-------------------------------------*/


.packages.landing{
    min-height: 490px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.packages.landing .tourIntro{
   padding-top: 200px; 
}
.packages.landing .packgetitle{
    color: #fff;
    font-size: 100px;
    text-shadow: 2px 2px 9px #000000d4;
}
.packages.landing .pageContent{
    background-color: #0943649c;
    padding: 10px;
    margin: 30px 0px;
}
.packages.landing .pageContent p{
    color: #fff;
    font-size:16px;
    line-height:20px;
}
.packages .singleTour{
    margin-bottom: 30px;
}
.packages .singleTour .singletourWrap{
    box-shadow: 3px 4px 4px #929191d4;
    overflow:hidden;
    display:block;
}
.packages .singleTour .singletourWrap .tourImageWrap{
    
}
.packages .singleTour .singletourWrap .tourImage{
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.caption{
    background-color: #ffffff;
    padding:10px;
}
.packages .singleTour .singletourWrap.caption .buttonFull{
    position: absolute;
    right: 25px;
    bottom: 10px;
}
.packages .singleTour .singletourWrap .caption h3{
    margin-top: 5px;
}

/*-------------------------------------

                Hotels

--------------------------------------*/

.hotels.landing{
    min-height: 490px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.hotels.landing::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    pointer-events: none;
    background-color: #c2ced7;
    opacity: 0.5;
    background-image: radial-gradient(#70a2c6 0.25px, #094364 0.25px);
    background-size: 3px 3px;
    width: 100%;
    height: 100%;
    z-index: 0;
    max-height: 490px;
}
.hotels.landing .tourIntro{
   padding-top: 200px; 
}
.hotels.landing .hotelTitle{
    color: #fff;
    font-size: 100px;
    text-shadow: 2px 2px 9px #000000d4;
}
.hotels.landing .pageContent{
    background-color: #0943649c;
    padding: 10px;
    margin: 30px 0px;
}
.hotels.landing .pageContent p{
    color: #fff;
    font-size:16px;
    line-height:20px;
}
.hotels .singleHotel{
    margin-bottom: 30px;
}
.hotels .singleHotel .singleHotelWrap{
    box-shadow: 3px 4px 4px #929191d4;
    overflow: hidden;
    display: block;
}
.hotels .singleHotel .singleHotelWrap .hotelImage{
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hotels .singleHotel .singleHotelWrap .caption{
    padding:10px;
    min-height: 310px;
}
.hotels .singleHotel .singleHotelWrap .caption .buttonFull{
    position: absolute;
    right: 25px;
    bottom: 10px;
}
.hotels .singleHotel .singleHotelWrap .caption h3{
    margin-top: 5px;
}


/*------------------------------------

		    Contact Us
			 
-------------------------------------*/

.contactUs .contactIntro .title{
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
}
.contactUs .contactDetails{
    margin-top:50px;
}
.contactUs .contactDetails .detailsWrap{
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #cbcbcb;
    box-shadow: 2px 3px 5px #adadad;
    border-radius: 10px;
}
.contactUs .contactDetails .detailsWrap .icon{
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    background-color: #2fbbe8;
    border-radius: 50%;
    color: #094364;
    font-size: 45px;
    padding: 10px;
}
.contactUs .inquiry .inquiryDetails p{
    font-size: 18px;
}

/*------------------------------------

		     single Tour
			 
-------------------------------------*/

.singletour{
    background-color:#ffffff;
    padding-bottom:50px
}
.masonry {
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}

.masonry img {
  width: 100%;
  cursor: pointer;
  margin-bottom: 5px;
}

.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: #094364;
    perspective: 1000px;
    left: 0;
    z-index: 99999;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.close:after,
.close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #2fbbe8;
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.randomPosts .randomPostsTitle{
    text-align: center;
    background-color: #094364;
    color: #f6f9f1;
    padding: 5px;
}
.altLocations .singleItem{
    max-height: 225px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 5px;
}
.altLocations .singleItem a{
    
}
.altLocations .singleItem a h4{
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 225px;
    margin: 0px;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
}


/*------------------------------------

    		 Tour Build Page
			 
-------------------------------------*/

/* styles areloading from plugin*/
.tourBuildWrap{
    background-color:#fff;
}



/*-------------------------------------

            Hover Efects

-------------------------------------*/

.zoomWrap{
    max-height: 300px;
    overflow:hidden;
}
.zoomImage{
     transition: transform 1s;
}
.zoomHvrWrap:hover .zoomImage{
    transform: scale(1.2); 
}
.colorSwitchWrap:hover .colorSwitch{
    background-color:#094364;
}
.colorSwitchWrap:hover .colorSwitch h3{
    color:#2fbbe8;
}
.colorSwitchWrap:hover .colorSwitch p{
     color:#fffbf5;
}

/*------------------------------------

		   Footer
			 
-------------------------------------*/

#site-footer{
    background-image:url('https://ceylonexplorers.lk/wp-content/uploads/2023/07/footerBg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#site-footer::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    pointer-events: none;
    background-color: #c2ced7;
    opacity: 0.5;
    background-image: radial-gradient(#70a2c6 0.25px, #094364 0.25px);
    background-size: 3px 3px;
    width: 100%;
    height: 100%;
    z-index: 0;
    max-height: 490px;
}
#site-footer h3, #site-footer p, #site-footer li a{
  color: #f6f9f1;
}
#site-footer p, #site-footer li a{
  font-size:14px;
  line-height:18px;
}
#site-footer li a{
    padding: 10px 0px;
   display: block;
}
#site-footer li a:hover, #site-footer li a:focus{
    color: #2fbbe8;
}
#site-footer .wpcf7-form p{
    margin-bottom:0px;
}
#site-footer .wpcf7-form br{
    display:none;
}
#site-footer .wpcf7-form label {
  margin-bottom: 9px;
}
#site-footer .wpcf7-form input, #site-footer .wpcf7-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #094364;
  font-size: 14px;
  color: #7bbbc5;
  background-color: #052843;
  max-height: 130px;
  margin-bottom: 10px;
}
#site-footer .wpcf7-form input:focus, #site-footer .wpcf7-form textarea:focus {
    outline: none;
    border: 1px solid #2fbbe8;
    box-shadow: 2px 2px 7px #09436480;
}





.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #2fbbe8;
  cursor: default;
  background-color: #094364;
  border-color: #094364;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #fffbf5;
  text-decoration: none;
  background-color: #2fbbe8;
  border: 1px solid #99ccd7;
}



/*---- increase container width----*/


@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1300px;
  }
}
@media (min-width: 1900px) {
  .container {
    width: 1700px;
  }
}

/*--------------------------------


        Responsive Styling 
        
        
--------------------------------*/

.contactUs .contactDetails{
    margin-top:130px;
}

.navbar-toggle{
    background: #2fbbe8;
}
.navbar-toggle:hover, .navbar-toggle:focus{
    background-color:#fffbf5;
}
.navbar-toggle .icon-bar{
    background: #094364;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar{
    background: #2fbbe8;
}
.tabSectionWrap{
    position:relative;
}


#sidebar-right > #tours_widget-2 > ul > li {
        display: flex;
        flex-wrap: wrap;
}
#sidebar-right > #destinations_widget-2 > ul > li {
        display: flex;
        flex-wrap: wrap;
}
#sidebar-right > #tours_widget-2 > ul > li > .thumbnail{
        width: 31%;
        margin-bottom: 5px;
}
 #sidebar-right > #destinations_widget-2 > ul > li > .thumbnail {
     width: 31%;
     margin-bottom: 5px;
 }
#sidebar-right > #tours_widget-2 > ul > li >  h4 {
    width: 50%;
    margin: 5px;
    font-size: 14px;
}
#sidebar-right > #destinations_widget-2 > ul > li > h4{
    width: 50%;
    margin: 5px;
    font-size: 14px;
}
#sidebar-right > #tours_widget-2 > ul > li > p  {
    font-size: 12px;
}
#sidebar-right > #destinations_widget-2 > ul > li > p {
    font-size: 12px;
}
#sidebar-right > .widget  > h1  {
    color:#2fbbe8;
    border-bottom: 1px solid #094364;
    font-size: 25px;
}
.widget .widget-title{
    background:none;
}
@media screen and (max-width:1199px){
    .hotels.landing .pageContent {
        margin: 18px 0px;
    }
}
@media screen and (max-width:1000px){
    .singletour.landing .tourTitle{
        width:100%;
    }
}
@media screen and (max-width:991px){
    .hotels.landing .pageContent {
        margin: 8px 0px;
    }
    #sidebar-right > #tours_widget-2 > ul > li {
        width:45%;
    }
    #sidebar-right > #destinations_widget-2 > ul > li {
        width:45%;
    }
    #sidebar-right > #tours_widget-2 > ul , #sidebar-right > #destinations_widget-2 > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media screen and (max-width:782px){
    .hotels.landing .tourIntro {
    padding-top: 186px;
    }
}
@media screen and (max-width:780px){
    .introOne{
        width:100%;
    }
    .offerings{
        margin:0;
    }
    .tourData{
        margin:0;
    }
    .aboutUs .singleOffer{
        width:100%;
    }
}
@media screen and (max-width:692px){
    .topMenuList li{
        width:50%;
    }
    .topMenuList li:nth-child(2), .topMenuList li:nth-child(3){
        display:none;
    }
    #gtranslate_menu_wrapper_71361{
        right:0px;
    }
}
@media screen and (max-width:705px){
    .topMenu .pull-right{
        float:none!important;
        margin-right:0px;
    }
    
    .hotelTitle{
        font-size:50px ;
    }
    .hotels.landing .tourIntro {
    padding-top: 240px;
    }
}
@media screen and (max-width:627px){
    .topMenu .topMenuList li a {
      padding: 8px 20px;
    }
    .mainMenu {
    height: 100%;
    }
    #menu-top-menu li.menu-item-gtranslate{
        position: absolute;;
        top: 0;
    }
}
@media screen and (max-width:607px){
    .hotels.landing .tourIntro {
    padding-top: 220px;
    }
}
@media screen and (max-width:600px){
    .aboutUs .tourData h1{
        font-size:30px;
    }
    .tourTitle {
        font-size:50px;
    }
    .singleBox > img {
        width:100%;
    }
    .tabSectionWrap > .row > .container > .row > .tabs {
        display: flex;
        flex-direction:column;
        align-items: center;
    }
    .tabSectionWrap > .row > .container > .row > .tabs > .tab {
        width:100%;
    }
}
@media screen and (max-width:514px){
    .hotels.landing .tourIntro {
    padding-top: 200px;
    }
    #sidebar-right > #tours_widget-2 > ul , #sidebar-right > #destinations_widget-2 > ul {
        flex-direction: column;
        justify-content: center;
    }
    #sidebar-right > #tours_widget-2 > ul > li {
        width:90%;
    }
    #sidebar-right > #destinations_widget-2 > ul > li {
        width:90%;
    }
}

/*--------- Home Page -----------*/

@media screen and (max-width:767px){
    .video-hero--content {
      width: 100%;
    }
}


/*packages page*/
@media screen and (max-width:450px){
    
    .packgetitle{
        font-size:50px;
    }
    .tourIntro > div > div > h1{
        font-size:40px;
    }
    .sectionTitle {
        font-size: 40px;
    }
    .hotels.landing .tourIntro {
    padding-top: 210px;
    }
    #sidebar-right > #tours_widget-2 > ul > li {
        width:100%;
    }
    #sidebar-right > #destinations_widget-2 > ul > li {
        width:100%;
    }
}
