@media all and (max-width: 1920px) {
    .header-menu>ul {
        width: 79%;
    }

    .mega-menu-responsive li {
        display: block;
    }

    .header-menu>ul>li>a,
    .header-menu>ul>li>span {
        display: block;
        text-transform: uppercase;
        font-size: 13px;
        padding: 25px 16px;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .styles__Container_about .slider-text-wrapper {
        margin: 10.5rem 1rem 0 10rem;
    }

    .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: 11px 20px 10px;
        font-size: 12px;
        color: #fff;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }

    .header-menu .sublist li a:before {
        content: "\e925";
        display: inline-block;
        margin-left: 10px;
        font-family: prisma;
        font-size: 10px;
        color: rgba(0, 0, 0, 0.1);
        -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 .topic-block {
        padding: 0;
    }

    .home-page .product-grid,
    .home-page .bestsellers {
        padding: 90px 0 50px;
    }

    .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;
    }

    .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;
        position: absolute;
        top: 319px;
    } */
    .saeed_sec1 {
        height: 707px !important;
    }
}

@media all and (max-width: 1366px) {
    .header-menu>ul {
        width: 100%;
    }

    /* .page.blogpost-page .page-body .page-title {
        border-bottom: none;
        position: absolute;
        top: 291px;
    } */
    .saeed_sec1 {
        height: 677px !important;
    }

    .froshgahsaz-page .saeed_sec1 {
        height: 640px !important;
    }
}

