:root {
    --grayPrices: #F0F1F2;
}

body.page-template-pricing-CO-v1 {
    background-color: var(--grayPrices);
}

.pricing_hero {
    background-color: var(--grayPrices);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    min-height: 380px;
    padding: 6% 0 10% 0;
    position: relative;
    width: 100%;
    transform: translate(0%, 0%);
}

.heading_prices {
    text-align: center;
}

.pricing_hero .heading_prices h1 {
    color: var(--darkBlueBiky);
    font-family: 'XspaceRegular';
    font-size: 98px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    margin: 4px auto -12px auto;
}

.pricing_hero .heading_prices p {
    color: var(--darkBlueBiky);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0 auto;
}

.princing_area_wrapper {
    background-color: var(--grayPrices);
    display: block;
    position: relative;
    padding: 1% 0%;
}

.princing_area_wrapper h2 {
    color: var(--darkBlueBiky);
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 2%;
}

.biky_plans_group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1260px;
    margin: 0 auto;
    gap: 40px;
}

.bikyplans-item {
    background-color: var(--whiteKeybe);
    border-radius: 20px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.07);
    padding: 30px;
    transition: all .5s ease;
}

.bikyplans-item:hover {
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
    transition: all .5s ease;
}

.biky_plansName h4 {
    margin: 10px auto 10px auto;
    text-align: center;
    color: var(--darkBlueBiky);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0px;
}

.biky_plansName {
    padding: 10px 0px 20px 0px;
}

.prices-container p,
.prices-container span,
.prices-container strong {
    font-size: 14px;
    line-height: 1;
    color: var(--darkBlueBiky);
    padding: 0;
    width: auto;
    border-radius: 30em;
    transform: translate(0%, -6%);
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    font-weight: 700;
}

.prices-container p {
    margin: 2px auto 8px auto;
}

.prices-container {
    height: auto;
    margin-top: 11%;
    margin-bottom: -1%;
    min-height: 110px;
}

span.planPriceSelected {
    color: var(--darkBlueBiky);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4px;
}

.planSelector input#smartometer,
.planSelector input.smartometerLevelInput {
    display: none;
}

.autopilot_capabilities {
    display: none;
    opacity: 0;
    display: none;
    max-height: 1000px;
    transition: all 0.3s ease;
    margin: -10px auto 30px auto;
}

.autopilot_capabilities.show {
    display: block;
    opacity: 1;
    display: block;
    max-height: 1000px;
    transition: all 0.3s ease;
}

#bikyplans-tesseract_plus span.ver-mas {
    color: black;
}

span.ver-mas {
    color: var(--darkBlueBiky);
    font-size: 14px;
    line-height: 1.4;
    padding: 12px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    display: block;
}

span.ver-mas:hover {
    cursor: pointer;
    text-decoration: underline;
}

.bikyPlanFeatures {
    min-height: 250px
}

.selectNative,
.selectCustom {
    position: relative;
    width: 100%;
    height: auto;
}

.selectCustom {
    display: block;
    border: 2px solid var(--darkBlueBiky);
    border-radius: 300em;
    position: relative;
    width: 65%;
    margin: 2% auto;
    z-index: 8;
}

@media (hover: hover) {
    .selectCustom {
        display: block;
    }

    .selectNative:focus+.selectCustom {
        display: none;
    }
}

/* Add the focus states too, They matter, always! */
.selectNative:focus,
.selectCustom.isActive .selectCustom-trigger {
    outline: none;
}

.select {
    position: relative;
}

