:root {
    --red: #d70423;
    --red-gradient: linear-gradient(#d70423, #920015)
  }
a, img, .hpost, .ult-team-member-wrap, .vc_gitem-zone {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hbanner {
    padding: 0 15px;
    margin-top: -6px;
}
.hbanner .vc_column_container .vc_column-inner {
    border-radius: 15px;
    overflow: hidden;
}
.hbanner .wpb_single_image img {
    height: 685px;
    object-fit: cover;
}
.hbanner h1 {
    color: #fff;
    font-size: 38px;
    line-height: normal;
}
.hbanner h1 i {
    font-size: 150%;
    font-style: normal;
}
.hbanner h1 strong {
    color: var(--red);
}
.hbanner.vc_row .col1>.vc_column-inner {
    padding: 50px 40px;
    background-color: #000;
    overflow: hidden;
    position: relative;
}
.hbanner.vc_row .col1>.vc_column-inner::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/03/bg-potrait.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .3;
}
.hbanner.vc_row .memcol .vc_column-inner {
    padding: 20px 18px;
}
.hbanner .col1 .vc_col-sm-12 .wpb_wrapper {
    padding: 30px;
    background-color: #ffffff21;
    margin-top: 30px;
    border-radius: 15px;
}
.hbanner .memcol .wpb_text_column {
    margin: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.hbanner .stats-block {
    display: inline-block !important;
    width: 50%;
    margin: 0 !important;
    padding: 0 15px;
}
.hbanner .stats-number {
    color: var(--red);
    font-size: 40px !important;
}
.hbanner .stats-text, .hbanner .counter_suffix {
    color: #fff;
}
.hbanner .wpb_wrapper .stats-block:last-child {
    margin-bottom: 5px;
    margin-top: 40px;
}
.hbanner .col2r {
    column-gap: 16px;
}
.hbanner .col2r .vc_col-sm-6 {
    width: calc(50% - 8px);
}
.hbanner.vc_row .reviewh .vc_column-inner {
    border: 1px solid #b2b2b2;
    padding: 20px;
    background-image: linear-gradient(#e9e9e9, #a6a6a6);
}
.reviewh .wpb_raw_code {
    text-align: center;
    margin: 0;
}
.reviewh .wpb_raw_code img {
    width: 120px;
    margin: 0 auto;
}
.reviewh .wpb_raw_code i {
    color: var(--red);
    margin: 0 2px;
}
.reviewh .rtext span {
    border: 1px solid #000;
    padding: 2px 5px;
    border-radius: 17px;
    display: inline-block;
    margin-left: 5px;
}
.reviewh .rstar {
    margin: 100px 0 8px 0;
}
a.spbtn, input[type="submit"], .memplan .ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link a.ult_price_action_button {
    color: #fff;
    background-color: var(--red);
    padding: 20px 40px 20px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600 !important;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    background-image: var(--red-gradient);
    position: relative;
    overflow: hidden;
}
a.spbtn:before, #main-header .header-button:before, .memplan .ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link a.ult_price_action_button::before {
    content: "";
    position: absolute;
    /* z-index: -1; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff17;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
a.spbtn:hover:before, a.spbtn:focus:before, #main-header .header-button:hover:before, .memplan .ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link a.ult_price_action_button:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.spbtn:hover, input[type="submit"]:hover, input[type="submit"]:focus, .memplan .ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link a.ult_price_action_button:hover {
    color: #fff;
    background-color: var(--red);
    transform: translateY(-5px);
}
a.spbtn.dark {
    color: var(--red);
    background-color: #ffffff;
    background-image: none;
}
.hbanner .col1 a.spbtn {
    margin-top: 30px;
}
a.spbtn.smal {
    padding: 13px 35px;
}
.haboutsec {
    padding-top: 60px;
    padding-bottom: 60px;
}
.haboutsec .arrimg {
    width: 130px;
}
.haboutsec .aio-icon-component {
    width: 49%;
    display: inline-block;
}
.haboutsec .aio-icon-component .aio-icon-box * {
    text-align: left !important;
}
.haboutsec .aio-icon-component .aio-icon-img {
    background-color: var(--red);
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    height: 60px;
    box-sizing: border-box !important;
}
.haboutsec .aio-icon-component h3.aio-icon-title {
    font-size: 24px;
    margin: 8px 0 12px 0 !important;
}
.haboutsec .abright {
    padding-left: 50px;
}
footer#colophon {
    padding: 30px;
}
.site-footer-wrap {
    background-color: #000;
    border-radius: 20px;
    padding: 30px;
    margin-top: 111px;
    background: #000000 url(/wp-content/uploads/2025/03/bg-potrait.webp) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.site-footer-wrap .site-middle-footer-wrap {
    background-color: #e2e2e2;
    border-radius: 10px;
    padding: 60px 30px;
    background-image: linear-gradient(#e9e9e9, #a6a6a6);
}
.footer-social-wrap .footer-social-inner-wrap {
    justify-content: end;
}
.site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .footer-social-inner-wrap .social-button {
    border-radius: 50%;
}
.site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .footer-social-inner-wrap .social-button:hover {
    transform: translateY(-5px);
}
.site-top-footer-wrap h2 {
    color: #fff;
}
.site-top-footer-wrap img.fooimg {
    position: absolute;
    left: 10%;
    top: -160px;
    width: 100%;
    height: calc(100% + 160px);
    object-fit: cover;
    object-position: top center;
}
.site-footer-top-section-1 {
    padding: 45px 0 75px 0;
}
.site-footer-top-section-1 a.spbtn {
    margin-top: 15px;
}
.site-top-footer-inner-wrap {
    padding-bottom: 0;
}
.footer-widget1 p {
    margin: 0;
}
ul.foolist {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.foolist li {
    padding: 3px 0;
}
ul.foolist li i {
    margin: 0 10px 0 0;
    width: 16px;
    text-align: center;
    color: var(--red);
}
.site-middle-footer-wrap h2.widget-title {
    text-transform: none;
}
.site-middle-footer-wrap ul.menu li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 5px 0;
}
.site-middle-footer-wrap ul.menu li::before {
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    top: 2px;
}
.site-footer-middle-section-4 .widget_text {
    background-color: #000;
    padding: 25px;
    border-radius: 10px;
}
.site-footer-middle-section-4 h2.widget-title {
    color: #fff;
}
.site-footer-middle-section-4 p {
    margin-bottom: 0;
}
.site-footer-middle-section-4 input[type="email"] {
    border-radius: 50px;
    padding: 13px 15px;
}
.site-footer-middle-section-4 input[type="submit"] {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 15px 40px;
}
.site-footer-middle-section-4 span.wpcf7-spinner {
    display: none;
}
.haboutsec .ceoinfo h3.aio-icon-title {
    font-weight: 500;
    margin: 0 !important;
    font-size: 22px;
}
.haboutsec .ceoinfo .aio-icon-description {
    margin: 0;
}
.haboutsec .ceoinfo .aio-icon-img {
    padding: 0;
    font-size: 60px !important;
    overflow: hidden;
}
.haboutsec .moabout {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.imgbor {
    border-radius: 15px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 0 10px #00000026;
}
.howworks {
    padding: 0 10px;
}
.howworks .howrtext {
    padding-right: 100px;
}
.howworks .wpb_column.vc_col-sm-12 {
    background-color: #eceff3;
    padding-top: 60px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.howworks .wpb_column.vc_col-sm-12::before {
    content: '';
    background-image: url(images/bg-how-works.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block !important;
    left: 0;
    top: 0;
    opacity: .2;
}
.howworks ul {
    margin: 0 0 45px 0 !important;
    padding: 0;
    list-style: none;
}
.howworks ul li {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 0 115px;
}
.howworks ul li i {
    color: var(--red);
    font-style: normal;
}
.howworks ul li::before {
    content: '01.';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--red);
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
    line-height: 73px;
}
.howworks ul li:nth-child(2)::before {
    content: '02.';
}
.howworks ul li:nth-child(3)::before {
    content: '03.';
}
.howworks ul li:nth-child(4)::before {
    content: '04.';
}
.howworks ul li strong {
    font-weight: 600;
    font-size: 22px;
    font-style: italic;
}
.howworks ul li a {
    background-color: var(--red);
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    display: -webkit-inline-box;
}
.howworks ul li a:hover {
    background-color: #000;
    color: #fff;
}
.hbensec {
    padding: 0 25px;
}
.bencol1 {
    background-color: var(--red);
    padding: 50px !important;
    text-align: center;
    border-radius: 0 0 0 15px;
}
.bencol1 h2, .bencol1 p {
    color: #fff;
}
.bencol3 {
    border-radius: 0 0 15px 0;
    overflow: hidden;
}
.bencol2 {
    background-color: #000;
    padding: 35px !important;
    background-image: linear-gradient(#dfe1e5, #eceff3);
    background-repeat: no-repeat;
    background-position: center;
}
ul.beni {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.beni li {
    font-size: 22px;
    border-top: 1px solid #00000014;
    padding: 10px;
    text-transform: capitalize;
}
ul.beni li:first-child {
    border-top: none;
}
ul.beni li:before {
    content: "\f058";
    font-weight: 400;
    font-family: "Font Awesome 6 Free";
    color: var(--red);
    margin-right: 15px;
}
.hblogsec {
    padding-top: 60px;
}
.hposts {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-between;
}
.hposts .hpost {
    position: relative;
    flex: 1 1 calc(33.33% - 20px);
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #fff;
}
.hposts .hpost:hover {
    box-shadow: 0 0 15px #00000075;
}
.hposts .hpost:before {
    content: '';
    background-image: linear-gradient(#00000000, #000000f2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.hposts .hpost .tbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 20px;
}
.hposts .hpost img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.hposts .pcat {
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 14px;
    background-color: var(--red);
}
.hposts h3 {
    margin: 7px 0 0 0;
    font-size: 24px;
}
.hposts h3 a {
    color: #fff;
}
.hposts h3 a:hover {
    color: var(--red);
}
.conpmain {
    padding: 0 15px;
    margin-top: -12px;
}
.contleft .vc_column-inner {
    background-color: #eceff3;
    border-radius: 15px;
    padding: 50px !important;
}
.contleft input[type="text"], .contleft input[type="email"], .contleft textarea, .contleft select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0000003b;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 10px !important;
    width: 100%;
    color: #000;
}
.contleft ::placeholder {
    color: #000;
}
.contleft textarea {
    height: 130px;
}
.contleft .wpcf7 .bespo {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
}
.site-footer-middle-section-4 .wpcf7-response-output {
    color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 80%;
}
.wpcf7 p br {
    display: none;
}
.wpcf7 p {
    margin: 0;
}
.conpinfo .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.conpinfo .aio-icon-component {
    flex: 1 1 calc(33.33% - 20px);
    border-radius: 15px;
    background-color: #eceff3; 
    padding: 30px 15px;
    margin: 0;
}
.conpinfo .aio-icon-component .aio-icon {
    background-color: #000;
    border-radius: 50%;
    padding: 10px;
    font-size: 34px !important;
    color: #fff !important;
}
.conpinfo .top-icon .aio-icon-header h3.aio-icon-title {
    margin: 12px 0 50px 0;
    font-size: 24px;
}
.conpinfo .aio-icon-description {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 5px 15px;
    display: inline-block !important;
    width: auto;
}
.conpinfo .aio-icon-component.iconb2 {
    background-color: #000;
    background-image: none;
}
.conpinfo .aio-icon-component.iconb2 .aio-icon {
    background-color: var(--red);
}
.aio-icon-component.iconb2 .top-icon .aio-icon-header h3.aio-icon-title, .aio-icon-component.iconb2 .aio-icon-description {
    color: #fff;
    border-color: #fff;
}
.wpb_single_image.conimg {
    margin: 0 0 25px 0;
}
.wpb_single_image.conimg img {
    border-radius: 15px;
    height: 430px;
    object-fit: cover;
    object-position: top center;
}
.conpmap {
    padding: 35px 15px 10px 15px;
}
.conpmap .wpb_wrapper {
    padding: 0 !important;
    border-radius: 15px;
    overflow: hidden;
}
.pbannersec {
    padding: 0 25px;
    text-align: center;
}
.pbannersec .vc_column-inner {
    background-color: #eceff3;
    border-radius: 15px;
    padding: 100px 50px !important;
    background-image: url('images/banner.webp');
    background-size: cover;
    background-position: center;
}
.pbannersec .vc_column-inner .wpb_wrapper {
    position: relative;
}
/* .pbannersec .vc_column-inner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ffffffa6, #ffffffe0, #ffffffa6);
} */
.pbannersec .wpb_text_column {
    margin: 0;
    display: inline-block;
    padding: 15px 30px;
    background-color: #ffffffc2;
    border-radius: 15px;
}
.pbannersec h1 {
    font-size: 44px;
}
#main-header .header-button {
    position: relative;
    font-size: 16px;
    color: #fff;
    background-color: var(--red);
    padding: 5px 20px;
    border-radius: 0 0 10px 10px;
    background-image: linear-gradient(#88172d, #7f081d);
}
#main-header .header-social-inner-wrap {
    gap: 0;
}
/* #main-header .header-social-inner-wrap a.social-button {
    border-radius: 0;
    height: 36px;
    width: 36px;
    background-color: var(--red);
    color: #fff;
    border-right: 1px solid #ffffff52;
}
#main-header .header-social-inner-wrap a.social-button:first-child {
    border-left: 1px solid #ffffff52;
}
#main-header .header-social-inner-wrap a.social-button:hover {
    background-color: #000;
    color: var(--red);
} */
.site-header-main-section-left {
    justify-content: flex-end;
}
.site-header-main-section-left .site-header-section-left-center {
    display: none;
}
.site-main-header-wrap .header-navigation a {
    text-transform: uppercase;
}
.site-header-inner-wrap.item-is-stuck {
    box-shadow: 0 0 10px #00000038;
}
.site-header-inner-wrap.item-is-stuck .site-branding a.brand img {
    max-width: 110px;
}
#main-header .site-header-section-center .site-branding {
    padding: 8px 15px 8px 15px;
    margin: -35px 0 0 0;
}
.header-html-inner p {
    border: 1px solid #0000009c;
    padding: 4px 15px;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background-color: #eceff3;
}
.aboutsec1 .vc_column-inner::before, .aboutsec3 .vc_col-sm-12>.vc_column-inner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/bg3.png);
    background-size: cover;
    background-position: center;
    opacity: .4;
}
.aboutsec2 {
    padding: 70px 0 40px 0;
}
.aboutsec2 .wpb_text_column {
    border: 5px solid #fff;
    background-color: #00000008;
    box-shadow: 0 0 10px #00000033;
    border-radius: 10px;
    padding: 30px;
}
.aboutsec2 .wpb_text_column strong {
    font-size: 21px;
    font-weight: 600;
}
.aboutsec2 a.spbtn {
    margin-top: 20px;
}
.aboutsec3 .vc_col-sm-12 {
    padding: 0 35px;
}
.aboutsec3 .vc_col-sm-12>.vc_column-inner {
    padding: 50px 50px 35px 50px;
    background-color: #eceff3;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.aboutsec3 .aio-icon-component {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}
.aboutsec3 .aio-icon-component .aio-icon-header h3.aio-icon-title {
    font-size: 26px;
    margin: 20px 0 15px;
}
.aboutsec3 .vc_progress_bar {
    margin: 45px 0 10px 0 !important;
}
.aboutsec3 .vc_progress_bar .vc_single_bar {
    height: 12px;
    border: 1px solid #00000033;
}
.aboutsec3 .vc_progress_bar small.vc_label {
    transform: translateY(-35px);
    font-size: 19px;
    font-weight: 600;
    padding: 0;
}
.aboutsec3 .vc_progress_bar  .vc_single_bar .vc_bar {
    height: 10px;
    background-color: #d51818;
}
.aboutsec3 .vc_progress_bar small.vc_label span.vc_label_units {
    float: right;
    color: var(--red);
    display: none;
}
.aboutsec3 .vc_col-sm-12>.vc_column-inner::before {
    opacity: .5;
}
.aboutsec4 {
    padding: 60px 0 30px 0;
}
.aboutsec4 .vc_col-sm-4 {
    position: sticky;
    top: 210px;
}
.aboutteam .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: center;
}
.aboutteam .wpb_wrapper .ult-team-member-wrap {
    flex-basis: calc(50% - 18px);
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0;
    border: 1px solid #0000004d;
    padding: 15px 15px 5px 15px;
}
.aboutteam .wpb_wrapper .ult-team-member-wrap:hover {
    box-shadow: 0 0 10px #bdbdbd;
    background-color: #eceff3;
}
.aboutteam .ult-team-member-image {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.aboutteam .ult-team-member-image img.ult-team-grayscale {
    height: 350px;
    object-fit: cover;
}
.aboutteam .ult-team-member-wrap:hover img.ult-team-grayscale {
    transform: scale(1.2);
}
.aboutteam .ult-team-member-name-wrap h2.ult-team-member-name {
    text-transform: none;
    font-size: 23px;
    font-weight: 600;
    margin: 15px 0 5px 0;
}
.aboutteam .ult-team-member-name-wrap .ult-team-member-position {
    text-transform: none;
    color: #414040;
    font-size: 16px;
}
.whyjoin {
    padding: 70px 0 40px 0;
}
.whyjoin ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.whyjoin ul li {
    margin: 5px 0;
    position: relative;
    padding: 0 0 0 30px;
}
.whyjoin ul li::before {
    content: "\f14a";
    font-weight: 400;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--red);
}
.memplan {
    padding: 70px 0;
    background-color: #eceff3;
}
.memplan .pplans .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: center;
}
.memplan .ult_pricing_table_wrap {
    flex: 1 1 calc(50% - 20px);
    min-width: auto;
    margin: 0 !important;
}
.memplan .ult_design_1.ult-cs-black .ult_pricing_table {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #b3b3b3;
    color: #000;
    text-align: left;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}