@media all and (max-width: 1024px) {
    .mega-menu {
        display: none;
    }

    .limoobit_services_stores .tab-content::before,
    .limoobit_services_stores .tab-content::after {
        display: none;
    }

    .theme-mobile-slider .nivo-caption .content-main-slider h1,
    .theme-mobile-slider .nivo-caption .content-main-slider h2,
    .theme-mobile-slider .nivo-caption .content-main-slidertwo h1,
    .theme-mobile-slider .nivo-caption .content-main-slidertwo h2 {
        font-size: 20px;
        line-height: 20px;
        color: #fff;
        text-align: right;
    }

    .theme-mobile-slider .nivo-caption .content-main-slider p,
    .theme-mobile-slider .nivo-caption .content-main-slidertwo p {
        margin: 15px;
        padding: 0;
        font-size: 16px;
        text-align: right;
        line-height: 2;
        color: #fff;
        font-weight: bolder;
    }

    .theme-mobile-slider .nivo-caption {
        width: 100%;
        top: 50%;
        bottom: auto;
        left: 49%;
        padding: 15px;
        background-color: transparent;
        text-align: right;
        color: #fff;
        overflow: visible;
        z-index: 6;
        transform: translate(-50%, -50%);
        line-height: 30px;
        position: absolute;
    }

    .theme-mobile-slider {
        position: relative;
    }

    .html-home-page .theme-mobile-slider .nivo-caption .content-main-slidertwo {
        width: 100%;
        top: 6%;
        bottom: auto;
        left: 8%;
        padding: 15px;
        background-color: transparent;
        text-align: center;
        color: #333;
        font-size: 18px;
        overflow: visible;
        z-index: 6;
        transform: translate(1%, -292%);
    }

    .sky-page-wrapper .benifits-for-everyone .block-info {
        height: 489px;
    }

    .sky-page-wrapper .yc-feature {
        -webkit-box-flex: 0 1 50%;
        -moz-box-flex: 0 1 50%;
        width: 50%;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 0 1px;
        vertical-align: middle;
        position: relative;
    }

    .template-site-page .banner-demo h1 {
        top: 40%;
        font-size: 38px;
    }

    .template-site-page .banner-demo h2 {
        color: #ffff;
        font-size: 24px;
        font-weight: 300;
        position: absolute;
        top: 67%;
        width: 84%;
        line-height: 1.5;
    }

    .together-parallax .fixParallax .slogan {
        width: 93%;
    }

    .template-site-page .block-information p {
        margin-bottom: 25px;
        text-align: justify;
        line-height: 2;
        width: 92%;
        margin: 0 auto;
    }

    .template-site-page .fixParallax .slogan {
        text-align: center;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .topic-page-body .template-site-page h3,
    .topic-page-body .template-site-page h4 {
        font-size: 19px;
        line-height: 2.2;
        /* color: #fff; */
        margin: 0;
    }

    .froshgahsaz-page .box-icon img {
        width: 99px;
        margin: 10px;
        height: 62px;
    }

    .froshgahsaz-page .styles__polygon {
        top: -12px;
    }

    .topic-page .froshgahsaz-page .boxes-sec .fix-container .col-md-3 {
        width: 25%;
        margin: 1% 3%;
    }

    .master-wrapper-page .slider-wrapper.theme-mobile-slider {
        display: block;
        margin-top: 2.9rem;
    }

    .slider-wrapper.theme-desktop-slider {
        display: none;
    }

    .blogpost-page .alert-blog {
        width: 96%;
    }

    .blogpost-page .img-alert {
        padding-right: 8px;
        padding-left: 8px;
    }

    .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: 35px;
        z-index: 1030;
    }

    .header-wrapper {
        left: 0;
    }

    .responsive-nav-wrapper {
        position: relative;
        width: 100%;
        text-align: left;
    }

    .support-part {
        position: absolute;
        top: 52px;
        left: 25px;
        opacity: 0;
        z-index: 0;
        visibility: hidden;
    }

    .header-links-wrapper {
        top: 50px;
        left: -8px;
        padding: 0 20px;
    }

    .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;
    }

    .scrollYRemove {
        /*overflow: hidden;
		-ms-touch-action: none;
		-webkit-overflow-scrolling: touch;*/
    }

    .overlayOffCanvas {
        display: none;
        width: 100%;
        height: 100%;
        /* background: rgba(221, 221, 221, 0.6); */
        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;
        background:transparent;
        z-index: 999;
    }

    .header-menu {
        position: fixed;
        top: 0;
        right: -320px;
        width: 320px;
        height: 100%;
        background: #f6f6f6;
        text-align: right;
        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 {
        right: 0;
        -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: left;
    }

    .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: right;
        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: right;
        color: #333;
    }

    .plus-button {
        position: relative;
        float: left;
        margin: 8px;
        width: 32px;
        height: 32px;
        background: #2196f3;
        cursor: pointer;
        z-index: 1;
    }

    .plus-button:after {
        content: "\e925";
        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;
    }

  

    /*********** FOOTER ***********/
    .footer-block .title {
        position: relative;
        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;
    }

    .product-sorting-mobile,
    .product-display-mobile {
        position: relative;
    }

    .product-sorting-mobile select,
    .product-display-mobile select {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .cart thead {
        display: none;
    }

    .cart col {
        float: right;
    }

    .cart tr {
        float: right;
        padding-bottom: 15px;
        margin-left: 6px;
        width: 32.7%;
        width: -webkit-calc(100%/3 - 2px);
        width: calc(100% / 3 - 5px);
        overflow: hidden;
        border-bottom: 10px solid #f6f6f6;
        background: #fff;
    }

    .cart tr:nth-of-type(3n) {
        margin-left: 0;
    }

    .cart tr:nth-of-type(3n + 1) {
        clear: right;
    }

    .cart td {
        display: block;
        border: 0;
        border-bottom: 4px solid #f6f6f6;
    }

    .order-summary-content tr,
    .shopping-cart-page tr {
        margin-bottom: 4px;
        padding: 4px 10px 0;
        background: #f6f6f6;
    }

    .shopping-cart-page .cart-item-row td:first-child,
    .shopping-cart-page .cart-item-row td.sku {
        display: none;
    }

    .order-summary-content td,
    .shopping-cart-page td {
        padding: 5px 10px;
        border-bottom: none;
        background: none;
        text-align: right;
    }

    .order-summary-content .cart .remove-from-cart,
    .shopping-cart-page .cart .remove-from-cart {
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        width: 100%;
        text-align: left;
    }

    .order-summary-content td.product,
    .shopping-cart-page td.product {
        text-align: right;
    }

    .order-summary-content .cart .product-name,
    .shopping-cart-page .cart .product-name {
        font-size: 13px;
    }

    .order-summary-content .cart label,
    .shopping-cart-page .cart label {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 11px;
        color: #aaa;
    }

    .order-summary-content td.quantity,
    .shopping-cart-page td.quantity {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .order-summary-content td.subtotal,
    .shopping-cart-page td.subtotal {
        padding-bottom: 0;
        font-size: 14px;
    }

    .order-summary-content .cart td,
    .shopping-cart-page .cart td {
        float: left;
        padding-right: 0;
        width: 58%;
    }

    .order-summary-content .cart .product-picture,
    .shopping-cart-page .cart .product-picture {
        float: right;
        width: 40%;
    }

    .wishlist-content .table-wrapper {
        padding: 10px;
        background: #f6f6f6;
    }

    .wishlist-content .cart tbody {
        font-size: 0;
        background: #f6f6f6;
    }

    .wishlist-content .cart label,
    .wishlist-content .cart td {
        font-size: 14px;
        color: #666;
    }

    .wishlist-content .cart .product-picture,
    .wishlist-content .cart .product,
    .wishlist-content .cart .unit-price {
        border: 0;
    }

    .wishlist-content .cart .remove-from-cart,
    .wishlist-content .cart .add-to-cart {
        width: 50%;
        height: 48px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .wishlist-content .cart .product-picture {
        float: right;
        width: 30%;
        padding-left: 0;
    }

    .wishlist-content .cart .product-picture~td {
        margin: 0 40% 0 0;
        text-align: right;
        padding: 10px;
    }

    .wishlist-content .cart .quantity {
        float: right;
        clear: right;
        width: 40%;
    }

    .wishlist-content .cart .subtotal {
        float: left;
        padding-right: 0;
        width: 60%;
        text-align: right;
    }

    .wishlist-content .cart tr td.quantity,
    .wishlist-content .cart tr td.subtotal {
        margin: 0;
        border: 0;
        border-top: 4px solid #f6f6f6;
        max-width: none;
    }

    .wishlist-content .cart .qty-dropdown {
        padding-left: 15px;
        min-width: auto;
        width: 48px;
    }

    /*COMPARE MOBILE*/
    .compare-products-mobile {
        padding: 10px;
        background: #f6f6f6;
    }

    .compare-section {
        margin-bottom: 30px;
    }

    .compare-section:last-child {
        margin-bottom: 0;
    }

    .compare-section .title {
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        color: #444;
    }

    .compare-section ul {
        margin: 0 auto;
        padding: 0 20px;
        max-width: 500px;
        background: #fff;
    }

    .compare-section ul li {
        padding: 15px 0;
        font-size: 13px;
        color: #666;
    }

    .compare-section ul li+li {
        border-top: 1px solid #eee;
    }

    .compare-section.product .title {
        font-size: 0;
    }

    .compare-section.product ul {
        padding: 0;
        background: none;
    }

    .compare-section.product li {
        padding: 0;
        border: 0;
        margin-bottom: 10px;
    }

    .compare-section.product li:after {
        content: "";
        display: block;
        clear: both;
    }

    .compare-section.product .picture {
        float: right;
        margin-left: 4px;
        width: 25%;
        background: #fff;
        text-align: center;
    }

    .compare-section.product .product-name {
        text-align: right;
        font-size: 13px;
        color: #666;
    }

    .compare-section.product .details {
        position: relative;
        padding: 20px 10px 10px;
        background: #fff;
        overflow: hidden;
    }

    .compare-section .remove-button {
        position: absolute;
        bottom: 10px;
        right: 50%;
        width: 100%;
        max-width: 136px;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .compare-section.price li {
        font-weight: bold;
        color: #57b568;
    }

    .home-page-top-banner-wrapper {
        padding: 10px;
        margin-top: -50px;
    }

    .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;
	} */
    section.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;
    }

    section.saeed_sec1 {
        height: 520px !important;
    }

    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: none;
    }

    .responsive-nav-wrapper .header-selectors-wrapper {
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .header-selectors-wrapper > div {
        margin: 0px 10px;
    }
}

@media all and (max-width: 980px) {
    .desktop-model .new-btn_customize {
        bottom: 0;
        right: 0;
    }

    .cloud-container {
        top: unset;
    }

    .styles__ImgContainers {
        width: 100%;
    }

    .kxtLBv {
        max-width: 100%;
    }

    .main-section-story .tab-buttons {
        width: 36%;
    }

    .styles__Container_about .slider-text-wrapper {
        margin: 0;
    }

    .styles__InfoBlock-sc-18tvujl-4.gRikvD {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .img-box-lightblue img {
        margin-top: 0;
    }

    .main-section-story .tab-buttons {
        width: 47%;
    }

    .styles__Container_about .slider-text-wrapper {
        margin: 7rem 0;
        width: 37rem;
    }

    .styles__ImgContainer .styles__ImgContainer-img {
        height: 393px;
    }

    .styles__ImgContainer {
        width: 29rem;
    }

    .limoobit_facility .facility-item:hover {
        transform: scale3d(1.1, 1.1, 1.1);
        z-index: 2;
    }

    .froshgahsaz-page .box-content>h3 {
        font-size: 10px;
    }

    .froshgahsaz-page .page-btn {
        right: 0;
    }

    .svg-graphic {
        height: 40vh;
    }

    .block-info {
        height: 365px;
    }

    .yokart-solutions li:nth-child(3) {
        top: 352px;
        left: 0;
    }

    .yokart-solutions li:nth-child(4) {
        top: 456px;
        left: 400px;
    }

    section.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.svg) no-repeat right 8%;
        background-size: 20px;
    }

    .card.card-collage.video {
        width: auto;
        display: block;
        /* padding: 0px 0 0 19px; */
    }

    .topic-page .pro-plan-includes .card-body,
    .pro-plan-includes .product-card {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 0.25rem;
    }

    .topic-page .pro-plan-includes .card-columns {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
        orphans: 1;
        widows: 1;
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {
    .topic-page .froshgahsaz-page .boxes-sec .fix-container .col-md-3 {
        width: 48%;
        margin: 1%;
    }

    .froshgahsaz-page .box-wrap {
        margin-right: 0;
    }

    .froshgahsaz-page .box-icon,
    .home-page .boxes-sec .box-icon {
        height: 100px;
    }

    .froshgahsaz-page .styles__polygon,
    .home-page .boxes-sec .styles__polygon {
        right: 9px;
        top: -7px;
    }

    .froshgahsaz-page .boxes-sec h2,
    .froshgahsaz-page .boxes-sec h3 {
        font-size: 9px;
    }

    .froshgahsaz-page section.\32-section-2 .p-50 {
        padding: 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-slide {
        width: 316px;
    }

    .froshgahsaz-page .section-title.white-txt.packages-title h2 {
        font-size: 24px;
        text-align: center;
        color: #fff;
    }

    .froshgahsaz-page .row.clearfix.p-50 {
        padding: 50px 15px;
    }

    .froshgahsaz-page .section-title {
        padding: 0;
    }

    .froshgahsaz-page .c2c-section-profit p {
        line-height: 2;
        margin-bottom: 1.66667em;
        text-align: justify;
    }

    .froshgahsaz-page .c2c-section {
        padding: 0;
    }

    .froshgahsaz-page .app-sec {
        padding: 0 0;
    }

    .froshgahsaz-page .title-slider {
        position: absolute;
        top: 96px;
        right: 16px;
        width: 42%;
    }

    .froshgahsaz-page .saeed_sec1 {
        height: 170px !important;
    }

    .froshgahsaz-page .title-slider h1 {
        font-size: 11px;
        line-height: 2;
        font-weight: 600;
        line-height: 2;
    }

    .froshgahsaz-page .title-slider h2 {
        font-size: 10px;
        color: #767474;
        font-weight: 800;
        line-height: 2;
        opacity: 0;
    }

    .froshgahsaz-page .bg_img_ecco img {
        position: absolute;
        margin-top: 50px;
    }
}

@media all and (max-width: 768px) {
    .footer-middle li.address::before {
        width: 27px;
    }
    .footer-middle li.phone::before {
        width: 22px;
    }

    .platformchange-page .relpatforming-banner {
        background-size: contain;
        height: 400px;
        margin: 0;
        position: relative;
    }

    .platformchange-page .circle-head-c2c {
        width: 200px;
        height: 200px;
        transform: translate(-50%, 20%);
        left: 30%;
    }

    .platformchange-page .circle-head-c2c h1 {
        font-size: 1.3em;
    }

    .main-banner.price-design-page .banner-title h1 {
        font-size: 16px;
        text-align: right;
        width: 50%;
        line-height: 1.9;
        padding-right: 20px;
    }

    .main-banner.price-design-page .banner-title {
        top: 59%;
    }

    .main-banner.price-design-page .banner-full-image {
        background-size: cover;
        height: 200px;
    }

    .emkanatmain-page .public-features-contain.dropDown-features-item>li h2,
    .emkanatmain-page .each_product-contain.dropDown-features-item>li h2,
    .emkanatmain-page .dedicated-contain.dropDown-features-item>li h2 {
        background-size: 15px;
        padding-right: 28px;
        background-position-y: 20px;
        text-align: justify;
        margin-right: 14px;
        font-size: 14px;
        padding-top: 8px;
        width: 85%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .faqpage .emkanatmain-page .public-features-contain.dropDown-features-item>li h2:hover,
    .faqpage .emkanatmain-page .each_product-contain.dropDown-features-item>li h2:hover {
        overflow: visible;
        white-space: pre-wrap;
        font-size: 14px;
        text-align: justify;
        line-height: 1.5;
    }

    .faqpage .emkanatmain-page .dedicated-contain.dropDown-features-item>.active h2 {
        background: url(../img/minus.svg) right no-repeat;
        background-size: 15px;
        padding-right: 36px;
        background-position-y: 19px;
        margin-right: 23px;
        font-size: 14px;
        white-space: pre-wrap;
    }

    .emkanatmain-page .public-features-contain.dropDown-features-item>li h2:hover,
    .emkanatmain-page .each_product-contain.dropDown-features-item>li h2:hover,
    .emkanatmain-page .dedicated-contain.dropDown-features-item>li h2:hover .emkanatmain-page .img-title {
        overflow: visible;
        white-space: pre-wrap;
    }

    .emkanatmain-page .section-features {
        margin-top: 0;
    }

    .emkanatmain-page .img-cover-feature h1 {
        padding-top: 5rem;
        line-height: 1.5;
        font-size: 22px;
        width: 82%;
        margin: 0 auto;
    }

    .dropshipping-page .yodeal-dropshipping .benifits-for-everyone .block-info {
        height: 300px;
        padding: 24px 14px 20px;
        width: 95%;
        margin: 15px auto;
    }

    .dropshipping-page .section-title.white-txt.packages-title p {
        padding: 0 15px;
    }

    .dropshipping-page .section-title.white-txt.packages-title h2 {
        font-size: 24px;
        text-align: center;
        padding: 0 15px;
    }

    .dropshipping-page .cd-timeline-block.col-xs-12,
    .dropshipping-page .cd-timeline-content,
    .dropshipping-page .timelineWrap {
        margin-left: 0;
        padding: 0;
    }

    .dropshipping-page .f-table {
        width: 100%;
        padding: 0 15px;
    }

    .dropshipping-page .drp-banner {
        height: 48vh;
    }

    .dropshipping-page .budget-drp .text-section7 .heading-block>p {
        text-align: justify;
        line-height: 2;
    }

    .application-page .app-ylw-right.app-ylw-content {
        padding: 0 15px;
    }

    .application-page .app-ylw-content li {
        width: 100%;
        margin: 3px 20px;
        text-align: right;
    }

    .application-page p {
        margin: 10px 15px;
    }

    .application-page .section-features .acc-btn::after {
        top: 52%;
    }

    .application-page .features-table {
        width: 100%;
        margin: 0 auto;
    }

    .Supportmainpage .support-customer h2 {
        font-size: 1.5rem;
        padding: 0 38px;
    }

    .sky-page-wrapper .rect-block .img_block img {
        height: 490px;
    }

    .sky-page-wrapper .acc-btn::after {
        top: 37%;
    }

    .application-page .app-ylw-left.app-ylw-content p {
        width: auto;
        padding: 0 10px;
        text-align: justify;
    }

    .application-page .boxes-sec-heading p {
        line-height: 2;
    }

    .application-page .app-ylw-left.app-ylw-content,
    .application-page .app-ylw-right.app-ylw-content {
        width: 100%;
        padding: 0;
    }

    .topic-page .dropshipping-page #cd-timeline::before {
        display: none;
    }

    .dropshipping-page .yodeal-dropshipping {
        overflow: visible;
    }

    .dropshipping-page .fix-container {
        margin: 0 auto;
        max-width: 100%;
    }

    .dropshipping-page .blocks-list .block {
        margin: 0px 10px 0px 10px;
    }

    .topic-page .styles__Container_about {
        min-height: 45vh;
    }

    .styles__Container_about .slider-text-wrapper {
        margin-top: 69px;
        line-height: 20px;
    }

    h1.limoobit-intro-title-first {
        line-height: 1.5;
        font-size: 20px;
    }

    .rich-blog-homepage .blog-carousel-rtl .carousel-cell {
        height: 86%;
    }

    .home-page .rich-blog-homepage .post-title {
        height: 79px;
        overflow: hidden;
    }

    .rich-blog-homepage .read-more.new-btn_customize {
        padding: 5px 10px;
    }

    .rich-blog-homepage .do-flex.blog-center {
        justify-content: space-around;
        align-items: baseline;
    }

    .home-page .rich-blog-homepage .post-description {
        margin: 0 0 8px;
        line-height: 1.5;
        font-size: 12px;
        color: #888;
        max-height: 29px;
        overflow: hidden;
        padding: 10px;
    }

    .limoobit_facility .facility-item:hover {
        transform: scale3d(1.1, 1.1, 1.1);
        z-index: 2;
    }

    .limoobit_facility .facility-item .comment {
        width: 100%;
    }

    .limoobit_facility .facility-item:hover .hatch-icon {
        top: 30%;
    }

    .account-page.change-password-page .form-fields .inputs {
        padding: 27px 7px;
        width: 100%;
    }

    .account-page.change-password-page .form-fields {
        display: block;
    }

    .home-page .social-feed {
        margin: 50px auto 75px;
    }

    .fixed-img-wrapper .img-content,
    .fixed-img-wrapper2 .img-content,
    .fixed-img-wrapper3 .img-content,
    .fixed-img-wrapper4 .img-content {
        min-width: 100%;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .limoobit_card_base_packages .carousel-captions h4 {
        font-size: 17px;
    }

    .theme-mobile-slider .nivo-caption .content-main-slider h3,
    .theme-mobile-slider .nivo-caption .content-main-slider h3 {
        font-size: 12px;
        line-height: 13px;
        color: #000;
        text-align: right;
        padding-right: 10px;
    }

    .sky-page-wrapper .yc-feature {
        -webkit-box-flex: 0 1 100%;
        -moz-box-flex: 0 1 50%;
        width: 100%;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 0 1px;
        vertical-align: middle;
        position: relative;
    }

    .template-site-page .banner-demo h1 {
        top: 23%;
        left: 0;
        right: 0;
        transform: none;
        font-size: 15px;
        width: 98%;
    }

    .template-site-page .banner-demo h2 {
        color: #ffff;
        font-size: 12px;
        font-weight: 300;
        position: absolute;
        top: 67%;
        width: 84%;
        line-height: 1.5;
    }

    .template-site-page .article_sec2 {
        margin-bottom: 16px;
        margin-top: 15px;
    }

    .sky-page-wrapper .sky-page .row.reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .sky-page-wrapper .sky-page .row.reverse .pt-90 {
        padding-top: 0;
    }

    .sky-page-wrapper .sky-page .img-responsive {
        margin: 0 auto;
    }

    .template-site-page .together-parallax .fixParallax .slogan {
        width: 93%;
    }

    .template-site-page .block-information p {
        margin-bottom: 25px;
        text-align: justify;
        line-height: 2;
        width: 92%;
        margin: 0 auto;
    }

    .template-site-page .fixParallax .slogan {
        text-align: center;
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .template-site-page .together-parallax .fixParallax {
        height: 600px;
    }

    .topic-page-body .template-site-page h3,
    .topic-page-body .template-site-page h4 {
        font-size: 19px;
        line-height: 2.2;
        margin: 0;
    }

    .sky-page-wrapper .shelf .text-block {
        top: 42%
    }

    .sky-page-wrapper .shelf .text-block h3 {
        width: 100%;
        line-height: 1.5;
        position: absolute;
        top: 43px;
        margin: 0 auto;
        left: 16px;
        transform: translateX(-16px);
    }

    .sky-page-wrapper .shelf .text-block>p {
        font-size: 16px;
        line-height: 34px;
        text-align: justify;
    }

    .section-prl-sky .fixed {
        width: 90%;
    }

    .pricing-text p {
        padding: 27px 20px;
    }

    .topic-page .sky-page-wrapper .row-blog,
    .topic-page .sky-page-wrapper .push-row-blog {
        flex-wrap: wrap;
    }

    .topic-page .sky-page-wrapper .images-blog,
    .topic-page .sky-page-wrapper .text-blog {
        width: 100%;
        padding: 0;
    }

    .topic-page-body .sky-page-wrapper .article_sec2 h1,
    .topic-page-body .sky-page-wrapper h2,
    .topic-page-body .sky-page-wrapper h3,
    .topic-page-body .sky-page-wrapper h4 {
        font-size: 16px;
    }

    .topic-page-body .sky-page-wrapper .block-info {
        padding: 24px 0px 20px;
    }

    .sky-page-wrapper section.sec11>.container>.row>.col-md-6.col-xs-12 {
        padding: 0;
    }

    .froshgahsaz-page .styles__polygon {
        top: -12px;
    }

    .topic-page .froshgahsaz-page .boxes-sec .fix-container .col-md-3 {
        width: 25%;
        margin: 1% 3%;
    }

    .froshgahsaz-page .c2c-section-profit .c2c-profit-box-text {
        /* bottom: 9.5em; */
        font-size: 10px;
    }

    .froshgahsaz-page .c2c-section-profit .c2c-profit-box-text span {
        font-size: 7px !important;
    }

    .froshgahsaz-page .styles__screen-image-wrapper {
        height: 469px;
    }

    .froshgahsaz-page .iconlimo-frosh {
        display: flex;
        flex-wrap: wrap;
    }

    .froshgahsaz-page .iconlimo-frosh .col-md-3 {
        width: 50%;
    }

    .styles__ImgContainers {
        width: 100%;
        margin-bottom: 3rem;
    }

    .banner-demo h1 {
        font-size: 16px;
        width: 100%;
    }

    .banner-demo.pagedemo p {
        font-size: 14px;
        top: 63%;
    }

    .banner-demo.pagedemo {
        margin-top: 20px;
    }

    .package-title {
        padding: 0 15px;
        width: 100%;
    }

    .packages-wrapper-demo::after {
        content: '';
        bottom: -60px;
    }

    .banner-demo {
        position: relative;
    }

    .banner-demo::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 95%;
        opacity: .5;
        background-color: #252E37;
    }

    .packages-wrapper-demo {
        bottom: 3px;
    }

    .packages-wrapper-demo .packages-box .price {
        font-size: calc(38px + (74 - 20) * (100vw - 320px) / (1920 - 320));
    }

    .packages-wrapper-demo .packages-box {
        /* min-height: 474px; */
        padding: 46px 7px;
    }

    .cta-section.demo .fix-container {
        margin-bottom: 25px;
        max-width: 100%;
    }

    .together-parallax .slogan p {
        font-size: 14px;
        color: aliceblue;
        line-height: 2;
        text-align: justify;
    }

    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: -109px;
    }

    .topic-page .text-first-demo {
        text-align: center;
        padding: 0 15px;
        margin-bottom: 65px;
    }

    .black-Rectangle {
        width: 100%;
        height: 1000px;
        background-color: #252e37;
        position: absolute;
        z-index: -1;
        top: 30px;
    }

    .dNskJc {
        line-height: 2;
        margin-bottom: 0;
        position: relative;
        color: rgb(48 81 128);
        width: 95%;
        font-size: 20px;
        text-align: justify;
    }

    .master-column-wrapper .topic-page .iwopbV {
        padding: 0;
    }

    .jeNUjf::before {
        content: "";
        padding-top: 100%;
        display: block;
    }

    .honers-wrapper .box p {
        position: unset;
        padding-top: 5px;
        font-size: 7px;
    }

    .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%;
    }

    /* .styles__Container_about .styles__ImgContainer {
        display: none;
    } */
    .styles__Container_about .slider-text-wrapper {
        margin: 5rem 0 2rem;
    }

    .nWKVO .kxtLBv {
        max-width: 85%;
    }

    .styles__InfoBlock-vzo1ai-3.kxtLBv p {
        margin-top: 0;
    }

    .topic-page .styles__Content-sc-18tvujl-2.ldoXoH {
        position: relative;
        min-height: 51vh;
        padding-right: 10px;
        padding-left: 10px;
        display: block;
    }

    .topic-page .styles__Container_about {
        min-height: 55vh;
    }

    .main-section-story .tab__content {
        background-color: #10191f;
        width: 96%;
        margin: 0 auto;
    }

    .main-section-story {
        display: flex;
        justify-content: center;
        flex-direction: column;
        /* margin-top: -30px; */
    }

    .together-parallax .author-team {
        width: 350px;
    }

    .honers-wrapper .container {
        width: 100%;
        padding: 2% 0%;
        box-sizing: border-box;
        display: flex;
        height: auto;
        flex-wrap: wrap;
    }

    .main-section-story .tablink {
        float: none;
    }

    .html-topic-page .styles__ImgContainer 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 .styles__ImgContainer-img {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        margin: 0;
        width: 360px;
        height: 360px;
    }

    .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 .box:hover {
        flex: 1 1 46%;
    }

    .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 {
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        margin-top: 0;
        padding-bottom: 6px;
        justify-content: normal;
    }

    .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;
    }

    .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;
    }

    .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: 36px;
        color: #2d2d2d;
        position: absolute;
    }

    .blogpost-page .post-body .text-blog {
        width: 100%;
        padding-left: 20px;
        padding-right: 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-evenly;
        width: 53%;
        align-items: center;
        bottom: 0;
        margin-top: 8px;
        position: unset;
    }

    .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 */
    /* .col-md-3 {
		width: 50%;
		float: right;
		margin-top: 5px;
	} */
    .insta-img-1 {
        padding-right: 4.2px;
    }

    .insta-img-2 {
        padding-left: 4.2px;
    }

    .cart tr {
        width: 49.7%;
    }

    .cart tr:nth-of-type(2n) {
        margin-left: 0;
    }

    .cart tr:nth-of-type(2n + 1) {
        clear: right;
        margin-left: 0.6%;
    }

    .cart tr:nth-of-type(3n + 1) {
        clear: none;
    }

    .cart tr:nth-of-type(3n) {
        clear: none;
    }

    .compare-section.product .picture {
        width: 45%;
    }

    .shipments thead,
    .products thead,
    .return-request-page thead,
    .recurring-payments thead,
    .reward-points-history thead,
    .downloadable-products-page thead {
        display: none;
    }

    .shipments tr,
    .products tr,
    .return-request-page tr,
    .recurring-payments tr,
    .reward-points-history tr,
    .downloadable-products-page tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #eee;
        background: #fff;
    }

    .shipments td,
    .products td,
    .return-request-page td,
    .recurring-payments td,
    .reward-points-history td,
    .downloadable-products-page td {
        display: block;
        padding: 10px;
        border: 0;
        text-align: center;
    }

    .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;
    }

    .shipments td label,
    .products td label,
    .return-request-page td label,
    .recurring-payments td label,
    .reward-points-history td label,
    .downloadable-products-page td label {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 11px;
        color: #bbb;
    }

    .col-md-12.col-xs-12.margin-15 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* .blogpost-page .post-body img {
        width: 45px;
        height: auto;
        margin: 0 auto;
    }
    .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: 10px 50px;
        color: #fff;
        margin: 10px auto 25px;
        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 {
        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: 25px 0 0px;
        max-width: 900px;
        margin-bottom: 25px;
        margin-top: 30px;
    }

    .discuss-inner h4 {
        font-size: 20px;
    }

    .block-info>h2 {
        padding-bottom: 0px;
        height: 40px;
        overflow: hidden;
    }

    .block-info p {
        height: 130px;
    }

    .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;
    }

    .light-redBg .content-box {
        margin-top: 5rem;
    }

    .possibilities-marketplace {
        padding: 0;
    }

    .workstep-crcle:nth-child(1),
    .workstep-crcle:nth-child(3) {
        position: relative;
        right: -70px;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .workstep-crcle:nth-child(2),
    .workstep-crcle:nth-child(4) {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        right: 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 {
        right: 24px;
        top: 150px;
        transform: rotate(339deg);
    }

    .workstep-crcle:nth-child(2) .step:after {
        left: 29px;
        top: 134px;
        transform: rotate(225deg);
    }

    .workstep-crcle:nth-child(3) .step:after {
        right: -10px;
        top: 115px;
        transform: rotate(335deg);
    }

    .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%;
    }

    section.saeed_sec1 {
        height: 407px !important;
    }

    .top-head-section .right-grid {
        text-align: justify;
        padding-right: 0;
    }

    .block-info {
        padding: 24px 14px 20px;
        height: auto;
    }

    .packages-wrapper .packages-box {
        /* min-height: 474px; */
        padding: 46px 7px;
    }

    section.sec11>.container>.row>.col-md-6.col-xs-12 {
        width: 95%;
    }

    .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;
    }

    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;
    }

    .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: 35px 28px 0 0px;
    }

    .page.contact-page .page-body {
        flex-direction: column;
    }

    .page.contact-page .topic-block,
    .page.contact-page .contact-form {
        width: 100%;
    }

    .fieldset.new-comment .buttons {
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 10px;
    }

    .page.blogpost-page .write-review,
    .page.blogpost-page .new-comment {
        padding: 0 35px 35px;
    }

    .topic-page .pricin-page-wrapper .b2c-pricing {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .topic-page .pricin-page-wrapper .pricing-aline-streach {
        height: auto;
        margin: 0;
        width: 98%;
        margin-top: 19px;
    }

    .topic-page .pricin-page-wrapper .pricing-feature-right {
        height: auto;
        margin-top: 5%;
        width: 98%;
    }

    .topic-page .pricin-page-wrapper .slider {
        width: 204px;
        height: 3px;
        background: rgb(255 255 255);
        border-radius: 2px;
        position: relative;
    }

    .topic-page .pricin-page-wrapper .slider .text strong {
        font-size: 20px;
    }

    .topic-page .pricin-page-wrapper .green-cloud::after,
    .topic-page .pricin-page-wrapper .red-cloud::after,
    .topic-page .pricin-page-wrapper .yellow-cloud::after {
        left: 38%;
    }

    .topic-page .pricin-page-wrapper .b2c-pricing .red-cloud::before,
    .topic-page .pricin-page-wrapper .b2c-pricing .green-cloud::before,
    .topic-page .pricin-page-wrapper .b2c-pricing .yellow-cloud::before {
        left: 42%;
    }

    .topic-page .banner-demo::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 98%;
        opacity: .5;
        background-color: #252E37;
    }

    .topic-page .pricin-page-wrapper .banner-demo .range-wrapper {
        font-size: 29px;
        font-weight: 300;
        position: absolute;
        top: 55%;
        left: 48%;
        transform: translate(-50%, -48%);
        transition: transform(-48%);
    }

    .b2c-page-wrapper h2,
    .b2c-page-wrapper h3 {
        font-size: 25px;
        margin-top: 30px;
    }

    .b2c-page-wrapper .btn.page-btn.consulting,
    .b2c-page-wrapper .btn.page-btn.blue-btn.portfolio,
    .b2c-page-wrapper .shopping-demo {
        width: 100%;
    }

    .b2c-page-wrapper .mobile-app-box .mobile-app-content p:last-child {
        width: 100%;
    }

    .b2c-page-wrapper .circle_head {
        width: 200px;
        height: 200px;
    }

    .b2c-page-wrapper .circle_head h1 {
        font-size: 1.8em;
    }
}

