 .single-destinations-list .details .title {
    margin-bottom: 6px;
    font-size: 20px;
}
.destimgmaxwidth {
    max-width: 17px;
}

.mybtnhvrcls {
  padding: 2px 8px;
   border: none;
}



.glow-btn {
 border: 1px solid #ffffff;
    color: #ffffff !important;
    border-radius: 10px;
}

.glow-btn:hover {
    box-shadow:0px 0px 10px 0px rgb(255 255 255);
  /*box-shadow: 10px 10px 62px -6px rgba(254,150,183,1);*/
}

.glow-btntop {
border: 1px solid #128116;
    color: #fff !important;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
        font-family: 'Raleway', sans-serif;
        height: 45px;
            background-color: #128116;
                align-items: center;
}

.glow-btntop:hover {
    box-shadow:0px 0px 10px 0px rgb(18 129 22);
  /*box-shadow: 10px 10px 62px -6px rgba(254,150,183,1);*/
}

.tourtypehtagcls{
    margin: 15px 0px;
}






.single-destinations-list:hover .thumb:after {
    visibility: hidden;
    opacity: inherit;
}

.slider {
  width: 100%;
  max-width: 500px;
  height: 100%;
  position: relative;
  overflow: hidden; /* <===  */
  border-radius: 0px;
}

.slide {
  width: 100%;
  max-width: 500px;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btnslid {
  position: absolute;
  width: 40px;
  height: 40px;
  /*padding: 10px;*/
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  background-color: #fff;
  font-size: 18px;
}
.btnslid:active {
  transform: scale(1.1);
}
.btnslid-prev {
  top: 45%;
  left: 2%;
}

.btnslid-next {
  top: 45%;
  right: 2%;
}


/*star checkbox*/


.cat{
    margin: 4px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid;
    border-radius: 10px;
}

.cat label {
  float: left;
    line-height: 30px;
    width: 40px;
    height: 27px;
}

.cat label span {
  text-align: center;
  padding: 3px 0;
  display: block;
}

.cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}

.cat label input + span{color: #000;}

.cat input:checked + span {
    color: #ffffff;
    text-shadow: 0 0  6px rgba(0, 0, 0, 0.8);
}


.action input:checked + span{background-color: #F75A1B;}

.all-tags a {
    background: #128116a8;
    padding: 0 6px 0 7px;
    height: 25px;
    line-height: 25px;
    color: #141414;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 6px;
    display: inline-block;
    /*margin-top: 5px;*/
}
.custmclscss {
    padding-top: 10px;
}