body {
    color: #000000
}

.form_enquiry {
    position: absolute;
    z-index: 0;
    top: 26%;
    margin: 20px
}

.form-bg {
    background-color: #204d74;
    padding: 1% 7px;
    margin-top: -21px;
    box-shadow: 1px 8px 8px #400000;
}

.input-control {
    margin: 5px;
    height: 40px
}

.fa-2x {
    height: 40px;
    font-size: 15px
}

.form-bg h4 {
    color: #fff;
    padding-top:5px;
}

.fav-color {
    color: green
}

@media(max-width:992px) {
    .form_enquiry {
        position: absolute;
        z-index: 0;
        margin-top: 50%
    }

    .list-topics {
        margin-top: 80%;
        margin-left: 0
    }

    .list-topics-content ul li {
        width: 100%;
        display: inline-block;
        text-align: center
    }

    .call_table td {
        width: 58%;
        color: white;
        font-size: 18px;
        text-shadow: 2px 0 2px black;
        padding: 5px
    }

    .single-list-topics-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #0f5668;
        border-radius: 3px;
        margin-right: 0;
        margin-bottom: 20px;
        box-shadow: 0 0 10px rgba(71, 71, 71, .2);
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        -ms-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        margin-left: 0;
        margin-right: 0
    }

    .container {
        padding-left: 0;
        padding-right: 0
    }

    .single-list-topics-content:hover {
        color: #fff;
        transform: scale3d(1.0, 1.0, 1) translate3d(0, 0, 0) perspective(400px);
        background: #d20000;
        box-shadow: 0 5px 10px rgba(71, 71, 71, .4)
    }
}

.input-group {
    margin-top: 10px
}

.fa_enq {
    color: #337ab7
}

.top_enq {
    position: fixed;
    left: 0;
    top: 45%;
    font-size: 24px;
    margin-left: -34px;
    transform: rotate(90deg);
    z-index: 999;
    background-color: red
}

.submit_form {
    background-color: #1979c3;
    color: white;
    margin: 13px auto;
    width: 100px
}

.text-light {
    color: white
}

.section-header h1 {
    color: #fff;
    text-shadow: 0 1px 2px black;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    text-align: center !important
}

.section-header h5 {
   /* color: #fff;  */
   color: black;
    text-shadow: 0 1px 2px black;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    text-align: center !important
}

.adult {
    width: 90%
}

.reminder {
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: #000000d4;
    position: fixed;
    z-index: 999999999999;
}


.message {
    width: 580px;
    height: 400px;
    border-radius: 23px;
    background-color: #673ab7;
    margin: 0 auto;
    margin-top: 10%;
}

@media(max-width:992px) {
    .message {
        width: 300px;
        height: 400px;
        border-radius: 23px;
        background-color: #673ab7;
        margin: 0 auto;
        margin-top: 10%;
    }

    .reminder_head p {
        font-size: 17px !important;

    }

}


.reminder_head p {
    text-align: center;
    color: white;
    font-size: 21px;
    padding: 5px;
    font-weight: bold;
    text-shadow: 0px 2px 0px black;
}

.book-center {
    width: 100px;
}

.reminder-close {
    float: right;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 28px;
    color: white;
    margin-right: -20px;
    margin-top: -20px;
    background-color: #0c9c15;
    text-shadow: 0px 2px 0px black;
    text-align: center;
    border-radius: 58px;
    cursor: pointer
}

#reminder {
    display: none
}

.reminder_head {
    width: 100%;
    height: 352px;
}

.bb1 {
    width: 37px;
    height: 37px;
    float: left;
    margin-left: 7px;
    margin-top: 3px;
    position: relative;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: rotate(3deg); */
    /* transform: rotate(0.3rad);/ */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn);  */
}

.bb2 {
    width: 37px;
    height: 37px;
    float: left;
    margin-left: -37px;
    margin-top: 3px;
    float: right;
    position: relative;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: rotate(3deg); */
    /* transform: rotate(0.3rad);/ */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn);  */
}