@media all and (max-width: 640px) {
    .platformchange-page .relpatforming-banner {
        background-size: contain;
        height: 200px;
        margin: 0;
        position: relative;
    }

    .platformchange-page .circle-head-c2c {
        width: 145px;
        height: 145px;
        transform: translate(-50%, 20%);
        left: 30%;
    }

    .platformchange-page .circle-head-c2c h1,
    .dropshipping-page .circle-head-drp h1 {
        font-size: 1em;
    }

    .dropshipping-page #cd-timeline .fix_container:before,
    .dropshipping-page #cd-timeline .fix_container:after {
        right: 20px;
    }

    .dropshipping-page .acc-btn::after {
        top: 36%;
    }

    .limoobit_market_place .arrow-left-icon {
        flex-wrap: nowrap;
        width: 100%;
    }

    .limoobit_market_place .arrow-left-icon a {
        flex: 1;
        white-space: nowrap;
    }

    .limoobit_market_place .arrow-left-icon img {
        padding-right: 3px;
        width: 30px;
    }

    .Branchmainpage h2 {
        font-size: 25px;
    }

    .Branchmainpage p {
        padding: 0 15px;
    }

    .Branchmainpage .fix-container h2 {
        margin-bottom: 40px;
    }

    .Branchmainpage .section-title.white-txt.packages-title p {
        padding: 0 15px;
    }

    .Branchmainpage .ft-data table td:first-child .mobilecaption {
        font-size: 1em;
    }

    .Branchmainpage .features-table ul li {
        line-height: 3;
    }

    .Branchmainpage .features-table {
        width: 96%;
        margin: 0 auto;
    }

    .Branchmainpage .section-title.white-txt p {
        text-align-last: auto;
    }

    .b2c-page-wrapper .circle_head {
        width: 110px;
        height: 110px;
        transform: translate(-50%, 50%);
    }

    .b2c-page-wrapper .circle_head h1 {
        font-size: 2em;
    }

    .b2c-page-wrapper h2,
    .b2c-page-wrapper h3 {
        font-size: 22px;
        margin-top: 30px;
    }

    .b2c-page-wrapper .section-title {
        font-size: 22px;
        margin-top: 0;
    }

    .b2c-page-wrapper .section-title.app-design {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .b2c-page-wrapper .mobile-app-content p,
    .b2c-page-wrapper section.sec11 p {
        padding: 0;
        font-size: 16px;
        line-height: 2;
    }

    .b2c-page-wrapper .article_sec2 p {
        line-height: 2;
        padding: 0 5px;
    }

    .platformchange-page .p-50 {
        padding: 10px;
    }

    .dropshipping-page .circle-head-drp {
        width: 150px;
        height: 150px;
        transform: translate(-50%, 20%);
        left: auto;
        right: -48px;
        margin: 0 auto;
    }

    .topic-page .froshgahsaz-page .boxes-sec .fix-container .col-md-3,
    .home-page .boxes-sec .fix-container .col-md-2 {
        width: 44%;
        margin: 1% 3%;
    }

    .home-page .boxes-sec .box-wrap {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .froshgahsaz-page .styles__polygon,
    .home-page .boxes-sec .styles__polygon {
        top: 9px;
    }

    .froshgahsaz-page .box-icon img {
        width: 97px;
        margin: auto;
        height: 97px;
    }

    .froshgahsaz-page .limo-froshgah .img-responsive {
        margin: 0 auto;
        padding: 11px;
        width: 98%;
    }

    .froshgahsaz-page .styles__screen-image-wrapper {
        height: 242px;
    }

    .faqpage .acc-btn::after {
        top: 52%;
    }

    .faqpage .section-title {
        padding: 12px 0;
    }

    .faqpage .section-title h1 {
        font-size: 19px;
        line-height: 2;
    }

    .faqpage .features-table {
        width: 100%;
        margin: 0 auto;
    }

    .page-body .faqpage .features-table .ft-head,
    .faqpage .ft-data table th:first-child,
    .faqpage .ft-data table td:first-child {
        line-height: 2;
        font-size: 13px;
    }

    .topic-page .pricin-page-wrapper .green-cloud::after,
    .topic-page .pricin-page-wrapper .red-cloud::after,
    .topic-page .pricin-page-wrapper .yellow-cloud::after {
        left: 20%;
    }

    .topic-page .pricin-page-wrapper .b2c-pricing .red-cloud::before,
    .topic-page .pricin-page-wrapper .b2c-pricing .green-cloud::before,
    .topic-page .pricin-page-wrapper .b2c-pricing .yellow-cloud::before {
        left: 29%;
    }

    .topic-page .pricin-page-wrapper .banner-demo::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 5.2%;
        opacity: .5;
        background-color: #252E37;
    }

    section.pricin-page-wrapper {
        margin-top: 35px;
    }

    .topic-page .pricin-page-wrapper .banner-demo h1 {
        color: #ffff;
        font-size: 20px;
        font-weight: 300;
        position: absolute;
        top: 35px;
        transition: transform(-48%);
        line-height: 20px;
        text-align: center;
        width: 100%;
    }

    .topic-page .pricin-page-wrapper .banner-demo .range-wrapper {
        font-size: 8px;
        font-weight: 300;
        position: absolute;
        top: 70px;
        left: 48%;
        transform: translate(-50%, -48%);
        transition: transform(-48%);
    }

    .topic-page .pricin-page-wrapper .slider .text {
        position: absolute;
        bottom: -69px;
        font-size: 18px;
    }

    .pricin-page-wrapper .tab-price-section .tab {
        width: 1000px;
    }

    .pricin-page-wrapper .tab-price-section {
        width: 100%;
        overflow-x: scroll;
    }

    .packages-wrapper-demo .packages-box {
        width: 90%;
        margin-top: 20px;
    }

    .circle_head {
        top: 0;
        left: 50%;
        font-size: 6px;
        width: 180px;
        height: 180px;
        transform: translate(-50%, 50%);
    }

    section.saeed_sec1 {
        height: 363px !important;
    }

    .yodeal-demos {
        padding: 25px 0 0;
    }

    .blocks-list .block {
        display: block;
        padding: 0 15px;
        vertical-align: middle;
        width: 100%;
        height: auto;
        margin: 0 0 3px 0;
    }

    .limoo-portal-page .blocks-list .block {
        display: block;
        padding: 15px;
        width: 80%;
        height: auto;
        margin: 0 0 3px 0;
    }

    .limoo-portal-page .benifits-for-everyone .block-info {
        height: 300px;
    }

    .limoo-portal-page .block-info p {
        height: 80px;
        padding: 0 25px;
    }

    .limoo-portal-page .main-banner .banner-full-image {
        background-size: auto;
        height: auto;
        margin-top: 40px;
    }

    .template-site-page .main-section-story>div:not(.tab-buttons) {
        overflow-y: scroll;
        height: 343px;
        padding-bottom: 25px;
    }

    .template-site-page .main-section-story .tab__content {
        background-color: #778499;
        width: 100%;
    }

    .topic-page .template-site-page .main-section-story .tab-buttons {
        width: 100%;
        display: flex;
    }

    .template-site-page .banner-demo h1 {
        top: 10%;
        left: 0;
        right: 0;
        transform: none;
        font-size: 15px;
        width: 98%;
    }

    .template-site-page .banner-demo h2 {
        color: #ffff;
        font-size: 12px;
        font-weight: 300;
        position: absolute;
        top: 69%;
        width: 84%;
        line-height: 2.5;
    }

    .template-site-page .main-section-story .tablink {
        padding: 14.5px 5px;
        font-size: 10px;
    }

    .template-site-page .limoobit_market_place .rinse-off .glasses {
        left: -5px;
        top: 35px;
        z-index: -1;
    }

    .template-site-page .limoobit_market_place .rinse-off {
        height: 230px;
    }

    .topic-page .template-site-page .fixParallax .slogan {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .topic-page-body .template-site-page .sky-page-wrapper h3 {
        font-size: 14px;
    }

    .limoo-portal-page .main-banner .banner-title {
        position: absolute;
        top: 50%;
        right: 0;
        left: 130px;
        margin: 0 auto;
        transform: translateY(-50%);
    }

    .yodeal-demos {
        background-repeat: repeat;
    }

    .packages-wrapper .packages-box {
        width: 100%;
        margin: 3px;
    }

    .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;
    }
}

