body{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    overflow-x: hidden; 
}

.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}

.ps_control_hradius .carousel-control.left{
    display: none;
}

.ps_control_hradius .carousel-control.right{
    display: none;
}



/************************HEADER**********************/




/*************************MENU SECTION***********************/


.fixed-theme img {
    width: 100% !important;
    margin-top: -13px !important;
    height: auto !important;
    max-width: 100px !important;
}

.navbar-header{
    max-width: 200px;
    /* width: 100%; */
}

#navbar{
    padding-bottom: 0px;
}

.navbar-brand img {
    margin-top: -40px;
    height: auto;
    width: 100%;
    max-width: 170px;
}

.navbar-brand {
    font-size: 24px;
    padding: 10px;
}

.navbar-container {
    padding: 30px 0 0px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #ffffff;
    padding-bottom: 0px;
    box-shadow: 0 0 5px rgb(0,0,0,.2);
    z-index: 99999;
    height: 61px;
}

.navbar-brand.fixed-theme {
    font-size: 18px;
    height: 65px;
    width: 120px;
}

.navbar-fixed-top.fixed-theme form.float-right {
    float: right;
    top: -53px;
}

.navbar-container.fixed-theme {
    padding: 0px 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-nav{
    float: right;
    margin-top: -9px;
}

ul.nav.navbar-nav li a:hover{
    background-color: transparent;
}

ul.nav.navbar-nav li.active a{
    color: #f8db15;
}

.navbar.navbar-fixed-top.fixed-theme ul.nav.navbar-nav li.active a{
    color: #000;
}

.navbar.navbar-fixed-top.fixed-theme ul.nav.navbar-nav li.active a{
    color: #f8db15;
}

ul.nav.navbar-nav li a{
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    display: block;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    border-bottom: 0px solid transparent;
    background-color: transparent;
}

.navbar-nav>li{
    margin-bottom: -2px;
    width: max-content;
}

.nav>li>a{
    padding: 15px 13px;
}

ul.nav.navbar-nav li a:hover{
    color: #f8db15;
}

.navbar-toggle{
    background-color: #000;
    background-image: block;
}

.navbar-fixed-top{
    /*background-color: rgba(255, 253, 253, 0.76);*/
    /*box-shadow: 0 0 10px rgb(214, 214, 214);*/
    height: 120px;
}

.navbar{
    margin-bottom: 0px;
    border: none;
}

.navbar-container.fixed-theme .navbar-nav{
    margin-top: 0px;
}

.navbar-container.fixed-theme .nav>li>a {
    padding: 13px 13px;
    font-size: 16px;
    color: #000;
}

.navbar-container.fixed-theme #navbar{
    padding-bottom: 0px;
}

.navbar-container.fixed-theme #navbar{
    border-bottom: none;
}

.navbar-container.fixed-theme .navbar-nav>li{
    margin-bottom: 0px;
}

.menu .dropdown-menu{
  padding: 0px 0px;
}

.menu .dropdown-menu {
    background-color: #00612f;
    max-width: 250px !important;
}

.menu .dropdown-menu a{
    color: #fff !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #034422 !important;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.menu .dropdown-menu a:hover{
    color: #f8db15 !important;
}

.menu .dropdown-menu>li:last-child{
    border-bottom: none;
}

.menu .dropdown-menu>li{
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid rgba(183, 183, 183, 0.3);
}

.menu .dropdown-menu>li>a:hover{
    background-color: #eee;
    color: #00612f !important;
}

.menu .dropdown-menu>li>a {
    padding: 5px 15px;
}

.menu .navbar-nav>li>.dropdown-menu {
    margin-top: -1px;
}

.menu .dropdown-submenu {
    position: relative;
}

.menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0px 0px 3px 3px;
}

.menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.menu .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.menu .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.menu .dropdown-submenu.pull-left {
    float: none;
}

.menu .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.hvrcenter {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}
.hvrcenter:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #f8db15;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvrcenter:hover:before, .hvrcenter:focus:before, .hvrcenter:active:before {
  left: 0;
  right: 0;
}


.banner-social{
    position: fixed;
    z-index: 999;
    top: 30%;
}

.banner-social ul{
    padding: 0px;
    margin: 0px;
}

.banner-social ul li{
    list-style-type: none;
    padding-bottom: 10px;
}

.banner-social ul li a i{
    font-size: 20px;
    color: #fff;
    background-color: #00612f;
    padding: 12px;
    width: 50px;
    text-align: center;
    border-radius: 0 20px 20px 0;
}

.banner-social ul li a i:hover{
    background-color: #f8db15;
    color: #000;
}



/********************SLIDER********************/

#fw_al_005{
    margin-top: -1px !important;
}

#fw_al_005 {
  overflow: hidden;
  max-height: 658px;
  position: relative;
  background: #000000;
  width: 100%;
}

#fw_al_005 img{
    height: 658px;
}



a.call-now {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(248, 208, 84, 0.97);
    padding: 15px;
    border-radius: 0 30px 30px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

a.group-trek {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 9999;
    background-color: rgba(248, 208, 84, 0.97);
    padding: 15px;
    border-radius: 30px 0px 0px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}




/************************SEARCH**********************/



#custom-search-input {
    margin:0;
    margin-top: 0px;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    border: 13px solid #00612f;
    border-radius: 0px;
    height: 56px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -37px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    color:#000;
}

.search-query:focus + button {
    z-index: 3;   
}


a.btn.btn-customized{
    background-color: #00612f;
    padding: 14px 20px;
    border-radius: 0px;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}









/**********************WELCOME*********************/


.welcome{
    padding: 40px 0;
}

.welcome .h2{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #00612f;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.welcome .h2:after {
    width: 80px;
    height: 4px;
    background: #00612f;
    content: "";
    margin: 0 auto;
    display: block;
    margin-top: 9px;
    margin-bottom: 20px;
}

.welcome p{
    text-align: center;
}











/**********************DESTINATION********************/

.destination{
    background: url("./images/destination-bg.jpg") center center no-repeat;
    background-attachment: fixed;
}

.destination .overlay{
    background-color: rgba(0,0,0,.6);
    padding: 40px 0;
}

.desti-box{
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.destination img{
    width: 100%;
    height: auto;
}

.desti-box h2{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 7px;
}

.desti-box h2 a{
    color: #00612f;
    text-decoration: none;
}

.desti-box h2 a:hover{
    text-decoration: underline;
}

.desti-box p{
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
    color: #333;
}

.desti-box p span.hotel{
    text-transform: uppercase;
    text-decoration: underline;
}

.destination .discount1 {
    position: absolute;
    top: 100px;
    left: 15px;
    background: #f8db15;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
}

.destination .discount1:before {
    border-left: 15px solid #f8db15;
    border-bottom: 27px solid transparent;
    content: "";
    height: 0;
    right: -15px;
    position: absolute;
    top: 0;
    width: 0;
}

.destination .discount1:after {
    border-left: 15px solid #f8db15;
    border-top: 30px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 13px;
    width: 0;
}











/*****************************BEST SELLER****************************/

.best-seller{
    padding-top: 40px;
    background-color: #e6e6e6;
    padding-bottom: 40px;
}

.best-seller h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #00612f;
    margin-top: 0px;
    margin-bottom: 5px;
}

