/* Font Used */

@font-face {
    font-family: Futura;
    src: url(../fonts/Futura-Medium.otf);
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-family: Futura;
    line-height: 20px;
    font-weight: 500;
    color: rgba(55, 54, 54, 0.75);
    box-sizing: border-box;
    overflow-x: hidden !important;
}

::-moz-selection {
    background-color: #6396c9;
    color: #fff;
}

::selection {
    background-color: #6396c9;
    color: #fff;
}

:focus-visible {
    outline: none;
}

input:focus-visible,
textarea:focus-visible {
    border: none;
    outline: none;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
    padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #373636;
}

p {
    margin: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

textarea {
    resize: none;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

::placeholder,
input.mapboxgl-ctrl-geocoder--input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(58 57 55 / 50%);
    font-weight: 500;
    font-size: 16px;
}

::-ms-input-placeholder,
input.mapboxgl-ctrl-geocoder--input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(58 57 55 / 50%);
    font-weight: 500;
    font-size: 16px;
}


a[href^="tel"] {
    color: inherit;
}

button:focus {
    outline: 0;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.medium-font {
    font-size: 18px;
    line-height: 24px;
}

.common-padding {
    padding: 25px 0 50px;
}

.c-green,
.c-green:hover {
    color: #167000;
}

.btn {
    padding: 13px 72px;
    background-color: #167000;
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    line-height: 20px;
    border: none;
}

.btn:focus,
.btn:hover,
.btn:active .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    box-shadow: none;
    background-color: #167000;
    color: #ffffff;
    border: none;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

a,
a:hover {
    color: #3A3937;
}

.font12 {
    font-size: 12px;
    line-height: 12px;
}

.font10 {
    font-size: 10px;
    line-height: 10px;
}

.bg-gray {
    background: rgba(22, 112, 0, 0.05);
}

/* checkbox and redio */
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}


.pl-15 {
    padding-left: 15px;
}

.modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
}

.section-padding {
    padding: 70px 0;
}

.inner-page-padding {
    padding: 40px 0;
}

.form-control {
    padding: 12px 15px;
    background: #F7F8FA;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    height: 56px;
    color: #3A3937;
}

.form-control:focus {
    box-shadow: none;
}

.slick-custom-arrow,
.hero .slick-arrow,
.explore .slick-arrow {
    position: absolute;
    height: 42px;
    width: 42px;
    color: #167000;
    border: 1px solid #167000;
    border-radius: 5px;
    text-align: center;
    font-size: 0;
    background: transparent;
    z-index: 9;
}

