
.ns_section {
    margin: 40px 0 0;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    background-color: #fff
}

@media(max-width: 767.9px) {
    .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: 767.9px) {
    .ns_section h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 991.9px) {
    .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 .error {
    position: absolute;
    bottom: -17px;
    font-size: 12px;
    color: red
}

.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: 767.9px) {
    .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: flex;
    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: 767.9px) {
    .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: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    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;
        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: 767.9px) {
    .al_routes_sec .al_routes_ul li a .al_or_de strong {
        font-size: 15px
    }
}

@media screen and (min-width: 991.9px) {
    .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, .7)
}

@media screen and (min-width: 767.9px) {
    .al_routes_sec .al_routes_ul li a .al_or_de span {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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, .7)
}

@media screen and (min-width: 767.9px) {
    .al_routes_sec .al_routes_ul li a .al_price span {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: #fff;
    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;
    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 * {
    transition: all .35s
}

.al_routes_sec .al_routes_ul li a:hover {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .4)
}

.contant_section {
    margin: 40px 0
}

.contant_section h2 {
    font-size: 18px
}

@media screen and (min-width: 767.9px) {
    .contant_section h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .contant_section h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .contant_section p {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .ns_section2 h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .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: 767.9px) {
    .al_footer h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 991.9px) {
    .al_footer h2 {
        font-size: 22px
    }
}

@media screen and (min-width: 1201px) {
    .al_footer h2 {
        font-size: 24px
    }
}

.al_footer .social-icons {
    display: flex;
    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
    }
}



.nhp_msec {
    background: #f3f7fa;
    margin-top: 0
}

.nhp_msec .cate-banner {
    background: url(../../img/cate-banner.jpg) no-repeat center top;
    background-size: cover;
    min-height: 300px;
    height: 30vh;
    display: flex;
    align-items: 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, .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, .4);
    color: #fff;
    padding: 10px 10px;
    border-bottom: 4px solid #e3010c
}

@media screen and (min-width: 767.9px) {
    .nhp_msec .cate-banner h1 {
        font-size: 22px
    }
}

@media screen and (min-width: 991.9px) {
    .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: #fff;
    font-size: 13px
}

