img {
    max-width: 100%;
}

.container-fluid {
    max-width: 1600px;
    width: 95%;
}

a {
    text-decoration: none;
    color: #5481A2;
}


.text-main {
    color: #5481A2;
}

.text-alt {
    color: #FFBC59;
}

.max-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.height-0 {
    height: 0;
}

.image-scale {
    overflow: hidden;
}

.image-scale img {
    transition: 0.3s;
}

.image-scale:hover img {
    transform: scale(1.1);
}

.owl-content .owl-nav, .owl-content .owl-dots {
    display: none;
}

.owl-content {
    position: relative;
}

.owl-carousel__nav {
    display: inline-flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.owl-carousel__nav>div {
	background: #fff;
	padding: 8px 15px;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 20px;
}

.testimonial-box{
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.testimonial-source {
    margin-top: 15px;
    height: 50px;
    width: auto !important;
}

.p-less p {
    margin-bottom: 5px;
}

.breadcrumb-why-item+.breadcrumb-why-item:before {
    content: '>>';
}

.header-main {
    background: #fff;
}

.bg-main {
    background: #F3EDEA;
}

.bg-white {
    background: #fff;
}

.bg-main-2 {
    background: #ffbc59;
}

.top-menu {
    padding: 10px 0;
    text-align: right;
}

.top-menu a {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.top-menu i {
    font-size: 25px;
    margin-top: -5px;
}

.list-blank, ul.list-blank {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-blank > li, ul.list-blank > li {
    display: inline-block;
    margin-left: 15px;
}

.header-search-form {
    position: relative;
    width: 300px;
}

.header-search-form input {
    border-radius: 50px;
    padding: 14px;
}

.header-search-form button{
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 50px;
}

.profile-menu i {
    font-size: 24px;
    border: 1px solid #333;
    border-radius: 50%;
    padding: 7px;
}

.dropdown-toggle-clean.dropdown-toggle::after {
    display:none;
}

.btn-success {
    background: #5481A2;
}

.text-shadow {
    text-shadow: 2px 2px 8px #333;
}

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

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

.text-xlg {
    font-size: 24px;
}

.text-xxlg {
    font-size: 32px;
}

.text-xxxlg {
    font-size: 40px;
}

.text-success {
    color: #5481A2;
}

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

.text-strike {
    text-decoration: line-through;
}

.form-group {
    margin-bottom: 15px;
}

.page-title {
    color: #fff;
    background: #5481A2;
    padding: 40px;
}

.page-title h1 {
    font-size: 50px;
    margin: 0;
}

.page-content {
    padding: 50px 0;
    background: #F3EDEA;
}

.page-package {
    padding: 30px 0;
}

.product-page {
    padding: 30px 0;
}

.login-form-1{
    padding: 5%;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-1 h3{
    text-align: center;
    color: #333;
}

.login-form-2{
    padding: 5%;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-2 h3{
    text-align: center;
    color: #333;
}

.footer-main {
    background: #5481A2;
    color: #fff;
}

.footer-main a {
    color: #fff;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
}

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

.footer-main li {
    margin-top: 5px;
}

.footer-main .list-blank > li, .footer-main ul.list-blank > li {
    margin-left: 0;
    margin-right: 20px;
    font-size: 20px;
}

.col-wrap img {
    width: 100%;
}

.col-content {
    padding: 10px;
    background: #F3EDEA;
    color: #333;
}

.thumbnails-wrap {
    position: relative;
}

.thumbnails {
	overflow: hidden;
	margin: 0;
	text-align: center;
	z-index: 1;
	background: #F3EDEA;
	padding: 5px;
	line-height: 1;
}

.thumbnails li {
	display: inline-block;
	width: 70px;
	margin: 0 1px;
}

.thumbnails img {
	display: block;
	min-width: 100%;
	max-width: 100%;
}

.modal-backdrop {
    z-index: 9990;
}

.modal {
    z-index: 9999;
}

#myList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-header {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}
.section-header {
    padding-bottom: 15px;
}

.section-header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: 0 auto;
    height: 1px;
    width: 95%;
    max-width: 200px;
    background-color: #444444;
}

.section-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 5px;
    width: 55px;
    background-color: #222222;
    z-index: 1;
    background: #ffbc59;
}

.section-header h2, .section-header h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 auto;
    color: #5481A2;
}

.product-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.product-card__image {
    height: 250px;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.05);
}

.product-card__info {
    padding: 20px;
    min-height: 150px;
}

.product-card__title {
    margin-bottom: 10px;
    font-size: 20px
}

.product-card__price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.why-item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.why-item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.why-item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.why-item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.why-item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.why-item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.why-item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.why-item p{
    font-size:15px;
    line-height:26px;
}
.why-item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}

#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #333;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #333;
  font-size: 22px;
}