@media all and (max-width: 520px) {
    .svg-graphic {
        height: 30vh;
    }

    .block-info p {
        height: 80px;
    }

    .header-wrapper {
        width: 100%;
        left: 0;
        top: 50%;
        background: #252e37;
        transform: translateY(30%);
    }

    .hp-diagram__title,
    .hp-diagram__text {
        padding: 0 10px;
    }

    .multistore-3sec {
        padding: 25px 0;
    }

    .app-ylw-right.app-ylw-content {
        padding: 0 30px;
    }

    .app-ylw-content li {
        width: 47%;
        margin: 0 5px;
    }

    .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;
        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: 15px;
    }

    .Supportmainpage .shelf .package .lemon label:last-child,
    .Supportmainpage .shelf .package .vip-package a div:last-child {
        text-align: right;
    }

    .Supportmainpage .main-banner .banner-title {
        top: 31%;
    }

    .Supportmainpage .shelf .package .lemon label {
        font-size: 15px;
        width: auto;
    }
}

@media all and (max-width: 480px) {

    .theme-mobile-slider .nivo-caption .content-main-slider h1,
    .theme-mobile-slider .nivo-caption .content-main-slider h2,
    .theme-mobile-slider .nivo-caption .content-main-slidertwo h1,
    .theme-mobile-slider .nivo-caption .content-main-slidertwo h2 {
        font-size: 11px;
        line-height: 12px;
        color: #fff;
        text-align: right;
        font-weight: bolder;
    }

    .html-home-page .theme-mobile-slider .nivo-caption .content-main-slider p {
        font-size: 10px;
        line-height: 17px;
        color: #fff;
        text-align: right;
    }

    .html-home-page .theme-mobile-slider .nivo-caption .content-main-slider .p-slider {
        margin-top: 20px;
    }

    .theme-mobile-slider .nivo-caption .content-main-slider p,
    .theme-mobile-slider .nivo-caption .content-main-slidertwo p {
        margin: 15px;
        padding: 0;
        font-size: 10px;
        text-align: right;
        line-height: 2;
        color: #464646;
        font-weight: bolder;
    }

    .theme-mobile-slider .nivo-caption {
        width: 100;
        top: 50%;
        bottom: auto;
        left: 52%;
        padding: 15px;
        background-color: transparent;
        text-align: right;
        color: #333;
        /* font-size: 9px; */
        overflow: visible;
        z-index: 6;
        transform: translateY(-50%, -50%);
        line-height: 30px;
    }

    .theme-mobile-slider .content-main-slider.tab {
        padding-right: 10px;
    }

    .theme-mobile-slider {
        position: relative;
    }

    .html-home-page .theme-mobile-slider .nivo-caption .content-main-slidertwo {
        width: 100%;
        top: 6%;
        bottom: auto;
        left: 8%;
        padding: 15px;
        background-color: transparent;
        text-align: center;
        color: #333;
        font-size: 18px;
        overflow: visible;
        z-index: 6;
        transform: translate(4%, -120%);
    }

    .topic-page section.pricin-page-wrapper {
        margin-top: 35px;
    }

    .topic-page .pricin-page-wrapper .banner-demo::before {
        height: 135px;
    }

    .portfolio-item.emkan-p .portfolio-details {
        min-height: 165px;
    }

    .portfolio-item.emkan-p .limoobitright.pline2 {
        font-size: 12px;
        height: 100px;
    }

    .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;
    }

    .packages-wrapper-demo .packages-box {
        max-height: 320px;
    }

    /* --------------------------------------------- */
    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;
    }

    .pricing-bg {
        background-position: right;
        height: 170vh;
    }

    .topic-page .styles__Container_about {
        min-height: 45vh;
    }

    /* .topic-page .styles__Content-sc-18tvujl-2.ldoXoH {
        min-height: 60vh;
    } */
}