@media screen and (min-width: 767.9px) {
    .nhp_msec .cate-banner p {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: flex;
    justify-content: center
}

.nh_tablink_sec .nh_tablink_in {
    margin: 20px 0px 40px;
    padding: 5px 0 20px;
    display: flex;
    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: #fff;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, .8);
    opacity: .5;
    background-size: 100%;
    height: 110px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s;
    position: relative
}

@media screen and (min-width: 767.9px) {
    .nh_tablink_sec .nh_tablink_in a {
        font-size: 16px
    }
}

@media screen and (min-width: 991.9px) {
    .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, .4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.nh_tablink_sec .nh_tablink_in a:hover {
    transform: translateY(-2px);
    box-shadow: 3px 6px 8px rgba(0, 0, 0, .4);
    opacity: 1;
    color: #fff !important
}

.nh_tablink_sec .nh_tablink_in a.atv {
    opacity: 1 !important;
    box-shadow: 3px 6px 8px rgba(0, 0, 0, .4)
}

.hide_package {
    display: none !important;
    visibility: hidden
}

.sort_mdiv {
    display: flex
}

.sort_mdiv .packageName_filter {
    box-shadow: 0 0 6px 0 rgba(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;
    box-shadow: 0 0 6px 0 rgba(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;
    box-shadow: 0 0 6px 0 rgba(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://cdn.travelwings.com/b2c-production/static/html/staticPages/img/summer-vacation.jpg) no-repeat center
}

.eid_aladha_bg {
    background: url(https://cdn.travelwings.com/b2c-production/static/html/staticPages/img/eid-al-adha.jpg) no-repeat center
}

.explore_more_bg {
    background: url(https://cdn.travelwings.com/b2c-production/static/html/staticPages/img/explore-more.jpg) no-repeat center
}

.weekendgetaways_za {
    background: url(https://cdn.travelwings.com/b2c-production/static/html/staticPages/img/weekendgetaways-za.jpg) no-repeat center
}

.holidays_za {
    background: url(https://cdn.travelwings.com/b2c-production/static/html/staticPages/img/holidays-za.jpg) no-repeat center
}

.ho_cate_box {
    margin: 0 0 30px;
    padding: 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .4);
    background: #fff;
    border-radius: 5px 5px;
    overflow: hidden;
    transition: all .35s
}

.ho_cate_box * {
    transition: all .35s
}

.ho_cate_box figure {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-height: 370px;
    min-height: 370px
}

.ho_cate_box figure picture {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ho_cate_box figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ho_cate_box figure:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%
}

.ho_cate_box:hover {
    transform: translateY(-2px);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .7)
}

.ho_cate_box .h_tpn {
    position: absolute;
    z-index: 3;
    bottom: 0;
    color: #fff;
    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: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    text-shadow: 4px 3px 10px #000
}

@media screen and (min-width: 767.9px) {
    .ho_cate_box .h_tpn h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 991.9px) {
    .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: #fff
}

.ho_cate_box .h_tpn p span {
    display: block;
    color: #fff
}

.ho_cate_box .h_tpn p strong {
    font-size: 14px;
    color: #fff
}

@media screen and (min-width: 767.9px) {
    .ho_cate_box .h_tpn p strong {
        font-size: 15px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .seo-content h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .seo-content .more__2,
    .seo-content .more__1 {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .seo-content .seo_ul>li {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .seo-content .seo_ul>li li {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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;
    border: 1px solid rgba(0, 0, 0, .1);
    /* box-shadow: 5px 5px 10px rgba(0, 0, 0, .1); */
    background: #fff;
    border-radius: 5px 5px;
    transition: all .35s;
    height: 415px;
}

.hs_list_box * {
    transition: all .35s
}

.hs_list_box:hover {
    transform: translateY(-2px);
    /* 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: flex;
    align-items: 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, .55);
    background: #fff;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 5px 0 0 0
}

@media screen and (min-width: 767.9px) {
    .hs_list_box figure .easy_emi {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.hs_list_box .tp_div span {
    white-space: nowrap;
    margin-left: 10px;
    font-weight: 600;
    color: #676767
}

.hs_list_box .daynight {
    background-color: #43d8bf;
    color: #fff;
    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: 767.9px) {
    .hs_list_box .daynight {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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 #55c1af;
    border-left: 7px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute
}

.hs_list_box .nd__div {
    background-color: #ffc107;
    color: #fff;
    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: 767.9px) {
    .hs_list_box .nd__div {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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 rgba(0, 0, 0, 0);
    content: "";
    position: absolute
}

.hs_list_box ul.usp-ions.usp_icons {
    margin: 0;
    display: flex;
    padding: 0
}

.hs_list_box span.hlocation {
    padding: 0 5px;
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-shadow: 4px 3px 10px #000
}

@media screen and (min-width: 767.9px) {
    .hs_list_box span.hlocation {
        font-size: 20px
    }
}

@media screen and (min-width: 991.9px) {
    .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: white;
    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: #43d8bf;
}

.st-price-left .st-from {
    color: #676767;
}

.st-price-left .st-price {
    font-size: 22px;
    font-weight: bold;
    color: #43d8bf;
}

.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: black;
}

.nhp_btns {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.view_packages {
    padding: 7px 10px;
    /* margin: 5px 0px 0; */
    width: calc(100% - 10px);
    border-radius: 5px;
    font-weight: 600;
    color: rgba(0, 0, 0, .8);
    border: 1px solid #ddd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.enq_nbtn {
    padding: 7px 10px;
    /* margin: 5px 0px 0; */
    width: calc(100% - 10px);
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #55c1af;
    background: #55c1af;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.enq_nbtn:hover {
    color: #fff
}

.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: 767.9px) {
    .enquiry-head h2 {
        font-size: 18px
    }
}

@media screen and (min-width: 991.9px) {
    .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 #55c1af;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    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: #55c1af;
    color: #fff;
    cursor: pointer;
    z-index: 999999
}

.enquiry-head .close:hover {
    background-color: #55c1af;
    color: #fff
}

.header-panel {
    position: relative !important
}

.container {
    max-width: 1200px;
}

.tcenter {
    text-align: center
}

.download_itinerary {
    color: #333 !important;
    background: #ffc600;
    transform: rotate(-90deg);
    vertical-align: middle;
    border-radius: 5px 5px 0 0;
    padding: 12px 15px;
    position: fixed;
    top: 75%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    min-width: 110px;
    right: -70px;
    z-index: 99
}

@media(max-width: 575px) {
    .download_itinerary {
        padding: 7px 12px;
        font-size: 13px;
        right: -55px
    }
}

.download_itinerary:hover {
    background: rgba(255, 198, 0, .7)
}

.nh_banner_sec {
    margin: 0 0;
    padding: 0;
    width: 68%;
    display: flex;
    background: #fff;
    /* margin-top: 5.6rem; */
    padding-top: 5.6rem;

}

@media(max-width: 991.9px) {
    .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: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative
}

@media(max-width: 1601px) {
    .nh_banner_sec .nh_banner_img {
        width: 55%
    }
}

@media(max-width: 991.9px) {
    .nh_banner_sec .nh_banner_img {
        width: 100%;
        min-height: 400px
    }
}

@media(max-width: 767.9px) {
    .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: 767.9px) {
    .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: #fff;
    font-weight: 600;
    border-radius: 4px;
    font-size: 13px;
    position: absolute;
    white-space: nowrap
}

@media screen and (min-width: 767.9px) {
    .nh_banner_sec .nh_banner_img .viewallpic {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .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;
    border: 1px solid rgba(0, 0, 0, .1);
}

@media(max-width: 1601px) {
    .nh_banner_sec .nh_desc {
        width: 45%
    }
}

@media(max-width: 991.9px) {
    .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: 767.9px) {
    .nh_banner_sec .nh_desc .rating i {
        font-size: 15px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .nh_banner_sec .nh_desc .nh_heading h1 {
        font-size: 22px
    }
}

@media screen and (min-width: 991.9px) {
    .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, .6)
}

@media screen and (min-width: 767.9px) {
    .nh_banner_sec .nh_desc span.nh_days {
        font-size: 15px
    }
}

@media screen and (min-width: 991.9px) {
    .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, .2);
    padding: 0 0 15px
}

@media screen and (min-width: 767.9px) {
    .nh_banner_sec .nh_desc .nh_tdate {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: #fff
}

.nh_banner_sec .nh_desc .theme_bgwhite {
    background-color: #fff;
    color: #000
}

.nh_banner_sec .nh_desc .theme_yellow {
    background-color: #ffc107;
    color: #000
}

.nh_banner_sec .nh_desc .price_enq_sec {
    margin-top: 30px;
    display: flex;
    align-items: center
}

@media(max-width: 575px) {
    .nh_banner_sec .nh_desc .price_enq_sec {
        display: block
    }
}

.nh_banner_sec .nh_desc .price_enq_sec a {
    color: #fff;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    background: #36c1a0;
}

@media screen and (min-width: 767.9px) {
    .nh_banner_sec .nh_desc .price_enq_sec a {
        font-size: 15px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .nh_banner_sec .nh_desc .price_enq_sec a {
        padding: 10px 15px
    }
}

.nh_banner_sec .nh_desc .booknow {
    margin-right: 10px;
    color: #fff;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    background: #36c1a0
}

@media screen and (min-width: 767.9px) {
    .nh_banner_sec .nh_desc .booknow {
        font-size: 15px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .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;
    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: 767.9px) {
    .nh_banner_sec .nh_desc .price_detail p {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: #e3010c;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 18px
}

@media screen and (min-width: 767.9px) {
    .nh_banner_sec .nh_desc .price_detail h2.nh_price {
        font-size: 20px
    }
}

@media screen and (min-width: 991.9px) {
    .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: #fff;
    border-radius: 4px
}

@media screen and (min-width: 767.9px) {
    .nh_banner_sec .nh_desc .price_detail span.nh_off {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: bold;
    color: #28a745;
    width: 100%;
    margin: 0
}

@media screen and (min-width: 767.9px) {
    .nh_banner_sec .nh_desc .price_detail p.nh_pricetxt {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 1024;
    background: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .6);
    padding: 15px 15px 0;
    border-radius: 4px;
    top: 100%;
    right: 0
}

@media(max-width: 767.9px) {
    .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: 767.9px) {
    .nh_banner_sec .nh_desc .pricdv .price_hdiv h2 {
        font-size: 18px
    }
}

@media screen and (min-width: 991.9px) {
    .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: .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 .price_hdiv table td:first-child {
    min-width: 110px
}

.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, .2)
}

.nh_banner_sec .nh_desc .nh-usp .usp_icons {
    margin: 0;
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    color: #4b4b4b;
    font-weight: bold;
    text-transform: capitalize;
    height: 85px;
    width: 100%;
    overflow: hidden;
    transition: 5s;
    list-style: none
}

@media screen and (min-width: 767.9px) {
    .nh_banner_sec .nh_desc .nh-usp .usp_icons {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .nh_banner_sec .nh_desc .nh-usp .usp_icons {
        padding: 10px 0 0;
        height: auto;
        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: flex;
    align-items: center
}

@media(max-width: 767.9px) {
    .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: #36c1a0;
    white-space: nowrap;
    cursor: pointer;
    display: block
}

@media screen and (min-width: 767.9px) {
    .nh_banner_sec .nh_desc .view-all {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .nh_banner_sec .nh_desc .view-all {
        display: none
    }
}

.nh_banner_sec .nh_desc .usp_icons.active {
    height: auto !important
}

.blink_me {
    animation: blinker 1s linear infinite;
    font-size: 28px;
    color: #da1e25;
    font-weight: 900
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}



.nh_nav {
    margin: 15px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 0;
    border-radius: 4px;
    width: 100%;
    overflow: auto;
    position: sticky;
    position: -webkit-sticky;
    top: 94px;
    z-index: 999;
}

.nh_nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    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, .7)
}

@media screen and (min-width: 767.9px) {
    .nh_nav ul li a {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: #fff
}

.dflex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.dflex2 .page_left {
    width: 70%
}

@media(max-width: 991.9px) {
    .dflex2 .page_left {
        width: 60% !important
    }
}

@media(max-width: 767.9px) {
    .dflex2 .page_left {
        width: 100% !important
    }
}

.dflex2 .page_right {
    width: 27%;
    margin-left: 3%
}

@media(max-width: 991.9px) {
    .dflex2 .page_right {
        width: 37% !important
    }
}

@media(max-width: 767.9px) {
    .dflex2 .page_right {
        width: 100% !important;
        margin-left: 0 !important
    }
}

.dflex2 .page_right .enquiryform_sec {
    margin: 0 0 10px 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
    border-radius: 4px;
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    /* top: 94px; */
    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, .3);
    left: 0;
    top: 0;
    z-index: 9
}

#auto_modal .close {
    position: absolute;
    right: 7px;
    top: 7px
}

.dayitul {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: inline-block;
    padding: 0;
    border-radius: 4px;
    max-width: 100%;
    overflow: auto
}

.dayitul ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.dayitul ul li {
    list-style: none;
    text-align: center;
    padding: 0 !important;
    margin-right: 8px
}

.dayitul ul li::before {
    display: none !important
}

.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: 767.9px) {
    .dayitul ul li a {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .dayitul ul li a {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .dayitul ul li a {
        font-size: 14px
    }
}

@media(max-width: 767.9px) {
    .dayitul ul li a {
        padding: 7px 12px
    }
}

.dayitul ul li a img {
    vertical-align: middle;
    filter: brightness(0.2);
    width: auto !important
}

.dayitul ul li a.ffactive {
    background: #36c1a0;
    color: #fff
}

.dayitul ul li a.ffactive img {
    filter: brightness(1)
}

.htm_box {
    margin-bottom: 30px;
    background-image: linear-gradient(45deg, #55c1af, #36c1a0);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 30px;
    border-radius: 4px
}

@media(max-width: 767.9px) {
    .htm_box {
        padding: 20px
    }
}

.htm_box h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px
}

@media screen and (min-width: 767.9px) {
    .htm_box h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 991.9px) {
    .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: #fff
}

@media screen and (min-width: 767.9px) {
    .htm_box p {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: #fff
}

.tab-banner {
    border: 1px solid rgba(0, 0, 0, .6);
    display: block;
    overflow: hidden;
    margin-bottom: 40px
}

.tab-banner img {
    width: 100%
}

.default,
.filterDiv {
    overflow: auto
}

.default li:before,
.filterDiv li:before {
    font-size: 18px;
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #3296fa;
    content: ""
}

.default table,
.filterDiv table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: solid 1px rgba(0, 0, 0, .2);
    min-width: 600px;
    width: 100%
}

.default table thead,
.filterDiv table thead {
    background: rgba(0, 0, 0, .1)
}

.default table th,
.default table td,
.filterDiv table th,
.filterDiv table td {
    border: solid 1px rgba(0, 0, 0, .2);
    padding: .75rem;
    vertical-align: top
}

.exclusions li:before {
    font-size: 18px;
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #e3010c;
    content: ""
}

.inclusions li:before {
    font-size: 18px;
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #28a745;
    content: ""
}

.inclusions ul,
.exclusions ul,
.default ul,
.filterDiv ul {
    margin: 0;
    padding: 0
}

.inclusions ul li,
.exclusions ul li,
.default ul li,
.filterDiv 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,
.filterDiv 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: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 30px;
    border-radius: 4px
}

@media(max-width: 767.9px) {
    .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: 767.9px) {
    .nh_box h2,
    .page_left>.default h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 24px
    }
}

.nh_box p,
.page_left>.default p {
    font-size: 13px
}

@media screen and (min-width: 767.9px) {
    .nh_box p,
    .page_left>.default p {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 3px;
    font-family: "FontAwesome";
    content: "";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: rgba(0, 0, 0, .7);
    border-radius: 100%;
    font-size: 18px
}

@media screen and (min-width: 767.9px) {
    .nh_box .accordion_h2::after,
    .page_left>.default .accordion_h2::after {
        font-size: 20px
    }
}

@media screen and (min-width: 991.9px) {
    .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: ""
}

.nh_box .slide_panel,
.page_left>.default .slide_panel {
    max-height: 0;
    overflow-y: hidden;
    overflow-x: auto;
    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: flex;
    padding-bottom: 8px;
    font-size: 13px
}

@media screen and (min-width: 767.9px) {
    .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: 991.9px) {
    .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: "";
    margin-right: 10px;
    color: #337ab7;
    font-size: 14px
}

@media screen and (min-width: 767.9px) {
    .nh_box .terms li::before,
    .page_left>.default .terms li::before {
        font-size: 15px
    }
}

@media screen and (min-width: 991.9px) {
    .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: "";
    margin-right: 10px;
    color: #28a745;
    font-size: 14px
}

@media screen and (min-width: 767.9px) {
    .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: 991.9px) {
    .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: 30px;
    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
}

@media screen and (min-width: 767.9px) {
    .filterDiv h4,
    .filterDiv h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 991.9px) {
    .filterDiv h4,
    .filterDiv h3 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .filterDiv h4,
    .filterDiv h3 {
        font-size: 22px
    }
}

.show {
    display: block
}

.nh_fheader {
    display: none
}

@media(max-width: 767.9px) {
    .nh_fheader {
        margin: 0 -15px 30px;
        position: sticky;
        position: -webkit-sticky;
        bottom: 0;
        display: block !important;
        background: #fff;
        box-shadow: 0 -5px 5px rgba(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: 767.9px) {
    .nh_fheader .st-price {
        font-size: 15px
    }
}

@media screen and (min-width: 991.9px) {
    .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: 767.9px) {
    .nh_fheader .st-pricetxt {
        font-size: 13px
    }
}

@media screen and (min-width: 991.9px) {
    .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: #fff;
    display: block;
    background-color: #e3010c;
    text-align: center;
    cursor: pointer
}

.download_btn {
    color: #fff;
    background: #e3010c;
    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: 767.9px) {
    .download_btn {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .download_btn {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .download_btn {
        font-size: 14px
    }
}

.download_btn:hover {
    color: #fff
}

@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;
    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;
    transition: opacity .3s, transform .3s;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: 0
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: 0;
        transform: scale(1.5)
    }
    100% {
        opacity: 0;
        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: .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;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2)
}

.bg-light,
.li-hover,
.padding-top-bottom {
    padding: 50px 0
}

.bg-light .al_title h2,
.li-hover .al_title h2,
.padding-top-bottom .al_title h2 {
    color: #000;
    font-size: 18px
}

@media screen and (min-width: 767.9px) {
    .bg-light .al_title h2,
    .li-hover .al_title h2,
    .padding-top-bottom .al_title h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 991.9px) {
    .bg-light .al_title h2,
    .li-hover .al_title h2,
    .padding-top-bottom .al_title h2 {
        font-size: 22px
    }
}

@media screen and (min-width: 1201px) {
    .bg-light .al_title h2,
    .li-hover .al_title h2,
    .padding-top-bottom .al_title h2 {
        font-size: 24px
    }
}

.tw-cal-2 {
    flex: 0 0 50%;
    max-width: 50%
}

@media(max-width: 767.9px) {
    .tw-cal-2 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.infocard-1 {
    transition: all .35s
}

.infocard-1 * {
    transition: all .35s
}

.infocard-1 .infocard {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    text-align: center
}

.infocard-1 .infocard figure {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, .9)
}

.infocard-1 .infocard figure img {
    width: 120px;
    height: 120px
}

.infocard-1 .infocard:hover img {
    transform: scale(0.9)
}

.infocard-1 .infocard h2 {
    margin: 0;
    color: #e3010c;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize
}

@media screen and (min-width: 767.9px) {
    .infocard-1 .infocard h2 {
        font-size: 18px
    }
}

@media screen and (min-width: 991.9px) {
    .infocard-1 .infocard h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .infocard-1 .infocard h2 {
        font-size: 22px
    }
}

.infocard-1 .infocard p {
    color: #000;
    font-size: 13px
}

@media screen and (min-width: 767.9px) {
    .infocard-1 .infocard p {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .infocard-1 .infocard p {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .infocard-1 .infocard p {
        font-size: 14px
    }
}

.infocard-2 {
    transition: all .35s
}

.infocard-2 * {
    transition: all .35s
}

.infocard-2 .infocard {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    text-align: center
}

.infocard-2 .infocard figure {
    margin: auto auto 20px;
    width: 150px;
    height: 150px;
    background: #fff;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .1)
}

.infocard-2 .infocard figure img {
    max-width: 100%;
    transition: all .35s;
    position: relative;
    z-index: 3;
    width: 75px
}

.infocard-2 .infocard figure:before {
    background-color: #ffc107;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    width: 100%;
    z-index: 1;
    transition: all .5s ease-in-out
}

.infocard-2 .infocard h3 {
    margin: 0;
    padding: 3px 0;
    color: #e3010c;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize
}

@media screen and (min-width: 767.9px) {
    .infocard-2 .infocard h3 {
        font-size: 15px
    }
}

@media screen and (min-width: 991.9px) {
    .infocard-2 .infocard h3 {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .infocard-2 .infocard h3 {
        font-size: 18px
    }
}

.infocard-2 .infocard p {
    color: #000;
    font-size: 13px
}

@media screen and (min-width: 767.9px) {
    .infocard-2 .infocard p {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .infocard-2 .infocard p {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .infocard-2 .infocard p {
        font-size: 14px
    }
}

.infocard-2 .infocard:hover figure:before {
    transform: scale(1)
}

.infocard-2 .infocard:hover figure img {
    transform: scale(0.9)
}

.infocard-2 .infocard:hover h3 {
    margin: 0;
    color: #fff;
    background: #e3010c
}

.team_item {
    margin: 20px 10px 30px;
    padding: 0 0 95px;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, .15);
    border-radius: 20px;
    overflow: hidden;
    transition: all 1s;
    position: relative
}

.team_item * {
    transition: all 1s
}

.team_item figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    max-height: 300px
}

.team_item figure img {
    width: 100%
}

.team_item figure img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.team_item .team_desc {
    padding: 15px 20px 15px;
    position: absolute;
    height: 95px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    font-size: 15px;
    line-height: 25px
}

.team_item .team_desc p strong {
    text-transform: uppercase
}

.team_item .team_desc h3 {
    font-size: 24px;
    font-weight: 600;
    color: #e3010c;
    text-transform: capitalize
}

.team_item:hover {
    transform: translateY(-10px)
}

.team_item:hover .team_desc {
    padding: 65px 20px 25px;
    height: 100%
}

.team_item:hover h3 {
    color: #000
}

.team_item:hover p strong {
    color: #e3010c
}

.active figure img:last-child {
    opacity: 1
}

.infocard-3 {
    transition: all .35s
}

.infocard-3 * {
    transition: all .35s
}

.infocard-3 .infocard {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    text-align: center
}

.infocard-3 .infocard figure {
    margin: auto auto 20px;
    width: 100px;
    height: 100px;
    background: #fff;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .1)
}

.infocard-3 .infocard figure img {
    max-width: 100%;
    transition: all .35s;
    position: relative;
    z-index: 3;
    width: 75px
}

.infocard-3 .infocard h3 {
    margin: 0;
    padding: 3px 0;
    color: #e3010c;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize
}

@media screen and (min-width: 767.9px) {
    .infocard-3 .infocard h3 {
        font-size: 15px
    }
}

@media screen and (min-width: 991.9px) {
    .infocard-3 .infocard h3 {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .infocard-3 .infocard h3 {
        font-size: 18px
    }
}

.infocard-3 .infocard p {
    color: #000;
    font-size: 13px
}

@media screen and (min-width: 767.9px) {
    .infocard-3 .infocard p {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .infocard-3 .infocard p {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .infocard-3 .infocard p {
        font-size: 14px
    }
}

.infocard-3 .infocard:hover img {
    transform: scale(0.9)
}

.faqs_theme {
    padding: 40px 0
}

.faqs_theme h3 {
    font-size: 15px;
    margin-top: 20px;
    padding: 15px 0 5px;
    color: #000;
    border-top: 1px dashed rgba(0, 0, 0, .4);
    font-weight: 600
}

@media screen and (min-width: 767.9px) {
    .faqs_theme h3 {
        font-size: 16px
    }
}

@media screen and (min-width: 991.9px) {
    .faqs_theme h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 1201px) {
    .faqs_theme h3 {
        font-size: 20px
    }
}

.faqs_theme .card {
    margin-bottom: 10px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: #fff
}

.faqs_theme .card h5 {
    margin: 0;
    font-size: 13px;
    padding: 0px 0 10px;
    color: #676767;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    cursor: pointer
}

@media screen and (min-width: 767.9px) {
    .faqs_theme .card h5 {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .faqs_theme .card h5 {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .faqs_theme .card h5 {
        font-size: 14px
    }
}

.faqs_theme .card h5:before {
    font-size: 18px;
    font-family: "FontAwesome";
    margin-right: 10px;
    position: absolute;
    right: 8px;
    color: #676767;
    content: "" !important
}

.faqs_theme .card h5.collapsed:before {
    color: #333;
    content: ""
}

.faqs_theme .default ul li {
    position: relative;
    display: block;
    padding-left: 25px
}

.faqs_theme .default li:before {
    position: absolute;
    left: 0;
    top: -2px
}

.contactinfo {
    width: 100%;
    list-style: none;
    line-height: 23px;
    text-align: center;
    padding: 0 0 10px;
    list-style: none
}

.contactinfo li {
    margin-bottom: 30px;
    width: 100%;
    padding: 15px;
    line-height: inherit;
    list-style-type: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 22px 0 rgba(82, 91, 115, .34)
}

.contactinfo li:before {
    display: none
}

.contactinfo li .contactinfoicon {
    margin: 10px auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background: #fece24;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #fff
}

.contactinfo li .contactinfoicon i {
    display: block;
    font-size: inherit;
    text-align: center;
    line-height: inherit
}

.contactinfo li h2 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.195;
    color: #e3010c
}

@media screen and (min-width: 767.9px) {
    .contactinfo li h2 {
        font-size: 18px
    }
}

@media screen and (min-width: 991.9px) {
    .contactinfo li h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .contactinfo li h2 {
        font-size: 22px
    }
}

.contactinfo li p a {
    color: #000
}

.contact-form {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 22px 0 rgba(82, 91, 115, .34)
}

.contact-form h2 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.195;
    color: #000
}

@media screen and (min-width: 767.9px) {
    .contact-form h2 {
        font-size: 18px
    }
}

@media screen and (min-width: 991.9px) {
    .contact-form h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .contact-form h2 {
        font-size: 22px
    }
}

.bg-light-2 {
    background: #f3f7fa
}

.bg-light-2 #slider img.w-100 {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 91vh
}

.bg-light-2 #slider .carousel-bdr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.bg-light-2 #slider .carousel-control-next,
.bg-light-2 #slider .carousel-control-prev {
    z-index: 9
}

.bg-light-2 #slider .custom_video,
.bg-light-2 #slider #youtubevideo {
    height: 100vh;
    width: 100%;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 575px) {
    .bg-light-2 #slider .custom_video,
    .bg-light-2 #slider #youtubevideo {
        height: 60vh;
        min-height: 300px;
        width: 100%
    }
}

.bg-light-2 #slider .carousel-item.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.bg-light-2 #slider .carousel-caption {
    padding: 25px;
    text-align: left;
    left: 10%;
    top: 30%;
    bottom: auto;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    background: rgba(56, 56, 56, .56);
    border-radius: 5px;
    max-width: 590px;
    z-index: 99
}

@media(max-width: 991.9px) {
    .bg-light-2 #slider .carousel-caption {
        padding: 15px;
        margin-bottom: -56px;
        position: relative;
        left: 5px;
        top: -76px;
        max-width: 60%;
        width: calc(100% - 10px)
    }
}

@media(max-width: 767.9px) {
    .bg-light-2 #slider .carousel-caption {
        max-width: 100%
    }
}

.bg-light-2 #slider .carousel-caption img.pynv-bwc {
    position: absolute;
    top: -110px;
    left: -5px;
    width: 130px
}

@media(max-width: 767.9px) {
    .bg-light-2 #slider .carousel-caption img.pynv-bwc {
        position: absolute;
        top: -55px;
        left: 0px;
        width: 70px
    }
}

.bg-light-2 #slider .carousel-caption img.tw-tpd {
    width: 300px;
    margin-left: -18px
}

.bg-light-2 #slider .carousel-caption img.tw-fib {
    min-width: 574px;
    transform: rotate(-24deg);
    margin-top: -100px
}

@media(max-width: 991.9px) {
    .bg-light-2 #slider .carousel-caption img.tw-fib {
        display: none
    }
}

.bg-light-2 #slider .carousel-caption h1 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 19px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: #fff
}

@media screen and (min-width: 767.9px) {
    .bg-light-2 #slider .carousel-caption h1 {
        font-size: 22px
    }
}

@media screen and (min-width: 991.9px) {
    .bg-light-2 #slider .carousel-caption h1 {
        font-size: 28px
    }
}

@media screen and (min-width: 1201px) {
    .bg-light-2 #slider .carousel-caption h1 {
        font-size: 32px
    }
}

.bg-light-2 #slider .carousel-caption h1 strong {
    font-weight: 900
}

.bg-light-2 #slider .carousel-caption p {
    margin: 0;
    padding: 10px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    font-family: "Montserrat", sans-serif
}

.bg-light-2 #slider .custom-video-caption {
    position: absolute !important;
    top: 30% !important
}

.bg-light-2 #slider .owl-dots .owl-dot {
    margin: 0 3px;
    width: 20px;
    height: 4px;
    background: rgba(0, 0, 0, .3);
    display: inline-block
}

.bg-light-2 #slider .owl-dots .owl-dot.active {
    background: #e3010c
}

.bg-light-2 .sticky_form {
    position: fixed;
    z-index: 10;
    background: #fff;
    right: 8%;
    top: 125px;
    max-width: 380px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .2)
}

