html{
    scroll-behavior: smooth;
}
.logo-text .img{
    text-align: center;
    display: inline-flex;
}

.logo-text i{
    border: 1px solid white;
    border-radius:5px;
    font-size: 15px;
    line-height: 30px;
    height:30px;
    margin-left:10px;
    width:30px;
    
}
.nav ul li a{
    color:white;
    text-decoration: none;
}

.nav ul li{
    background: rgba(37, 93, 214, 0.288);
    padding:20px 25px; 
    position: relative;
}
.nav ul li::before{
    content:'';
    position: absolute;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    right:-6%;
    top:0;
    bottom:0;
    border-left: 20px solid rgba(37, 93, 214, 0.514);;
}
.nav ul li:nth-child(6)::before{
    display: none!important;
}
.carousel-inner img {
    width: 100%;
    height: 590px;
}
.carousel-indicators li{
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border:solid 2px #ffffff !important;
    background:none !important;
}
.carousel-indicators li.active{
    background:green !important;
}
 #base {
    margin-top: -88px;
}
.card{
    border-radius: 8px 8px 0 0 !important;
}
.col-sm-4{
    border-radius: 0 0 8px 8px;
background-color: #f5aa19;
color: #333;
font-size: 11pt;
margin-top: -15px;
font-style: italic;
font-weight: 600;
padding: 5px 20px;
}


.col-sm-3 .head{
    color:#008000;
    font-weight: bold;
}
.col-sm-3 .head .fas{
    font-size:20px;
    padding: 0 10px;
}
.text{
    
    padding:30px 20px;
    font-weight: bold;
}

.price .cente{
    text-align: center;
    padding: 10px;

}
.price .cente .btn:hover{
    background-color: #fff;
    font-weight: bold;
    color: greenyellow;
}
#overview .sticky-top .detail{
    border-top: 8px solid #343a40 !important;
    border:1px solid grey;
 

}
#overview .sticky-top .detail a{
    text-decoration: none;
    color:grey;
}
#overview .sticky-top .detail h6 {
    padding: 0.56rem;
    border-bottom: 2px solid grey;
    margin:0;
    font-size: 14pt;
}
#overview .container{
    padding-top:40px;
}
#overview .sticky-top .detail :hover{
    background-color: gray;
    color: white;
    
}
.col-md-9 .header .row{
    border-left: 8px solid #343a40 !important;
    padding: 0 20px;
    color: #343a40;
}

.col-md-9 h5::after
{
	content:'';
	background:green;
	display: block;
	height:3px;
	width: 100%;
	margin: 20px auto 5px;
}

.card .card-header a{
    text-decoration: none;
    color: #000;
}
.card .card-header  a .fas{
    color: #343a40;
}
.card .card-header a  .fa-angle-down{
    color:green;
}
.card .card-body ul li  .fa-check{
    color: green;
    padding: 5px;
}
.card .card-body ul li  .fa-times{
color: #343a40;
padding: 5px;
}
.map {
    padding-top: 20px;
}

.month{
    padding: 10px;
    
    
}
.month a{
text-decoration: black;
color: grey;
}
tr{
    padding: 10px;
}
.col-md-3 .card-stk{
    text-align: center;
    background-color: rgba(50, 182, 50, 0.274);
    padding: 10px 0;
}
.col-md-3 .ads{
    padding: 10px 0;
}
.col-md-3 .card-stk .btn:hover{
    background-color: #fff;
    font-weight: bold;
    color: greenyellow;
}

    

.map iframe{
    margin-top: 25px;
}
.top-arrow-btn{
	background-color:#343a40;
	padding:15px;
	color:white;
}






#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 35px; /* Place the button at the bottom of the page */
    right: 15px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #343a40c4; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

#feature-section .icon i{
    color: #66667b;
}

.detail-trek-page .btn-dark{
    background:#008000!important;
}

.detail-trek-page .btn.btn-dark .fa-download{
    margin-right:10px!important;
}

.detail-trek-page .col-md-9 .header .row {
    border-left: 8px solid #008000 !important;

}

.detail-trek-page #overview .sticky-top .detail {
    border-top: 8px solid #008000 !important;
}

