@import "https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap";

@font-face {
    font-family: "Nova Flat";
    src: url("../fonts/novaflat-regular-webfont.woff2") format("woff2"), url("../fonts/novaflat-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

a:hover {
    text-decoration: none;
    color: #f59b00;
}

.font_family1 {
    font-family: "Nova Flat";
}


/*Login css*/

.check_form_on_rem .form-check {
    display: inline-block;
}

.auth-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
    background: #85aa3f;
}

.login_graphic img {
    width: 100%;
    height: 379px;
    margin-top: 17%;
}

@media (min-width: 1200px) {
    .auth-wrapper .container {
        max-width: 1140px;
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-wrapper {
        display: block;
        margin: 0 auto;
    }

        .auth-wrapper > .row {
            min-height: 100vh;
        }

            .auth-wrapper > .row > .aut-bg-img {
                min-height: 100vh;
            }
}

.auth-wrapper a,
.auth-wrapper p > a {
    color: #37474f;
    font-weight: 600;
}

.auth-wrapper .input-group {
    background: transparent;
}

.auth-wrapper .card {
    margin-bottom: 0;
    padding: 8px;
}

    .auth-wrapper .card .card-body {
        padding: 20px 25px 20px 40px;
    }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-wrapper .card {
        display: block;
    }
}

.auth-wrapper > div {
    z-index: 5;
}

.auth-wrapper .auth-content {
    position: relative;
    padding: 15px;
    z-index: 5;
}

    .auth-wrapper .auth-content:not(.container) {
        width: 560px;
    }

.auth-content img {
    width: 130px;
    height: 130px;
    background: #e6f8ff;
    padding: 14px;
    border-radius: 50%;
    margin-bottom: 6px;
}

.auth-wrapper .auth-content:not(.container) .card-body {
    padding: 40px 35px;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-wrapper .auth-content {
        margin: 0 auto;
    }
}

.auth-wrapper .auth-side-img {
    padding-right: 560px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .auth-wrapper .auth-side-img {
        display: none;
    }
}

.auth-wrapper .auth-side-form {
    position: relative;
    min-height: 100%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    left: auto;
    float: right;
    text-align: center;
}


/* .auth-wrapper .auth-side-form>* {
    position: relative;
    z-index: 5;
} */

@media only screen and (max-width: 991px) {
    .auth-wrapper .auth-side-form {
        width: 100%;
        justify-content: center;
    }

        .auth-wrapper .auth-side-form .auth-content:not(.container) {
            max-width: 350px;
        }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-wrapper.aut-bg-img .auth-side-form {
        height: 100vh;
    }
}

@media only screen and (max-width: 767px) {
    .auth-wrapper .card .card-body {
        padding: 30px 15px;
    }
}

.auth-wrapper.offline {
    background-image: none;
}

    .auth-wrapper.offline h1 {
        font-size: 87px;
        font-weight: 700;
    }

    .auth-wrapper.offline:before {
        display: none;
    }

.auth-wrapper .card-body .carousel-indicators {
    margin: 15px 0 10px;
    bottom: 0;
}

    .auth-wrapper .card-body .carousel-indicators li {
        width: 50px;
        background-color: rgba(70, 128, 255, 0.4);
        border-radius: 5px;
        height: 4px;
    }

        .auth-wrapper .card-body .carousel-indicators li.active {
            background-color: #4680ff;
        }

.auth-wrapper .img-logo-overlay {
    position: absolute;
    top: 40px;
    left: 50px;
}

.bottom_wave:before {
    content: '';
    background-image: url(../images/icons/Login-03.svg);
    position: absolute;
    bottom: -124px;
    right: -22px;
    height: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.top_wave:before {
    content: '';
    background-image: url(../images/icons/Login-04.svg);
    position: absolute;
    top: -135px;
    left: -106px;
    height: 53%;
    width: 26%;
    background-repeat: no-repeat;
    background-size: cover;
}

.user_login {
    color: #85aa3f;
}

.theme_login_btn {
    background: #85aa3f;
    width: 150px;
    color: #fff;
}


/* image varient start */

.aut-bg-img {
    background-image: url(images/bg1.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center left;
    background-repeat: repeat;
}

.auth-wrapper .form-control {
    padding: 0.53rem 0.75rem;
    border: 1px solid #45c9ff;
    border-radius: 0px;
    background: #f1fbff;
}

.aut-bg-img .auth-content {
    padding: 70px 100px;
}

.auth-content .form-check-input {
    border: 2px solid rgb(96 119 13);
}

.portal_logo img {
    width: 40px;
}

.site_logo img {
    height: 120px;
    width: 120px;
    margin-bottom: 50px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}


/* image varient End */


/**====== Authentication css end ======**/


/**  =====================
Radio & Checked css start
==========================  **/

.custom-checkbox .custom-control-label:before {
    top: 0;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.125rem;
}

.custom-checkbox .custom-control-label:after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    opacity: 0.9;
    background-image: none;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    left: -21px;
    top: 10px;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: left top;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    -webkit-animation: custripple 0.3s linear forwards;
    animation: custripple 0.3s linear forwards;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    -webkit-animation: check linear 0.5s;
    animation: check linear 0.5s;
    opacity: 1;
}

.custom-radio .custom-control-label:after,
.custom-radio .custom-control-label:before {
    top: 2px;
    width: 1.2rem;
    height: 1.2rem;
}

.custom-radio .custom-control-label:after {
    transform: scale(0);
    opacity: 0;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    -webkit-animation: custripple 0.3s linear forwards;
    animation: custripple 0.3s linear forwards;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    opacity: 1;
    transform: scale(0.4);
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    top: 0.35rem;
    width: 1.75rem;
    height: 0.8rem;
    pointer-events: all;
    border-radius: 0.5rem;
    background: #dbe3ec;
    border: none;
    box-shadow: none !important;
}

.custom-switch .custom-control-label:after {
    top: 3px;
    left: -37px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background: #aec7ff;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-animation: custripple 0.3s linear forwards;
    animation: custripple 0.3s linear forwards;
    background: #4680ff;
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 6px;
    }

    50% {
        height: 12px;
        width: 6px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 6px;
    }

    50% {
        height: 12px;
        width: 6px;
    }
}

@-webkit-keyframes custripple {
    0% {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.08);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

@keyframes custripple {
    0% {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.08);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

.custom-control.custom-checkbox {
    position: relative;
}


/**====== Radio & Checked css end ======**/


/*--- preloader ---*/

body {
    overflow-x: hidden !important;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

.heading_design h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.heading_design h1 {
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
}

.sec_pt {
    padding-top: 80px;
}

.sec_pb {
    padding-bottom: 80px;
}

.text-justify {
    text-align: justify;
}

.theme_ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/inn/li_icon.svg);
    transform: rotate( 360deg);
    width: 16px;
    background-repeat: no-repeat;
}

.theme_ul li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    color: #363636;
    font-weight: 500;
    padding-left: 30px;
    border-bottom: 1px solid #cccccc2e;
}

.theme_ul .awarded_file {
    float: right;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

    .preloader span {
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #60770d;
        -webkit-animation: preloader 1.3s linear infinite;
        animation: preloader 1.3s linear infinite;
    }

        .preloader span:last-child {
            animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
        }

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}


/*--- end of preloader ---*/


/*top of header */

.bg_c {
    background: #d7ab86;
    text-align: center;
    margin: 0px auto;
    padding: 1px 5px;
}

.bg_thm_c1 {
    background: #ffffff;
    text-align: center;
    margin: 0px auto;
    border: 1px solid #fff;
    padding: 0px 5px;
    color: #000 !important;
}

.bg_thm_c2 {
    background: #000;
    text-align: center;
    margin: 0px auto;
    border: 1px solid #fff;
    padding: 0px 5px;
    color: #fff !important;
}

.p_relative {
    position: relative;
}

.scrollspy-example p {
    text-align: justify;
}

.header-top-space {
    font-size: 14px;
}

.header-topbar-icon,
.header-topbar-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: left;
    font-size: 13px;
}

.header-topbar-content {
    padding-left: 5px;
}

.header-topbar-main a {
    padding: 0px 6px;
    color: #fff;
}

.header-top-info ul {
    text-align: right;
    margin-bottom: 0;
}

.header-topbar-main {
    padding-top: 2px;
    color: #fff;
}

section.slider_wrapper.main_banner {
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width:200px) and (max-width: 550px) {
    .right_logo_box img {
        width: 40px !important;
        position: absolute;
        right: 5px;
        left: auto;
        top: 4px;
    }

    .logo .w_size_1 {
        width: 41px;
        position: absolute;
        left: 5px;
        top: 4px;
        position: absolute;
        right: 0;
    }

    .heading_design h1 {
        font-size: 30px;
    }
}
/*  header position */
@media only screen and (min-width: 1100px) and (max-width: 2299px) {
    .header_middle_right {
        position: absolute;
        right: 9px;
        top: 16px;
    }
}

/*  laptop */
@media only screen and (min-width: 1100px) and (max-width: 1299px) {


    #nav li.MenuLiFirst {
        display: none;
    }

    .mainNavigation:before {
        border-bottom: 45px solid #60770d !important;
    }

    #nav .have_child > a:before {
        top: 19px !important;
    }

    #nav li a {
        padding: 10px 7px !important;
        font-size: 13px !important;
    }

    .right_logo_box img {
        width: 69px !important;
    }

    .header_middle_right .theme_change_block input[type=text] {
        width: 65%;
    }
    /*
.header_middle_right .theme_change_block input[type=text] {
    width: 74%;
}
*/
    .header_middle_right {
        position: relative;
        right: 9px;
        top: 24px !important;
    }

        .header_middle_right .theme_change_block .search-container button {
            width: 18%;
            padding: 6px 3px;
            margin-right: 10px;
        }

    .link_box_wrapper .link_box_img {
        padding: 30px 14px;
    }

        .link_box_wrapper .link_box_img img {
            width: 40px;
        }

    .gr_1 .gr_2 {
        width: 50%;
    }

    .gr_1 .gr_3 {
        width: 45%;
    }

    .weather_block h4 {
        font-size: 20px;
    }

    .weather_block .display-4 {
        font-size: 30px;
    }

    .min_block .min_img {
        width: 86px;
        height: 86px;
    }

        .min_block .min_img img {
            width: 80px;
            height: 80px
        }
}

