.linear-by-w.linear-system .linear-wrapper .linear-container .tmb img, .linear-by-w.linear-system .linear-wrapper .linear-container .tmb .fluid-object{
    width: auto;
    height: 70px;
}

@media only screen and (max-width: 600px){
    .linear-by-w.linear-system .linear-wrapper .linear-container .tmb img, .linear-by-w.linear-system .linear-wrapper .linear-container .tmb .fluid-object{
        width: auto !important;
        height: 60px !important;
    }
}

.service-pricing-toggle-container{
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: -35px;
}

.service-pricing-toggle-container button{
    padding: 14px 22px;
    background: #ffffff;
    color: #000000;
    border-radius: 1000px;
    font-size: 18px;
    margin-right: 10px;
    transition-duration: 0.4s;
    cursor: pointer;
    border: 1px solid #ffffff;
}

@media only screen and (max-width: 600px){
    .service-pricing-toggle-container button{
        padding: 11px 17px;
        margin-bottom: 20px;
        font-size: 16px;
        margin-right: 5px;
    }
}

.service-pricing-toggle-container button:hover{
    border-color: #000000;
}

.service-pricing-toggle-container button.active{
    background: #000;
    color: #fff;
    border-color: #000;
}

.pricing-count-container{
    margin-top: 16px;
    text-align: center;
}

.pricing-count-container button{
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #000000;
    border-radius: 1000px;
    font-size: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
    border: 1px solid #000;
}

.pricing-count-container button:hover{
    background: #000000;
    color: #ffffff;
}

.pricing-count-container button.inactive{
    pointer-events: none;
    opacity: 0.5;
}

.pricing-count-container span{
    padding: 0px 16px;
    font-size: 18px;
}

.service-pricing-tab{
    translate: 0px 370px;
    opacity: 0;
    transition-duration: 0.5s;
}

.service-pricing-tab.active{
    translate: 0px 0px;
    opacity: 1;
}

.pricing-card-loading{
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 600px){
    .linear-by-w.linear-system .linear-wrapper .linear-container .tmb img, .linear-by-w.linear-system .linear-wrapper .linear-container .tmb .fluid-object{
        width: auto !important;
        height: 60px !important;
    }
}

.wp-image-127934{
    padding: 10px 10px;
}

.menu-sidebar .menu-item a{
    transition-duration: 0.4s;
}

.menu-sidebar .menu-item a:hover{
    color: #ffffff !important;
}

.lead-form-modal-backdrop{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    pointer-events: none;
    transition-duration: 0.5s;
    background: rgba(0, 0, 0, 0.8);
}

.lead-form-modal-inner{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.lead-form-modal{
    width: 100%;
    max-width: 450px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.lead-form-modal-title{
    margin: 0px;
    font-family: Inter !important;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}

.lead-form-modal-description{
    font-family: Inter !important;
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 10px;
}

.lead-form-modal-close-btn{
    position: absolute;
    color: #1b1d1f;
    font-size: 18px;
    background: #d6d6d67a;
    top: 10px;
    right: 10px;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.lead-form-modal-close-btn:hover{
    background: #1b1d1f;
    color: #ffffff;
}

.lead-form-modal-submit-btn{
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 14px 28px;
    background: #1b1d1f;
    color: #fff;
    border-radius: 1000px !important;
    border: 1px solid #1b1d1f;
    display: block !important;
    margin-left: auto !important;
}

.lead-form-modal label{
    font-size: 14px;
    display: block;
}

.lead-form-modal input[type=text], .lead-form-modal input[type=email]{
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    display: block;
}

.lead-form-modal-or-chip{
    display: block;
    color: #1b1d1f;
    font-size: 14px;
    background: #d6d6d67a;
    border-radius: 100%;
    height: 26px;
    width: 26px;
    text-align: center;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -32px;
}

.lead-form-modal-product-container{
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 5px;
    margin-bottom: 12px;
}

.lead-form-modal-product-icon{
    background: #1c1d1f;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.lead-form-modal-product-details h5{
    margin: 0px;
    font-size: 15px;
}

.lead-form-modal-product-details p{
    margin: 0;
    font-size: 12px;
}

.lead-form-modal-end-note{
    font-size: 12px;
    margin-bottom: 15px;
    opacity: 0.7;
    font-weight: 400;
    margin-top: 8px;
}

.lead-form-modal .iti{
    width: 100%;
}

.lead-form-modal-validation{
    font-weight: 500;
    font-size: 12px;
    margin-top: 6px;
    display: block;
    color: #ed4258;
}

.cf-turnstile{
    margin-top: 16px;
}