 
.btn-enq{
    background: #ff8a00;
    border: none;
  color: #FFFFFF;
  text-align: center;
    font-size: 18px;
    padding:6px 21px;
    color: #fff;
    font-weight:500;
    text-transform: uppercase;
    transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.btn-enq span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-enq span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-enq:hover span {
  padding-right: 25px;
}

.btn-enq:hover span:after {
  opacity: 1;
  right: 0;
}

 
#top-packages{
    padding: 50px 0;background: #f1f1f1;
}

.h1-global{
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    margin: 0 0 20px;font-weight:400;
}
.h1-global span{
     font-weight:600;
    color: #ff8a00;
}
.packages { margin-top: 10px; background: #fff; width: 100%; float: left;    padding: 10px;border-radius: 10px; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);}
.packages:hover{box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);}
.packages figure{
    position: relative;  
    -webkit-transition: all 0.8s ease; /* Safari and Chrome */
    -moz-transition: all 0.8s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 0.8s ease; /* Opera */
    transition: all 0.8s ease;
    transform:scale(1);
}
.packages figure:hover{
  -webkit-transform:scale(1); /* Safari and Chrome */
    -moz-transform:scale(1); /* Firefox */
    -ms-transform:scale(1); /* IE 9 */
    -o-transform:scale(1); /* Opera */
     transform:scale(1.06);
}

.overlay
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+18,000000+100&0+70,0.89+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 18%, rgba(0,0,0,0) 65%, rgba(0,0,0,2.89) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 18%,rgba(0,0,0,0) 65%,rgba(0,0,0,2.89) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 18%,rgba(0,0,0,0) 65%,rgba(0,0,0,0 2.89) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e3000000',GradientType=0 ); /* IE6-9 */
}
.packages .all-free {
    position: absolute;
    bottom: 83px;
    left: -1px;
    padding: 8px 0 8px 0;
    font-weight: bold;
}
.packages .special-honymoon {
    position: absolute;
    bottom: 0px;
    left: 10px;
    padding: 8px 0 0 0;
    color: #fff;
    right: 10px;
    font-size: 18px;
    text-align: center;
    line-height: normal;
}
.packages .tag {
    position: absolute;
    width: 108px;
    top: 23px;
    color:#fff;
    background: #008aed;
    left: 0;
    padding: 8px 0 8px 18px;
    font-weight: bold;
    font-size: 18px;
    -webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}

.packages .budget {
    position: absolute;
    top: -8px;
    right: -7px;
}

.packages h2{
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.packages h2 span{
    color: #4caf50;font-weight: bold;font-size: 14px; 
}
.packages h3{
    font-size: 14px; 
    margin-bottom: 10px;
}
.packages h3 span{
    color: #F44336;
}
.itnry{
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
 }
.itnry li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 14px;
    color: #000000;
}
.itnry li.active{
    color: #a3a3a3;
}
.itnry li.active figure {
    opacity: 0.3;
}
.itnry li figure{
    padding: 0px;
    margin: 0px;
}
.itnry li p{
    padding: 0px;
    margin: 0px;
}
.inclusions{
    margin-top: 20px;
}
.inclusions h5{
    font-size: 17px;
    font-weight: 600;
     
}
.inclusions a{
    color: #ff8a00;
}
.pkg-incusion{
    padding: 5px 0;
    margin: 0px;
    list-style-type: none;
}

.pkg-incusion li{
    padding: 2px 0 0 15px;
    margin: 0 0 3px 0;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../images/arrow-orng.png);
    background-repeat: no-repeat;
    background-position: left 6px;font-size: 14px;
}
.pkg-incusion li i{
    position: absolute;
    left: 0;
    top: 3px;
    color: #008aed;
}
.inclusions .read-collpse {
    position: absolute;
    right: 20px;
    margin-top: -10px;
}
.inclusions .read-collpse span {
    display: block;
}
.inclusions .read-collpse[aria-expanded="false"] i{
  display: none;
}
.inclusions .read-collpse[aria-expanded="true"] span{
  display: none;
}
.inclusions .read-collpse[aria-expanded="true"] i{
  display: block;
}

.price-tag {
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
    padding: 10px 0;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.price-tag .price{
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    margin-top: 6px; color: #4caf50;
}
.price-tag .price small {
    display: block;
    color: #333; font-weight: bold;
}

.price-tag .price small i {
    text-decoration: line-through;
}

.btn-detail {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.btn-detail .btn {
    background: #ff8a00;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 9px 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.btn-detail .btn span{
cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s; 
    
}

.btn-detail .btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-detail:hover span {
  padding-right: 25px;
}

.btn-detail:hover span:after {
  opacity: 1;
  right: 0;
}
 