@media only screen and (min-width: 1399px) and (max-width: 2200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }

    .banner_minister_block .slider_wrapper .theme_slider img {
        height: 65vh;
    }

    .mainNavigation #nav li a {
        padding: 11px 14px;
        margin-left: 5px;
    }

    .headerNavigation .mainNavigation:before {
        border-bottom: 48px solid #60770d;
    }

    .mainNavigation #nav .have_child > a:before {
        right: -4px;
    }

    .destination_details .disaster_authority {
        padding: 80px 20px 60px;
    }

    .booking_block a {
        min-width: 340px;
        padding: 60px 30px !important;
    }
}


/* @media only screen and (min-width: 993px) and (max-width:1175px) {
        .menu_block .menu_wrapper {
            position: relative;
            bottom: 0;
            right: 0;
            left: 44px;
        }
        .header_middle_right {
            margin-top: 30px;
        }
    } */

@media (min-width: 768px) and (max-width: 991px) {
    .header-top-info ul {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:992px) {


    .theme_change_block .mainnav li {
        margin: 0px 0px !important;
    }

        .theme_change_block .mainnav li.hassubs.myacc a {
            width: auto;
            height: auto;
        }

    .header_middle_right .theme_change_block .gigw_icons:before {
        content: '';
        position: absolute;
        padding: 4px 10px;
        background: #c2e4f2;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .login_main {
        margin-top: 4px !important;
        margin-left: 7px;
    }

    .header_middle_right .theme_change_block li a {
        width: 23px;
        height: 23px;
        line-height: 23px;
        margin: 0px auto;
        display: inline-block;
        text-align: center;
    }

    .myacc .acc_icon {
        display: none;
    }

    .myacc .acc_name {
        display: block;
    }

    .services_block .fac_icon:before {
        left: auto;
    }

    .services_block .dashbord_desc {
        display: inline-block;
    }

        .services_block .dashbord_desc a {
            display: inline-block;
            width: 100%;
        }

            .services_block .dashbord_desc a:not(:last-child) {
                margin-bottom: 50px;
            }

    .search-container {
        position: absolute;
        bottom: 50px;
    }

    .banner_minister_block:before {
        display: none;
    }

    .w_minister {
        background: #255496;
    }

    .booking_facility_block .d-flex {
        display: block !important;
    }

    .aut-bg-img .auth-content {
        padding: 30px 20px;
    }

    /* .banner_minister_block,
        .d-flex.justify-content-between {
            display: inline-block!important;
        } */
    .banner_minister_block .min_block {
        margin-top: 0px !important;
    }

    .link_box_img {
        text-align: center;
    }

    .booking_facility_block .news_ctrl {
        position: relative;
        bottom: 0px;
        left: 0;
        right: 0;
    }
    /*
    .booking_facility_block .w_33 {
        width: 100%;
    } */
    .booking_facility_block .w_25 {
        width: 50%;
        float: left;
    }

    .booking_facility_block .w_33 {
        width: 50%;
        float: left;
    }


    .link_box_wrapper .d-flex,
    .link_box_wrapper.d-flex {
        display: block !important;
    }

    .banner_minister_block .w_minister {
        width: 100% !important;
    }

    .logo_wrapper .header_middle {
        display: inline-block;
        text-align: center;
        justify-content: center;
        padding: 3px 0px;
        width: 100%;
    }

    .logo_wrapper .header_middle_left {
        display: inline-block;
        flex-wrap: nowrap;
        width: 100%;
    }

    .theme_change_block li {
        margin: 6px 5px 30px 5px !important;
        z-index: 1;
    }

    .menu_wrapper {
        position: relative !important;
    }

    .theme_change_block {
        justify-content: center;
    }

    .mainNavigation:before {
        display: none;
    }

    .header_middle_right .theme_change_block li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0px auto;
        display: inline-block;
    }

    .booking_block {
        grid-template-columns: auto auto auto auto !important;
        grid-gap: 0px !important;
    }

        .booking_block a {
            margin-bottom: 20px;
        }

    .plan_trip_block .tour_field_block {
        padding: 20px 35px;
    }

    .plan_trip_block .w-50 {
        padding: 20px;
        width: 100% !important;
    }
}
/*mobile*/
@media (min-width:120px) and (max-width:767px) {
    .carousel_ctrl .owl-nav {
        top: 0px !important;
    }

    .theme_btn_white {
        margin-bottom: 20px;
    }

    .sec_pb {
        padding-bottom: 30px;
    }

    .sec_pt {
        padding-top: 30px;
    }

    .left_GRL {
        display: none;
    }

    .right_GRL.w-50.bg_light_blue.p-md-5 {
        width: 100% !important;
        background: none;
        padding: 20px;
    }

    .theme_button {
        margin-bottom: 20px;
    }

    .sec_pt.pb-3.px-5.gr_1 {
        width: 100% !important;
    }

    .nairahen_naimanjil img {
        height: 27vh;
        object-fit: cover;
    }

    img.u_icon {
        width: 33px;
    }

    .theme_change_block .mainnav li.hassubs.myacc:nth-child(1) > a {
        padding: 0px !important;
    }

    .mainnav .hassubs.myacc {
        background: transparent !important;
        box-shadow: none !important;
    }

    .mainnav .hassubs:first-child:before {
        display: none !important;
    }

    .min_block h6, .min_block p {
        margin: 4px 0px !important
    }

    .min_block .min_img img {
        width: 60px;
        height: 60px;
    }

    .min_block .min_img {
        width: 65px;
        height: 65px;
    }

    .fsize_1 {
        font-size: 1rem;
    }

    .go_tour {
        display: none;
    }

    .services_block .fac_icon:before {
        left: auto;
    }

    .services_block .dashbord_desc {
        display: inline-block;
    }

        .services_block .dashbord_desc a {
            display: inline-block;
            width: 100%;
        }

            .services_block .dashbord_desc a:not(:last-child) {
                margin-bottom: 50px;
            }

    .search-container {
        position: absolute;
        bottom: 50px;
    }

    .banner_minister_block:before {
        display: none;
    }

    .w_minister {
        background: #255496;
    }

    .booking_facility_block .d-flex {
        display: block !important;
    }

    .aut-bg-img .auth-content {
        padding: 30px 20px;
    }

    .slider_wrapper .theme_slider img {
        height: 30vh !important;
    }
    /* .banner_minister_block,
        .d-flex.justify-content-between {
            display: inline-block!important;
        } */
    .banner_minister_block .min_block {
        margin-top: 0px !important;
    }

    .link_box_img {
        text-align: center;
    }

    .booking_facility_block .news_ctrl {
        position: relative;
        bottom: 0px;
        left: 0;
        right: 0;
    }

    .booking_facility_block .w_33,
    .booking_facility_block .w_25 {
        width: 100%;
    }

    .link_box_wrapper .d-flex,
    .link_box_wrapper.d-flex, .main_banner .d-flex {
        display: block !important;
    }

    .theme_change_block .mainnav li {
        margin: 0px 0px !important;
        text-align: left;
    }

        .theme_change_block .mainnav li.hassubs.myacc a {
            width: auto;
            height: auto;
        }

    .header_middle_right .theme_change_block .gigw_icons:before {
        content: '';
        position: absolute;
        padding: 4px 10px;
        background: #c2e4f2;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .login_main {
        margin-top: 4px !important;
        margin-left: 0px;
    }

    .myacc .acc_icon {
        display: block;
    }

    .myacc .acc_name {
        display: none;
    }

    .header_middle_right .theme_change_block li a {
        width: 23px;
        height: 23px;
        line-height: 23px;
        margin: 0px auto;
        display: inline-block;
        text-align: center;
    }

    .banner_minister_block .w_minister {
        width: 100% !important;
        padding: 20px 0px;
    }

    .w_banner {
        width: 100% !important;
    }

    .logo_wrapper .header_middle {
        display: inline-block;
        text-align: center;
        justify-content: center;
        padding: 3px 0px;
        width: 100%;
    }

    .logo_wrapper .header_middle_left {
        display: inline-block;
        flex-wrap: nowrap;
        width: 100%;
    }

    .theme_change_block li {
        margin: 6px 5px 30px 5px !important;
        z-index: 1;
    }

    .menu_wrapper {
        position: relative !important;
    }

    .theme_change_block {
        justify-content: center;
    }

    .mainNavigation:before {
        display: none;
    }

    /*
   .header_middle_right .theme_change_block li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0px auto;
        display: inline-block;
    }
	*/
    .booking_block {
        grid-template-columns: auto !important;
        grid-gap: 0px !important;
    }

        .booking_block a {
            margin-bottom: 20px;
        }

    .plan_trip_block .tour_field_block {
        padding: 20px 35px;
    }

    .plan_trip_block .w-50 {
        padding: 20px;
        width: 100% !important;
    }

    .plan_trip_block.d-flex,
    .booking_block,
    .booking_block a {
        display: block !important;
    }
}

.header-top-info ul li,
.header-top-info ul li a {
    display: inline-block;
}

.header-topbar-main a.social_icons {
    padding-right: 0px;
}

.social_share {
    background: #ffffff2e;
    width: 20px;
    height: 20px;
    transition: all 0.5s ease;
    line-height: 20px !important;
    border-radius: 50%;
    text-align: center;
    font-size: 10px !important;
    color: #ffffff;
}

.header-topbar-main a.social_icons {
    padding-right: 0px;
}

    .header-topbar-main a.social_icons.last {
        padding-right: 10px;
    }


/* .high-contrast.dark {
background: url(../theme_fornt_change/theme_changer_light.svg) 50% 50% no-repeat;
}

.high-contrast.light {
background: url(../theme_fornt_change/theme_changer_dark.svg) 50% 50% no-repeat;
}
*/

.theme_change a {
    padding: 5px;
}


/*end top of header */


/* start logo section */

.right_logo_box img {
    width: 80px;
}

.header_middle {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 16px 5px 15px;
}

.header_middle_left {
    display: flex;
    flex-wrap: nowrap;
    width: 65%;
}

.w_size_1 {
    width: 100px;
}

.pl_5 {
    padding-left: 5px;
}


/* .header_middle_text h1 {
color: #e89025;
} */

.upjn-newslatter h2 {
    margin: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
}

.upjn-newslatter span {
    font-size: 16px;
}

.upjn-newslatter form input[type="submit"] {
    padding: 10px 10px;
    border: 0px;
    font-size: 15px;
}