.best-seller h2 a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #00612f;
    float: right;
    text-decoration: underline;
}

.best-seller h2 a:hover{
    text-decoration: none;
}

.best-seller h2:after {
    width: 80px;
    height: 4px;
    background: #00612f;
    content: "";
    display: block;
    margin-top: 9px;
    margin-bottom: 5px;
}







.seller-box{
    background-color: #fff;
    padding: 5px;
}

.seller-box img{
    width: 100%;
    height: auto;
}

.seller-content{
    text-align: right;
}

.seller-content h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px;
    text-align: left;
}

.seller-content h3 a{
    text-decoration: none;
    color: #000;
}

.seller-content h3 a:hover{
    color: #00612f;
}

.seller-content p{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-bottom: 10px;
    text-align: left;
}

.seller-content ul{
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
    text-align: left;
}

.seller-content ul li{
    list-style-type: none;
    padding-bottom: 5px;
    font-style: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

.seller-content ul li span{
    font-weight: 400;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px;
}

.seller-content ul li i.fa{
    color: #00612f;
    font-size: 18px;
}

a.btn.btn-view{
    background-color: #00612f;
    padding: 5px 10px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: -11px;
}

.best-deal{
    background-color: #f8db15;
    width: 55px;
    position: absolute;
    top: 20px;
    right: 9px;
    padding: 5px;
    text-align: center !important;
}

.best-deal::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    border-top: 14px solid #f8db15;
    border-left: 54px solid #f8db15;
    /*border-right: 45px solid #021a47;*/
    border-bottom: 15px solid transparent;
    z-index: 0;
}

.best-deal p{
    padding-left: 0px;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}

.best-deal p span{
    font-weight: 600;
}








