
  .review-source {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .review-source .tripadvisor-logo {
    height: 20px; /* keep ≥20px where possible */
    width: auto;
    display: block;
  }

 
 
 
 
 .navbar-logo img {
            width: 197px;
        }
        .expert-now {
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 1rem !important;
}
.expert-now h3{
    margin-bottom: 1.5rem;
}
::selection {
    background: #ed8024;
    color: #FFF;
    text-shadow: none;
}

        .expert-now .sub-heading{
            margin-bottom: 10px;
        }
        .expert-now .call {
    color: #ed8024;
    font-weight: bold;
    font-size: 1.5rem;
}
        .expert-now .mail{

        }
        .breadcrumb-bar {
    padding: 55px 0 40px;
    position: relative;
    z-index: 1;
}
.tour-card{
    padding: 20px 30px;
    
    margin-bottom: 1rem !important;
}
.tour-card h3{
margin-bottom:1rem;
font-size:1.25rem;
}
.tour-card ul {
    display: grid;
    gap: 7px;
}
.tour-card ul li{

}
.package-img{
    height:240px;
    
}
.banner-form .form-control {
    border: 1px solid #a3a3a3 !important;
}
.includes{

}
.excludes{

}
.banner-form .nav li .nav-link {
    font-size: 14px;
    background: #ededed;
        margin-bottom: 10px;
}
.book-heading {
    background: #ed8025;
    padding: 9px;
    color: white;
    border-radius: 8px;
    text-align: center;
}
.btn.btn-primary {
    background-color: #ed8024;
    border: 1px solid #ed8025;
    color: #FFF;
}
.feature-wrap {
    display: flex
;
    gap: 10px;
    align-items: self-start;
}
.feature-wrap h3 {
    margin-bottom: 0px;
    font-size: 1.125rem;
    font-weight: 400;
}
.feature-wrap p {
    margin: 0px;
    color: #ed8024;
    font-weight: bold;
}
img.feature-img {
    width: 100px;
    height:80px;
}
.tour-card ul li {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 1rem;
}
header .header-btn .btn {
    font-size: 16px;
}
.back-to-top-icon {   
    background: #ed8024;
}
.loc-view-bottom:hover {
    background: #ed8024;
    color: #FFF;
}
.text-primary {
    color: #ed8024 !important;
    opacity: 1;
}
.work-section {
    background: #2196F3;    
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li a:hover {
    color: #ed8024;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 20px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-body {
    padding: 2px 16px;
    background: #e2ebff;
}
.form-control {
    border-color: #9c9c9c;
}
.form-select {
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
}
.modal-header {
    padding: 11px 16px;
    background-color: #ed8024;
    color: white;
}
.modal-header h2{
    color:white;
}
.modal-body {padding: 2px 16px;}

.tour-faq{

}
.tour-faq  h3, h4, h5 {
    font-size: 18px;
    padding: 10px 0px;
}
.includes li{
  
        background-repeat: no-repeat;
}
.includes li::before {
    content: '';
    background: url("../img/check.png");
    width: 30px;
    background-repeat: no-repeat;
    height: 28px;
    background-size: 58%;
    display: inline-block;
    margin-right: 5px;
    z-index: 10;
    background-position: center;
    vertical-align: middle;
}
.excludes{
  
        background-repeat: no-repeat;
}
.excludes li::before {
    content: '';
    background: url("../img/cancel.png");
    width: 30px;
    background-repeat: no-repeat;
    height: 28px;
    background-size: 58%;
    display: inline-block;
    margin-right: 5px;
    z-index: 10;
    background-position: center;
    vertical-align: middle;
}
.no-found {
    background-color: #e1e1e1;
    text-align: center;
    padding: 10px;
    color: #ed8024;
    width: 274px;
    margin: 30px;
}
.text-truncate {
    white-space: normal;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.bg-primary {
    background-color: #ed8024 !important;
    border: 1px solid #ed8024;
}
.banner-form .nav li .nav-link.active, .banner-form .nav li .nav-link:hover {
    color: #FFF;
    background: #1898e5;
}
.footer-logo-light img {
    width: 200px;
}
.form-control {
    border-color: #ffffff !important;
    background-color: #ffffff
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
    background-color: #2196F3;
    border: 1px solid #2196F3;
    color: #FFF;
}
.hero-btn {
    width: 160px;
    font-size: 1.25rem;
}
.des-menu ul{
    
}
.des-menu li{
    
}
.faq-tour h2, h3{
     font-size: 20px;
    padding: 19px 0px 12px;
}
.food-tour h2, h3 {
    font-size: 20px;
    padding: 19px 0px 12px;
}
@media(max-width:768px){
    .modal-content {
   
    width: 96%;
}}