.upjn-newslatter form input[type="text"] {
    border: 1px solid #e7e7e7;
    height: 44px;
    padding: 10px;
    background: none;
    font-size: 16px;
    color: #b5b5b5;
    border-radius: 0;
    font-size: 15px;
}


/* end logo section*/


/*weather API Start*/

.card-img-overlay:before {
    content: '';
    background: linear-gradient(to right, #b3dcedf2 0%, #edf9ff1c 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.card-img-overlay {
    z-index: 1;
}


/*weather API end*/


/*menu design */

.mainNavigation:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 45px;
    /* background: #2e87dc; */
    top: 0px;
    left: -44px;
    /* border-radius: 50%; */
    border-top: 0px solid #ccc0;
    border-bottom: 55px solid #60770d;
    border-left: 44px solid #ccc0;
    border-right: 12px solid #ccc0;
}

.menu_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}

.header_block {
    border-bottom: 2px solid #60770d;
    /* background: #edf9ff; */
    background: linear-gradient(to right, #edf9ff 0%, #b3dced 50%, #edf9ff 100%);
}

.search-container {
    margin-top: -6px;
    margin-left: 10px;
}

.theme_change_block .gigw_icons {
    margin: -4px 5px 0px 5px;
    z-index: 1;
}

.theme_change_block input[type=text] {
    padding: 5px;
    width: 77%;
    border: 1px solid #ffb22d;
}

.theme_change_block .search-container button {
    /* float: right; */
    width: 15%;
    padding: 6px 0px;
    margin-right: 10px;
    background: #ffb22d;
    border: none;
    cursor: pointer;
    color: #fff;
}

    .theme_change_block .search-container button:hover {
        background: #224a82;
    }

.theme_change_block .gigw_icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.theme_change_block .gigw_icons:before {
    content: '';
    position: absolute;
    padding: 4px 10px;
    background: #c2e4f2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: -1;
    box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 4px #9bcce1;
}
/*
#snow-animation-container,
#snow-animation-container2 {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

*/
/**/

.btn_ctrl span i {
    background: #ccc;
    padding: 10px;
    cursor: pointer;
}

.btn_ctrl span:hover i {
    background: #000;
    color: #fff;
}

.btn_ctrl .btn_active {
    background: #f00;
}

.important_logo .btn_ctrl {
    position: absolute;
    top: -36px;
    right: 67px;
    z-index: 1;
}

.btn_ctrl span i {
    background: #ccc;
    padding: 10px;
    cursor: pointer;
}

.carousel_ctrl .owl-next i,
.carousel_ctrl .owl-prev i {
    background: #ccc;
    padding: 10px;
    cursor: pointer;
    /* color: #a03248; */
}

.carousel_ctrl .owl-next i,
.carousel_ctrl .owl-prev i {
    background: #ccc;
    padding: 10px;
    cursor: pointer;
}

.carousel_ctrl .owl-theme .owl-nav {
    margin-top: 0;
}


/*Main Slider start*/

.theme_slider {
    position: relative;
}

.slider_wrapper .theme_slider img {
    height: 76vh;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.theme_slider .owl-nav {
    /* position: absolute;
top: 50%;
left: 0;
right: 0;
*/
    position: absolute;
    bottom: 43px;
    right: 10px;
    z-index: 9;
}

.main_banner .btn_ctrl {
    position: absolute;
    bottom: 48px;
    right: 77px;
    z-index: 9;
}

.min_block {
    /*z-index: 9;*/
    position: relative;
}

.banner_minister_block:before {
    content: '';
    position: absolute;
    /* background: url(../images/banner/HP_Eco-34.png); */
    z-index: 0;
    bottom: 0px;
    top: 0%;
    left: 0%;
    right: 84%;
    background-repeat: no-repeat;
    background: #224a82;
    background-size: cover;
    /* color: #224a82; */
    background-position: left bottom;
}

.w_minister {
    width: 15%;
    /*display:none;*/
}

.w_banner {
    width: 85%;
}

.min_img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: top;
    border-radius: 50px;
}

.min_img {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 110px;
    height: 110px;
    text-decoration: none;
    border-radius: 100%;
    background: #ebf8fe;
    text-align: center;
}

.theme_slider .owl-nav button:focus {
    outline: none;
}

.slider_wrapper .owl-nav button img {
    height: 10px;
    opacity: 0.4;
}

.slider_wrapper .owl-nav button {
    margin: 0px !important;
}

.theme_slider .owl-next i,
.theme_slider .owl-prev i {
    background: #ccc0;
    padding: 10px;
    cursor: pointer;
}


/*
.theme_slider .owl-nav .owl-prev {
left: 5%;
position: absolute;
}

.theme_slider .owl-nav .owl-next {
right: 5%;
position: absolute;
}
*/


/* owl sider */

.important_logo .btn_ctrl {
    position: absolute;
    top: -36px;
    right: 67px;
    z-index: 1;
}

.carousel_ctrl .owl-nav {
    position: absolute;
    top: -43px;
    right: 0px;
    z-index: 1;
}

.carousel_ctrl .owl-next i,
.carousel_ctrl .owl-prev i {
    background: #ccc0;
    padding: 10px;
    cursor: pointer;
    color: #60770d;
}

.carousel_ctrl .owl-nav button {
    margin: 0px !important;
}

.carousel_ctrl .owl-theme .owl-nav {
    margin-top: 0;
}


/* owl sider */

.important_logo {
    overflow-x: hidden;
}

.theme_slider {
    z-index: auto !important;
}

.main_banner .btn_ctrl {
    position: absolute;
    bottom: 48px;
    right: 77px;
    z-index: 5;
}

.theme_slider .owl-nav button:focus {
    outline: none;
}

.slider_wrapper .owl-nav button img {
    height: 10px;
    opacity: 0.4;
}

.slider_wrapper .owl-nav button {
    margin: 0px !important;
}

.theme_slider .owl-next i,
.theme_slider .owl-prev i {
    background: #ebf8fe;
    padding: 10px;
    cursor: pointer;
}


/*Main Slider end*/


/*back to top */

#back-to-top i {
    padding-top: 15px;
    font-size: 16px;
}

#back-to-top {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
}

.logo_wrapper .navbar-brand img {
    width: 100px;
}


/*inner page destination */

.nearcity {
    position: relative;
    border: 4px solid #badfef;
    margin-bottom: 40px;
    z-index: 1;
}

.social__tooltip-top {
    top: -2.25rem;
    left: 50%;
    transform: translateX(-50%);
}

.social__tooltip {
    opacity: 0;
    position: absolute;
    padding: 0.5rem 1rem;
    background-color: #60770d;
    color: #fff;
    white-space: nowrap;
    border-radius: 0.5rem;
    pointer-events: none;
}

.social__tooltip-top::after {
    left: 50%;
    transform: translate(-50%, 50%) rotate( 45deg);
    bottom: 1px;
}

.social__tooltip::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #60770d;
    border-radius: 3px;
}

.social__tooltip {
    transition: .3s;
}

.frh_location:hover .social__tooltip-top {
    opacity: 1;
    top: -3.25rem;
}

#distance .nearcity {
    margin: 0 0 30px;
}