.img-box1{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.img-box1 img{
    display: block;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.img-box1 {
    position: relative
}


.info-box1.info-content {
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.zoom-out-effect1 {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.zoom-out-effect1 .img-box1 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #e6e6e6
}
.zoom-out-effect1 .img-box1 a, .zoom-out-effect1 .img-box1 a:active, .zoom-out-effect1 .img-box1 a:focus a:focus {
    color: #999
}

.zoom-out-effect1 .img-box1 a:active:hover, .zoom-out-effect1 .img-box1 a:focus:hover, .zoom-out-effect1 .img-box1 a:hover{
    color: #f2f2f2
}

.zoom-out-effect1 .img-box1 {
    z-index: 0
}

.zoom-out-effect1:hover .img-box1 {
    -webkit-transform: translateZ(0) scale(1.15, 1.15);
    -moz-transform: translateZ(0) scale(1.15, 1.15);
    -ms-transform: translateZ(0) scale(1.15, 1.15);
    -o-transform: translateZ(0) scale(1.15, 1.15);
    transform: translateZ(0) scale(1.15, 1.15)
}



.best-seller .owl-nav {
    display: block !important;
    position: absolute;
    top: -70px;
    right: 0;
}


.best-seller .owl-nav .owl-prev .fa-angle-left{
    font-size: 35px;
    border: 3px solid #000;
    padding: 0px 10px !important;
    border-radius: 10px 0 0 10px;
    color: #000;
}

.best-seller .owl-nav .owl-next .fa-angle-right{
    font-size: 35px;
    border: 3px solid #000;
    padding: 0px 10px !important;
    border-radius: 0 10px 10px 0;
    margin-left: 5px;
    color: #000;
}





/******************ACTIVITIES****************/

.activity{
    background: url("./images/thing-bg.jpg") center center no-repeat;
    background-attachment: fixed;
}

.activity .overlay{
    padding: 40px 0;
    background-color: rgba(0,0,0,.7);
}

.activity h2{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.activity h2:after {
    width: 80px;
    height: 4px;
    background: #fff;
    content: "";
    margin: 0 auto;
    display: block;
    margin-top: 9px;
    margin-bottom: 20px;
}

.activity p{
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.activity ul{
    padding: 0px;
    margin: 0px;
}

.activity ul li{
    list-style-type: none;
    display: inline-block;
    width: 282px;
}

.activity ul li img{
    width: 100px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.activity ul li h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 27px;
    margin-bottom: 6px;
}

.activity ul li h3 a{
    color: #fff;
    text-decoration: none;
}

.activity ul li p{
    text-align: left;
    color: #f8db15;
    margin-bottom: 0px;
}

a.btn.btn-active{
    border: 2px solid #f8db15;
    background-color: transparent;
    border-radius: 30px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #f8db15;
    padding: 16px 40px;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.btn.btn-active:hover{
    border: 2px solid #00612f;
    background-color: #00612f;
    color: #fff;
}


/************************VIDEO BLOG*************************/

.video-blog{
    padding: 40px 0;
}

.video-blog h2{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #00612f;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.video-blog h2:after {
    width: 80px;
    height: 4px;
    background: #00612f;
    content: "";
    margin: 0 auto;
    display: block;
    margin-top: 9px;
    margin-bottom: 20px;
}

.video-box img{
    width: 100%;
    height: 420px;
}

.video-box i.fa{
    position: absolute;
    top: 47%;
    left: 38%;
    border: 5px solid #fff;
    padding: 30px 33px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
}





.blog-content img{
    width: 100%;
    height: auto;
}

.blog-box{
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 8px 13px -3px rgba(0,0,0,0.5) !important;
}

.blog-box h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.blog-box p{
    margin-bottom: 5px;
    text-align: center;
}

a.btn.btn-reads{
    border: 2px solid #00612f;
    background-color: transparent;
    border-radius: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #00612f;
    max-width: 88px;
    width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.btn.btn-reads:hover{
    border: 2px solid #00612f;
    background-color: #00612f;
    color: #fff;
}

a.btn.btn-blog{
    border: 2px solid #00612f;
    background-color: transparent;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #00612f;
    padding: 12px 30px;
    max-width: 194px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.btn.btn-blog:hover{
    border: 2px solid #00612f;
    background-color: #00612f;
    color: #fff;
}

.testi-content img{
    width: 100px;
    height: auto;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.testi-content h2{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin-top: 40px;
    margin-bottom: 5px;
    text-align: left !important;
}

.testi-content h2{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #00612f;
    margin-top: 0px;
    margin-bottom: 5px;
}

.testi-content h2 span{
    color: #333;
    border-left: 2px solid #333;
    padding-left: 10px;
    margin-left: 5px;
}

.testi-content i.fa{
    color: #f8db15;
}

.testi-content p a{
    text-decoration: none;
    color: #00612f;
    font-weight: 600;
    margin-left: 5px;
}

.testi-content p a:hover{
    color: #000;
}
 
a.btn.btn-read2{
    border: 2px solid #00612f;
    background-color: transparent;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #00612f;
    padding: 10px 25px;
    max-width: 131px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.btn.btn-read2:hover{
    border: 2px solid #00612f;
    background-color: #00612f;
    color: #fff;
}

/*****************REVIEW*****************/

.reviews {
    padding: 40px 0;
    background-color: #eee; 
}

.reviews h2{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #00612f;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.reviews h2:after {
    width: 80px;
    height: 4px;
    background: #00612f;
    content: "";
    margin: 0 auto;
    display: block;
    margin-top: 9px;
    margin-bottom: 30px;
}

.review-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.review-box {
    border-right: 1px solid #b8b7b7;
    padding: 0 30px;
}

.reviews h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #00612f;
    margin-top: 12px;
    margin-bottom: 5px;
}

.reviews .review-location {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}

.reviews i.fa.fa-star {
    color: #f8d054;
    margin-right: 2px;
}

.reviews p a {
    color: #00612f;
    font-weight: 600;
    text-decoration: none;
}

.reviews p a:hover {
    text-decoration: underline;
}

.review-box1 {
    padding: 0 30px;
}

.review-box1 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.reviews h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #00612f;
    margin-top: 12px;
    margin-bottom: 5px;
}










a.btn.btn-reviews {
    border: 2px solid #00612f;
    background-color: transparent;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #00612f;
    max-width: 226px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.btn.btn-reviews:hover {
    border: 2px solid #00612f;
    background-color: #00612f;
    color: #fff;
}

/********************TRIP SECTION START HERE*****************/

.trip-section{
    padding: 40px 0;
}

.trip-section h2{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #00612f;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.trip-section h2:after {
    width: 80px;
    height: 4px;
    background: #00612f;
    content: "";
    margin: 0 auto;
    display: block;
    margin-top: 9px;
    margin-bottom: 30px;
}

/*.trip-section img{
    width: 100%;
    height: 350px;
}
*/

















/******************************FOOTER********************************/

/**********TOP FOOTER**********/

.top-footer{
    background-color: #00612f;
    padding: 50px 0;
}




.add-box {
    background-color: #034422;
    padding-left: 0px;
    padding-right: 0px;
    border-right: 1px solid #034422;
    margin-bottom: 30px;
}

.add-box i.fa.fa-map-marker {
    border: 1px solid #f8db15;
    padding: 20px 35px;
    background-color: #f8db15;
    font-size: 40px;
    float: left;
    margin-right: 20px;
    color: #00612f;
}

.footer-adds {
    /* padding-top: 19px; */
    word-break:break-word;
}

.triangle {
    height: 100%;
    display: flex;
    align-items: center;
}

.add-box p {
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 8px;
}

.triangle:after {
    content: "";
    display: block;
    position: absolute;
    left: 94px;
    top: 38%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f8db15;
}

.add-box i.fa {
    border: 1px solid #f8db15;
    padding: 20px 31px;
    background-color: #f8db15;
    font-size: 40px;
    float: left;
    margin-right: 20px;
    color: #00612f;
}

.add-box1 i.fa {
    border: 1px solid #f8db15;
    padding: 20px 26px;
    background-color: #f8db15;
    font-size: 40px;
    float: left;
    margin-right: 20px;
    color: #00612f;
}

.add-box1 {
    background-color: #034422;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
}

.add-box1 p {
    margin-bottom: 5px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}


.top-footer .footer-head{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 20px;
}

.top-footer .h5{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.quick-links ul{
    padding: 0px;
    margin: 0px;
}

.quick-links ul li{
    list-style-type: none;
    padding-bottom: 14px;
}

.quick-links ul li a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.quick-links ul li a:hover{
    color: #f8db15;
}


.footer-activity ul{
    padding: 0px;
    margin: 0px;
}

.footer-activity ul li{
    list-style-type: none;
    padding-bottom: 14px;
    display: inline-block;
    max-width: 270px;
    width: 100%;
}

.footer-activity ul li a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.footer-activity ul li a:hover{
    color: #f8db15;
}





.footer-icons ul{
    padding: 0px;
    margin: 0px;
}

.footer-icons ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 14px;
}

.footer-icons ul li a i.fa.fa-facebook{
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    padding: 10px 13px !important;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.footer-icons ul li a i.fa.fa-facebook:hover{
    border: 2px solid #034422;
    background-color: #034422;
    color: #fff;
}

.footer-icons ul li a i.fa.fa-twitter{
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    padding: 10px 12px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.footer-icons ul li a i.fa.fa-twitter:hover{
    border: 2px solid #034422;
    background-color: #034422;
    color: #fff;
}

.footer-icons ul li a i.fa.fa-linkedin{
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    padding: 10px 12px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.footer-icons ul li a i.fa.fa-linkedin:hover{
    border: 2px solid #034422;
    background-color: #034422;
    color: #fff;
}

.footer-icons ul li a i.fa.fa-google-plus{
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    padding: 10px 9px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.footer-icons ul li a i.fa.fa-google-plus:hover{
    border: 2px solid #034422;
    background-color: #034422;
    color: #fff;
}

.footer-icons ul li a i.fa.fa-youtube{
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    padding: 10px 12px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.footer-icons ul li a i.fa.fa-youtube:hover{
    border: 2px solid #034422;
    background-color: #034422;
    color: #fff;
}


.top-footer .form-inner {
    position: relative;
    max-width: 280px;
}

.top-footer .form-inner:before {
    content: "\f1d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 30px;
    top: 12px;
    color: #fff;
    pointer-events: none;
    z-index: 11;
    font-size: 20px;
}

.top-footer .form-inner input[type="email"] {
    font-size: 14px;
    padding: 12px 0 12px 16px;
    border: 0;
    border-radius: 25px !important;
    height: 46px;
    position: relative;
    width: 186px;
    border-radius: 0;
    display: block;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    outline: 0;
    width: 100%;
}

.top-footer .form-inner input[type="submit"] {
    position: absolute;
    border-radius: 25px;
    top: 2px;
    right: 2px;
    background: #00612f;
    color: #fff;
    padding: 10px 16px;
    border: 0;
    transition: .2s;
    height: auto;
    font-size: 0;
    height: 42px;
    width: 74px;
    min-width: auto !important;
}






/******************MID FOOTER******************/

.mid-footer{
    padding: 25px 0;
    background-color: #034422;
}





.associate ul{
    padding: 0px;
    margin: 0px;
}

.associate ul li{
    list-style-type: none;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    padding-right: 14px;
}


.tripadvisor img{
    width: 100px;
    height: auto;
    margin: 0 auto;
    display: block;
}



.accepts ul{
    padding: 0px;
    margin: 0px;
    margin-top: 7px;
}

.accepts ul li{
    list-style-type: none;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    padding-right: 3px;
}

.accepts ul li a img{
    width: 60px;
    height: auto;
}





.footer-bottom{
    padding: 10px 0;
    background-color: #034422;
}

.footer-bottom .row{
    border-top: 1px solid #00612f;
    padding: 15px 0px;
}

.footer-bottom p{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}










/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #00612f;
    color: #fff;
    width: 55px;
    height: 54px;
    line-height: 7px;
    right: 15px;
    bottom: 120px;
    padding-top: 14px;
    border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.scroll-top-wrapper .scroll-top{
    margin-top: 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
}









/*********************************EVEREST BASE CAMP TREK PAGE START HERE******************************/

.package-banner{
    background: url("./images/package-banner.jpg") center center no-repeat;
    /*min-height: 300px;
    padding-top: 120px;*/
    /*position: relative;*/
    top: -80px;
    z-index: 9;
    /*margin-bottom: -80px !important;*/
}

.package-banner h1{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.package-banner .overlay{
    background-color: rgba(0,0,0,.6);
   /* padding-top: 120px;
    padding-bottom: 32px;*/
    padding-top: 250px;
    padding-bottom: 100px;
}

.package-banner p{
    text-align: center;
    color: #f0bc01;
}


.package-banner p a{
    color: #f0bc01;
    text-decoration: none;
}

.package-banner p a:hover{
    color: #fff;
}



.details-trip{
    background-color: #00612f;
    border-top: 4px solid #fdda5e;
    border-bottom: 4px solid #fdda5e;
}

.details-trip ul{
    padding: 0px;
    margin: 0px;
}

.details-trip ul li{
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #fdda5e;
    padding: 20px 10px;
    margin-right: 10px;
    max-width: 183px;
    width: 100%;
}

.details-trip ul li:last-child{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.details-trip ul li i.fa{
    font-size: 20px;
    color: #f9e66b;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.details-trip ul li i.fas{
    font-size: 20px;
    color: #f9e66b;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.details-trip ul li p{
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    color: #f9e66b;
}

.details-trip ul li p span{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}





.everest-body{
    background-color: #eee;
    padding: 70px 0;
}

.everest-left {
    border-right: 0px solid #888;
    padding-right: 30px;
}



.everest-left .everets-img{
    width: 100%;
    height: auto;
}
.highlight h4{
    margin-top: 18px;
}

.highlight-box{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0 10px 30px -15px rgba(0,0,0,0.2) !important;
}

.everest-left h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #00612f;
    margin-bottom: 10px;
    margin-top: 0px;
    text-decoration: underline;
}

.everest-left h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #00612f;
    margin-bottom: 10px;
    margin-top: 0px;
    text-decoration: underline;
}


/**************ACCORDIAN*************/

/*#accordion{
    margin-bottom: 30px;
}*/

.accordion { width: 100%; position: relative; border-bottom: 1px solid #ddd;}

.accordion:last-child{
    border-bottom: none;
}

.accordian-chk { 
  width: 100%;
  position: absolute; 
  left: 0px;
  top: 0px;
  height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -khtml-appearance: none;
  appearnace: none;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 20px;
  z-index: 2;
  margin: 0px;
} 

.accordion h3 { 
  background: transparent none; 
  /*border: 1px solid #167600 !important;*/ 
  position: relative; 
      padding: 12px;
    color: #167600;
    font-size: 18px;
  font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  z-index: 1;
}

.accordion h3 .acc-icon { 
  width: 0; 
  height: 0; 
  position: absolute; 
  right: 10px; 
  top: 22px; 
  border-left: 5px solid transparent; 
  border-right: 5px solid transparent; 
  border-top: 5px solid #167600; 
  border-bottom: 5px solid transparent; 
}

.accordion .accordian-chk:checked + h3 > .acc-icon { 
  border-left: 5px solid transparent; 
  border-right: 5px solid transparent; 
  border-bottom: 5px solid #167600; 
  border-top: 5px solid transparent; 
  top: 16px; 
}

.accordion .accordian-chk:checked + h3 + div.accordian-content { 
   opacity: 1;
   -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    max-height: 1000px;
    overflow: hidden;
    padding: 15px;
}

.accordion p{
    margin-bottom: 0px;
}

.accordian-content { 
   opacity: 0;
    padding: 15px;
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    /*border: 1px solid #167600;*/
    margin-bottom: 2px;
}

input.accordian-chk:focus{
    outline: none !important;
    border-color: transparent;
    box-shadow: 0 0 10px transparent;
}

.include-body p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #00612f;
    margin-bottom: 10px;
    margin-top: 0px;
    text-decoration: underline;
}

.costs ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
}

.costs ul li {
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
}

.costs ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    font-size: 12px;
    top: 10px;
    left: 0;
    border: 1px solid #17a43b;
    background-color: #17a43b;
    padding: 4px;
    border-radius: 50%;
    margin-right: 10px;
}



.excludes p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #00612f;
    margin-bottom: 10px;
    margin-top: 0px;
    text-decoration: underline;
}

.excludes ul {
    padding: 0px;
    margin: 0px;
}

.excludes ul li {
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
}

.excludes ul li:before {
    content: "\f00d";
    font-family: FontAwesome;
    color: #fff;
    font-size: 12px;
    top: 10px;
    left: 0;
    border: 1px solid #ff0000;
    background-color: #ff0000;
    padding: 4px 6px;
    border-radius: 50%;
    margin-right: 10px;
}

.image-gallery1 img{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 5px;
}

.image-gallery1 h5{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #00612f;
    margin-bottom: 10px;
    margin-top: 0px;
    text-decoration: underline;
}

.modal-body img {
    width: 100%;
    height: auto;
}

.modal-dialog {
    width: 800px;
    margin: 70px auto;
}

.our-reviews h4{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #00612f;
    margin-bottom: 10px;
    margin-top: 0px;
    text-decoration: underline;
}

.reviewbox{
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.reviewbox:last-child{
    margin-bottom: 0px;
    border-bottom: none;
}

.reviewbox img{
    width: 100px;
    height: auto;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.reviewbox .name-head{
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 600;
    color: #000;
    padding-top: 40px;
    border-bottom: none !important;
    margin-bottom: 0px;
}

/* .reviewbox .country-head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #00612f;
    margin-top: 25px;
    margin-bottom: 5px;
} */

.reviewbox p span{
    float: right;
}

.reviewbox .rating{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.reviewbox .rating i.fa{
    color: #ff8204;
    font-size: 16px;
    margin-left: 2px;
}

/*.price{
    background-color: #00612f;
    padding: 20px;
    margin-bottom: 20px;
    border-top: 10px solid #f9e66b;
}*/

.tour-sale-rate {
    position: absolute;
    right: 15px;
    top: 0;
    width: 75px;
    height: 75px;
}

.tour-sale-rate span {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding-top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
}

.tour-sale-rate:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 75px solid;
    border-left: 75px solid rgba(0, 0, 0, 0);
}

.tour-sale-rate:after {
    border-top-color: #f9e66b !important;
}


.price-head{
    color: #fff;
}

.price-rate1{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.price-rate1 i.fa{
    color: #f9e66b;
}

.price-rate{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    line-height: 54px;
    color: #f9e66b;
    font-weight: 700;
    text-decoration: underline;
}

a.btn.btn-trip {
    background-color: #f9e66b;
    width: 100%;
    padding: 14px 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
    margin-bottom: 20px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.btn.btn-trip:hover {
    background-color: #fff;
    color: #000;
}

a.btn.btn-success {
    width: 100%;
    margin-bottom: 20px;
}

.price .modal-footer{
    text-align: center;
}
.price .modal-footer button{
    background-color: #00612f;
    padding: 5px 10px;
    border-radius: 0px;
    /* font-size: 14px; */
    /* line-height: 18px; */
    font-weight: 400;
    color: #fff;
}

.price .modal-dialog{
    margin: 0 auto;
    width: auto;
}

.price .modal-header .close{
    position: static;
}

.price .modal-header .modal-title{
    text-align: center;
    margin: 8px 0 0;
    font-size: 18px;
}

.price .modal-body form .row>*{
    margin-top: 10px;
}

.price p a{
    color: #fff;
    text-decoration: none;
}

.invalid-feedback {
    color: #ff2424;
    font-size: 14px;
}

.price p a:hover{
    color: #f9e66b;
}

.company{
    margin-bottom: 30px;
}

.company .company-head{
    background-color: #00612f;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    border-bottom: 5px solid #021a5f;
}

.company ul{
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 10px 30px -15px rgba(0,0,0,0.2) !important;
    border-radius: 0 0 5px 5px;
}

.company ul li{
    list-style-type: none;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

.company ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.company ul li a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.company ul li a:hover{
    color: #00612f;
}

#page{
    margin-bottom: 40px;
}


.related-content h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #00612f;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
    text-decoration: underline;
}

.related-content img{
    width: 100%;
    height: auto;
}

.relate-box{
    border: 1px solid #fff;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 15px 13px 63px -20px rgba(0,0,0,0.6);
}

.relate-box h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 0px;
}

.relate-box h3 a{
    color: #000;
    text-decoration: none;
}

.relate-box h3 a:hover{
    color: #00612f;
}

.relate-box p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0px;
}

.relate-box p a{
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    float: right;
}

.relate-box p a:hover{
    color: #00612f;
    text-decoration: underline;
}

/*.relate-box ul{
    padding: 0px;
    margin: 0px;
}

.relate-box ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #ddd;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
}

.relate-box ul li:last-child{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.relate-box ul li a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.relate-box ul li a:hover{
    color: #00612f;
    text-decoration: underline;
}*/


.z-content-inner .itinerary-head, .name-head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400 !important;
    color: #000;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.z-content-inner .itinerary-description-head, .country-head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-top: 0px;
    margin-bottom: 5px;
}

.youtube-videos{
    margin-bottom: 30px;
}

.youtube-videos img{
    width: 100%;
    height: auto;
}

.youtube-videos .video-heading{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 15px;
    background-color: #00612f;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 5px solid #00f577;
    width: 100%;
}

.youtube-videos .video-heading a{
    color: #fff;
    text-decoration: none;
}



.photo-gallery{
    margin-bottom: 30px;
}

.photo-gallery img{
    width: 100%;
    height: auto;
}

.photo-gallery h6{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 15px;
    background-color: #00612f;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 5px solid #00f577;
    width: 100%;
}

.photo-gallery h6 a{
    color: #fff;
    text-decoration: none;
}

.trip-icon img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.fb-widget img{
    width: 100%;
    height: auto;
}

.everest-right{
    padding-left: 0px;
}

.price{
    background-color: #00612f;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.ribbon {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 175px;
    height: 0px;
    border: 19px solid #fdda5e;
    border-right: 25px solid #00612f;
    margin-left: -33px;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    margin-bottom: 15px;
}

.ribbon:before {
    display: inline-block;
    position: absolute;
    left: -19px;
    top: 19px;
    border-left: 13px solid transparent;
    border-top: 10px solid rgba(179, 140, 0, 0.7);
    content: '';
}

.price p a{
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.price p a:hover{
    text-decoration: underline;
}




.price .booking-heading{
    font-size: 20px;
    margin-top: -12px;
    margin-left: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}

.price .booking-heading em{
    font-weight: 400;
    font-size: 18px;
}

.price-rate1 {
     font-size: 22px;
    font-weight: 400;
    color: #eee;
    margin-top: 0px;
    line-height: 26px;
}





.price-head{
    color: #fff;
    margin-bottom: 5px;
}

.price-rate sup{
    font-size: 17px;
    color: #fff;
    top: -15px;
    margin-right: 5px;
}

.price-rate{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
    line-height: 44px;
}

.currency{
    font-size: 20px;
    padding-left: 5px;
}

a.btn.btn-trip{
    background-color: #fdda5e;
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.btn.btn-trip:hover{
    background-color: #fff;
    color: #00612f;
}

a.btn.btn-trip1{
    background-color: #fdda5e;
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.btn.btn-trip1:hover{
    background-color: #fff;
    color: #00612f;
}



.company{
    margin-bottom: 25px;
}

.company .company-head {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #00612f;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 5px solid #00f577;
}

.company ul {
    padding: 20px;
    margin: 0px;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
}

.company ul li {
    list-style-type: none;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.company ul li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.company ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #333;
    font-size: 15px;
    padding-right: 0.5em;
    top: 4px;
    font-weight: 300;
    left: 0;
    float: left;
}

.company ul li a {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.company ul li a:hover {
    color: #00612f;
}






.trip-details{
    margin-bottom: 25px;
}

.trip-details .detail-trip-head {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #00612f;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 5px solid #00f577;
}

.trip-details ul {
    padding: 20px;
    margin: 0px;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
}

.trip-details ul li {
    list-style-type: none;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    display: block;
    color: #333;
}

.trip-details ul li strong{
    color: #00612f;
}

.trip-details ul li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}






.trip-fact{
    background-color: #eee;
    padding: 15px;
    margin-bottom: 40px;
}

.trip-fact h5 {
    font-family: 'Bree Serif', serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #c36235;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.trip-fact ul{
    padding: 0px;
    margin: 0px;
}

.trip-fact ul li{
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.trip-fact ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.trip-fact ul li img{
    width: 40px;
    float: left;
    margin-right: 20px;
}

.trip-fact ul li p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #262262;
    margin-bottom: 0px;
}

.trip-fact ul li p span{
    font-size: 14px;
    font-weight: 400;
    color: #c36235;
}

a.btn.btn-inquiry{
    background-color: #00612f;
    border-bottom: 5px solid #00f577;
    padding: 17px 20px;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}


.quick-forms {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 40px;
}

.quickform .input-group-addon{
    width: 40px;
}

.quickform h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #00612f;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 5px solid #00f577;
}

.quickform .well {
    min-height: 20px;
    padding: 20px; 
    margin-bottom: 0px;
    border: none;
    border-radius: 4px;
    background-color: #fff !important;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
}



.quickform button.btn.btn-block.btn-lg.btn-info {
    color: #fff;
    background-color: #00612f;
    border: 2px solid #00612f;
    border-radius: 3px;
    font-weight: 600;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.quickform button.btn.btn-block.btn-lg.btn-info:hover {
    color: #00612f;
    background-color: transparent;
    border: 2px solid #00612f;
}



.nav-tabs {
    border-bottom: 1px solid #ddd;
    background-color: #00612f;
}

.nav-tabs>li>a{
    color: #fff;
    border-radius: 0px;
}

.nav>li>a:focus, .nav>li>a:hover{
    background-color: #333;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}


/*********************************ACTIVITY PAGE START HERE******************************/

.activity-banner{
    background: url("./images/activity-banner.jpg") top center no-repeat;
    /*min-height: 300px;
    padding-top: 120px;*/
    /*position: relative;*/
    top: -80px;
    z-index: 9;
    /*margin-bottom: -80px !important;*/
}

.activity-banner h1{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.activity-banner .overlay{
    background-color: rgba(0,0,0,.6);
   /* padding-top: 120px;
    padding-bottom: 32px;*/
    padding-top: 250px;
    padding-bottom: 100px;
}






.activity-body{
    padding: 70px 0;
    background-color: #eee;
}

.activity-body img{
    width: 100%;
    height: auto;
}

.activity-body h2,
.activity-body .description{
    text-align: center;
}
.activity-body h2{
    margin-top: 0;
}
.activity-body .description{
    padding: 8px 0 24px;
}

.page-content .contact-title{
    font-size: 24px;
    text-align: left;
}

.page-content h2,
.page-content .description{
    text-align: center;
}
.page-content h2{
    margin-top: 0;
}
.page-content .description,
.activity-body .description
{
    padding: 8px 0 24px;
    text-align: justify;
}
.page-content .description ol,
.page-content .description ul,
.activity-body .description ol,
.activity-body .description li
{
    padding-left: 2rem;
}
.page-content .description ol li,
.page-content .description ul li,
.activity-body .description ul li,
.activity-body .description ol li

{
    list-style-position: outside;
    margin-bottom: .5rem;
}

.page-content .form-group>* {
    margin-top: 16px;
}

.avtivity-box{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px -15px rgba(0,0,0,0.5) !important;
    height: 82px;
    
}

.avtivity-box h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.avtivity-box h3 a{
    color: #000;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.avtivity-box h3 a:hover{
    color: #00612f;
}

.avtivity-box h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.avtivity-box h2 a{
    color: #000;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.avtivity-box h2 a:hover{
    color: #00612f;
}










/****************************RESPONSIVE START HERE*************************/

@media (max-width: 1024px)
{
    .activity ul li{
        width: 243px;
    }

    .activity ul li img{
        width: 70px;
    }

    .blog-box h3{
        font-size: 22px;
    }

    .testi-content h2{
        font-size: 18px;
    }

    .footer-activity ul li{
        max-width: 234px;
    }

    .accepts ul li a img{
        width: 40px;
    }

    a.call-now{
        top: 68% !important;
        bottom: 26%;
    }

    .details-trip ul li{
        max-width: 159px;
    }

    .details-trip ul li p span{
        font-size: 10px;
    }
}










@media (max-width: 990px)
{
    .destination .discount1::after {
        border-left: 15px solid #f8db15;
        border-top: 30px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        right: -14px;
        top: 13px;
        width: 0;
    }

    .destination .discount1::before {
        border-left: 15px solid #f8db15;
        border-bottom: 27px solid transparent;
        content: "";
        height: 0;
        right: -14px;
        position: absolute;
        top: 0;
        width: 0;
    }

    .activity ul li {
        width: 235px;
    }

    #fw_al_005 img {
        height: 558px;
    }

    .banner-social{
        top: 20%;
    }

    a.call-now{
        display: none;
    }

    .navbar-container.fixed-theme .nav > li > a{
        padding: 13px 20px;
    }

    .footer-activity ul li {
        max-width: 230px;
    }

    .footer-icons ul li a i.fa.fa-facebook{
        padding: 8px 13px;
    }

    .footer-icons ul li a i.fa.fa-twitter{
        padding: 8px 10px;
    }

    .footer-icons ul li a i.fa.fa-linkedin{
        padding: 8px 10px;
    }

    .footer-icons ul li a i.fa.fa-google-plus{
        padding: 8px 7px;
    }

    .footer-icons ul li a i.fa.fa-youtube{
        padding: 8px 10px;
    }

    .details-trip ul li{
        max-width: 152px;
    }

    .details-trip ul li p span{
        font-size: 9px;
    }
}


@media(max-width: 834px)
{
    .seller-content h3{
        font-size: 22px;
    }

    .activity ul li {
        width: 24%;
    }

    .footer-activity ul li {
        max-width: 190px;
    }

    .trip-section img{
        height: auto;
    }

    .details-trip ul li{
        border-right: 1px solid #fdda5e;
        border-bottom: 1px solid #fdda5e;
        max-width: 100%;
        /* width: 33%; */
        margin-right: 0px;
    }

    .details-trip ul li:last-child{
        border-right: 1px solid #fdda5e;
    }

    /* .ribbon{
        width: 144px;
    } */

    .price h5{
        font-size: 16px;
    }

    .z-tabs.flat.large > ul > li > a{
        font-size: 12px !important;
    }

    #page .z-tabs > ul > li h2{
        font-size: 12px !important;
    }
    
}

@media(max-width: 768px)
{
    .nav > li > a {
        padding: 15px 9px;
    }

    /* .ribbon {
        width: 130px;
    } */

    .price h5{
        font-size: 14px;
    }

    .price-rate{
        font-size: 32px;
    }

    .navbar-container.fixed-theme .nav > li > a {
        padding: 13px 15px;
    }

    .fw_al_005_slide > h1{
        font-size: 32px !important;
    }

    .seller-content h3{
        font-size: 20px;
    }

    .footer-activity ul li {
        max-width: inherit;
    }
}


@media (max-width: 767px)
{
    .navbar-header {
        max-width: 100%;
        width: 100%;
    }

    .navbar-brand img {
        margin-top: -40px;
        height: auto;
        width: 76%;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }

    .navbar-toggle {
        background-color: #ed0000;
    }

    .banner-social{
        display: none;
    }

    .navbar-container.fixed-theme .nav > li > a{
        color: #fff;
    }

    .navbar-toggle{
        margin-top: -8px;
    }

    .navbar.navbar-fixed-top.fixed-theme .navbar-toggle{
        margin-top: 10px;
    }

    .navbar-toggle .icon-bar{
        background-color: #fff;
    }

    .fw_al_005_slide > h1{
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .fw_al_005_slide > p{
        font-size: 16px !important;
    }

    .navbar-nav {
        float: none;
        margin-top: 0px;
        background-color: #000;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
        max-height: 400px !important;
    }

    ul.nav.navbar-nav li a{
        line-height: 20px;
    }

    .activity ul{
        text-align: left;
    }

    .activity ul li p{
        text-align: left;
    }

    a.btn.btn-customized{
        margin-top: 20px;
        width: 97%;
    }

    .destination img{
        margin-bottom: 25px;
    }

    .seller-content h3{
        font-size: 20px;
    }

    a.btn.btn-view{
        margin-top: -3px;
    }

    .activity ul li h3{
        margin-top: 0px;
        padding-top: 0px;
    }

    .activity ul li {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        border-bottom: 1px solid #7d7575;
        padding-bottom: 20px;
    }

    .video-box{
        margin-bottom: 25px;
    }

    .blog-content{
        margin-bottom: 25px;
    }

    .review-box {
        border-right: none;
        padding: 0 30px;
        border-bottom: 1px solid#b8b7b7;
        margin-bottom: 20px;
    }

    .top-footer .row{
        margin-left: 0px;
        margin-right: 0px;
    }

    .tripadvisor img{
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer-bottom p{
        text-align: left;
    }

    .owl-nav{
        display: none;
    }

    .everest-left{
        border-right: none;
        padding-right: 0px;
        margin-bottom: 40px;
    }
}


@media(max-width: 414px)
{
    .fw_al_005_slide, .fw_al_005_slide.fw_al_005_slide_right{
        top: 30%;
    }

    #fw_al_005 img {
        height: 400px;
    }

    .best-seller h3 a{
        line-height: 48px;
    }

    .activity h2{
        font-size: 32px;
    }

    .details-trip ul li{
        width: 100%;
    }

    .z-tabs.flat.mobile > ul.z-tabs-desktop > li:not(.z-active) > a:hover {
        background: #00612f !important;
    }

    .z-tabs > .z-container{
        padding: 0px 12px !important;
    }

    .best-seller .owl-nav{
        top: -52px !important;
    }

    iframe{
        width: 100% !important;
    }
}


@media(max-width: 360px)
{
    .fw_al_005_slide, .fw_al_005_slide.fw_al_005_slide_right{
        top: 35% !important;
    }

    .activity h2 {
        font-size: 25px;
    }

    .fw_al_005_slide > h1{
        font-size: 20px !important;
    }

    .best-seller h3 {
        font-size: 28px;
        line-height: 32px;
    }
}





/*****************GALLERY PAGE START HERE***************/

/************GALLERY************/

#gallery{
  padding: 70px 0;
}

.gal-container {
  padding: 12px;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.gal-item .box {
  height: 350px;
  overflow: hidden;
}

.box img {
  height: 110%;
  width: 110%;
  top: -10%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.box:hover img{
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:focus {
  outline: none;
}

.gal-item a{
  cursor: pointer;
}

.gal-item a::after {
  font-family: "FontAwesome";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
  opacity: 1;
}

.modal-open .gal-container .modal {
  background-color: rgba(0,0,0,0.4);
}

.modal-open .gal-item .modal-body {
  padding: 0px;
}

.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}

.modal-open .gal-item button.close:focus {
  outline: none;
}

.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}

.gal-container {
  width: 80%;
}

@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
}

@media (max-width: 768px) {
  .gal-container .modal-content {
    height: 250px;
  }
}


/* Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 55px;
  right: 35px;
  color: #e54c2a;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
  box-shadow: none;
  z-index: 1;
}

.close:hover,
.close:focus {
  color: #e54c2a;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


/****************TRIP PAGE START HERE**************/

.trip-body{
    padding: 70px 0;
}

.accordion-container{
  position: relative;
  max-width: 100%;
  width: 100%;
  float: left;

}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f1f5f7;
  box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -ms-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    margin-bottom: 10px;
}
.set > a{
  display: block;
  font-size: 18px;
  padding: 18px 30px;
  font-family: var(--font-family);
  text-decoration: none;
  color: #282828;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background:linear-gradient(to right,rgb(0, 97, 47) 0,rgb(11, 158, 82) 100%);
  color: #fff;
}
.set .content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.set .content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}



/*level menu */

.menu .dropdown-menu{
  padding: 0px 0px;
}

.menu .dropdown-menu {
    background-color: #00612f;
    max-width: 250px !important;
}

.menu .dropdown-menu a{
    color: #fff !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #034422 !important;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.menu .dropdown-menu a:hover{
    color: #f8db15 !important;
}

.menu .dropdown-menu>li:last-child{
    border-bottom: none;
}

.menu .dropdown-menu>li{
    background-color: #00612f;  
    color: #333;
    border-bottom: 1px solid rgba(183, 183, 183, 0.3);
}

.menu .dropdown-menu>li>a:hover{
    background-color: #eee;
    color: #fff !important;
}

.menu .dropdown-menu>li>a {
    padding: 10px 15px;
}

.menu .navbar-nav>li>.dropdown-menu {
    margin-top: -1px;
}

.menu .dropdown-submenu {
    position: relative;
}

.menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0px 0px 3px 3px;
}

.menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.menu .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.menu .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.menu .dropdown-submenu.pull-left {
    float: none;
}

.menu .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



.dropdown-submenu {
    position: relative;
    background-color: #00612f;  
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    background-color: #00612f;  
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    background-color: #00612f;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*******************TEAM PAGE START HERE*****************/

.team-section{
    padding: 70px 0;
    background-color: #eee;
}

.team-box{
    background-color: #fff;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.team-left{
    padding-left: 0px;
    padding-right: 0px;
}

.team-box img{
    width: 100%;
}

.team-right{
    padding: 30px;
}

.team-right h2{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #000;
    text-align: left;
}

.team-right p{
    margin-bottom: 5px;
}

/*****************DOCUMENT PAGE START HRE***************/

.document-body{
    padding: 70PX 0;
    background-color: #eee;
}

.document-body img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 0px;
    margin-bottom: 30px;
}

.img-thumbnail{
    height: auto !important;
    width: 100%;
}

.document-body h4{
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 0px;
}

/*************BLOG PAGE START HERE*************/

.blog-body{
    padding: 70px 0;
}

.blog-body img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 0px;
}

.blog-text{
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
}

.blog-text h6{
    margin-top: 0px;
    margin-bottom: 0px;
}

.blog-text div a i{
    background-color: #fff;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    color: #000;
    border-radius: 50%;
    position: absolute;
    bottom: 212px;
    right: 30px;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}

.blog-text div a i:hover{
    background-color: #00612f;
    color: #fff;
}

.blog-text h2{
    margin-top: 0px;
    padding: 20px 10px 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.blog-text h2 a{
    text-decoration: none;
    color: #000;
}

.blog-text h2 a:hover{
    color: #00612f;
}

.blog-text p{
    padding: 10px;
    border-bottom: 1px solid #eee;   
    margin-bottom: 0px;
}

.blog-text .date-time{
    padding: 15px 10px;
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}


.blogdetail{
    padding: 70px 0;
}

.detailleft img{
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 20px;
}

/* .detail-box{
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    padding: 25px;
    margin-bottom: 30px;
} */
.detail-box h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #00612f;
    margin-top: 0px;
    margin-bottom: 15px;
}

.detail-box .blog-detail-title{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #00612f;
    margin-top: 0px;
    margin-bottom: 15px;
}


.detailright img{
    width: 100%;
    margin-bottom: 20px;
}

ul.date-details{
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

ul.date-details li{
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}

ul.date-details li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

ul.date-details li a:hover{
    color: #00612f;
}

.content-box{
    border: 1px solid #777;
    padding: 20px;
    background-color: #eee;
    margin-bottom: 20px;
}

.content-box .table-head{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.content-box ul{
    padding: 0px;
    margin: 0px;
}

.content-box ul li{
    list-style-type: none;
    padding-bottom: 10px;
}

.content-box ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.content-box ul li a:hover{
    color: #00612f;
}

ul.highlight-text{
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
}

ul.highlight-text li{
    list-style-type: none;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

ul.highlight-text li span{
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

.best-time h6{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.best-form{
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
}

.best-form input{
    width: 100%;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #777;
    margin-bottom: 15px;
}

.best-form select{
    width: 100%;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #777;
    display: block;
    margin-bottom: 15px;
}

.best-form textarea{
    width: 100%;
    height: 140px;
    border-radius: 0px;
    border: 1px solid #777;
    margin-bottom: 15px;
}

.best-form .btn-primary {
    color: #fff;
    background-color: #00612f;
    border-color: #00612f;
}

.similar-trek{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

ul.similar{
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
}

ul.similar li{
    list-style-type: none;
    padding-bottom: 10px;
}

ul.similar li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
}

ul.similar li a:hover{
    color: #00612f;
}

.recent-posts .recent-post-head{
    background-color: #00612f;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.recent-posts ul{
    padding: 0px;
    margin: 0px;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 30px;
}

.recent-posts ul li{
    list-style-type: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.recent-posts ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.recent-posts ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.recent-posts ul li a:hover{
    color: #00612f;
}

.tripadvisor-sidebar{
    width: 100%;
    margin-bottom: 30px;
}


.blogdetail-banner{
    background: url("./images/package-banner.jpg") center center no-repeat;
    top: -80px;
    z-index: 9;
}

.blogdetail-banner h1{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.blogdetail-banner .overlay{
    background-color: rgba(0,0,0,.6);
    padding-top: 150px;
    padding-bottom: 50px;
}


.package-gallery-slider .owl-prev, .owl-next{
    background-color: #00612f !important;
    padding: 8px 10px !important;
    margin-right: 10px;
    margin-top: 8px;
}
.package-gallery-slider .owl-nav {
    text-align: center;
}
.package-gallery-slider .owl-nav i{
    color: white;
}

.package-gallery-slider .figure{
    background-color:#D7D7D7;
}

.package-gallery-slider .figure img{
    max-height: 500px;
    object-fit: fill;
}

ul.z-tabs-nav.z-tabs-desktop {
    display: flex !important;
    align-items: center;
}
@media (max-width:497px) {
    ul.z-tabs-nav.z-tabs-desktop {
        display: block !important;
    }    
    ul.z-tabs-nav.z-tabs-mobile {
        position: sticky;
        top: 60px;
        z-index: 10;
    }
    #page ul.z-tabs-nav.z-tabs-desktop {
        position: sticky;
        top: 118px !important;
        z-index: 10;
        border-bottom: 2px solid #00612F;
    }
}
.z-tabs.flat.contained > ul > li > a:hover, .z-tabs.flat.clean > ul > li > a:hover {
    background: #00612f !important;
    color: #fff;
}
#page .z-tabs.horizontal > ul > li{
    width: auto !important;
    flex-grow: 1;
}

#page ul.z-tabs-nav.z-tabs-desktop {
    position: sticky;
    top: 60px;
    z-index: 10;
    border-bottom: 2px solid green;
}

.z-container .package-faq ul li{
    margin-bottom: 16px;
    list-style: none;
    border-bottom: 1px solid #d1d1d1;
}
.z-container .package-faq ul li:last-child{
    border-bottom: 0;
}

.z-container .package-faq ul{
    padding-left: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.z-container .package-faq .package_faq_title{
    margin-bottom: 0;
    font-weight: 600;
    text-align: justify;
}

#page .z-tabs > ul > li h2{
    text-decoration: none;
    font-size: 14px ;
    margin: 0;
    line-height: inherit;
    font-weight: 600;
    color: inherit;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.widSSP{
    width: auto !important;
}

@media (max-width: 991px) {
    .navbar-container.fixed-theme .nav > li > a{
        padding: 13px 6px !important;
    }
}
@media (max-width: 820px) {
    /* .navbar-container.fixed-theme .nav > li > a{ */
    .navbar-container.fixed-theme .nav>li>a{
        font-size: 14px;
    }
}

/* @media (max-width: 991px) {
    .navbar-container.fixed-theme .nav > li > a{
        padding: 13px 6px !important;
    }
    .navbar-header {
        max-width: 140px !important;
    }
    ul.nav.navbar-nav li a{
        font-size: 16px !important;
        padding: 15px 4px !important;
    }
}
@media (max-width: 820px) {
    .navbar-container.fixed-theme .nav>li>a{
        font-size: 14px;
    }
    ul.nav.navbar-nav li a{
        font-size: 14px !important;
    }
} */

.lightbox-modal{
    margin-top: 2rem;
}
.ekko-lightbox .modal-body img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    background: black;
}

.z-container{
    box-sizing: border-box !important;
}

.main-discover-img{
    position: relative;
}
.main-discover-img::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,1) -20%, rgba(255, 255, 255, 0) 40%);

}

figure img{
    width:100%;
    height:auto;
}
.main-discover-img img{
    min-height: 420px;
    object-fit: cover;
}
.main-discover-img figcaption{
    position: absolute;
    bottom: 14px;
    right: 50%;
    transform: translate(50%, 0);
    text-align: center;
    color: #fff;
    z-index: 1;
}
@media (max-width:991px) {
    .sec-margin .row {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .sec-margin:nth-child(2n + 1 ) .col-md-7,
    .sec-margin:nth-child(2n + 1 ) .order{
        order: -1;
    }
}
@media (max-width:500px) {
    .main-discover-img figcaption{
        right: 25%;
        transform: translate(16%, 0);    
    }
    
}
.main-discover-img figcaption h1{
    color: #5affaa !important;
    font-weight: 700;
    font-size: 46px ;
}
.main-discover-img figcaption div{
    margin-top: 30px;
    font-size: 18px;
}

.sec-margin{
    padding-top: 50px;
}


.discover-content{
    background-color: #00612F;
    padding-block: 30px 40px;
    color: #ffffff;
}
.discover-content .content{
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}
.discover-content:has(.reg-content){
    padding-block: 25px 20px ;
}

.reg-btn{
    margin: 0 auto;
    display: block;
    width: max-content;
    padding: 10px 30px;
    font-size: 22px;
    background-color: #ffffff;
    color: #00612F;
    margin-top: 20px;
    transition: 200ms;
}
.discover-content .reg-btn:hover{
    scale: 1.1;
    transition: 200ms;
}

.discover-description{
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
}
.discover-description>*{
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 28px;
    display: block;
    /* text-align: justify; */
}
.discover-description ul{
    padding-left: 20px;
}
.discover-sub-heading{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #00612f;
}
.sec-margin ul li{
    margin-bottom: 8px;
}

.sec-margin .reg-btn{
    margin: 0;
    border: 1px solid #00612f;
    margin-top: 16px;
}
.sec-margin .d-flex{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap:20px;
}

.sec-margin .table-content{
    overflow-x: auto;
}
.sec-margin .table{
    font-size: 20px;
    min-width: 1030px;
}
.sec-margin .table td{
    width: max-content;
}
.sec-margin .table thead th{
    vertical-align: middle;
    /* text-align: center; */
}
.sec-margin .table tbody tr td{
    padding-block: 16px;
    border-top: 0;
}
.sec-margin .table tbody tr:nth-child(2n){
    background-color: #f1f1f1;
}

.sec-margin .price-table{
    font-size: 20px;
    margin-block: 5px 20px;
}

.sec-margin .price-table td{
    padding:5px 10px;
}
.sec-margin .price-table td.title{
    font-weight: 500;
    color: black;
    font-size: 21px;
}

a.double{
    background-color: #00612F;
    width: max-content;
    padding: 10px 20px;
    color: white;
}
a.single{
    background-color: white;
    border: 2px solid #00612F;
    width: max-content;
    padding: 10px 20px;
    color: #00612F;
}