
:root{
  --theme-color: #f9a124;
  --theme-color-2: #013e91;
  --text: #455151;
  --header: #151415;
  --bg: #efeefa;
}


.section-title.style-2 span {
font-size: 25px !important;
}
.section-title span {
font-size: 25px !important;
}

.section-title.style-2 h2 {
font-size: 30px;   /* Most Popular Tours */
}

h2{ font-size: 30px;}
.destination-feature-box .icon {
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.tour-title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 1.3;
min-height: calc(1.3em * 2);
}

@media (max-width: 991.98px){
  .force-desktop-only{ display:none !important; }
}
@media (min-width: 992px){
  .force-desktop-only{ display:block !important; }
}



