.main-brand img,
.dsnload__img img {
    width: 140px;
}

@media (max-width: 767px) {
    .main-brand img,
    .dsnload__img img {
        width: 110px;
    }
}
.invisible {
    visibility: hidden;
}

.of-contain {
    object-fit: contain !important;
}
@media (min-width: 1200px) {
    .of-contain-lg {
        object-fit: contain;
    }
}

@media only screen and (max-width: 575px) {
    .header-corporate .content .title-lg {
        font-size: 37px;
    }
}

@media only screen and (max-width: 767px) {
    .title-lg.for-main {
        font-size: 58px;
    }
}

@media only screen and (max-width: 991px) {
    .title-lg.for-main {
        line-height: initial !important;
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .title-lg.for-main {
        line-height: initial !important;
        font-size: 60px;
    }
}

.theme-color {
    color: var(--theme-color);
}

.theme-bg {
    background-color: var(--theme-color);
}

.theme-bg.secondary {
    background-color: var(--theme-secondary);
}

.theme-color.for-secondary {
    color: var(--theme-secondary);
}

.fw-700 {
    font-weight: 700 !important;
}

.v-light #site_menu_header {
    background-color: #f9f0ed;
}

@media only screen and (max-width: 991px) {
    .site-header.dsn-hamburger.dsn-open .main-navigation {
        text-align: center;
        background-color: #f9f0ed;
    }
}

.text-white {
    color: white;
}

.text-whitesmoke {
    color: #e9e9e9;
}

.text-dark {
    color: black;
}
.ls-05 {
    letter-spacing: 0.5px;
}
.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-800 {
    font-weight: 800;
}
.tab-title.for-faq {
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins";
    letter-spacing: 0.3;
    line-height: initial;
}

.title-block.for-faq {
    font-size: 15px;
    line-height: initial;
    letter-spacing: 0.3px;
    text-transform: unset;
}

/* footer */
.footer-personal {
    border-radius: 12px;
    padding: 15px 30px;
}

.powered--by {
    color: initial;
    display: inline-flex;
    align-items: center;
}

.powered--by img {
    height: 23px;
    margin-top: -5px;
    margin-left: 5px;
    letter-spacing: 0.5px;
}

@media (max-width: 575px) {
    .powered--by a img {
        margin-top: -7px;
        margin-left: 6px;
        height: 21px;
    }
}

.floating--whatsapp {
    position: fixed;
    right: 30px;
    bottom: 24px;
    width: 65px;
    z-index: 100;
}

.floating--whatsapp:focus {
    transform: scale(1.1);
}

@media (min-width: 1200px) {
    .floating--whatsapp:hover {
        transform: scale(1.1);
    }
}

.floating--whatsapp * {
    z-index: 100;
}

.floating--whatsapp img {
    object-fit: contain;
}

@media (max-width: 767px) {
    .floating--whatsapp {
        right: 25px;
        bottom: 20px;
        width: 50px;
    }
}

.for-plan-title {
    font-size: 27px;
}

.for-price {
    color: #fff88f;
    margin-top: 5px;
}

.for-price strong {
    font-size: 16px;
    font-weight: 600;
}

.plans--desc {
    font-size: 13px;
    margin-top: 6px;
    padding: 0px 10px;
    line-height: initial !important;
}

.plans--title {
    font-size: 28px !important;
    letter-spacing: 1px;
}

.truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dark-bg {
    background-color: #231f20;
}
