* {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --dd-main-color: #ff9801;
    --dd-main-border-color: #efefef;
    --dd-background-1: #f4f4f4;
    --dd-background-2: #efefef;
    --dd-color-1: #d1d1d1;
    --dark-charcoal: #323232;
}

body {
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 500;
    margin: 0;
    color: var(--dark-charcoal);
    line-height: 1.4em;
}

h1 {
    font-size: 42px;
    line-height: 1.2em;
}

h2 {
    font-size: 30px;
    line-height: 1.2em;
}

h3 {
    font-size: 26px;
    line-height: 1.2em;
}

h4 {
    font-size: 21px;
    line-height: 1.2em;
}

h5 {
    font-size: 18px;
    line-height: 1.2em;
}

h6 {
    font-size: 16px;
    line-height: 1.2em;
}

.new_front_pages {
    color: var(--dark-charcoal);
    background: #fff;
    padding-top: 65px;
}

.container {
    position: relative;
    z-index: 0;
}

.front_header {
    z-index: 200;
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    padding-right: 65px;
}

.header_top {
    height: 65px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 200;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--dd-main-border-color);
}

.front_header .logo {
    /* padding: 12px; */
}

.logo_img {
    height: 50px;
    width: auto;
}

.header_menu_container .header_menu .menu_item {
    display: inline-flex;
    margin: 0 5px;
    position: relative;
}

.header_menu_container .header_menu .sub_menu .menu_item {
    display: inline-flex;
    margin: 0 5px;
    position: relative;
    width: 100%;
}

.header_menu_container .header_menu .menu_item_has_children {
    background-image: url(img/arrow-down-tiny.svg);
    background-position: right 4px top 17px;
    background-repeat: no-repeat;
    background-size: 8px auto;
    padding-right: 8px;
}

.header_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header_menu_container .header_menu a {
    color: #383838;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 15px;
}

.header_menu_container .header_menu .nav_ul_container {
    z-index: 5000;
    width: 200px;
    display: none;
    position: absolute;
    top: 30px;
    right: 50%;
    text-align: left;
    background-position: center 6px;
    background-repeat: no-repeat;
    transform: translateX(50%);
}

.header_search {
    width: 220px;
    height: 64px;
    padding-left: 1px;
    padding-right: 1px;
    border-left: 1px solid var(--dd-main-border-color);
    border-right: 1px solid var(--dd-main-border-color);
    overflow: hidden;
}

.header_right {
    display: flex;
    align-items: center;
}

.header_search_form,
.header_search_form_input {
    height: 100%;
    position: relative;
}

.header_search_form_input {
    border: 0 none #fff;
    font-size: 16px;
    padding: 10px 15px;
}

.header_menu_container .header_menu li:hover .nav_ul_container {
    display: block;
}