.main-navbar {
    border: 1px solid #eeeeee;
}

.carousel-caption {
    right: 0;
    left: 0;
    bottom: 100px;
}

.autosearch-wrap{text-align:left; position: absolute; left: 0; width:100%; 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: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 {padding: 0;margin:0;}
.autosearch-wrap li{clear:both;display:block;padding:5px;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;top:-100px;max-width: 600px;}

.package-wrap {
    position: relative;
}

.package-wrap-title {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-shadow: 2px 2px #555;
}

.carousel-caption h5, .package-wrap-title h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    
}

.fixed-iti ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fixed-iti ul li {
  display: inline-block;
}

.fixed-iti {
  background: #f2f2f2;
  position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    right: 0;
    display: none;
}

.fixed-iti a {
    padding: 15px;
    color: #2263ad;
}

.package-sidebar {
    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;
}

.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;
}

.custom-list .custom-list-check li:before{
    content: '\f00c';
    font-weight: 900;
}

.include-package ul, .excludes-package ul, .custom-list 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);
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #5481A2;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #5481A2;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #5481A2;
  border-color: #5481A2;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #5481A2;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

 .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;
      right: 5px;
      color: #fff;
      text-shadow: 2px 2px 8px #333;
      padding: 10px 10px 5px;
      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;
    }
    
.lg-container {
    position: relative;
    z-index: 11111;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #FFBC59;
  background-image: none !important;
}
.accordion-button.collapsed::after {
  background-color: #777;
}

.itinerary-icon .text-main {
    margin-top: 10px;
}

.trip-fact {
    border-radius: 20px;
    margin: 20px 0;
}

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

.trip-fact li {
    padding: 0 15px;
}

.trip-fact li:before {
    content: '';
}

.trip-fact span {
    display: block;
}

.package-page h2 {
    color: #5481A2;
    margin-top: 0;
}

.travel-icons {
  display: flex;
  align-items: center;
}

.travel-left {
  display: flex;
  align-items: center;
  max-width:60px;
  padding-right: 15px;
}

