body {
    font-family: var( --fontFamily);
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #242b46;
}

input:focus {
    outline: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.wpb-content-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    width: 100%;
    /*overflow: hidden;*/
}


/*hero banner start*/
.business-banner-area { /*padding-top: 300px; padding-bottom: 300px;background-image: url(../images/banner-bg1.jpg);
    background-position: 50%;background-repeat: no-repeat;background-size: cover;*/
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .business-banner-area .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }

.business-banner-content {
    max-width: 1000px;
    margin: 0 auto;
    width: 80%;
    position: relative;
    z-index: 11;
    text-align: center;
}

    .business-banner-content h1 {
        font-size: 65px;
        margin-bottom: 20px;
        color: var(--whiteColor);
        font-weight: 700;
    }

    .business-banner-content p {
        color: var(--whiteColor);
    }

    .business-banner-content .btn-style-one {
        margin-top: 15px;
    }

.herobanner-slider-wrapper {
    width: 100%;
    height: 100%; /*position: absolute;*/
    border-radius: 0;
    margin: 0;
    border: 0;
}

    .herobanner-slider-wrapper ul, .herobanner-slider-wrapper ul li {
        margin: 0;
        padding: 0;
        height: 100%;
    }

.herobanner-slider-video {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

    .herobanner-slider-video iframe {
        max-width: 1000%;
        width: 100%;
        height: 100%
    }

.business-banner-area .herobanner-slider-img {
    height: 100%;
}

    .business-banner-area .herobanner-slider-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.herobanner-slider-img:before, .herobanner-slider-video:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 11;
}

.herobanner-slider-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
}