@media (max-width:414px) and (min-width: 413px) {
    .topic-page .pricin-page-wrapper .banner-demo::before {
        height: 146px;
    }
}

@media (max-width:412px) and (min-width: 410px) {
    .topic-page .pricin-page-wrapper .banner-demo::before {
        height: 148px;
    }

    .topic-page .styles__Container_about {
        min-height: 40vh;
    }

    .topic-page .styles__Content-sc-18tvujl-2.ldoXoH {
        min-height: 41vh;
    }

    .styles__Container_about .slider-text-wrapper {
        margin-top: 18px;
    }
}

@media all and (max-width: 400px) {
    .portfolio-item.emkan-p .portfolio-details {
        min-height: 210px;
    }

    .portfolio-item.emkan-p .limoobitright.pline2 {
        font-size: 12px;
        height: 100px;
    }

    .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;
    }
}

@media all and (max-width: 368px) {
    .limoobit_market_place .arrow-left {
        font-size: 14px;
    }

    .btn-grps {
        flex-wrap: wrap;
        max-height: 380px;
    }

    .circle-head-drp {
        width: 250px;
        height: 250px;
        transform: translate(-50%, 20%);
        left: auto;
        right: -48px;
        margin: 0 auto;
    }

    .topic-page .jeNUjf {
        top: -23px;
    }

    .html-home-page .theme-mobile-slider .nivo-caption .content-main-slidertwo {
        transform: translate(4%, -120%);
    }
}

