﻿.head-sticky {
    margin-bottom: 0px !important;
}

#wrapper {
    background-color: transparent;
    box-shadow: none;
    padding: 0 !important;
    max-width: 100%;
}

.header-img {
    margin-bottom: 20px;
}

/*packages content*/
.outer-section {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
}

    .outer-section > .pkg-img-sec {
        overflow: hidden;
        position: relative;
    }

    .outer-section > .pkg-dtl-sec {
        border: 1px dashed #d1d1d1;
        border-top: none;
        padding: 15px;
    }

        .outer-section > .pkg-dtl-sec > h4 {
            margin-top: 0;
            font-size: 20px;
            -webkit-transition: all 700ms ease;
            -moz-transition: all 700ms ease;
            -ms-transition: all 700ms ease;
            -o-transition: all 700ms ease;
            transition: all 700ms ease;
        }

    .outer-section > .pkg-img-sec > img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .outer-section:hover > .pkg-img-sec > img {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }

p > del {
    font-size: 16px;
    margin-right: 10px;
}

.price-pkg {
    font-size: 20px;
    color: #b83045;
}

.pkg-img-sec > .nts-block {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px 8px 5px 8px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 22px;
    line-height: 15px;
    font-weight: 600;
    text-align: center;
}

    .pkg-img-sec > .nts-block > span {
        font-size: 14px;
        font-weight: 400;
    }

.pkg-name {
    position: absolute;
    width: 87%;
    bottom: 0;
    left: 0;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    height: 46px;
}

    .pkg-name h4 {
        margin: 0;
        font-size: 20px;
        line-height: 18px;
    }

.pkg-dtl-sec > p.covered-city {
    text-align: justify;
    font-size: 13px;
}