@media(max-width: 1201px) {
    .bg-light-2 .sticky_form {
        right: 15px;
        max-width: 26%
    }
}

@media(max-width: 991.9px) {
    .bg-light-2 .sticky_form {
        max-width: 36%
    }
}

@media(max-width: 767.9px) {
    .bg-light-2 .sticky_form {
        position: relative !important;
        margin: 20px 0;
        z-index: 10;
        background: #fff;
        right: auto;
        top: auto;
        max-width: 100%;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, .2)
    }
}

.bg-light-2 .sticky_form .form {
    padding: 20px 20px 20px;
    position: relative;
    z-index: 9
}

.bg-light-2 .sticky_form .form h2 {
    margin: 0 0 5px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-align: center
}

@media screen and (min-width: 767.9px) {
    .bg-light-2 .sticky_form .form h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 991.9px) {
    .bg-light-2 .sticky_form .form h2 {
        font-size: 22px
    }
}

@media screen and (min-width: 1201px) {
    .bg-light-2 .sticky_form .form h2 {
        font-size: 24px
    }
}

.bg-light-2 .sticky_form .form iframe {
    min-height: 572px !important;
    height: 570px;
    width: 100%;
    border: 0
}

.bg-light-2 .sticky_form .form .form-row span:first-child {
    margin-bottom: 10px
}