@media (max-width:1024px) and (max-height: 768px) {
    .html-home-page .limoobit_pannel_dashboard .desktop-laptop {
        width: 95%;
        padding: 70px 0 0 0;
        /* min-height: 100vh; */
    }
 
}

@media (max-width:1024px) and (min-width: 768px){
    .footer-middle li.phone::before {
        width: 24px;
    }
    .footer-middle li.address::before {
        width: 30px;
    }
}


/* @media (max-width:1600px) and (max-height: 900px) {
    .home-page .rich-blog-homepage .post-description {
        margin: 0 0 15px;
        line-height: 1.5;
        font-size: 12px;
        color: #888;
        max-height: 29px;
        overflow: hidden;
        padding: 10px;
    }
} */

@media (max-width:1025px) and (min-width: 1024px) {
    .sky-page-wrapper .section-prl-skywrap p {
        color: #000;
        font-size: 22px;
    }

    .section-prl-skywrap {
        position: relative;
        height: 303vh;
    }

    .sky-page-wrapper section.sec11>.container>.row>.col-md-6.col-xs-12 {
        background-color: #f6f7f9;
        padding: 50px 20px;
        margin: 10px;
        width: 46%;
    }

    .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;
    }

    .topic-page .froshgahsaz-page .boxes-sec .fix-container .col-md-3 {
        width: 27%;
        margin: 2%;
    }

    .froshgahsaz-page .styles__polygon {
        top: -36px;
        display: none;
    }

    .froshgahsaz-page .box-icon {
        height: 117px;
    }

    .limoobit_market_place .post-section-img::after {
        background-size: 62%;
        top: -131px;
    }

    .limoobit_market_place .post-section-img::before {
        background-size: 67%;
        top: -126px;
    }

    .home-page .rich-blog-homepage .title {
        width: 100%;
        margin-bottom: 14px;
        text-align: right;
        margin-right: 43px;
    }

    .home-page .rich-blog-homepage .view-all {
        position: absolute;
        left: 151px;
        top: 0;
    }

    .rich-blog-homepage .blog-carousel-rtl .carousel-cell {
        height: auto;
    }

    .rich-blog-homepage .flickity-page-dots {
        width: 100%;
        bottom: -139px;
        right: 0;
        left: 0;
    }

    .limoobit_services_stores .store-symbol {
        width: 60%;
        max-width: 100%;
    }

    .business-partners {
        margin-top: 65px;
    }

    .limoobit_pannel_dashboard .desktop-laptop::after {
        top: 159px;
    }
}

