p {
    line-height: 24px;
    font-size: 16px;
}

.bl3 h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
}

.adv-item-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #21252a;
}

.plan-price {
    font-size: 48px;
}

.plan-price span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 10px;
    text-transform: capitalize;
    color: var(--body-color);
}

.h3toh2 {
    font-size: 50px;
    line-height: 1.15em;
    letter-spacing: -0.03em;
}

.integration-img-box {
    width: 150px;
    height: 150px;
    padding: 28px;
    transition: all 0.4s;
    background-color: #ffffff;
    border-radius: 6px;
    border-bottom-left-radius: 60px;
    display: flex;
    align-items: center;
}

.revolution-new p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

.management-new {
    padding: 80px 0;
    background: #f5f6f7;
    margin-top: 10px;
}

.management-new .optech-default-btn {
    margin-top: 30px;
}

.optech-pricing-wrap-color {
    margin-bottom: 24px;
    border-radius: 18px;
    border: 1px solid #373f4a;
    background: #373f4a;
    border-bottom-left-radius: 60px;
}

.optech-pricing-wrap-color .optech-pricing-header {
    padding: 28px;
    background: linear-gradient(0deg, rgba(55, 63, 74, 1) 0%, rgba(248, 6, 56, 1) 100%);
    color: white;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.optech-pricing-wrap-color .optech-pricing-header h3 {
    color: white;
}

.optech-pricing-wrap-color .optech-pricing-feature {
    padding: 0 28px;
}

.optech-pricing-wrap-color hr {
    background-position: bottom;
    background-size: 15px 1px;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, red 33%, rgba(255, 255, 255, 0) 0%);
    opacity: 1;
    background-color: unset;
    border: none;
}

.div-prod {
    display: flex;
    gap: 32px;
}

.wh {
    font-size: 24px;
    color: #21252a;
}
.optech-pricing-wrap{
    /*height: 800px;*/
    display: flex;
    flex-flow: column;
}
.optech-pricing-wrap-color{
    /*height: 800px;*/
    display: flex;
    flex-flow: column;
}
.part-about-us{
    padding: 100px 0;
}
.part-about-who{
    padding: 100px 0;
}
.part-about-why{
    padding: 100px 0;
}
.part-about-why li{
    margin: 0;
    padding: 0;
    list-style: disc;
    margin-left: 15px;
}
.part-about-why p{
    margin-bottom: unset;
}
.pricing-h2{
    padding: 0 200px 100px;
    color: white;
}
.pricing-h2 h2{
    color: white;
}
.pricing-form{
    padding-bottom: 100px;
}
@media (max-width: 1200px) {
    .popup-img{
        flex: 0.3!important;
    }
}
@media (max-width: 991px) {
    .popup-img{
        display: none!important;
    }
}
@media (max-width: 767px) {
    #appstore-web{
        display: none;
    }
    #appstore-mob{
        display: block!important;
    }
    #appstore-mob .apps{
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    .signin-mobile {
        display: none !important;
    }

    .integration-img-box {
        width: 115px;
        height: 100px;
    }

    .adv-item-heading {
        font-size: 16px;
        line-height: 17px;
    }

    .optech-iconbox-data p {
        font-size: 12px;
        line-height: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .revolution-new {
        padding: 80px 0;
    }

    .revolution-new h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .revolution-new p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }

    .revolution-new img {
        width: 144px;
    }

    .management-new img {
        margin-top: 100px;
    }

    .div-prod {
        flex-wrap: wrap;
    }

    .div-prod .optech-shop-wrap {
        flex: 1 1 calc(50% - 32px);
        text-align: center;
    }

    .div-prod .optech-shop-wrap:nth-child(odd):last-child {
        flex: 1 1 calc(50% - 32px);
        margin: 0 25%;
    }

    .popup-content .close-btn {
        background: #d9d6d6;
    }

    .close-btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    .popup-content {
        width: 90%;
    }

    .popup-img {
        display: none;
    }

    #popup-overlay-new .optech-main-field {
        margin-bottom: 0px;
    }

    #popup-overlay-new .optech-main-form {
        margin: unset;
    }

    #popup-overlay-new .optech-check label {
        line-height: 14px;
        font-size: 10px;
    }

    #popup-overlay-new .optech-main-form h3 {
        font-size: 17px;
    }

    #popup-overlay-new .optech-main-form p {
        line-height: 14px;
        font-size: 10px;
    }

    #popup-overlay-new input {
        font-size: 14px;
    }

    #popup-overlay-new #optech-main-form-btn-modal {
        font-size: 14px;
        padding: 15px;
    }
    .optech-check input:checked + label:after{
        top: 0!important;
    }
    .optech-hero-content p{
        font-size: 18px;
        line-height: 26px;
    }
    .optech-iconbox-icon{
        width: 30px!important;
        height: 30px!important;
    }
    .h3toh2{
        font-size: 24px;
    }
}