@media all and (max-width: 1920px) {
    .styles__Container_about .slider-text-wrapper {
        margin: 10.5rem 1rem 0 2rem;
    }

    .header-menu>ul {
        width: 79%;
    }

    .mega-menu-responsive li {
        display: block;
    }

    .header-menu>ul>li>a,
    .header-menu>ul>li>span {
        display: block;
        font-size: 12px;
        padding: 25px 16px;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header-menu .sublist-wrap {
        opacity: 0;
        position: absolute;
        min-width: 300px;
        background: #fff;
        text-align: right;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        -webkit-transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
        pointer-events: none;
    }

    .header-menu .hover+.sublist-wrap {
        opacity: 0;
    }

    .header-menu>ul>li>.sublist-wrap {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    .header-menu .sublist-wrap.active {
        display: block;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        pointer-events: auto;
    }

    .top-menu {
        display: block;
    }

    .header-menu .sublist li {
        position: relative;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header-menu .sublist .back-button {
        display: none;
    }

    .header-menu .sublist li a {
        display: block;
        padding: 6px 20px 10px;
        font-size: 12px;
        color: #fff;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }

    .header-menu .sublist li a:before {
        content: "\e924";
        display: inline-block;
        margin-left: 10px;
        font-family: prisma;
        font-size: 10px;
        color: #977f25c7;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header-menu .sublist li:hover>a {
        background: #2196f3;
    }

    .header-menu .sublist-wrap .sublist-wrap {
        top: -1px;
        right: 100%;
    }

    .responsive-nav-wrapper>div span:after,
    .responsive-nav-wrapper>div a:after {
        font-size: 28px;
    }

    .responsive-nav-wrapper .personal-button>span:after {
        font-size: 18px;
    }

    .responsive-nav-wrapper .wishlist-button {
        display: inline-block;
    }

    .responsive-nav-wrapper .wishlist-button a:after {
        content: "\e919";
    }

    /* FOOTER */
    .footer-upper {
        min-height: 210px;
    }

    .footer-middle {
        margin: 0 auto;
        padding: 30px 25px 0;
        width: 100%;
        font-size: 0;
    }

    /*.footer-middle > div {
		display: inline-block;
		width: 25%;
		vertical-align: top;
		text-align: right;
	}*/
    .footer-middle>div .title {
        padding: 0;
        margin-bottom: 10px;
    }

    .footer-lower-wrapper {
        margin: 0 auto;
        width: 100%;
    }

    .footer-block>.title {
        cursor: pointer;
    }

    .footer-block .list {
        display: none;
    }

    .footer-block .list>li {
        padding: 8px 0 8px 0;
        transition: all 0.3s;
    }

    .footer-disclaimer,
    .footer-tax-shipping {
        clear: right;
    }

    .footer-powered-by,
    .footer-designed-by {
        float: left;
        clear: left;
    }

    .footer-powered-by {
        margin-top: 0px;
    }

    .theme-selector {
        margin: 0 auto;
    }

    /* LEFT/RIGHT COLUMN */
    .block {
        float: none;
        width: auto;
        margin: 0;
    }

    .block:last-of-type .listbox {
        border-bottom: 0;
    }

    .block .title:after {
        content: none;
    }

    .block .product-picture {
        display: inline-block;
        vertical-align: middle;
    }

    .block .list .product-picture {
        display: block;
        max-width: 100%;
    }

    .block .product-name {
        display: inline-block;
        width: 72%;
        vertical-align: middle;
    }

    .block-recently-viewed-products .listbox {
        padding: 5px;
        font-size: 0;
    }

    .block-recently-viewed-products .listbox li {
        display: inline-block;
        width: 33%;
        text-align: center;
    }

    .block-recently-viewed-products .listbox .product-name {
        display: none;
    }

    /* CATEGORY PAGE & GRIDS */
    .breadcrumb {
        display: table-cell;
        text-align: left;
        line-height: 20px;
    }

    .breadcrumb a:hover {
        color: #888;
    }

    .category-page .page-title {
        display: table;
        width: 100%;
    }

    .category-page .page-title h1 {
        display: table-cell;
        margin-bottom: 0;
        text-align: right;
    }

    /* grids */
    .product-grid .item-box .details {
        position: relative;
        padding-top: 22px;
        border-top: 3px solid #ff2a5e;
    }

    .product-grid .item-box .buttons-wrapper {
        display: block;
    }

    .home-page .product-grid,
    .home-page .bestsellers {
        padding: 50px 0 0;
    }

    .home-page-polls {
        padding: 70px 0;
    }

    .bestsellers .item-box {
        margin-right: 0;
        width: 49%;
    }

    .bestsellers .item-box .product-item {
        display: table;
        width: 100%;
    }

    .bestsellers .item-box:nth-child(2n) {
        clear: none;
        margin-right: 2%;
    }

    .bestsellers .item-box .picture {
        display: table-cell;
        width: 45%;
        margin-left: 10px;
        vertical-align: top;
    }

    .bestsellers .item-box .details {
        display: table-cell;
        padding: 15px 15px 46px 15px;
        overflow: hidden;
    }

    .bestsellers.product-grid .item-box .buttons-wrapper {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 15px;
        left: 0;
        width: 86%;
    }

    .bestsellers .item-box .prices {
        height: 40px;
    }

    .bestsellers .item-box .product-title {
        margin-bottom: 5px;
    }

    .cross-sells .item-box,
    .also-purchased-products-grid .item-box,
    .related-products-grid .item-box {
        width: 23.5%;
    }

    .cross-sells .item-box button,
    .also-purchased-products-grid .item-box button,
    .related-products-grid .item-box button {
        width: 44px;
    }

    .cross-sells .item-box:nth-child(3n + 1),
    .also-purchased-products-grid .item-box:nth-child(3n + 1),
    .related-products-grid .item-box:nth-child(3n + 1) {
        margin-right: 2%;
        clear: none;
    }

    .cross-sells .item-box:nth-child(4n + 1),
    .also-purchased-products-grid .item-box:nth-child(4n + 1),
    .related-products-grid .item-box:nth-child(4n + 1) {
        margin-right: 0;
    }

    .cross-sells .item-box:nth-child(4n),
    .also-purchased-products-grid .item-box:nth-child(4n),
    .related-products-grid .item-box:nth-child(4n) {
        margin-right: 2%;
    }

    /* PRODUCT PAGE */
    .product-essential {
        margin: 0 0 100px;
    }

    .product-essential .product-name {
        display: table;
        direction: ltr;
        padding: 10px 15px;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .product-essential .product-name h1 {
        display: table-cell;
        direction: rtl;
        margin: 0;
        text-align: right;
    }

    .product-name .breadcrumb {
        direction: rtl;
        padding: 0;
        border: 0;
        text-align: left;
    }

    .product-content-wrappper:after {
        content: "";
        display: block;
        clear: both;
    }

    .gallery {
        float: right;
        margin-bottom: 20px;
        width: 46%;
    }

    .gallery .picture {
        width: auto;
    }

    .gallery .thumb-item {
        width: 24%;
    }

    .gallery .thumb-item:nth-of-type(4n) {
        margin-left: 0;
    }

    .overview {
        float: left;
        width: 52%;
    }

    .attribute-label {
        width: auto;
    }

    .attribute-data,
    .rental-attributes .datepicker {
        float: left;
    }

    .overview .quantity-container {
        float: right;
        padding: 20px 15px;
    }

    /*attr*/
    .overview>div,
    .additional-details>div {
        font-size: 0pt;
    }

    .attributes .attr-value {
        text-align: left;
    }

    .product-review-box {
        width: auto;
    }

    .attr-item:after {
        content: "";
    }

    .free-shipping:after {
        width: auto;
    }

    .overview .short-description,
    .variant-overview .short-description,
    .product-review-links,
    .product-no-reviews,
    .overview .label,
    .overview .value,
    .variant-overview .label,
    .variant-overview .value,
    .free-shipping,
    .attributes>ul>li div {
        font-size: 14px;
    }

    .overview .label+.value {
        display: inline-block;
        text-align: left;
        width: 50%;
    }

    .overview .qty-wrapper {
        float: right;
    }

    .overview .prices {
        float: left;
        border: 0;
        font-size: 14px;
        text-align: left;
    }

    .overview .tier-prices {
        font-size: 14px;
    }

    .product-review-box,
    .attribute-squares,
    .overview .customer-entered-price {
        text-align: left;
    }

    .overview .customer-entered-price {
        font-size: 14px;
    }

    .customer-entered-price>div {
        display: block;
    }

    .overview .customer-entered-price label {
        float: right;
        text-align: right;
    }

    /*btns*/
    .overview-buttons {
        overflow: hidden;
    }

    .overview .compare-products,
    .overview .email-a-friend {
        float: right;
        margin-left: 20px;
        width: auto;
    }

    .overview .compare-products input,
    .overview .email-a-friend input {
        position: static;
        padding: 0 45px 0 15px;
        border: 0;
        width: auto;
        background: #fff;
        font-size: 14px;
        color: #aaa;
        opacity: 1;
    }

    .overview .product-share-wrapper {
        text-align: right;
    }

    .overview .product-share-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-social-buttons {
        float: left;
    }

    /*variants*/
    .product-variant-list {
        font-size: 0pt;
    }

    .product-variant-line {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

    .product-variant-line:nth-of-type(2n) {
        margin-right: 2%;
    }

    .variant-picture {
        width: 200px;
    }

    .variant-picture+.variant-overview {
        margin-right: 210px;
    }

    .variant-overview .attribute-squares {
        text-align: right;
    }

    .variant-overview .attributes dt {
        padding: 0 15px;
    }

    .variant-overview .add-to-wishlist {
        width: 50px;
    }

    .variant-overview .add-to-wishlist span {
        font-size: 0;
    }

    .variant-overview .overview-buttons .add-to-cart {
        width: 84%;
        width: calc(100% - 54px);
    }

    .variant-overview .overview-buttons .add-to-wishlist-button:before {
        margin: 0;
    }

    .variant-overview .value {
        display: block;
        margin-top: 5px;
    }

    .variant-overview .attributes dd {
        display: block;
        clear: right;
        width: 100%;
        text-align: right;
    }

    .product-collateral>div {
        margin-bottom: 100px;
    }

    .manufacturer-list-page .page-title h1,
    .vendor-list-page .page-title h1 {
        text-align: right;
    }

    .manufacturer-grid,
    .vendor-grid,
    .recently-added-products-page .product-grid {
        padding: 20px;
    }

    .vendor-page .product-grid {
        padding: 20px;
    }

    /* REVIEW PAGE */
    .product-reviews-page .page-body:after {
        content: "";
        display: block;
        clear: both;
    }

    /* WISHLIST & COMPARE LIST */
    .order-summary-content .table-wrapper,
    .wishlist-content .table-wrapper {
        padding: 0 10px;
        background: #f6f6f6;
    }

    .cart .remove-from-cart label,
    .cart .add-to-cart label {
        padding: 0;
        font-size: 0;
        width: 20px;
    }

    .section.order-summary {
        margin-top: 70px;
    }

    /* TOPICS */
    .topic-block-body {
        margin: 0 auto;
    }

    /* CONTACT PAGE & EMAILaFRIEND */
    /* REGISTRATION, LOGIN, MY ACCOUNT */
    .account-page .section {
        margin-bottom: 35px;
    }

    .registration-page .fieldset {
        padding: 0;
    }

    .account-page .message-error {
        margin: 20px 20px 0;
    }

    #check-availability-button {
        margin: 10px auto;
    }

    .login-page .inputs.reversed>* {
        width: auto;
        vertical-align: middle;
    }

    .external-authentication {
        clear: both;
    }

    .html-my-product-reviews-list-page .center-2 {
        margin: 0 0 50px;
        width: 100%;
    }

    .html-my-product-reviews-list-page .side-2,
    .customer-pages-body .side-2 {
        width: 100%;
    }

    .login-page .customer-blocks .buttons {
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }

    .registration-result-page .customer-blocks .form .register-continue-button {
        width: 90%;
    }

    .request-item .title,
    .address-list-page .title,
    .order-list-page .title {
        padding: 19px 25px;
    }

    .address-list-page .info,
    .order-list-page .info {
        padding: 15px 25px;
    }

    .current-balance {
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        color: #444;
    }

    .current-balance:before {
        content: "\e90e";
        display: inline-block;
        margin-left: 10px;
        font-family: prisma;
        font-size: 29px;
        color: #ccc;
        vertical-align: middle;
    }

    .account-page .description {
        font-size: 14px;
        color: #666;
    }

    /* SHOPPING CART & CHECKOUT */
    .shopping-cart-page .totals {
        margin: 0;
        width: 32%;
    }

    .cart-title,
    .checkout-page .page-title {
        margin-top: 100px;
    }

    .cart td {
        min-width: 150px;
    }

    .cart-collaterals {
        margin-left: 4px;
        width: 67.8%;
        width: -webkit-calc(68% - 4px);
        width: calc(68% - 4px);
        margin: 0;
    }

    .cart-collaterals .deals {
        float: right;
        margin-left: 4px;
        width: 49.8%;
        width: -webkit-calc(50% - 2px);
        width: calc(50% - 2px);
        margin: 0;
        min-height: 100%;
    }

    .cart-collaterals .deals>div {
        height: 49.8%;
        height: -webkit-calc(50% - 2px);
        height: calc(50% - 2px);
    }

    .cart-collaterals .shipping {
        float: left;
        width: 49.8%;
        width: -webkit-calc(50% - 2px);
        width: calc(50% - 2px);
        margin: 0;
        height: 100%;
    }

    .estimate-shipping {
        margin: 0;
        height: 100%;
    }

    .cart-collaterals .coupon-code input[type="submit"],
    .cart-collaterals .buttons .estimate-shipping-button {
        transition: all 0.3s;
    }

    .cart-collaterals .coupon-code input[type="submit"]:hover,
    .cart-collaterals .buttons .estimate-shipping-button:hover {
        color: #57b568;
    }

    .cart-collaterals .shipping .buttons {
        text-align: left;
    }

    .checkout-page .opc .edit-address label {
        width: 295px;
    }

    .checkout-page .totals {
        float: left;
        width: 32%;
    }

    /* ORDER DETAILS */
    .order-details-page .totals {
        width: 32%;
    }

    /* SEARCH & SITEMAP */
    .basic-search input[type="text"] {
        width: 350px;
    }

    .advanced-search .price-range input {
        height: auto;
    }

    .search-box .search-box-button {
        background: #57b568 url(../img/search.png) no-repeat center;
    }

    /* BLOG & NEWS */
    .blogpost-page .page-title,
    .blog-page .page-title {
        border-bottom: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .blogpost-page .page-title h1,
    .blog-page .page-title h1,
    .product-tag-page .page-title h1 {
        text-align: center;
    }

    .news-list-page .page-title {
        padding-right: 0;
    }

    .news-item-page .inputs:first-child label {
        display: inline-block;
    }

    .news-list-homepage {
        padding: 100px 0;
        font-size: 0;
    }

    .news-list-homepage .news-item {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

    .news-list-homepage .news-item:nth-child(2n) {
        margin-right: 2%;
    }

    /* FORUM & PROFILE */
    .forums-main-page {
        margin-top: 50px;
        text-align: center;
    }

    .topic-post .post-info {
        text-align: center;
    }

    .topic-post .pm-button,
    .profile-info-box .pm-button {
        margin: 7px 0 6px;
    }

    .downloadable-products-page .download a:hover {
        color: #57b568;
    }

    section.saeed_sec1 {
        height: 926px !important;
    }

    .mobile-app-box img {
        margin: 0 14px;
    }
}

@media all and (max-width: 1600px) {
    .header-menu>ul {
        width: 86%;
    }

    .page.blogpost-page .page-body .page-title {
        border-bottom: none;
    }

    section.saeed_sec1 {
        height: 707px !important;
    }
}

@media all and (max-width: 1366px) {
    .page.blogpost-page .page-body .page-title {
        border-bottom: none;
    }

    section.saeed_sec1 {
        height: 677px !important;
    }
}

@media all and (max-width: 1024px) {
    .mega-menu {
        display: none;
      }

    .slider-wrapper.theme-mobile-slider {
        display: block;
        margin-top: 2.9rem;
    }

    .jconfirm-box.jconfirm-hilight-glow.jconfirm-type-dark.jconfirm-type-animated {
        width: 98% !important;
    }

    .html-change-password-page .master-column-wrapper {
        flex-direction: column-reverse;
    }

    .customer-pages-body .master-column-wrapper,
    .k-webkit.k-webkit67 .master-column-wrapper {
        display: block;
    }

    #addNewTicket .buttons {
        margin: 20px 0;
    }

    .account-page .pair-inouts>div {
        width: 100%;
    }

    .password-recovery-page .result {
        margin: 10px 0 5px;
    }

    .block-account-navigation .title {
        display: block;
    }

    .block-account-navigation .listbox {
        display: none;
    }

    .side-2 {
        width: 100%;
    }

    .customer-info-page .personal .form-fields>div,
    .new-ticket-page .fieldset.attributees .form-fields>.inputs {
        width: 100%;
    }

    .new-ticket-page .fieldset.attributees .form-fields>.inputs {
        margin: 0;
        padding: 10px 0;
        height: auto;
    }

    .customer-info-page .inputs.fname::before,
    .customer-info-page .inputs.phone::before {
        content: none;
    }

    .page.account-page.customer-info-page .inputs input[type="text"] {
        margin-right: 0 !important;
    }

    .login-page .customer-blocks>div,
    .registration-page .customer-blocks>div,
    .registration-result-page .customer-blocks>div,
    .password-recovery-page .customer-blocks>div {
        width: 90%;
        height: 95%;
        border-radius: 5px;
        margin: 20px 0;
        opacity: 0.8;
        box-shadow: 0 5px 13px 10px rgba(255, 255, 255, 0.3);
    }

    .login-page .customer-blocks .returning-wrapper.fieldset-background,
    .registration-page .customer-blocks .returning-wrapper.fieldset-background,
    .registration-result-page .customer-blocks .returning-wrapper.fieldset-background,
    .password-recovery-page .customer-blocks .returning-wrapper.fieldset-background {
        display: none;
    }

    .login-page .customer-blocks,
    .registration-page .customer-blocks,
    .registration-result-page .customer-blocks,
    .password-recovery-page .customer-blocks {
        background: url(/Themes/Prisma/Content/img/100_UX_Statistics_every_User_Experience_Professional_Needs_to_Know.jpg) no-repeat;
        height: 70vh;
    }

    .registration-page .customer-blocks {
        height: 100%;
    }

    .registration-page #g-recaptcha-response {
        min-height: auto;
    }

    .header-wrapper,
    .responsive-nav-wrapper-parent {
        width: 100%;
        margin: 0px 0 3px;
        padding-top: 2px;
    }

    .login-page input[type="text"],
    .login-page input[type="password"] {
        width: 100%;
        margin: 0 auto;
        border: none;
    }

    .returning-wrapper.fieldset form,
    .registration-result-page .customer-blocks .returning-wrapper .form {
        width: 90%;
    }

    .main-container-covid {
        margin-top: 55px;
    }

    .admin-header-links {
        width: 100%;
        padding-bottom: 20px;
        z-index: 1030;
    }

    .admin-header-links * {
        line-height: 28px;
    }

    .header-wrapper {
        left: 0;
    }

    .responsive-nav-wrapper {
        position: relative;
        width: 100%;
        text-align: left;
    }
    .responsive-nav-wrapper > div {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
        margin-right: 0.8rem;
    }

    .support-part {
        position: absolute;
        top: 52px;
        right: 83px;
        opacity: 0;
        z-index: 0;
        visibility: hidden;
    }

    .header-links-wrapper {
        top: 50px;
        left: 0;
        right: 0;
        padding: 0 20px;
        width: 63%;
        margin: 0 auto;
    }

    .support-user {
        position: static;
    }

    .support-part .phone-num-support .num {
        pointer-events: auto;
    }

    .personal-button {
        margin: 0 10px;
    }

    /* RESPONSIVE MENU */
    .master-header-wrapper {
        position: relative;
    }

    .ps-container>.ps-scrollbar-y-rail {
        visibility: hidden;
    }

    .overlayOffCanvas {
        display: none;
        width: 100%;
        height: 100%;
        z-index: 1010;
        -webkit-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
    }

    .overlayOffCanvas.active {
        position: sticky;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
    }

    .header-menu {
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        height: 100%;
        background: #f6f6f6 !important;
        text-align: left;
        overflow: hidden;
        z-index: 1070;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }

    .header-menu.opened {
        left: 0;
        right: auto;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .navigation-wrapper {
        position: sticky;
        padding: 15px;
        border: 0;
        background: #57b568;
        cursor: pointer;
        overflow: hidden;
        font-size: 0;
    }

    .header-menu .close-menu,
    .header-menu ul .back-button {
        float: right;
    }

    .header-menu .close-menu span,
    .header-menu ul .back-button span {
        position: relative;
        display: inline-block;
        padding: 0;
        width: 28px;
        height: 28px;
        background: #2196f3;
        font-size: 0;
        color: #fff;
        line-height: 15px;
    }

    .header-menu .close-menu span:after,
    .header-menu ul .back-button span:after {
        content: "\e901";
        position: absolute;
        top: 50%;
        right: 50%;
        font-family: prisma;
        font-size: 8px;
        color: #fff;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .header-menu ul .back-button {
        margin-left: 5px;
    }

    .header-menu ul .back-button span:after {
        content: "\e924";
    }

    .header-menu>ul>li {
        border-bottom: 1px solid #eee;
        background: #f6f6f6;
    }

    .header-menu>ul li:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-menu>ul li>a,
    .header-menu>ul li>span {
        position: relative;
        display: block;
        padding: 16px 18px;
        line-height: 17px;
        text-align: left;
        font-size: 15px;
        color: #666;
        z-index: 0;
    }

    .header-menu>ul li>a:hover,
    .header-menu>ul li>span:hover {
        color: #57b568;
    }

    .header-menu>ul li:last-child>a,
    .header-menu>ul li:last-child>span {
        border-bottom: 0;
    }

    .header-menu>ul li>.with-subcategories {
        float: left;
        color: #333;
    }

    .plus-button {
        position: relative;
        float: right;
        margin: 8px;
        width: 32px;
        height: 32px;
        background: #2196f3;
        cursor: pointer;
        z-index: 1;
    }

    .plus-button:after {
        content: "\e924";
        position: absolute;
        top: 50%;
        right: 50%;
        font-family: prisma;
        font-size: 10px;
        color: #fff;
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        -ms-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
    }

    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        height: 100%;
        background: #eee;
        box-shadow: -3px 0 5px rgba(0, 0, 0, 0.5);
        z-index: 2;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .header-menu .sublist-wrap {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }

    .header-menu .sublist-wrap.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .flyout-cart {
        display: none;
    }

    .master-header-wrapper-parent {
        background-color: #252e37;
        height: 40px;
    }

    .header-wrapper {
        transform: translateY(7%);
        height: 41px;
        background-color: #323232;
    }

    .master-wrapper-content {
        margin: 25px auto 0;
    }

    .menu-title {

    }

    /*********** FOOTER ***********/
    .footer-block .title {
        position: relative;
        text-align: center;
        padding: 19px 37px;
    }

    .footer-block .title:before,
    .footer-block .title:after {
        content: "\e923";
        position: absolute;
        top: 50%;
        width: 24px;
        height: 24px;
        background: #fff;
        line-height: 24px;
        font-family: prisma;
        font-size: 10px;
        color: #252e37;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 3px;
    }

    .footer-block .title.active:before,
    .footer-block .title.active:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .footer-block .title:before {
        right: 13px;
    }

    .footer-block .title:after {
        left: 13px;
    }

    .footer-middle>div:last-child {
        margin-top: 45px;
    }

    .footer-block .list>li {
        justify-content: center;
    }

    .footer-lower-wrapper {
        padding: 10px 25px;
    }

    .wider .social {
        justify-content: center;
    }

    .footer-middle .list li span,
    .footer-middle .list li {
        text-align: center;
    }

    .footer-middle .list li {
        justify-content: center;
    }

    .store-search-box {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        width: 100%;
        background: #4ea35d;
        text-align: center;
        box-shadow: -1px 2px 1px rgba(0, 0, 0, 0.3);
        z-index: 1010;
        font-size: 0;
    }

    .store-search-box.open {
        display: block;
    }

    .search-box.store-search-box input {
        border: 0;
        height: 40px;
        background: none;
        color: #fff;
    }

    .store-search-box input.search-box-button {
        width: 40px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFDOUQ4RUFCNDlERjExRTdCNUYyRjkyRTNCOTlGM0U0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFDOUQ4RUFDNDlERjExRTdCNUYyRjkyRTNCOTlGM0U0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUM5RDhFQTk0OURGMTFFN0I1RjJGOTJFM0I5OUYzRTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUM5RDhFQUE0OURGMTFFN0I1RjJGOTJFM0I5OUYzRTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5hSP3vAAABTUlEQVR42qyUTU4CMRiGqwuJEFwpd1BC2OABgBjZcxJdGxeQcAJ2HIHIghETPYQBjMaVa+NKB+VvQXlrXswXY6cd8EueNGnfPul02iqttfJkHzTAEExJH9Q49pP1FVbBu7bXBzPeUhNecPI1KIM0KbNPM1P1kR5wFaYuI3IXYsUZl7TGcODxRQGzDVewz2DRQ1pidrj1vQf2moIE2AMjFV1pEIL5tvq/Wq3OKX1mW/CQHrN9cUm7bM88pOdse67Nz4CQP6C1yZFKgCtwAlLgSdycgCchRYriKFkP/w64YeiL99zUIxhFXNPQdk2lcC4mDEBSPCgPHP8E96Bue1CMsEfJG8iBrlhxKcZrpmxC058FM/Z34krbnGjexzwHDsEr+2/BblzpKRhT0ARHmwjlnhrxhKKxECbjCn///YoQ360r/OucVniY1xYalgIMAD6xnqly4zudAAAAAElFTkSuQmCC) no-repeat center center;
    }

    .store-search-box input.search-box-text {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }

    .header .store-search-box ::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.4);
    }

    .header .store-search-box ::-moz-placeholder {
        color: rgba(255, 255, 255, 0.4);
    }

    .header .store-search-box :-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.4);
    }

    .header .store-search-box :-moz-placeholder {
        color: rgba(255, 255, 255, 0.4);
    }

    /* MISCELLANEOUS */
    .html-account-page .block {
        float: none;
        width: auto;
        text-align: center;
    }

    .product-selectors,
    .filter-options {
        display: none;
    }

    .category-page-body .footer {
        padding-bottom: 30px;
    }

    .filter-options>.filters-button {
        display: none;
    }

    .product-sorting-mobile:before {
        content: "\e90c";
    }

    .product-display-mobile:before {
        content: "\e906";
    }

    .filter-options li:last-of-type:after {
        content: none;
    }

    .filter-options>div>div span {
        display: none;
    }

    .cart thead {
        display: none;
    }

    .shopping-cart-page .cart-item-row td:first-child,
    .shopping-cart-page .cart-item-row td.sku {
        display: none;
    }

    .master-header-wrapper {
        margin: auto;
    }

    .header-menu>ul>li:hover>a,
    .header-menu>ul>li:hover>span {
        background: transparent;
        color: #2196f3;
    }

    .blogpost-page .page-title h1,
    .blog-page .page-title h1,
    .product-tag-page .page-title h1 {
        text-align: center;
    }

    .header-menu>ul>li:hover>a,
    .header-menu>ul>li:hover>span {
        background: transparent;
    }

    .header-menu>ul>li>a,
    .header-menu>ul>li>span {
        padding: 15px 18px;
        color: #333;
    }

    .login-page .page-title h1,
    .registration-page .page-title h1 {
        margin: 15px auto;
        line-height: 2;
    }

    .registration-page .customer-blocks .returning-wrapper-register {
        position: static;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        height: 100%;
    }

    .manage-tickets-page .block.block-account-navigation {
        width: 100%;
        margin: 0 auto 25px;
    }

    .manage-tickets-page .block.block-account-navigation .title {
        padding: 0;
    }

    .manage-tickets-page .block.block-account-navigation .title strong {
        padding: 15px 40px 15px 20px;
    }

    .manage-tickets-page .block-account-navigation .title strong::after {
        right: 10px;
    }

    /* div#recaptcha iframe {
		height: inherit !important;
	}
	.captcha-box #recaptcha > div {
		height: inherit;
	}
	.captcha-box {
		height: 200px;
	}
	.fbc {
		height: inherit;
	}
	.captcha-box > div {
		height: inherit;
	} */
    .portfolio-page-section {
        background: #f5f5f5 url(/Themes/Prisma/Content/img/portfolio2/background.png) 0 -16px no-repeat;
    }

    .portfolio-container {
        justify-content: flex-start;
        margin: 14px 28px 0;
    }

    .portfolio-item {
        width: 45%;
    }

    .white-crcle {
        width: 344px;
        height: 344px;
    }

    .table-features .table tbody>tr>td:first-child {
        padding: 8px 16px 0 0;
    }

    .saeed_sec1 {
        height: 520px !important;
    }

    .header-menu>ul {
        width: 100%;
    }

    .responsive-nav-wrapper .header-selectors-wrapper {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .responsive-nav-wrapper .dem-button,
    .responsive-nav-wrapper .support-user,
    .responsive-nav-wrapper .personal-button {
        float: right;
    }

    .responsive-nav-wrapper .menu-title {
        float: left;
        margin-left: 0.8rem;
    }

    .btn-animation {
        margin-left: 0;
    }

    .row.justify-content-center {
        display: block;
    }

    .tabs-left {
        padding-top: 0;
    }

    .nav-tabs-list-item {
        margin-right: 0;
    }

    .header-links-wrapper {
        left: -126px;
        right: auto;
    }

    .logo-container {
        width: 33%;
    }

    li.change-language-mobile ul.language-list {
        display: flex;
        border: none;
        align-items: center;
        justify-content: center;
    }

    .change-language-mobile {
        /* This style for language icons in mobile and desktop */
        display: block;
    }

    .heading-block {
        width: 100%;
    }
}

@media all and (max-width: 980px) {
    .block-info {
        height: 365px;
    }

    .yokart-solutions li:nth-child(3) {
        top: 352px;
        left: 0;
    }

    .yokart-solutions li:nth-child(4) {
        top: 456px;
        left: 400px;
    }

    .sec11 .container {
        padding: 0;
        width: 92%;
    }

    .shelf .present-package {
        width: 100%;
        margin: 15px auto 0;
        flex-wrap: wrap;
    }

    .shelf .package {
        width: 30%;
        margin: 0px 2px 5px;
        border: 1px solid #eee;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .packages {
        padding: 0;
    }

    .shelf .description {
        width: 95%;
        margin: 0 auto 10px;
        font-size: 16px;
    }

    .shelf .description p {
        margin-bottom: 12px;
    }

    .main-banner .banner-full-image {
        background-size: cover;
        height: 240px;
    }

    .main-banner .banner-title h1 {
        font-size: 1.5rem;
    }

    .main-banner .banner-title {
        top: 2%;
    }

    .paragraph h1,
    .support-customer h1 {
        font-size: 2rem;
    }

    .paragraph,
    .support-customer {
        padding: 10px 0 30px;
    }

    .paragraph .text ul li,
    .support-customer .text ul li {
        font-size: 17px;
        line-height: 1.8;
        background: url(/Themes/Prisma/Content/img/support-arrow-options-ltr.svg) no-repeat left 10%;
        background-size: 20px;
    }
}

@media all and (max-width: 768px) {
    .packages-wrapper-demo .packages-box.one .description {
        padding-bottom: 0;
    }

    .html-home-page .flickity-viewport .blog-post.carousel-cell {
        transform: translateX(71.98%);
    }

    .html-home-page .limoobit_pannel_dashboard .caption-carousel .carousel-cell p,
    .html-home-page .limoobit_pannel_dashboard .caption-carousel .carousel-cell h2 {
        padding: 15px;
        text-align: justify;
    }

    .limoobit_market_place .container-fluid .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .limoobit_market_place .post-section-text {
        padding: 20px 15px;
    }

    .limoobit_market_place .rinse-off .glasses {
        top: -60px;
        left: 0;
    }

    .html-home-page .rich-blog-homepage .flickity-page-dots {
        width: 100%;
        bottom: -81px;
        right: 71%;
    }

    .limoobit_card_base_packages .all_list_package .list-package-sure {
        margin: 0 5px 10px 9px;
    }

    .limoobit_card_base_packages .all_list_package .list-package-sweet,
    .limoobit_card_base_packages .all_list_package .list-package-sure {
        width: 47%;
    }

    .limoobit_card_base_packages .carousel-captions h4 {
        font-size: 12px;
    }

    .limoobit_card_base_packages .carousel-captions h3 {
        font-size: 22px;
    }

    .limoobit_services_stores .more-details p {
        font-size: 12px;
    }

    .limoobit_services_stores .more-details h4 {
        text-align: left;
    }

    .html-home-page .limoobit_online_sell .main-carousel .carousel-cell {
        transform: unset;
    }

    .topic-page .sky-page-wrapper .benifits-for-everyone .block-info {
        height: 338px;
    }

    .styles__Container_about .styles__ImgContainer {
        display: none;
    }

    .topic-page .styles__Content-sc-18tvujl-2.ldoXoH {
        position: relative;
        min-height: 55vh;
        padding-right: 10px;
        padding-left: 10px;
        display: block;
    }

    .jeNUjf::before {
        content: "";
        padding-top: 100%;
        display: block;
    }

    .styles__ImgContainer .styles__ImgContainer-img {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        margin: 0;
        width: 360px;
        height: 470px;
    }

    .honers-wrapper .container .box {
        margin: 13px 2%;
        box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
        line-height: 0;
        width: 46%;
        flex: unset;
    }

    .honers-wrapper .container {
        width: 100%;
        padding: 2% 0%;
        box-sizing: border-box;
        display: flex;
        height: auto;
        flex-wrap: wrap;
    }

    .honers-wrapper .box p {
        position: unset;
        padding-top: 5px;
        transform: none
    }

    .packages-wrapper .packages-box .description {
        height: auto;
    }

    .strip>h3 {
        text-align: center;
    }

    .dNskJc {
        line-height: 2;
        margin-bottom: 0;
        position: relative;
        color: rgb(48 81 128);
        width: 95%;
        font-size: 20px;
        text-align: justify;
    }

    .topic-page .iwopbV {
        padding-right: 3rem;
        padding-left: 2rem;
    }

    .jeNUjf::before {
        content: "";
        padding-top: 87%;
        display: block;
    }

    h3.limoobit-intro-title-first {
        line-height: 48px;
        font-size: 22px;
    }

    h3.limoobit-intro-title-second {
        font-size: 15px;
        font-weight: 600;
    }

    .topic-page .jeNUjf {
        top: -80px;
    }

    .topic-page .bzlTtW {
        height: 330px;
        min-height: 0;
    }

    .EvMaj .styles__InfoBlock-vzo1ai-3 {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .kxtLBv {
        max-width: 100%;
    }

    .main-section-story .tab__content {
        background-color: #10191f;
        width: 96%;
        margin: 0 auto;
    }

    .main-section-story .tab-buttons {
        width: 100%;
    }

    .main-section-story {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .app-text {
        padding-inline: 0;
    }

    .cta-section.c2c-page .btn-group>a {
        width: 168px;
        margin: 0;
    }

    .cta-section.c2c-page .btn-group>a button {
        margin: 0 auto;
        width: 100%;
        font-size: 11px;
        padding: 10px 0;
    }

    .together-parallax .author-team {
        width: 350px;
    }

    .honers-wrapper .container {
        width: 100%;
        padding: 2% 0%;
        box-sizing: border-box;
        display: flex;
        height: auto
    }

    .main-section-story .tablink {
        float: none;
        padding: 13px 17px;
    }

    .html-topic-page .styles__ImgContainer-vzo1ai-2 img {
        visibility: visible;
        position: absolute;
        padding: 0px;
        border: none;
        height: 0;
        min-width: 100%;
        max-width: 0;
        min-height: 90%;
        max-height: 0;
        left: 0;
        inset: unset;
    }

    .styles__ImgContainer-vzo1ai-2 .styles__ImgContainer-img {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        margin: 0;
        width: 327px;
        height: 470px;
    }

    .honers-wrapper .container .box {
        margin: 13px 2%;
        box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
        line-height: 0;
        width: 160px;
        flex: unset;
    }

    .new-ticket-page .fieldset .form-fields .inputs input {
        width: 290px;
    }

    .post-body .images-blog img {
        width: 100%;
        height: auto;
    }

    .ticketing-page.new-ticket-page .fieldset.ticket-type {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 5px;
    }

    .post-body .top-bloger-post {
        position: relative;
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        margin-top: 15px;
        margin-left: 12px;
        margin-right: 12px;
        padding-bottom: 6px;
    }

    .m-t-5 {
        margin-top: 0;
    }

    .blogpost-page .row-p {
        padding-left: 20px;
        padding-right: 20px;
        text-align: justify;
    }

    .blogpost-page .my-image img {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }

    .master-wrapper-content {
        margin: 0 auto;
    }

    .html-customer-info-page .center-2,
    .customer-pages-body .center-2 {
        margin: 0;
    }

    .customer-pages-body .center-2 {
        width: 99%;
        margin: 0 auto;
    }

    .change-password-page .fieldset {
        margin: 0 0 15px;
    }

    .blogpost-page .timer {
        font-size: 12px;
        margin-left: 30px;
    }

    .blogpost-page .post-body .bloger-img a {
        font-size: 11px;
    }

    .blogpost-page .push-row-blog {
        display: flex;
        flex-direction: column;
        margin: 0px auto;
    }

    .blogpost-page .timer-icon {
        font-size: 20px;
        color: #2d2d2d;
    }

    .blogpost-page .post-body .text-blog {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .blogpost-page .post-body .text-blog h3 {
        font-size: 20px;
    }

    .post-body .images-blog {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .blogpost-page .post-body .row-blog {
        display: flex;
        align-items: flex-start;
        margin: 0 auto;
        flex-direction: column;
    }

    .blogpost-page .post-body .bloger-img img {
        width: 37px;
        height: auto;
    }

    .blogpost-page .post-body .bloger-post {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        bottom: 0;
        margin-top: 8px;
        position: static;
    }

    .account-page,
    .registration-page .fieldset {
        margin: 35px 0 10px;
    }

    /* header */
    .text-covid {
        font-size: 10px;
    }

    .banner_ads_covid {
        padding-bottom: 30px;
    }

    .instagram-feed .col-md-3.insta-img-2,
    .col-md-3.insta-img-1 {
        width: 50%;
        float: right;
    }

    .header-links .admin-logo-t {
        height: 45px;
    }

    .home-page-body .master-header-wrapper {
        width: 100%;
    }

    .header-wrapper {
        left: 0;
        top: 50%;
        background: #252e37;
        transform: translateY(15%);
    }

    #header-links-opener {
        margin: 0 0 0 10px;
    }

    .responsive-nav-wrapper-parent .responsive-nav-wrapper .logo-container {
        display: inline-block;
        width: 15%;
        right: 60px;
    }

    .header-menu .logo-container {
        width: 40%;
        right: 10px;
    }

    /* end header */
    .insta-img-1 {
        padding-right: 4.2px;
    }

    .insta-img-2 {
        padding-left: 4.2px;
    }

    .shipments thead,
    .products thead,
    .return-request-page thead,
    .recurring-payments thead,
    .reward-points-history thead,
    .downloadable-products-page thead {
        display: none;
    }

    .shipments td:first-of-type,
    .products td:first-of-type,
    .return-request-page td:first-of-type,
    .recurring-payments td:first-of-type,
    .reward-points-history td:first-of-type,
    .downloadable-products-page td:first-of-type {
        display: none;
    }

    .return-request-page td.product {
        text-align: center;
    }

    .col-md-12.col-xs-12.margin-15 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .blogpost-page .post-body .author-sec img {
        width: 45px;
    }

    .blogpost-page .post-body ol li,
    .blogpost-page .post-body .insta-prons {
        margin-right: 15px;
    }

    /* covid-19 landing */
    .main-container-covid .wrapper-5 .part-six .col-md-offset-3 {
        margin-right: 0;
    }

    .main-container-covid h1 {
        text-align: center;
    }

    .main-container-covid .part-one,
    .main-container-covid .part-two,
    .main-container-covid .part-three,
    .main-container-covid .part-four,
    .main-container-covid .part-five {
        margin: 10px auto;
    }

    .main-container-covid .wrapper-5 .part-six {
        width: 100%;
        margin: 10px auto 0;
    }

    .main-container-covid p {
        margin: 0 auto;
        text-align: justify;
    }

    .main-container-covid .part-two h1,
    .main-container-covid h1 {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 2;
    }

    .main-container-covid .wrapper-2 .ribbon h1 {
        font-size: 20px;
    }

    .main-container-covid .wrapper-2 .box h2,
    .main-container-covid .wrapper-2 h2 {
        font-size: 18px;
    }

    .main-container-covid .wrapper-2 .second-item .feature h3 {
        font-size: 18px;
    }

    .shelter .col-md-offset-2 {
        margin-right: 0;
    }

    .main-container-covid .wrapper-3 .shelter p {
        font-size: 13px;
        margin: 15px 0 0;
    }

    .main-container-covid .wrapper-3 .shelter {
        min-height: 220px;
    }

    .main-container-covid .wrapper-4 .part-five .images .caption {
        padding: 20px;
    }

    .pricing-plan-one .right-short-description {
        padding: 0 15px;
    }

    .pricing-plan-one .right-short-description h3 {
        margin: 0;
    }

    .pricing-plan-one #premium .right-short-description p {
        margin: 0 10px;
    }

    .pricing-plan-one .middle-short-description {
        padding-top: 25px;
    }

    .pricing-plan-one .tab-content .left-side {
        width: 100%;
    }

    .main-container-covid .wrapper .description {
        padding-right: 15px;
    }

    .main-container-covid .wrapper-4 .part-five {
        width: 100%;
        margin: 10px auto;
    }

    .main-container-covid h2 {
        font-size: 22px;
    }

    .main-container-covid .wrapper-5 .part-six h2 {
        padding: 5px 0;
    }

    .main-container-covid .wrapper-3 .d-flex h3 {
        font-size: 18px;
    }

    .main-container-covid .wrapper .intro h2 {
        font-size: 25px;
    }

    .main-container-covid .part-two h2 {
        margin-bottom: 10px;
    }

    .pricing-plan-one .subtract-minor {
        padding-top: 80px;
    }

    /* -------------------------------10-19-2020 */
    .author-sec div:first-child {
        margin-bottom: 0;
    }

    .author-sec.col-md-12.col-xs-12.margin-15 {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .contact-page input[type="text"],
    .email-a-friend-page input[type="text"],
    .apply-vendor-page input[type="text"],
    .contact-page textarea,
    .email-a-friend-page textarea,
    .apply-vendor-page textarea {
        width: 100%;
    }

    .inputs label {
        border: none;
        border-bottom: none;
    }

    .returning-wrapper.fieldset .inputs label {
        display: none;
    }

    .returning-wrapper.fieldset .inputs.reversed.remember label {
        display: block;
    }

    .inputs label[for="Enquiry"] {
        line-height: 38px;
    }

    .block.category-in-tabs ul.list {
        flex-direction: column;
    }

    .drop {
        display: block;
        width: 100%;
        background-color: #2196f3;
        padding: 5px 45px;
        color: #fff;
        margin: 10px auto 5px;
        text-align: center;
        border-radius: 55px;
        font-family: "themify";
    }

    .drop strong {
        font-size: 16px;
        color: #333;
        font-weight: 400;
    }

    .angle-down::before {
        content: "\e64b";
        color: #333;
        font-family: "themify";
        font-size: 18px;
        font-weight: 700;
        vertical-align: middle;
        padding-left: 10px;
    }

    .inner-wrapper {
        display: none;
        margin-bottom: 11px;
    }

    .footer-middle>div .title {
        margin-bottom: 35px;
    }

    .footer-middle {
        padding: 20px;
    }

    .blog-pages-body .blog-page .page-title {
        margin-top: 15px;
    }

    .html-blog-page .page-title h1 {
        margin-top: 20px;
    }

    .blog-pages-body .blog-page .page-title h1 {
        margin-bottom: 0;
    }

    .blogpost-page .search-and-category {
        margin: 22px auto 0;
    }

    .block.category-in-tabs .listbox>ul>li {
        width: 100%;
        text-align: center;
    }

    .page.blog-page.category-blog-page .page-title {
        margin-top: 5%;
    }

    .blog-posts .read-comments {
        float: left;
        margin: 13px;
    }

    .font-comfortaa .page-body .blog-posts .post .read-more-blog {
        float: right;
    }

    /* -------------------------11-30-2020----------------------- */
    .blog-comment,
    .news-comment {
        flex-direction: column;
        text-align: justify;
    }

    .comment-info {
        text-align: center;
    }

    .blocks-list {
        flex-wrap: wrap;
    }

    .top-head-section {
        flex-direction: column;
        width: 100%;
    }

    .fix-container .top-head-section .left-grid .section-title {
        text-align: center;
        padding: 0;
    }

    .b2c-parent-items {
        justify-content: flex-start;
    }

    .packages-wrapper {
        bottom: 3px;
    }

    .packages-wrapper .packages-box .price {
        height: auto;
        font-size: calc(38px + (74 - 20) * (100vw - 320px) / (1920 - 320));
    }

    .section-title h2:after {
        bottom: -6px;
    }

    .section-title.package-list {
        padding: 32px 0;
    }

    .fix-container table.table.table-bordered.table-hover th {
        padding: 8px 0;
    }

    .fix-container table.table.table-bordered.table-hover tr>th {
        vertical-align: middle;
    }

    h2.section-title.app-design {
        padding-top: 38px;
    }

    .mobile-app-wrap {
        padding-top: 16px;
    }

    .mobile-app-content h5 {
        padding-bottom: 0;
        padding-right: 0;
    }

    .yokart-solutions li {
        width: 140px;
        height: 126px;
        padding: 8px 6px;
    }

    .yokart-solutions li .icn {
        width: 30%;
    }

    .yokart-solutions li p {
        font-size: 1rem;
    }

    .yokart-solutions ul {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .packages-title {
        padding: 40px 0 0px;
        max-width: 900px;
        margin-bottom: 25px;
    }

    .discuss-inner h4 {
        font-size: 20px;
    }

    .block-info>h2 {
        padding-bottom: 0px;
        height: 75px;
        overflow: hidden;
    }

    .section-title.solutions-title h2 {
        font-size: 22px;
    }

    /* --------------------marketplace styles--------------------12-26-2020 */
    .crcle-icon {
        height: 60px;
    }

    .crcle-icon>img {
        width: 45px;
    }

    .crcle-info>p {
        font-size: 10px;
        line-height: 1.8;
        padding: 0 10px;
    }

    .cta--block.mt-40.marketplace-app {
        margin-top: 0;
    }

    /* .col-md-6.left {
        margin-top: 22px;
    } */
    .content-box {
        margin-top: 22px;
    }

    .possibilities-marketplace {
        padding: 0;
    }

    .workstep-crcle:nth-child(1),
    .workstep-crcle:nth-child(3) {
        position: relative;
        left: -82px;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .workstep-crcle:nth-child(2),
    .workstep-crcle:nth-child(4) {
        position: relative;
        right: 0;
        top: 0;
        bottom: 0;
        left: 80px;
    }

    .rect-block .text-block>h3 {
        color: #121313;
    }

    .rect-block .text-block>p {
        visibility: visible;
        height: 100%;
    }

    .rect-block .text-block>h3 {
        visibility: visible;
    }

    .rect-block:after {
        background-color: rgba(255, 203, 12, .8);
    }

    .step-icon {
        width: 40px;
        margin: 0 auto;
    }

    .workstep-crcle .step:after {
        background-image: url(../img/various/yc-areo-icon.png);
        background-repeat: no-repeat;
        content: "";
        width: 36px;
        height: 15px;
        position: absolute;
        background-size: 18px;
    }

    .workstep-crcle:nth-child(1) .step:after {
        left: 24px;
        top: 130px;
        transform: rotate(228deg);
    }

    .workstep-crcle:nth-child(2) .step:after {
        right: 12px;
        top: 138px;
        transform: rotate(340deg);
    }

    .workstep-crcle:nth-child(3) .step:after {
        left: 24px;
        top: 124px;
        transform: rotate(224deg);
    }

    .workstep-crcle:nth-child(4) .step:after {
        display: none;
        left: -20px;
        top: 78px;
        transform: rotate(246deg);
    }

    .padd-row {
        padding: 25px 0 0;
    }

    .row.light-ylowBg.padd-row {
        padding-bottom: 20px;
    }

    .white-crcle {
        width: 262px;
        height: 262px;
    }

    .white-crcle:nth-child(1) {
        position: relative;
        margin-bottom: 10px;
        z-index: 1010;
    }

    .white-crcle:nth-child(2) {
        position: relative;
        margin-bottom: 25px;
        z-index: 1010;
    }

    .white-crcle:nth-child(3) {
        position: relative;
        margin-bottom: 10px;
        z-index: 1;
        top: -19px;
    }

    section.portfolio-page-section {
        background: #f5f5f5 url(/Themes/Prisma/Content/img/portfolio2/background.png) 0 10px no-repeat;
        background-size: 100%;
    }

    .portfolio-item {
        width: 46%;
    }

    .portfolio-details .see-website a {
        padding: 5px 16px;
        font-size: 13px;
    }

    .portfolio-container {
        justify-content: flex-start;
        margin: 14px 8px 0;
    }

    .portfolio-details .limoobitright {
        font-size: 13px;
        margin: 0;
    }

    .portfolio-item .limoobitright.pline2 {
        font-size: 11px;
        height: 110px;
    }

    .listOf-public-facilities,
    .featuresOf-each-product,
    .dedicated-modules {
        width: 92%;
    }

    .public-features-contain.dropDown-features-item>li,
    .each_product-contain.dropDown-features-item>li,
    .dedicated-contain.dropDown-features-item>li {
        padding: 3px 3px;
    }

    .public-features-contain.dropDown-features-item>li h3,
    .each_product-contain.dropDown-features-item>li h3,
    .dedicated-contain.dropDown-features-item>li h3 {
        margin-right: 15px;
    }

    .section-features {
        margin-top: 36px;
    }

    .img-cover-feature h2 {
        padding-top: 75px;
    }

    .slider-gallery {
        margin-top: -40px;
    }

    .baner2_gradient {
        height: 35vh;
        background-attachment: inherit;
    }

    .headingOne {
        margin-bottom: 10px;
    }

    #service .about-four-tab-wrap .col-sm-3 {
        width: 100%;
    }

    .saeed_sec1 {
        height: 407px !important;
    }

    .top-head-section .right-grid {
        text-align: justify;
        padding-right: 0;
    }

    .block-info {
        padding: 24px 14px 20px;
        height: auto;
    }

    .blocks-list .block {
        padding: 0;
        width: 31.8%;
        margin: 0 5px;
    }

    .block-info p {
        height: 130px;
    }

    .multistore-3sec .block-info {
        height: auto;
    }

    .multistore-3sec .block-info p {
        height: 240px;
    }

    .multistore-3sec {
        padding: 120px 0 0;
    }

    .packages-wrapper .packages-box {
        /* min-height: 474px; */
        padding: 46px 7px;
    }

    section.sec11>.container>.row>.col-md-6.col-xs-12 {
        width: 95%;
        padding: 10px;
    }

    section.sec11 h2 {
        font-size: 18px;
        margin-bottom: 0;
    }

    section.sec11 p {
        font-size: 13px;
        height: auto;
        overflow: hidden;
    }

    .mobile-app-box {
        width: 94%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .mobile-app {
        display: block;
    }

    .sec3 ul li {
        text-align: right;
    }

    .row.sec3 h2 {
        font-size: 28px;
    }

    .section-title.white-txt.packages-title h2 {
        font-size: 24px;
        text-align: center;
    }

    .section-title h2 {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 auto 15px;
        padding-bottom: 5px;
    }

    h2.section-title {
        font-size: 27px;
        margin-top: -33px;
    }

    .cta-section {
        padding: 4px 0;
    }

    .biz-feature-promo-one-wrap .col-sm-6.col-md-3.mb-20 {
        width: 50%;
        float: left;
    }

    .title-and-subtitle {
        flex-wrap: wrap;
    }

    .home-page .topic-block {
        margin: 0 auto 0;
        padding: 30px 0 0;
    }

    .social-feed .sub-title {
        margin: -13px 0 -12px 0;
        padding: 0 0 12px 21px;
    }

    .social-feed {
        margin: 0 auto 26px;
    }

    .headingOne h2 {
        font-size: 20px;
    }

    .baner2_gradient p {
        font-size: 13px;
    }

    .header-links-wrapper {
        left: auto;
        right: -70px;
    }

    .support-part {
        right: 84px;
        left: auto;
    }

    .how-it-works {
        background-image: none;
        height: auto;
        position: relative;
        width: auto;
        margin-top: 28px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .yc-crcle {
        margin: 0 auto;
    }

    .page.contact-page .page-body {
        flex-direction: column;
    }

    .page.contact-page .topic-block,
    .page.contact-page .contact-form {
        width: 100%;
    }
}

@media all and (max-width: 640px) {
    .topic-page .pricin-page-wrapper .slider .text {
        position: absolute;
        bottom: -69px;
        font-size: 16px;
    }

    .froshgahsaz-page .bg_img_ecco img {
        position: absolute;
        margin-top: 50px;
    }

    .froshgahsaz-page .iconlimo-frosh {
        display: flex;
        flex-wrap: wrap;
    }

    .froshgahsaz-page .app-sec {
        padding: 0 0;
    }

    .froshgahsaz-page .box-wrap {
        margin-right: 0;
    }

    .froshgahsaz-page .posteh h2,
    .froshgahsaz-page .posteh h3,
    .froshgahsaz-page .content-box-multisec h4,
    .froshgahsaz-page .boxes-sec .title-squre,
    .froshgahsaz-page .section-title h2,
    .froshgahsaz-page .cta-Ecommercestart h5 {
        font-size: 1.3rem;
        line-height: 2;
        text-align: center;
        margin-top: 30px;
        font-weight: 600;
        color: #000;
    }

    .froshgahsaz-page .slick-next {
        left: 7px;
    }

    .froshgahsaz-page .slick-prev {
        right: 40px;
        left: auto;
        z-index: 2;
    }

    .circle_head {
        width: 110px;
        height: 110px;
        transform: translate(-50%, 50%);
    }

    .saeed_sec1 {
        height: 363px !important;
    }

    .yodeal-demos {
        padding: 25px 0 0;
    }

    .limoo-portal-page .blocks-list .block {
        display: block;
        padding: 15px;
        width: 80%;
        height: auto;
        margin: 0 0 3px 0;
    }

    .topic-page-body .limoo-portal-page .light-orange h2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blocks-list .block {
        display: block;
        padding: 0 15px;
        width: 100%;
        height: auto;
        margin: 0 0 5px 0;
    }

    .yodeal-demos {
        background-repeat: repeat;
    }

    .packages-wrapper .packages-box {
        width: 100%;
        margin: 8px 0;
    }

    .mobile-app-box {
        width: 99%;
    }

    .section-title.solutions-title {
        max-width: 100% !important;
        padding-top: 24px;
    }

    .mobilecaption {
        display: block;
    }

    .features-table ul li:before {
        content: none;
    }

    .biz-feature-promo-one-wrap .col-sm-6.col-md-3.mb-20 {
        width: 100%;
        float: left;
    }

    .header-links-wrapper {
        left: -133px;
    }

    .support-part {
        right: 84px;
    }
}

@media all and (max-width: 520px) {
    .blogpost-page .my-image img {
        padding-bottom: 0px;
    }

    .multistore-3sec .block-info p {
        height: 180px;
    }

    .block-info p {
        height: 80px;
    }

    .header-wrapper {
        width: 100%;
        left: 0;
        top: 50%;
        background: #252e37;
        transform: translateY(30%);
    }

    .shelf .package {
        width: 48.3%;
    }

    .main-banner .banner-full-image {
        background-size: cover;
        height: 240px;
    }

    .packages {
        padding: 20px 0;
    }

    .paragraph .text ul,
    .support-customer .text ul {
        padding: 25px 10px;
    }

    .paragraph h1,
    .support-customer h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        padding: 0 15px;
        line-height: 1.5;
        font-weight: 500;
    }

    .paragraph .text ul li,
    .support-customer .text ul li {
        font-size: 16px;
        line-height: 1.7;
    }

    .paragraph,
    .support-customer {
        padding: 10px 0 20px;
    }

    .shelf .package .lemon label,
    .shelf .package .vip-package a>div {
        font-size: 10px;
        padding: 1px;
    }

    .shelf .present-package .header {
        font-size: 14px;
    }
}

@media all and (max-width: 480px) {
    .cart tr {
        width: 100%;
    }

    .cart tr:nth-of-type(2n) {
        margin-left: 0;
    }

    .cart tr:nth-of-type(2n + 1) {
        clear: none;
    }

    .cart tr:nth-of-type(3n + 1) {
        clear: none;
        margin: 0;
    }

    /* ----------new style for portfolio page-------- */
    .portfolio-item {
        width: 90%;
    }

    .portfolio-details .limoobitright {
        font-size: 14px;
    }

    .portfolio-item .limoobitright.pline2 {
        font-size: 12px;
        height: 120px;
    }

    .portfolio-details {
        height: 192px;
    }

    .portfolio-details .see-website a {
        padding: 5px 16px;
        font-size: 11px;
    }

    section.portfolio-page-section {
        background: #f5f5f5 url(/Themes/Prisma/Content/img/portfolio2/background.png) 0 20px no-repeat;
        background-size: 100%;
        background-position-y: 20px;
    }

    .portfolio-container {
        justify-content: center;
        margin: 14px auto 0;
    }

    .portfolio-page-section>h1 {
        padding-top: 50px;
    }

    .tab-main-section {
        width: 100%;
        overflow-x: scroll;
    }

    .tab-main-section .tab-buttons {
        width: 747px;
    }

    .tab-main-section .tab-buttons button {
        padding: 20px 12px;
    }

    .img-cover-feature h2 {
        padding: 3rem 52px 0;
        font-size: 18px;
    }

    .public-features-contain.dropDown-features-item>li h3,
    .each_product-contain.dropDown-features-item>li h3,
    .dedicated-contain.dropDown-features-item>li h3 {
        font-size: 14px;
    }

    .table-features .table tbody>tr>td:first-child {
        padding: 8px 10px;
    }

    .section-features .main-content .table>tbody>tr>td {
        vertical-align: middle;
    }

    .img-cover-mobile {
        display: block;
    }

    .img-cover-feature img:first-child {
        display: none;
    }

    /* --------------------------------------------- */
    section.saeed_sec1 {
        height: 220px !important;
    }

    .top-head-section .left-grid {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin: 20px auto;
    }

    .top-head-section .right-grid {
        display: inline-block;
        width: 99%;
        vertical-align: middle;
    }

    .block {
        border-bottom: none;
    }

    .cta-block {
        display: block;
    }

    .mobile-app-wrap .mobile-app-box:first-child .mobile-app-content {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .packages-wrapper .packages-box {
        max-height: 380px;
    }

    .header-links-wrapper {
        width: 48%;
        left: 0;
    }

    .support-part {
        left: 78px;
    }

    .support-part::before {
        right: 115px;
    }

    .header-links-wrapper.ps-container.active.opened::before {
        right: 75px;
    }

    .topic-page .styles__Content-sc-18tvujl-2.ldoXoH {
        min-height: 61vh;
    }

    .topic-page .styles__Container_about {
        min-height: 54vh;
    }
}

@media all and (max-width: 400px) {
    .mobile-app-box {
        display: block !important;
    }

    h2.section-title {
        font-size: 22px;
        margin-top: -33px;
    }

    .block {
        border-bottom: none;
    }

    .row.sec3 h2 {
        font-size: 24px;
    }

    a.page-btn.blue {
        margin-bottom: 10px;
    }

    .mobile-app-content td {
        color: #333;
        padding: 5px 0;
        text-align: right;
    }

    .support-part {
        left: 40px;
    }

    .support-part::before {
        right: 117px;
    }

    .header-links-wrapper.ps-container.active.opened::before {
        right: 97px;
    }

    .header-links-wrapper {
        width: 55%;
        left: 0;
    }
}

@media all and (max-width: 368px) {
    .btn-grps {
        flex-wrap: wrap;
        max-height: 380px;
    }

    .header-links-wrapper.ps-container.active.opened::before,
    .support-part::before {
        right: 115px;
    }

    .header-links-wrapper {
        width: 64%;
        left: 0;
    }

    .support-part {
        left: 25px;
    }

    .section-title.white-txt.packages-title h2 {
        font-size: 20px;
    }
}

@media (max-width:1024px) and (min-width: 768px) {
    .footer-middle li.address::before {
        width: 25px;
    }
    div#ph-topic {
        margin-top: 50px;
    }

    .workstep-crcle {
        width: 254px;
        height: 254px;
    }

    .how-it-works {
        height: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        position: absolute;
        background-image: none;
        top: 130px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .workstep-crcle:nth-child(1),
    .workstep-crcle:nth-child(2),
    .workstep-crcle:nth-child(3),
    .workstep-crcle:nth-child(4) {
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .yc-crcle {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 38rem auto 0;
    }

    .white-crcle:nth-child(1),
    .white-crcle:nth-child(2),
    .white-crcle:nth-child(3) {
        top: 0;
        margin-bottom: 0;
    }

    .workstep-crcle:nth-child(1) .step:after,
    .workstep-crcle:nth-child(2) .step:after,
    .workstep-crcle:nth-child(3) .step:after,
    .workstep-crcle:nth-child(3)::after,
    .workstep-crcle:nth-child(4) .step:after {
        display: none;
    }

    .marketpalce-featurs-section.col-md-12.col-sm-6.mt-md-40 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .marketpalce-featurs-section.col-md-12.col-sm-6.mt-md-40>div:first-child {
        width: 100% !important;
    }

    .marketpalce-featurs-section.col-md-12.col-sm-6.mt-md-40>div:last-child {
        width: 70%;
        margin: 0 auto;
    }

    .marketpalce-featurs-section>div:last-child .img-block {
        margin: 0 auto;
    }

    .workstep-crcle:after {
        display: none;
    }

    .c2c-section-profit .c2c-profit-box-list {
        margin-top: 14%;
    }

    .section-title {
        padding-top: 0;
    }

    .c2c-profit-title {
        margin-top: 3em;
    }

    .c2c-section-profit .c2c-profit-box-list {
        margin-top: 14%;
    }

    .section-title.white-txt.packages-title {
        padding-top: 30px;
    }

    .section-title.white-txt.packages-title h2 {
        padding: 30px;
    }

    .section-title.white-txt.packages-title h2::after {
        bottom: 15px;
    }

    .app-ylw-right.app-ylw-content {
        padding-left: 30px;
    }

    .features-app.col-md-12.col-sm-6.mt-40 {
        width: 100%;
    }

    .features-app.col-md-12.col-sm-6.mt-40 .img-block {
        width: 50%;
        margin: 0 auto;
    }
}

/* parsa 25-2 */
@media all and (max-width: 768px) {
    .footer-middle li.address::before {
        width: 35px;
    }
    .topic-page .new-update-page .hero-slider-wrap {
        height: auto;
        padding-bottom: 160px;
    }

    .topic-page .new-update-page .hero-slider-wrap .container {
        width: auto;
        padding-top: 60px;
    }

    .topic-page .new-update-page .slider-content h1 {
        font-size: 22px;
        line-height: 42px;
        margin-bottom: 20px;
        font-weight: 900;
    }

    .topic-page .new-update-page .hero-image {
        margin-top: 25px;
    }

    .new-update-page #features .container {
        width: auto;
    }

    .new-update-page .section-heading.text-center.mb-40 h2 {
        margin-top: 0;
    }

    .new-update-page .section-heading.text-center.mb-40 h2 {
        font-size: 21px;
    }

    .topic-page .new-update-page .feature-list .feature-box h3 {
        font-size: 18px;
    }

    .new-update-page .feature-list .feature-box h3 {
        line-height: 40px;
        font-size: 18px;
        font-weight: 400;
    }

    .topic-page .new-update-page .feature-moc {
        padding-top: 0;
    }

    .topic-page .new-update-page .slider-content h1 {
        font-size: 22px;
        line-height: 42px;
        margin-bottom: 20px;
        font-weight: 900;
    }

    .topic-page .new-update-page .part-four {
        width: 95%;
        margin: 0 auto;
    }

    .topic-page .new-update-page .wrapper-3 .ribbon h2 {
        font-size: 22px;
        padding: 20px;
    }

    .topic-page .new-update-page .wrapper-3 .part-four .ribbon p {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .new-update-page .subtract-minor.desktop {
        display: none;
    }

    .topic-page .new-update-page .col-md-9 {
        padding: 0;
    }

    .topic-page .new-update-page .wrapper-3 .d-flex h3 {
        font-size: 11px;
        font-weight: bold;
        line-height: 1.8;
    }

    .topic-page .subtract-minor.mobile .boxten-wrapper {
        width: 17%;
        overflow-x: scroll;
        justify-content: stretch;
        flex-wrap: nowrap;
        display: flex;
    }

    .topic-page .new-update-page .subtract-minor .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 80%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .topic-page .new-update-page .col-md-9 {
        padding: 0;
    }

    .topic-page .new-update-page .content-box-multisec h3 {
        text-align: center;
        font-size: 20px;
        line-height: 2;
    }

    .topic-page .new-update-page .content-box-multisec p {
        width: 100%;
    }

    .page.topic-page .new-update-page .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page.topic-page .new-update-page .subtract-minor .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 80%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .html-topic-page .new-update-page .subtract-minor.mobile {
        display: block;
        padding-top: 31pc;
        width: 2100px;
    }

    .Supportmainpage td,
    .Supportmainpage th {
        padding: 20px 0.625em 0.625em 0.625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }

    .Supportmainpage .paragraph.table h5 {
        width: 425px;
    }

}


@media screen and (max-width: 412px) {
    .html-topic-page .new-update-page .subtract-minor.mobile {
        width: 2469px;
    }
}

/* parsa 25-2 */

/* parsa 26-2 */
@media (max-width: 520px) {
    .Supportmainpage .main-banner .banner-title {
        top: 31%;
    }
}

/* parsa 26-2 */
@media (max-width: 1023px) and (min-width: 768px)
{
    
    .home-page .rich-blog-homepage .view-all {
        transform: none;
        position: static;
        margin: 1rem;
    }
    .home-page .rich-blog-homepage .title {
        width: 100%;
        margin-bottom: 14px;
        text-align: center;
        margin-right: 43px;
    }
}