.bb3 {
    width: 37px;
    height: 37px;

    float: left;
    margin-left: 4px;
    margin-top: 3px;
    position: relative;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: rotate(3deg); */
    /* transform: rotate(0.3rad);/ */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn);  */
}

.bb4 {
    width: 37px;
    height: 37px;
    float: left;
    margin-left: -37px;
    margin-top: 3px;
    float: right;
    position: relative;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: rotate(3deg); */
    /* transform: rotate(0.3rad);/ */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn);  */
}



@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.booking-text {
    font-weight: 700;
    text-align: center;
    color: #ffcc00;
    padding-top: 47px;
    text-shadow: 0px 2px 0px #ffcb0d;
    animation: blinkingText 1s infinite;
}

@keyframes blinkingText {
    0% {
        color: #ff0003;
    }

    25% {
        color: #ff0003;
    }

    50% {
        color: #ff0003;
    }

    100% {
        color: #d00;
    }
}

.book-blink {
    animation: booknow 1s infinite;

}

@keyframes booknow {
    0% {
        background-color: #ff0003;
    }

    25% {
        background-color: #ff0003;
    }

    50% {
        background-color: #ff0003;
    }

    100% {
        background-color: green;
    }
}





.pay-online {
    width: 342px;
    margin: 0 auto;
    background: #fff !important;
}

.group-pay .input-group-text {
    background-color: #009688;
    color: #fff;
    padding: 9px 37px;
    margin: -12px;
    width: 94px;
    display: block;
    text-align: center;
}

.m_sub {
    width: 110px !important;
    margin: 10px auto !important;
    background-color: #28a745 !important;
    color: white !important;
}

.pay-payment {
    float: left;
}

.cross {
    opacity: 1;
    line-height: 20px;
    border-radius: 12px;
    height: 20px;
    background: red !important;
    color: white;
    width: 20px;
}

.btn-pay {
    background-color: #e10000;
    margin-top: 2px;
    text-shadow: 0px 1px 0px #000000;
    font-weight: bold;
    display: block;
    color: #fff !important;
    font-weight: 700 !important;
}

.btn-book {
    background-color: #e10000;
    margin-top: 2px;
    margin: 0 auto;
    text-shadow: 0px 1px 0px #000000;
    font-weight: bold;
    display: block;
    color: #fff !important;
    font-weight: 700 !important;
    animation: blinkingBack 0.8s infinite;
}

@keyframes blinkingBack {
    0% {
        background-color: #FF9800;
    }

    49% {
        background-color: transparent;
    }

    50% {
        background-color: red;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #d00;
    }
}

.book-nw {
    position: fixed;
    left: 0;
    top: 44%;
    color: white;
    z-index: 99;
    font-size: 17px;
    text-shadow: 2px 2px 2px black;
    margin-left: -26px;
    transform: rotate(90deg);
    background-color: red;
}

.my-message {
    height: 66px !important;
}


.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 129px;
    justify-content: center;
    align-items: center;
}

.book-now {
    text-align: center;
    animation: blank 1s infinite;
}

@keyframes blank {
    0% {
        background-color: red;
    }

    100% {
        background-color: blue;
    }
}

/*pagination*/
.list-wrapper {
    padding: 15px;
    overflow: hidden;
}