.memplan .ult_design_1.ult-cs-black .ult_pricing_table:hover {
    background-color: #f5f5f5;
}
.memplan .ult_pricing_table .ult_pricing_heading, .memplan .ult_pricing_table .ult_price_body_block, .memplan .ult_pricing_table .ult_price_features, .ult_pricing_table .ult_price_link {
    width: 50%;
    padding: 0;
}
.memplan .ult_pricing_table .ult_pricing_heading {
    order: 1;
    padding-right: 15px;
}
.memplan .ult_pricing_table .ult_price_body_block {
    order: 3;
}
.memplan .ult_pricing_table .ult_price_features {
    order: 2;
}
.memplan .ult_design_1 .ult_pricing_table .ult_price_link {
    order: 4;
    background: transparent;
    padding: 10px 0 0 0;
}
.memplan .ult_pricing_table h3.price-heading {
    font-size: 28px;
    font-weight: 600 !important;
}
.memplan .ult_pricing_table h5.price-subheading {
    margin: 10px 0 0 0;
    font-size: 17px;
}
.memplan .ult_design_1 .ult_pricing_table .ult_price_body {
    display: inline-block;
    margin: 0;
    background-color: #000000;
    border-radius: 10px;
    color: #fff;
    width: auto;
    height: auto;
    padding: 10px 20px;
    border: none;
}
.memplan .ult_price_body .ult_price {
    display: inline-block;
}
.memplan .ult_price_body .ult_price span {
    display: inline;
    font-size: 16px;
}
.memplan .ult_price_body .ult_price span.ult_price_figure {
    font-size: 36px;
    font-weight: 600 !important;
    color: #B8EA3F;
}
.memplan .ult_price_features ul {
    margin: 0 0 20px;
}
.memplan .ult_pricing_table .ult_price_features ul li {
    position: relative;
    font-size: 16px;
    padding: 0 0 0 28px;
    margin: 0 0 6px 0;
}
.memplan .ult_pricing_table .ult_price_features ul li::before {
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    top: 2px;
    color: #d70423;
}
.memplan .ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link a.ult_price_action_button {
    /* border-radius: 10px; */
}
.memregform {
    padding: 60px 0 40px 0;
}
.memregform .wpcf7 {
    width: 800px;
    margin: 0 auto;
    background-color: #eceff35c;
    padding: 30px;
    border-radius: 15px;
}
.memregform .wpcf7 p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}
.memregform .wpcf7 p br {
    display: none;
}
.memregform .wpcf7 span.wpcf7-form-control-wrap {
    width: calc(50% - 12px);
    float: left;
}
.memregform .wpcf7 span.wpcf7-form-control-wrap[data-name="your-message"] {
    width: 100%;
}
.memregform .wpcf7 textarea {
    height: 150px;
}
/* 1/4/2025 */
p.social-icons-custom-icon {
    margin: 0;
}
p.social-icons-custom-icon a {
    display: inline-block;
   color: #ffffff;
     background: #d70423;
    font-size: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
border: 2px none transparent;
}
p.social-icons-custom-icon br {
    display: none;
}
p.social-icons-custom-icon a i.fab {
    font-size: 13px;
}
.iconb3 .aio-icon-description p:first-of-type {
    display: none !important;
}
.conpinfo .aio-icon-component.iconb3 {
    background-color: #eceff3;
    background-image: none;
}
.iconb3 p.social-icons-custom-icon a:hover {
    transform: translateY(-4px);
    background-color: #000;
}
.resources-custom271 .aio-icon-box {
    box-shadow: 0 0 10px #00000033;
    padding: 30px;
    border-radius: 10px;
    background-color: #00000008;
    border:2px solid #eceff3;
}
.vc_tta.resaccmain .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background-color: var(--red);
    border-radius: 10px !important;
}
.vc_tta.resaccmain .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta.resaccmain .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading {
    border-color: #920015;
    background-color: #920015;
}
.vc_tta.resaccmain .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-radius: 10px 10px 0 0 !important;
}
.vc_tta.resaccmain .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a {
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
}
.vc_tta.resaccmain .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a i:before {
    border-color: #fff;
}
.vc_tta.resaccmain .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    border: 1px solid #920015;
    border-radius: 0 0 10px 10px !important;
    padding: 35px;
}
.vc_tta.resaccmain .vc_tta-panel.vc_active .vc_tta-panel-body {
    display: flex !important;
    justify-content: center;
    gap: 25px;
}
.vc_tta.resaccmain .vc_tta-panel-body .aio-icon-component {
    width: 33.33%;
    margin: 0;
    transition: all .5s;
}
.vc_tta.resaccmain .vc_tta-panel-body .aio-icon-component h3.aio-icon-title {
    margin: 10px 0 0 0;
    color: var(--red);
    font-weight: 500;
    transition: all .5s;
}
.vc_tta.resaccmain .vc_tta-panel-body .aio-icon-component:hover {
    transform: translateY(-5px);
}
.vc_tta.resaccmain .vc_tta-panel-body .aio-icon-component:hover h3.aio-icon-title {
    color: #000;
}
.site-footer-wrap .site-info-inner a.sdh {
    text-decoration: none;
}
.site-footer-wrap .site-info-inner a.sdh:hover {
    color: #fff;
}
.fooinfomenu {
    float: right;
    width: 75%;
}
.site-middle-footer-wrap .fooinfomenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.site-middle-footer-wrap .fooinfomenu ul li {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
}
.site-middle-footer-wrap .fooinfomenu ul li::before {
    content: '';
    width: 1px;
    height: 18px;
    border-left: 2px solid #93172b;
    top: 5px;
    left: -3px;
}
.site-middle-footer-wrap .fooinfomenu ul li:first-child::before {
    display: none;
}
.site-middle-footer-wrap .fooinfomenu ul li a {
    text-decoration: none;
    color: #000;
}
.faqp, .gallp {
    margin-top: 60px;
}
.blog .content-wrap.post-archive {
    padding: 20px 0 20px 0;
}
.content-wrap.post-archive article.entry {
    border: 5px solid #fff;
    box-shadow: 0 0 10px #e9e9e9;
    border-radius: 0;
    transition: all .5s;
}
.content-wrap.post-archive article.entry:hover {
    box-shadow: 0 0 10px #bebebe;
}
.content-wrap.post-archive article.entry .entry-content-wrap {
    padding: 15px;
}
.entry-taxonomies a {
    font-weight: 600;
    text-transform: none;
}
.content-wrap.post-archive article.entry h2.entry-title {
    font-size: 26px;
}
.content-wrap.post-archive article.entry h2.entry-title a:hover {
    color: var(--red);
}
.content-wrap.post-archive article.entry .entry-meta, .single-post .entry-content.single-content .entry-meta {
    margin: 5px 0;
}
.content-wrap.post-archive article.entry .entry-summary, .content-wrap.post-archive article.entry .entry-header {
    margin: 0;
}
.content-wrap.post-archive article.entry a.post-more-link {
    font-weight: 600;
}
.content-wrap.post-archive .post-thumbnail-inner:hover img {
    transform: scale(1.2);
}
.single-post .entry-content.single-content {
    margin-top: 10px;
}
#faqacc {
}
#faqacc .vc_tta-panel-heading {
    background-color: #eceff3;
    border-color: #dcdee1;
    border-radius: 5px;
}
#faqacc h4.vc_tta-panel-title a {
    font-size: 20px;
    font-weight: 100;
    color: #000;
}
/* #faqacc .vc_tta-panels {
    counter-reset: my-counter;
}
#faqacc .vc_tta-panels .vc_tta-panel {
    counter-increment: my-counter;
} */
#faqacc .vc_tta-panels .vc_tta-panel h4.vc_tta-panel-title a:before {
    content: "Q.";
    color: var(--red);
    padding: 0 10px 0 0;
    font-weight: 600;
}
#faqacc h4.vc_tta-panel-title a i::before {
    border-color: #000;
}
#faqacc .vc_tta-panel:hover h4.vc_tta-panel-title a {
    color: var(--red);
}
#faqacc .vc_tta-panel:hover .vc_tta-panel-heading {
    background-color: #dcdee1;
    border-color: #cbcbcb;
}
#faqacc .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #000000;
    border-color: #000000;
    border-radius: 5px 5px 0 0;
}
#faqacc .vc_tta-panel.vc_active .vc_tta-panel-body {
    border-color: #000000;
    border-radius: 0 0 5px 5px;
    background: #f7f7f7;
}
#faqacc .vc_tta-panel.vc_active h4.vc_tta-panel-title a {
    color: #fff;
}
#faqacc .vc_tta-panel.vc_active h4.vc_tta-panel-title a i::before {
    border-color: #fff;
}
.faqp .vc_col-sm-4 {
    position: sticky;
    top: 210px;
}
.gallp .vc_gitem-zone:hover {
    filter: grayscale(.5);
    transform: translateY(-5px);
}
ul.products.product-archive li.product {
    border: 5px solid #fff;
    box-shadow: 0 0 10px #d8d8d8;
    border-radius: 0;
}
ul.products.product-archive li.product h2.woocommerce-loop-product__title a {
    font-size: 18px;
}
ul.products.product-archive li.product span.price {
    font-size: 24px;
    color: var(--red);
    font-weight: 600;
    margin-bottom: 5px;
}
.woocommerce ul.products.product-archive li.product .product-details {
    padding: 10px;
}
ul.products.product-archive li.product .product-details .product-action-wrap {
    margin: 0;
}
ul.products.product-archive li.product .product-details a.ajax_add_to_cart, ul.products.product-archive li.product .product-details a.added_to_cart, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th, .cart_item strong {
    font-weight: 600 !important;
}
ul.products.product-archive li.product .product-details a.ajax_add_to_cart:hover, ul.products.product-archive li.product .product-details a.added_to_cart:hover {
    color: var(--red);
}
ul.products.product-archive li.product .product-details a.added_to_cart {
    margin-left: 10px;
}