.hero .slick-arrow:after,
.explore .slick-arrow:after {
    content: "";
    height: 20px;
    width: 12px;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero .slick-prev.slick-arrow:after,
.explore .slick-prev.slick-arrow:after {
    background-image: url(../images/left-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hero .slick-next.slick-arrow:after,
.explore .slick-next.slick-arrow:after {
    background-image: url(../images/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-dots {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
    display: inline-block;
    margin: 0 6px;
}

.slick-dots li button {
    -webkit-appearance: none;
    font-size: 0;
    border: 0;
    background-color: #9D9D9D;
    height: 5px;
    width: 5px;
    padding: 0;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #373636;
    width: 35px;
    border-radius: 4px;
}


/* Header Section CSS */
.header-section .navbar {
    padding: 0;
}

.header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background: #fff;
    transition: .2s ease;
}

.header-section.sticky-header {
    box-shadow: -2px -3px 5px #000;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar-toggler-icon i {
    font-size: 2rem;
    color: #030C01;
    line-height: 35px;
    font-weight: 500;
    opacity: .5;
}

.header-section .navbar-toggler[aria-expanded~="false"] .navbar-toggler-icon>.fa-times {
    display: none;
}

.header-section .navbar-toggler[aria-expanded~="true"] .navbar-toggler-icon>.fa-times {
    display: block;
}

.header-section .navbar-toggler[aria-expanded~="true"] .navbar-toggler-icon>.fa-bars {
    display: none;
}


.header-section .nav-item {
    padding: 0 12px;
}

.header-section .nav-item.active .nav-link {
    color: #167000;
}

.header-section .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.header-section .nav-link {
    font-size: 14px;
    line-height: 14px;
    color: #373636;
    position: relative;
}

.header-section .nav-link:hover {
    color: #167000;
}

.header-section .nav-link:after {
    content: "";
    display: block;
    height: 2px;
    bottom: -4px;
    left: 0;
    position: absolute;
    background-color: #167000;
    opacity: 0.6;
    transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 0;
}

.header-section .nav-link:hover:after,
.header-section .nav-item.active .nav-link:after {
    width: 100%;
    opacity: 0.9;
}

.navbar-toggler {
    padding: 2px 8px;
    font-size: 24px;
    line-height: 1;
    background-color: #00800021;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    line-height: 35px;
    color: #167000;
}

/* Hero Banner Section CSS */
.hero-banner {
    margin-top: 20px;
}

.hero-wrap {
    background-image: url(https://d1snbgmll9jed6.cloudfront.net/website/images/banner-bg.png);
    background-repeat: no-repeat;
    /* min-height: calc(100% - 100px); */
    min-height: 550px;
    position: relative;
    background-size: 100% 100%;
}

.scroll-to-bottom {
    position: absolute;
    bottom: 22px;
    left: 50%;
}

.scroll-to-bottom a {
    margin: 0 auto;
    display: inline-block;
    color: #167000;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0px 4px 21px rgb(0 0 0 / 15%);
    border-radius: 36px;
    width: 51px;
    height: 66px;
    line-height: 80px;
}

.scroll-to-bottom a:after {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    height: 45px;
    width: 71px;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    border: 3px solid #167000;
    border-bottom: 0;
    transform: rotate(-4deg);
}

.scroll-to-bottom a img {
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes bounce {
    50% {
        transform: translateY(-10px);
    }
}

.hero .item>div {
    width: 50%;
}

.hero .item {
    padding: 80px 0 0 90px;
}

.slick-slide img {
    display: inline-block;
}

.banner-content h1 {
    font-size: 60px;
    position: relative;
    padding-bottom: 65px;
}

.banner-content h1:after {
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    width: 35px;
    background-color: #167000;
    border-radius: 5px;
    bottom: 30px;
}

.banner-content ul {
    padding: 50px 0 75px;
}

.banner-content li a {
    display: block;
}

.banner-image {
    padding-right: 30px;
}

.banner-content .date-show {
    padding-left: 5px;
}

.mobile-image {
    max-width: 450px;
    margin-left: auto;
    text-align: center;
}

.mobile-footer-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

.phyll {
    position: absolute;
    bottom: 160px;
    left: 20px;
}

.mobile-nav {
    position: absolute;
    top: 55px;
    right: -35px;
}

.mobile-nav ul li:not(:first-child) {
    margin-right: 10px;
}

.event-date {
    color: #167000;
    padding: 10px 20px;
    background: #D0E2CC;
    border: 1px solid rgba(58, 57, 55, 0.15);
    border-radius: 30px;
    font-size: 12px;
    line-height: 12px;
    margin: 20px 0 50px;
    max-width: 215px;
    justify-content: center;
}

.hero .slick-custom-arrow,
.hero .slick-arrow {
    left: 90px;
    bottom: 120px;
    cursor: pointer;
}

.hero .slick-custom-arrow-right,
.hero .slick-next.slick-arrow {
    left: 145px;
}

.mobile-image-wrapper {
    max-width: 570px;
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 30px;
}

.second-mobile {
    margin: -60px 0 0 -75px;
}

.leaderboard {
    position: absolute;
    right: 0;
    top: 15px;
}

.challenge {
    position: absolute;
    left: 10px;
    bottom: 40%;
    transform: translateY(40%);
}

.reward {
    position: absolute;
    bottom: -6px;
    left: -35px;
}

.position {
    position: absolute;
    right: 6px;
    bottom: 165px;
}



/* Event Section CSS */
.event-image img {
    margin: -25px 0 0 15px;
}

.events-box {
    max-width: 255px;
    margin: 0 auto;
}

.events-box h4 {
    margin: 15px 0;
}


/* Experience Section CSS */
.video-wrapper {
    position: relative;
    padding-bottom: 270px;
    height: 500px;
    background: #1670000D;
}

.video-wrapper.section-padding:after {
    content: "";
    background-image: url(../images/phil-3.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: 100%;
}

.video-wrapper.section-padding::before {
    content: "";
    background-image: url(../images/phil-2.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 12%;
    top: 0;
    width: 300px;
    height: 250px;
}


.video-box::after {
    content: "";
    background-image: url(../images/phil-1.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -170px;
    bottom: 189px;
    width: 265px;
    height: 200px;
}


.video-box {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.experience-banner {
    max-width: 800px;
    margin: 0 auto;
}

.video-wrap {
    max-width: 790px;
    height: 445px;
    margin: -260px auto 0;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 10px 75px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    overflow: hidden;
}

video {
    border-radius: 15px;
}


.video-content {
    display: block;
    height: 100%;
    object-fit: cover;
}

.video-content img {
    height: 100%;
    width: 100%;
}

/* Explore Section CSS */
.explore>div {
    width: 50%;
}

.explore {
    height: 500px;
    align-items: center;
}

.explore .slick-arrow {
    bottom: 0;
    left: 0;
}

.explore .slick-next {
    bottom: 0;
    left: 55px;
}

.left-slider {
    transform: translateX(-6%);
    padding-left: 15px;
}


.left-slider-inner {
    max-width: 250px;
    margin: auto;
}

.right-slider {
    transform: translateX(6%);
}

.slider-nav {
    /* transform: rotate(180deg); */
    transform: rotate(0deg);
}


/*events  mobile view */
.right-slider .item-nav>div p {
    padding-bottom: 0;
}

.explore .slick-initialized .slick-slide.item {
    text-align: center;
}

.explore .slick-slide img {
    max-width: 220px;
}

.explore .slick-dots {
    top: auto;
    bottom: -40px;
}

.explore-outer {
    position: relative;
}

.explore-bg-image1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 260px;
    width: 250px;
    zoom: 1;
}

.explore-bg-image2 {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 282px;
    height: 305px;
    zoom: 1;
}

.explore-bg-image3 {
    position: absolute;
    left: 5%;
    bottom: -35px;
    width: 173px;
    height: 163px;
    zoom: 1;
}

/* .slider-nav .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.slider-nav .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
    filter: blur(2px);
}

.slider-nav .slick-slide img {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}

.slick-custom-arrow img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(180deg) translate(50%, 50%);
}

.slick-snext,
.slick-sprev,
.slick-snext2,
.slick-sprev2,
.slick-snext3,
.slick-sprev3,
.slick-snext4,
.slick-sprev4 {
    display: block;
}

.slider-nav .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
    filter: blur(0px);
}

.slick-snext {
    opacity: 1 !important;
    transform: translate3d(20%, 0, -8px) !important;
    z-index: 1;
    perspective: 1000px;
}

.slick-snext2 {
    opacity: 1 !important;
    transform: translate3d(40%, 0, -16px) !important;
    z-index: 0;
    perspective: 1000px;
}

.slick-snext3 {
    opacity: 1 !important;
    transform: translate3d(60%, 0, -24px) !important;
    z-index: -1;
    perspective: 1000px;
}

.slick-snext4 {
    opacity: 1 !important;
    transform: translate3d(80%, 0, -32px) !important;
    z-index: -2;
    perspective: 1000px;
}

.slick-sprev {
    opacity: 1 !important;
    transform: translate3d(-20%, 0, -16px) !important;
}

.slick-sprev2 {
    opacity: 1 !important;
    transform: translate3d(-40%, 0, -16px) !important;
}

.slick-sprev3 {
    opacity: 1 !important;
    transform: translate3d(-60%, 0, -24px) !important;
}

.slick-sprev4 {
    opacity: 1 !important;
    transform: translate3d(-80%, 0, -32px) !important;
} */

.right-slider .item-nav>div {
    max-width: 460px;
}

.right-slider .item-nav>div p {
    padding-bottom: 170px;
}


/* About Section CSS */
.about-content {
    /* max-width: 470px; */
}

.about-nature {
    margin-left: -40px;
    z-index: -1;
}

.about-phyll {
    position: absolute;
    left: 24%;
    top: 22%;
}

.about-phyll img {
    width: 200px;
}

/* Venture Section CSS */
.park-gallery p {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.park-gallery a {
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    border-radius: 15px;
    cursor: unset;
}

.park-gallery a img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.park-gallery a:hover img {
    opacity: .8;
    transform: .3s ease;
}


/* Download Section CSS */
.download-section {
    padding: 70px 0 90px;
}

.download-banner {
    padding: 50px 0;
    position: relative;
    min-height: 380px;
    background: #1670000D;
    border-radius: 15px;
    overflow: hidden;
    display: table;
    width: 100%;
}

.download-text-content {
    padding: 0 20px;
}

.download-banner::after {
    content: "";
    background-image: url(https://d1snbgmll9jed6.cloudfront.net/website/images/download-phil.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    width: 500px;
    z-index: -1;
    height: 385px;
}

.download-banner::before {
    content: "";
    z-index: -1;
    background-image: url(https://d1snbgmll9jed6.cloudfront.net/website/images/download-phil-1.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 240px;
    height: 200px;
}

.store-links li a {
    height: 56px;
    width: 180px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.store-links li:last-child a {
    margin-right: 0px;
}

.store-links li a img {
    height: 100%;
    width: 100%;
}

/* Footer Section CSS */
.footer-fixed .wrapper {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

/* .wapper-box{
    height: calc(100vh - 200px);
} */

.footer-links li {
    margin-left: 20px;
}

.footer-row {
    padding: 30px 0;
    border-top: 1px solid rgba(22, 112, 0, 0.3);
    margin: 0;

}

.faqs-overlay .footer-row {
    position: relative;
    z-index: -1;
}

.footer-row>div {
    padding: 0;
}


/* contact us */

.inner-header {
    width: 100%;
    min-height: 350px;
    position: relative;
    background: #1670000D;
}

.inner-header::before {
    content: "";
    background-image: url(../images/phil-2.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 12%;
    top: 0;
    width: 280px;
    height: 170px;
}

.inner-header:after {
    content: "";
    background-image: url(../images/phil-3.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 435px;
    height: 100%;
}

.inner-header .container::after {
    content: "";
    background-image: url(../images/phil-1.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 23%;
    bottom: 0;
    width: 200px;
    height: 135px;
    z-index: 9;
}

.privacyErr {}


.inner-header .bg-image1 {
    zoom: .8;
}

.inner-header .bg-image2 {
    zoom: 1;
    right: 40px;
}

.inner-header .bg-image3 {
    zoom: 1;
    bottom: -45px;
    right: 200px;
}

.innerHeader-content h3 {
    position: relative;
    padding-bottom: 60px;
}

.innerHeader-content h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    width: 35px;
    background-color: #167000;
    border-radius: 5px;
    bottom: 30px;
}

#contact_form {
    margin: 0 auto;
    max-width: 770px;
}

.radio-group {
    margin: 20px 0px !important;
}

.radio-group,
.text-group {
    margin: 0 -15px;
    color: #3A3937;
}

.radio-group>div,
.text-group>div {
    padding: 0 15px;
    width: 50%;
}

.custom-control-label::before,
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border: 1px solid #c4c4c4;
}

.custom-control {
    padding-left: 45px;
    line-height: 23px;
    cursor: pointer;
    width: fit-content;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0;
    left: -45px;
    display: block;
    width: 24px;
    height: 24px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    position: absolute;
    top: 50%;
    left: -40px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    background: #167000;
    border-radius: 50%;
    transform: translateY(-50%);
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
}

.wrapper .custom-control-input:checked~.custom-control-label::before {
    color: #167000;
    border-color: #c4c4c4;
    background-color: transparent;
}

.custom-checkbox .custom-control-label,
.custom-checkbox .custom-control-label a {
    color: rgb(58 57 55 / 50%);
    font-size: 14px;
}

.custom-checkbox .custom-control-label a {
    text-decoration: underline !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/checkbox.svg);
    max-width: 22px;
}


/* Forgot Password page css */
.forgot-section {
    background-color: rgb(22 112 0 / 5%);
    position: relative;
    z-index: 1;
    min-height: 500px;
    display: table;
    width: 100%;
}

.bg-image1 {
    position: absolute;
    top: 0;
    left: -50px;
    height: 570px;
    width: 587px;
    zoom: 1;
}

.bg-image2 {
    position: absolute;
    right: 40px;
    top: 0;
    width: 318px;
    height: 267px;
    zoom: 1;
}

.bg-image3 {
    position: absolute;
    right: 10%;
    bottom: -35px;
    width: 173px;
    height: 163px;
    zoom: 1;
}

.forgot-section p {
    max-width: 635px;
    margin: 0 auto;
}

.forgot-section .form-control {
    background-color: #ffffff;
    position: relative;
}

#forgot-form {
    max-width: 770px;
    margin: 20px auto;
    position: relative;
    z-index: 99;
}

.captcha {
    margin-bottom: 20px;
}

.field-passwordresetrequestform-recaptcha label {
    display: none;
}

.modal-dialog {
    max-width: 768px;
}

.modal-content {
    border-radius: 30px;
    outline: 0;
    padding: 85px 0;
    overflow: hidden;
}

button.close {
    position: absolute;
    right: 35px;
    top: 30px;
    color: #A0A5BA;
    font-weight: 500;
    /* height: 14px;
    width: 14px; */
}

.modal-dialog button.close {
    border: none;
    background: transparent;
}

.modal-dialog button.close span {
    font-size: 30px;
}

.modal-btns .btn {
    padding: 13px 32px;
    margin: 0 10px;
}

.white-btn {
    background-color: #FFFFFF;
    border: 1.5px solid rgba(58, 57, 55, 0.25);
    color: #3A3937;
}

.wrapper .white-btn:hover {
    color: #3A3937;
    background-color: #FFFFFF;
    border: 1.5px solid rgba(58, 57, 55, 0.25);
}

.modal-content .bg-image1 {
    zoom: .8;
}

.modal-content .bg-image2 {
    zoom: 1;
    right: -80px;
}

.modal-content .bg-image3 {
    zoom: 1;
    bottom: -45px;
}

/* Needhelp Section CSS */

.needHelp-wrap {
    margin: 0 -15px 60px;
}

.needHelp-wrap>div {
    padding: 0 15px;
}

.needHelp-box {
    padding: 30px;
    border: 1px solid rgba(58, 57, 55, 0.15);
    border-radius: 10px;
    word-wrap: break-word;
    width: 370px;
    display: block;
}

.faqs-overlay .needHelp-box {
    position: relative;
    z-index: -1;
}

.needHelp-box h5 {
    padding: 10px 0;
}

.needHelp-box span {
    display: inline-block;
    height: 35px;
    line-height: 35px
}

.needhelp-content p {
    max-width: 720px;
    margin: 0 auto;
}


.aboutpage-content p {
    padding: 20px 0 0;
}

.aboutpage-content p:first-child {
    padding: 0;
}


/* FAQ Page CSS */
.contentWrapper {
    margin: 0 -15px;
    position: relative;
}

.contentWrapper>div {
    padding: 0 15px;
    width: 100%;
}

.sidebar-wrapper {
    width: 400px;
    margin-right: 25px;
    position: relative;
    margin-left: 0;
}

.sidebar {
    padding: 30px 15px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    background: #1670000D;
    min-height: 600px;
}

#sticky.stick {
    position: fixed;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
}

#sticky.stick::-webkit-scrollbar {
    -webkit-appearance: none;
}

#sticky.stick::-webkit-scrollbar:vertical {
    width: 0;
}

#sticky.stick::-webkit-scrollbar:horizontal {
    height: 0;
}

#sticky.stick::-moz-scrollbar {
    -webkit-appearance: none;
}

.main-content.mLeft {
    margin-left: 425px;
}

.sidebar .side-link {
    color: #3A3937;
    cursor: pointer;
    width: fit-content;
}

.sidebar::before {
    content: "";
    background-image: url(../images/starting-point-1.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 185px;
}

.sidebar::after {
    content: "";
    background-image: url(../images/starting-point-3.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    width: 135px;
    height: 200px;
}


.dropdown-content:after {
    content: "";
    background-image: url(../images/starting-point-2.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
}

.side-link {
    display: block;
    padding: 12px 15px;
    background-color: transparent;
    z-index: 99;
}

.side-link.active-tab {
    color: #167000;
}

.side-link.nav-link.active,
.nav-pills .show>.nav-link {
    color: #167000;
    background-color: transparent;
}

.main-content {
    width: calc(100% - 400px);
    /* height: 700px;
    overflow-y: auto; */
}

/* .main-content::-webkit-scrollbar {
    -webkit-appearance: none;
}

.main-content::-webkit-scrollbar:vertical {
    width: 0;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 0;
}

.main-content:-moz-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.main-content::-moz-scrollbar {
    -webkit-appearance: none;
} */

#accordionMain>.item>.item-header a {
    padding: 15px 40px 15px 15px;
    position: relative;
}

#accordionMain .item {
    padding: 15px;
    border-radius: 5px;
    border: none;
}

#accordionMain>.item {
    padding: 0;
    margin-bottom: 20px;
}

.item-header {
    background-color: #D0E2CC;
    border-radius: 5px;
}

.item-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-header a i {
    position: absolute;
    right: 20px;
}

.item-header a:hover {
    color: #3A3937;
}

#accordionMain i {
    font-size: 26px;
}

.item-header a h6 {
    font-size: 16px;
}

.item .collapse p {
    padding-top: 15px;
}

#accordionInner {
    margin: 15px 0 0 15px;
}

.question-list li {
    margin: 15px 0 0 15px;
}

.question-list a {
    background-color: #F7F8FA;
    display: block;
    cursor: pointer;
    padding: 12px 40px 12px 15px;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
}

.question-list a i {
    position: absolute;
    right: 20px;
}

.overlay-wrap {
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.overlay-box {
    max-width: 770px;
    margin: 0 auto;
}

.overlay-box>a {
    padding-bottom: 25px;
}

.search-box {
    position: relative;
    z-index: 9;
}

.has-search {
    position: relative;
    margin-bottom: 0;
    max-width: 770px;
    margin: 0 auto;
    z-index: 99;
}

.has-search .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #3a3937;
    z-index: 99;
}

.has-search.search-boxs i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #3a3937;
    z-index: 99;
}

.has-search .clear-search {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #3a3937;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.has-search .clear-search.show {
    display: block;
}

.form-group.has-search .form-control {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
    background: #ffffff;
}

.previous-link i {
    color: #3a3937;
    font-size: 20px;
}

.previous-link p {
    text-decoration: underline;
}

.description-box {
    background-color: #F7F8FA;
    border-radius: 5px;
    padding: 20px 15px;
    color: #3A3937;
    min-height: 400px;
}

.desc-content p {
    font-size: 14px;
    color: #3A3937;
    line-height: 20px;
}

.desc-content p,
.desc-content ul {
    padding-top: 15px;
}

.img-box {
    max-width: 165px;
    height: auto;
    object-fit: cover;
}

.img-box img {
    width: 100%;
    height: auto;
}

.desc-box {
    width: 55%;
}

.desc-box span {
    font-size: 14px;
    color: #3A3937BF;
    line-height: 20px;
}

.toggle-btn,
.close-btn {
    display: none;
}

/* Privacy Page CSS */

.container2 {
    max-width: 1240px;
    margin: 0 auto;
}

.privacypage-content li {
    list-style-type: decimal;
    padding-top: 2px;
}

.inner-list li {
    list-style-type: lower-alpha;
    margin: 0px 0px 0px 20px;
}

.privacypage-content li a {
    word-break: break-word;
    color: #007bff;
}


.innerlist2 li {
    list-style-type: lower-roman;
}

.privacypage-content .inner-list b,
.privacypage-content .inner-list strong {
    color: #3A3937;
}

/* terms and conditions page css */

.termsandConditions-content h6 {
    padding: 30px 0px 20px;
    font-size: 20px;
}

.termsandConditions-content li {
    list-style-type: decimal;
    padding-top: 5px;
}

.termsandConditions-content .inner-list b,
.termsandConditions-content .inner-list strong,
.termsandConditions-content strong {
    color: #3A3937;
    font-weight: 500;
}

.termsandConditions-content .innerlist2 li {
    list-style-type: lower-alpha;
    margin: 0px 0px 0px 20px;
}

.main-content .fade:not(.show) {
    opacity: 0;
    display: none;
}

.floating input, .floating textarea {
    transition: .3s ease;
    border: 1px solid #F7F8FA;
}

.floating input:hover,
.floating input:active,
.floating input:focus,
.floating textarea:hover,
.floating textarea:active,
.floating textarea:focus {
    outline: none;
    border: 1px solid #1460C4;
    background-color: #CDE4FA;
    transition: .3s ease;
}

.floating .has-error input,
.floating .has-error textarea {
    outline: none;
    border: 1px solid #C41200;
    background-color: #F9E7E6;
    transition: .3s ease;
}


.floating .custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.error .custom-control-label::before,
.error .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #C41200;
    background-color: #F9E7E6;
}

.custom-control-label::after {
    background: no-repeat 75%/75% 75%;
    cursor: pointer;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.error-message,
.help-block {
    color: #C41200 !important;
    display: block;
    margin-top: 8px;
}

.floating {
    margin-bottom: 2rem;
}

/* 
.floating:hover,
.floating:focus-within {
    background-color: var(--field__background--hover);
}

.floating-input {
    padding: 2rem 1rem 0.6rem;
    transition: border-color 0.2s ease;
    caret-color: var(--color__accent);
    background: #F7F8FA;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #3A3937;
    width: 100%;
    min-height: 70px;
    border: 1px solid #F7F8FA;
}


.floating-input::placeholder {
    color: rgba(0, 0, 0, 0);
}

.floating-label {
    display: block;
    position: relative;
    max-height: 0;
    font-weight: 500;
    pointer-events: none;
    margin-bottom: 0;
    color: #3A393780;
} */

.form-floating>label {
    color: #3A393780;
}

.floating-label::before {
    color: var(--label__color);
    content: attr(data-content);
    display: inline-block;
    filter: blur(0);
    backface-visibility: hidden;
    transform-origin: left top;
    transition: transform 0.1s ease;
    left: 0;
    position: relative;
    color: #3A393780;
}

.custom-textarea textarea {
    min-height: 120px;
}

/* teaxtarea */
/* .textarea-box .floating-label::before,
.textarea-box .floating-input:focus+.floating-label::before {
    transform: translate3d(0, -6.75rem, 0) scale3d(0.82, 0.82, 1);
}

.textarea-box .floating-input:placeholder-shown+.floating-label::before {
    transform: translate3d(0, -6.12rem, 0) scale3d(1, 1, 1);
    background-color: transparent;
}

.field-feedbackform-message {
    overflow: hidden;
} */

/* .textarea-box .floating-label::before,
.textarea-box .floating-input:focus+.floating-label::before {
    position: absolute;
    top: 1px;
    left: 2px;
    height: 32px;
    width: 99.5%;
    height: 32px;
    padding: 0 15px;
    border-radius: 4px;
    background: rgb(205 228 250 / 90%);
    transform: translate3d(0, -7.12rem, 0) scale3d(1, 1, 1);
    display: flex;
    align-items: center;
} */



/* .textarea-box .has-error .floating-label::before,
.textarea-box .has-error.floating-input:focus+.floating-label::before {
    background: #F9E7E6 !important;
}

.textarea-box .has-success .floating-label::before,
.textarea-box .has-success.floating-input:focus+.floating-label::before,
.floating .has-success textarea:hover,
.floating .has-success textarea:active {
    background: #F7F8FA !important;
    border: 1px solid #F7F8FA;
} */

.password-box {
    position: relative;
}

.wrapper .password-box input {
    padding-right: 55px;
}

.floating.forget-password img {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.password-show {
    max-width: 20px;
}

.wrapper .custom-control-input {
    opacity: 0;
    display: none;
}

.floating .custom-control-input:focus-visible,
.floating .custom-control-input:hover,
.floating .custom-control-input:active,
.floating .custom-control-input:focus-visible,
.floating .custom-control-input:hover,
.floating .custom-control-input:active {
    opacity: 0;
}

.password-hide {
    max-width: 20px;
}

.disable {
    background: #3A39371A;
    color: #3A393766;
}

.disable:hover {
    color: #3A393766;
}

.captcha {
    margin: 35px auto;
    display: flex;
    justify-content: center;
}

.feedback-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    padding: 20px;
    border: 1px solid #6BC200;
    box-shadow: 0px 4px 6px -1px rgb(16 24 40 / 10%), 0px 2px 4px -2px rgb(16 24 40 / 10%);
    border-radius: 5px;
    background: #E8F1E6;
    margin: 40px auto;
}

.check-icon,
.close-icon {
    height: auto;
    max-width: 20px;
    object-fit: cover;
    margin: 0 5px;
}

.check-icon img,
.close-icon img {
    width: 100%;
    height: 100%;
}

.forget-password {
    text-align: left;
}

.forget-password input {
    background-color: #fff;
}

.announcement-outer {
    /* padding: 0; */
}

.announcement-box {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.announcement-box .announcement-text {
    width: 100%;
    /* width: calc(100% - 1); */
    background: #FFD600;
    border-radius: 100px;
    padding: 15px 50px 15px 30px;
    justify-content: space-between;
    margin: 20px auto 0;
    position: relative;
    display: table-cell;
}

.announcement-box .announcement-text p {
    color: #3A3937;
}

.announcement-images {
    width: 160px;
    height: auto;
    display: table-cell;
    position: absolute;
    z-index: 9;
    left: -15px;
    display: none;
}

.announcement-box .announcement-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
    display: flex;
}

.video-container {
    height: 500px;
}

#videoModal .modal-content {
    padding: 0;
}

#videoModal .modal-content iframe {
    border-radius: 20px;
}

#agree1 {
    margin-top: -50px;
    position: absolute;
    display: none;
}

.field-agree1 label {
    display: none;
}

.suggestions {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 400px);
}