.nearcity img {
    height: 130px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.nearcity.large_box img {
    height: 230px !important;
}

.nearcity .city_name {
    background: #fff;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    position: absolute;
    bottom: -4px;
    left: -4px;
    z-index: 10;
    border: 4px solid #badfef;
    border-left: 0;
    border-bottom: 0;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 20px;
}

.fest_image {
    position: relative;
    padding: 20px;
}

    .fest_image img {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
        object-position: center;
    }

    .fest_image:before {
        content: '';
        width: 60px;
        height: 60px;
        border: 4px solid #ed740c;
        border-left: 0;
        border-bottom: 0;
        top: 0;
        right: 0;
        position: absolute;
    }

    .fest_image:after {
        content: '';
        width: 40px;
        height: 40px;
        border: 4px solid #ed740c;
        border-left: 0;
        border-bottom: 0;
        top: 10px;
        right: 10px;
        position: absolute;
    }

.destination_details {
    position: relative;
}

.hp-tab-cont {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    text-align: center;
    background: #fff;
}

    .hp-tab-cont.fixed-header {
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

.hp-tab {
    border-bottom: none;
    display: block;
    text-align: center;
    background: #60770d;
}

    .hp-tab.nav-pills li {
        display: inline-block;
    }

    .hp-tab.nav-pills .nav-link {
        border-right: 1px solid #00000038;
        border-radius: 1px;
        padding: 8px 20px;
        color: #fff;
    }

        .hp-tab.nav-pills .nav-link.active,
        .hp-tab.nav-pills .show > .nav-link {
            background: #badfef;
            color: #34495e;
            border-color: #50639a;
        }

.scrollspy-example > div:nth-child(even) {
    background: #eee;
}


/* .scrollspy-example>div {
margin: 20px 0;
} */

.pararesearch table {
    background: #fff;
}

    .pararesearch table tr td,
    .pararesearch table tr th {
        padding: 15px 10px;
    }

    .pararesearch table tr th {
        white-space: nowrap;
    }


/*end inner age destination*/


/* Booking Page css */

.form_icon {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #60770d;
}


/* Organization structure*/

.tree {
    margin: 0px;
    padding: 0;
    width: 100%;
}

    .tree:not(:empty):before,
    .tree:not(:empty):after,
    .tree ul:not(:empty):before,
    .tree ul:not(:empty):after,
    .tree li:not(:empty):before,
    .tree li:not(:empty):after {
        display: block;
        position: absolute;
        content: "";
    }

    .tree ul,
    .tree li {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .tree li {
        list-style: none;
    }

        .tree li > div {
            background-color: #60770d;
            color: #fff;
            padding: 0;
            display: inline-block;
            font-weight: 600;
            text-align: center;
            box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
            border-radius: 20px;
        }

            .tree li > div b {
                padding: 8px 17px;
                font-weight: 600;
                display: block;
            }

            .tree li > div span {
                display: block;
                font-weight: 500;
                font-size: 14px;
                padding: 4px 15px;
                background: #ffffff;
                color: #000;
            }

    .tree.vertical {
        display: flex;
    }

        .tree.vertical ul {
            display: flex;
            justify-content: center;
        }

        .tree.vertical li {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .tree.vertical li div {
                margin: 12px 6px 6px;
            }

            .tree.vertical li:before {
                /*border-left: 1px solid #ddd;
height: 12px;
width: 0;
top: 0;*/
                border-left: 2px solid #000;
                height: 12px;
                width: 0;
                top: 0;
                /*left: 0;*/
            }

            .tree.vertical li:last-child:before {
                left: auto;
            }

            .tree.vertical li:after {
                border-top: 1px solid #ddd;
                height: 0;
                width: 100%;
            }

            .tree.vertical li:first-child:after {
                border-top: 2px solid #000;
                height: 0;
                width: 50%;
                right: 0;
            }

            .tree.vertical li:last-child:after {
                border-top: 2px solid #000;
                height: 0;
                width: 50%;
                left: 0;
            }

            .tree.vertical li:only-child:after {
                content: none;
            }

            .tree.vertical li ul:before {
                height: 8px;
                width: 2px;
                background: #000;
                top: -7px;
            }

.sky {
    background: #ff7c0c !important;
}


/* .tree.vertical li ul li:first-child ul:before {
border-left: 2px solid #000;
height: 12px;
width: 0;
top: 0;
left: 0;
} */

.tree.vertical > li:only-child:before,
.tree.vertical > li:only-child:after {
    content: none;
}

.fsize_1.grn {
    background-color: #ff7c0c !important;
}


/*form Design*/

.frm_block {
    background: #f3f9ff;
    box-shadow: 0px 0px 0px 9px #ffffff, 0px 0px 0px 10px #d1e9ff;
    padding: 20px 30px;
    margin: 0px 12px;
}

.services_block .form-control {
    border: 1px solid #45c9ff;
    padding: 0.6rem 0.75rem;
    border-radius: 0px;
}

.frm_block .family_member_block {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 0px 3px #ffffff, 0px 0px 0px 4px #d1e9ff;
}

.add_num {
    position: absolute;
    top: -12px;
    right: -10px;
    background: #bed9f4;
    /* padding: 10px; */
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #000;
}

.add_block {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ff9900;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ff9900;
    /* padding: 10px; */
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.family_block {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 0px 3px #ffffff, 0px 0px 0px 4px #d1e9ff;
}


/*About Us */

.nairahen_desc .heading_design h1 {
    font-size: 30px;
    color: #60770d;
}

.about_block img {
    max-width: 100%;
    height: auto;
}

.about_block .single-thumb {
    position: relative;
    z-index: 1;
    margin: 5px;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

    .about_block .single-thumb:first-child {
        margin-bottom: 10px;
    }

    .about_block .single-thumb img {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        border-radius: 6px;
    }

    .about_block .single-thumb:hover img,
    .about_block .single-thumb:focus img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }


/*contact & gallery start*/

.cont_eff {
    padding: 40px 20px 20px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 33%);
    border-radius: 20px 20px 1px 1px;
    margin-top: -52px;
    position: relative;
    z-index: 0;  /*0 because not_approved page overlap*/
    background: #fff;
}

.contact_detail {
    margin: 0;
    padding: 0;
}

    .contact_detail ul {
        margin: 0;
        padding: 0;
    }

        .contact_detail ul li {
            display: table;
            margin-bottom: 15px;
            font-size: 16px;
            color: #000;
            position: relative;
        }

            .contact_detail ul li:last-child {
                margin-bottom: 0px;
            }

            .contact_detail ul li em {
                position: absolute;
                top: 0px;
            }

        .contact_detail ul h4 {
            margin-bottom: 25px;
            color: #60770d;
        }

        .contact_detail ul li p {
            margin-bottom: 0;
            margin-top: 6px;
            padding-left: 30px;
            display: inline;
            margin-left: 20px;
            vertical-align: middle;
            float: right;
        }

        .contact_detail ul li i {
            margin-right: 10px;
            font-size: 16px;
            color: #ffffff;
            height: 36px;
            width: 36px;
            line-height: 33px;
            display: inline-block;
            /* padding: 5px; */
            text-align: center;
            background: #60770d;
            border-radius: 50%;
            border: 2px dashed #60770d;
            position: relative;
        }


/* .contact_detail ul li em:before {
content: '';
position: absolute;
top: 2px;
right: -7px;
height: 0px;
width: 0x;
line-height: 33px;
border-left: 16px solid transparent;
border-right: 16px solid transparent;
border-bottom: 16px solid #e3e3e2;
transform: rotate(90deg);
} */

.disaster_authority {
    padding: 40px 20px 20px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 19%);
    border-radius: 1px;
    margin: 60px 0 20px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

    .disaster_authority i {
        margin: 10px 0;
        text-align: center;
        display: block;
        font-size: 40px;
    }

    .disaster_authority span {
        color: #fdfdfd;
        display: block;
        font-size: 22px;
        margin-top: 10px;
        /* background: linear-gradient( 
45deg,#207ce5f2 0%,#0d7741b5 100%);*/
        background: #34495e;
    }

.table_contact thead {
    background: #60770d;
}

    .table_contact thead tr th {
        color: #fff;
        /* font-size: 13px;*/
    }

.table_contact tbody tr td {
    color: #000;
    padding: 8px 15px;
}

.table_contact p {
    /* margin-bottom: 0; */
    margin: 4px 0;
}


/* gallery */

.galle_inner {
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
}

    .galle_inner img {
        width: 100%;
        height: 100%;
    }

.gallery_box a {
    display: block;
    padding: 10px;
    position: relative;
}

    .gallery_box a:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        width: 40px;
        border: 2px solid #ff7c0c;
        border-left: 0;
        border-bottom: 0;
    }

    .gallery_box a:after {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        height: 30px;
        width: 30px;
        border: 2px solid #ff7c0c;
        border-left: 0;
        border-bottom: 0;
    }

    .gallery_box a .bottom_border1 {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 40px;
        width: 40px;
        border: 2px solid #ff7c0c;
        border-right: 0;
        border-top: 0;
    }

    .gallery_box a .bottom_border2 {
        position: absolute;
        left: 5px;
        bottom: 5px;
        height: 30px;
        width: 30px;
        border: 2px solid #ff7c0c;
        border-right: 0;
        border-top: 0;
    }

.gallery_box .col-md-3 a img {
    height: 175px;
    width: 100%;
}

.gallery_box .col-md-6 a img {
    height: 400px;
    width: 100%;
}

.caption_head {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 10px 20px;
}

    .caption_head h4 {
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }


/* contact & gallery end*/


/*Services css*/

.tour_field_block .form-control {
    padding: 0.53rem 0.75rem;
    border: 1px solid #dab780;
    border-radius: 0px;
    background: #fff;
}

.Category_block {
    padding: 0.53rem 0.75rem;
    border: 1px solid #45c9ff;
    border-radius: 0px;
    background: #fff;
}

.carousel_ctrl {
    overflow-x: hidden !important;
}

.single-project-slide {
    position: relative;
    z-index: 1;
    height: 400px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-img {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.single-project-slide .project-content {
    position: absolute;
    width: 100%;
    /* height: 100px; */
    bottom: 0;
    top: 83%;
    left: 0;
    z-index: 10;
    /* background-color: rgba(0, 0, 0, 0.3); */
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%); */
    background: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
}

.text h1 {
    font-weight: 400;
}

.text h5 {
    /* color: #ffffff; */
    margin-bottom: 0;
}

.single-project-slide .hover-effects {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #212529e0;
    z-index: 100;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
}

    .single-project-slide .hover-effects .text {
        padding: 30px;
    }

        .single-project-slide .hover-effects .text p {
            margin-bottom: 0;
            color: #ffffff;
        }

    .single-project-slide .hover-effects .project-btn {
        font-size: 16px;
        padding: 0 30px;
        display: block;
        background-color: #60770d;
        border-radius: 0;
        color: #ffffff;
        text-align: left;
        font-weight: 500;
        height: 50px;
        width: 100%;
        line-height: 50px;
        text-decoration: none;
    }

.single-project-slide:hover .hover-effects {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.theme_button {
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-right: 5px;
    padding-bottom: 2px;
}

.services_block .theme_button {
    text-transform: uppercase;
}

    .services_block .theme_button:before {
        background: #ffb22d;
        height: 1.5px;
        bottom: -3px;
    }

.theme_button:hover {
    text-decoration: none;
}

.theme_button::before {
    position: absolute;
    content: "";
    background: #60770d;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}


/* Booking facility */

.qr_code img {
    width: 78px;
    height: 78px;
}

.booking_block {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}

    .booking_block a {
        background-color: #ffffff;
        /* box-shadow: 0 2px 14px 5px rgb(20 20 20 / 9%); */
        box-shadow: 0 0px 7px 0px rgb(20 20 20 / 9%);
        border-radius: 3px;
        padding: 30px;
        font-weight: 500;
        text-align: center;
    }

.fac_icon img {
    width: 60px;
}

.fac_icon {
    position: relative;
    z-index: 1;
}

.fac_text {
    font-weight: 600;
}

.fac_icon:before {
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    left: 0;
    right: 0;
    top: -8px;
    background: #e7f7ff;
    padding: 5px;
    border-radius: 50%;
    z-index: -1;
    margin: auto;
}


/* .fac_icon:before {
        content: '';
        position: absolute;
        width: 75px;
        height: 75px;
        left: 27%;
        top: -19px;
        background: #ecf9ff;
        padding: 5px;
        border-radius: 50%;
        z-index: -1;
    } */

.mem_heading span {
    margin-left: 10%;
    position: relative;
    padding: 10px;
    z-index: 1;
    color: #939393;
    font-size: 17px;
    font-weight: 600;
}

.mem_heading::before {
    content: '';
    position: absolute;
    background: #c2c2c2;
    height: 1px;
    width: 100%;
    top: 13px;
}

.mem_heading span::before {
    content: '';
    background: #fff;
    position: absolute;
    height: 100%;
    left: -25px;
    right: -25px;
    z-index: -1;
}

.mem_details {
    padding: 20px;
    background: #f4fbf3;
    /* border-radius: 10px; */
    margin: 20px;
}

    .leader_info .d-flex div,
    .mem_details .d-flex div,
    .leader_price_block .d-flex div {
        width: 33.33%;
    }

.header_booking_pay {
    background: #bdda8c;
    padding: 10px 20px;
}

.leader_price_block {
    background: #cde8a0;
    padding: 10px 20px;
}

.leader_info {
    background: #fff;
    padding: 0px 20px;
    margin: 20px;
}

.booking_with_payment {
    box-shadow: 0px 1px 14px -6px #0073a280;
}

    .booking_with_payment .header_middle_right {
        position: relative;
        top: 8px;
        padding-left: 36px;
    }

.booking_pay_title {
    color: #939393;
    font-size: 14px;
}

.booking_with_payment_ftr {
    padding: 0px 20px 10px;
}

    .leader_price_block h3,
    .booking_with_payment_ftr h3 {
        font-size: 20px;
    }

.booking_pay_data {
    font-size: 15px;
}


/*dashboard design start */

.dash_grad1 {
    background-image: linear-gradient( #a8ca2c, #60770d);
}

.dash_grad2 {
    background-image: linear-gradient( #fa9c44, #e26d3b);
}

.dash_grad3 {
    background-image: linear-gradient( #83a8f9, #3169e6);
}

.dash_grad4 {
    background-image: linear-gradient( #84d3f4, #29ade5);
}

.dashbord_desc {
    display: flex;
}

    .dashbord_desc a {
        box-shadow: 0 0px 7px 0px rgb(20 20 20 / 9%);
        border-radius: 3px;
        padding: 35px 0px 0px;
        font-weight: 500;
        width: 100%;
        text-align: center;
        position: relative;
    }

        .dashbord_desc a p {
            padding: 15px 0px 22px;
            display: inline-block;
            font-size: 35px;
            font-weight: 400;
        }

        .dashbord_desc a .fac_icon:before {
            background: #ecf9ff;
        }

    .dashbord_desc .fac_text {
        position: absolute;
        bottom: -12%;
        background-color: #fff;
        padding: 11px 10px;
        left: 15px;
        right: 15px;
        box-shadow: 0px 5px 9px -9px #000000bf;
    }


/*dashboard design end */

@media only screen and (max-width:765px) {
    .leader_info .d-flex div,
    .mem_details .d-flex div,
    .leader_price_block .d-flex div {
        width: 100%;
    }

    .leader_info .d-flex,
    .mem_details .d-flex,
    .leader_price_block .d-flex {
        display: block !important;
    }

    .leader_info .text-end,
    .mem_details .text-end,
    .header_booking_pay.text-end {
        text-align: left !important;
    }
}


/*plan yr trip*/

.plan_trip_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme_ntn {
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    border-radius: 25px;
    min-width: 100px;
    border: 0px;
}

.blue_box-shadow {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #91a741;
}

.theme_bg_blue {
    background-color: #60770d !important;
}

.tour_field_block {
    padding: 50px 55px;
}

.theme_btn_orange {
    background-color: #ff980c !important;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ff980c;
}

.theme_btn_white {
    padding: 5px 15px;
    background-color: #ff980c00 !important;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ff980c54;
}

.theme_ntn:hover {
    color: #fff;
}

.tour_field_block .form-check-input:checked,
.frm_block .form-check-input:checked {
    background-color: #ff7c0c;
    border-color: #ff7c0c;
}


/*trending */

.trending_item {
    display: inline-block;
}

.trending_image {
    width: 82px;
    height: 76px;
    float: left;
}

    .trending_image img {
        width: 100%;
        height: 76px;
        object-fit: cover;
    }

.trending_content {
    padding-left: 94px;
}

.trending_title {
    margin-top: -5px;
}

    .trending_title a {
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

.trending_price {
    font-weight: 600;
    margin-top: 2px;
}

.trending_location {
    font-weight: 600;
    color: #929191;
    text-transform: uppercase;
    margin-top: 5px;
}


/* Destination */

.rtl_img_height img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.lft_img_height img {
    height: 194px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


/* ============ tender and rti block start ============ */

.gr_1 {
    background: #f7f7f9;
}

.gr_2 {
    background: #efeff5;
}

.gr_3 {
    background: #e6e6f1;
}

.link_box_img img {
    width: 56px;
}

.link_box_img {
    position: relative;
    z-index: 1;
}

    .link_box_img:after {
        content: '';
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 50px;
        padding: 0px;
        background: #fff;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: -1;
    }

.link_box_content {
    background: #fff;
    padding: 20px 25px;
    line-height: 60px;
}

.link_box_block {
    box-shadow: 0px 0px 0px 5px #fff, -20px -17px 0px 10px #e0cfb5;
}

.link_box_img {
    padding: 20px 25px;
    /*  background: #d6ebf5;*/
    background: #60770d;
}

    .link_box_img::before {
        content: '';
        border-top: 20px solid #ffffff;
        border-left: 20px solid transparent;
        border-right: 20px solid #ffffff;
        border-bottom: 20px solid transparent;
        top: 0px;
        margin: auto;
        position: absolute;
        left: 66%;
        z-index: 1;
    }

.link_box_wrapper a {
    box-shadow: 0 0px 7px 0px rgb(20 20 20 / 9%);
    margin-top: 15px;
}


/* ============ Gallery Box start ============ */

.gallery_slider {
    z-index: 1;
}

    .gallery_slider::before {
        content: '';
        position: absolute;
        background: #ecf9ff;
        left: 0;
        right: 0;
        top: 0;
        height: 60%;
        z-index: -1;
    }

.carousel-nav .owl-nav button {
    background: #ffd700 !important;
    display: inline-block;
    color: #fff;
    width: 33px;
    height: 33px;
    /* line-height: 40px; */
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin: 0px 1px;
}

    .carousel-nav .owl-nav button:hover {
        color: #222;
    }

.carousel-nav .owl-nav:hover .owl-prev,
.carousel-nav .owl-nav:hover .owl-next {
    opacity: 1;
}

.carousel-nav .owl-nav .owl-prev {
    left: 0px;
    bottom: 50%;
    opacity: .7;
    position: absolute;
}

.carousel-nav .owl-nav .owl-next {
    right: 0px;
    bottom: 50%;
    opacity: .7;
    position: absolute;
}

.gallery_slider .owl-dots {
    display: none;
}

.gallery_slider .item img {
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.gallery_slider .item {
    opacity: 0.8;
    transition: .4s ease all;
    /* margin:0 20px; */
    transform: scale(.9);
}


/***********************************************************/

.rti_list {
    margin: 0;
    padding: 0;
}

    .rti_list ul {
        margin: 0;
        padding: 0;
    }

        .rti_list ul li {
            display: block;
        }

            .rti_list ul li a {
                display: block;
                font-size: 14px;
                background: #fff;
                color: #000;
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
                padding: 8px 20px;
                border-radius: 10px;
            }

.content_jar {
    padding: 20px 0;
}

.sect_on {
    padding: 30px 0;
}

.rti_tab .nav-tabs {
}

    .rti_tab .nav-tabs .nav-link {
        width: 100%;
        background: #60770d;
        min-height: 200px;
        border: 1px solid rgb(255 255 255 / 69%);
        box-shadow: inset 12px -10px 9px rgb(0 0 0 / 24%), -5px 5px 12px rgb(0 0 0 / 42%), inset -12px 10px 9px rgb(243 243 243 / 24%);
        border-radius: 25px;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        padding: 66px 20px;
        /* line-height: 100px; */
        text-align: center;
    }

        .rti_tab .nav-tabs .nav-link:hover {
            box-shadow: inset 5px -3px 2px rgb(0 0 0 / 24%), -2px 2px 5px rgb(0 0 0 / 42%), inset -5px 5px 2px rgb(243 243 243 / 24%);
        }

.section_table tbody tr td:first-child {
    white-space: nowrap;
}

.table_contact tbody tr td:nth-child(3) acccc {
    background: #ff7c0c;
    padding: 2px 15px;
    font-size: 13px;
    color: #fff;
    margin: 2px 0;
    display: inline-block;
}

.rti_authority {
    padding: 40px 20px 20px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 19%);
    border-radius: 1px;
    margin: 0px 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    min-height: 188px;
    position: relative;
}

    .rti_authority i {
        margin: 10px 0;
        text-align: center;
        display: block;
        font-size: 40px;
    }

    .rti_authority a {
        color: #fdfdfd;
        display: block;
        font-size: 14px;
        padding: 8px 15px;
        margin-top: 10px;
        /* background: linear-gradient( 
45deg,#207ce5f2 0%,#0d7741b5 100%); */
        background: #34495e;
        position: absolute;
        bottom: 20px;
        width: 85%;
        left: 20px;
    }

.mb-0 {
    padding: 0 !important;
}

.paytmqr {
    background: #fff;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 19%);
}

@media(max-width:1000px) {
    .gallery_slider .item {
        margin: 0;
        transform: scale(.9)
    }
}

.gallery_slider .active .item {
    opacity: 1;
    transform: scale(1);
}


/* .gallery_slider .owl-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
*/

.gallery_slider .inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

    .gallery_slider .inner a {
        color: #fff;
        text-decoration: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);
        transition: .3s ease border-color
    }

        .gallery_slider .inner a:hover {
            border-color: #fff;
        }

.gallery_slider .black .inner a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.4)
}

    .gallery_slider .black .inner a:hover {
        border-color: #000;
    }

.gallery_slider .owl-controls {
    position: absolute;
    margin-top: 300px;
}


/* ============ Gallery Box end ============ */


/*feeback*/

.owl-item.active .feedback_block {
    opacity: 1;
}

.gallery_slider .feedback_block img {
    border-radius: 10px;
    width: 100px !important;
    height: 100px;
    margin: 0px auto;
}

.gallery_box {
    position: relative;
}

.feedback_block {
    opacity: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    height: 100%;
    background: linear-gradient( 45deg, #207ce5f2 0%, #0d7741b5 100%);
    /* background: linear-gradient( 
45deg,#207ce5e0 0%,#ebd10ae3 100%); */
    /* background: #000000c7; */
}


/* index Blog strat */

.blog__item {
    box-shadow: 0px 0px 6px 0px rgb(184 223 239);
    margin-bottom: 30px;
}

.blog__item__pic img {
    min-width: 100%;
}

.blog__item__pic img {
    width: 100%
}

.blog__item__text {
    padding: 30px 50px 25px 25px;
    position: relative;
}

    .blog__item__text a {
        font-weight: 600;
    }

    .blog__item__text .blog__date {
        color: #ffffff;
        padding: 4px 12px 2px;
        display: inline-block;
        background: #60770d;
        position: absolute;
        left: 25px;
        top: -13px;
    }

    .blog__item__text ul {
        margin-bottom: 8px;
    }

        .blog__item__text ul li {
            font-weight: 600;
            color: #929191;
            margin-top: 5px;
            margin-right: 20px;
            display: inline-block;
            position: relative;
        }

            .blog__item__text ul li:after {
                position: absolute;
                right: -13px;
                top: -2px;
                content: "|";
            }

            .blog__item__text ul li:last-child {
                margin-right: 0;
            }

                .blog__item__text ul li:last-child:after {
                    display: none;
                }


/* index Blog end */


/*single blog*/

.single_blog .blog_details {
    box-shadow: 0px 0px 0px 0px rgb(221 221 221 / 30%);
}

.post-bottom {
    border-top: solid 1px #EBEBEB;
    padding-top: 30px;
    margin-top: 30px;
}

.bordered {
    border: solid 1px #EBEBEB;
}

.padding-30 {
    padding: 30px !important;
}

.about-author {
    background: #F1F8FF;
}

    .about-author .thumb {
        float: left;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #ff7c0c;
    }

        .about-author .thumb img {
            height: 80px;
            width: 80px;
            overflow: hidden;
            background: #ccc;
            object-fit: cover;
            object-position: top;
        }

    .about-author .details {
        margin-left: 130px;
    }

        .about-author .details h4.name {
            font-size: 20px;
            margin: 0 0 10px;
        }

            .about-author .details h4.name a {
                color: #ff7c0c;
            }

                .about-author .details h4.name a:hover {
                    color: #ff7c0c;
                }

        .about-author .details p {
            margin-bottom: 10px;
        }

    .about-author .author-link {
        font-size: 16px;
        font-weight: 700;
    }

        .about-author .author-link i {
            font-size: 12px;
            vertical-align: middle;
            margin-left: 10px;
        }

.comments {
    padding: 0;
    margin: 0;
}

    .comments li {
        list-style: none;
    }

.comment .thumb {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ff7c0c;
}

    .comment .thumb img {
        height: 80px;
        width: 80px;
        overflow: hidden;
        background: #ccc;
        object-fit: cover;
        object-position: top;
    }

.comments li.comment .details {
    margin-left: 90px;
}

.comments li:after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 30px;
    width: 100%;
    background: #EBEBEB;
    background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
    background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}

.comments li.comment {
    margin-bottom: 30px;
}

    .comments li.comment:last-child {
        margin-bottom: 0;
    }

        .comments li.comment:last-child:after {
            content: "";
            display: none;
        }

    .comments li.comment.child {
        margin-left: 60px;
    }

    .comments li.comment .thumb {
        float: left;
    }

    .comments li.comment .details {
        margin-left: 90px;
    }

        .comments li.comment .details h4.name {
            font-size: 16px;
            margin: 0;
        }

            .comments li.comment .details h4.name a {
                color: #ff7c0c;
            }

                .comments li.comment .details h4.name a:hover {
                    color: #ff7c0c;
                }

        .comments li.comment .details .date {
            color: #9faabb;
            font-size: 13px;
            display: block;
            margin-bottom: 10px;
        }

.btn_comment {
    color: #fff !important;
    border: solid 1px #EBEBEB;
    border-radius: 25px;
    font-size: 13px;
    display: inline-block;
    padding: 3px 14px;
    margin: 4px 0;
    background: #60770d;
}


/*end single blog*/


/* Blog*/

.blog_item {
    margin-bottom: 50px;
}

.blog_item_img {
    position: relative;
}

    .blog_item_img img {
        height: 300px;
        object-fit: cover;
        object-position: top;
    }

    .blog_item_img .blog_item_date {
        position: absolute;
        bottom: -10px;
        left: 10px;
        display: block;
        color: #fff;
        background-color: #ff7c0c;
        padding: 8px 15px;
        border-radius: 5px;
    }


        /* .blog_area a {
color: #666;
text-decoration: none;
-webkit-transition: .5s;
transition: .5s;
} */

        .blog_item_img .blog_item_date h3 {
            color: #fff;
            margin-bottom: 0;
            line-height: 1.2;
        }

        .blog_item_img .blog_item_date p {
            margin-bottom: 0;
            color: #fff;
        }

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgb(221 221 221 / 30%);
}

.post_item img {
    width: 80px;
    height: 80px;
}

.blog-info-link li {
    float: left;
    font-size: 14px;
}

.important_link_owl .owl-item li a {
    /* box-shadow: 0px 0px 0px 6px #ffffff, 0px 0px 0px 8px #ebdbc2; */
    padding: 2px;
    background: #fff;
    border: 2px solid #d6ebf5;
    display: block;
}

.blog-info-link li:nth-child(1):after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}

.blog_right_sidebar .single_sidebar_widget {
    background: #efeff5;
    padding: 30px;
    margin-bottom: 30px;
}

    .blog_right_sidebar .single_sidebar_widget .btn_1 {
        margin-top: 0px;
    }

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}

    .blog_right_sidebar .search_widget .form-control::placeholder {
        color: #999999;
    }

    .blog_right_sidebar .search_widget .form-control:focus {
        border-color: #f0e9ff;
        outline: 0;
        box-shadow: none;
    }

.blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}

    .blog_right_sidebar .search_widget .input-group button i,
    .blog_right_sidebar .search_widget .input-group button span {
        color: #999999;
    }

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
}

    .blog_right_sidebar .newsletter_widget .form-control::placeholder {
        color: #999999;
    }

    .blog_right_sidebar .newsletter_widget .form-control:focus {
        border-color: #f0e9ff;
        outline: 0;
        box-shadow: none;
    }

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}

    .blog_right_sidebar .newsletter_widget .input-group button i,
    .blog_right_sidebar .newsletter_widget .input-group button span {
        font-size: 14px;
        color: #999999;
    }

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #d7d7e3;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}

    .blog_right_sidebar .post_category_widget .cat-list li:last-child {
        border-bottom: 0;
    }

    .blog_right_sidebar .post_category_widget .cat-list li a {
        font-size: 14px;
        line-height: 20px;
        color: #888888;
    }

        .blog_right_sidebar .post_category_widget .cat-list li a p {
            margin-bottom: 0px;
        }

    .blog_right_sidebar .post_category_widget .cat-list li + li {
        padding-top: 15px;
    }

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}

    .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
        transition: all 0.3s linear;
    }

    .blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
        color: #fff;
    }

    .blog_right_sidebar .popular_post_widget .post_item .media-body p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0px;
    }

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px;
}