h1.hot-dl-head {
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #c7234b;
    background: -webkit-linear-gradient(to left, #bb4c84, #ce0927);
    background: linear-gradient(to left, #bb4c84, #ce0927);
    padding: 3px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.outer-section > .pkg-dtl-sec > .btn-info,
.enqform .btn-info {
    background-color: #b83045;
    border-color: #b83045;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -ms-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

    .outer-section:hover > .pkg-dtl-sec > .btn-info,
    .enqform .btn-info:hover {
        background-color: #981b2e;
        border-color: #981b2e;
    }

.pkg-dtl-sec > button {
    margin-top: 10px;
}

/* modal modified */
.enqformWrap h5 {
    background: #4db6ac;
    font-weight: 400;
    padding: 10px;
}

.modal {
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999;
    margin-left: 0;
    width: 50%;
    border: none;
    border-radius: 0;
}

    .modal input[type="checkbox"] {
        margin-left: -20px;
        margin-top: 2px;
    }

.modal-header > h5 {
    font-size: 18px;
    color: #981b2e;
}

button.close {
    background: #959595;
    padding: 10px 15px;
}

.fade {
    visibility: hidden;
}

.modal.fade.in {
    visibility: visible;
}

.fade.in {
    visibility: visible;
}

.starting {
    font-size: 14px;
    color: #4d4d4d;
    margin-right: 6px;
}

.htdeal {
    background-color: #ce0927;
    width: 185px;
    height: 95px;
    position: absolute;
    top: -65px;
    left: -55px;
    transform: rotate(-25deg);
    color: #fff;
}

    .htdeal > p {
        font-size: 13px;
        position: absolute;
        top: 72px;
        left: 42px;
        text-transform: uppercase;
        font-weight: bold;
    }

.deal-tag {
    background-color: #ce0927;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
}

    .deal-tag:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 0 0 12px;
        border-color: transparent transparent transparent #ce0927;
        position: absolute;
        left: 73px;
    }

    .deal-tag > p {
        padding: 2px 5px;
        text-transform: uppercase;
        margin: 0;
        font-weight: 600;
    }

.time-period {
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
}

.book-adv {
    margin-top: 5px;
}

.enqform a {
    font-size: 13px !important;
}

    .enqform a:hover, .enqform a:focus {
        font-size: 13px !important;
    }

@media only screen and (max-width: 767px) {
    .hot-dl-head {
        margin-top: 15px;
    }

    h1.hot-dl-head {
        font-size: 18px;
        padding: 6px 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .modal {
        width: 85%;
    }

    .modal-header > h5 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 412px) {
    .pkg-name {
        width: 83%;
    }
}
/*========send enquiry floating pannel========*/
#button {
    position: fixed;
    right: 0;
}

    #button span {
        text-decoration: none;
        position: relative;
    }

#center {
    position: absolute;
    top: 120px;
    right: 70px;
    z-index: 9999;
}

.sidenav .enqformWrap .enqform {
    background: transparent;
    padding: 10px;
}

.sidenav .send-enq-set {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sidenav .enqformWrap h5 {
    background: #b83045;
    color: #fff;
    padding: 12px 10px;
    font-size: 15px;
    margin: 0;
}

.sidenav .enqformWrap {
    margin-top: 0;
    width: 240px;
}

span.open-btn {
    cursor: pointer;
    float: right;
    /*z-index: 9999999;*/
    background-color: #b83045;
    padding: 13px 6px;
    border-radius: 5px 0 0px 5px;
    width: 50px;
    height: 50px;
}

    span.open-btn img {
        transform: rotate(-15deg);
    }

.sidenav {
    height: auto;
    width: 0px;
    position: fixed;
    z-index: 9999999;
    top: 60px;
    right: -40px;
    background-color: #fff;
    transition: 0.5s;
    padding: 0px;
    margin-top: 52px;
}

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: -40px;
        font-size: 34px !important;
        background-color: #fff;
        width: 40px;
        height: 40px;
        padding: 2px 10px;
        margin: 0;
        line-height: 1;
        color: #666;
    }

        .sidenav .closebtn:hover {
            background-color: #b83045;
            color: #fff;
            text-decoration: none;
            transition: ease-in-out .3s;
            -webkit-transition: ease-in-out 0.3s;
            -moz-transition: ease-in-out 0.3s;
            -o-transition: ease-in-out 0.3s;
            -ms-transition: ease-in-out 0.3s;
        }

.overlay {
    background-color: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

/*.enqform a:hover, a:focus {
            font-size: initial;
        }*/

.enqformWrap .enqform .form-group {
    margin-bottom: 8px;
}

.form-ctrl {
    border: 1px solid #d1d1d1;
}

textarea.form-ctrl {
    width: 97%;
    min-height: 70px;
}

.splDeal {
    color: #c2272d;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 24px;
}

.superDeal > .htdeal {
    background-color: #dca321;
    height: 90px;
}

    .superDeal > .htdeal > p {
        left: 50px;
        top: 65px;
    }

.come-soon {
    width: 380px;
    height: 432px;
    background: rgba(220, 163, 33, 0.37);
    position: relative;
}

    .come-soon > p {
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/*========send enquiry floating pannel========*/

.xmas-newyr {
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #da635b;
    padding: 5px 10px;
}

.newyrBG {
    padding: 10px 0;
    margin-bottom: 15px;
    background: #f3e5e6;
}

section.newyrBG {
    background-image: url("../img/xmas-newyr-bg.png");
    background-position: top left;
    background-size: 8%;
}

.pkg-img-sec > .shopping-logo {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    background: #efe5de;
    padding-top: 5px;
    padding-bottom: 2px;
    box-shadow: 2px 3px 5px rgba(0,0,0,.55);
}



/*Advance Purchase Section*/
.adv-purchase {
    padding: 30px;
    background: #f6f6f6;
    /*background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);*/
}

.adv-bg {
    background: #1FA2FF;
    background: -webkit-linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF);
    background: linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF);
}

.dom-bg {
    background: #614385; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #516395, #614385); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #516395, #614385); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.adv-purchase p.head {
    text-align: center;
    font-size: 24px;
}

.adv-purchase .outer-section > .pkg-dtl-sec {
    padding: 10px;
}

.adv-purchase .outer-section {
    margin-bottom: 15px;
}

    .adv-purchase .outer-section:hover {
        box-shadow: 0 0 10px 1px rgba(0,0,0,0.46);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
    }

.adv-purchase .col-sm-6.col-md-3 {
    padding: 8px;
}

.covered-city small {
    font-size: 12px;
}

footer {
    border-top: none;
    margin: 0;
}

#myheader {
    position: relative !important;
    margin-bottom: 0px;
}

.parallax5 .overlay {
    display: none;
}

@media only screen and (max-width: 767px) {
    #center {
        top: 155px;
    }

    .sidenav {
        margin-top: 51px;
    }

    span.open-btn img {
        width: 38px;
    }

    .pkg-img-sec > .shopping-logo > img {
        height: 60px;
        padding: 0px 3px;
    }

    .adv-purchase p.head {
        font-size: 22px;
    }

    .adv-purchase {
        padding: 30px 10px;
    }
}

@media (min-width: 768px) {
    .w84 {
        width: 84%;
    }

    .mb40-m {
        margin-bottom: 40px;
    }

    .mb20-m {
        margin-bottom: 20px;
    }

    .mb30-m {
        margin-bottom: 30px;
    }

    .mbt45 {
        margin: 45px 0;
    }

    .mb50-m {
        margin-bottom: 50px;
    }

    .mb52-m {
        margin-bottom: 52px;
    }

    .mb70-m {
        margin-bottom: 70px;
    }

    .mb74-m {
        margin-bottom: 74px;
    }

    .mb95-m {
        margin-bottom: 95px;
    }

    .pkg-img-sec > .shopping-logo > img {
        height: 40px;
        padding: 0px 3px;
    }
}

#header3 {
    margin-bottom: 0;
}