.suggestions::-webkit-scrollbar {
    -webkit-appearance: none;
}

.suggestions::-webkit-scrollbar:vertical {
    width: 0;
}

.suggestions::-webkit-scrollbar:horizontal {
    height: 0;
}

.suggestions::-moz-scrollbar {
    -webkit-appearance: none;
}

.suggestions li {
    list-style: none;
    padding: 15px 40px 15px 20px;
    display: flex;
    justify-content: space-between;
    /* text-transform: capitalize; */
    background: #F7F8FA;
    border-radius: 5px;
    margin: 12px 0;
    cursor: pointer;
}

.suggestions li p {
    text-align: left;
    /* text-transform: lowercase; */
}

.suggestions li p::first-letter {
    /* text-transform: uppercase; */
}

.suggestions li .question {
    font-size: 12px;
    color: #167000;
}

.suggestions li .answer {
    color: rgba(58, 57, 55, 0.75);
}

.high-light {
    color: #3A3937;
    font-weight: 700;
}

.question-heading {
    color: #3A3937;
}

.search-inner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.search-inner-box i {
    font-size: 25px;
    color: #3A3937;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.wrapper .no-results-found {
    padding: 12px 15px;
}

.no-results-found .search-inner-box {
    justify-content: flex-start;
}

.img-content {
    height: 85px;
    width: 100px;
}

.no-results-found .search-inner-box .txt {
    padding-left: 10px;
}

.no-results-found .search-inner-box .txt h5 {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    color: #3A3937;
}

.img-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.faqs-overlay {
    opacity: 0.8;
    position: fixed;
    z-index: 999;
    background: #030C01;
    overflow-y: auto;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.faqs-overlay .contentWrapper>div {
    z-index: -1;
    position: relative;
    opacity: .2;
}

.copyright p {
    color: #373636;
}

.pl-2 {
    padding-left: 4px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #167000;
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
    color: #ffffff;
}

/* * Copyright (c) 2012 Thibaut Courouble
 * Licensed under the MIT License
   ================================================== */