.detail-trek-page p, h1,h2,h3,h4,h5,h6{
    font-family:'Barlow Semi Condensed',sans-serif;
}

.detail-trek-page h1{
    font-size: 42px !important;
font-weight: 900 !important;
}

.detail-trek-page h2{
    color:#008000;
}

.detail-trek-page p{
    line-height:30px;
    font-size: 14pt;
}
.detail-trek-page .accordion ul li{
    position:relative;
    padding-left:20px;
}


.detail-trek-page .highlights li::before{
    content:'\f058';
    position:absolute;
    left:1rem;
    font-family:'Font Awesome 5 Free';
    color:#008000;
}

.detail-trek-page .highlights li{
    list-style-type:none;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 14pt;
}

.detail-trek-page .accordion .include p::before{
    content:'\f00c';
    position:absolute;
    left:-20px;
    font-family:'Font Awesome 5 Free';
    font-weight:600;
    color:#008000;
}

.detail-trek-page .accordion .exclude p::before{
    content:'\f00d';
    position:absolute;
    left:-20px;
    font-family:'Font Awesome 5 Free';
    font-weight:600;
    color:#f5aa19;;
}

.detail-trek-page #base .card{
   
    background:#008000;
    display: table;
}
.detail-trek-page #base .card h2{
    color:white;
}

.detail-trek-page ul li{
    line-height:30px;
}
.detail-trek-page #abouts h5{
    margin-bottom:20px!important;
}

.itinerary-section-item ul{
    margin-left: -25px !important;
}

.detail-trek-page #abouts .itinerary-section-item{
    border-left:1px solid grey;
    padding-left:20px;
}
.detail-trek-page #abouts .itinerary-section-item .head{
    color:#008000;
}
.detail-trek-page #abouts .itinerary-section-item:nth-child(1){
    border-left:none;
}

.detail-trek-page .leftprice{
text-align: center !important;
padding-top: 15px !important;
background: #008000;
border: 1px solid #008000;
border-radius: 3px;
margin-top: 20px;
padding: 20px;
}

.detail-trek-page .leftprice span {
    font-weight: 700;
    font-size: 18pt;
    color: #e3ffe3;
}

.detail-trek-page .leftprice .dis2 {
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #fff !important;
    text-align: center !important;
    width: 100%;
    height: auto;
    float: left;
}

.detail-trek-page .leftprice .btn.green:hover {
    border-color: #e3ffe3;
    color: #e3ffe3;
    text-transform: capitalize;
}

.detail-trek-page .leftprice .btn.btn-100 {
    padding: 5px 0;
    width: 100%;
    font-size: 20px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: none;
    margin-top: 7px !important;
}

.detail-trek-page .leftprice .btn:hover {
    background-color: transparent;
    border: 1px solid #9caa3a;
}

.detail-trek-page .leftprice .mb-sm {
    margin-bottom: 10px !important;
}

.detail-trek-page .leftprice .green {
    background: #f5aa19;
    color: white;
}

section.legal ul li{
    line-height:35px;
}

.detail-trek-page .suggested-extension img{
    width:100%;
    height:200px!important;
    object-fit:cover!important;
}

#availabilities>th,td {
    font-size:14pt;
}

#availabilities .depature-dates .depature-note {
    line-height: 115% !important;
    font-size:14pt !important;
}

.booking-quick-info ul li{
    font-size:13pt;
}


/*Search Page*/
.search-box *{
    font-family: 'Roboto Condensed' ;
}
.search-box .txt-color{
    color:#32b67a;
}
.search-box .bg-color{
    background: #32b67a;
    color:white;
    transition: .3s;
}
.search-box .input-group input{
    border-radius: 0;
    margin-right:10px;
    border:none;
    box-shadow: 0 0 5px rgba(128, 128, 128, 0.164);
}
.search-box .input-group{
    width:290px;
}
.search-box .input-group input:focus{
    box-shadow: none;
    outline: none;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.24);
    
}
.search-box .srch-btn:hover{
    color: white;
    text-decoration: none;
    background: grey;
}