.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-append {
    margin-left: -1px;
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
}

    .blog_right_sidebar .widget_title::after {
        content: "";
        display: block;
        padding-top: 15px;
        border-bottom: 1px solid #60770d7d;
    }

@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 10px 25px;
    }
}


/*Tender*/

.notification_block .theme_ul .awarded_file {
    float: none;
    display: inline-block;
}

.inc_table {
    counter-reset: rowNumber;
}

    .inc_table tr {
        counter-increment: rowNumber;
    }

        .inc_table tr td:first-child::before {
            content: counter(rowNumber);
            min-width: 1em;
            margin-right: 0.5em;
        }

.tender_awarded a {
    display: block;
    font-size: 16px;
    position: relative;
    color: #000;
}

.awarded_file {
    color: #999999;
}


/*Date Picker style*/

.ui-widget-header {
    border: 1px solid #ffb22d !important;
    background: #ffb22d !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #9bb736 !important;
    background: #bed471 !important;
}

.ui-datepicker th {
    background: #fdcc79 !important;
}


/*Site map*/

.sitemap {
    margin: 0 15px
}

    .sitemap h4 {
        margin-bottom: 20px
    }

    .sitemap ul {
        background: url("../images/site_map_ul.gif") 0 -5px repeat-y !important;
        list-style-type: none !important;
        margin: 0 !important;
        padding: 0 5px 4px 6px !important;
        position: relative !important
    }

        .sitemap ul li {
            font-size: 1.05em;
            background: url("../images/site_map_list.gif") -5px 4px no-repeat !important;
            line-height: 16px !important;
            padding: 0 0 0 10px !important;
            margin: 10px 0;
            text-align: left
        }

            .sitemap ul li a {
                background-color: #d3ecf7;
                border: 1px solid #b4dded;
                color: #000 !important;
                display: inline-block;
                padding: 8px;
                border-radius: 18px;
                transition-duration: .3s
            }

                .sitemap ul li a:hover {
                    background-color: #60770d;
                    border: 1px solid #60770d;
                    color: #fff !important;
                    padding-left: 9px;
                    text-decoration: none;
                }

            .sitemap ul li ul {
                margin-left: 2% !important;
            }

                .sitemap ul li ul li {
                    font-size: 0.9em
                }