.list-item {
    border: 1px solid #EEE;
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.list-item h4 {
    color: #FF7182;
    font-size: 18px;
    margin: 0 0 5px;
}

.list-item p {
    margin: 0;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #FF7182;
    border-color: #FF7182;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #e04e60;
}

.blogg {
   /* background: -webkit-linear-gradient(left, #003125 0, #f6e7fd 100%);  */
   background: -webkit-linear-gradient(left, white 0, white 100%);
    padding: 10px;
}

.travel_art {
    /*color: #fff;  */
    color: black;
}

.list-wrapper {
    overflow: hidden;
}

.write_blog {
    color: black;
    text-align: center;
    height: 50px;
    overflow: hidden;
}

.list-item {
    margin-bottom: 10px;
    box-shadow: 0px 0px 3px 0px black;
}

.outer_m {
    background-color: white;
    padding: 5px;
    margin-top: 5px;
}

.blog_mm {
    height: 192px !important;
}

.list-item h4 {
    color: #0037ff;
    font-size: 18px;
    margin: 0 0 5px;
    text-shadow: 2px 5px 10px #1219144d;
}

.blog_heading_m {
    padding: 5px;
    font-size: 17px;
    color: black;
    text-align: center;
    height: 85px;
    border-bottom: 1px solid black;
}

.btn-center {
    margin: 0 auto;
    display: inherit;
    text-align: center;
}

.red-more {
    font-family: auto;
    border: 0;
}

.title-category {
    width: 200px;
    text-align: center;
   /* background-color: orange; */
   background-color: #333;
    color: #fff;
    border-top-right-radius: 61px;
    padding: 6px;
    border-bottom: 2px solid black;
}

.line {
    border: 1px solid black;
    border-left-width: 120px;
    margin-top: -2px;
    margin-bottom: 25px;
}

.blog-top {
    margin-top: 10px;
}

.btn-cat {
   /* background-color: #ffa500; */
   background-color: #333;
    display: inline-block;
    padding: 3px;
    margin: 20px;
    box-shadow: 1px 2px 6px 0px #000000;
}

.blog_heading {
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

.view_blog_heading {
    text-align: center;
    color: #000000;
    text-shadow: 1px 1px 2px #000000;
}

.write-blog {
    text-align: center;
    color: black;
}

.post_date {
    padding-right: 30px;
    color: #fff;
    text-align: right;
    visibility: hidden;
    transition-duration: 1s;
    opacity: 0;

}

.view_post_date {
    text-align: center;
}

.btn-cat:hover .post_date {
    visibility: visible;
    transition-duration: 0.8s;
    opacity: 1;
}

.cat-name {
    color: #e19b00;
    text-shadow: 0px 1px 0px #000000;
    text-align: right;
    font-size: 16px;
    margin-left: 14px;
    transition-duration: 1s;
}

.btn-cat:hover .cat-name {
    margin-left: 10px;
}

/*.inner-category{
   margin-top: -55px;
   
}
*/

.click-me {
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    background-color: #890505ab;
    border-radius: 63px;
    display: block;
    position: relative;
    margin: -205px auto;
    z-index: 1;
    opacity: 0.5;
    margin-bottom: 35px;
    transition-duration: 1s;
}

.read-me {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}

.btn-cat:hover .click-me {
    background-color: red;
    opacity: 1;
}

.img_blog_m {
    display: block;
    margin: 0 auto;
    z-index: 1;
    width: 400px;
    height: 225px !important;
}

.thumbnail {
    width: 413px;
    height: 230px;
    overflow: hidden;
    z-index: 9;
}

@media(max-width:992px) {
    .img_blog_m {
        display: block;
        margin: 0 auto;
        z-index: 1;
        width: 257px;
        height: 198px !important;
        overflow: hidden;
    }

    .thumbnail {
        width: 260px;
        height: 206px;
        overflow: hidden;
        z-index: 9;
    }

    .click-me {
        width: 95px;
        height: 95px;
        line-height: 95px;
        text-align: center;
        background-color: #890505ab;
        border-radius: 63px;
        display: block;
        position: relative;
        margin: -154px auto;
        z-index: 1;
        opacity: 0.5;
        margin-bottom: 10px;
        transition-duration: 1s;
    }
}

.mb-1 {
    margin-top: 5px;
}

.card {
    width: 100%;
    display: block;
    border: 1px solid gray;
    width: 100%;
    display: block;
    border: 1px solid gray;
}

.enquiry2 {
    margin-top: 56px;
}

#enqr {
    position: fixed;
    top: 22%;
    z-index: 9999;
    width: 300px;
    margin-left: -307px;
    transition-duration: 0.8s;

}

.myclose {
    height: 30px;
    line-height: 30px;
    border-radius: 18px;
    padding-left: 10px;
    color: white;
    background-color: #204d74;
    width: 30px;
    font-weight: bold;
    margin-right: -11px;
    text-shadow: 2px 2px 2px black;
    float: right;
    margin-top: -79px;
    cursor: pointer;
}

.heading-eng {
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
}