@media (max-width:1023px) and (min-width: 768px) {
    .rich-blog-homepage .blog-carousel-rtl {
        height: 415px;
    }

    .limoobit_services_stores .store-symbol {
        width: 60%;
        max-width: 100%;
    }

    .home-page .rich-blog-homepage .title {
        width: 100%;
        margin-bottom: 14px;
        text-align: center;
        margin-right: 43px;
    }

    .home-page .rich-blog-homepage .view-all {
        transform: none;
        position: static;
        margin: 1rem;
    }

    .rich-blog-homepage .blog-carousel-rtl .carousel-cell {
        height: auto;
    }

    .rich-blog-homepage .flickity-page-dots {
        width: 100%;
        bottom: -117px;
        right: 0;
        left: 0;
    }

    .limoobit_market_place .post-section-img::after {
        position: absolute;
        content: '';
        padding: 0;
        background: url(../img/newhomepage/video-green-border.svg) no-repeat center center;
        background-size: 86%;
        right: 0;
        left: -15px;
        top: -136px;
        bottom: 0;
        width: 100%;
        z-index: -1;
        height: 642px;
    }

    .limoobit_market_place .post-section-img::before {
        position: absolute;
        content: '';
        padding: 0;
        background: url(../img/newhomepage/video-yellow-border.svg) no-repeat center center;
        background-size: 84%;
        right: -9px;
        left: 18px;
        top: -119px;
        bottom: 0;
        width: 100%;
        height: 619px;
        z-index: auto;
    }

    .froshgahsaz-page .title-slider {
        position: absolute;
        top: 81px;
        right: 48px;
        width: 42%;
    }

    .froshgahsaz-page .title-slider h1 {
        font-size: 19px;
        line-height: 31px;
        font-weight: 600;
    }

    .froshgahsaz-page .title-slider h2 {
        font-size: 12px;
        color: #767474;
        font-weight: 800;
    }

    .froshgahsaz-page .saeed_sec1 {
        height: 320px !important;
    }

    .packages-wrapper-demo .packages-box {
        max-height: 320px;
    }

    .topic-page .jeNUjf {
        top: -154px;
    }

    .black-Rectangle {
        height: 620px;
    }

    .workstep-crcle {
        width: 254px;
        height: 254px;
    }

    .packages-wrapper-demo::after {
        content: '';
        bottom: -10px;
    }

    .how-it-works {
        height: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        position: absolute;
        background-image: none;
        top: 112px;
        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: 42rem 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;
    }

    .yokart-solutions {
        position: relative;
        height: 250px;
    }

    .top-head-section .left-grid {
        width: 58%;
        margin-bottom: 22px;
    }

    .top-head-section .right-grid {
        width: 100%;
    }

    .blocks-list .block {
        width: 31.8%;
        padding: 0;
        margin: 0 5px;
    }

    .block-info {
        height: 215px;
    }

    .yokart-solutions ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-loaction {
        bottom: 20px;
        left: 48px;
    }

    .workstep-crcle: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;
    }

    .c2c-section-profit .c2c-profit-box-list {
        margin-top: 14%;
    }

    .section-title {
        margin-top: 50px;
        padding-top: 0;
    }

    .c2c-profit-title {
        margin-top: 3em;
    }

    .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;
    }

    .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;
    }

    h3.limoobit-intro-title-first {
        line-height: 116px;
        font-size: 36px;
    }

    h3.limoobit-intro-title-second {
        font-size: 34px;
        font-weight: 600;
    }
}