.innericon {
    background-image: url(img/search.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.header_menu_container .header_menu li.menu_item_has_children .nav_ul_container:before {
    content: "";
    display: block;
    background-image: url(img/arrow.svg);
    margin-left: 85px;
    margin-bottom: -1px;
    position: relative;
    z-index: 100;
    background-repeat: no-repeat;
    width: 31px;
    height: 11px;
    background-size: 100% auto;
}

.header_menu_container .header_menu ul {
    list-style-type: none;
    list-style-position: outside;
    font-size: 12px;
}

.header_menu_container .header_menu .nav_ul_container ul {
    border: 1px solid var(--dd-main-border-color);
    background: #fff;
}

.banner {
    padding: 210px 0;
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
}

.banner_image {
    position: absolute;
    top: 50%;
    right: -26px;
    width: 45%;
    height: auto;
    transform: translateY(-50%);
}

.banner h1 {
    font-size: 50px;
    font-weight: 600;
    opacity: 0;
    text-decoration: underline;
}

.wrapper {
    width: 1240px;
    margin: 0 auto !important;
    overflow: hidden;
    position: relative;
}

.banner_activate {
    padding: 50px 0;
    height: calc(100vh - 66px);
    min-height: 550px;
}

.activate_form {
    max-width: 640px;
    margin: auto;
}

.activate_form .form_control {
    padding: 0 10px;
}

.activate_form .form_group {
    width: 100%;
    display: inline-block;
    margin-top: 20px;

}

.activate_form .form_input_button {
    text-align: right;
    margin: 20px 10px 0 10px;
}

.activate_form .button {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    padding: 12px 20px;
    background-color: #606060;
    border-radius: 5px;
    border: 0;
    color: white;
    cursor: pointer;
    transition: 0.25s ease;
    text-align: center;
    text-align: -webkit-center;
}

.activate_form .button:hover {
    box-shadow: 0 5px 10px #cccccc;
}

.activate_form .form_control .form_input {
    width: 100%;
    padding: 9px 16px;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 16px;
    border: 2px SOLID #eae7e1;
    background: transparent;
    margin-top: 10px;
    box-sizing: border-box;
}

.activate_form .form_control label {
    display: block;
    font-size: 18px;
}

.banner_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
}

.banner_left {
    width: calc(55% + 26px);
}

.banner_desc {
    font-size: 30px;
    margin-top: 30px;
    line-height: 1.2em;
    margin-bottom: 40px;
    width: 90%;
}

.banner_right {
    width: 31%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_login {}

.login_form {
    padding: 25px 36px 0px 36px;
    overflow: hidden;
    color: #046461;
    position: relative;
}

.login_form_title {
    font-size: 21px;
    line-height: 1.2em;
    color: var(--dark-charcoal);
    font-weight: 700
}

.login_form_text {
    font-size: 13px;
    color: #b2b2b2;
    margin-top: 15px;
    margin-bottom: 40px;
    display: block;
}

.login_bottom {
    padding: 18px 36px;
    border-top: 1px solid #f1efef;
    overflow: hidden;
    margin-top: 40px;
    text-align: right
}

a.login_bottom_register {
    color: #808080;
    font-size: 13px !important;
    text-decoration: underline;
}

.shape-1 {
    width: 250px;
    height: 250px;
    background-image: url("img/shape-1.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: 0;
    right: -2%;
    top: -5%;
    animation-name: animateShape-1;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.shape-2 {
    width: 214px;
    height: 240px;
    background-image: url("img/shape-2.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: 0;
    left: 14%;
    top: -2%;
    animation-name: animateShape-2;
    animation-duration: 22s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

.frontpage-style-2 .shape-2 {
    left: 7%;
    top: -2%;
}

.shape-3 {
    width: 257px;
    height: 208px;
    background-image: url("img/shape-3.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: 0;
    right: -2%;
    bottom: 6%;
    animation-name: animateShape-3;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.shape-4 {
    width: 200px;
    height: 200px;
    background-image: url("img/shape-4.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: 0;
    left: -2%;
    bottom: 6%;
    animation-name: animateShape-4;
    animation-duration: 120s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.shape-5 {
    width: 340px;
    height: 340px;
    background-image: url("img/shape-6.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 14%;
    animation-name: animateShape-5;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.shape-6 {
    width: 53px;
    height: 51px;
    background-image: url("img/shape-5.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: 0;
    left: 2%;
    top: 3%;
    animation-name: animateShape-6;
    animation-duration: 120s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

a.hero_button {
    font-size: 20px;
    padding: 10px 35px;
    color: #ffffff;
    margin-right: 10px;
    display: inline-block;
}

a.join {
    background-color: #ff9801 !important;
    border: 1px solid transparent;
    transition: background-color .4s, border .4s, color .4s;
}

a.join:hover {
    background-color: transparent !important;
    border: 1px solid #ff9801;
    color: #ff9801;
}

.hero_button.alternative {
    background-color: transparent;
    color: var(--dark-charcoal);
    border: 2px solid #e0e0e0;
    transition: background-color .4s, border .4s, color .4s;
}

.hero_button.alternative:hover {
    background-color: #e0e0e0;
    border: 2px solid transparent;
    color: var(--dark-charcoal);
}

.footer {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid var(--dd-main-border-color);
    color: #a2a2a2;
    position: relative;
    z-index: -1;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
    padding-bottom: 26px;
}

.footer_column {}

.footer_columns_col_1 {
    width: 17%
}

.footer_logo {
    width: 80%;
    margin-bottom: 15px;
}

.footer_logo img {
    height: 34px;
    width: auto;
}

.footer_column p {
    font-size: 14px;
    line-height: 1.3em;
}

.footer_column h6 {
    margin-bottom: 12px;
    margin-top: 0px;
}

.footer_menu {}

.footer_menu li {
    line-height: 1em;
    display: inline-block;
    width: 100%;
    margin-top: 10px
}

.footer_menu li:first-child {
    margin-top: 0
}

.footer_menu li a {
    font-size: 14px;
    line-height: 1.4em;
    color: var(--dark-charcoal);
}

.footer_columns_col_3 {
    width: 24%;
}

.social_icons {
    display: flex;
    justify-content: space-between
}

.social_icons a {
    display: inline-block;
}

footer .social_icons img {
    width: auto;
    height: 26px;
    float: right;
}

.footer_copyright {
    margin-top: 0px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid var(--dd-main-border-color);
}

.c_editor {
    line-height: 1.5;
    font-size: 14px;
    margin-top: 20px;
    color: #555;
    margin-bottom: 20px;
}

.c_editor p {
    margin-top: 10px;
    word-break: break-word;
}

.c_editor strong {
    font-weight: bold;
}

.c_editor i,
.c_editor em {
    font-style: italic;
}

.c_editor em {
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.2px;
}

.c_editor>ul,
.c_editor>ol {
    margin-top: 30px;
}

.c_editor ul li,
.c_editor ol li {
    list-style: none;
}

.c_editor ul li {
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
    word-break: break-word;
}

.c_editor ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background-color: #555;
    border-radius: 50%;
    content: '';
}

.two_column .c_editor ul li:before {
    top: 8px;
}

.c_editor ul li {
    border-radius: 0;
}

.c_editor ol {
    counter-reset: item;
}

.c_editor ol li {
    counter-increment: item;
    padding-left: 0px;
    margin-top: 10px;
    display: table;
    word-break: break-word;
}

.c_editor ol li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    font-size: 14px;
    line-height: 1;
    padding-right: 5px;
    white-space: nowrap;
}

.c_editor blockquote {
    font-weight: bold;
    border-left: 3px solid;
    position: relative;
    background-color: #fafafa;
    padding: 25px 30px;
    margin-top: 40px;
}

.c_editor blockquote p {
    margin-top: 0;
}

.c_editor img.alignright {
    float: right;
}

.c_editor img.alignleft {
    float: left;
}

.c_editor img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.c_editor .alignright {
    float: right;
}

.c_editor .alignleft {
    float: left;
}

.c_editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.c_editor figure {
    width: auto !important;
    max-width: 100%;
}

.c_editor img {
    width: auto;
    height: auto;
}

.c_editor p:after {
    clear: both;
    content: '';
    display: block;
}

.c_editor table {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #707070;
    border-left: none;
    border-top: none;
}

.c_editor table td {
    padding: 10px;
    border-top: 1px solid #707070;
    vertical-align: middle;
    border-left: 1px solid #707070;
    word-break: break-word;
}

.c_editor>*:first-child,
.c_editor ul li:first-child {
    margin-top: 0;
}

.c_editor a {
    transition: color .5s;
}

.c_editor a:hover {}

.c_editor h1,
.c_editor h2,
.c_editor h3,
.c_editor h4,
.c_editor h5,
.c_editor h6 {
    margin-top: 30px;
    line-height: 1.1;
    font-weight: bold;
    word-break: break-word;
}

.c_editor h1 {
    font-size: 38px;
}

.c_editor h2 {
    font-size: 34px;
}

.c_editor h3 {
    font-size: 29px;
}

.c_editor h4 {
    font-size: 22px;
}

.c_editor h5 {
    font-size: 17px;
}

.c_editor h6 {
    font-size: 15px;
}

.breadcrumbs {
    font-size: 13px;
    color: #989898;
    margin-bottom: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--dd-main-border-color);
    font-weight: 400;
    overflow: hidden;
}

.breadcrumbs a {
    display: inline !important;
    font-weight: 500;
    color: #989898;
}

.breadcrumbs .current {
    color: #444;
}

h1.page-title {
    font-size: 36px;
    font-weight: 600;
    width: 100%;
    margin-top: 0;
    margin-bottom: 18px;
}

.register {
    display: none;
}

.banner_register .login {
    display: none;
}

.header_right a.hero_button {
    font-size: 15px;
    padding: 7px 25px;
    margin: 0 0 0 15px;
}

.banner_register .register {
    display: block;
}

.txt_center {
    text-align: center;
}

.col {
    display: inline-block;
}

.col_2 {
    width: 50%;
}

.col_3 {
    width: 33.33%;
}

.image {
    position: relative;
    display: block;
}

.bg_full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url() no-repeat 50% 50%;
    overflow: hidden;
    background-size: cover;
}

.membership_program,
.core_features,
.faq_sec {
    padding-top: 150px;
    padding-bottom: 150px;
}

.core_features_wrapper,
.mem_prg_wrapper,
.faq_wrapper {
    padding: 0 60px;
}

.core_features_wrapper .row {
    display: flex;
    margin: 0 -15px;
}

.core_features_wrapper .row.mt_80 {
    margin-top: 80px;
    padding-bottom: 10px;
}

.core_features_wrapper .col {
    padding: 0 15px;
}

.short_desc {
    color: var(--dark-charcoal);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.title_48 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark-charcoal);
}

.core_features .title_48 {
    margin-top: 8px;
}

.desc {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-charcoal);
}

.core_features .desc {
    margin-top: 15px;
    line-height: 1.3;
    font-size: 16px;
}

.b_grid {
    transition: all .3s;
}

.b_grid:hover {
    box-shadow: 0 2px 5px #0003;
    border-radius: 16px;
}

.b_grid .image {
    padding-top: 56%;
}

.b_grid .cont_box {
    padding: 50px;
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    border-left: 2px solid #f4f4f4;
    text-align: left;
    border-radius: 0 0 16px 16px;
}

.title_40 {
    font-weight: 700;
    line-height: 1.3;
    font-size: 40px;
    color: var(--dark-charcoal);
}

.b_grid .title_40 {
    margin: 20px 0 10px 0;
}

.b_grid .desc {
    padding-top: 15px;
    margin-top: 0;
    line-height: 1.3;
    font-weight: 500;
}

.button-arrow-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    gap: 4px;
    line-height: 1.5;
    margin-top: 30px;
}

.button-arrow-link .icon-embed-xxsmall {
    width: 16px;
    height: 20px;
}

.card_box {
    background-color: #f5f5f5;
    border: 1px solid #f4f4f4;
    padding: 25px;
    border-radius: 12px;
    transition: all .3s;
}

.card_box .card_box_span,
.mem_prg_list .card_box_span {
    background-color: #ff9801;
    color: #fff;
    display: inline-block;
    padding: 12px 10px;
    font-size: 13px;
    border-radius: 7px;
}

.mem_prg_list .card_box_span {
    padding: 15px 20px;
    font-size: 21px;
}

.card_box:hover {
    box-shadow: 0 2px 5px #0003;
}

.title_20 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--dark-charcoal);
}

.card_box .title_20 {
    margin-top: 30px;
}

.card_box .button-arrow-link {
    margin-top: 25px;
}

.card_box img {
    height: 48px;
}

.h_grid {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
    transition: all .3s;
}

.h_grid:hover {
    box-shadow: 0 2px 5px #0003;
    border-radius: 16px;
}

.h_grid .cont_box {
    padding: 25px;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    border-left: 2px solid #f4f4f4;
    border-radius: 16px 0 0 16px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h_grid .image {
    padding-top: 42%;
    width: 50%;
    border-radius: 0 16px 16px 0;
}

.h_grid .image .bg_full {
    border-radius: 0 16px 16px 0;
}

.h_grid .desc {
    margin-top: 10px;
}

.h_grid .button-arrow-link {
    margin-top: 25px;
}

.core_features_wrapper .col.col_2:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mem_prg_wrapper .title_48,
.mem_prg_wrapper .desc {
    max-width: 600px;
}

.mem_prg_wrapper .title_40 {
    margin-top: 20px;
}

.mem_prg_wrapper .desc {
    margin-top: 30px;
}

.mem_prg_list {
    background-color: #fff;
    border: 2px solid #f6f8fc;
    padding: 20px 20px 40px;
    border-radius: 16px;
    transition: all .3s;
    margin-bottom: 10px;
}

.mem_prg_list:hover {
    box-shadow: 0 11px 19px 3px #0003;
}

.mem_prg_list img {
    height: 80px;
}

.mem_prg_list .desc ul li {
    position: relative;
    padding-left: 45px;
}

.mem_prg_list .desc ul li+li {
    margin-top: 16px;
}

.mem_prg_list .desc ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../assets/right-arrow-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    max-width: 30px;
    max-height: 30px;
}

.mem_prg_wrapper .row {
    display: flex;
    margin: 0 -15px;
}

.mem_prg_wrapper .row.mt_80 {
    margin-top: 80px;
}

.mem_prg_wrapper .col {
    padding: 0 15px;
}

.membership_program {
    background-color: aliceblue;
    background: linear-gradient(to bottom, transparent 50%, #f5f5f5 50%);
}

.title_24 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--dark-charcoal);
}

.faq_sec .short_desc {
    letter-spacing: 1.12px;
    text-transform: uppercase;
    line-height: 1.7;
    font-weight: 700;
}

.title_24 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--dark-charcoal);
}

.faq_sec .title_24 {
    margin-top: 20px;
}

.faq_wrap {
    max-width: 840px;
    margin: 50px auto 0;
}

.faq_wrap .accordion li {
    border: 1px solid #e4e6f1;
    border-radius: 10px;
    padding: 22px 30px;
}

.faq_wrap .accordion li+li {
    margin-top: 25px;
}

.faq_wrap .toggle_tit {
    cursor: pointer;
    position: relative;
    letter-spacing: -0.48px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.faq_wrap .inner_content {
    letter-spacing: -0.32px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
    display: none;
    max-width: 700px;
}

.faq-icon-square {
    background-color: #F08057;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    display: flex;
}

.faq-arrow {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
    color: #FFFFFF;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.faq-arrow svg {
    transform: scale(1.5);
}

.toggle_tit.open .faq-arrow {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}


.pricing {
    padding: 110px 0;
}

.pricing_wrapper {
    padding: 0 60px;
}

.pricing_wrap .row {
    display: flex;
    align-items: center;
}

.pricing_tabs {
    background-color: #FCF6EC;
    border-radius: 12px;
    width: 100%;
    max-width: 480px;
    padding: 10px;
    display: flex;
}

.pricing_tab_link {
    color: #000000 !important;
    text-align: center;
    background-color: #0000;
    border-radius: 4px;
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.pricing_tab_link.active {
    background-color: #ff9801;
    color: #FFFFFF !important;
    border: 2px solid #ff9801;
}

.tab_desc {
    margin-top: 12px;
}

.range_wrapper {
    position: relative;
    width: 100%;
    padding-left: 24px;
    padding-right: 12px;
    margin-top: 56px;
}

.value_bubble {
    position: absolute;
    display: inline-block;
    top: -49px;
    left: 202.8px;
    transform: translateX(-50%);
    background-color: #ff9801;
    color: white;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 1rem;
    white-space: nowrap;
    max-width: 140px;
    z-index: 2;
}

.value_bubble::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #ff9801 transparent transparent transparent;
}

.cookie_policy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background-color: rgb(246, 235, 214);
    transform: translateY(100%);
    transition: transform .4s
}

.cookie_policy.accepted {
    transform: translateY(0);
}

.cookie_policy_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie_policy_content a {
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

.cookie_accept {
    padding: 7px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.42857;
    text-align: center;
    position: relative;
    align-items: center;
    font-size: 14px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: border .4s, color .4s, background-color .4s;
}

.cookie_accept:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.cookie_decline {
    padding: 7px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.42857;
    text-align: center;
    position: relative;
    align-items: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: border .4s, color .4s, background-color .4s;
    display: inline-block;
}

.cookie_decline:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.styled_slider {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    margin-left: -24px;
    background: #FCF6EC;
    outline: none;
    -webkit-appearance: none;
}

.slider_scale {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    font-weight: bold;
    font-size: 1rem;
    transform: translateY(4px);
    width: calc(100% - 2px);
    margin-left: -10px;
}

.max_320 {
    max-width: 320px;
}

.pricing_wrap .max_320 {
    margin-left: auto;
}

.pricing_tabs_content {
    margin-top: 50px;
}

.pricing_plan {
    border: 2px solid #FCF6EC;
    background-color: #FFFFFF;
    border-radius: 16px;
    height: 100%;
    padding: 30px 25px;
    position: relative;
}

.pricing_header_content {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
}

.pricing_content_top {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 64px;
    display: flex;
}

.pricing_upper_content {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.pricing_upper_content .tag {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}

.price_wrap {
    margin-top: 8px;
}

.tol_price,
.tol_price_div,
.year_tol_price {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.tol_price_div>* {
    display: inline-block;
    vertical-align: bottom;
}

.sub_price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.year_price {
    color: #000000;
    line-height: 1.4;
    font-size: 15px;
}

.pricing_upper_content .desc {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    max-width: none;
}

.pricing_header_divider {
    background-color: #c3d5f7;
    width: 100%;
    height: 1px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.pricing_feature_list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: grid;
}

.pricing_header_feature {
    text-align: left;
    font-size: 14px;
    display: flex;
    align-self: start;
}

.icon-embed-xsmall.w-embed {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
}

.pricing_header_feature .desc {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 0 !important;
    margin-bottom: 0;
    color: #000000;
}

.pricing_icon_wrapper {
    color: #FFFFFF;
    flex: none;
    align-self: flex-start;
    margin-right: 16px;
}

.pricing_buttons {
    margin-top: 32px;
}

.pricing_buttons .button {
    border: 1px solid #FCF6EC;
    background-color: #FCF6EC;
    color: #FFFFFF;
    text-align: center;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    transition: all .35s;
    display: block;
}

.pricing_buttons .button+.button {
    color: #FCF6EC;
    background-color: #0000;
    border-style: none;
}

.pricing_buttons .button:hover {
    background-color: #000000;
}

.pricing_buttons .button+.button:hover {
    color: #000000;
    background-color: #0000;
}

.pricing_tab_cont .row {
    display: flex;
    justify-content: center;
    margin: 0 -15px;
}

.pricing_tab_cont .col {
    padding: 0 15px;
}

.pricing_plan.pricing_alternate {
    background-color: #ff9801;
    border: 3px solid #FCF6EC;
    box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.pricing_alternate .pricing_upper_content .tag,
.pricing_alternate .tol_price,
.pricing_alternate .year_price,
.pricing_alternate .pricing_upper_content .desc,
.pricing_alternate .pricing_header_feature .desc,
.pricing_alternate .tol_price_div,
.pricing_alternate .year_tol_price {
    color: #fff;
}

.pricing_alternate .pricing_buttons .button {
    border: 1px solid #FCF6EC;
    background-color: #FCF6EC;
    color: #000000;
}

.pricing_alternate .pricing_buttons .button+.button {
    color: #fff;
    background-color: #0000;
    border-style: none;
}

.pricing_alternate .pricing_buttons .button:hover {
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}

.pricing_alternate .pricing_buttons .button+.button:hover {
    color: #FFFFFF;
    background-color: #0000;
    border-style: none;
}

.pricing_plan_tag {
    text-align: center;
    background-color: #FCF6EC;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1;
    color: #000000;
    border-radius: 8px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    position: absolute;
    inset: -2% 0% auto;
}

.tab_desc,
.pricing_tab_cont {
    display: none;
}

.tab_desc.active,
.pricing_tab_cont.active {
    display: block;
}

input[type=range] {
    width: 100%;
    height: 10px;
    background: #ff9801;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
}

/* Chrome, Safari, Edge */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ff9801;
    /* âœ… Thumb color */
    border-radius: 50%;
    cursor: pointer;
    border: none;
    margin-top: -5px;
    /* Align thumb vertically */
}

/* Firefox */
input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ff9801;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

/* Internet Explorer (if needed) */
input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #ff9801;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.mobile_show {
    display: none;
}

.mobile_show img {
    width: 20px;
}

.mobile_show>* {
    display: inline-block;
    padding-left: 10px;
}

.mobile_show .join {
    background-color: transparent !important;
    border: none;
}

.mobile_show .join:hover {
    border: none;
}

.mobile-menu {
    display: none;
}

.loading {
    position: relative;
    pointer-events: none;
}

.loading:after {
    content: '';
    position: absolute;
    border: 3px solid #fff;
    border-top: 3px solid #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 2s linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -10px;
}

.loading:before {
    content: '';
    position: absolute;
    background-color: #ff9801;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    0
}


.form_input_button {
    position: relative;
}

.form_input_button .thank {
    /* position: absolute;
    top:0;
    left:0; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff9801;
    color: #fff;
    padding: 9px;
    margin-top: 15px;
}

.section_padding {
    padding: 60px 0;
}

.title_21 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
}

.events_grid_sec .title_21 {
    text-align: center;
}

.events_grid_sec .desc {
    max-width: 710px;
    margin: 10px auto;
    font-size: 14px;
    text-align: center;
}

.col_4 {
    width: 25%;
}

.events_grid_sec .row {
    font-size: 0;
    margin: 0 -15px;
}

.events_grid_sec .col {
    padding: 0 15px;
    margin-top: 30px;
    vertical-align: top;
}

.card .card_details {
    padding: 20px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.card .image {
    padding-top: 55%;
}

.card .sub_title {
    font-size: 14px;
    line-height: 1.2;
    color: #F08057;
}

.card .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
    margin-top: 8px;
    display: block;
    transition: all .3s;
}

.card .title:hover {
    color: #F08057;
}

.card .short_desc {
    font-weight: 400;
    margin-top: 10px;
}

.card .date {
    color: #999999;
    font-size: 13px;
}

.event_info_form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 0 -15px;
}

.event_info_form .form_group {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 15px;
}

.event_info_form .form_label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.event_info_form .form_input {
    border: 1px solid #b8bdc9;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 15px;
}

.w_100 {
    width: 100%;
}

.form_group.w_100 {
    width: 100%;
}

.event_info_form .w_100 {
    padding: 0 15px;
}

.event_info_form .button {
    font-size: 16px;
    padding: 7px 25px;
    background-color: #ff9801;
    border: 1px solid transparent;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .3s;
    font-family: 'Inter';
    display: inline-block;
}

.event_info_form .button:hover {
    background-color: transparent;
    border: 1px solid #ff9801;
    color: #ff9801;
}

.event_info_form .button+.button {
    margin-left: 10px;
}

.add_more_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.add_more_row .delete_row {
    width: 60px;
    display: inline-block;
    padding: 0 15px;
    margin-top: 30px;
}

.add_more_row .delete_row img {
    height: 30px;
}

.add_more_row .form_group {
    width: calc(100% - 60px);
}

.col_75 {
    width: 75%;
}

.col_25 {
    width: 25%;
}

.event_single .row {
    font-size: 0;
    margin: 0 -40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.event_single .col {
    vertical-align: top;
    padding: 0 40px;
}

.bor_left_1 {
    border-left: 1px solid #efefef;
}

.h_100 {
    height: 100%;
}

.events_list .event {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 30px;
}

.events_list .event .thumbnail_img {
    padding: 5px;
    margin-right: 14px;
    margin-left: 0px;
    border: 1px solid #efefef;
    display: inline-block;
}

.events_list .event .thumbnail_img img {
    width: 70px;
    height: 55px;
}

.events_list .event .title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    display: block;
    color: #000000;
    transition: all .3s;
}

.events_list .event .title:hover {
    color: #ff9801;
}


.events_list .event .date {
    color: #999999;
    font-size: 13px;
    margin-top: 10px;
}

.sidebar_title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--dd-main-border-color);
    color: #2e2e2e;
    line-height: 1.2;
}

.d_flex_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.event_single .image {
    padding-top: 40%;
}

.event_single .image .bg_full {
    border-radius: 25px;
}

.event_single .sub_title {
    color: #ff9801;
    font-size: 18px;
    margin-top: 25px;
}

.event_single .page-title {
    font-size: 32px;
    font-weight: 800;
    margin: 15px 0 25px;
    color: #1f0040;
}

.summary_desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #39364f;
}

.info-title {
    font-size: 24px;
    font-weight: 600;
    color: #1f0040;
}

.summary_desc+.info-title,
.date-info+.info-title {
    margin-top: 40px;
}

.date-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}

.date-info .date {
    font-size: 15px;
    font-weight: 600;
    color: #261b36;
    margin-left: 15px;
}

.loc-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 15px;
}

.location-info__address {
    color: #716b7a;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 400;
}

.location-info__address-text {
    color: #261b36;
    font-weight: 600;
    margin-bottom: 8px;
}

.flex_row {
    display: flex;
    flex-direction: row;
}

.event_single .flex_row {
    margin: 0 -10px;
}

.event_single .flex_row .col {
    padding: 0 10px;
}

.txt_right {
    text-align: right;
}

.event_single .flex_row .col .hero_button {
    margin: 50px 0 0 0;
}

.popup_open .common_popup {
    opacity: 1;
    visibility: visible;
}

.common_popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 9999;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}

.popup_wrap {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
}

.popup_inner {
    display: table-cell;
    vertical-align: middle;
    padding: 90px 30px;
}

.popup_box {
    position: relative;
    max-width: 1090px;
    margin: auto;
}

.popup_grid {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.popup_grid .close {
    padding: 12px;
    background-color: #000000;
    position: absolute;
    top: 7px;
    right: 5px;
    border-radius: 50%;
}

.popup_grid .close_menu {
    display: block;
    width: 15px;
    margin: auto;
    height: 15px;
}

.thank {
    padding: 0 15px;
    color: #1fcf36;
}

.thank.error_eve {
    color: #ff0000;
}

.close_line {
    position: relative;
    right: 0;
    top: -4px;
    width: 15px;
    height: 2px;
    background-color: transparent;
    display: inline-block;
}

.close_line:before {
    transform: rotate(-45deg);
}

.close_line::after {
    transform: rotate(45deg);
}

.close_line:before,
.close_line:after {
    content: '';
    position: absolute;
    right: 0;
    width: 15px;
    height: 100%;
    background-color: #FFFFFF;
    display: block;
}

.popup_show_hide {
    cursor: pointer;
}

.popup_grid .row {
    display: flex;
    flex-direction: row;
}

.popup_grid .col:first-child {
    padding: 60px 40px;
}

.col_70 {
    width: 70%;
}

.col_30 {
    width: 30%;
}

.popup_grid .col_30 {
    background-color: #f8f7fa;
}

.popup_grid .image {
    padding-top: 50%;
}

.order_summary {
    padding: 25px;
}

.order_title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.order_item {
    padding: 15px 0;
    border-bottom: 1px solid #bbbbbb;
}

.order_item_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.order_item_name {
    font-size: 14px;
    color: #000000;
}

.order_item_price {
    font-size: 14px;
    color: #000000;
    width: 40%;
    text-align: right;
}

.order_item_row+.order_item_row {
    margin-top: 10px;
}

.order_item_total {
    padding: 15px 0 0;
}

.order_item_total .order_item_name,
.order_item_total .order_item_price {
    font-size: 18px;
    font-weight: 600;
}

.order_item_total .order_item_row {
    align-items: flex-start;
}

.total_sub_text {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px;
    text-align: right;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1600px) {
    .header_menu_container .header_menu a {
        padding: 10px 12px;
    }

    .header_menu_container .header_menu .menu_item {
        margin: 0 3px;
    }

    .header_search_form_input {
        font-size: 15px;
        padding: 10px 12px;
    }

    .header_search {
        width: 200px;
        height: 50px;
    }

    .innericon {
        width: 25px;
        height: 25px;
    }

    .banner {
        padding: 170px 0;
    }

    .banner h1 {
        font-size: 45px;
    }

    .banner_desc {
        font-size: 26px;
    }

    .membership_program,
    .core_features,
    .faq_sec {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .title_48 {
        font-size: 42px;
    }

    .title_40 {
        font-size: 36px;
    }

    .core_features_wrapper .row.mt_80 {
        margin-top: 60px;
    }

    .desc {
        font-size: 17px;
    }

    .title_24 {
        font-size: 22px;
    }

    h1.page-title {
        font-size: 34px;
    }

    .event_single .page-title {
        font-size: 30px;
    }

    .info-title {
        font-size: 22px;
    }

    .c_editor h1 {
        font-size: 34px;
    }

    .c_editor h2 {
        font-size: 30px;
    }

    .c_editor h3 {
        font-size: 26px;
    }

    .pricing {
        padding: 100px 0;
    }

    .tol_price,
    .tol_price_div {
        font-size: 46px;
    }
}

@media (max-width: 1400px) {
    .wrapper {
        width: auto;
        max-width: 1240px;
        padding: 0 60px;
    }

    .header_menu_container .header_menu a {
        font-size: 14px;
        padding: 10px;
    }

    .header_menu_container .header_menu .menu_item {
        margin: 0;
    }

    .header_right a.hero_button {
        font-size: 14px;
        padding: 7px 20px;
        margin: 0 0 0 10px;
    }

    .header_search_form_input {
        font-size: 14px;
        padding: 10px;
    }

    .header_search {
        width: 180px;
        height: 40px;
    }

    .innericon {
        width: 20px;
        height: 20px;
    }

    .footer .wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }

    .banner {
        padding: 140px 0;
    }

    .shape-1,
    .shape-2,
    .shape-3,
    .shape-4,
    .shape-5 {
        width: 200px;
        height: 200px;
    }

    .shape-6 {
        width: 45px;
        height: 45px;
    }

    .banner h1 {
        font-size: 40px;
    }

    .banner_desc {
        font-size: 22px;
    }

    a.hero_button {
        font-size: 18px;
    }

    .membership_program,
    .core_features,
    .faq_sec {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .title_48 {
        font-size: 36px;
    }

    .b_grid .cont_box {
        padding: 40px;
    }

    .b_grid .title_40 {
        margin: 15px 0 10px 0;
    }

    .title_40 {
        font-size: 32px;
    }

    .button-arrow-link {
        margin-top: 25px;
    }

    .title_20 {
        font-size: 18px;
    }

    .core_features_wrapper .row.mt_80 {
        margin-top: 40px;
    }

    .desc {
        font-size: 16px;
    }

    .mem_prg_wrapper .row.mt_80 {
        margin-top: 60px;
    }

    .mem_prg_list .desc ul li {
        padding-left: 40px;
    }

    .mem_prg_list .card_box_span {
        font-size: 18px;
    }

    .title_24 {
        font-size: 20px;
    }

    .faq_wrap .toggle_tit {
        font-size: 18px;
    }

    h1.page-title {
        font-size: 32px;
    }

    .event_single .page-title {
        font-size: 28px;
    }

    .info-title {
        font-size: 20px;
    }

    .c_editor h1 {
        font-size: 30px;
    }

    .c_editor h2 {
        font-size: 26px;
    }

    .c_editor h3 {
        font-size: 24px;
    }

    .pricing {
        padding: 80px 0;
    }

    .tol_price,
    .tol_price_div {
        font-size: 44px;
    }

    .pricing_content_top {
        padding-top: 54px;
    }

    .title_21 {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .header_search_form_input {
        display: none;
    }

    .header_search {
        width: 30px;
        height: 20px;
        border-left: none;
        border-right: none;
        padding-left: 10px;
    }

    .banner {
        padding: 100px 0;
    }

    .banner h1 {
        font-size: 35px;
    }

    .location-info__address {
        font-size: 16px;
    }

    .banner_desc {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .membership_program,
    .core_features,
    .faq_sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .title_48 {
        font-size: 30px;
    }

    .title_40 {
        font-size: 28px;
    }

    .core_features_wrapper .row {
        margin: 0;
        flex-wrap: wrap;
    }

    .core_features_wrapper .col {
        padding: 0;
    }

    .core_features_wrapper .col_2 {
        width: 100%;
    }

    .core_features_wrapper .col_2 .row {
        margin: 0 -15px;
        flex-wrap: nowrap;
    }

    .core_features_wrapper .col_2 .col {
        padding: 0 15px;
    }

    .core_features_wrapper .col_2 .col_2 {
        width: 50%;
    }

    .core_features_wrapper .col.col_2:last-child {
        margin-top: 40px;
    }

    .core_features_wrapper .col_2 .col.col_2:last-child {
        margin-top: 0;
    }

    h1.page-title {
        font-size: 29px;
    }

    .event_single .page-title {
        font-size: 27px;
    }

    .c_editor h1 {
        font-size: 26px;
    }

    .c_editor h2 {
        font-size: 24px;
    }

    .c_editor h3 {
        font-size: 22px;
    }

    .c_editor h4 {
        font-size: 20px;
    }

    .pricing {
        padding: 60px 0;
    }

    .tol_price,
    .tol_price_div {
        font-size: 42px;
    }

    .events_grid_sec .row {
        margin: 0 -10px;
    }

    .events_grid_sec .col {
        padding: 0 10px;
        margin-top: 20px;
    }

    .event_single .row {
        margin: 0 -20px;
    }

    .event_single .col {
        padding: 0 20px;
    }

    .popup_grid .col:first-child {
        padding: 40px;
    }

    .order_item_total .order_item_name,
    .order_item_total .order_item_price,
    .summary_desc {
        font-size: 16px;
    }

}

@media (max-width: 1024px) {
    .front_header .header_menu_container {
        display: none;
    }

    .burger_menu {
        display: inline-block;
        cursor: pointer;
        padding-left: 15px;
    }

    .location-info__address,
    .date-info .date {
        font-size: 14px;
    }

    .front_header {
        padding-right: 0;
    }


    .burger_menu .burger_lines {
        position: relative;
        left: 0px;
        top: 50%;
        width: 23px;
        height: 2px;
        background-color: #000;
        display: inline-block;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        right: 0;
        padding: 40px 0;
        display: block;
        box-shadow: 0 0 20px rgb(0 0 0 / 50%);
        background-color: #FCF6EC;
        visibility: hidden;
        transform: translateX(100%);
        transition: transform .4s, visibility .4s;
        z-index: 999;
        overflow: auto;
    }

    .popup_grid .col:first-child {
        padding: 20px;
    }

    .order_item_name,
    .order_item_price {
        font-size: 12px;
    }


    .order_summary {
        padding: 15px;
    }



    .order_item_total .order_item_name,
    .order_item_total .order_item_price,
    .summary_desc {
        font-size: 14px;
    }

    .open_menu .mobile-menu {
        transform: translatex(0);
        visibility: visible;
    }

    .burger_lines:before,
    .burger_lines:after {
        content: '';
        position: absolute;
        bottom: 13px;
        right: 0;
        width: 23px;
        height: 100%;
        background-color: #000;
        display: inline-block;
        transition: top 1s;
    }

    .burger_lines:before {
        top: 8px;
    }

    .burger_lines:after {
        bottom: 8px;
    }

    .mobile-menu .burger_menu {
        top: 10px;
        right: 20px;
        transform: none;
        position: absolute;
        padding-left: 0;
    }

    .mobile-menu .burger_lines {
        background-color: transparent;
    }

    .mobile-menu .burger_lines:before {
        top: 0px;
        transform: rotate(-45deg);
    }

    .mobile-menu .burger_lines:after {
        bottom: 0px;
        transform: rotate(45deg);
    }

    .mobile-menu .header_search,
    .mobile-menu .mobile_show .tada {
        display: none;
    }

    .mobile-menu .header_top {
        border-bottom: none;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }

    .mobile-menu .front_header {
        background-color: transparent;
        padding-right: 0;
        position: relative;
    }

    .mobile-menu .header_menu {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 20px;
    }

    .mobile-menu .front_header .header_menu_container,
    .mobile-menu .header_right a.hero_button {
        display: block;
    }

    .mobile-menu .header_right {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .mobile-menu .header_right a.hero_button {
        margin: 20px 0 0 0;
    }

    .mobile-menu .header_menu_container {
        width: 100%;
    }

    .mobile-menu .header_menu_container .header_menu a {
        padding: 10px 10px 10px 0;
    }

    .mobile-menu .header_menu_container .header_menu .nav_ul_container {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        text-align: left;
        transform: none;
    }

    .mobile-menu .header_menu_container .header_menu li:hover .nav_ul_container {
        display: none;
    }

    .mobile-menu .header_menu_container .header_menu li.menu_item_has_children .nav_ul_container:before {
        display: none;
    }

    .mobile-menu .header_menu_container .header_menu .nav_ul_container ul {
        border: none;
        background: transparent;
    }

    .mobile-menu .header_menu_container .header_menu .sub_menu .menu_item {
        margin: 0;
    }

    .mobile-menu .header_menu_container .header_menu .menu_item {
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .mobile-menu .header_menu_container .header_menu .menu_item.menu_item_has_children {
        position: relative;
    }

    .header_menu_container .header_menu .menu_item_has_children {
        background-image: none;
        padding-right: 0;
    }

    .down_arrow {
        display: inline-block;
        padding: 10px;
        position: absolute;
        top: -6px;
        right: 0;
        cursor: pointer;
    }

    .mobile_show {
        display: block;
    }

    .header_right a.hero_button {
        display: none;
    }

    .footer .wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer_columns_col_1,
    .footer_columns_col_3,
    .footer_column {
        width: 45%;
    }

    .footer_wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .wrapper {
        padding: 0 40px;
    }

    .banner {
        padding: 70px 0;
    }

    .shape-1,
    .shape-2,
    .shape-3,
    .shape-4,
    .shape-5 {
        width: 150px;
        height: 150px;
    }

    .shape-6 {
        width: 35px;
        height: 35px;
    }

    .banner h1 {
        font-size: 30px;
    }

    .banner_desc {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    a.hero_button {
        font-size: 16px;
        padding: 10px 25px;
    }

    .membership_program,
    .core_features,
    .faq_sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .core_features .desc {
        font-size: 15px;
    }

    .title_48 {
        font-size: 24px;
    }

    .b_grid .cont_box {
        padding: 30px;
    }

    .b_grid .title_40 {
        margin: 10px 0 5px 0;
    }

    .title_40 {
        font-size: 22px;
    }

    .button-arrow-link {
        font-size: 15px;
        margin-top: 20px;
    }

    .title_20 {
        font-size: 16px;
    }

    .card_box .title_20 {
        margin-top: 25px;
    }

    .desc {
        font-size: 15px;
    }

    .mem_prg_wrapper .desc {
        margin-top: 25px;
    }

    .mem_prg_wrapper .row.mt_80 {
        margin-top: 40px;
    }

    .mem_prg_wrapper .row {
        margin: 0;
        flex-wrap: wrap;
    }

    .mem_prg_wrapper .col {
        padding: 0;
    }

    .mem_prg_wrapper .col+.col {
        padding-top: 40px;
    }

    .mem_prg_wrapper .col_3 {
        width: 100%;
    }

    .mem_prg_list .desc ul li {
        padding-left: 35px;
    }

    .mem_prg_list .desc ul li:before {
        max-width: 25px;
        max-height: 25px;
    }

    .mem_prg_list .card_box_span {
        padding: 12px 17px;
        font-size: 16px;
    }

    .faq_wrap {
        margin: 40px auto 0;
    }

    .title_24 {
        font-size: 18px;
    }

    .faq_wrap .accordion li {
        padding: 18px 25px;
    }

    .faq_wrap .toggle_tit {
        font-size: 16px;
    }

    .faq-icon-square {
        width: 35px;
        min-width: 35px;
        height: 35px;
        min-height: 35px;
    }

    .faq-arrow {
        width: 22px;
        height: 22px;
    }

    .faq_wrap .inner_content {
        font-size: 15px;
        max-width: 600px;
    }

    .breadcrumbs {
        margin-bottom: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    h1.page-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .event_single .page-title {
        font-size: 25px;
    }

    .c_editor h1 {
        font-size: 24px;
    }

    .c_editor h2 {
        font-size: 22px;
    }

    .c_editor h3 {
        font-size: 20px;
    }

    .c_editor h4 {
        font-size: 18px;
    }

    .c_editor h5 {
        font-size: 16px;
    }

    .c_editor>ul,
    .c_editor>ol,
    .c_editor h1,
    .c_editor h2,
    .c_editor h3,
    .c_editor h4,
    .c_editor h5,
    .c_editor h6 {
        margin-top: 25px;
    }

    .pricing {
        padding: 40px 0;
    }

    .pricing_tab_link {
        padding: 11px 22px;
        font-size: 15px;
    }

    .pricing_wrap .row {
        flex-direction: column;
    }

    .pricing_tabs {
        max-width: none;
    }

    .pricing_wrap .col_2 {
        width: 100%;
    }

    .pricing_wrap .row .col:last-child {
        padding-top: 30px;
    }

    .pricing_wrap .max_320 {
        margin: auto;
        max-width: 90%;
    }

    .pricing_wrap .pricing_tabs_content .row {
        flex-direction: row;
    }

    .pricing_wrap .pricing_tabs_content .row .col:last-child {
        padding-top: 0;
    }

    .pricing_wrap .pricing_tabs_content .row .col_3 {
        width: 50%;
    }

    .pricing_header_feature .desc,
    .pricing_upper_content .tag {
        font-size: 15px;
    }

    .tol_price,
    .tol_price_div {
        font-size: 40px;
    }

    .pricing_content_top {
        padding-top: 44px;
    }

    .icon-embed-xsmall.w-embed {
        width: 22px;
        height: 22px;
    }

    .pricing_icon_wrapper {
        margin-right: 13px;
    }

    .pricing_feature_list {
        grid-column-gap: 13px;
        grid-row-gap: 13px;
    }

    .pricing_header_divider {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .pricing_buttons {
        margin-top: 25px;
    }

    .pricing_buttons .button {
        font-size: 15px;
    }

    .section_padding {
        padding: 40px 0;
    }

    .events_grid_sec .col_4 {
        width: 50%;
    }

    .title_21 {
        font-size: 19px;
    }

    .card .title {
        font-size: 18px;
    }

    .event_single .col_75 {
        width: 65%;
    }

    .event_single .col_25 {
        width: 35%;
    }

    .event_info_form {
        row-gap: 20px;
        margin: 0 -10px;
    }

    .event_info_form .form_group {
        padding: 0 10px;
    }

    .event_info_form .form_label,
    .event_info_form .form_input {
        font-size: 15px;
    }

    .sidebar_title {
        font-size: 17px;
    }

    .event_info_form .button {
        font-size: 15px;
        padding: 7px 20px;
    }
}

@media (max-width: 900px) {

    .membership_program,
    .core_features,
    .faq_sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .b_grid .title_40 {
        margin: 5px 0;
    }

    .core_features_wrapper .col_2 .row {
        margin: 0;
        flex-wrap: wrap;
    }

    .core_features_wrapper .col_2 .col {
        padding: 0;
    }

    .core_features_wrapper .col_2 .col_2 {
        width: 100%;
    }

    .core_features_wrapper .col_2 .col.col_2:last-child {
        margin-top: 40px;
    }
}

@media (max-width: 740px) {
    .logo_img {
        height: 35px;
    }

    .footer .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer_columns_col_1,
    .footer_columns_col_3,
    .footer_column {
        width: 100%;
    }

    .popup_grid .col_70,
    .popup_grid .col_30 {
        width: 100%;
    }

    .wrapper {
        padding: 0 30px;
    }

    .banner {
        padding: 40px 0;
    }

    .shape-1,
    .shape-2,
    .shape-3,
    .shape-4,
    .shape-5 {
        width: 100px;
        height: 100px;
    }

    .shape-6 {
        width: 25px;
        height: 25px;
    }

    .banner h1 {
        font-size: 25px;
    }

    .banner_desc {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 25px;
        width: 80%;
    }

    a.hero_button {
        font-size: 14px;
        padding: 7px 25px;
    }

    .membership_program,
    .core_features,
    .faq_sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .core_features .desc {
        font-size: 14px;
    }

    .title_48 {
        font-size: 18px;
    }

    .b_grid .cont_box {
        padding: 20px;
    }

    .b_grid .title_40 {
        margin: 0 0 5px 0;
    }

    .b_grid .desc {
        padding-top: 10px;
    }

    .title_40 {
        font-size: 18px;
    }

    .button-arrow-link {
        font-size: 14px;
        margin-top: 15px;
    }

    .title_20 {
        font-size: 14px;
    }

    .card_box .title_20 {
        margin-top: 20px;
    }

    .core_features_wrapper .row.mt_80 {
        margin-top: 30px;
        padding-bottom: 0;
    }

    .core_features_wrapper .col.col_2:last-child,
    .core_features_wrapper .col_2 .col.col_2:last-child {
        margin-top: 30px;
    }

    .card_box {
        padding: 20px;
    }

    .h_grid .button-arrow-link {
        margin-top: 20px;
    }

    .h_grid {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .h_grid .cont_box {
        padding: 20px;
        width: 100%;
    }

    .h_grid .image {
        width: 100%;
    }

    .desc {
        font-size: 14px;
    }

    .mem_prg_wrapper .desc {
        margin-top: 20px;
    }

    .mem_prg_wrapper .row.mt_80 {
        margin-top: 30px;
    }

    .mem_prg_list .desc ul li {
        padding-left: 30px;
    }

    .mem_prg_list .desc ul li:before {
        max-width: 20px;
        max-height: 20px;
    }

    .mem_prg_list .desc ul li+li {
        margin-top: 10px;
    }

    .mem_prg_list {
        padding: 15px 15px 30px;
    }

    .mem_prg_list .card_box_span {
        padding: 10px 15px;
        font-size: 14px;
    }

    .mem_prg_wrapper .col+.col {
        padding-top: 30px;
    }

    .faq_wrap {
        margin: 30px auto 0;
    }

    .title_24 {
        font-size: 16px;
    }

    .faq_wrap .accordion li {
        padding: 15px 20px;
    }

    .faq_wrap .toggle_tit {
        font-size: 14px;
    }

    .faq-icon-square {
        width: 30px;
        min-width: 30px;
        height: 30px;
        min-height: 30px;
    }

    .faq-arrow {
        width: 20px;
        height: 20px;
    }

    .faq_wrap .inner_content {
        font-size: 14px;
        max-width: 300px;
    }

    .faq_wrap .accordion li+li {
        margin-top: 20px;
    }

    .breadcrumbs {
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    h1.page-title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .event_single .page-title {
        font-size: 23px;
    }

    .c_editor h1 {
        font-size: 22px;
    }

    .c_editor h2 {
        font-size: 20px;
    }

    .c_editor h3 {
        font-size: 18px;
    }

    .c_editor h4 {
        font-size: 16px;
    }

    .c_editor h5 {
        font-size: 15px;
    }

    .c_editor h6 {
        font-size: 14px;
    }

    .c_editor>ul,
    .c_editor>ol,
    .c_editor h1,
    .c_editor h2,
    .c_editor h3,
    .c_editor h4,
    .c_editor h5,
    .c_editor h6 {
        margin-top: 20px;
    }

    .pricing {
        padding: 30px 0;
    }

    .pricing_tab_link {
        padding: 10px 20px;
        font-size: 14px;
    }

    .pricing_tab_cont .row {
        margin: 0;
    }

    .pricing_tab_cont .col {
        padding: 0;
    }

    .pricing_wrap .pricing_tabs_content .row .col_3 {
        width: 100%;
    }

    .pricing_header_feature .desc,
    .pricing_upper_content .tag {
        font-size: 14px;
    }

    .tol_price,
    .tol_price_div {
        font-size: 38px;
    }

    .pricing_content_top {
        padding-top: 34px;
    }

    .icon-embed-xsmall.w-embed {
        width: 20px;
        height: 20px;
    }

    .pricing_icon_wrapper {
        margin-right: 10px;
    }

    .pricing_feature_list {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pricing_header_divider {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pricing_buttons {
        margin-top: 20px;
    }

    .pricing_buttons .button {
        padding: 10px;
        font-size: 14px;
    }

    .mobile-menu .logo_img {
        height: 40px;
    }

    .section_padding {
        padding: 30px 0;
    }

    .events_grid_sec .row {
        margin: 0;
    }

    .events_grid_sec .col {
        padding: 0;
        margin-top: 30px;
    }

    .events_grid_sec .col_4 {
        width: 100%;
    }

    .title_21 {
        font-size: 18px;
    }

    .card .card_details {
        padding: 15px;
    }

    .card .title {
        font-size: 16px;
    }

    .event_single .row {
        margin: 0;
        flex-direction: column;
    }

    .event_single .col {
        padding: 0;
    }

    .event_single .row>.col_75,
    .event_single .row>.col_25 {
        width: 100%;
    }

    .event_single .bor_left_1 {
        border-left: none;
        border-top: 1px solid #efefef;
    }

    .event_info_form {
        margin: 0;
    }

    .event_info_form .form_group {
        padding: 0;
        width: 100%;
    }

    .event_info_form .w_100 {
        padding: 0;
    }

    .sidebar_title {
        font-size: 16px;
    }

    .events_list .event {
        margin-top: 20px;
    }

    .event_info_form .form_label,
    .event_info_form .form_input,
    .events_list .event .title {
        font-size: 14px;
    }

    .add_more_row {
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .add_more_row .delete_row {
        padding: 0;
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    .banner_left {
        width: 100%;
    }

    h1.page-title {
        font-size: 20px;
    }

    .popup_grid .row {
        flex-direction: column;
    }

    .event_single .flex_row {
        flex-direction: column;
    }

    .event_single .flex_row .col {
        width: 100%;
    }

    .event_single .flex_row .col.txt_right {
        text-align: center;
    }

    .event_single .flex_row .col .hero_button {
        margin: 20px;
        text-align: center;
    }
}

@media (max-width: 350px) {
    .logo_img {
        height: 30px;
    }

    .mobile_show img {
        width: 15px;
    }

    .burger_menu {
        padding-left: 10px;
    }

    .burger_menu .burger_lines,
    .burger_lines:before,
    .burger_lines:after {
        width: 20px;
    }

    .burger_lines:before {
        top: 6px;
    }

    .burger_lines:after {
        bottom: 6px;
    }

    .innericon {
        width: 18px;
        height: 18px;
    }

    .footer .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wrapper {
        padding: 0 20px;
    }

    .membership_program,
    .core_features,
    .faq_sec {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mem_prg_wrapper .row.mt_80,
    .core_features_wrapper .row.mt_80,
    .core_features_wrapper .col.col_2:last-child,
    .core_features_wrapper .col_2 .col.col_2:last-child {
        margin-top: 20px;
    }

    .h_grid .button-arrow-link,
    .mem_prg_wrapper .desc {
        margin-top: 15px;
    }

    .mem_prg_wrapper .col+.col {
        padding-top: 20px;
    }

    .faq_wrap {
        margin: 20px auto 0;
    }

    .faq_wrap .accordion li+li {
        margin-top: 15px;
    }

    .pricing {
        padding: 20px 0;
    }

    .pricing_header_divider {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .pricing_buttons {
        margin-top: 15px;
    }

    .section_padding {
        padding: 20px 0;
    }

    .events_grid_sec .col {
        margin-top: 20px;
    }
}