body.single-product main.site-main .entry.product {
    padding-top: 20px;
}
.single-product img.zoomImg {
    display: none !important;
}
.entry.product .woocommerce-product-gallery .flex-viewport {
    height: 500px !important;
    border: 5px solid #ffffff;
    box-shadow: 0 0 10px #dcdcdc;
}
.entry.product .woocommerce-product-gallery .flex-viewport img {
    width: 100%;
    height: 500px !important;
    object-fit: contain;
}
.woocommerce .entry.product .summary {
    margin: 0;
}
.woocommerce .entry.product .summary p.price {
    font-size: 24px;
    color: var(--red);
    font-weight: 600;
    margin: 10px 0;
}
.woocommerce .entry.product .summary p {
    margin-top: 0;
}
.woocommerce .entry.product .summary button.single_add_to_cart_button {
    clear: both;
    margin-top: 20px;
}
.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    margin: 0 5px !important;
}
.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li a {
    background-color: #000;
    padding: 10px 20px !important;
    color: #fff !important;
    font-weight: 600;
}
.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li:hover a {
    background-color: var(--red);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}
.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs {
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #d9d9d9;
    padding: 0 20px !important;
    border-radius: 10px;
}
.kadence-woo-cart-form-wrap h2 {
    font-size: 24px;
    margin-bottom: 15px !important;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table bdi {
    font-weight: 600 !important;
}
.woocommerce-cart table.cart.shop_table .product-name a {
    color: var(--red);
}
.woocommerce-cart table.cart.shop_table .product-name a:hover {
    color: #000;
}
.woocommerce-cart table.cart .coupon .button:not(:hover), .woocommerce-checkout table.cart .coupon .button:not(:hover), #add_payment_method table.cart .coupon .button:not(:hover) {
    background: #000000 !important;
    color: #ffffff !important;
}
form.checkout.woocommerce-checkout {
    margin-top: 15px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    margin-bottom: 15px;
}
.site-bottom-footer-wrap .site-info-inner p {
    font-size: 15px;
}
.legshe {
    padding: 60px 0 40px 0;
}
.legshebox p {
    margin-bottom: 15px;
    line-height: 2;
}
.legshebox strong {
    color: var(--red);
    font-weight: 600;
    display: inline-block;
    width: 25%;
}
.legshebox small {
    color: var(--red);
    font-style: italic;
}
.province {
    padding: 0 35px;
}
.province .procol {
    padding: 50px 50px 35px 50px;
    background-color: #eceff3;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.procol::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/bg3.png);
    background-size: cover;
    background-position: center;
    opacity: .4;
}
#provitab {
    width: calc(100% - 650px);
    float: left;
}
#fmapmain {
    width: 600px;
    float: left;
    margin: 70px 0 0 50px;
    position: relative;
    z-index: 1;
}
#provitab h3 {
    /* color: var(--red) */
}
#provitab .vc_tta-panel-heading {
    background-color: #8b1729;
    border-color: #8b1729;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #8b1729, #c31839);
}
#provitab .vc_tta-panel-heading a {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
}
#provitab .vc_tta-panel-heading:hover, #provitab .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #000000;
    border-color: #000000;
    background-image: linear-gradient(0deg, #000000, #494949);
}
#provitab .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-radius: 10px 10px 0 0;
}
#provitab .vc_tta-panel.vc_active .vc_tta-panel-heading a {
    /* color: #000; */
}
#provitab .vc_tta-panel.vc_active .vc_tta-panel-body {
    border-color: #dfdfdf;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 25px;
}
#provitab .vc_tta-panel-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#provitab .vc_tta-panel-body ul li {
    position: relative;
    padding: 8px 8px 8px 45px;
}
#provitab .vc_tta-panel-body ul li:nth-child(odd) {
    background-color: #f1f1f1;
}
#provitab .vc_tta-panel-body ul li::before {
    content: "\f0c1";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 15px;
    top: 9px;
    color: var(--red);
}
#provitab .vc_tta-panel-body ul li a {
    color: #000;
}
#provitab .vc_tta-panel-body ul li a:hover {
    color: var(--red)
}
#fmapmain .pin a {
    width: 12px;
    height: 12px;
    background-color: var(--red);
    border-radius: 50%;
    animation: glow 2s ease-in-out infinite;
    display: inline-block;
    position: relative;
}
#fmapmain .pin a span {
    width: max-content;
    display: inline-block;
    font-size: 13px;
    position: absolute;
    left: 7px;
    bottom: -37px;
    background-color: #851127;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}