.bg-light-2 .title {
    margin: 0 0 40px;
    padding: 0;
    position: relative
}

.bg-light-2 .title:before {
    margin: 0 auto;
    content: "";
    background: #e3010c;
    width: 50px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0
}

.bg-light-2 .title h2 {
    margin: 0;
    padding: 0;
    color: #e3010c;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize
}

@media screen and (min-width: 767.9px) {
    .bg-light-2 .title h2 {
        font-size: 18px
    }
}

@media screen and (min-width: 991.9px) {
    .bg-light-2 .title h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 1201px) {
    .bg-light-2 .title h2 {
        font-size: 22px
    }
}

.bg-light-2 .title p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px
}

.bg-light-2 .campaign-section {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 30px;
    border-radius: 4px
}

.bg-light-2 .campaign-section .btn-green {
    background-color: #36c1a0;
    border-color: #36c1a0;
    color: #fff;
    font-weight: 600
}

.bg-light-2 .campaign-section .info-theme-1 {
    text-align: center;
    transition: all .35s
}

.bg-light-2 .campaign-section .info-theme-1 * {
    transition: all .35s
}

.bg-light-2 .campaign-section .info-theme-1 figure {
    margin: 0 auto 10px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 100%
}

.bg-light-2 .campaign-section .info-theme-1 figure img {
    width: 50px;
    height: 50px
}

