@-webkit-keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
}

@-webkit-keyframes slideDrawer {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0rem);
    }
}

@keyframes slideDrawer {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0rem);
    }
}

@font-face {
    font-family: "icons";
    src: url("../legacy/icons/icons.eot?eacf7b8286a233407b6b39dcda8db307?#iefix") format("embedded-opentype"),
        url("../legacy/icons/icons.woff2?eacf7b8286a233407b6b39dcda8db307") format("woff2"),
        url("../legacy/icons/icons.woff?eacf7b8286a233407b6b39dcda8db307") format("woff"),
        url("../legacy/icons/icons.ttf?eacf7b8286a233407b6b39dcda8db307") format("truetype"),
        url("../legacy/icons/icons.svg?eacf7b8286a233407b6b39dcda8db307#icons") format("svg");
}

i[class^="ic-"]:before, i[class*=" ic-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:hover {

    text-decoration: none;
}

.menu-link:hover,.menu-link.active {
    color: #8200ff;
}

.text-grey-700 {
    color: #666666;
}

.form-control {
    height: auto;
}

.ic {
    display: inline-block;
    line-height: 1;
    min-width: 1em;
    text-align: center;
    font-size: inherit;
    text-rendering: auto;
}

.header-user-menu {
    width: 170px;
}

.dropdown-menu .menu-link {
    display: block;
    color: #333333;
    text-decoration: none !important;
}

.header-user-menu .menu-profile {
    background-color: #8200ff;
    color: #fff;
}

.dropdown-menu.animated {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-destination .place-item-img {
    height: 100%;
}

.box {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.profile-box .user-avatar {
    width: 120px;
    height: 120px;
}

.profile-box .profile-nav {
    color: #333333;
    font-size: 0.9rem;
    background-color: #fff;
    transition: background 0.5s;
}

.profile-box .profile-nav>.ic {
    color: #999999;
}

.profile-box .profile-nav:hover {
    background-color: #eeeeee;
    text-decoration: none;
}

.profile-box .profile-nav.active,
.profile-box .profile-nav.active>.ic {
    color: #8200ff;
}

.booking-item-cta {
    min-width: 150px;
}

.booking-item-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

.booking-item.completed .booking-item-header {
    background-color: rgba(53, 201, 65, 0.03);
}

.booking-item.pending .booking-item-header {
    background-color: rgba(255, 72, 72, 0.03);
}

.btn-outline-main {
    border: 1px solid #8200ff;
    color: #8200ff;
}

.btn-outline-main:hover {
    color: #8200ff;
    background-color: rgba(130, 0, 255, 0.1);
}

.btn-outline-main:disabled {
    pointer-events: none;
    border-color: #999999;
    color: #999999;
}

.btn-outline-grey {
    border: 1px solid #cccccc;
    color: #666666;
}

.btn-outline-grey:hover {
    color: #666666;
    background-color: rgba(153, 153, 153, 0.1);
}

.text-main {
    color: #8200ff;
}

.text-main-300 {
    color: #c080ff;
}

.text-main-700 {
    color: #5b00b3;
}

.breadcrumb{
    background-color: transparent;
}

.cart-item .form-check-input{
    margin-left: 0px!important;
}

.section-banner {
    background-color: #eeeeee;
    background-size: cover;
    background-position: center;
    height: 180px;
}

.f-larger {
    font-size: 1.47rem!important;
}

.width-inh{
    width: inherit;
}

.timeline {
    position: relative;
  }
  .timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  .timeline-item.pending {
    color: #999999;
  }
  .timeline-item.pending:before {
    background-color: #cccccc !important;
  }
  .timeline-item.pending .timeline-icon {
    color: #cccccc;
    border-color: #cccccc;
  }
  .timeline-icon {
    position: relative;
    z-index: 1;
    font-size: 1.8rem;
    width: 3rem;
    height: 3rem;
    color: #24b855;
    border: 3px solid #24b855;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .timeline-icon > .ic {
    height: 1em;
  }
  .timeline-content > * {
    display: block;
  }
  .timeline-content span {
    font-size: 0.87rem;
    color: #666666;
  }

  .ml-4 .btn-outline-main {
    border: 1px solid #8200ff!important;
    color: #8200ff!important;
}

.text-sub {
    color: #ff7000;
}

.ic-account:before {
    content: "\f101";
}

.ic-check-o:before {
    content: "\f106";
}

.ic-dots:before {
    content: "\f10a";
}

.ic-sad:before {
    content: "\f120";
}

.ic-booking:before {
    content: "\f102";
}

.ic-star:before {
    content: "\f124";
}

.ic-heart-line:before {
    content: "\f113";
}

.ic-logout:before {
    content: "\f117";
}

.payment-status-alert {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.33rem;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    line-height: 1.4;
}

.payment-status-alert.success {
    color: #24b855;
    background-color: rgba(36,184,85,.03);
}

.payment-status-alert:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    border-radius: 3px 0 0 3px;
}

.payment-status-alert.success:before {
    background-color: #24b855;
}

.payment-status-alert.failed{
    color:#ff4848;
    background-color:rgba(255,72,72,.03)
}

.payment-status-alert.failed:before{
    background-color:#ff4848
}

.position-unset{
    position: unset;
}

@media (min-width: 992px){
    .flex-md-even {
        flex: 1;
    }

    .section-banner {
        height: 400px;
    }

    .timeline {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .timeline-item {
        flex: 1;
        flex-direction: column;
        text-align: center;
        margin: 0;
    }
    .timeline-item:not(:first-child):before {
        content: '';
        position: absolute;
        top: 1.5rem;
        left: -50%;
        width: 100%;
        height: 3px;
        background-color: #24b855;
    }
    .timeline-icon {
        margin: 0 auto 0.5rem;
    }
}

@media (max-width: 992px) {
    
    .m-drawer {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 0;
        margin: 0;
        width: 100% !important;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-animation: none !important;
        animation: none !important;
    }

    .m-drawer-inner {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        min-width: 250px;
        max-width: 80vw;
        -webkit-animation-name: slideDrawer;
        animation-name: slideDrawer;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .header-user-menu {
        border-color: rgb(51, 51, 51);
    }
}


.deal-icon {
    padding:5px;
    height: 39px;
    width: 39px;
    float: right;
}

.checkout-prices .price-item:last-child {
  padding-top: 5px;
  padding-bottom: 5px;
}

.modal-img{
    width: 100%;
    height: auto;
}

.btnrating:focus{
    box-shadow: none;
}

.review-img-wrapper{
    padding: 1.25rem;
}

.review-img{
    height: 134px;
    position: relative; 
}

.review-img img{
    
    max-height: 100%;  
    max-width: 100%; 
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.promocode-wrapper{
    max-height: 280px;
    overflow: scroll;
}

.rating-wrapper{
    width:70%;
    margin:auto;
}

 .promo-accordion:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
  
  
.promo-accordion.collapsed:after {
    content: "\f107";
  }

  .promo-item.disabled {

    opacity: 0.5;
}