#fmapmain .pin a:hover span {
    opacity: 1;
}
@keyframes glow {
    0% {
      box-shadow: 0 0 0px var(--red);
    }
    50% {
      box-shadow: 0 0 10px var(--red);
    }
    100% {
      box-shadow: 0 0 0px var(--red);
    }
}
#fmapmain .pin {
    position: absolute;
    top: 5%;
    left: 18%;
}
#fmapmain .pins .pin:nth-child(2) {
    top: 12%;
    left: 76%;
}
#fmapmain .pins .pin:nth-child(3) {
    top: 25%;
    left: 80%;
}
#fmapmain .pins .pin:nth-child(4) {
    top: 26%;
    left: 70%;
}
#fmapmain .pins .pin:nth-child(5) {
    top: 33%;
    left: 67%;
}
#fmapmain .pins .pin:nth-child(6) {
    top: 37%;
    left: 68%;
}
#fmapmain .pins .pin:nth-child(7) {
    top: 31%;
    left: 83%;
}
#fmapmain .pins .pin:nth-child(8) {
    top: 37%;
    left: 77%;
}
#fmapmain .pins .pin:nth-child(9) {
    top: 39%;
    left: 86%;
}
#fmapmain .pins .pin:nth-child(10) {
    top: 47%;
    left: 83%;
}
#fmapmain .pins .pin:nth-child(11) {
    top: 50%;
    left: 87%;
}
.seatable {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    overflow: hidden;
}
.seatable tbody {
    border: 1px solid #8b17291c;
}
.seatable td, .seatable th {
    border-top: 1px solid #8b17291c;
    padding: 10px;
}
.seatable td {
    border-left: 1px solid #8b17291c;
    border-right: 1px solid #8b17291c;
}
.seatable th {
    background-color: #8b1729;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.seatable tr:nth-of-type(even) td {
    background-color: #8b17291c;
}
.seatable td.date {
    font-weight: 600;
}
.seatable td.tips {
    font-size: 80%;
    font-style: italic;
    color: var(--red);
    text-align: center;
}
.legpinfo {
    padding: 60px 0 10px 0;
}
.legpinfo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.legpinfo ul li {
    display: inline-block;
    padding: 5px 15px;
}