.bg-light-2 .campaign-section .info-theme-1:hover img {
    transform: scale(0.9)
}

.bg-light-2 .campaign-section .info-theme-1 h3 {
    margin: 0 0 10px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize
}

@media screen and (min-width: 767.9px) {
    .bg-light-2 .campaign-section .info-theme-1 h3 {
        font-size: 15px
    }
}

@media screen and (min-width: 991.9px) {
    .bg-light-2 .campaign-section .info-theme-1 h3 {
        font-size: 16px
    }
}

@media screen and (min-width: 1201px) {
    .bg-light-2 .campaign-section .info-theme-1 h3 {
        font-size: 18px
    }
}

.bg-light-2 .campaign-section .info-theme-1 p {
    color: rgba(0, 0, 0, .5);
    font-size: 13px
}

@media screen and (min-width: 767.9px) {
    .bg-light-2 .campaign-section .info-theme-1 p {
        font-size: 14px
    }
}

@media screen and (min-width: 991.9px) {
    .bg-light-2 .campaign-section .info-theme-1 p {
        font-size: 14px
    }
}

@media screen and (min-width: 1201px) {
    .bg-light-2 .campaign-section .info-theme-1 p {
        font-size: 14px
    }
}

.bg-light-2 .campaign-section .info-theme-2 {
    margin-bottom: 20px;
    background: #fff;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 15px 10px;
    border-radius: 4px;
    text-align: center;
    transition: all .35s
}