/*inner page*/

.inner_block {
    background-image: url(../images/destination/kullu/shimla-scenery-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

    .inner_block:before {
        content: '';
        background: #00000063;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }

.inner_bg {
    position: relative;
    z-index: 11;
}

.dest_desc_line {
    border-bottom: 1px solid;
    border-color: #e5e5e5;
    line-height: 1.6em;
    padding: 1em 0;
}

.dest_desc_title {
    min-width: 280px;
}

.dest_desc_title {
    font-weight: 600;
}


/* marquee */

.marque_block.d-flex.theme_bg_2 {
    border-left: 7px solid #2a326d;
    border-right: 7px solid #d7244c;
}

.marquee_title {
    position: relative;
    width: auto;
    font-size: 20px;
    padding: 6.5px 10px;
    text-align: center;
    background: #60770d;
    color: #fff;
    border: 1px solid #fff;
}

.marquee_site_title {
    position: relative;
    width: 237px;
    max-width: 500px;
    font-size: 20px;
    padding: 6.5px 10px;
    text-align: left;
    background: #ff7c0c;
    color: #fff;
    border: 1px solid #fff;
}

.marque_block {
    background: #ebf8fe;
    /* margin-top: 2px;
margin-left: 2px;
margin-right: 2px; */
}

.marquee_title:after {
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid #60770d;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 12px;
    margin: auto;
    position: absolute;
    left: 100%;
    z-index: 1;
}
.marquee_site_title:after {
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid #ff7c0c;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 12px;
    margin: auto;
    position: absolute;
    left: 100%;
    z-index: 1;
}

.marquee_content {
    width: 90%;
    color: #000;
}

    .marquee_content marquee {
        padding-top: 4px;
    }

    .marquee_content p {
        font-size: 20px;
    }


/*footer css */

.follow-footer .fa-twitter {
    background: #00b9ff;
}

.follow-footer .fa-facebook {
    background: #295091;
}

.follow-footer .fa-linkedin {
    background: #198caf;
}

.follow-footer .fa-google-plus {
    background: #dd3030;
}

.footer-bg {
    background: url(../images/inn/HP_Eco_footer.png) #04202c;
    background-repeat: no-repeat;
    background-position: bottom;
}

.footer-main h4 {
    margin-bottom: 0.8rem;
    font-weight: 400;
}

.accent-2 {
    width: 60px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}


/* .policy_ul {
column-count: 2;
} */

.ul_arrow li {
    position: relative;
    padding-left: 15px;
}

    .ul_arrow li:before {
        position: absolute;
        content: "\f101";
        font-family: 'FontAwesome';
        left: 0;
        top: 0px;
        color: #94bdcf;
    }

.footer-main li,
.footer-main a {
    line-height: 2;
    text-decoration: none;
    transition: opacity .2s;
    color: #fff;
}

.footer-main .contact-footer li {
    transition: opacity .2s;
    color: #fff;
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 0.8rem;
}

    .footer-main .contact-footer li i {
        position: absolute;
        left: 0;
        top: 5px;
    }

.btn-floating {
    width: 35px;
    height: 35px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 10%), 0 4px 15px 0 rgb(0 0 0 / 10%);
}

.follow-footer .btn-floating {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    background: rgba(85, 92, 111, 0.3);
}

.btn-floating.btn-sm i {
    font-size: .96154rem;
    line-height: 36.15385px;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}

.dark-header.bg_3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #081027;
}


/* start news scrolll */

.w_33 {
    width: 33.33%;
}

.w_25 {
    width: 25%;
}

.sec_pt.pb-3.px-5.gr_1 {
    width: 42%;
}

/* .news_area {
background: #fff;
border: 2px solid #ccc;
}
*/

.file_size img {
    width: 15px;
}

.file_description {
    color: #919191;
    font-size: 13px;
}

.news_ctrl {
    position: absolute;
    bottom: -63px;
    left: 0;
    right: 0;
}

.news_area .scroll {
    max-height: 352px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.demof ul {
    overflow-y: hidden;
    width: 100%;
    list-style: none;
}

    .demof ul li:first-child {
        padding-top: 0px;
    }

.demof li {
    padding: 15px 0px 15px 0px;
    color: #60770d;
    position: relative;
    list-style-type: disclosure-closed;
    border-bottom: 1px solid #00000012;
}

.news_sucess_inn {
    padding: 20px 30px 20px 30px;
    height: 96%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


/* .demof li a {
font-size: 14px;
} */


/* end news scrolll */


/*wave css */

.wave_block {
    width: 100%;
    height: 67px;
    margin-bottom: -66px;
}

.wave_svg {
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/*Captcha css start*/

.captcha_wrap {
    border: 1px solid #45c9ff;
    padding: 3px;
    display: flex;
}

.cap_enter_box {
    width: 60%;
}

.captcha_box {
    width: 30%;
}

.ref_box {
    width: 10%;
    text-align: center;
}

.captcha_box img {
    width: 100%;
    object-fit: contain;
    object-position: center center;
}

.ref_box {
    align-self: center;
}

    .ref_box a {
        padding: 9px;
        background: #ff7c0c;
        border-radius: 5px;
        margin: 0px 4px;
        color: #fff;
    }

form .form-control:focus {
    border-color: #003691;
    box-shadow: 0 0 0 0.2rem rgb(110 161 40 / 22%);
}

.link_box {
    text-align: center;
}

    .link_box a {
        font-size: 13px;
        font-weight: 500;
        color: #6ea128;
        justify-content: flex-end;
    }


/*captcha css end*/


/*payment sucessfull*/

.celebration_img {
    content: '';
    background-image: url(../images/icons/payment\ succsses\ full-02.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-repeat: repeat-x;
}


/**/

.left_GRL:before {
    position: absolute;
    content: "";
    border-left: 2em solid #c8dcc9;
    border-right: 0em solid transparent;
    border-top: 8em solid transparent;
    border-bottom: 0em solid transparent;
    left: 85%;
    top: -28px;
    bottom: 0;
    z-index: -1;
}

.left_GRL {
    z-index: 1;
}

    .left_GRL:after {
        content: '';
        position: absolute;
        top: -29px;
        right: 15%;
        left: 0;
        background-color: #d2e1d3;
        z-index: -2;
        bottom: 0px;
    }

.booking_img_block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 6%;
    z-index: -1;
}

.authenticate .booking_img_block {
    position: absolute;
    top: 0;
    left: -66px;
    right: 0;
    z-index: -1;
    margin: 0px auto;
    /* text-align: center; */
    width: 83%;
}

.booking_img_block img {
    width: 95%;
}

.nearcity.large_box .frh_location img {
    width: 45px;
    height: auto !important;
}

.frh_location {
    position: absolute;
    top: -20px;
    right: -15px;
    background: #ecf9ff;
    padding: 4px;
    border-radius: 10px;
    border: 3px solid #badfef;
}

.middle_GRL {
    width: 100%;
    height: 6px;
    background-color: #d2e1d3;
    margin: 40px 0px;
}

    .middle_GRL:before {
        content: '';
        position: absolute;
        top: -28px;
        right: 0;
        background-color: #d2e1d3;
        width: 6px;
        height: 29px;
    }

    .middle_GRL:after {
        content: '';
        position: absolute;
        bottom: -28px;
        left: 0;
        background-color: #d2e1d3;
        width: 6px;
        height: 30px;
    }


/*After Login*/

.login_btn_scroll {
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

    .login_btn_scroll a {
        background-color: #ff7c0c;
        padding: 2px;
        border-radius: 39px;
        width: 115px;
        display: inline-block;
        color: #fff;
        box-shadow: 0 0 0 2px white, 0 0 0 3px #ff7c0c;
    }

.after_login_user_details_area {
    padding: 8px 0;
}

    .after_login_user_details_area.fixed {
        padding: 10px 125px;
    }

.after_login_user_details_area {
    width: 100%;
    background: #d7f3ff;
    box-shadow: 1px 1px 0px 0px rgb(242 170 106);
    padding: 12px 125px;
    position: relative;
    bottom: 0;
    z-index: 0;
    transition: all .2s;
}

    .after_login_user_details_area:before {
        content: '';
        background: url(../images/inn/active_user_bg1.png);
        background-size: contain;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        width: 74px;
        height: 84px;
        background-repeat: no-repeat;
    }

    .after_login_user_details_area:after {
        content: '';
        background: url(../images/inn/active_user_bg1.png);
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 74px;
        height: 84px;
        transform: scaleX(-1);
        background-repeat: no-repeat;
    }

.active_user_info p {
    margin-bottom: 0px;
}

.after_login_user_details_area .active_user_info,
.after_login_user_details_area h4,
.after_login_user_details_area h6,
.after_login_user_details_area .login_btn_scroll a,
.after_login_user_details_area:before,
.after_login_user_details_area:after {
    transition: all .5s;
}

.after_login_user_details_area.fixed:before {
    width: 59px;
}

.after_login_user_details_area.fixed:after {
    width: 59px;
}

.after_login_user_details_area.fixed .active_user_info {
    font-size: 15px;
}

.after_login_user_details_area.fixed p {
    font-size: 14px;
}

.after_login_user_details_area.fixed h4 {
    font-size: 17px;
}

.after_login_user_details_area.fixed h6 {
    font-size: 13px;
}

.after_login_user_details_area.fixed .login_btn_scroll a {
    width: 95px;
    font-size: 14px;
}

.login_btn_scroll {
    top: -12px;
}

.last_login span .fa {
    color: #ff7c0c;
}

.last_login span {
    color: #212529;
}

.active_user_link a {
    position: relative;
}

    .active_user_link a::after {
        content: '';
        position: absolute;
        height: 10px;
        width: 10px;
        background: #99ca3c;
        left: -2px;
        top: 8px;
        z-index: -1;
    }

.search_box_result {
    border: 1px solid #b5dd73;
}


/* Start Range datepicker*/

.t-start,
.t-end {
    position: relative;
}

    .t-start:before {
        content: "";
        position: absolute;
        border: 7px solid #11b3f1;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-right: transparent;
        top: 13px;
        z-index: 1;
        right: -6px;
    }

    .t-end:before {
        content: "";
        position: absolute;
        border: 7px solid #11b3f1;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left: transparent;
        top: 13px;
        z-index: 1;
        left: -6px;
    }


/* end Range datepicker*/

.go_tour {
    top: 40%;
    position: fixed;
    right: -1%;
    z-index: 999;
}

    .go_tour img {
        width: 164px;
    }


/*Print css*/

@media print {
    * {
        transition: none !important;
        -webkit-print-color-adjust: exact;
    }

    .col-lg-3 {
        width: 25%;
        float: left;
        display: inline-block;
    }
}


/*login menu top css*/

.login_main {
    margin-top: -6px;
}

/* .mainnav .hassubs:first-child {
    box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 3px #60770d;
} */

.mainnav .hassubs:first-child:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 13px;
    border: 5px solid transparent;
    border-top: 5px solid #00000087;
}

.hassubs [title~=MyAccount] {
    margin-right: 6px;
    padding: 6px 15px !important;
    width: auto;
}

.mainnav {
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    padding-left: 0px;
}

li {
    list-style: none;
}

    li a {
        text-decoration: none;
    }

.mainnav .dropdown {
    position: absolute;
    font-size: /*1.067em*/ 1em;
    width: 150px;
    top: 35px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
}

.mainnav li {
    float: right;
    background: #c2e4f2;
    position: relative;
}

.mainnav .hassubs.myacc {
    border: none;
    background: #c2e4f2;
}

.mainnav li a {
    display: block;
    padding: 5px 20px;
    color: #000;
    text-align: left;
    height: auto;
    width: auto;
}

.mainnav li:hover {
    background: #fff;
    transition: ease-in .35s;
    -moz-transition: ease-in .35s;
    -webkit-transition: ease-in .35s;
}

/*First Level*/
.subs {
    right: 0px;
    position: relative;
    top: 0px;
    margin: 0px 0px !important;
    width: 175px;
    border-left: none !important;
    border-bottom: 1px dotted #81b7cd63 !important;
}

    .subs:last-child {
        border: none !important;
    }

.hassubs:hover .dropdown, .hassubs .hassubs:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transition: ease-in .35s;
    -moz-transition: ease-in .35s;
    -webkit-transition: ease-in .35s;
}

.mainnav li ul li:hover, .mainnav li ul li ul li:hover {
    background: #fff;
    transition: ease-in-out .35s;
    -moz-transition: ease-in-out .35s;
    -webkit-transition: ease-in-out .35s;
}

    .mainnav li ul li:hover a, .mainnav li ul li ul li:hover a {
        color: #000;
    }
/*Second Level*/
.hassubs .hassubs .dropdown .subs {
    right: -6px;
    position: relative;
    width: 250px;
    top: 0px;
}

.hassubs .hassubs .dropdown {
    position: absolute;
    width: 150px;
    right: 104%;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
}

.subs.hassubs:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 12px;
    border: 5px solid transparent;
    border-right: 5px solid #00000087;
}

.acc_icon {
    display: block;
}

.acc_name {
    display: none;
}

.menuPart.cf ul li:last-child {
    background: #6f8813;
}

@media(max-width:1560px) {
    .header_middle {
        padding: 16px 5px 64px;
    }

    .header_middle_right {
        top: 46px;
    }
}

/*login menu top css end*/
/*weather API Start*/

.weather_block {
    position: relative;
    z-index: 1;
}

.weather_search {
    position: absolute;
    bottom: 8px;
    right: 10px;
    left: auto;
    z-index: 1;
}

.weat_btn .fa {
    background: #ffffff;
    border-radius: 50%;
    padding: 7px;
    color: #ff7c0c;
    margin-left: 5px;
    margin-top: 5px;
    border: 2px solid #ff7c0c54;
    font-size: 13px;
}

.weat_bsearch_box:before {
    content: '';
    position: absolute;
    right: -13px;
    top: 14px;
    border: 7px solid #9bdbf6;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
}

.weat_bsearch_box .form-select {
    border: 1px solid #9bdbf6;
}

.weat_bsearch_box {
    display: none;
    margin-left: 15px;
    position: relative;
}

.weat_btn {
    cursor: pointer;
}

.card-img-overlay:before {
    content: '';
    background: linear-gradient(to right, #b3dcedf2 0%, #edf9ff1c 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.card-img-overlay {
    z-index: 1;
}
/*weather API end*/

.org_img_new {
    max-width: 600px;
    margin: auto;
    width: 100%;
}
/* .google_map {
        position: absolute;
        width: 100%;
        height: 456px;
        z-index: -1;
        top: 0;
        left: 0;
    } */

/* Shop - Single
-----------------------------------------------------------------*/

.single-product .product {
    width: 100%;
    margin: 0;
}

.single-product .product-title h2 {
    font-size: 1.75rem;
    margin-bottom: 8px;
}

.single-product .product-price {
    font-size: 1.5rem;
    color: #60770d;
    margin-bottom: 0;
    font-weight: 700;
}

.product-price del {
    font-weight: 400;
    font-size: 90%;
    color: #888;
}

.product-price ins {
    text-decoration: none;
    color: #60770d;
}

.single-product .product-desc .line {
    margin: 20px 0;
}

.quantity {
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 30px;
}

    .quantity input[type=number]::-webkit-inner-spin-button,
    .quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

    .quantity .qty {
        width: 50px;
        height: 40px;
        line-height: 40px;
        border: 0;
        border-left: 1px solid #DDD;
        border-right: 1px solid #DDD;
        background-color: #EEE;
        text-align: center;
        margin-bottom: 0;
    }

    .quantity .plus,
    .quantity .minus {
        display: block;
        cursor: pointer;
        border: 0px transparent;
        padding: 0;
        width: 36px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #EEE;
        font-size: 1rem;
        font-weight: bold;
        transition: background-color .2s linear;
        -webkit-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
    }

        .quantity .plus:hover,
        .quantity .minus:hover {
            background-color: #DDD;
        }

        .quantity .qty:focus,
        .quantity .plus:focus,
        .quantity .minus:focus {
            box-shadow: none !important;
            outline: 0 !important;
        }

.gutter-40 {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -40px;
}


/*Adventures activity*/
.adv_actv .nearcity {
    position: relative;
    border: 2px solid #badfef;
    margin: 0 auto 20px;
    z-index: 1;
}

.adv_actv .nearcity {
    position: relative;
    border: 2px solid #badfef;
    margin: 0 auto 20px;
    max-width: fit-content;
    z-index: 1;
}

    .adv_actv .nearcity img {
        height: auto;
        width: 300px;
        object-fit: cover;
        object-position: center;
    }

#example-reset-form .multiselect.dropdown-toggle {
    padding: 0px
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px;
}

div#example-reset-form .btn-group {
    width: 100% !important;
}

#example-reset-form .btn-group .multiselect {
    overflow: hidden;
    text-align: left;
    margin-right: 15px;
}

