.weather-box {
    position: relative;
    display: block;
    background: #ffffff82;
    padding: 22px 24px 18px 24px;
    margin-right: -280px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    z-index: 5;
}
.weather-box .date-label {
    display: block;
    color: #2d3434;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Gilroy_Bold', sans-serif;
    line-height: 20px;
    margin-bottom: 6px;
}
.weather-box .box {
    display: flex;
    justify-content: space-between;
}
.weather-box .group {
    display: flex;
    flex-direction: row;
    text-align: center;
}
.weather-box .group .img-box {
    display: flex;
    align-items: center;
}
.weather-box .group .label-box {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.weather-box .group .label-box .temp-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #6c7171;
    line-height: 1.80em;
    font-weight: 400;
}
.weather-box .group .label-box .weather-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #6c7171;
    line-height: 1.80em;
    font-weight: 400;
}


.testi-block-one .text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 300px;
    height: 100px;
}
.carousel-box .package-block h5 {
    text-align: center;
}
.carousel-box .package-block h5 a{
    color: #5c807e;
}
.carousel-box .package-block h5 a:hover{
    color: #fff;
}



.btn-style-one2{
    position:relative;
    display:inline-block;
    vertical-align: top;
    font-family: 'Gilroy_Bold', 'Open Sans', sans-serif;
    margin: 0;
    line-height: 26px;
    padding: 10px 40px 10px;
    color: #5c807e;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    background: none;
    border: 2px solid #5c807e;
    border-radius: 5px;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
  }
  
  .btn-style-one2 span{
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .btn-style-one2 i{
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 30px;
    z-index: 1;
  }
  
  .btn-style-one2 i.fa,
  .btn-style-one2 i.far{
    position: relative;
    top: 1px;
    padding-left: 10px;
    font-size: 10px;
  }
  
  .btn-style-one2:hover{
    color: #fff;
    background: #5c807e;
    border-color: #5c807e;
  }
.package-block .lower-box .p-icon {
  right: 10px;
}
.dest-block-one .image-box {
    opacity: .90;
}
.main-footer {
    background: #2b2f2e;
}
.main-footer .info li .icon {
    /* color: #fff; */
}
.main-footer .info li a {
    color: #a3adcc;;
}
.main-footer h4 {
    color: #fff;
}
.main-footer .links li a {
    color: #a3adcc;;
}
.main-footer .upper-section {
    padding: 100px 0 40px;
  }
.main-footer .upper-section .footer-column {
    margin-bottom: 0px;
}
.main-footer .f-bottom .copyright {
    color: #a3adcc;;
}
.main-footer .bottom-links li a {
    color: #a3adcc;;
}
.main-header .lang-box .lang-btn .txt{
    font-size: 16px;
}  
.styled-pagination ul li a {
    height: 46px;
    line-height: 28px;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    position: relative;
    display: block;
    width: 48px;
    height: 46px;
    line-height: 28px;
    color: #6c7171;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.50);
    border-radius: 5px;
    transition: all 500ms linear;
  }
  .page-item.disabled {
    display: none;
  }
  .page-item.active {
    display: inline-block;
  }
  .page-item.active .page-link{
    color: #ffffff;
    background: #5c807e;
    border-color: #5c807e;
  }
  .destination-single .map-box iframe {
    -webkit-filter: grayscale(50%);
}
.sidebar-container .posts-widget .post .post-thumb {
    height: 84px;
}
.sidebar-container .posts-widget .post .post-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-container .posts-widget .post .text {
    min-height: 48px;

}