@media only screen and (max-width: 479px) {
.site-branding a.brand img {
    max-width: 70px;
}
.site-header-main-section-left {
    justify-content: flex-start;
}
.site-header-row {
    padding: 15px 0;
}
.hbanner.vc_row .col1>.vc_column-inner {
   padding: 10px 10px 20px;
}
.hbanner h1 {
    font-size: 24px;
}
.hbanner .col1 a.spbtn {
    margin-top: 7px;
}
a.spbtn, input[type="submit"], .memplan .ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link a.ult_price_action_button {
    padding: 10px 24px 10px 24px !important;
	text-align: center;
        display: block;
		width: 100%;
}
.hbanner .stats-number {
    color: var(--red);
    font-size: 22px !important;
}
.stats-block .stats-text {
    font-size: 16px !important;
	float: left;
}
.hbanner .col1 .vc_col-sm-12 .wpb_wrapper {
    padding: 6px;
    margin-top: 12px;
}
.hbanner h1 i {
    font-size: 120%;
}
div.stats-desc>div.counter_prefix, div.stats-desc>div.counter_suffix {
    font-size: 22px !important;
}
.hbanner .wpb_single_image img {
    height: auto;
}
.haboutsec {
    padding-top: 10px;
    padding-bottom: 0px;
}
h2 {
    font-size: 22px;
}
.haboutsec .abright {
    padding-left: 0;
}
.haboutsec .aio-icon-component h3.aio-icon-title {
    font-size: 18px;
}
.haboutsec .aio-icon-component {
    width: 100%;
}
.haboutsec .moabout {
    width: 100%;
	text-align: center;
}
.aio-icon-component, .wpb_content_element {
	margin-bottom: 20px !important;
}
.howworks .howrtext {
    padding: 15px 0;
}
.howworks ul li {
    margin-bottom: 20px;
    padding: 0 0 0 71px;
}
.howworks ul li::before {
    font-size: 40px;
 line-height: 45px;
}
.howworks ul li strong {
    font-size: 18px;
}
.bencol1 {
    padding: 10px !important;
}
.haboutsec .aio-icon-component .aio-icon-img {
    width: 50px;
    height: 50px;
}
.bencol2 {
    padding: 5px !important;
}
ul.beni li {
    font-size: 16px;
}
.hblogsec {
    padding-top: 15px;
}
.hposts {
    display: block;
}
.hposts .hpost {
    margin-bottom: 10px;
}
.hposts h3 {
    font-size: 20px;
}
.site-footer-wrap {
    padding: 0;
    margin-top: 0px;
}
.site-top-footer-wrap img.fooimg {
    position: relative;
    left: 0;
    top: 0;
}
.site-footer-top-section-1 {
    padding: 0 0 0px 0;
}
.site-footer-wrap .site-middle-footer-wrap {
    padding: 15px 10px;
}
#custom_html-2 img {
    text-align: center;
    margin: 0 auto;
    width: 100px !important;
}
ul.foolist li i {
    margin: 0 1px 0 0;
}
.widget li:not(.kb-table-of-content-list li) {
    font-size: 14px !important;
}
.widget-area .widget-title {
    font-size: 18px;
}
.site-middle-footer-inner-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.site-footer-middle-section-4 .widget_text {
    padding: 10px !important;
}
.site-middle-footer-wrap .site-container {
    padding: 5px !important;
}
.fooinfomenu {
    float: none;
    width: 100%;
    padding: 10px 0 0;
}
.site-bottom-footer-inner-wrap {
    padding-top: 10px;
    padding-bottom: 15px;
}
.element-social-inner-wrap {
    justify-content: center !important;
    padding: 10px 0 0;
}
.site-footer-middle-section-4 input[type="email"] {
    padding: 8px 23px;
}
footer#colophon {
    padding: 0px 30px;
}
.pbannersec h1 {
    font-size: 24px;
}
.aboutsec2 {
    padding: 18px 0 0px 0;
}
.aboutsec3 .vc_col-sm-12>.vc_column-inner {
    padding: 18px;
}
.aboutsec2 .wpb_text_column, .aboutsec3 .aio-icon-component {
    padding: 10px !important;
}
.aboutsec2 a.spbtn {
    margin-top: 9px;
}
.aboutsec2 .wpb_text_column strong {
    font-size: 20px;
}
.aio-icon-img .img-icon {
    width: 60px !important;
    text-align: center;
    margin: 0 auto;
}
.aboutsec3 .aio-icon-component .aio-icon-header h3.aio-icon-title {
    font-size: 20px;
    margin: 8px 0 5px;
}
.pbannersec .vc_column-inner {
    padding: 10px !important;
}