#example-reset-form .btn-group .multiselect-native-select {
    position: relative;
    width: 100%;
}

#example-reset-form .multiselect-native-select .btn-group .multiselect-container.dropdown-menu {
    top: 10px !important;
    border: 1px solid #45c9ff;
    left: -13px !important;
    width: 105% !important;
}

#example-reset-form .multiselect-native-select .dropdown-toggle::after {
    display: none;
}

#example-reset-form .multiselect-container > li > a > label {
    padding: 3px 25px 3px 25px;
}

#example-reset-form .multiselect-native-select .btn-group > .btn:focus {
    box-shadow: none;
}

#example-reset-form .multiselect-container > li > a > label > input[type=checkbox] {
    margin-right: 7px;
}

.minister_section {
    padding: 30px;
}

.card.profile_box {
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #ffb40c;
    border-radius: 0;
    height: 100%;
    border: 8px solid #ebf8fe;
}

.profile_box .card-body {
    display: flex;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 7px;
    border: 0px solid #ccc;
}

.profile_img {
    margin-right: 15px;
    width: 100px;
    min-width: 100px;
}

    .profile_img img {
        border-radius: 4px;
        border: 1px solid #dcf1fa;
        padding: 7px;
    }

.profile_detail h3 {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 20px;
    z-index: 1;
}

    .profile_detail h3::before {
        position: absolute;
        content: "";
        width: 90px;
        height: 14px;
        background-color: #ffb40c21;
        bottom: 8px;
        left: 0;
        z-index: -1;
    }