.selectLabel {
    display: block;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.selectWrapper {
    position: relative;
}

.selectNative,
.selectCustom-trigger {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    width: 90%;
}

.selectNative {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0.8rem;
    padding: 0rem 0.8rem;
}

.selectCustom-trigger {
    color: var(--darkBlueBiky);
    position: relative;
    width: 90%;
    padding: 2% 2%;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.selectCustom-trigger::after {
    /* content: "â–¾"; */
    content: "▾";
    position: absolute;
    top: 2px;
    line-height: 3.8rem;
    right: 0.8rem;
}

.selectCustom-trigger:hover {
    border-color: var(--greenKeybe2);
}

.selectCustom-options {
    position: absolute;
    border: 0px solid #6f6f6f;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
    padding: 0;
    display: none;
    width: 180px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -1%);
}

.selectCustom.isActive .selectCustom-options {
    display: block;
}

.selectCustom-option {
    position: relative;
    padding: 6% 6%;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.selectCustom-option.isHover,
.selectCustom-option:hover {
    background-color: var(--greenKeybe4);
    color: var(--darkBlueBiky);
    cursor: pointer;
}

.selectCustom-option:not(:last-of-type)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}

.selectCustom-option.isActive::before {
    content: none;
    position: absolute;
    left: 0.8rem;
}

.monthly_chats {
    display: none;
}

h4.howmanychats_title {
    color: var(--darkBlueBiky);
    font-size: 15px;
    line-height: 1.5;
    margin: 2% auto;
    text-align: center;
    font-weight: 600;
}

.selectCustom-trigger::after {
    line-height: 1.5;
    right: 0;
}

.selectCustom-option:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.selectCustom-option:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.planSelectorLabel p {
    color: var(--darkBlueBiky);
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.2px;
    margin-bottom: 2%;
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.planSelectorLabel h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
}

html:lang('en-US') .planSelectorLabel h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
}

.planSelector label {
    color: var(--darkBlueBiky);
    font-size: 17px;
    text-align: center;
    letter-spacing: 1.1px;
    margin-bottom: 2%;
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

span.currentPlanPrice {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2% auto;
}

span.currentPriceplan {
    display: flex;
    flex-direction: column;
}

.dashedprice {
    font-size: 22px;
    font-weight: 900;
    color: #ef5350;
    line-height: 1;
    margin: 8px;
    position: relative;
    transform: translate(0%, -20%);
}

del.dashedprice:before {
    content: none;
    font-size: 11px;
    text-decoration: none;
    position: absolute;
    top: 131%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

span.bestDeal {
    display: none;
    flex-direction: column;
}

span.bestDeal small {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    color: #ef5350;
    margin-top: -16px;
}

.bikyplans-item ul {
    position: relative;
    /* transform: translate(2%, 4%); */
    margin-top: 10%;
    margin-left: 8%;
    padding: 0% 2%;
    margin-bottom: 10%;
}

.bikyplans-item ul li {
    color: var(--darkBlueBiky);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 3%;
    position: relative;
    list-style: none;
}

.bikyplans-item ul li ul {
    margin-left: 6%;
    margin-top: 4%;
}

.bikyplans-item-inner ul li a {
    font-weight: 700;
    text-decoration: underline;
}

.bikyplans-item ul li:before {
    content: "";
    /* background-image: url(../../../img/bikyQ3/angle-list.svg); */
    background-image: url(../../../img/check_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 8%;
    left: -18px;
    transform: translate(-50%, 13%) scale(0.92);
    position: absolute;
    width: 16px;
    height: 16px;
    transform-origin: center;
}

p.Additional_chats {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}

p.Additional_chats>span {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
}

.price_hire_agent_box {
    padding: 0 0 10px 0;
}

@media only screen and (max-width: 1023px) {
    .pricing_hero .heading_prices h1 {
        font-size: 44px;
        margin: 0px auto -10px auto;
    }

    div#pricing_hero {
        padding: 20% 0 10% 0;
    }

    .pricing_hero .heading_prices p {
        font-size: 16px;
    }

    .princing_area_wrapper h2 {
        font-size: 18px;
        margin: 4% auto 8% auto;
        width: 80%;
    }

    .biky_plans_group {
        grid-template-columns: 1fr;
        padding: 6%;
    }

    .bikyPlanFeatures {
        min-height: 200px;
    }

    .biky_node_selector_wrapper {
        flex-direction: column;
        align-items: center;
    }

    p#country-info {
        padding: 10px 10px;
    }

    .menu-pricing_switcher-container {
        margin: 8px auto;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bikyplans-item {
        width: 420px;
        margin: 0 auto;
    }

    .princing_area_wrapper h2 {
        margin: 2% auto 2% auto;
        font-size: 26px;
        width: 100%;
    }

    .pricing_hero .heading_prices h1 {
        font-size: 66px;
    }

    .pricing_hero .heading_prices p {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .pricing_container {
        display: block;
        margin: 0 auto;
        position: relative;
    }

    .biky_plans_group {
        justify-content: center;
        gap: 20px;
        max-width: 1000px;
    }

    .bikyPlanFeatures {
        min-height: 320px;
    }

    .biky_node_selector_wrapper {
        flex-direction: column;
        align-items: center;
    }

    p#country-info {
        padding: 10px 10px;
    }

    .menu-pricing_switcher-container {
        margin: 8px auto;
        z-index: 30;
    }
}

@media only screen and (min-width: 1240px) and (max-width: 1360px) {
    .biky_plans_group {
        max-width: 1200px;
        gap: 20px;
    }
}

a.hireBikyAi.goWizard.talkWithSalesAgent span {
    font-weight: 800;
}

.biky_node_selector_wrapper {
    max-width: 1200px;
    margin: 1% auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

p#country-info {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--darkBlueBiky);
    text-align: center;
}

.menu-pricing_switcher-container {
    position: relative;
    left: 1%;
    background-color: var(--whiteKeybe);
    border-radius: 8px;
    /* backdrop-filter: blur(5px) saturate(100%) brightness(100%); */
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0);
    transition: all .35s ease;
    z-index: 30;
}

.menu-pricing_switcher-container:hover,
.menu-pricing_switcher-container:hover ul.sub-menu {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
    transition: all .35s ease;
}

.menu-pricing_switcher-container ul.sub-menu {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0);
    transition: all .35s ease;
}