.testimonials-thumbnail.custom-navigation {
    position: absolute;
    z-index: 99;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.testimonials-thumbnail .thumbnail-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

    .testimonials-thumbnail .thumbnail-navigation .left-arrow {
        margin-right: 45px;
    }

    .testimonials-thumbnail .thumbnail-navigation .right-arrow {
        margin-left: 45px;
    }

        .testimonials-thumbnail .thumbnail-navigation .left-arrow svg, .testimonials-thumbnail .thumbnail-navigation .right-arrow svg {
            fill: #747474;
            color: #747474;
        }

    .testimonials-thumbnail .thumbnail-navigation .flex-prev, .testimonials-thumbnail .thumbnail-navigation .flex-next {
        height: 50px;
        width: 50px;
        line-height: 60px;
        background: transparent !important;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonials-thumbnail .thumbnail-navigation svg {
        width: 20px;
        height: 20px
    }

.slider_date {
    display: flex;
    margin-bottom: 20px;
    fill: #fff;
    color: #fff;
    align-items: center;
    justify-content: center;
}

    .slider_date .box {
        margin: 0 30px;
        display: flex;
        align-items: center;
    }

        .slider_date .box span {
            margin-left: 10px;
        }

        .slider_date .box svg {
            width: 20px;
            height: 20px;
            fill: var(--bs-pink)
        }



.herobanner-slider-wrapper .flex-control-nav {
    bottom: 40px;
    z-index: 999;
}

    .herobanner-slider-wrapper .flex-control-nav li {
        margin: 0;
    }

.herobanner-slider-wrapper .flex-control-paging li a {
    font-size: 0;
    border: 3px solid #fff;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: transparent;
    margin: 0 5px;
}

    .herobanner-slider-wrapper .flex-control-paging li a.flex-active {
        margin: 0 5px;
        border: 3px solid #6cbe03;
    }

/*hero banner end*/

/*search banner start*/
/*.search-form-wrapper{position: absolute; z-index: 111; bottom: 0; background: rgba(0, 0, 0, 0.5);}*/
.search-form-wrapper {
    padding: 30px 20px;
    background-color: var(--whiteColor);
    box-shadow: 0 4px 50px rgba(0,0,0,.1);
}
/*.search-form {padding: 15px;background-color: var(--whiteColor);box-shadow: 0 4px 50px rgba(0,0,0,.1);}*/
.search-form .col-lg-5 .form-group {
    border-left: 0;
}

.search-form .form-group {
    border-left: 1px solid #dbdbdb;
    padding-left: 20px;
}

    .search-form .form-group label {
        display: block;
        margin-bottom: 3px;
        font-size: 14px;
        color: var(--paragraphColor);
        font-weight: 500;
    }

    .search-form .form-group input {
        color: var(--blackColor);
        display: block;
        width: 100%;
        border: 1px solid #dee2e6;
        font-size: 14px;
        font-weight: 500;
        height: 49px;
        box-shadow: none;
    }

    .search-form .form-group select {
        color: var(--blackColor);
        display: block;
        width: 100%;
        border: 1px solid #dee2e6;
        font-size: 14px;
        font-weight: 500;
        height: 49px;
        box-shadow: none;
    }

.search-form .btn-style-one {
    padding: 14px 30px 14px 30px;
    display: flex;
    align-items: center;
}

    .search-form .btn-style-one svg {
        width: 18px;
        height: 18px;
        margin-left: 10px
    }


/*search banner start*/

/*features-item start*/
.features-item {
    padding: 35px;
    margin-bottom: 25px;
    background-color: #f9f9f9;
}

    .features-item:hover {
        background-color: var(--greenColor2);
    }

        .features-item:hover .icon {
            background-color: var(--whiteColor);
            color: var(--greenColor2);
            border-radius: 50%;
        }

        .features-item:hover h3, .features-item:hover h3 a, .features-item:hover p {
            color: var(--whiteColor);
        }

        .features-item:hover p {
            opacity: .9;
        }

    .features-item, .features-item .icon {
        border-radius: 10px;
        transition: var(--transition)
    }

        .features-item .icon {
            z-index: 1;
            width: 82px;
            height: 82px;
            font-size: 45px;
            position: relative;
            text-align: center;
            margin-bottom: 28px;
            color: var(--whiteColor);
            background-color: var(--greenColor2);
            display: flex;
            align-items: center;
            justify-content: center
        }

            .features-item .icon svg {
                width: 1em;
                height: 1em;
            }

        .features-item h3, .features-item p {
            transition: var(--transition)
        }

        .features-item h3 {
            font-size: 24px;
            margin-bottom: 15px;
            font-weight: 600
        }


.col-lg-4:nth-child(3) .features-item:hover .icon, .col-lg-4:nth-child(6) .features-item:hover .icon, .col-lg-4:nth-child(9) .features-item:hover .icon {
    background-color: var(--whiteColor);
    color: #0871f7
}

.col-lg-4:nth-child(2) .features-item:hover .icon, .col-lg-4:nth-child(5) .features-item:hover .icon, .col-lg-4:nth-child(8) .features-item:hover .icon {
    background-color: var(--whiteColor);
    color: #ff5512
}

.col-lg-4:nth-child(2) .features-item .icon, .col-lg-4:nth-child(2) .features-item:hover, .col-lg-4:nth-child(5) .features-item .icon, .col-lg-4:nth-child(5) .features-item:hover, .col-lg-4:nth-child(8) .features-item .icon, .col-lg-4:nth-child(8) .features-item:hover {
    background-color: #ff5512
}

.col-lg-4:nth-child(3) .features-item .icon, .col-lg-4:nth-child(3) .features-item:hover, .col-lg-4:nth-child(6) .features-item .icon, .col-lg-4:nth-child(6) .features-item:hover, .col-lg-4:nth-child(9) .features-item .icon, .col-lg-4:nth-child(9) .features-item:hover {
    background-color: #0871f7
}
/*features-item end*/


/*event bg start*/
.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

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

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.vc_column-inner::after {
    clear: both;
}

.city-girds {
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
}

    .city-girds .city-thumb {
        float: left;
        overflow: hidden;
        border-radius: 8px;
        width: 100%;
    }

        .city-girds .city-thumb > img {
            margin-left: -8px;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    .city-girds .city-title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
        padding-bottom: 20px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

        .city-girds .city-title a {
            color: #fff;
        }

        .city-girds .city-title .lp-h3 {
            margin-bottom: 3px;
            font-size: 22px;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            -o-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .city-girds .lp-listing-quantity {
        font-size: 14px;
        font-weight: 400;
        opacity: 0;
        position: relative;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        color: #fff;
    }

    .city-girds .overlay-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .city-girds:hover > .city-thumb > img {
        margin-left: 8px;
    }


    .city-girds:hover .city-title .lp-h3 {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .city-girds:hover .lp-listing-quantity {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

@media (max-width: 1199.98px) {
    .city-girds .city-thumb > img, .city-girds:hover > .city-thumb > img {
        margin-left: 0;
    }
}

/*event bg end*/


/****************************************************get tickets start***********************************************/
.single-courses-box {
    margin-bottom: 25px;
    transition: var(--transition);
    background-color: var(--whiteColor);
}

    .single-courses-box:hover {
        box-shadow: 0 4px 50px rgba(0,0,0,.15);
    }

        .single-courses-box:hover .image img {
            transform: scale(1.07);
        }

    .single-courses-box .image {
        overflow: hidden;
    }

        .single-courses-box .image img {
            transition: var(--transition);
        }

    .single-courses-box .content {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

        .single-courses-box .content .price {
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-radius: 50%;
            position: relative;
            color: var(--whiteColor);
            background-color: var(--greenColor);
            font-size: 22px;
            font-weight: 800;
            font-family: var(--nunitoFontFamily);
            margin-top: -30px;
            margin-bottom: 15px;
        }

        .single-courses-box .content h3 {
            font-size: 24px;
            line-height: 1.4;
            margin-bottom: 15px;
            font-weight: 700;
        }

            .single-courses-box .content h3 a {
                color: var(--blackColor);
            }

                .single-courses-box .content h3 a:hover {
                    color: var(--greenColor);
                }

        .single-courses-box .content .desc {
            font-size: 16px
        }

        .single-courses-box .content .info {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }

            .single-courses-box .content .info li .author img {
                width: 35px;
                height: 35px;
                border-radius: 50%;
            }

            .single-courses-box .content .info li .author span {
                display: block;
                font-size: 15px;
                color: #616b7e;
                margin-left: 12px;
                padding-right: 20px
            }

            .single-courses-box .content .info li .status {
                font-size: 15px;
                padding: 2px 18px;
                border-radius: 30px;
                display: inline-block;
                background-color: #b6fff0;
            }

    .single-courses-box .box-footer {
        margin-bottom: 0;
        padding: 15px 30px;
        list-style-type: none;
        color: var(--greenColor);
        background-color: #f5fffa;
    }

        .single-courses-box .box-footer li {
            position: relative;
            padding-left: 27px;
        }

            .single-courses-box .box-footer li i {
                position: absolute;
                font-size: 20px;
                top: -0.5px;
                left: 0;
            }

            .single-courses-box .box-footer li svg {
                position: absolute;
                font-size: 20px;
                top: -0.5px;
                left: 0;
                width: 20px;
                height: 20px;
            }
/****************************************************get tickets end***********************************************/


/****************************************************register events start***********************************************/
.get-started-inner-area {
    background-color: #1d2b53;
    color: var(--whiteColor);
    border-radius: 10px;
    padding: 100px;
    /*  background-image: url(../images/bg-shape.jpg);*/
    background-image: url(../images/gallery55.jpeg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

    .get-started-inner-area:before {
        position: absolute;
        content: "";
        background: #000000a1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .get-started-inner-area h2 {
        font-size: 42px;
        color: var(--whiteColor);
        font-weight: 700;
    }

    .get-started-inner-area p {
        font-size: 16px;
        margin-bottom: 0;
        color: var(--whiteColor);
        font-weight: 400;
    }

    .get-started-inner-area a {
        color: var(--greenColor);
        font-weight: 700;
    }

        .get-started-inner-area a:hover {
            color: var(--whiteColor);
            font-weight: 700;
        }
/****************************************************register events end***********************************************/

/****************************************************footer start***********************************************/
.template-footer-five-bg {
    background-color: #53624E;
    /*background-image: url(https://cozystay.loftocean.com/mountain-chalet/wp-content/uploads/sites/4/2023/03/img-71.jpg);*/
    background-image: url("/pContent/images/banner-bg04.jpg");
    background-size: cover;
    position: relative;
    color: var(--whiteColor);
}

.template-footer-overlay {
    background-color: #53624E;
    opacity: 0.93;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.template-footer-five .single-footer-widget {
    margin-bottom: 25px;
}

    .template-footer-five .single-footer-widget h3 {
        font-size: 22px;
        margin-bottom: 25px;
        color: var(--whiteColor);
    }

    .template-footer-five .single-footer-widget .footer-contact-info {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .template-footer-five .single-footer-widget .footer-contact-info li {
            padding-left: 48px;
            position: relative;
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 500;
        }

            .template-footer-five .single-footer-widget .footer-contact-info li svg {
                fill: var(--greenColor);
                position: absolute;
                width: 35px;
                height: 35px;
                left: 0;
                top: 0;
                color: var(--greenColor);
            }

            .template-footer-five .single-footer-widget .footer-contact-info li span {
                display: block;
                margin-bottom: 8px;
                font-size: 15px;
                font-weight: 300;
            }

            .template-footer-five .single-footer-widget .footer-contact-info li a {
                display: inline-block;
                color: var(--whiteColor);
            }

    .template-footer-five .single-footer-widget .quick-links {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .template-footer-five .single-footer-widget .quick-links li {
            margin-bottom: 12px;
        }

            .template-footer-five .single-footer-widget .quick-links li a {
                display: inline-block;
                color: var(--whiteColor);
                font-size: 15px;
                font-weight: 400;
            }

                .template-footer-five .single-footer-widget .quick-links li a:hover {
                    color: var(--greenColor);
                }

    .template-footer-five .single-footer-widget .box form .input-newsletter {
        background-color: var(--whiteColor);
        transition: var(--transition);
        border: 1px solid #ebebeb;
        color: var(--blackColor);
        border-radius: 6px;
        display: block;
        height: 53px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
        font-weight: 400;
    }

    .template-footer-five .single-footer-widget .box form .btn-style-one {
        width: 100%;
        display: block;
        margin-top: 15px;
    }


.template-footer-five .copyright-area { /*border-top: 1px solid #e9e9e9;margin-top: 75px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

    .template-footer-five .copyright-area p {
        font-size: 15.5px;
        margin-bottom: 0;
    }

    .template-footer-five .copyright-area .social-links {
        text-align: end;
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .template-footer-five .copyright-area .social-links li:first-child {
            margin-left: 0;
        }

        .template-footer-five .copyright-area .social-links li {
            display: inline-block;
            margin-left: 4px;
            margin-right: 4px;
        }

            .template-footer-five .copyright-area .social-links li a {
                width: 40px;
                height: 40px;
                display: block;
                font-size: 16px;
                border-radius: 50%;
                text-align: center;
                position: relative;
                color: var(--greenColor);
                background-color: var(--whiteColor);
                box-shadow: 0 4px 40px rgba(0,0,0,.14);
            }

                .template-footer-five .copyright-area .social-links li a:hover {
                    background-color: var(--greenColor);
                    color: var(--whiteColor);
                }

                .template-footer-five .copyright-area .social-links li a svg {
                    left: 0;
                    right: 0;
                    top: 50%;
                    line-height: 1;
                    margin: 0 auto;
                    position: absolute;
                    transform: translateY(-50%);
                }

.ov-icon {
    display: inline-block;
    overflow: visible;
    vertical-align: -0.2em;
}
/****************************************************footer end***********************************************/





/**********************************responsive css start**********************************/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .business-banner-content h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .business-banner-area {
        height: 70vh
    }

    .business-banner-content h1 {
        font-size: 40px;
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .business-banner-area {
        height: 70vh
    }

    .business-banner-content h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .slider_date {
        flex-direction: column;
        margin-bottom: 0
    }

        .slider_date .box {
            margin: 0 0 10px;
        }

    .template-footer-five .copyright-area .social-links {
        text-align: left;
        margin-top: 15px
    }

    .template-footer-five .single-footer-widget {
        padding: 0 10px;
        margin-bottom: 60px;
    }

        .template-footer-five .single-footer-widget h3 {
            margin-bottom: 20px;
        }
}
/**********************************responsive css end**********************************/


/*booking slot start*/
.page-title-area {
    background-color: #f8fbff;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

    .page-title-area.bg-map {
        background: url(../images/bg-map.jpg);
    }

.page-title-content {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .page-title-content.text-light {
        color: #fff
    }

    .page-title-content .sub-title {
        display: block;
        margin-bottom: 15px;
        color: var(--paragraphColor);
        font-size: 17px;
        font-weight: 600;
    }

        .page-title-content .sub-title.red-light-color {
            color: var(--redLightColor);
        }

.page-title-area-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

    .page-title-area-image:before {
        background: rgba(0, 0,0,0.6);
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .page-title-area-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



/***********************************************login page style******************************************************************/
.error {
    color: red !important;
    font-size: x-small !important;
}

.login-form-modal-wrapper {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: transparent;
    align-items: center;
    width: 90%;
    max-width: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
}

    .login-form-modal-wrapper.active {
        display: flex;
    }

.loginlandingpage-wrapper {
    display: flex;
    background: #13965fba;
    align-items: center;
    width: 100%;
    max-width: 650px;
    margin: 30px auto 0;
    height: 100%;
    border-radius: 8px;
    color: #fff;
}

    .loginlandingpage-wrapper .login-form-modal-container {
        background: none
    }

    .loginlandingpage-wrapper .login-form .lost-your-password-wrap a {
        color: #fff
    }

        .loginlandingpage-wrapper .login-form .lost-your-password-wrap a:hover {
            color: var(--bs-danger-border-subtle)
        }

            .loginlandingpage-wrapper .login-form .lost-your-password-wrap a:hover:after {
                background-color: var(--bs-danger-border-subtle)
            }

    .loginlandingpage-wrapper .login-form .remember-me-wrap .form-check, .loginlandingpage-wrapper .login-form .remember-me-wrap .form-check a {
        color: #fff;
    }

    .loginlandingpage-wrapper .needs-validation {
        overflow-y: inherit;
        padding-right: 0;
        max-height: max-content;
    }


.login-form-modal-container {
    background: #fff;
    padding: 20px 8px;
    border-radius: 8px;
    width: 100%
}

.login-form h2 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 500;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.login-form .form-group {
    margin-bottom: 25px;
}

    .login-form .form-group label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 500;
    }

    .login-form .form-group .form-control {
        background-color: #f9f9f9;
        color: var(--blackColor);
        padding-left: 20px;
        border-radius: 5px;
        box-shadow: unset;
        font-size: 14px;
        height: 55px;
        border: 0;
    }

        .login-form .form-group .form-control.mobileno {
            border: var(--bs-border-width) solid var(--bs-border-color);
        }

.login-form .remember-me-wrap .form-check {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--blackColor);
    display: flex;
    align-items: center;
}

    .login-form .remember-me-wrap .form-check .form-check-input[type=checkbox] {
        border-radius: 0;
    }

    .login-form .remember-me-wrap .form-check .form-check-input:focus {
        border-color: var(--redLightColor);
    }

    .login-form .remember-me-wrap .form-check .form-check-input:checked {
        background-color: var(--redLightColor);
        border-color: var(--redLightColor);
    }

    .login-form .remember-me-wrap .form-check .form-check-input {
        margin-top: 0.17em;
        box-shadow: unset !important;
        margin-right: 8px;
    }

.login-form .lost-your-password-wrap a {
    display: inline-block;
    position: relative;
    line-height: 1.5;
    font-size: 14px;
}

    .login-form .lost-your-password-wrap a:hover {
        color: var(--redLightColor);
    }

    .login-form .lost-your-password-wrap a:before {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        content: "";
        position: absolute;
        background-color: #eee;
        transition: var(--transition);
    }

    .login-form .lost-your-password-wrap a:after {
        left: 0;
        width: 0;
        bottom: 0;
        height: 1px;
        content: "";
        position: absolute;
        transition: var(--transition);
        background-color: var(--redLightColor);
    }

    .login-form .lost-your-password-wrap a:hover:before {
        width: 0;
    }

    .login-form .lost-your-password-wrap a:hover:after {
        width: 100%;
    }

.login-form button {
    border: none;
    display: block;
    margin-top: 20px;
    text-align: center;
    color: var(--whiteColor);
    background-color: var(--greenColor2);
    transition: var(--transition);
    border-radius: 5px;
    padding: 13px 30px;
    width: 100%;
    font-size: var(--fontSize);
    font-weight: 600;
}

    .login-form button:hover {
        background-color: var(--redLightColor);
    }

.login-form .lost-your-password-wrap {
    text-align: end;
}

.login-form .form-group .form-control::-moz-placeholder {
    font-weight: 300;
    color: var(--paragraphColor);
    -moz-transition: var(--transition);
    transition: var(--transition)
}

.login-form .form-group .form-control::placeholder {
    font-weight: 300;
    color: var(--paragraphColor);
    transition: var(--transition)
}

.login-form .form-group .form-control:focus::-moz-placeholder {
    color: transparent
}

.login-form .form-group .form-control:focus::placeholder {
    color: transparent
}

#spanpassword.active {
    opacity: 1;
}

#spanpassword {
    opacity: .7;
}

.otp-container {
    display: flex;
}

.login-form .form-group .form-control.otp-input {
    padding: 0;
    font-weight: 900;
    text-align: center;
    margin: 0 5px;
}

.form-check-input:checked {
    background-color: var(--greenColor2);
    border-color: var(--greenColor2);
}
/*******************************************************login page end**********************************/

/*******************************************************forgot password page start**********************************/
.lost-password-box {
    padding: 50px;
    max-width: 650px;
    border-radius: 5px;
    background-color: var(--whiteColor);
    box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.2);
    margin-left: auto;
    margin-right: auto;
}

    .lost-password-box label {
        display: block;
        margin-bottom: 12px;
        font-size: 16px;
        font-weight: 500;
    }

    .lost-password-box .form-control {
        transition: var(--transition);
        border: 1px solid #f9f9f9;
        background-color: #f9f9f9;
        color: var(--blackColor);
        padding-left: 20px;
        border-radius: 5px;
        box-shadow: unset;
        font-size: 16px;
        height: 55px;
    }

    .lost-password-box p {
        color: var(--paragraphColor);
        font-size: var(--fontSize);
        margin-bottom: 15px;
        line-height: 1.8;
    }

    .lost-password-box button {
        border: none;
        margin-top: 20px;
        text-align: center;
        display: inline-block;
        color: var(--whiteColor);
        background-color: var(--redLightColor);
        transition: var(--transition);
        border-radius: 5px;
        padding: 12px 30px;
        font-size: var(--fontSize);
        font-weight: 500;
    }
/*******************************************************forgot password page end**********************************/


/*thank you page start*/
.thank-you-area {
    height: 100vh;
    background-color: #f9f9f9;
}

.thank-you-content {
    text-align: center;
    max-width: 570px;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
}

    .thank-you-content h3 {
        font-size: 25px;
        margin-top: 25px;
        margin-bottom: 12px;
    }

    .thank-you-content p {
        color: var(--paragraphColor);
        font-size: var(--fontSize);
        margin-bottom: 15px;
        line-height: 1.8;
    }

    .thank-you-content .btn-style-one {
        margin-top: 5px;
    }

.thank-you-area .d-table {
    width: 100%;
    height: 100%;
}

.thank-you-area .d-table-cell {
    vertical-align: middle;
}


/*contact us page start*/
.contact-form .form-group {
    margin-bottom: 25px;
}

    .contact-form .form-group label {
        display: block;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 500;
    }

    .contact-form .form-group .form-control {
        transition: var(--transition);
        border: 1px solid #f9f9f9;
        background-color: #f9f9f9;
        color: var(--blackColor);
        border-radius: 5px;
        box-shadow: unset;
        font-size: 16px;
        height: 55px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

        .contact-form .form-group .form-control.message {
            min-height: 150px
        }

        .contact-form .form-group .form-control:focus, .contact-form .form-group .form-control.active {
            border-color: var(--redLightColor);
            background-color: transparent;
        }

.contact-form .form-check {
    color: var(--paragraphColor);
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

    .contact-form .form-check a {
        color: var(--redLightColor);
    }

    .contact-form .form-check .form-check-input[type=checkbox] {
        border-radius: 0;
    }

    .contact-form .form-check .form-check-input:focus {
        border-color: var(--redLightColor);
    }

    .contact-form .form-check .form-check-input:checked {
        background-color: var(--redLightColor);
        border-color: var(--redLightColor);
    }

.contact-form .btn-style-one {
    margin-top: 5px;
}

#maps, #maps iframe {
    height: 100%;
    width: 100%;
}

    #maps iframe {
        margin-bottom: -6px;
        border: none;
    }


.single-contact-info-box .icon {
    width: 75px;
    height: 75px;
    background-color: var(--greenColor2);
    border-radius: 100%;
    text-align: center;
    line-height: 75px;
    float: left;
    margin-right: 30px;
    color: #fff;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .single-contact-info-box .icon svg {
        width: 30px;
        height: 30px;
    }

.single-contact-info-box {
    display: flex;
    align-items: center;
}

.contact-info-inner {
    padding: 100px 0 75px;
    position: relative;
}

.single-contact-info-box .title {
    font-size: 16px;
    font-weight: 500;
}

.single-contact-info-box a {
    color: #242b46;
}

    .single-contact-info-box a:hover {
        color: var(--greenColor2);
    }







/********************** prince code new css start************************************/
.about-content.img-right {
    padding-right: 10%
}

.about-content.img-left {
    padding-left: 10%
}

.website-content p {
    font-size: 16px;
    color: var(--paragraphColor);
    font-size: var(--fontSize);
    margin-bottom: 15px;
    line-height: 1.8;
}

.website-content h4 {
    color: var(--greenColor2);
}

    .website-content h4:not(:first-child) {
        margin-top: 25px;
    }

.website-content ul li {
    color: var(--paragraphColor);
    margin-bottom: 12px;
    font-size: 16px;
}

.thank-you-content-icons {
    background: var(--greenColor);
    border-radius: 50%;
    width: 150px;
    margin: 0 auto;
    padding: 35px;
    height: 150px;
    color: #fff;
}

    .thank-you-content-icons svg {
        width: 100%;
        height: 100%;
    }


/*gallery area start*/
.gallery-area {
    overflow: hidden;
}

.single-gallery-item {
    margin-bottom: 25px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
    /*.single-gallery-item:after {content: "";background: var(--bs-tertiary-color);width: 100%; height: 100%; position: absolute;}*/
    .single-gallery-item img {
        transition: var(--transition);
    }

    .single-gallery-item:hover {
        cursor: zoom-in;
    }

        .single-gallery-item:hover img {
            transform: scale(1.06);
            cursor: zoom-in;
        }

        .single-gallery-item:hover .video-play-icons {
            opacity: 1
        }

.video-play-icons {
    position: absolute;
    z-index: 1;
    width: 70px;
    height: 70px;
    color: var(--bs-white);
    opacity: 0.5
}


/*our team start*/
.ova_speaker_list_wrap .ova_speaker_list {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .ova_speaker_list_wrap .ova_speaker_list img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        width: 100%;
    }

    .ova_speaker_list_wrap .ova_speaker_list .content {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-top: 0;
        width: 100%;
        height: auto;
        background-color: rgba(242, 242, 242, 0.8);
        padding: 20px 20px 0px 20px;
    }

        .ova_speaker_list_wrap .ova_speaker_list .content:before {
            content: "";
            width: 0;
            height: 0;
            border-bottom: 50px solid rgba(242, 242, 242, 0.8);
            border-left: 500px solid transparent;
            top: -50px;
            left: 0;
            position: absolute;
        }

        .ova_speaker_list_wrap .ova_speaker_list .content .title {
            margin-top: 0;
            margin-bottom: 2px;
            font-size: 18px;
        }

            .ova_speaker_list_wrap .ova_speaker_list .content .title a {
                font-weight: 500;
                color: #000;
                line-height: 24px;
                text-transform: uppercase;
            }

        .ova_speaker_list_wrap .ova_speaker_list .content .job {
            font-size: 12px;
            line-height: 24px;
            text-transform: capitalize;
            padding-bottom: 20px;
        }

        .ova_speaker_list_wrap .ova_speaker_list .content ul.social {
            list-style-type: none;
            margin-left: 0;
            padding-left: 0;
            visibility: hidden;
            height: 0;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .ova_speaker_list_wrap .ova_speaker_list .content ul.social li {
                display: inline-block;
                margin-right: 5px;
            }

                .ova_speaker_list_wrap .ova_speaker_list .content ul.social li a {
                    color: #fff;
                    width: 40px;
                    height: 40px;
                    text-align: center;
                    line-height: 40px;
                    border: 1px solid #f2f2f2;
                    display: inline-block;
                    border-radius: 100%;
                }

        .ova_speaker_list_wrap .ova_speaker_list .content .trig {
            position: absolute;
            background: var(--greenColor2);
            width: 40px;
            height: 40px;
            top: -40px;
            right: 30px;
            color: #fff;
            transform: rotate(270deg);
            border-radius: 100%;
            text-align: center;
            line-height: 43px;
            font-size: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .ova_speaker_list_wrap .ova_speaker_list:hover .content .trig {
        background: #fff;
        color: var(--greenColor2);
        color: var(--greenColor2);
    }

    .ova_speaker_list_wrap .ova_speaker_list:hover .content {
        background-color: rgba(19, 150, 95, .9)
    }

        .ova_speaker_list_wrap .ova_speaker_list:hover .content:before {
            border-bottom-color: rgba(19, 150, 95, .9)
        }

        .ova_speaker_list_wrap .ova_speaker_list:hover .content .title a {
            color: #fff;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .ova_speaker_list_wrap .ova_speaker_list:hover .content .job {
            color: #fff;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .ova_speaker_list_wrap .ova_speaker_list:hover .content ul.social {
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            visibility: visible;
            height: 40px;
            margin-bottom: 30px;
        }

    .ova_speaker_list_wrap .ova_speaker_list .content ul.social li a:hover {
        background: #fff;
        color: var(--greenColor2);
    }

    .ova_speaker_list_wrap .ova_speaker_list .content .job {
        color: var(--greenColor2);
    }




@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search-form {
        margin-top: 25px;
    }

        .search-form .form-group label {
            font-size: 14px;
        }

        .search-form .form-group input {
            font-size: 15px;
        }

        .search-form .btn-style-one {
            padding: 12px 40px 12px 20px;
        }

            .search-form .btn-style-one svg {
                font-size: 20px;
                right: 15px;
            }
}
.needs-validation {
    overflow: hidden;
    overflow-y: auto;
    max-height: 75vh;
    padding-right: 10px;
}
@media only screen and (max-width: 767px) {
    .search-form .form-group {
        margin-bottom: 0;
        border-left: none;
        border-bottom: 0px solid #ebebeb;
        padding-left: 0;
        padding-bottom: 0;
    }

        .search-form .form-group input, .search-form .form-group label {
            font-size: 14px;
        }

    .search-form .btn-style-one {
        width: 100%;
        justify-content: center;
    }

    .login-form h2 {
        font-size: 18px
    }

    .login-form .lost-your-password-wrap {
        text-align: left
    }

    .needs-validation {
        overflow: hidden;
        overflow-y: scroll;
        max-height: 70vh;
        padding-right: 10px;
    }

    .contact-info-inner {
        padding: 30px 0 0px;
    }

    .single-contact-info-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-form {
        margin-bottom: 30px
    }

    #maps iframe {
        height: 400px;
    }

    .about-content.img-left {
        padding-left: 0;
        margin-top: 35px
    }

    .about-content.img-right {
        padding-right: 0;
        margin-bottom: 35px
    }

    .website-content-area {
        padding-left: 10px;
        padding-right: 10px;
    }
}
