.show {
    display: block;
}
.hide {
    display:none;
}
.site-form label {
    margin-bottom: 2px;
}
.site-form input.form-control, .site-form select.form-control {
    height: 45px;
}
.site-form .form-control {
    border: 2px solid #ced4da;
    border-radius: 5px;
}
.search-n-deal {
  position: relative;
  z-index: 0;
}
.update-search-form {
    background-color: #fff;
    box-shadow: none;
    padding: 30px 30px 20px 30px;
    margin-bottom: 20px;
    border-radius: 4px;
    flex-direction: row;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.update-search-form  .form-field.icon-location:after, .update-search-form  .form-field.icon-calendar:after, .update-search-form  .form-field.icon-time:after, .update-search-form  .form-field.icon-room:after {
    position: absolute;
    font-family: "gotraveller";
    bottom: 5px;
    right: 0;
    width: 30px;
    height: 32px;
    font-size: 26px;
}

.search-result-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    box-shadow: none;
    padding: 20px 10px 20px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.search-result-bar .dtl-header {
    width: 27%;
    margin-bottom: 0;
    padding: 0 10px;
}
.search-result-bar .dtl-header h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
    margin-bottom: 0px;
    font-family: inherit;
    color: #111d59;
}
.search-result-bar ul {
    padding-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 73%;
    flex-direction: row;
}
.search-result-bar ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-bottom: 0;
    width: 52%;
}
.search-result-bar ul li:first-child {
    width: 48%;
    justify-content: center;
    padding-top: 10px;
}
.search-result-bar ul li i {
    margin-right: 15px;
    font-size: 40px;
    font-weight: 500;
    top: -8px;
    display: inline-block;
    width: auto;
    color: #f27e0769;
}
.search-result-bar ul li p {
    font-size: 18px;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 600;
    color: #21386c;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    line-height: normal;
}
.search-result-bar ul li span {
    display: inline-block;
    width: 100%;
    color: #d4d4d4;
    position: relative;
    padding: 0 10px;
    z-index: 9;
    overflow: hidden;
    height: auto;
    top: 0;
    margin: 5px 0;
}
.search-result-bar ul li span:before {
    content: "";
    height: 100%;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    z-index: -1;
}
.search-result-bar ul li span:after {
    content: "";
    height: 1px;
    width: 140px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #d4d4d4;
    z-index: -2;
}
.search-result-bar ul li .deals-filter {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
}
.search-result-bar ul li .deals-filter div {
    margin-bottom: 10px;
    display: flex;
}
.search-result-bar ul li .deals-filter label {
    color: #030303;
}
@media only screen and (min-width: 1024px) and (max-width: 1176px)  {
    .search-result-bar .dtl-header {
        width: 25%;
    }
    .search-result-bar .dtl-header h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .search-result-bar ul {
        padding-left: 0px;
        width: 73%;
    }
    .search-result-bar ul li p {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .search-result-bar ul li .deals-filter {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 969px) and (max-width: 1023px)  {
    .search-result-bar .dtl-header {
        width: 50%;
    }
    
    .search-result-bar ul, .search-result-bar ul li:first-child {
        width: 100%;
    }
    .search-result-bar ul li:last-child {
        display: none;
    }
}
@media only screen and (min-width: 700px) and (max-width: 968px)  {
    .search-result-bar .dtl-header {
        width: 60%;
    }
    .search-result-bar ul, .search-result-bar ul li:first-child {
        width: 100%;
    }
    .search-result-bar ul li:last-child {
        display:none;
    }

}
@media only screen and (min-width: 851px) and (max-width: 900px)  {
    .search-result-bar .dtl-header h3 {
        font-size: 37px;
    }
}
@media only screen and (min-width: 731px) and (max-width: 850px)  {
    .search-result-bar .dtl-header h3 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 730px)  {
    .search-result-bar .dtl-header h3 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 699px)  {
    .search-result-bar {
        display: block;
    }
    
    .search-result-bar .dtl-header {
        width: 100%;
    }
    .search-result-bar .dtl-header h3 {
        font-size: 30px;
        text-align: center;
    }
    .search-result-bar ul, .search-result-bar ul li:first-child {
        width: 100%;
    }
    .search-result-bar ul li:last-child {
        display:none;
    }
}
@media (max-width: 480px) {
    .search-result-bar {
        display: block;
    }
    
    .search-result-bar .dtl-header {
        width: 100%;
    }
    .search-result-bar .dtl-header h3 {
        font-size: 22px;
        line-height: 32px;
        text-align:center;
    }
    .search-result-bar ul, .search-result-bar ul li:first-child {
        width: 100%;
    }
    .search-result-bar ul li:last-child {
        display:none;
    }
}

.moreresult {
    min-height: 750px;
    padding-bottom: 20px;
}

.moreresult .product-list {
    /* flex: 0 0 23.7%; */
    /* max-width: 23.7%; */
    position: relative;
    width: 100%;
    height: fit-content;
    min-height: 1px;
    /* margin-right: 15px; */
    /* padding-right: 0px; */
    /* padding-left: 0px; */
    /* border-top: 3px solid #d7d7d7; */
    /* border-left: 3px solid #d7d7d7; */
    /* border-right: 3px solid #d7d7d7; */
    /* border-radius: 4px; */
    margin-bottom: 25px;
    /* border-bottom: 4px solid #d7d7d7; */
    /* background: #fff; */
    /* box-shadow: 0px 2px 1px rgb(0 0 0 / 38%); */
    /* flex: 0 0 25%; */
    /* max-width: 25%; */
}
.moreresult .product-list .parking-products {
    float: left;
    /* width: 100%; */
    /* height: 100%; */
    border-radius: 55px;
    /* border-top: 3px solid #dfeef1; */
    /* border-left: 3px solid #dfeef1; */
    /* border-right: 3px solid #dfeef1; */
    /* border-bottom: 3px solid #dfeef1; */
    /* box-shadow: 0px 2px 1px rgb(0 0 0 / 38%); */
    /* border: 3px solid #0068b7; */
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    /* border-radius: 50%; */
}
@media (min-width: 1920px) {
    .moreresult .product-list {
        /* flex: 0 0 25%; */
        /* max-width: 25%; */
    }
}
@media only screen and (min-width: 1197px) and (max-width: 1368px)  {
    .moreresult .product-list {
        flex: 0 0 33.3%;
        max-width: 33.3%;
        /* margin-right: 8px; */
    }
}
@media only screen and (min-width: 920px) and (max-width: 1196px)  {
    .moreresult .product-list {
        flex: 0 0 31.2%;
        max-width: 31.2%;
    }
}
@media only screen and (min-width: 620px) and (max-width: 919px)  {
    .moreresult .product-list {
        flex: 0 0 47%;
        max-width: 47%;
    }
}
@media (max-width: 619px) {
    .moreresult {
        margin-right: 0px;
    }
    .moreresult .product-list {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.moreresult .product-recommended {
    /*border: 3px solid #3a8fc1;*/
}
.moreresult .product-list .product-image {
    background: #fff;
    display: flex;
    height: 210px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.moreresult .product-list .product-image img {
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
    height: 75%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .moreresult .product-list .product-image img {
        width: inherit;
    }
}
.moreresult .product-list .product-rating, .moreresult .product-list .product-no-rating {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 5px 15px;
    min-height: 45px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6, 27, 65, 0)), color-stop(100%,rgba(214, 225, 227)));
    background: -webkit-linear-gradient(top, rgba(6, 27, 65, 0) 0%,rgb(214, 225, 227) 100%);
    background: -o-linear-gradient(top, rgba(6, 27, 65, 0) 0%,rgb(214, 225, 227) 100%);
    background: -ms-linear-gradient(top, rgba(6, 27, 65, 0) 0%,rgb(214, 225, 227) 100%);
    background: linear-gradient(to bottom, rgba(6, 27, 65, 0) 0%,rgb(214, 225, 227) 100%);
    border-radius: 5px;
}
.moreresult .product-list .product-rating .rate-class-name, .moreresult .product-list .product-no-rating .rate-class-name {
    float: right;
    position: relative;
    top: -3px;
}
.moreresult .product-list .product-rating .rate-class-name .score, .moreresult .product-list .product-no-rating .rate-class-name .score {
    float: left;
    color: #000;
    margin-right: 10px;
    font-size: 12px;
}
.moreresult .product-list .product-rating .rate-class-name .score strong, .moreresult .product-list .product-no-rating .rate-class-name .score strong {
    display: block;
    text-align: right;
    font-style: normal;
    color: #4f4d77;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.moreresult .product-list .product-rating .rate-class-name span, .moreresult .product-list .product-no-rating .rate-class-name span {
    background: #f58220;
    color: #fff;
    float: left;
    font-weight: 600;
    border-radius: 10%;
    padding: 3px 5px 3px 5px;
    font-size: 18px;
    margin-top: 15px;
}
.moreresult .product-list .product-rating .rate-star-name, .moreresult .product-list .product-no-rating .rate-star-name {
    float: left;
    margin-left: 0px;
    margin-top: 6px;
}
.moreresult .product-list .product-rating .rate-star-name span, .moreresult .product-list .product-no-rating .rate-star-name span {
    color: #4f4d77;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
}
.moreresult .product-list .product-rating .rate-star-name .fa-star, .moreresult .product-list .product-no-rating .rate-star-name .fa-star {
    font-size: 14px;
    float: left;
    margin-right: 2px;
}
.moreresult .product-list .product-rating .rate-star-name .fa-star:after {
    opacity: 1;
}

.moreresult .product-list .product-rating .rate-star-name .fa-star {
    color: #ffb13f;
}
.moreresult .product-list .product-rating .rate-star-name .grey-star {
    color: #a2a2a2;
}
.moreresult .product-list .product-no-rating .rate-star-name .fa-star {
    color: #a2a2a2;
}
.moreresult .product-list .product-detail {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 15px 10px 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.moreresult .product-list .product-detail .product-name {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.moreresult .product-list .product-detail .product-name h3 {
    font: 18px/16px museosans,Arial,Helvetica,sans-serif;
    color: #053861;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 20px;
    margin-bottom: 0px;
    text-align: left;
    padding-bottom: 5px;
}
.moreresult .product-list .product-detail .product-name .product-service {
    font-size: 13px;
}
.moreresult .product-list .product-detail .product-description {
    font-size: 14px;
    line-height: 17px;
    color: #323232;
    font-weight: 400;
}
.moreresult .product-list .product-detail .product-description .hide-description {
    font-size: 16px;
    color: #a9a9a9;
    position: absolute;
    top: -18px;
    right: -7px;
    cursor: pointer;
    z-index: 1;
}
.moreresult .product-list .product-detail .product-description li {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
    color: #434343;
    font-size: 14px;
}
.moreresult .product-list .product-detail .product-description li i {
    color: #7fb462;
    margin-right: 5px;
}
.moreresult .product-list .product-detail .car-park-info {
    margin: 5px 0 5px;
    padding-bottom: 5px;
    float: left;
    display: block;
    width: 100%;
}
.moreresult .product-list .product-detail .car-park-info .car-park-features {
    float: left;
}
.moreresult .product-list .product-detail .car-park-info .product-more-link {
    position: relative;
    color: #2080aa;
    font-size: 14px;
    font-weight: 600;
    float: right;
    cursor: pointer;
}
.moreresult .product-list .product-detail .cancel-cover, .moreresult .product-list .product-detail .free-cancel-cover, .moreresult .product-list .product-detail .non-flex {
    padding-bottom: 5px;
}
.moreresult .product-list .product-detail .cancel-cover label, .moreresult .product-list .product-detail .free-cancel-cover label, .moreresult .product-list .product-detail .non-flex label {
    cursor: pointer;
    font: 11px/16px museo_sans500,Arial,Helvetica,sans-serif;
    padding: 0 5px;
    font-weight: 600;
    margin-bottom: 3px;
}
.moreresult .product-list .product-detail .non-flex label {
    color: #dc7e60;
}
.moreresult .product-list .product-detail .cancel-cover label {
    color: #9C27B0;
}
.moreresult .product-list .product-detail .product-footer {
    width: 100%;
}
.moreresult .product-list .product-detail .product-footer .price {
    float: left;
    font-size: 20px;
    color: #1b4a7d;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 10px;
}
.moreresult .product-list .product-detail .product-footer .price span {
    font-size: 32px;
}
.moreresult .product-list .product-detail .product-footer .bookbtn {
    position: relative;
    top: 5px;
    display: inline-block;
    float: right;
}
.moreresult .product-list .product-detail .product-footer .bookbtn .btn-book-now {
    width: 100%;
    height: 38px;
    line-height: 40px;
    padding: 0 15px;
    color: #ffd37a;
    border: none;
    border-radius: 4px;
    position: relative;
    outline: none;
    cursor: pointer;
    background: #1b4a7d;
    font-size: 17px;
    font-weight: 600;
}
.moreresult .product-list .product-detail .product-footer .bookbtn .btn-book-now i {
    vertical-align: middle;
    padding-left: 5px;
}
.moreresult .product-list .product-detail .product-footer .bookbtn .btn-book-now:hover {
    color: #fff;
}
.moreresult .product-list .product-detail .product-footer .discount-detail {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    background: #f1f1f1;
    border-radius: 5px;
}
.moreresult .product-list .product-detail .product-footer .discount-detail label {
    margin-bottom: 0px;
    font-size: 13px;
    padding: 5px 0px 5px 0px;
    color: #2b2b2b;
}
.moreresult .product-list .product-detail .product-footer .discount-detail label span {
    text-decoration: line-through;
    font-size: 16px;
    color: #0c3e6a;
    font-weight: 600;
}
/*===================================== Product POP-UP ================================*/
.holiday-popup {
  display: inline-block;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.45s 0.45s ease, transform 0s 1.2s;
  z-index: 9;
  padding: 30px;
}
.holiday-popup-show {
    z-index: 1000;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
    box-shadow: 0px 87px 109px rgba(181, 187, 192, 0.75);
    transition: box-shadow 1s ease 1s;
}
@media (min-width: 768px) {
  .holiday-popup {
    display: flex;
  }
}




.holiday-popup .menu-wraper {
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  height: calc(100% - 100px);
}

@media (min-width: 768px) {
  .holiday-popup .menu-wraper {
    flex-direction: row;
    border-radius: 10px;
  }
}

@media (min-width: 1440px) {
  .holiday-popup .menu-wraper {
    max-width: 1400px;
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .holiday-popup .menu-wraper {
    max-width: 1700px;
    width: 100%;
    
  }
}

.holiday-popup .menu-wraper .menu-column {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .holiday-popup .menu-wraper .menu-column {
    width: calc(100% - 350px);
  }
}

@media (min-width: 1200px) {
  .holiday-popup .menu-wraper .menu-column {
    width: calc(100% - 400px);
  }
}

@media (min-width: 1440px) {
  .holiday-popup .menu-wraper .menu-column {
    width: calc(100% - 500px);
  }
}

.holiday-popup .menu-wraper .menu-column .menu-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 15px;
  position: relative;
  background: #152f4a;
}

@media (min-width: 480px) {
  .holiday-popup .menu-wraper .menu-column .menu-list {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .holiday-popup .menu-wraper .menu-column .menu-list {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .holiday-popup .menu-wraper .menu-column .menu-list {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .holiday-popup .menu-wraper .menu-column .menu-list {
    padding: 30px;
  }
}

@media (min-width: 1440px) {
  .holiday-popup .menu-wraper .menu-column .menu-list {
    padding: 30px 50px;
  }
}

.holiday-popup .menu-wraper .menu-column .menu-list .dottedtext {
    position: absolute;
    bottom: 0;
    margin: auto;
    line-height: normal;
    opacity: .3;
    z-index: -1;
    font-size: 350px;
    text-align: center;
    top: 150px;
    left: 0px;
    right: 0;
  
  
}

@media (min-width: 480px) {
  .holiday-popup .menu-wraper .menu-column .menu-list .dottedtext {
    opacity: .2;
  }
}

@media (min-width: 992px) {
  .holiday-popup .menu-wraper .menu-column .menu-list .dottedtext {
    opacity: .2;
  }
}

.holiday-popup .menu-wraper .menu-column .menu-list .logo-row {
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
  padding: 0px;
}
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .tab-content {
    padding-right: 30px;
}
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    max-width: 200px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border:0px !important;
    margin-bottom:0px;
    background:transparent;
    
}
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row a:hover {
    color: #FF9800;
}
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .nav-pills .nav-link.active {
    color: #FF9800;
}
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .nav-tabs {
    border-bottom: 1px solid #295988;
}
@media (min-width: 768px) {
  .holiday-popup .menu-wraper .menu-column .menu-list .logo-row a {
    max-width: 100%;
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
    .holiday-popup .menu-wraper .menu-column .menu-list .logo-row a {
        max-width: 100%;
        font-size: 18px;
    }
}

.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-overview,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-importantinfo,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-dropoff,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-return {
    padding: 25px 0px 0px 10px;
}

.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-overview ul li,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-importantinfo ul li,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-dropoff ul li,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-return ul li {
    color: #eaeaea;
    font-size: 14px;
    font-weight: 400;
    margin-bottom:5px;

}
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-overview ul li i,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-importantinfo ul li i,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-dropoff ul li i,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-return ul li i {
    padding-right: 5px;
}

.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-overview h5,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-importantinfo h5,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-dropoff h5,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-return h5 {
    color: #60c0f2;
    font-size: 18px;
}

.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-overview span,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-importantinfo span,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-dropoff span,
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-return span {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-dropoff h5, .holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-return h5 {
    border: 1px dashed rgb(77, 156, 200);
    padding: 12px 18px 12px 18px;
    border-radius: 25px;
    cursor: pointer;
}
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-dropoff ul, .holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-return ul {
    padding-left: 15px;
    padding-top: 10px;
}

.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-dropoff h5:after, .holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-return h5:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f068";
    float: right; 
}
.holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-dropoff h5.collapsed:after, .holiday-popup .menu-wraper .menu-column .menu-list .logo-row .carpark-return h5.collapsed:after {
    content: "\f067"; 

}
.holiday-popup .menu-wraper .menu-column .product-box {
  padding: 0;
  height: 100%;
}

.holiday-popup .menu-wraper .menu-column .product-box li,
.holiday-popup .menu-wraper .menu-column .product-box .menu-column {
    display: block;
    height: 100%;
    margin-bottom: 8px;
}

.holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list {
  height: 100%;
  font-size: 0.85rem;
  color: #16457a;
  background-color: #1a3a5a;
  padding: 15px;
}

@media (min-width: 480px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list {
    padding: 30px;
  }
}

@media (min-width: 1440px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list {
    padding: 50px 30px 30px 30px;
  }
}

.holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .close {
  display: none;
}

@media (min-width: 768px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .close {
    display: block;
    margin-bottom: 0px;
  }
}

.holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding: 10px 0 0;
  position: relative;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park {
    padding: 10px 0px 10px;
  }
}

.holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park .logo-img {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 15%;
  overflow: hidden;
  border: 4px solid #FF9800;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park .logo-img {
    width: 90px;
    height: 70px;
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park .logo-img {
    width: 110px;
    height: 90px;
  }
}

@media (min-width: 1440px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park .logo-img {
    width: 120px;
    height: 100px;
  }
}

.holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park .logo-img img {
  display: block;
  height: 100%;
  background: #fff;
}

.holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park .carpark-name {
  display: inline-block;
  width: calc(100% - 80px);
  text-align: left;
}

@media (min-width: 768px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park .carpark-name {
    width: auto;
    width: calc(100% - 80px);
  }
}

@media (min-width: 1200px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park .carpark-name {
    width: calc(100% - 110px);
  }
}

@media (min-width: 1440px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park .carpark-name {
    width: calc(100% - 130px);
  }
}

.holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park .carpark-name h4 {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park .carpark-name span {
  font-size: 14px;
  line-height: 1;
  color: #c4c4c4;
  font-weight: 400;
  font-style: italic;
  text-transform: capitalize;
}


@media (min-width: 1440px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .car-park .carpark-name span {

  }
}

.holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .carpark-feature {
    display: block;
    font-size: 13px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
    padding-left: 15px;
}

@media (min-width: 480px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .carpark-feature {

  }
}

@media (min-width: 768px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .carpark-feature {

  }
}

@media (min-width: 1200px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .carpark-feature {

  }
}

@media (min-width: 1440px) {
  .holiday-popup .menu-wraper .menu-column .product-box .menu-column .product-list .carpark-feature {

  }
}

.holiday-popup .menu-wraper .menu-column.menucart-wrap {
  width: 100%;
}

@media (min-width: 992px) {
  .holiday-popup .menu-wraper .menu-column.menucart-wrap {
    width: 350px;
  }
}

@media (min-width: 1200px) {
  .holiday-popup .menu-wraper .menu-column.menucart-wrap {
    width: 400px;
  }
}

@media (min-width: 1440px) {
  .holiday-popup .menu-wraper .menu-column.menucart-wrap {
    width: 500px;
  }
}

.holiday-popup .menu-wraper .menu-column.menucart-wrap .menu-column {
  width: 100%;
}

.close {
  opacity: 1;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
  transform: scale(0.5);
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 999;
}

@media (min-width: 480px) {
  .close {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .close {
    margin-bottom: 30px;
    transform: scale(0.7);
    position: static;
    display: none;
  }
}

@media (min-width: 1200px) {
  .close {
    margin-bottom: 40px;
    transform: scale(1);
    position: absolute;
  }
}

@media (min-width: 1440px) {
  .close {
    margin-bottom: 60px;
  }
}
/* ============= Circle Ring ===================*/
.ring__container {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 200px;
    bottom: 80px;
    transform: translate(-40%, 40%);
    z-index: 1;
}

.ring__container .ring {
  opacity: 0;
  -webkit-animation: circle-position 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -moz-animation: circle-position 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -ms-animation: circle-position 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: circle-position 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.ring__container .ring:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 26px #1a3a5a;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
}

.ring__container .ring:hover:before,.ring__container .ring.hover:before {
  -webkit-animation: ring-pulse 0.6s forwards;
  -moz-animation: ring-pulse 0.6s forwards;
  -ms-animation: ring-pulse 0.6s forwards;
  animation: ring-pulse 0.6s forwards;
}

.ring__container .ring:hover:after,.ring__container .ring.hover:after {
  -webkit-animation: ring-shadow 0.6s forwards;
  -moz-animation: ring-shadow 0.6s forwards;
  -ms-animation: ring-shadow 0.6s forwards;
  animation: ring-shadow 0.6s forwards;
}

.ring__container .ring:hover .ring__circles span > span,.ring__container .ring.hover .ring__circles span > span {
  -webkit-transform: translate(0) scale(0.93)!important;
  -ms-transform: translate(0) scale(0.93)!important;
  transform: translate(0) scale(0.93)!important;
}

.ring__container .ring:hover .ring__circles span svg circle,.ring__container .ring.hover .ring__circles span svg circle {
  stroke-width: 10px;
}

.ring__container .ring:nth-child(1) {
  height: 350px;
  -webkit-transform: translate(-50px, -50px);
  -ms-transform: translate(-50px, -50px);
  transform: translate(-50px, -50px);
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
  margin-left: 105px;
}

@media (min-width: 480px) {
  .ring__container .ring:nth-child(1) {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .ring__container .ring:nth-child(1) {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .ring__container .ring:nth-child(1) {
    width: 300px;
  }
}

@media (min-width: 1440px) {
  .ring__container .ring:nth-child(1) {
    width: 350px;
  }
}

.ring {
  position: relative;
  display: table;
  -webkit-transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ring:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transform: scale(0.78);
  -ms-transform: scale(0.78);
  transform: scale(0.78);
  opacity: 0;
}

.ring .ring__circles {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.ring .ring__circles span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ring .ring__circles > span {
  -webkit-animation: rotate360 linear infinite;
  -moz-animation: rotate360 linear infinite;
  -ms-animation: rotate360 linear infinite;
  animation: rotate360 linear infinite;
}

.ring .ring__circles > span > span {
  -webkit-transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ring:not(.disabled) .ring__circles span:nth-child(1) > span {
  -webkit-transform: translate(-4%, 0);
  -ms-transform: translate(-4%, 0);
  transform: translate(-4%, 0);
}

.ring:nth-child(1) .ring__circles > span:nth-child(1) {
  -webkit-animation-duration: 4.8s;
  -moz-animation-duration: 4.8s;
  -ms-animation-duration: 4.8s;
  animation-duration: 4.8s;
}

.ring svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ring svg stop {
  -webkit-transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ring circle {
  fill: transparent;
  stroke-width: 1px;
}

.ring:hover svg stop:nth-child(2),.ring.hover svg stop:nth-child(2) {
  stop-color: #16457a;
}

/*! CSS Used keyframes */
@-webkit-keyframes circle-position {
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

@-moz-keyframes circle-position {
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes circle-position {
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes ring-pulse {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes ring-pulse {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ring-pulse {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ring-shadow {
  50% {
    opacity: 0.5;
  }
}

@-webkit-keyframes rotate360 {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate360 {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.circle1 {
  stroke: url(#circle1);
}

.circle2 {
  stroke: url(#circle2);
}

.circle3 {
  stroke: url(#circle3);
}

.circle4 {
  stroke: url(#circle4);
}

.circle5 {
  stroke: url(#circle5);
}

.circle6 {
  stroke: url(#circle6);
}
/*================================ Parking Booking Page ==========================*/
.parking-booking-form {
    position: relative;
}
.parking-booking-form .quote-sidebar, .parking-booking-form .review-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom:20px;
}

.parking-booking-form .quote-sidebar .product-detail {
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #245988;
    padding-bottom:20px;
}
.parking-booking-form .quote-sidebar .product-detail .product-img {
    width: 100px;
    height: 100px;
    border-radius: 10%;
    overflow: hidden;
    border: 4px solid #FF9800;
    display: inline-block;
    margin-right: 20px;
}
.parking-booking-form .quote-sidebar .product-detail .product-img img {
    display: block;
    height: 100%;
    background: #fff;

}
.parking-booking-form .quote-sidebar .product-detail .product-name {
    width: calc(100% - 130px);
    display: inline-block;
    text-align: left;
}
.parking-booking-form .quote-sidebar .product-detail .product-name h4 {
    font-size: 26px;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}
.parking-booking-form .quote-sidebar .product-detail .product-name span {
    font-size: 15px;
    line-height: 18px;
    color: #c4c4c4;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
}
.parking-booking-form .quote-sidebar .product-feature {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 13px;
    color: #111d59;
    font-weight: 400;
    width: 100%;
}
.parking-booking-form .form-field {
    margin-bottom:25px;
    position: relative;
}
.parking-booking-form .form-field label {
    font-size: 15px;
    letter-spacing: -0.1px;
    color: #4a4a4a;
    margin-left: 10px;
    font-weight: 400;
}
.parking-booking-form .form-field .custom-input {
    text-transform: inherit;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 2px solid #f89605bf;
    border-radius: 5px;
    padding: 20px 10px 20px 15px;
    background: #fafafa;
    box-shadow: none;
    height: 40px;
}
.parking-booking-form .form-field .custom-select {
    padding: 10px 7px 8px 15px;
    height: 42px;
}
.parking-booking-form .form-field .custom-select + i {
    bottom: 10px;
    color: #575757;
}
.parking-booking-form .form-field .custom-input:focus, .parking-booking-form .form-field .custom-select:focus {
    border: 1px solid #ffa605;
}
.parking-booking-form .form-field .valid {
    border-bottom: 2px solid #009688;
}
.parking-booking-form .form-field i {
    position: absolute;
    right: 12px;
    bottom: 10px;
    color: #cecece;
    cursor: pointer;
    pointer-events: none;
    font-size: 16px;
}
.custom-select option {
    font-size: 14px;
}
.parking-booking-form .quote-sidebar ul {
    padding: 10px 0px 10px 0px;
}
.parking-booking-form .quote-sidebar ul li {
    font-size: 14px;
    margin-bottom: 10px;
}
.parking-booking-form .quote-sidebar ul li span {
    font-size: 15px;
    font-weight: 600;
    color: #d9eaf5;
}
.parking-booking-form .quote-sidebar ul hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.form-block {
    background: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.form-block .block-header {
    
}
.form-block .block-header h3 {
    position: absolute;
    right: -30px;
    top: -30px;
    font-size: 30px;
    font-weight: 600;
    color: #cae6f6;
    display:none;
}
.parking-booking-form .custom-control-inline span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #0c3e6a;
}
.parking-booking-form .custom-control-label {
    font-size: 15px;
    color: #0c3e6a;
    font-weight: 500;
    cursor: pointer;
}
.parking-booking-form .form-field .custom-input:focus + .fad {
    color:#f89605;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.booking-btn {
    background-color: #0c3e6a;
    color: #fff;
    border: 1px solid #0c3e6a;
    border-radius: 25px;
}
.booking-btn:hover {
    background: #fff;
    color: #f57907;
    border: 1px solid #f57907;
}
@media (min-width: 850px) {
    .terms-modal {
        max-width: 800px;
    }
}
.terms-checkbox span.error {
    left: 5px;
    top: -25px;
    right: inherit;
}
span.error {
    font-size: 11px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 2px;
    right: 2px;
    z-index: 2;
    /* height: 22px; */
    line-height: 1;
    background-color: #d77e7e;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 3px 6px;
}
span.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    right: 20%;
}
.check-option {
    display: inline-flex;
    vertical-align: text-bottom;
}
.toggle {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 0px;
}

.toggle:before {
    content: "";
    text-align: right;
    position: relative;
    top: 3px;
    left: 3px;
    width: 50px;
    height: 22px;
    font-size: 10px;
    display: block;
    background: #e6e6e6;
    border-radius: 30px;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
    padding: 2px 8px;
}

.toggle span {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    width: 24px;
    height: 24px;
    background: #000;
}

.toggle span:before {
    font-family: 'Font Awesome 6 Duotone';
    content: '\f00d';
    position: absolute;
    display: block;
    margin: 0;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: none;
    color: #fff;
    font-weight: 900;
    top: 2.4px;
    left: 6.5px;
}
.toggle span:after {
    content: "\10f00d";
    font-family: 'Font Awesome 6 Duotone';
    font-weight: 900;
    top: 2px;
    left: 7.5px;
    position: absolute;
    color: #e6e6e6;
}
#traveldetail:checked+.toggle:before, #vehicledetail:checked+.toggle:before {
    background: #0c3e6a;
    content: '';
    text-align: left;
    color: #fff;
}
#traveldetail:checked+.toggle span, #vehicledetail:checked+.toggle span {
    background: #f1bc31;
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);
    -webkit-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    -o-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#traveldetail:checked+.toggle span:before, #vehicledetail:checked+.toggle span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-family: 'Font Awesome 6 Duotone';
    content: '\f00c';
    background: #f1bc31;
    color: #000;
    font-weight: 900;
}
#traveldetail:checked+.toggle span:after, #vehicledetail:checked+.toggle span:after {
    content: "\10f00c";
    font-family: 'Font Awesome 6 Duotone';
    font-weight: 900;
    position: absolute;
    top: 3px;
    left: 6px;
    opacity: 1;
    color: #000000;
}
.promocode-dropdown .dropdown-menu-right {
    left: initial !important;
    width: 100%;
    background-color: #eef5ff;
    padding: 0px;
}
.promocode-dropdown .form-group {
    display: flex;
    width: 100%;
    padding: 5px;
    margin-bottom: 0;
    align-items: center;
    
}
.promocode-dropdown .promo-submitbtn {
    font-size: 18px;
    min-width: 50px;
    line-height: 37px;
    display: inline-block;
    color: #123652;
    border-radius: 0 4px 4px 0;
    text-align: center;
    background: #fdc500;
}
.hpd-site-modal {
    
}
.hpd-site-modal .modal-header {
    background: #0c3e6a;
    color: #fff;
    padding: 0.7rem 1rem;
    justify-content: center;
}.hpd-site-modal .modal-header h6 {
    margin: 0px;
    font-weight: 600;
}
.hpd-site-modal .modal-body,  .hpd-site-modal .modal-footer {
    background: #ECF6F8;
}
.hpd-site-modal .alert-warning {
    color: #0c3e6a;
    background-color: transparent;
    border-color: #ecf6f8;
    font-size: 17px;
    font-weight: 600;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #ffd89e;
}
.tooltip-inner {
    color: #000000;
    background-color: #ffd494;
    font-size: 11px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(12, 62, 106, 0.16);
    display:none;
}
.lay-loader {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.lay-loader p {
    display: block;
    position: absolute;
    margin-top: 120px;
    color: #ffc76c;
    font-size: 15px;
    font-weight: 500;
    background: #0c3e6a;
    padding: 10px 25px 10px 25px;
    border-radius: 5px;
}
.car__body {
  -webkit-animation: shake 0.2s ease-in-out infinite alternate;
          animation: shake 0.2s ease-in-out infinite alternate;
}
.car__line {
  -webkit-transform-origin: center right;
          transform-origin: center right;
  stroke-dasharray: 22;
  -webkit-animation: line 0.8s ease-in-out infinite;
          animation: line 0.8s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.car__line--top {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.car__line--middle {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.car__line--bottom {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
::-webkit-input-placeholder { line-height: normal; }
.parking-booking-form .form-field .StripeElement { 
    position: relative;
    width: 100%; 
    border-radius: 5px;
    border-bottom: 2px solid #f89605bf;
    background: #fafafa;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    padding: inherit;
    padding-left: 15px;
}
.parking-booking-form .form-field .StripeElement--webkit-autofill { 
  background: transparent !important; 
}
.parking-booking-form .form-field .StripeElement--focus {
      color: #000;
      border: 1px solid #ffa605 !important;
      border-bottom: 1px solid #f89605bf !important;
}
.parking-booking-form .form-field .StripeElement--invalid{
        border-bottom: 2px solid #ffa39c !important;
}
/*===================================== Contact Us ================================*/
.contact-wrapper {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.contact-wrapper .findus {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
}
@media (min-width: 768px) {
	.contact-wrapper .findus {
		margin-bottom: 40px;
		flex-direction: row;
	}
}
.cat-item {
    padding: 10px 40px;
}
.cat-item li {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}
.cat-item li:before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 100px;
    height: 1px;
    background: #eee;
    left: 50%;
    margin-left: -25px;
}
.cat-item li a {
    color: #3AACED;
}
.cat-item li span {
    color: #f6821b;
    float: right;
    font-size: 12px;
}
.contact-info-block span {
    font-size: 20px;
    color: #0c3e6a;
    font-weight: 600;
    padding-left: 5px;
}
.contact-info-block i {
    font-size: 22px;
    color: #f6821b;
}
.contact-icon-color {
    color: #f6821b;
    width: 34px;
    height: 34px;
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
}