@media (max-width:1026px) and (min-width: 1024px) {
    .black-Rectangle {
        height: 558px;
        top: 14px;
    }

    .topic-page .ldoXoH {
        position: relative;
        min-height: 55vh;
        display: flex;
        justify-content: space-between;
    }

    .packages-wrapper-demo::before {
        content: '';
        width: 55px;
        height: 0;
        border-bottom: 90px solid #252e37;
        border-left: 100rem solid transparent;
        position: absolute;
        top: -68px;
        right: 0;
        z-index: -1;
    }

    .nWKVO {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .topic-page .styles__Container_about {
        min-height: 51vh;
    }

    .main-section-story .tab-buttons {
        width: 50%;
    }

    .honers-wrapper .container {
        display: flex;
        width: 100%;
        padding: 2% 0%;
        box-sizing: border-box;
        height: 15vh;
    }

    .honers-wrapper .box p {
        position: absolute;
        bottom: 23px;
        left: 26px;
        transform: translatex(0);
    }

    .master-wrapper-content {
        margin: 0 auto 0;
    }
}

@media (max-width:1024px) and (min-width: 990px) {
    .main-section-story .tab-buttons {
        width: 36%;
    }

    .styles__Container_about .slider-text-wrapper {
        margin: 0;
    }

    .styles__InfoBlock-sc-18tvujl-4.gRikvD {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .topic-page .styles__Container_about {
        min-height: 70vh;
    }

    .honers-wrapper .container {
        height: 15vh;
    }

    .jeNUjf::before {
        content: "";
        padding-top: 53%;
        display: block;
    }

    .topic-page .ldoXoH {
        min-height: 71vh;
    }

    h3.limoobit-intro-title-second {
        font-size: 34px;
        line-height: 2;
    }

    .nWKVO {
        flex-wrap: nowrap;
    }

    .topic-page .styles__Container_about .iwopbV {
        padding-top: 106px;
    }
}