/* @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500&display=swap'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css?family=Be+Vietnam:400,500,700,800&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700&display=swap');
body{
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Lato', sans-serif; */
  /* font-family: 'Be Vietnam', sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #797e84;
}
a{
  text-decoration: none!important;
}
b{
  font-weight: bold!important;
}
.modal{
  z-index: 9999999999;
}
.material-icons,
.material-icons-outlined{
  vertical-align: sub;
}
.color-theme{
  color: #f48635;
}
.btn-more{
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none!important;
  color: #4e97d2;
  padding: 7px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: transparent;
  border-radius: 0px;
}
.btn-more.btn-sm{
  font-size: 12px;
  padding: 5px 8px;
}
.btn-more i{
  /* opacity: 0; */
  position: relative;
  right: 0px;
  top: 7px;
  font-size: 24px;
  transition: all 0.3s ease;
      vertical-align: initial;
}
.btn-more:hover i{
  /* opacity: 1; */
  right:-20px;
}

.btn-more.theme{
  color: #fff;
  background-color: #f48635;
  border-color: #f48635;
  transition: all 0.3s ease;
}
.btn-more.theme:hover{
  color: #f48635;
  background-color: #fff;
}

.btn-more.white{
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  transition: all 0.3s ease;
}
.btn-more.white:hover{
  color: #000;
  background-color: #fff;
}


.btn-outline-theme{
  background-color: transparent;
  color: #f48635;
  border-color: #f48635;
  /* letter-spacing: 1px; */
}
.btn-outline-theme:hover{
  background-color: #f48635;
  color: #fff;
}

.heading{
  position: relative;
  text-align: center;
}
.heading h3{
  font-size: 35px;
  font-weight: 400;
  color: #222223;
}

.request .form-group {
  margin-bottom: 1.2rem;
}
.request .form-group > label{
  margin-bottom: 0px;
}

.request .form-group > .form-control:active,
.request .form-group >.form-control:focus{
  box-shadow:  none;
}
.request .form-group >.form-control{
  border-bottom: 1px solid rgba(255, 255, 255, 0.7)!important;
  background-color: transparent;
  border: 0px;
}

.form-group >.form-control{
  border-radius: 0px;
}
.form-group .form-control-lg{
  font-size: 1rem;
}
.side-form,
.modal-back{
  position: relative;
  z-index: 2;
}
.side-form .form-group .form-control,
.modal-back .form-group .form-control{
  color: #fff;
  border-color: #fff;
}

