﻿

.tw_home_section {
    padding: 3rem 0
}

    .tw_home_section .h2_heading h2 {
        font-size: 24px;
        font-family: opensans-bold
    }

    .tw_home_section .h2_heading p {
        margin-bottom: 1rem;
        color: #333
    }

    .tw_home_section .vall_btn {
        padding: 10px 30px;
        background-color: #36c1a0;
        color: #ffff
    }

        .tw_home_section .vall_btn:hover {
            background-color: #36c1a0;
            color: #ffff
        }

@media (max-width: 768px) {
    .tw_home_section .vall_btn {
        padding: 7px 22px
    }
}

@media (max-width: 575px) {
    .tw_home_section .vall_btn {
        padding: 5px 15px
    }
}

.tw_home_section .tw_destination_card {
    margin: 0 0 30px;
    padding: 0;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
    background: #ffff;
    border-radius: 5px 5px;
    overflow: hidden;
    -webkit-transition: all .35s;
    transition: all .35s
}

    .tw_home_section .tw_destination_card * {
        -webkit-transition: all .35s;
        transition: all .35s
    }

    .tw_home_section .tw_destination_card figure {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

        .tw_home_section .tw_destination_card figure img {
            min-height: 370px;
            width: 100%
        }

        .tw_home_section .tw_destination_card figure:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(0,0,0,0.4);
            width: 100%;
            height: 100%
        }

    .tw_home_section .tw_destination_card:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-box-shadow: 5px 10px 20px rgba(0,0,0,0.7);
        box-shadow: 5px 10px 20px rgba(0,0,0,0.7)
    }

    .tw_home_section .tw_destination_card .tw_destination_body {
        position: absolute;
        z-index: 3;
        bottom: 0;
        color: #ffff;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,0,0,0)), to(#000));
        background: linear-gradient(rgba(255,0,0,0), #000);
        width: 100%;
        left: 0;
        padding: 15px 10px;
        text-align: center
    }

        .tw_home_section .tw_destination_card .tw_destination_body h3 {
            margin: 0;
            color: #ffff;
            font-size: 16px;
            font-weight: 900;
            text-transform: capitalize;
            text-shadow: 4px 3px 10px #000
        }

@media screen and (min-width: 768px) {
    .tw_home_section .tw_destination_card .tw_destination_body h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 992px) {
    .tw_home_section .tw_destination_card .tw_destination_body h3 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .tw_home_section .tw_destination_card .tw_destination_body h3 {
        font-size: 22px
    }
}

.tw_home_section .tw_destination_card .tw_destination_body p {
    margin: 0
}

    .tw_home_section .tw_destination_card .tw_destination_body p span {
        display: block
    }

    .tw_home_section .tw_destination_card .tw_destination_body p strong {
        font-size: 14px
    }

@media screen and (min-width: 768px) {
    .tw_home_section .tw_destination_card .tw_destination_body p strong {
        font-size: 15px
    }
}

@media screen and (min-width: 992px) {
    .tw_home_section .tw_destination_card .tw_destination_body p strong {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .tw_home_section .tw_destination_card .tw_destination_body p strong {
        font-size: 18px
    }
}

.tw_home_section .tw_destination_card .tw_destination_body p.tw_destination_dn {
    margin-bottom: 20px
}

.airline_banner {
    position: relative
}

    .airline_banner .banner_text {
        position: absolute;
        top: 100px
    }

        .airline_banner .banner_text h1 {
            color: #ffff;
            font-weight: bold;
            font-size: 19px
        }

@media screen and (min-width: 768px) {
    .airline_banner .banner_text h1 {
        font-size: 22px
    }
}

@media screen and (min-width: 992px) {
    .airline_banner .banner_text h1 {
        font-size: 28px
    }
}

@media screen and (min-width: 1201px) {
    .airline_banner .banner_text h1 {
        font-size: 32px
    }
}

.airline_banner .banner_text h1 span {
    display: block;
    color: #ffff
}

.airline_banner .banner_text p {
    color: #ffff;
    font-size: 13px
}

@media screen and (min-width: 768px) {
    .airline_banner .banner_text p {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .airline_banner .banner_text p {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .airline_banner .banner_text p {
        font-size: 14px
    }
}

.bookingengine_iframe {
    position: relative;
    z-index: 99;
    margin-bottom: -50px
}

@media (max-width: 768px) {
    .bookingengine_iframe {
        margin-bottom: 0px
    }
}

.bookingengine_iframe iframe.ls {
    z-index: 2;
    margin: -220px auto 0;
    width: 100%;
    height: 400px
}

@media (max-width: 1201px) {
    .bookingengine_iframe iframe.ls {
        display: none
    }
}

@media (max-width: 768px) {
    .bookingengine_iframe iframe.ls {
        display: none
    }
}

.bookingengine_iframe iframe.md {
    display: none
}

@media (max-width: 1201px) {
    .bookingengine_iframe iframe.md {
        width: 100%;
        margin-top: 10px;
        height: 485px;
        display: block
    }
}

@media (max-width: 768px) {
    .bookingengine_iframe iframe.md {
        display: none
    }
}

.bookingengine_iframe iframe.sm {
    display: none
}

@media (max-width: 1201px) {
    .bookingengine_iframe iframe.sm {
        display: none
    }
}

@media (max-width: 768px) {
    .bookingengine_iframe iframe.sm {
        display: block;
        width: 100%;
        height: 625px
    }
}

.al_title h2 {
    font-size: 15px
}

@media screen and (min-width: 768px) {
    .al_title h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 992px) {
    .al_title h2 {
        font-size: 22px
    }
}

@media screen and (min-width: 1201px) {
    .al_title h2 {
        font-size: 24px
    }
}

.usp_logo {
    margin: 40px 0 0;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background-color: #ffff
}

@media (max-width: 768px) {
    .usp_logo {
        margin: 30px 0 0
    }
}

@media (max-width: 575px) {
    .usp_logo {
        margin: 20px 0 0
    }
}

.usp_logo img + img {
    border-left: 1px solid rgba(0,0,0,0.2);
    padding-left: 10px
}

.ns_section {
    margin: 40px 0 0;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background-color: #ffff
}

@media (max-width: 768px) {
    .ns_section {
        margin: 30px 0 0
    }
}

@media (max-width: 575px) {
    .ns_section {
        margin: 20px 0 0
    }
}

.ns_section h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

@media screen and (min-width: 768px) {
    .ns_section h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 992px) {
    .ns_section h2 {
        font-size: 22px
    }
}

@media screen and (min-width: 1201px) {
    .ns_section h2 {
        font-size: 24px
    }
}

.ns_section .form-control {
    min-height: 40px !important
}

.ns_form .form-control {
    min-height: 60px
}

.ns_form .btn {
    min-width: 170px;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width: 575px) {
    .ns_form .btn {
        min-width: 102px
    }
}

.al_routes_sec {
    background-color: #f3f7fa;
    padding: 50px 0 30px
}

@media (max-width: 768px) {
    .al_routes_sec {
        padding: 40px 0 30px
    }
}

@media (max-width: 575px) {
    .al_routes_sec {
        padding: 30px 0 20px
    }
}

.al_routes_sec .al_routes_ul {
    margin: 0 -10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .al_routes_sec .al_routes_ul li {
        margin: 0 0 20px;
        padding: 0px 10px;
        list-style: none;
        width: 50%
    }

@media (max-width: 768px) {
    .al_routes_sec .al_routes_ul li {
        width: 100%
    }
}

@media (max-width: 575px) {
    .al_routes_sec .al_routes_ul li {
        width: 100%
    }
}

.al_routes_sec .al_routes_ul li a {
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffff;
    -webkit-transition: all .35s;
    transition: all .35s;
    border-radius: 5px
}

@media (max-width: 575px) {
    .al_routes_sec .al_routes_ul li a {
        display: block;
        position: relative
    }

        .al_routes_sec .al_routes_ul li a .d-flex.align-items-center {
            margin-top: 12px;
            margin-bottom: 12px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .al_routes_sec .al_routes_ul li a img + .al_or_de {
            text-align: right
        }
}

.al_routes_sec .al_routes_ul li a .d-flex img {
    max-width: 30px
}

.al_routes_sec .al_routes_ul li a .al_or_de strong {
    margin-bottom: 0;
    white-space: nowrap;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    max-width: 144px;
    display: block
}

@media screen and (min-width: 768px) {
    .al_routes_sec .al_routes_ul li a .al_or_de strong {
        font-size: 15px
    }
}

@media screen and (min-width: 992px) {
    .al_routes_sec .al_routes_ul li a .al_or_de strong {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .al_routes_sec .al_routes_ul li a .al_or_de strong {
        font-size: 18px
    }
}

.al_routes_sec .al_routes_ul li a .al_or_de span {
    font-size: 13px;
    color: rgba(0,0,0,0.7)
}

@media screen and (min-width: 768px) {
    .al_routes_sec .al_routes_ul li a .al_or_de span {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .al_routes_sec .al_routes_ul li a .al_or_de span {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .al_routes_sec .al_routes_ul li a .al_or_de span {
        font-size: 14px
    }
}

.al_routes_sec .al_routes_ul li a .al_price {
    text-align: right;
    min-width: 136px
}

    .al_routes_sec .al_routes_ul li a .al_price span {
        font-size: 13px;
        color: rgba(0,0,0,0.7)
    }

@media screen and (min-width: 768px) {
    .al_routes_sec .al_routes_ul li a .al_price span {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .al_routes_sec .al_routes_ul li a .al_price span {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .al_routes_sec .al_routes_ul li a .al_price span {
        font-size: 14px
    }
}

.al_routes_sec .al_routes_ul li a .al_price span strong {
    margin-bottom: 0;
    white-space: nowrap;
    color: #000
}

@media (max-width: 575px) {
    .al_routes_sec .al_routes_ul li a .al_price span strong {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .al_routes_sec .al_routes_ul li a .al_price span {
        position: absolute;
        top: 15px;
        right: 10px
    }
}

.al_routes_sec .al_routes_ul li a .al_price .btn {
    display: block;
    width: 100%;
    color: #ffff;
    font-weight: 600;
    position: static
}

.al_routes_sec .al_routes_ul li a img {
    margin: 0 8px
}

.al_routes_sec .al_routes_ul li a .al_logo {
    text-align: left
}

    .al_routes_sec .al_routes_ul li a .al_logo img {
        margin: 0 0px 0 0;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 4px;
        -webkit-box-shadow: 0 0 4px #ddd;
        box-shadow: 0 0 4px #ddd
    }

@media (max-width: 575px) {
    .al_routes_sec .al_routes_ul li a .al_logo img {
        max-width: 64px
    }
}

.al_routes_sec .al_routes_ul li a .al_or_de strong {
    white-space: nowrap
}

.al_routes_sec .al_routes_ul li a * {
    -webkit-transition: all .35s;
    transition: all .35s
}

.al_routes_sec .al_routes_ul li a:hover {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.4);
    box-shadow: 1px 2px 10px rgba(0,0,0,0.4)
}

.contant_section {
    margin: 40px 0
}

    .contant_section h2 {
        font-size: 18px
    }

@media screen and (min-width: 768px) {
    .contant_section h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 992px) {
    .contant_section h2 {
        font-size: 22px
    }
}

@media screen and (min-width: 1201px) {
    .contant_section h2 {
        font-size: 24px
    }
}

.contant_section h3 {
    font-size: 16px
}

@media screen and (min-width: 768px) {
    .contant_section h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 992px) {
    .contant_section h3 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .contant_section h3 {
        font-size: 22px
    }
}

.contant_section p {
    font-size: 13px
}

@media screen and (min-width: 768px) {
    .contant_section p {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .contant_section p {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .contant_section p {
        font-size: 14px
    }
}

.contant_section ul {
    padding-left: 20px
}

.ns_section2 {
    margin: 30px auto
}

@media (max-width: 575px) {
    .ns_section2 {
        margin: 20px auto
    }
}

.ns_section2 h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

@media screen and (min-width: 768px) {
    .ns_section2 h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 992px) {
    .ns_section2 h2 {
        font-size: 22px
    }
}

@media screen and (min-width: 1201px) {
    .ns_section2 h2 {
        font-size: 24px
    }
}

.ns_section2 .form-control {
    background-color: #f3f7fa
}

.al_footer {
    background-color: #f3f7fa;
    text-align: center;
    padding: 40px 0 20px
}

@media (max-width: 768px) {
    .al_footer {
        padding: 30px 0
    }
}

@media (max-width: 575px) {
    .al_footer {
        padding: 20px 0
    }
}

.al_footer h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

@media screen and (min-width: 768px) {
    .al_footer h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 992px) {
    .al_footer h2 {
        font-size: 22px
    }
}

@media screen and (min-width: 1201px) {
    .al_footer h2 {
        font-size: 24px
    }
}

.al_footer .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .al_footer .social-icons li {
        margin: 11px 30px 0 0;
        list-style: none
    }

@media (max-width: 575px) {
    .al_footer .social-icons li {
        margin: 0px 10px 0 0
    }
}

.al_footer .social-icons li a {
    display: block;
    padding: 11px;
    border-radius: 50%;
    width: 52px;
    height: 52px
}

@media (max-width: 575px) {
    .al_footer .social-icons li a {
        margin-bottom: 20px;
        padding: 8px;
        width: 40px;
        height: 40px
    }
}

.al_footer .social-icons li a img {
    width: 32px;
    height: 32px
}

@media (max-width: 575px) {
    .al_footer .social-icons li a img {
        width: 23px;
        height: 23px
    }
}

.al_footer .social-icons li .Portal_Facebook {
    background-color: #3A5A98
}

.al_footer .social-icons li .Portal_Twitter {
    background-color: #29A7DF
}

.al_footer .social-icons li .Portal_Instagram {
    background-color: #EB008B
}

.al_footer .social-icons li .Portal_Youtube {
    background-color: #FF0000
}

.al_footer .social-icons li .Portal_Pinterest {
    background-color: #bd081c
}

.al_footer .social-icons li .Portal_Linkedin {
    background-color: #0077B5
}

.al_footer .social-icons li .gp_color {
    background-color: #e15b4d
}

.nhp_msec {
    background: #f3f7fa;
    margin-top: 0
}

    .nhp_msec .cate-banner {
        background: url(https://storage.googleapis.com/b2c-production/static/html/staticPages/img/cate-banner.jpg) no-repeat center center;
        background-size: cover;
        min-height: 300px;
        height: 30vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

@media (max-width: 575px) {
    .nhp_msec .cate-banner {
        min-height: 500px
    }
}

.nhp_msec .cate-banner .container {
    position: relative
}

.nhp_msec .cate-banner::before {
    content: "";
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.nhp_msec .cate-banner h1 {
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    text-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    color: #ffff;
    padding: 10px 10px;
    border-bottom: 4px solid #e3010c
}

@media screen and (min-width: 768px) {
    .nhp_msec .cate-banner h1 {
        font-size: 22px
    }
}

@media screen and (min-width: 992px) {
    .nhp_msec .cate-banner h1 {
        font-size: 28px
    }
}

@media screen and (min-width: 1201px) {
    .nhp_msec .cate-banner h1 {
        font-size: 32px
    }
}

.nhp_msec .cate-banner p {
    color: #ffff;
    font-size: 13px
}

@media screen and (min-width: 768px) {
    .nhp_msec .cate-banner p {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .nhp_msec .cate-banner p {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .nhp_msec .cate-banner p {
        font-size: 14px
    }
}

.breadcrumb {
    background: none !important
}

    .breadcrumb a {
        color: #000
    }

.nh_tablink_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .nh_tablink_sec .nh_tablink_in {
        margin: 20px 0px 40px;
        padding: 5px 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: auto;
        max-width: 100%
    }

        .nh_tablink_sec .nh_tablink_in a {
            margin-right: 20px;
            padding: 0 15px;
            text-align: center;
            font-size: 15px;
            color: #ffff;
            font-weight: bold;
            text-shadow: 0 0 5px rgba(0,0,0,0.8);
            opacity: .5;
            background-size: 100%;
            height: 110px;
            border-radius: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: all .35s;
            transition: all .35s;
            position: relative
        }

@media screen and (min-width: 768px) {
    .nh_tablink_sec .nh_tablink_in a {
        font-size: 16px
    }
}

@media screen and (min-width: 992px) {
    .nh_tablink_sec .nh_tablink_in a {
        font-size: 18px
    }
}

@media screen and (min-width: 1201px) {
    .nh_tablink_sec .nh_tablink_in a {
        font-size: 20px
    }
}

.nh_tablink_sec .nh_tablink_in a:last-child {
    margin-right: 0px
}

.nh_tablink_sec .nh_tablink_in a span {
    position: relative;
    z-index: 2
}

.nh_tablink_sec .nh_tablink_in a:before {
    content: "";
    border-radius: 5px;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.nh_tablink_sec .nh_tablink_in a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 3px 6px 8px rgba(0,0,0,0.4);
    box-shadow: 3px 6px 8px rgba(0,0,0,0.4);
    opacity: 1;
    color: #ffff !important
}

.nh_tablink_sec .nh_tablink_in a.atv {
    opacity: 1 !important;
    -webkit-box-shadow: 3px 6px 8px rgba(0,0,0,0.4);
    box-shadow: 3px 6px 8px rgba(0,0,0,0.4)
}

.hide_package {
    display: none !important;
    visibility: hidden
}

.sort_mdiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .sort_mdiv .packageName_filter {
        -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
        font-size: 17px;
        font-weight: 600;
        border-radius: 6px;
        text-transform: capitalize;
        padding: 10px 20px;
        height: 67px
    }

    .sort_mdiv .sortbydddiv {
        margin-left: 20px;
        position: relative;
        z-index: 99
    }

        .sort_mdiv .sortbydddiv span {
            display: block;
            background: #fff;
            -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
            box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
            padding: 20px 15px;
            width: 185px;
            border-radius: 6px;
            font-size: 17px
        }

            .sort_mdiv .sortbydddiv span strong {
                font-weight: 600
            }

        .sort_mdiv .sortbydddiv ul {
            position: absolute;
            display: none;
            background: #fff;
            -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
            box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
            width: 100%;
            left: 0;
            top: 100%;
            padding: 0;
            border-radius: 2px 2px 6px 6px
        }

            .sort_mdiv .sortbydddiv ul li {
                padding: 8px 15px;
                list-style: none;
                cursor: pointer;
                font-size: 17px;
                font-weight: 500;
                border-bottom: 1px solid #ddd
            }

                .sort_mdiv .sortbydddiv ul li:last-child {
                    border-bottom: none
                }

                .sort_mdiv .sortbydddiv ul li:hover {
                    background: #ddd
                }

        .sort_mdiv .sortbydddiv:hover ul {
            display: block
        }

.summer_breaks_bg {
    background: url(https://storage.googleapis.com/b2c-production/static/html/staticPages/img/summer-vacation.jpg) no-repeat center
}

.eid_aladha_bg {
    background: url(https://storage.googleapis.com/b2c-production/static/html/staticPages/img/eid-al-adha.jpg) no-repeat center
}

.explore_more_bg {
    background: url(https://storage.googleapis.com/b2c-production/static/html/staticPages/img/explore-more.jpg) no-repeat center
}

.weekendgetaways_za {
    background: url(https://storage.googleapis.com/b2c-production/static/html/staticPages/img/weekendgetaways-za.jpg) no-repeat center
}

.holidays_za {
    background: url(https://storage.googleapis.com/b2c-production/static/html/staticPages/img/holidays-za.jpg) no-repeat center
}

.ho_cate_box {
    margin: 0 0 30px;
    padding: 0;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
    background: #ffff;
    border-radius: 5px 5px;
    overflow: hidden;
    -webkit-transition: all .35s;
    transition: all .35s
}

    .ho_cate_box * {
        -webkit-transition: all .35s;
        transition: all .35s
    }

    .ho_cate_box figure {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

        .ho_cate_box figure img {
            min-height: 370px;
            width: 100%;
            max-height: 370px;
            -o-object-fit: cover;
            object-fit: cover
        }

        .ho_cate_box figure:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(0,0,0,0.4);
            width: 100%;
            height: 100%
        }

    .ho_cate_box:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-box-shadow: 5px 10px 20px rgba(0,0,0,0.7);
        box-shadow: 5px 10px 20px rgba(0,0,0,0.7)
    }

    .ho_cate_box .h_tpn {
        position: absolute;
        z-index: 3;
        bottom: 0;
        color: #ffff;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,0,0,0)), to(#000));
        background: linear-gradient(rgba(255,0,0,0), #000);
        width: 100%;
        left: 0;
        padding: 15px 10px;
        text-align: center
    }

        .ho_cate_box .h_tpn h3 {
            margin: 0;
            color: #ffff;
            font-size: 16px;
            font-weight: 900;
            text-transform: capitalize;
            text-shadow: 4px 3px 10px #000
        }

@media screen and (min-width: 768px) {
    .ho_cate_box .h_tpn h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 992px) {
    .ho_cate_box .h_tpn h3 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .ho_cate_box .h_tpn h3 {
        font-size: 22px
    }
}

.ho_cate_box .h_tpn p {
    margin: 0;
    color: #ffff
}

    .ho_cate_box .h_tpn p span {
        display: block;
        color: #ffff
    }

    .ho_cate_box .h_tpn p strong {
        font-size: 14px;
        color: #ffff
    }

@media screen and (min-width: 768px) {
    .ho_cate_box .h_tpn p strong {
        font-size: 15px
    }
}

@media screen and (min-width: 992px) {
    .ho_cate_box .h_tpn p strong {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .ho_cate_box .h_tpn p strong {
        font-size: 18px
    }
}

.ho_cate_box .h_tpn p.h_dn {
    margin-bottom: 20px
}

.seo-content {
    padding: 25px 15px 35px;
    width: 100%;
    position: relative
}

    .seo-content img {
        max-width: 100%
    }

    .seo-content h3 {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        text-transform: capitalize
    }

@media screen and (min-width: 768px) {
    .seo-content h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 992px) {
    .seo-content h3 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .seo-content h3 {
        font-size: 22px
    }
}

.seo-content .morelink {
    margin: 0;
    display: block;
    color: #337ab7;
    cursor: pointer;
    text-align: right
}

.seo-content .d-none, .seo-content .textshowhide, .seo-content .more__2 {
    display: none
}

.seo-content .more__2, .seo-content .more__1 {
    font-size: 13px;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .seo-content .more__2, .seo-content .more__1 {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .seo-content .more__2, .seo-content .more__1 {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .seo-content .more__2, .seo-content .more__1 {
        font-size: 14px
    }
}

.seo-content .textshowhide[type="checkbox"]:checked + .more__1 {
    display: none
}

    .seo-content .textshowhide[type="checkbox"]:checked + .more__1 + .more__2 {
        display: block
    }

.seo-content .seo_ul {
    margin: 0;
    padding: 0
}

    .seo-content .seo_ul > li {
        padding-bottom: 10px;
        font-size: 13px;
        font-weight: 400;
        list-style-type: decimal !important
    }

@media screen and (min-width: 768px) {
    .seo-content .seo_ul > li {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .seo-content .seo_ul > li {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .seo-content .seo_ul > li {
        font-size: 14px
    }
}

.seo-content .seo_ul > li p {
    margin-bottom: 10px
}

.seo-content .seo_ul > li li {
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    list-style-type: disc !important
}

@media screen and (min-width: 768px) {
    .seo-content .seo_ul > li li {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .seo-content .seo_ul > li li {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .seo-content .seo_ul > li li {
        font-size: 14px
    }
}

.seo-content .seo_ul > li a {
    font-weight: 600;
    color: #e3010c
}

.hs_list_box {
    margin: 0px 0px 30px;
    padding: 0;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    background: #ffff;
    border-radius: 5px 5px;
    -webkit-transition: all .35s;
    transition: all .35s
}

    .hs_list_box * {
        -webkit-transition: all .35s;
        transition: all .35s
    }

    .hs_list_box:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-box-shadow: 5px 10px 20px #999;
        box-shadow: 5px 10px 20px #999
    }

    .hs_list_box .usp_icons img {
        width: 20px;
        margin: 0 10px 5px 0
    }

    .hs_list_box .st-price-left {
        min-height: 75px;
        text-align: right
    }

    .hs_list_box figure {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        border-radius: 5px 5px 0 0
    }

        .hs_list_box figure > img {
            min-height: 220px;
            max-height: 220px;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 5px 5px 0 0
        }

        .hs_list_box figure .easy_emi {
            position: absolute;
            right: 0;
            bottom: 1px;
            z-index: 3;
            color: rgba(0,0,0,0.55);
            background: #ffff;
            padding: 4px 8px;
            font-weight: 600;
            font-size: 13px;
            text-transform: capitalize;
            border-radius: 5px 0 0 0
        }

@media screen and (min-width: 768px) {
    .hs_list_box figure .easy_emi {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .hs_list_box figure .easy_emi {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .hs_list_box figure .easy_emi {
        font-size: 14px
    }
}

.hs_list_box figure .easy_emi img {
    display: inline-block !important;
    width: 20px !important
}

.hs_list_box .tp_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .hs_list_box .tp_div span {
        white-space: nowrap;
        margin-left: 10px;
        font-weight: 600;
        color: #676767
    }

.hs_list_box .daynight {
    background-color: #e3010c;
    color: #ffff;
    position: absolute;
    left: -7px;
    top: 5px;
    z-index: 3;
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 0 5px 5px 0
}

@media screen and (min-width: 768px) {
    .hs_list_box .daynight {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .hs_list_box .daynight {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .hs_list_box .daynight {
        font-size: 14px
    }
}

.hs_list_box .daynight:before {
    height: 0;
    width: 0;
    bottom: -6.5px;
    left: .1px;
    border-top: 7px solid #e3010c;
    border-left: 7px solid transparent;
    content: "";
    position: absolute
}

.hs_list_box .nd__div {
    background-color: #ffc107;
    color: #ffff;
    position: absolute;
    left: -7px;
    top: 5px;
    z-index: 3;
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 0 5px 5px 0
}

@media screen and (min-width: 768px) {
    .hs_list_box .nd__div {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .hs_list_box .nd__div {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .hs_list_box .nd__div {
        font-size: 14px
    }
}

.hs_list_box .nd__div:before {
    height: 0;
    width: 0;
    bottom: -6.5px;
    left: .1px;
    border-top: 7px solid #ffc107;
    border-left: 7px solid transparent;
    content: "";
    position: absolute
}

.hs_list_box ul.usp-ions.usp_icons {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.hs_list_box span.hlocation {
    padding: 0 5px;
    position: absolute;
    z-index: 2;
    color: #ffff;
    font-size: 18px;
    font-weight: 900;
    text-shadow: 4px 3px 10px #000
}

@media screen and (min-width: 768px) {
    .hs_list_box span.hlocation {
        font-size: 20px
    }
}

@media screen and (min-width: 992px) {
    .hs_list_box span.hlocation {
        font-size: 22px
    }
}

@media screen and (min-width: 1201px) {
    .hs_list_box span.hlocation {
        font-size: 24px
    }
}

.hs_list_box .hs_list-desc {
    padding: 15px
}

    .hs_list_box .hs_list-desc h3 {
        margin-bottom: 5px;
        color: #000;
        font-weight: 700;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .hs_list_box .hs_list-desc p {
        font-size: 13px;
        color: #676767
    }

.hs_list_box:hover h3 {
    color: #e3010c
}

.st-price-left .st-from {
    color: #676767
}

.st-price-left .st-price {
    font-size: 22px;
    font-weight: bold;
    color: #e3010c
}

    .st-price-left .st-price img {
        max-width: 92px
    }

        .st-price-left .st-price img.limited-seats {
            max-width: 140px
        }

.st-price-left .st-pricetxt {
    color: #28a745
}

.nhp_btns {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.view_packages {
    padding: 7px 10px;
    margin: 5px 5px 0;
    width: calc(100% - 10px);
    border-radius: 5px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    border: 1px solid #ddd;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.enq_nbtn {
    padding: 7px 10px;
    margin: 5px 5px 0;
    width: calc(100% - 10px);
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #e3010c;
    background: #e3010c;
    color: #ffff;
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .enq_nbtn:hover {
        color: #ffff
    }

.enquiry-form iframe {
    min-height: 519px !important;
    height: auto !important
}

@media (max-width: 575px) {
    .enquiry-form iframe {
        min-height: 560px !important;
        height: auto !important
    }
}

.enquiry-head h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    position: relative
}

@media screen and (min-width: 768px) {
    .enquiry-head h2 {
        font-size: 18px
    }
}

@media screen and (min-width: 992px) {
    .enquiry-head h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .enquiry-head h2 {
        font-size: 22px
    }
}

.enquiry-head h2:after {
    content: ' ';
    position: absolute;
    top: 90%;
    left: 50%;
    width: 100px;
    border: 2px solid #e3010c;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.enquiry-head .close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    background-color: #e3010c;
    color: #ffff;
    cursor: pointer;
    z-index: 999999
}

    .enquiry-head .close:hover {
        background-color: #e3010c;
        color: #ffff
    }

.header-panel {
    position: relative !important
}

.container {
    max-width: 1230px
}

.tcenter {
    text-align: center
}

.nh_banner_sec {
    margin: 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffff
}

@media (max-width: 992px) {
    .nh_banner_sec {
        display: block
    }
}

.nh_banner_sec .nh_banner_img {
    margin: 0;
    padding: 0;
    width: 65%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

@media (max-width: 1601px) {
    .nh_banner_sec .nh_banner_img {
        width: 55%
    }
}

@media (max-width: 992px) {
    .nh_banner_sec .nh_banner_img {
        width: 100%;
        min-height: 400px
    }
}

@media (max-width: 768px) {
    .nh_banner_sec .nh_banner_img {
        min-height: 300px
    }
}

@media (max-width: 575px) {
    .nh_banner_sec .nh_banner_img {
        min-height: 200px
    }
}

.nh_banner_sec .nh_banner_img img {
    position: absolute;
    width: 170px;
    left: 0;
    top: 0
}

@media (max-width: 768px) {
    .nh_banner_sec .nh_banner_img img {
        width: 90px
    }
}

@media (max-width: 575px) {
    .nh_banner_sec .nh_banner_img img {
        width: 85px
    }
}

.nh_banner_sec .nh_banner_img .viewallpic {
    margin: 10px;
    padding: 10px 20px;
    background: #ffff;
    font-weight: 600;
    border-radius: 4px;
    font-size: 13px;
    position: absolute;
    white-space: nowrap
}

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_banner_img .viewallpic {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_banner_img .viewallpic {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_banner_img .viewallpic {
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .nh_banner_sec .nh_banner_img .viewallpic {
        padding: 6px 10px
    }
}

.nh_banner_sec .nh_desc {
    margin: 0;
    padding: 20px 30px 10px;
    width: 40%;
    max-width: 991px;
    margin-top:50px!important;
}

@media (max-width: 1601px) {
    .nh_banner_sec .nh_desc {
        width: 45%
    }
}

@media (max-width: 992px) {
    .nh_banner_sec .nh_desc {
        width: 100%;
        padding: 20px 15px
    }
}

.nh_banner_sec .nh_desc .rating i {
    color: #ffc600;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc .rating i {
        font-size: 15px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc .rating i {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc .rating i {
        font-size: 18px
    }
}

.nh_banner_sec .nh_desc .rating_4 i:nth-child(5) {
    opacity: .53
}

.nh_banner_sec .nh_desc .rating_3 i:nth-child(5), .nh_banner_sec .nh_desc .rating_3 i:nth-child(4) {
    opacity: .53
}

.nh_banner_sec .nh_desc .rating_2 i:nth-child(5), .nh_banner_sec .nh_desc .rating_2 i:nth-child(4), .nh_banner_sec .nh_desc .rating_2 i:nth-child(3) {
    opacity: .3
}

.nh_banner_sec .nh_desc .nh_heading {
    margin: 0 0 10px
}

    .nh_banner_sec .nh_desc .nh_heading h1 {
        font-size: 19px;
        font-weight: 700;
        display: inline;
        color: #000
    }

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc .nh_heading h1 {
        font-size: 22px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc .nh_heading h1 {
        font-size: 28px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc .nh_heading h1 {
        font-size: 32px
    }
}

.nh_banner_sec .nh_desc span.nh_days {
    margin-left: 0;
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: rgba(0,0,0,0.6)
}

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc span.nh_days {
        font-size: 15px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc span.nh_days {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc span.nh_days {
        font-size: 18px
    }
}

.nh_banner_sec .nh_desc .nh_tdate {
    font-size: 13px;
    margin: 0;
    line-height: 21px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 0 0 15px
}

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc .nh_tdate {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc .nh_tdate {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc .nh_tdate {
        font-size: 14px
    }
}

.nh_banner_sec .nh_desc .notification_div {
    font-size: 15px;
    border-radius: 5px;
    padding: 4px 10px;
    border: 1px solid #ddd;
    margin-top: 12px;
    opacity: .8;
    display: inline-block;
    font-weight: 600
}

.nh_banner_sec .nh_desc .theme_red {
    background-color: #e3010c;
    color: #ffff
}

.nh_banner_sec .nh_desc .theme_yellow {
    background-color: #ffc107;
    color: #000
}

.nh_banner_sec .nh_desc .price_enq_sec {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center ;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .nh_banner_sec .nh_desc .price_enq_sec {
        display: block
    }
}

.nh_banner_sec .nh_desc .price_enq_sec a {
    color: #ffff;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    background: #00c4a4;
}

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc .price_enq_sec a {
        font-size: 15px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc .price_enq_sec a {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc .price_enq_sec a {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .nh_banner_sec .nh_desc .price_enq_sec a {
        padding: 10px 15px
    }
}

.nh_banner_sec .nh_desc .booknow {
    margin-right: 10px;
    color: #ffff;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    background: #36c1a0
}

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc .booknow {
        font-size: 15px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc .booknow {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc .booknow {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .nh_banner_sec .nh_desc .booknow {
        padding: 10px 15px
    }
}

.nh_banner_sec .nh_desc .price_detail {
    margin-right: 25px
}

@media (max-width: 575px) {
    .nh_banner_sec .nh_desc .price_detail {
        margin-right: 0px
    }
}

.nh_banner_sec .nh_desc .price_detail .st-soldout {
    max-width: 130px
}

.nh_banner_sec .nh_desc .price_detail .strike_price {
    margin: 0 0 5px
}

    .nh_banner_sec .nh_desc .price_detail .strike_price span {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        color: #676767
    }

        .nh_banner_sec .nh_desc .price_detail .strike_price span:before {
            content: "";
            position: absolute;
            width: 106%;
            height: 1px;
            background: #383838;
            -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
            left: -2px;
            top: 48%
        }

.nh_banner_sec .nh_desc .price_detail .st-limited-seats {
    max-width: 180px;
    max-height: 48px
}

.nh_banner_sec .nh_desc .price_detail p {
    margin: 0;
    font-size: 13px;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc .price_detail p {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc .price_detail p {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc .price_detail p {
        font-size: 14px
    }
}

.nh_banner_sec .nh_desc .price_detail .nh_strike {
    text-decoration: line-through;
    padding: 0 10px
}

.nh_banner_sec .nh_desc .price_detail h2.nh_price {
    margin: 0;
    color: #ff3f00;
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px
}

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc .price_detail h2.nh_price {
        font-size: 20px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc .price_detail h2.nh_price {
        font-size: 22px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc .price_detail h2.nh_price {
        font-size: 24px
    }
}

.nh_banner_sec .nh_desc .price_detail span.nh_off {
    background: #ffc600;
    font-size: 13px;
    padding: 4px 10px;
    display: block;
    margin-left: 11px;
    color: #ffff;
    border-radius: 4px
}

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc .price_detail span.nh_off {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc .price_detail span.nh_off {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc .price_detail span.nh_off {
        font-size: 14px
    }
}

.nh_banner_sec .nh_desc .price_detail p.nh_pricetxt {
      font-size: 13px;
    font-weight: 500;
    color: #000000;
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc .price_detail p.nh_pricetxt {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc .price_detail p.nh_pricetxt {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc .price_detail p.nh_pricetxt {
        font-size: 14px
    }
}

.nh_banner_sec .nh_desc .pricdv {
    position: relative
}

@media (max-width: 575px) {
    .nh_banner_sec .nh_desc .pricdv {
        margin-bottom: 20px
    }
}

.nh_banner_sec .nh_desc .pricdv .price_hdiv {
    display: none;
    min-width: 570px;
    position: absolute;
    z-index: 991;
    background: #ffff;
    -webkit-box-shadow: 10px 10px 20px rgba(0,0,0,0.6);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.6);
    padding: 15px 15px 0;
    border-radius: 4px;
    top: 100%;
    right: 0
}

@media (max-width: 768px) {
    .nh_banner_sec .nh_desc .pricdv .price_hdiv {
        right: auto;
        left: -10px;
        position: relative
    }
}

@media (max-width: 575px) {
    .nh_banner_sec .nh_desc .pricdv .price_hdiv {
        min-width: 320px
    }
}

.nh_banner_sec .nh_desc .pricdv .price_hdiv h2 {
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc .pricdv .price_hdiv h2 {
        font-size: 18px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc .pricdv .price_hdiv h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc .pricdv .price_hdiv h2 {
        font-size: 22px
    }
}

.nh_banner_sec .nh_desc .pricdv .price_hdiv table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    text-align: left
}

    .nh_banner_sec .nh_desc .pricdv .price_hdiv table td, .nh_banner_sec .nh_desc .pricdv .price_hdiv table th {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

        .nh_banner_sec .nh_desc .pricdv .price_hdiv table td strong, .nh_banner_sec .nh_desc .pricdv .price_hdiv table th strong {
            white-space: nowrap
        }

.nh_banner_sec .nh_desc .pricdv:hover .price_hdiv {
    display: block
}

.nh_banner_sec .nh_desc .nh-usp {
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.2)
}

    .nh_banner_sec .nh_desc .nh-usp .usp_icons {
        margin: 0;
        padding: 5px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 13px;
        color: #4b4b4b;
        font-weight: bold;
        text-transform: capitalize;
        height: 85px;
        width: 100%;
        overflow: hidden;
        -webkit-transition: 5s;
        transition: 5s;
        list-style: none
    }

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc .nh-usp .usp_icons {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc .nh-usp .usp_icons {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc .nh-usp .usp_icons {
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .nh_banner_sec .nh_desc .nh-usp .usp_icons {
        padding: 10px 0 0;
        height: auto;
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        overflow: auto !important
    }
}

.nh_banner_sec .nh_desc .nh-usp .usp_icons span {
    text-transform: lowercase;
    display: block;
    color: #e3010c;
    font-weight: normal;
    padding-left: 10px
}

.nh_banner_sec .nh_desc .nh-usp .usp_icons li.usp_icon img {
    width: 19px;
    height: 19px;
    margin-right: 8px
}

.nh_banner_sec .nh_desc .nh-usp .usp_icons li.usp_icon:before {
    display: none
}

.nh_banner_sec .nh_desc .nh-usp .usp_icons li {
    padding: 8px 0;
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .nh_banner_sec .nh_desc .nh-usp .usp_icons li {
        margin-right: 15px;
        white-space: nowrap;
        width: 100%
    }
}

.nh_banner_sec .nh_desc .view-all {
    margin: 0;
    width: 99%;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    color: #ff3f00;
    white-space: nowrap;
    cursor: pointer;
    display: block
}

@media screen and (min-width: 768px) {
    .nh_banner_sec .nh_desc .view-all {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .nh_banner_sec .nh_desc .view-all {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .nh_banner_sec .nh_desc .view-all {
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .nh_banner_sec .nh_desc .view-all {
        display: none
    }
}

.nh_banner_sec .nh_desc .usp_icons.active {
    height: auto !important
}

.blink_me {
    -webkit-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite;
    font-size: 28px;
    color: #da1e25;
    font-weight: 900
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0
    }
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.bg222 {
    background: #f3f7fa
}

.nh_nav {
    margin: 30px 0;
    background: #ffff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 0;
    border-radius: 4px;
    width: 100%;
    overflow: auto;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 99
}

    .nh_nav ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .nh_nav ul li {
            text-align: center;
            margin-right: 4px;
            list-style: none
        }

            .nh_nav ul li:last-child {
                margin-right: 0
            }

            .nh_nav ul li a {
                padding: 15px 13px;
                display: block;
                border-radius: 4px;
                font-weight: 600;
                font-size: 13px;
                white-space: nowrap;
                color: rgba(0,0,0,0.7)
            }

@media screen and (min-width: 768px) {
    .nh_nav ul li a {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .nh_nav ul li a {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .nh_nav ul li a {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .nh_nav ul li a {
        padding: 10px 13px
    }
}

.nh_nav ul li a.active {
    background: #36c1a0;
    color: #ffff
}

.dflex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .dflex2 .page_left {
        width: 70%
    }

@media (max-width: 992px) {
    .dflex2 .page_left {
        width: 60% !important
    }
}

@media (max-width: 768px) {
    .dflex2 .page_left {
        width: 100% !important
    }
}

.dflex2 .page_right {
    width: 27%;
    margin-left: 3%
}

@media (max-width: 992px) {
    .dflex2 .page_right {
        width: 37% !important
    }
}

@media (max-width: 768px) {
    .dflex2 .page_right {
        width: 100% !important;
        margin-left: 0 !important
    }
}

.dflex2 .page_right .enquiryform_sec {
    margin: 0 0 10px 0;
    padding: 15px;
    background-color: #ffff;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
    border-radius: 4px;
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 69px;
    padding: 20px
}

@media (max-width: 575px) {
    .dflex2 .page_right .enquiryform_sec {
        padding: 15px
    }
}

.dflex2 .page_right .enquiryform_sec .enquiry_form_disable {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    z-index: 9
}

#auto_modal .close {
    position: absolute;
    right: 7px;
    top: 7px
}

.dayitul {
    margin-bottom: 30px;
    background: #ffff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: inline-block;
        padding: 15px 7px;
    border-radius: 4px;
    max-width: 100%;
    overflow: auto;
    padding-top: 4px;
    overflow: auto!important;
	}

    .dayitul ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .dayitul ul li {
            list-style: none;
            text-align: center;
            margin-right: 8px
        }

            .dayitul ul li:last-child {
                margin-right: 0
            }

            .dayitul ul li a {
                padding: 10px 20px;
                display: block;
                border-radius: 4px;
                font-weight: 600;
                font-size: 13px;
                white-space: nowrap
            }

@media screen and (min-width: 768px) {
    .dayitul ul li a {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .dayitul ul li a {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .dayitul ul li a {
        font-size: 11px
    }
}

@media (max-width: 768px) {
    .dayitul ul li a {
        padding: 7px 12px
    }
}

.dayitul ul li a img {
    vertical-align: middle;
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2);
    width: auto !important
}

.dayitul ul li a.ffactive {
    background: #36c1a0;
    color: #fff;
}

    .dayitul ul li a.ffactive img {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

.htm_box {
    margin-bottom: 30px;
    background-image: linear-gradient(45deg, #fc9242, #f4583a)!important;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 30px;
    border-radius: 4px
}

@media (max-width: 768px) {
    .htm_box {
        padding: 20px
    }
}

.htm_box h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffff;
    margin: 0 0 15px
}

@media screen and (min-width: 768px) {
    .htm_box h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 992px) {
    .htm_box h3 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .htm_box h3 {
        font-size: 22px
    }
}

.htm_box p {
    font-size: 13px;
    color: #ffff
}

@media screen and (min-width: 768px) {
    .htm_box p {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .htm_box p {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .htm_box p {
        font-size: 14px
    }
}

.htm_box p a {
    font-weight: 600;
    color: #ffff
}

.tab-banner {
    border: 1px solid rgba(0,0,0,0.6);
    display: block;
    overflow: hidden;
    margin-bottom: 40px
}

    .tab-banner img {
        width: 100%
    }

.default {
    overflow: auto
}

    .default li:before {
        font-size: 18px;
        font-family: 'FontAwesome';
        margin-right: 10px;
        color: #7a7a7a!important;
        content: '\f00c';
    }

    .default table {
        background: #ffff;
        margin-bottom: 1.25rem;
        border: solid 1px rgba(0,0,0,0.2);
        min-width: 600px;
        width: 100%
    }

        .default table thead {
            background: rgba(0,0,0,0.1)
        }

        .default table th, .default table td {
            border: solid 1px rgba(0,0,0,0.2);
            padding: .75rem;
            vertical-align: top
        }

.exclusions li:before {
    font-size: 18px;
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #e3010c;
    content: '\f00d'
}

.inclusions li:before {
    font-size: 18px;
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #7a7a7a!important;
    content: '\f00c'
}

.inclusions ul, .exclusions ul, .default ul {
    margin: 0;
    padding: 0
}

    .inclusions ul li, .exclusions ul li, .default ul li {
        display: block;
        position: relative;
        font-size: 14px;
        padding-bottom: 8px;
        padding-left: 30px
    }

        .inclusions ul li:before, .exclusions ul li:before, .default ul li:before {
            position: absolute;
            left: 1px;
            top: -1px
        }

.default h2 {
    margin: 0 0 15px !important
}

.nh_box, .page_left > .default {
    margin-bottom: 30px;
    background: #ffff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 30px;
    border-radius: 4px;
	    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .nh_box, .page_left > .default {
        padding: 20px
    }
}

.nh_box h2, .page_left > .default h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    position: relative;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .nh_box h2, .page_left > .default h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 992px) {
    .nh_box h2, .page_left > .default h2 {
        font-size: 22px
    }
}

@media screen and (min-width: 1201px) {
    .nh_box h2, .page_left > .default h2 {
        font-size: 16px
    }
}

.nh_box p, .page_left > .default p {
    font-size: 13px
}

@media screen and (min-width: 768px) {
    .nh_box p, .page_left > .default p {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .nh_box p, .page_left > .default p {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .nh_box p, .page_left > .default p {
        font-size: 14px
    }
}

.nh_box .accordion_h2.active, .page_left > .default .accordion_h2.active {
    /*margin: 0 0 15px*/
}

.nh_box .accordion_h2::after, .page_left > .default .accordion_h2::after {
    position: absolute;
    right: 0;
    top: -7px;
    font-family: 'FontAwesome';
    content: "\f105";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: rgba(0,0,0,0.7);
    border-radius: 100%;
    font-size: 18px
}

@media screen and (min-width: 768px) {
    .nh_box .accordion_h2::after, .page_left > .default .accordion_h2::after {
        font-size: 20px
    }
}

@media screen and (min-width: 992px) {
    .nh_box .accordion_h2::after, .page_left > .default .accordion_h2::after {
        font-size: 22px
    }
}

@media screen and (min-width: 1201px) {
    .nh_box .accordion_h2::after, .page_left > .default .accordion_h2::after {
        font-size: 24px
    }
}

.nh_box .accordion_h2.active::after, .page_left > .default .accordion_h2.active::after {
    content: "\f107"
}

.nh_box .slide_panel, .page_left > .default .slide_panel {
    max-height: 0;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

    .nh_box .slide_panel table, .page_left > .default .slide_panel table {
        width: 100%;
        min-width: 700px
    }

        .nh_box .slide_panel table img, .page_left > .default .slide_panel table img {
            width: 32px;
            margin-right: 5px
        }

.nh_box .terms, .nh_box .inclusions, .nh_box .offer-details, .page_left > .default .terms, .page_left > .default .inclusions, .page_left > .default .offer-details {
    margin: 0;
    padding: 0
}

    .nh_box .terms li, .nh_box .inclusions li, .nh_box .offer-details li, .page_left > .default .terms li, .page_left > .default .inclusions li, .page_left > .default .offer-details li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 8px;
        font-size: 13px
    }

@media screen and (min-width: 768px) {
    .nh_box .terms li, .nh_box .inclusions li, .nh_box .offer-details li, .page_left > .default .terms li, .page_left > .default .inclusions li, .page_left > .default .offer-details li {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .nh_box .terms li, .nh_box .inclusions li, .nh_box .offer-details li, .page_left > .default .terms li, .page_left > .default .inclusions li, .page_left > .default .offer-details li {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .nh_box .terms li, .nh_box .inclusions li, .nh_box .offer-details li, .page_left > .default .terms li, .page_left > .default .inclusions li, .page_left > .default .offer-details li {
        font-size: 14px
    }
}

.nh_box .terms li::before, .page_left > .default .terms li::before {
    font-family: 'FontAwesome';
    content: "\f192";
    margin-right: 10px;
    color: #337ab7;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .nh_box .terms li::before, .page_left > .default .terms li::before {
        font-size: 15px
    }
}

@media screen and (min-width: 992px) {
    .nh_box .terms li::before, .page_left > .default .terms li::before {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .nh_box .terms li::before, .page_left > .default .terms li::before {
        font-size: 18px
    }
}

.nh_box .inclusions li::before, .nh_box .offer-details li::before, .page_left > .default .inclusions li::before, .page_left > .default .offer-details li::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin-right: 10px;
    color: #28a745;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .nh_box .inclusions li::before, .nh_box .offer-details li::before, .page_left > .default .inclusions li::before, .page_left > .default .offer-details li::before {
        font-size: 15px
    }
}

@media screen and (min-width: 992px) {
    .nh_box .inclusions li::before, .nh_box .offer-details li::before, .page_left > .default .inclusions li::before, .page_left > .default .offer-details li::before {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .nh_box .inclusions li::before, .nh_box .offer-details li::before, .page_left > .default .inclusions li::before, .page_left > .default .offer-details li::before {
        font-size: 18px
    }
}

.filterDiv {
    display: none;
    position: relative
}

    .filterDiv h4 {
        position: absolute;
        top: 0;
        margin: 0 !important;
        left: 0
    }

        .filterDiv h4:before {
            content: ":";
            position: absolute;
            right: -10px
        }

    .filterDiv h3 {
        margin-left: 85px !important
    }

    .filterDiv h4, .filterDiv h3 {
        margin: 30px 0 10px;
        font-weight: 600;
        font-size: 16px;
        padding: 15px;
    }

@media screen and (min-width: 768px) {
    .filterDiv h4, .filterDiv h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 992px) {
    .filterDiv h4, .filterDiv h3 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .filterDiv h4, .filterDiv h3 {
           font-size: 14px!important;
    padding: 15px;
    }
}

.show {
    display: block
}

.nh_fheader {
    display: none
}

@media (max-width: 768px) {
    .nh_fheader {
        margin: 0 -15px 30px;
        position: sticky;
        position: -webkit-sticky;
        bottom: 0;
        display: block !important;
        background: #ffff;
        -webkit-box-shadow: 0 -5px 5px rgba(0,0,0,0.2);
        box-shadow: 0 -5px 5px rgba(0,0,0,0.2);
        padding: 5px 0;
        z-index: 9
    }

        .nh_fheader .row {
            margin-right: -0px;
            margin-left: -0px
        }
}

.nh_fheader .st-price {
    color: #e3010c;
    font-weight: 600;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .nh_fheader .st-price {
        font-size: 15px
    }
}

@media screen and (min-width: 992px) {
    .nh_fheader .st-price {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .nh_fheader .st-price {
        font-size: 18px
    }
}

.nh_fheader .st-pricetxt {
    color: #28a745;
    font-size: 12px
}

@media screen and (min-width: 768px) {
    .nh_fheader .st-pricetxt {
        font-size: 13px
    }
}

@media screen and (min-width: 992px) {
    .nh_fheader .st-pricetxt {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .nh_fheader .st-pricetxt {
        font-size: 16px
    }
}

.nh_fheader .menquire-btn {
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
    color: #ffff;
    display: block;
    background-color: #e3010c;
    text-align: center;
    cursor: pointer
}

.download_btn {
    color: #ffff;
    background: #e3010c;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    vertical-align: middle;
    border-radius: 5px 5px 0 0;
    padding: 12px 15px;
    position: fixed;
    top: 75%;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    min-width: 110px;
    right: -59px;
    z-index: 9
}

@media screen and (min-width: 768px) {
    .download_btn {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .download_btn {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .download_btn {
        font-size: 14px
    }
}

.download_btn:hover {
    color: #ffff
}

@media (max-width: 575px) {
    .download_btn {
        min-width: 33px;
        right: -12px;
        z-index: 99;
        padding: 12px 12px 30px;
        top: 80%
    }
}

.download_btn i {
    display: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width: 575px) {
    .download_btn i {
        display: block
    }
}

.download_btn span {
    position: relative;
    z-index: 2
}

@media (max-width: 575px) {
    .download_btn span {
        display: none
    }
}

.download_btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 90%;
    right: 0;
    left: 0;
    top: 0;
    border-radius: 5px 5px 0 0;
    opacity: .1;
    margin: auto;
    background-color: #e3010c;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: 0
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.enquiry-form iframe {
    border: none;
    min-height: 519px !important;
    width: 99%;
    height: auto !important
}

@media (max-width: 575px) {
    .enquiry-form iframe {
        min-height: 560px !important;
        height: auto !important
    }
}

#Enq_modal table, .slide_panel table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    text-align: left;
    border: 1px solid #dee2e6
}

    #Enq_modal table td, #Enq_modal table th, .slide_panel table td, .slide_panel table th {
        padding: 0.75rem;
        vertical-align: top;
        border: 1px solid #dee2e6;
        text-align: center
    }

        #Enq_modal table td strong, #Enq_modal table th strong, .slide_panel table td strong, .slide_panel table th strong {
            white-space: nowrap
        }

@media screen and (min-width: 1140px) and (max-width: 1600px) {
    .nh_banner_img {
        width: 55%
    }
}

.container.pb-5 #enquiry-box {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.2)
}

.footer-link-black {
    background: #333;
    margin: 0 auto;
    padding: 30px 15px
}

    .footer-link-black p {
        color: #ffff
    }
/*# sourceMappingURL=style.min.css.map */

.nh_banner_sec .nh_desc .nh_heading h1 {
    font-size: 24px!important;
}


.new-btn {
        background: #ff3f00!important;
    color: white!important;
    font-size: 13px!important;
    font-weight: 700!important;
    border-radius: 20px!important;
    padding: 8px 20px!important;
}


.newcss-btnth {
    background: #ff5100 !important;
    border: none !important;
    border-radius: 25px !important;
    color: white !important;
    cursor: pointer !important;
    font-size: 14px !important;
    outline: none !important;
    padding: 0.5em 2em !important;
    position: relative !important;
    top: 1px !important;
    border-radius: 8px !important;
}


    .newcss-btnth:hover {
        animation: glow 1s ease-in infinite !important;
        color: black !important;
          border-radius: 20px!important;
            background: #0067b300!important;
    border: 2px solid #0067b3!important;
    }

    .newcss-btnth::before {
        animation: glow 1s ease-in infinite !important;
        background: #f85700 !important;
        border-radius: inherit !important;
        content: '' !important;
        filter: blur(10px) !important;
        opacity: 0.75 !important;
        position: absolute !important;
        transition: all 0.3s ease-in-out !important;
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        right: 0 !important;
        z-index: -1 !important;
    }

    .newcss-btnth:hover::before {
        filter: blur(20px) !important;
        opacity: 1 !important;
    }

@keyframes glow {
    0% {
        background: #ff5100 !important;
    }

    25% {
        background: #ff6c27 !important;
    }

    100% {
        background: #ff8e59 !important;
    }
}


input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search] input[type=file], textarea.materialize-textarea {
    /* border: solid 1px #ededed; */
    outline: none;
       height: 3.5rem!important;
    width: 100%;
    font-size: 1.5rem !important;
    margin: 0 0 0px 0;
    padding: 0;
    box-shadow: none;
    transition: all 0.3s;
    padding: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%)!important;
    border-radius: 10px!important;
}



.nh_nav {
    margin: 30px 0 !important;
    background: #ffff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%) !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%) !important;
    padding: 0 !important;
    border-radius: 4px !important;
    width: 100% !important;
    overflow: auto !important;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    z-index: 99 !important;
}



.nh_banner_sec .nh_banner_img .viewallpic {
    margin: 10px;
        padding: 2px 14px!important;
    background: #17b787!important;
    font-weight: 600;
    border-radius: 4px!important;
    font-size: 13px;
    position: absolute;
    white-space: nowrap;
    color: white;
    border-radius: 20px!important;
}


.nh_banner_sec .nh_banner_img .viewallpic:hover {

margin: 10px;
    padding: 2px 14px!important;
    font-weight: 600;
    border-radius: 4px!important;
    font-size: 13px;
    position: absolute;
    white-space: nowrap;
    color: white;
    border-radius: 20px!important;
     background-color: hsl(165deg 100% 36% / 34%)!important;
}

.container {
    max-width: 94%!important;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .container {
        max-width: 1230px!important;
    }
}

@media (max-width: 575.98px) {
    .newcss-btnth {
        font-size: 12px !important;
        padding: 0.65em 1em !important;
    }
}