body {
    font-family: "Lato", sans-serif;
    font-size: 18px;
}

img {
    max-width: 100%;
}

a {
    color: #2263ad;
    text-decoration: none;
}

.menu-icon {
    font-size: 40px;
}

.header-fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(255,255,255,0.95);
}

.header-fixed .menu-bar a{
    font-size: 29px;
     padding-top: 14px;
}

.header-fixed .navbar-expand-lg {
    padding: 13px;
}

.text-main {
    color: #f3893b;
}

.text-alt, .package-wrapper h4 {
    color: #2263ad;
}

.text-lg {
    font-size: 18px;
}

.text-bold-700 {
    font-weight: 700;
}

.itinerary-add .accordion-button {
    line-height: 1.5;
}

.header-info span {
    display: block;
    font-weight: 700;
    color: #f3893b;
    font-size: 16px;
}

.header-info li {
    margin-left: 20px;
    font-size: 14px;
    color: #777;
}

.header-info img {
    padding: 0 !important;
    height: 18px;
    line-height: 1;
    display: inline-block;
    border: 1px solid #ddd;
}

.mainnav {
    background: #2263ad;
}

.sm-simple {
  box-shadow: none;
  border: none;
  text-align: right;
  display: inline-block;
  background: transparent;
}

.sm-simple > li > a,.sm-simple > li > a:hover, .sm-simple > li > a:focus, .sm-simple > li > a:active, .sm-simple > li > a.highlighted {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 5px;
}

.sm-simple > li > a:hover, .sm-simple > li > a:focus, .sm-simple > li > a:active, .sm-simple > li > a.highlighted {
    background: #368bc4;
}

.header {
    z-index: 11;
    position: relative;
}

.home-carousel-inner img {
    width: 100%;
}

.home-carousel {
    position: relative;
    font-size: 24px;
    text-shadow: 3px 0px 8px rgba(0,0,0,0.6);
    font-weight: 700;
}

.carousel-caption h2 {
    text-shadow: 3px 0px 8px rgba(0,0,0,0.6);
    font-size: 50px;
    font-weight: 700;
}

.home-header .sm-simple > li > a, .home-header .sm-simple > li > a:hover {
    color: #fff;
}

.home-header .sm-simple > li > a:hover, .home-header .sm-simple > li > a.highlighted {
    background: rgba(0,0,0,0.5);
}

.home-header {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.logo img {
    padding: 15px 0;
}

.sm-simple > li {
    border-left: 0;
}

.home-review {
    padding: 14px;
    border-radius: 5px;
    min-height: 200px;
}

.main-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-heading {
    font-size: 50px;
    font-weight: 700;
}

.overlay-pkg-wrap {
    position: relative;
    overflow: hidden;
}

.overlay-pkg {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.package-siderbar {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}

.package-group {
    position: relative;
}

.package-group:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    content: "";
    border-top: 1px dashed #c6c6db;
    z-index: -1;
}

.package-group span {
    background: #fff;
}

.pkg-img {
    position: relative;
}

.pkg-img:after {
    content: '';
    left: 0;
    top: 50%;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0, 0) 0%,rgba(0,0,0, 0.5) 100%); 
}

.overlay-wrap {
    position: relative;
    overflow: hidden;
}

.overlay-wrap:after {
    content: '';
    left: 0;
    top: 50%;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0, 0) 0%,rgba(0,0,0, 0.5) 100%); 
}

.overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-size: 45px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    
}

.overlay-wrap.overlay-review {
    max-height: 500px;
    overflow: hidden;
}