.pbannersec .wpb_text_column {
    padding: 15px 10px;
    margin-bottom: 0 !important;
}
.aboutsec4 .vc_col-sm-4 {
    position: relative;
    top: 0;
}
.aboutsec4 {
    padding: 23px 0 30px 0;
}
.aboutteam .wpb_wrapper .ult-team-member-wrap {
    margin-bottom: 20px;
}
.aboutteam .wpb_wrapper {
    display: block;
}
.legshe {
    padding: 22px 0 0px 0;
}
#provitab {
    width: 100%;
    float: none;
}
h3 {
    font-size: 20px;
}
#provitab .vc_tta-panel-heading {
    margin: 0px 0px 10px 0px;
}
.province .procol {
    padding: 10px 0;
}
#provitab .vc_tta-panel-heading a, .seatable th {
    font-size: 18px !important;
}
#fmapmain {
    width: 100%;
    float: none;
    margin: 0;
}
.whyjoin {
    padding: 20px 0 0px 0;
}
.memplan .ult_pricing_table .ult_pricing_heading, .memplan .ult_pricing_table .ult_price_body_block, .memplan .ult_pricing_table .ult_price_features, .ult_pricing_table .ult_price_link {
    width: 100%;
    padding: 0;
}
.memplan .ult_price_body .ult_price span.ult_price_figure {
    font-size: 18px;
}
.memplan .ult_design_1 .ult_pricing_table .ult_price_body {
    width: 100%;
    text-align: center;
}
.memplan {
    padding: 15px 0;
}
.memplan .ult_pricing_table h3.price-heading {
    font-size: 20px;
}
.memplan .ult_pricing_table h5.price-subheading {
    font-size: 16px;
}
.memplan .pplans .wpb_wrapper {
    width: 100%;
    display: block;
}
.memplan .ult_design_1.ult-cs-black .ult_pricing_table {
    padding: 17px 30px;
	margin-bottom: 20px;
}
.ult_pricing_table .ult_price_features ul {
    margin: 10px 0 20px;
}
.memregform .wpcf7 {
    width: 100%;
    padding: 0;
}
.memregform {
    padding: 30px 0 30px 0;
}
.get_know_restt {
    margin-top: 20px !important;
}
.get_know_restt {
    margin-top: 20px !important;
}
.contleft .vc_column-inner {
    padding: 16px !important;
}
.contleft .wpcf7 .bespo {
    padding-left: 0px;
}
.conpinfo .wpb_wrapper {
    display: block;
}
.conpinfo .top-icon .aio-icon-header h3.aio-icon-title {
    margin: 12px 0 23px 0;
    font-size: 20px;
}
.conpmap {
    padding: 0px 15px 10px 15px !important;
}
}