.profile_detail p {
    margin-bottom: 0;
    font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .profile_box .card-body {
        flex-direction: column;
    }
}

/* start certificate print css */
@media print {
    * {
        -webkit-print-color-adjust: exact !important; /* Chrome, Safari, Edge */
        color-adjust: exact !important; /*Firefox*/
        transition: none !important;
    }

    body {
        -webkit-print-color-adjust: exact;
    }

    @page {
        -webkit-print-color-adjust: exact;
    }

    .decl_detals.w-50 {
        width: 40% !important;
    }

    .certificate_erapper .certificate_main_title {
        font-size: 45px;
    }

    .certificate_header .header_middle_text h1 {
        font-size: 25px;
    }

    .certificate_erapper .plant_grow img, .certificate_erapper .tree_grow img {
        width: 100px;
    }

    .certificate_block .plant_grow {
        top: 42%;
    }

    .certificate_block .tree_grow {
        top: 45%;
    }

    .certificate_erapper .allot_line {
        font-size: 16px;
    }

    .certificate_erapper p {
        font-size: 13px;
    }
}

.certificate_block {
    background-image: url(../images/logo2.gif);
    background-repeat: repeat;
    padding: 30px;
    background-size: 34% 43%;
    border: 4px solid #9bbcbc;
}

    .certificate_block h1, .certificate_block h2 {
        font-family: auto;
    }

.certificate_main_title {
    font-size: 70px;
    font-weight: 900;
    font-family: initial;
}

.certificate_erapper {
    background: #fff;
    border: 9px double #9bbcbc;
    position: relative;
}

.header_middle_text h1 {
    color: #4d6008;
}

.plant_grow img, .tree_grow img {
    width: 130px;
}

.plant_grow {
    position: absolute;
    left: 0;
    top: 35%;
}

.tree_grow {
    position: absolute;
    top: 38%;
    right: 0;
}

.certificate_mem_block p {
    position: relative;
}

    .certificate_mem_block p span, .decl_detals p span {
        padding-right: 20px;
    }

        .certificate_mem_block p span:nth-child(1), .decl_detals p span:nth-child(1) {
            position: relative;
            z-index: 1;
        }

        .certificate_mem_block p span:nth-child(2), .decl_detals p span:nth-child(2) {
            font-size: 17px;
        }

        .certificate_mem_block p span:nth-child(1):before, .decl_detals p span:nth-child(1):before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            /* top: 50%; */
            bottom: -2px;
            background: #fff;
            height: 100%;
            z-index: -1;
        }


.certificate_mem_block .mem_name {
    font-size: 30px;
    font-style: italic;
}

.certificate_mem_block .mem_cred {
    font-size: 25px;
    font-style: italic;
}

.address_block strong, .address_block .add2 {
    position: relative;
}

span.mem_cred {
    padding-right: 20px;
}

.address_block .add2 {
    font-size: 17px;
}
/*
.address_block .add2 strong:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 95%;
    border-top: 3px dashed #959595;
}
*/
.add2 {
    width: 100%;
}


span.add2 strong {
    width: 100%;
    display: block;
    font-size: 30px;
    font-family: 'Great Vibes', cursive;
    text-transform: initial;
    letter-spacing: 1.5px;
}

.certificate_mem_block .mem_name {
    font-size: 30px;
    font-style: italic;
}

.certificate_mem_block .mem_cred {
    font-size: 20px;
    font-style: italic;
}

/* End certificate print css */

.single-project-slide .project-img {
    position: absolute;
    width: max-content !important;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.visitor-counter {
    background-color: #333;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 248px;
}

    .visitor-counter h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .visitor-counter .stats p {
        margin: 5px 0;
    }
}
.card_img {
    width: 29px;
}

.add_cart {
    margin-right: 17px;
}
.cart_count {
    position: absolute;
    font-size: 20px;
    background-color: transparent;
    width: 14px;
    height: 14px;
    color: #00A85A;
    top: -16px;
    font-weight: bold;
    margin-left: 12px;
}
.heading_design h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.site-heading {
    display:none !important;
    /*text-decoration:underline;*/
}
.site-section {
    margin-top: 40px;
}

.prime_destination_content {
    width: 100%; /* Make it full width */
    display: flex; /* Flex container */
    align-items: center; /* Vertical center */
}

    .prime_destination_content marquee {
        width: 100%; /* Let marquee span full width */
        display: flex;
        align-items: center; /* Center content vertically inside marquee */
    }

    .prime_destination_content span,
    .prime_destination_content a {
        display: inline-block;
        margin: 0 auto;
        line-height: normal;
    }