.search-box .results .title{
    text-decoration:none;
    transition: .3s;
    font-size:1.2em;
}

.search-box .results .title:hover{
    color: grey;
}
.search-box .results .read{
    text-decoration: none;

}
.search-box .results .read:hover{
    color:grey;
}

.search-box .a-res{
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.096);
    border-radius: 10px;
    
}

.search-box .img-box img{
    max-height: 200px;
    border-radius: 10px;
    box-shadow: 5px 0px 5px rgba(128, 128, 128, 0.247);
}
.search-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.search-box .img-box p{
    padding:8px 10px;
    padding-right:30px;
    font-size: .9em;
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
    position: absolute;
    top:0;
    left:0;
}

/*Nepal Trekking Page*/
.nepal-trek-page *{
  box-sizing: border-box;
  color: #7c7c7c;
}

.nepal-trek-page img {
    max-width: 100%;
    height: auto;}
    
.nepal-trek-page .carousel-inner img {
max-width: 100%;
height: 590px !important;
}

.page-header-package-section img {
    max-width: 100%;
    height: 150px;
    object-fit: cover; }

.nepal-trek-page h2, h3{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
}

.nepal-trek-page p{
    line-height: 140%;
    font-family: 'Barlow Semi Condensed',sans-serif !important;
    color: #7c7c7c !important;
    font-size: 14pt;
}

.nepal-trek-page span{
    font-family: "Barlow Semi Condensed", sans-serif !important;
}

.nepal-trek-page a {
    color: #2aa989;
    font-family: "Barlow Semi Condensed", sans-serif !important; }
    a:hover {
      text-decoration: none; }
  
.nepal-trek-page ul {
    margin: 0;
    padding: 0; 
    list-style: none;
  }

#nav-page-detail{
    background: #e8eaf6;
  }
  #nav-page-detail .detail-section .social-link .counts{
    font-size: 13px;
    line-height: 22px;
  }
  
  #nav-page-detail .detail-section .social-link .counts:after{
    content: '\f0d9';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
    font-size: 20px;
    color: #fff;
  }
  
  #nav-page-detail .detail-section .social-link img{
    width: 70px;  
  }
  
  #nav-page-detail .detail-section .list ul{
    padding-left: 20px;
    list-style: disc;
  }
  #nav-page-detail .page-header-package-section .section-title{
    font-size: 28px;
    line-height: 34px;
  }
  @media screen and (max-width: 480px){
    #nav-page-detail .page-header-package-section .section-title{
      font-size: 22px;
      line-height: 34px;
      }
  }
  #nav-page-detail .page-header-package-section .section-title:after{
    content: '';
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    background: #00aa71;
    width: 100px;
    height: 3px;
  }
  #nav-page-detail .page-header-package-section .holder {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 14px 0px;
  }
  
  #nav-page-detail .page-header-package-section .holder .package-title{
    font-size: 15px;
    line-height: 22px;
  }
  #nav-page-detail .page-header-package-section .holder .rating h3{
    font-size: 15px;
    line-height: 24px;
  }
  
  #nav-page-detail .page-header-package-section .holder .rating .cat{
    font-size: 11px;
    line-height: 16px;
    background: #00aa71;
    color: #fff;
  }
  
  #nav-page-detail .page-header-package-section .holder .rating .fa-star{
    color: #ffc600;
  }
  
  #nav-page-detail .page-header-package-section .holder .content p{
    font-size: 13px !important;
    line-height: 18px !important;
  }
  
  
  #nav-page-detail .page-header-package-section .holder .cart-footer .duration{
   font-size: 13px;
    line-height: 18px;
  }
  
   #nav-page-detail .page-header-package-section .holder .cart-footer .price .text{
     font-size: 13px;
    line-height: 18px;
    padding: 0 !important;
    font-weight: normal !important;
  }
  
  .review_section{
      background-color: #f9f9f9;
  }

  .testimonial_subtitle{
    color: #0aaa7a;
    font-size: 14px;
}

 .seprator {
    height: 1px;
    width: 100%;
    background-color: #0aaa7a36;
}

#CDSWIDSSP{
    width:100% !important;
}