.request{
  background-color: #f2f2f2;
  /* border-top: 5px solid #f8e751; */
  border-radius: 8px;
  padding: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/side-bar-2.jpg');
  position: relative;
  color: #fff;
  overflow: hidden;
}
.request::before{
  content: "";
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.support{
  background-color: #f2f2f2;
}
.support i{
  color: #398bf5;
}
.request .form-control::-webkit-input-placeholder,
.modal-back .form-control::-webkit-input-placeholder{
  color: #fff!important;
}
.request .form-control:-ms-input-placeholder,
.modal-back .form-control:-ms-input-placeholder{
  color: #fff!important;
}
.request .form-control::placeholder,
.modal-back .form-control::placeholder{
  color: #fff!important;
}


/* ==============NAVBAR==================*/

.dropdown-menu{
  border: 0px;
  padding: 0px;
  box-shadow: 0 4px 12px rgba(33, 44, 55, 0.06);
  top: calc(100% + 10px);
  border-radius: 0px;
}
.dropdown-menu a.dropdown-item{
  font-weight: 300;
  font-size: 85%;
  padding: 10px;
  letter-spacing: 1px;
}

.navbar{
  /* background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%); */
  background: rgba(255,255,255,0.8);
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.navbar .nav .nav-item a:after {
  display: none;
}
ul.menu-n li > a{
  position: relative;
}
ul.menu-n li > a::before {
  background: #f48635;
  bottom: 5px;
  left: 15px;
  right: 15px;
  height: 0;
  content: '';
  z-index: -1;
  /* width: 100%; */
  position: absolute;
}
ul.menu-n li > a:hover::before{
  height: 5px;
  transition: all 0.3s ease;
}
.navbar .nav .nav-item {
  position: relative;
}
.navbar .nav .nav-item ul {
  border: none;
  padding: 0px 15px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  margin: 0px;
}
ul.social-icons li > a > img{
  width: 18px;
}
@media (min-width: 992px) {
  .navbar .nav .nav-item ul {
    position: absolute;
    top: 80px;
    left: 0;
    min-width: 130px;
    background: #fff;
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
    transition-delay: 200ms;
  }
  .dropdown-submenu{
    position: relative;
  }
  .dropdown-submenu .dropdown-menu{
    top: 100%;
  }
  .dropdown-submenu ul.dropdown-menu{
  	visibility: hidden!important;
  }
  .dropdown-submenu:hover ul.dropdown-menu{
  	visibility: visible!important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-nav .nav-item{
    position: relative;
  }
  .navbar-nav .nav-item:last-child::after{
    display: none;
  }
}

.navbar .nav .nav-item ul li {
  float: none;
  margin-right: 0px;
  margin-left: 0px;
}
.navbar .nav .nav-item ul li a {
  line-height: 40px;
  /* color: #242424; */
  padding: 0px 15px;
  text-transform: capitalize;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
}
.navbar .nav .nav-item ul li:last-child {
  border-bottom: none;
}
.navbar-light .navbar-nav .nav-link {
  color:#3b3b3a ;
  font-weight: 400;
  font-size: 95%;
  /* letter-spacing: 1px; */
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #f3f3f3;
}

/*@media (min-width: 992px) {*/
.navbar .nav .nav-item:hover ul {
  top: 57px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}
/*}*/

.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
  opacity: 1;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 7.7px;
}
.navbar-toggler[aria-expanded="true"] span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 4px;
  position: relative;
}
.navbar-toggler {
  border: 0px;
  padding: 0px;
  cursor: pointer;
}
.navbar-toggler span {
  display: block;
  width: 25px;
  height: 2px;
  background: #232323;
  margin: auto;
  margin-bottom: 4px;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  cursor: pointer;
}
.navbar-toggler span:last-child {
  margin-bottom: 0px;
}
.navbar .navbar-brand{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.navbar .navbar-brand > img{
  width: 150px;
  transition: all 0.3s ease;
}

@media (max-width:991px) {
  .navbar .navbar-nav{
    background-color: #fff;
    padding: 15px;
  }
  .navbar-light .navbar-nav .nav-link{
    color: rgba(0,0,0,.7);
  }
  .navbar .navbar-nav.social-icons{
    flex-direction: row;
  }
  .navbar .navbar-nav.social-icons > li{
    margin-right: 15px;
  }
}


/*=============== affix css ===============*/
/* .navbar_fixed {
  width: 100%;
  left: 0;
  top: -70px;
  background: #fff;
  position: fixed;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-bottom: 0px;
  z-index: 999;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: background 500ms linear, -webkit-transform 1000ms ease;
  -webkit-transition: background 500ms linear, -webkit-transform 1000ms ease;
  -o-transition: transform 1000ms ease, background 500ms linear;
  transition: transform 1000ms ease, background 500ms linear;
  transition: transform 1000ms ease, background 500ms linear, -webkit-transform 1000ms ease;
  -webkit-transition: transform 1000ms ease, background 500ms linear;
  -webkit-backface-visibility: hidden;
} */

.navbar_fixed .navbar{
  background: #fff!important;
}
.navbar_fixed .navbar .navbar-brand img {
  width: 90px;
}
.navbar_fixed .navbar .navbar-toggler span {
  background: #0D2891;
}
.navbar_fixed .navbar-light .navbar-nav .nav-link{
  color: rgba(0,0,0,.7);
}

/* ==============NAVBAR==================*/



/*===============Carosur=============*/
.carousel-item{
  max-height: 100vh;
}
.rela{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* opacity: .6; */
}
.carousel-caption{
  position: absolute;
  left: 15%;
  right: 15%;
  bottom:100px;
  text-align: left;
  /* font-family: 'Marck Script', cursive; */
}


.carousel-caption .head{
  font-size: 3.5em;
  color: #fff!important;
  margin-bottom: 0px;
  /* font-weight: bold; */
}
.carousel-caption .head.small_{
  /* line-height: 1; */
}
.carousel-caption .head.big_{
  font-size: 5em;
  font-weight: 800;
  /* line-height: 1.3; */

}
.carousel-caption .text{
  letter-spacing: 2px;
}
.carousel-caption .head > span{
  display: inline-block;
}
.carousel-caption .btn-bnn{
  padding: 18px 30px;
  background-color: #fea84b;
  color: #fff;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
.carousel-control-next, .carousel-control-prev{
  opacity: 0;
}
/* } */
@media (max-width:991px) {
/* .rela .carousel-caption{
  display: none;
} */
.carousel-caption{
  bottom:20px;
}
.carousel-caption .head{
  font-size: 1em;
}
.carousel-caption .head.big_{
  font-size: 2em;
  font-weight: 700;
}
}

/*=================About================*/
.about-section{
  width: 100%;
  position: relative;
  margin: 70px 0;
}
.heading.about p{
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.heading.about h2{
  font-weight: bold;
  text-transform: uppercase;
  color: #f58634;
  letter-spacing: 2px;
}


/*===========Package Section==============*/
.packages-section{
  position: relative;
  width: 100%;
  padding: 70px 0;
}
.package{
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: grey;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.package::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.package.half{
  height: 217px;
}
.package:hover::before{
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
}
.package .content{
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
}
.package .content > h4{
  font-size: 20px;
}

/*==================Spoiler=================*/
.spoilers{
  width: 100%;
  padding: 70px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #777;
  background-image: url('../images/banner-3.jpg');
  position: relative;
}
.spoilers::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.spoilers .s-tabs{
  width: 100%;
  text-align: center;
  color: #fff;
}
.spoilers .s-tabs > .s-icon{
  margin: 0 auto 15px auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /* background-color: #4e97d2; */
  background-color: rgba(255,255,255, 0.3);
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.spoilers .s-tabs > .s-icon > i{
  font-size: 2.5rem;
  color: #ffffff;
  opacity: 1;
  line-height: 75px;
  transition: all 0.3s ease;
}
.spoilers .s-tabs:hover .s-icon{
  /* border: 2px solid #fab201; */
  background-color: rgba(255,255,255, .8);
}
.spoilers .s-tabs:hover .s-icon i{
  font-size: 3rem;
  color: #f58634;
}
.spoilers .s-tabs > h3{
  font-size: 2.8rem;
  margin-bottom: 0px;
}
.spoilers .s-tabs > p{
  font-size: 18px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .spoilers .s-tabs{
    margin-bottom: 30px;
  }
}


/*=================Services==================*/
.service-tab{
  position: relative;
  padding: 70px 0 50px 0;
}
.service{
  padding: 20px 5px;
}
.service h3{
  color: #222223;
  font-size: 24px;
}
.service h3 > span{
  color: #f58634;
}
.service p{
  font-size: 14px;
}

/*=================Spoiler-2=====================*/
.spoiler-tab-2{
  width: 100%;
  /* background: linear-gradient(45deg, #04a29b, #2873b9); */
  background-image: url('../images/banner-1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:40px 30px;
  border-radius: 0px;
  color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.spoiler-tab-2::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}


/*===================Blogs=============*/
.blogs-section{
  position: relative;
  padding: 70px 0;
}
.blogs{
  width: 100%;
  box-shadow: 0 4px 15px rgba(33, 44, 55, 0.1);
  transition: all 0.3s ease;
  background-color: #fff;
}
.blogs:hover{
  box-shadow: 0 2px 5px rgba(33, 44, 55, 0.08);
}
.blogs .d-content{
  padding: 30px;
}
.blogs .d-img{
  width: 100%;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blogs .d-content > h5{
  font-weight: 400;
  color: #222223;
}
.blogs .d-days > i{
  vertical-align: sub;
  font-size: 20px;
}

/*============Footer==================*/
.footer-sec h4{
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.footer-sec p{
  color: inherit;
}
.footer-sec .social_icons > a {
  font-size: 1.2rem;
  margin-right: 25px;
  color: #e95229;
  text-decoration: none!important;
}
.copy{
  cursor: pointer;
}
.social_icons a > img{
  width: 25px;
}

.newsletter{
  border-radius: 2px 0px 0px 2px;
  line-height: 21px;
  letter-spacing: 2px;
  background-color: #f9f9f9;
  border-width: 1px;
  border-color: #f1f1f1;
  border-style: solid;
  padding: 10px 20px;
  -webkit-appearance: none;
  color: #7e7e7e;
  width: 100%;
  font-weight: 300;
}
.btn-subs{
  background-color: #4e97d2;
  border-radius: 0px 2px 2px 0px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.82;
}


/*=============Pages Banner=================*/
.banner{
  position: relative;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/banner-3.jpg');
}
.banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
  z-index: 1;
}
.banner .page-header > h1{
  padding: 150px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}



.page-content{
  padding: 70px 0;
}

.package-basic{
  width: 100%;
  background: #fff;
  padding: 50px 15px;
  margin: -125px 0 0;
  text-align: center;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
  position: relative;
  z-index: 9;
}
.head_title hr{
  max-width: 250px;
}
.pricing h4{
  font-size: 24px;
  line-height: 24px;
  color: #f58634;
  text-transform: capitalize;
}
.pricing h4 > sub{
  color: #676767;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 0 3px;

}

.quick_detail{
  width: 100%;
  /* float: left; */
  padding: 20px 0;
  font-size: 15px;
  list-style: none;
  line-height: 15px;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.quick_detail li{
  padding: 0 25px;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}
.quick_detail li > span{
  width: auto;
  /* float: none; */
  /* padding: 0 0 0 30px; */
  font-size: inherit;
  line-height: inherit;
}
.quick_detail li > span > i{
  font-size: 20px;
  margin-right: 8px;
  vertical-align: sub;
}
.overviews{
  position: relative;
  width: 100%;
  padding: 70px 0;
}
.overs{

}
.overs .nav-item > a{
  color: #717171;
  letter-spacing: 1px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}
.overs .nav-item > a.active{
  color: #f58634!important;
  background-color: transparent!important;
  border-color: transparent transparent #f58634!important;
}
.overs .nav-item > a:hover{
  color: #f58634!important;
  border-color: transparent transparent #f58634!important;
}



._package_navs{
  width: 100%;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}
._package_navs a.pack_navs{
  padding: 20px 20px;
  border-bottom: 2px solid transparent;
  position: relative;
  font-size: 85%!important;
  font-weight: 600!important;
  color: #848481!important;
  letter-spacing: 0.02rem!important;
}
._package_navs a.pack_navs.active{
  color: #f58634!important;
  border-bottom: 2px solid #f58634;
}

.data_section_{
  padding: 15px;
}
.data_section_ .head > h2{
  color: #383838;
}
.short_disc__ p > i{
  color: #f58634;
}
.short_disc__ p {
  font-weight: 500;
}
.data_section_ ul li{
  line-height: 1.5!important;
}
.package_side_{
  position: relative;
  /* position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0; */
  z-index: 1;
}
.package_form_{
  padding: 30px;
  width: 100%;
  box-shadow: 0 4px 15px rgba(33, 44, 55, 0.1);
  -webkit-box-shadow: 0 4px 15px rgba(33, 44, 55, 0.1);
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.pricing p{
  font-weight: 500;
}
.pricing p > span.tag >i{
  transform: rotate(-45deg);
}
.pricing p > span.price {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width:991px) {
  .pricing p > span.price {
    color: inherit;
  }
}

.form-group .form-control{
  border-color: #e3e7ea;
}
.form-group label{
  line-height: 1;
  font-size: 13px;
  margin-bottom: 5px;
}
.btn-book{
  padding: 10px 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

  background: #f58634;
  background: -webkit-linear-gradient(left, #f58634 , #f58634);
  background: -o-linear-gradient(right, #f58634, #f58634);
  background: -moz-linear-gradient(right, #f58634, #f58634);
  background: linear-gradient(to right, #f58634 , #f58634);
  color: #fff;
}


.itenary{
  width: 100%;
  background-color: #585d66;
}
.iten-img{
  position: relative;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-text,
.iten-img{
  height: 100%;
  min-height: 400px;
}
.slider-text{
  color: #fff;
  padding: 30px;
  font-weight: 100;
  position: relative;
  padding-left: 50px;
}
.slider-text .day_{
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -40px;
  background-color: #f58634;
  border: 4px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
}
.slider-text .day_ > p{
  line-height: 70px;
  font-weight: bold;
  font-size: 18px;
}
.slider-text .day_ > p > span{
  font-size: 24px;
}
#sidebar{
  position: relative;
  z-index: 99999!important;
}
@media (min-width:992px){
  .sidebar__inner{
    position: relative;
    /* top: -160px; */
    /* transition: all 1s ease; */
  }
}
@media (max-width:991px) {
  .iten-img{
    height: 250px;
    min-height: 250px;
  }
  .slider-text{
    height: 100%!important;
    min-height: none;

    padding: 15px;
    padding-left: 15px;
  }

  .slider-text .day_{
    top: -60px;
    left: 50%;
    margin-top: 0px;
    margin-left: -40px;
  }
}
@media (max-width:767px) {
  .package_name_{
    font-size: 22px;
    line-height: 1.5;
  }
}