.bg-light-2 .campaign-section .info-theme-2 * {
    transition: all .35s
}

.bg-light-2 .campaign-section .info-theme-2 figure {
    margin: -15px -10px 10px;
    display: flex;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 100%;
    overflow: hidden;
    border-radius: 4px 4px 0 0
}

.bg-light-2 .campaign-section .info-theme-2 figure img {
    width: 100%
}

.bg-light-2 .campaign-section .info-theme-2 h3 {
    margin: 15px 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.bg-light-2 .campaign-section .info-theme-2:hover {
    transform: translateY(-5px)
}

.bg-light-2 .modal-popup {
    background: rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
    box-shadow: none !important
}

.bg-light-2 .customer-testimonials {
    margin: 30px 0;
    padding: 40px 30px 25px;
    position: relative;
    text-align: center;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 4px
}

.bg-light-2 .customer-testimonials .ct-box .ct-info {
    margin: 0
}

.bg-light-2 .customer-testimonials .ct-box .ct-info h4 {
    color: #000;
    font-size: 18px
}

.bg-light-2 .customer-testimonials .ct-box .ct-info figure {
    margin: 0;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 100%
}

.bg-light-2 .customer-testimonials .ct-box .ct-info figure img {
    border-radius: 100%;
    width: 90px;
    height: 90px
}

.bg-light-2 .customer-testimonials .ct-box .rating {
    color: #ff9800
}

@media print {
    @page {
        size: 8.5in 11in;
        margin: 20px 0
    }
    .row {
        display: flex;
        flex-wrap: inherit !important;
        justify-content: space-between;
        align-items: center
    }
    .bg222 {
        background: #fff !important
    }
    .logodiv {
        padding-left: 30px !important;
        float: left;
        max-width: 300px
    }
    .m_none {
        float: right;
        max-width: 160px
    }
    .breadcrumb,
    .col-12.col-lg-4.col-xl-5.justify-content-end.d-flex,
    .contact_link,
    .dayitul,
    .download_btn,
    .menq,
    .nh_box .accordion_h2::after,
    .nh_fheader,
    .nh_nav,
    .page_left>.default .accordion_h2::after,
    .page_right,
    .price_detail img,
    .tw_nav,
    .view-all,
    .viewallpic,
    footer {
        display: none !important
    }
    .nh_desc {
        padding: 30px !important
    }
    .nh_box {
        margin-bottom: 0 !important
    }
    .price_hdiv {
        display: block !important;
        border: 1px solid #ddd;
        position: inherit !important;
        margin-top: 10px
    }
    .price_hdiv h2 {
        text-align: left !important
    }
    .htm_box {
        margin-left: 20px !important;
        margin-right: 10px !important
    }
    .usp_icons {
        height: inherit !important;
        overflow: inherit !important;
        display: block !important;
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

.footer-link-black {
    background: #333;
    margin: 0 auto;
    padding: 30px 15px
}

.footer-link-black p {
    color: #fff
}

.page-wrapper
{
    position: unset!important;
}

/*# sourceMappingURL=style.min.css.map */