.overlay-wrap.overlay-review:after {
    /*background: rgba(0,0,0, 0.5);*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

.overlay-review .overlay{
    top: 50px;
    bottom: auto;
    z-index: 1;
    font-size: 20px;
}

.overlay-review h2 {
    font-size: 40px;
    font-weight: 700;
}

 .pkg-image {
    position: relative;
}

.package-tag-top {
    position: absolute;
    top: 15px;
    right:15px;
    z-index: 2;
}

.pkg-img:hover .pkg-img-hover {
    display: block;
}

.pkg-img-hover {
    position: absolute;
    top: 40%;
    right:0;
    left: 0;
    z-index: 2;
    display: none;
}

.package-tag {
    position: absolute;
  bottom: 15px;
  right: 0px;
  width: 158px;
  background-color: #2263ad;
  padding: 10px 10px 5px;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.package-tag-2 {
    position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
  text-shadow: 2px 2px 8px #333;
  padding: 10px 10px 5px;
  text-align: center;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
}

.pkg-title {
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    color: #2263ad;
}

.pkg-title-col {
    color: #f3893b;
    font-size: 18px;
}

.pkg-col {
    padding-bottom: 15px;
    border-bottom: 1px dashed #aaa;
    margin-bottom: 20px;
}

.pkg-title-col span {
    color: #333;
    display: block;
    font-size: 15px;
}

.review-title-col p {
    color: #ccc;
}

.review-title-col {
    background: rgba(0,0,0, 0.5);
    padding: 40px;
}

.review-content-col {
    background: #fff;
    padding: 40px 40px 40px;
    color: #333;
}

.review-content-col p {
    color: #777;
    font-size: 14px;
    font-style: italic;
}

.page-title-wrap {
    max-height: 500px;
    overflow: hidden;
}

.page-title-wrap img {
    width: 100%;
}

.overlay.page-title-overlay {
    bottom: 30%;
}

.overlay.page-title-overlay h1 {
    font-size: 100px;
}

.overlay.package-title-overlay h1 {
    font-size: 60px;
    text-shadow: 3px 0px 8px rgba(0,0,0,0.6);
}

.header-top {
     background: rgba(96,29,12, 1);
     color: #fff;
     font-size: 14px;
 }
 
 .package-wrapper h2 {
  color: rgba(96,29,12, 1);
}

.bg-theme-3 {
    background: #f3893b;
}

.bg-theme-2 {
    background: #2263ad;
}

.bg-theme {
    background: #eac8af;
}

.bg-theme-light {
    background: rgba(96,29,12, 0.1);
}

.btn-theme {
    background: #643614;
    border-color: #601D0A;
    color: #fff !important;
}

.btn-theme:hover {
    background: #601D0A !important;
}

.btn-theme-2 {
    background: #eac8af;
    border-color: #55700d;
    color: #fff !important;
}

.btn-theme-2:hover {
    background: #55700d !important;
}

.text-theme {
    color: #F3893B;
}

.text-theme-2 {
    color: #2263ad;
}

.package-wrapper h3 {
    color: #2263ad;
    font-size: 24px;
}

.package-wrapper h4 {
    font-size: 22px;
}

.package-wrapper h2 {
    color: #F3893B;
    font-size: 30px;
}

.list-inline {
    list-style: none;
}

.list-inline li {
    display: inline-block;
}

.home-welcome-content {
    max-width: 800px;
}

.footer-affiliated{
	border-bottom: 1px solid #c5baba;
	padding-bottom:10px;
	margin-bottom:10px;
}

.default-title a{
    font-size: 24px;
    font-weight: 700;
    display: block;
}

.default-title {
    height: 120px;
    color: #777;
}

.deals-inn {
    background: #fff;
    padding: 30px;
}

.footer-affiliated img {
    width: 100%;
}

.affiliated ul {
    list-style:none;
    padding-left:0 
}
.affiliated ul li {
    display:inline-block;
    padding-right:5px; 
    margin: 5px 0;
}
.affiliated img {
    -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    transition:all .6s ease;
    padding:5px;
    border-radius:0;
    width:55px;
    background:#fff;
    padding:5px;
    -webkit-filter:grayscale(0%);
    filter:grayscale(0%);
}
.affiliated img:hover {
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
}

.affiliated-int img {
    width: 200px;
}

.footer {
    background: #643614;
    color: #fff;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer ul a {
    line-height: 2;
}

.footer a {
    color: #ddd;
}

.footer a:hover {
    color: #f4f4f4;
}

.home-header .logo img {
    filter: brightness(0) invert(1);
}

.page-wrapper {
    padding: 70px 0;
}

.footer-logo {
    max-height: 70px;
    filter: brightness(0) invert(1);
}

.footer-menu {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.footer-menu a {
    color: #525252;
}

.footer-bottom {
    background: #F1EAD8;
}

.sm-simple ul a.has-submenu {
    padding-right: 20px;
    padding-left: 20px;
  }
  
.form-group {
    margin-bottom: 15px;
}

.header-top-trek {
    margin-top: 30px;
}

@media (max-width: 767px) {
  .sm-simple {
    display: block;
  }
  
  .header-top-trek {
    margin-top: 10px;
}
  
  #main-nav {
      display: none;
  }
  
  .overlay.page-title-overlay h1, .main-heading {
      font-size: 30px;
  }
  
  .overlay-review h2 {
      font-size: 20px;
  }
}

.custom-list ul {
    padding: 0;
}

.custom-list li {
position: relative;
padding-left: 30px;
list-style: none;
}

.custom-list li:before{
position: absolute;
left: 0;
content: '\f0a4';
font-family: "Font Awesome 6 Free";
color: #2263ad;
}

.include-package ul, .excludes-package ul {
padding: 0;
font-size: 16px;
}

.include-package li, .excludes-package li {
    padding-bottom: 7px;
}

.include-package li strong, .excludes-package li strong {
    color: rgb(25, 135, 84);
}

.include-package li {
position: relative;
padding-left: 30px;
list-style: none;
}

.include-package li:before{
position: absolute;
left: 0;
content: '\f14a';
font-family: "Font Awesome 6 Free";
color: #28a745;
}

.excludes-package li {
position: relative;
padding-left: 30px;
list-style: none;
}

.excludes-package li:before{
position: absolute;
left: 0;
content: '\f410';
font-family: "Font Awesome 6 Free";
color: rgb(220, 53, 69);
}

.bg-main {
background: linear-gradient(to top, #fff 0px, #f4f4f4 100%);
}

.autosearch-wrap{text-align:left; position: absolute; left: 5%; width:90%; background:#fff;-webkit-box-shadow:-2px 5px 38px -14px rgba(0,0,0,0.75);-moz-box-shadow:-2px 5px 38px -14px rgba(0,0,0,0.75);box-shadow:-2px 5px 38px -14px rgba(0,0,0,0.75);padding:15px 0;margin-top:0;z-index:333333}
.autosearch-wrap img{max-width:40px;min-height:27px;border:1px solid #F2F2F2;padding:2px;margin:5px;margin-top:-3px!important;float:left}
.autocomplete-content li img{height:auto}
.autosearch-wrap ul{margin:0;padding:0}
.autosearch-wrap li{clear:both;display:block;padding:5px 0;min-height:40px;border-top:1px solid #F1F1F1}
.autosearch-wrap ul li:first-child{border-top:none}
.autosearch-wrap li a{color:#8B8B8B;font-size:14px;display:inline-block}
.autosearch-wrap li a span{color:#222}
.autosearch-wrap a:hover{color:#F8931E!important}
.autosearch-wrap li a span:hover{color:#F8931E!important}
.search-wrap {position: relative; max-width: 800px;margin: 0 auto;}

.fancybox-content {
width: 800px !important;
padding: 10px !important;
}

@media (max-width: 767.98px) {
.header-info.mt-25{
    margin-top: 5px !important;
    text-align: center !important;
    float: none !important;
}

.header-info.list-inline li.header-mail {
    display: none;
}

.header-info.list-inline li {
    display: block;
}

.mobile_btn {
    font-size: 30px;
    color: #fff;
}
}body {
    font-family: "Lato", sans-serif;
    font-size: 18px;
}

img {
    max-width: 100%;
}

a {
    color: #2263ad;
    text-decoration: none;
}

.menu-icon {
    font-size: 40px;
}

.header-fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(255,255,255,0.95);
}

.header-fixed .menu-bar a{
    font-size: 29px;
     padding-top: 14px;
}

.header-fixed .navbar-expand-lg {
    padding: 13px;
}

.text-main {
    color: #f3893b;
}

.text-alt, .package-wrapper h4 {
    color: #2263ad;
}

.text-lg {
    font-size: 18px;
}

.text-bold-700 {
    font-weight: 700;
}

.itinerary-add .accordion-button {
    line-height: 1.5;
}

.header-info span {
    display: block;
    font-weight: 700;
    color: #f3893b;
    font-size: 16px;
}

.header-info li {
    margin-left: 20px;
    font-size: 14px;
    color: #777;
}

.header-info img {
    padding: 0 !important;
    height: 18px;
    line-height: 1;
    display: inline-block;
    border: 1px solid #ddd;
}

.mainnav {
    background: #2263ad;
}

.sm-simple {
  box-shadow: none;
  border: none;
  text-align: right;
  display: inline-block;
  background: transparent;
}

.sm-simple > li > a,.sm-simple > li > a:hover, .sm-simple > li > a:focus, .sm-simple > li > a:active, .sm-simple > li > a.highlighted {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 5px;
}

.sm-simple > li > a:hover, .sm-simple > li > a:focus, .sm-simple > li > a:active, .sm-simple > li > a.highlighted {
    background: #368bc4;
}

.header {
    z-index: 11;
    position: relative;
}

.home-carousel-inner img {
    width: 100%;
}

.home-carousel {
    position: relative;
    font-size: 24px;
    text-shadow: 3px 0px 8px rgba(0,0,0,0.6);
    font-weight: 700;
}

.carousel-caption h2 {
    text-shadow: 3px 0px 8px rgba(0,0,0,0.6);
    font-size: 50px;
    font-weight: 700;
}

.home-header .sm-simple > li > a, .home-header .sm-simple > li > a:hover {
    color: #fff;
}

.home-header .sm-simple > li > a:hover, .home-header .sm-simple > li > a.highlighted {
    background: rgba(0,0,0,0.5);
}

.home-header {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.logo img {
    padding: 15px 0;
}

.sm-simple > li {
    border-left: 0;
}

.home-review {
    padding: 14px;
    border-radius: 5px;
    min-height: 200px;
}

.main-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-heading {
    font-size: 50px;
    font-weight: 700;
}

.overlay-pkg-wrap {
    position: relative;
    overflow: hidden;
}

.overlay-pkg {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.package-siderbar {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}

.package-group {
    position: relative;
}

.package-group:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    content: "";
    border-top: 1px dashed #c6c6db;
    z-index: -1;
}

.package-group span {
    background: #fff;
}

.pkg-img {
    position: relative;
}

.pkg-img:after {
    content: '';
    left: 0;
    top: 50%;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0, 0) 0%,rgba(0,0,0, 0.5) 100%); 
}

.overlay-wrap {
    position: relative;
    overflow: hidden;
}

.overlay-wrap:after {
    content: '';
    left: 0;
    top: 50%;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0, 0) 0%,rgba(0,0,0, 0.5) 100%); 
}

.overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-size: 45px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    
}

.overlay-wrap.overlay-review {
    max-height: 500px;
    overflow: hidden;
}

.overlay-wrap.overlay-review:after {
    /*background: rgba(0,0,0, 0.5);*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

.overlay-review .overlay{
    top: 50px;
    bottom: auto;
    z-index: 1;
    font-size: 20px;
}

.overlay-review h2 {
    font-size: 40px;
    font-weight: 700;
}

 .pkg-image {
    position: relative;
}

.package-tag-top {
    position: absolute;
    top: 15px;
    right:15px;
    z-index: 2;
}

.pkg-img:hover .pkg-img-hover {
    display: block;
}

.pkg-img-hover {
    position: absolute;
    top: 40%;
    right:0;
    left: 0;
    z-index: 2;
    display: none;
}

.package-tag {
    position: absolute;
  bottom: 15px;
  right: 0px;
  width: 158px;
  background-color: #2263ad;
  padding: 10px 10px 5px;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.package-tag-2 {
    position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
  text-shadow: 2px 2px 8px #333;
  padding: 10px 10px 5px;
  text-align: center;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
}

.pkg-title {
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    color: #2263ad;
}

.pkg-title-col {
    color: #f3893b;
    font-size: 18px;
}

.pkg-col {
    padding-bottom: 15px;
    border-bottom: 1px dashed #aaa;
    margin-bottom: 20px;
}

.pkg-title-col span {
    color: #333;
    display: block;
    font-size: 15px;
}

.review-title-col p {
    color: #ccc;
}

.review-title-col {
    background: rgba(0,0,0, 0.5);
    padding: 40px;
}

.review-content-col {
    background: #fff;
    padding: 40px 40px 40px;
    color: #333;
}

.review-content-col p {
    color: #777;
    font-size: 14px;
    font-style: italic;
}

.page-title-wrap {
    max-height: 500px;
    overflow: hidden;
}

.page-title-wrap img {
    width: 100%;
}

.overlay.page-title-overlay {
    bottom: 30%;
}

.overlay.page-title-overlay h1 {
    font-size: 100px;
}

.overlay.package-title-overlay h1 {
    font-size: 60px;
    text-shadow: 3px 0px 8px rgba(0,0,0,0.6);
}

.header-top {
     background: rgba(96,29,12, 1);
     color: #fff;
     font-size: 14px;
 }
 
 .package-wrapper h2 {
  color: rgba(96,29,12, 1);
}

.bg-theme-3 {
    background: #f3893b;
}

.bg-theme-2 {
    background: #2263ad;
}

.bg-theme {
    background: #eac8af;
}

.bg-theme-light {
    background: rgba(96,29,12, 0.1);
}

.btn-theme {
    background: #643614;
    border-color: #601D0A;
    color: #fff !important;
}

.btn-theme:hover {
    background: #601D0A !important;
}

.btn-theme-2 {
    background: #eac8af;
    border-color: #55700d;
    color: #fff !important;
}

.btn-theme-2:hover {
    background: #55700d !important;
}

.text-theme {
    color: #F3893B;
}

.text-theme-2 {
    color: #2263ad;
}

.package-wrapper h3 {
    color: #2263ad;
    font-size: 24px;
}

.package-wrapper h4 {
    font-size: 22px;
}

.package-wrapper h2 {
    color: #F3893B;
    font-size: 30px;
}

.list-inline {
    list-style: none;
}

.list-inline li {
    display: inline-block;
}

.home-welcome-content {
    max-width: 800px;
}

.footer-affiliated{
	border-bottom: 1px solid #c5baba;
	padding-bottom:10px;
	margin-bottom:10px;
}

.default-title a{
    font-size: 24px;
    font-weight: 700;
    display: block;
}

.default-title {
    height: 120px;
    color: #777;
}

.deals-inn {
    background: #fff;
    padding: 30px;
}

.footer-affiliated img {
    width: 100%;
}

.affiliated ul {
    list-style:none;
    padding-left:0 
}
.affiliated ul li {
    display:inline-block;
    padding-right:5px; 
    margin: 5px 0;
}
.affiliated img {
    -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    -o-transition:all .6s ease;
    transition:all .6s ease;
    padding:5px;
    border-radius:0;
    width:55px;
    background:#fff;
    padding:5px;
    -webkit-filter:grayscale(0%);
    filter:grayscale(0%);
}
.affiliated img:hover {
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
}

.affiliated-int img {
    width: 200px;
}

.footer {
    background: #643614;
    color: #fff;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer ul a {
    line-height: 2;
}

.footer a {
    color: #ddd;
}

.footer a:hover {
    color: #f4f4f4;
}

.home-header .logo img {
    filter: brightness(0) invert(1);
}

.page-wrapper {
    padding: 70px 0;
}

.footer-logo {
    max-height: 70px;
    filter: brightness(0) invert(1);
}

.footer-menu {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.footer-menu a {
    color: #525252;
}

.footer-bottom {
    background: #F1EAD8;
}

.sm-simple ul a.has-submenu {
    padding-right: 20px;
    padding-left: 20px;
  }
  
.form-group {
    margin-bottom: 15px;
}

.header-top-trek {
    margin-top: 30px;
}

.youtube-container {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16/9;
	pointer-events: none;
	margin: 0 auto;
	max-width: 2000px;
}

.youtube-container iframe {
	width: 300%;
	height: 100%;
	margin-left: -100%;
}

.youtube-wrap {
    max-height: 700px;
    overflow: hidden;
    background: black;
    position: relative;
}

.youtube-overlay {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30%;
    color: #fff;
    z-index: 40;
}

.youtube-overlay p {
    font-size: 70px;
    font-weight: 900;
    text-shadow: 0 0 3px #000000;
}

.h-search-form{
  position: relative;
 text-align:center;
 max-width: 900px;
 margin: 0 auto;
}

.h-search-form form {
   position: relative;
}
.h-search-form input{
  width: 100%;
  padding: 0 30px;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  color: #333;
  height: 70px;
}
.h-search-form button{
  position: absolute;
  right: 5px;
  height: 60px;
  color: #fff;
  background: #f3893b;
  top: 5px;
  border-radius: 50px;
  border: none;
  width: 100px;
}
.h-search-form button:hover{
  background: #2263ad;
}

.main-heading {
  position: relative;
  padding: 0;
  margin: 0;
}

.main-heading  {
  text-align:center; font-size:30px; text-transform:uppercase; letter-spacing:1px;
  font-weight:400;
}
.main-heading span {
  margin-top: 5px;
    font-size:15px; color:#444; word-spacing:1px; font-weight:normal; letter-spacing:2px;
    font-weight:500;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.main-heading span:after,.main-heading span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
    background-color:#f8f8f8;
}

.image-container {
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    max-width: 100%;
}

.image-container img {
    width: 100%;
    height: auto;
}

.image-container .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 100px 0 50px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    color: white;
}

@media (max-width: 767px) {
    
    .image-container .image-overlay {
        padding: 10px 0 10px;
    }
    
    .youtube-overlay {
        position: relative;
        padding: 15px;
        background: #eee;
    }
    
  .sm-simple {
    display: block;
  }
  
  .header-top-trek {
    margin-top: 10px;
}
  
  #main-nav {
      display: none;
  }
  
  .overlay.page-title-overlay h1, .main-heading {
      font-size: 30px;
  }
  
  .overlay-review h2 {
      font-size: 20px;
  }
}

.custom-list ul {
    padding: 0;
}
    
.custom-list li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.custom-list li:before{
    position: absolute;
    left: 0;
    content: '\f0a4';
    font-family: "Font Awesome 6 Free";
    color: #2263ad;
}

.include-package ul, .excludes-package ul {
    padding: 0;
}
    
    .include-package li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.include-package li:before{
    position: absolute;
    left: 0;
    content: '\f14a';
    font-family: "Font Awesome 6 Free";
    color: #28a745;
}

.excludes-package li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.excludes-package li:before{
    position: absolute;
    left: 0;
    content: '\f410';
    font-family: "Font Awesome 6 Free";
    color: rgb(220, 53, 69);
}

.bg-main {
    background: linear-gradient(to top, #fff 0px, #f4f4f4 100%);
}

.autosearch-wrap{text-align:left; position: absolute; left: 5%; width:90%; background:#fff;-webkit-box-shadow:-2px 5px 38px -14px rgba(0,0,0,0.75);-moz-box-shadow:-2px 5px 38px -14px rgba(0,0,0,0.75);box-shadow:-2px 5px 38px -14px rgba(0,0,0,0.75);padding:15px 0;margin-top:0;z-index:333333}
    .autosearch-wrap img{max-width:40px;min-height:27px;border:1px solid #F2F2F2;padding:2px;margin:5px;margin-top:-3px!important;float:left}
    .autocomplete-content li img{height:auto}
    .autosearch-wrap ul{margin:0;padding:0}
    .autosearch-wrap li{clear:both;display:block;padding:5px 0;min-height:40px;border-top:1px solid #F1F1F1}
    .autosearch-wrap ul li:first-child{border-top:none}
    .autosearch-wrap li a{color:#8B8B8B;font-size:14px;display:inline-block}
    .autosearch-wrap li a span{color:#222}
    .autosearch-wrap a:hover{color:#F8931E!important}
    .autosearch-wrap li a span:hover{color:#F8931E!important}
    .search-wrap {position: relative; max-width: 800px;margin: 0 auto;}
    
.fancybox-content {
    width: 800px !important;
    padding: 10px !important;
}

@media (max-width: 767.98px) {
    .header-info.mt-25{
        margin-top: 5px !important;
        text-align: center !important;
        float: none !important;
    }
    
    .header-info.list-inline li.header-mail {
        display: none;
    }
    
    .header-info.list-inline li {
        display: block;
    }
    
    .mobile_btn {
        font-size: 30px;
        color: #fff;
    }
}