.travel-right {
    padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-info {
    margin-top: 25px;
}

.owl-carousel__nav>div {
    display: inline-block;
}

.owl-carousel__nav {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 75px;
}


.counter:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.counter {
    background-color:#f5f5f5;
    padding: 20px;
    border-radius: 5px;
}

.count-title {
    font-size: 24px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 2px;
    margin-bottom: 0;
    text-align: center;
    min-height: 100px;
}

.counter i {
    font-size: 40px;
}

.container-image {
    /*filter: brightness(50%);*/
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://hiddentreknepal.com/nw/public/uploadfiles/package/everest_base_camp_trek_banner.jpg) no-repeat;
    color: #fff;
}

.container-image table {
    color: #ddd;
    border-color: #777;
}

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

.footer-with h2 {
    margin: 0;
    padding-top: 3px;
}

.footer-with li {
    margin-right: 10px;
    float: left;
}

.footer-with img {
    height: 50px;
}

.panel-title {
	cursor: pointer;
}

.vertab-content ul,
.vertab-content ol {
	padding-left: 15px;
}

@media (min-width:768px) {
    .home-why-wrap {
        position: relative;
    }
    
    .home-why {
        position: absolute;
        left: 0;
        right: 0;
        top: -250px;
    }
    
    .carousel-caption {
        bottom: 400px;
        text-shadow: 2px 2px #555;
    }
    
    .search-wrap {
        top: -400px;
    }
    
	.vertab-container {
		z-index: 10;
		background-clip: padding-box;
		opacity: 0.97;
		filter: alpha(opacity=97);
		overflow: auto;
	}
	
	#main-menu .mega-menu .vertab-container .vertab-menu .list-group-item {
	    padding-left: 10px;
	}

	.vertab-menu {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
		display: block;
		background-color: #e3e3e3;
	}

	.vertab-menu .list-group {
	    padding-left: 10px;
		margin-bottom: 0;
	}

	.vertab-menu .list-group>a {
		margin-bottom: 0;
		border-radius: 0;
	}

	.vertab-menu .list-group>a,
	.vertab-menu .list-group>a {
		color: #818181;
		background-image: none;
		background-color: #F6F6F6;
		border-radius: 0;
		box-sizing: border-box;
		border: none;
		border-bottom: 1px solid #CACACA;
		padding: 15px 10px;
	}

	.vertab-menu .list-group>a.active,
	.vertab-menu .list-group>a:hover,
	.vertab-menu .list-group>a:focus {
		position: relative;
		border: none;
		border-radius: 0;
		border-bottom: 1px solid #CACACA;
		border-left: 5px solid #7952b3;
		padding-left: 5px;
		background-image: none;
		background-color: #F6F6F6;
		color: #7952b3;
	}

	.vertab-content {
		color: #FFFFFF;
	}

	.vertab-accordion .vertab-content:not(.active) {
		display: none;
	}

	.vertab-accordion .vertab-content.active .collapse {
		display: block;
	}

	.vertab-container .panel-heading {
		display: none;
	}

	.vertab-container .panel-body {
		border-top: none !important;
	}
}

/* If the tc_breakpoint variable is changed, this breakpoint should be changed as well */
@media (max-width:767px) {

	.vertab-container .vertab-menu {
		display: none;
	}
	
	.vertab-container .panel-heading {
		background-color: #F6F6F6;
		color: #818181;
		padding: 15px;
		border-bottom: 1px solid #F6F6F6;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-left: 5px solid #F6F6F6;
	}

	.vertab-container .panel-heading:hover,
	.vertab-container .panel-heading:focus,
	.vertab-container .panel-heading.active {
	    
	}

	.vertab-content {
		border-bottom: 1px solid #CACACA;
	}

	.vertab-container .panel-title a:focus,
	.vertab-container .panel-title a:hover,
	.vertab-container .panel-title a:active {
		color: #818181;
		text-decoration: none;
	}

	.panel-collapse.collapse,
	.panel-collapse.collapsing {
		color: #ffffff;
	}

	.vertab-container .panel-collapse .panel-body {
		border-top: none !important;
	}
}

@media (max-width: 575.98px) {
    .header-search-form {
        width: 250px;
    }
}

@media (max-width: 767.98px) {
    .page-title h1 {
        font-size: 24px;
    }
    
    .header-info {
        margin-top: 0px;
        text-align: center !important;
    }
    
    #autosearch.py-3 {
        padding: 5px !important;
    }
    
    .search-wrap {
        top: -50px;
    }
    
    .owl-carousel__nav {
        padding-top: 50px;
    }
    
    .package-wrap-title h1 {
        font-size: 28px;
    }
    
    .footer-with li:first-child {
        float: none;
    }
    
    .counter {
        padding: 1px;
    }
    
    .count-title {
        font-size: 14px;
    }
    
    .count-title span {
        display: block;
    }
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 1399.98px) {
    
}

