.actionbtn.eventbtn {
  pointer-events: none;
}
.actionbtn {
    height: 45px;
    margin-top: 10px;
    line-height: 0px;
    width: 100%;
    border-radius: 7px;
    position: relative;
    z-index: 9;
}
.actionbtn:active {
  color: #ffffff;
  background: #080808;
  background: linear-gradient(to bottom, #3b3b3b 0%, #2e2e2e 50%, #141414 51%, #080808 100%);
}
.actionbtn.eventbtn {
  background-color: #212121;
  padding-right: 40px;
}
.actionbtn.eventbtn:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #fff;
    border-right: 3px solid #27ae60;
    -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    top: 50%;
    left: 49%;
    z-index: 99;
}
@-webkit-keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}
@keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}
.modal-backdrop
{
  position: relative!important;
}
.modal-backdrop.fade.show{
  opacity: 0;
  z-index: 9;
}
.modal-content{
  border: 0;
  border-radius: 25px;
}
.em-hand {
text-align: center;
margin-right: 3px;
margin-left: 10px;
-webkit-animation: wave 0.3s alternate infinite;
-moz-animation: wave 0.3s alternate infinite;
-ms-animation: wave 0.3s alternate infinite;
animation: wave 0.3s alternate infinite;
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
width: 20px;
}
@keyframes wave {
0% {
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
}
100% {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}
}

.contact-from-wrap {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
/* margin: 150px 0; */
-webkit-box-shadow: 0px 0px 10px #00000030;
-moz-box-shadow: 0px 0px 10px #00000030;
-ms-box-shadow: 0px 0px 10px #00000030;
-o-box-shadow: 0px 0px 10px #00000030;
box-shadow: 0px 0px 10px #00000030;
background: #fff;
position: relative;
}
.form_header {
/* background-color: #000000a3; */
border-radius: 7px 7px 0px 0px;
}
.contact-from-wrap .form_header h2 {
margin-bottom: 0;
text-transform: capitalize;
color: #000000;
margin: 0;
padding: 15px;
font-size: 16px;
font-family: "Popins", sans-serif;
font-weight: 700;
text-align: center;
background: #fff;
border-radius: 25px;
line-height: 26px;
padding-top: 25px;
display: flex;
align-items: center;
justify-content: center;
}
.contact-from {
background: #fff;
padding: 0px 25px 25px 25px;
border-radius: 0 0 25px 25px;
margin: 0;
}
.contact-from-wrap .form_header h2{
padding-bottom: 15px;
}
.form-floating > .form-control {
  padding: 5px 15px!important;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 5px 8px!important;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-floating > .form-control, 
.form-floating > .form-select{
  min-height: 45px !important;
  height: 45px !important;
  line-height: 40px !important;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
}
.form-floating > textarea.form-control {
  height: 100px!important;
}
.form-floating > .form-control:focus ~ label, 
.form-floating > .form-control:not(:placeholder-shown) ~ label, 
.form-floating > .form-select ~ label {
  opacity: 1!important;
  transform: scale(1) translateY(-8px) translateX(9px)!important;
  color: var(--theme-color)!important;
  background: #fff!important;
  height: 22px!important;
  line-height: 5px!important;
  font-size: 12px;
  width: max-content!important;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown){
  box-shadow: none;
}
.close{
  width: 15px!important;
  height: 15px!important;
  padding: 0px!important;
  right: 15px;
  position: absolute;
  top: 15px;
  z-index: 9;
}
.close i{
position: absolute;
z-index: 999;
top: 0;
right: 0;
}
.close i{
color: black;
font-size: 18px;
font-weight: normal;
padding: 8px;
}
.packagedetails {
  display: flex;
  /*flex-wrap: wrap;*/
  margin-bottom: 20px;
  padding: 0 25px;
}

.packagedetails .pkg-img img {
  max-height: 50px;
  margin-right: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.packagedetails .pkg-details .title {
  color: #202020;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.packagedetails .pkg-details .price {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}
.touritem-flexxer .explot h5 {
  color: #212121;
  font-size: 14px;
  padding-top: 3px;
  margin-bottom: 0px;
}

.touritem-flexxer .explot h5 i {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 700;
  padding-left: 7px;
  padding-right: 7px;
}

.touritem-flexxer .city {
  font-size: 18px!important;
}
.contactusForm{
  padding: 0;
  background-color: transparent;
}
.destination-item .destination-content a h5{
font-size: 20px;
}
@media (max-width: 991px) {
.destination-item .destination-content a h5{
font-size: 15px;
}
.destination-item .destination-overlay .count-info {
  padding: 10px 15px;
}
}
@media (max-width: 767px) {
.loc-view-bottom {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 18px;
}
}