.biky_node_selector_wrapper ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
    /* background-color: var(--greenKeybe4); */
    border-radius: 8px;
    backdrop-filter: blur(5px) saturate(100%) brightness(100%);
}

.biky_node_selector_wrapper ul.menu>li {
    position: relative;
    display: inline-block;
}

/* Estilos del submenú */
.biky_node_selector_wrapper ul.menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 86%;
    left: 0;
    background-color: var(--whiteKeybe);
    padding: 0;
    margin: auto;
    list-style: none;
    z-index: 29;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
    text-align: center;
    transition: all .35s ease;
    opacity: 0;
}

.biky_node_selector_wrapper ul.menu ul.sub-menu li {
    display: block;
    margin: 6px 0;
    padding: 2px 0;
}

.biky_node_selector_wrapper ul.menu>li:hover ul.sub-menu {
    display: block;
    transition: all .35s ease;
    opacity: 1;
}

.biky_node_selector_wrapper ul.menu a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: var(--DarkBlueBiky);
    margin: 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    line-height: 1.5;
}

.biky_node_selector_wrapper ul.menu a:hover {
    background-color: transparent;
}

.biky_node_selector_wrapper ul.menu ul.sub-menu a {
    padding: 0;
    white-space: nowrap;
    background-color: transparent;
    box-shadow: none;
}

.biky_node_selector_wrapper ul.menu ul.sub-menu {
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px) saturate(100%) brightness(100%);
}

ul#pricingbiky li.current-menu-item a, ul#pricingbiky li a:hover {
    /* color: var(--greenKeybe4); */
    background-color: var(--greenKeybe4);
    transition: all .35s ease;
}

ul#pricingbiky li a {
    background-color: var(--whiteKeybe);
    transition: all .35s ease;
}