            /* Layout Responsive--------------------------============*/

            @media (max-width: 1492px) {
                .list-logo-img-new {
                    margin: 0px !important;
                    width: 30px;
                }
                .list-logo-img-cus {
                    width: 30px;
                    margin: 0px 55px!important;
                }
                .list-head-new {
                    width: 260px !important;
                    font-size: 16px !important;
                }
                .custom-scroll {
                    overflow-x: scroll;
                    width: 100%;
                }
                  .custom-scroll::-webkit-scrollbar {
                    background-color: transparent;
                  }
                  .custom-scroll::-webkit-scrollbar-track {
                    background-color: transparent;
                  }
                  .custom-scroll::-webkit-scrollbar-thumb {
                    border-radius: 20px;
                    border: 4px solid transparent;
                    background-clip: content-box;
                  }
                  .custom-scroll::-webkit-scrollbar-thumb {
                    background: transparent;
                }
            }

            @media (max-width: 1392px) {
                .list-logo-img-new {
                    margin: 0px 4px!important;
                }
                .list-logo-img-cus {
                    width: 30px;
                    margin: 0px 35px!important;
                }
                .list-head-new {
                    width: 250px !important;
                    font-size: 14px !important;
                }
                .login-mobile-button-new {
                    padding: 4px 10px 4px 10px;
                    font-size: 16px;
                }
                .login-starter-button-new {
                    padding: 4px 10px 4px 10px;
                    font-size: 16px;
                }
                .sub-growth-list .login-starter-button-new {
                    margin-right: 2px;
                }
                .payment-col-sub {
                    width: 100% !important;
                }
            }

            @media (max-width: 1240px) {
                .list-head-new {
                    width: 265px !important;
                }
            }

            @media (max-width: 1199px) {
                .sidebar {
                    min-width: 240px;
                }
                .main-body .inner-content {
                    width: calc(100% - 240px);
                }
                .sidebar li img {
                    width: 20px;
                    height: 19px;
                }
                .sidebar li a {
                    font-size: 18px;
                    max-width: 200px;
                }
                .header-field {
                    grid-template-columns: auto 1fr;
                    padding: 10px 10px;
                    align-items: center;
                    height: 80px;
                }
                .sidebar,
                .main-body,
                .right-sidebar {
                    min-height: calc(100vh - 80px);
                }
                .sidebar,
                .right-sidebar {
                    top: 80px;
                }
                .main-body {
                    padding-top: 80px;
                }
                .userprofile>p {
                    display: none;
                }
                .header-field .full-header {
                    grid-template-columns: 1fr auto auto auto;
                }
                .userprofile,
                .userprofile:hover {
                    display: block;
                    border: none;
                    padding: 0px;
                }
                .register-banner-img {
                    top: -80px;
                    height: 230px;
                }
                .registerpage {
                    padding-top: 60px;
                    padding-bottom: 60px;
                }
                .right-registerblock {
                    padding-top: 40px;
                }

                .inner-content-text {
                    width: 162px;
                }
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.input-selct-all.align_cancel {
                    width: 100px;
                }
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.copy-multiple-data,
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.move-selct.orange-btn.copy-selct-d.move-multiple-data {
                    width: 90px;
                    font-size: 14px;
                }
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.input-selct-unselect.align_cancel {
                    /* font-size: 14px; */
                    width: 120px !important;
                }
                .edit-button,
                .save-and-store {
                    padding: 4px 5px;
                }
                .top-text {
                    width: 400px;
                }
                .payment-col-sub {
                    margin-left: auto !important;
                }
            }

            @media (max-width: 991px) {
                .registerpage {
                    padding-top: 30px;
                    padding-bottom: 30px;
                }
                .sidebar {
                    position: fixed;
                    width: 270px;
                    z-index: 99;
                    transform: translateX(-300px);
                }
                .main-body .inner-content {
                    width: 100%;
                    min-height: calc(100vh - 80px);
                }
                .sidebar.open-sidebar {
                    -webkit-animation: leftslide 0.5s forwards;
                    animation: leftslide 0.5s forwards;
                }
                .copy-selct-d button,
                button.btn.btn-same.orange-btn.copy-selct.me-1.create-snippet.cancel-selct.align_cancel {
                    font-size: 14px;
                }
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.input-selct-unselect.align_cancel {
                    font-size: 14px;
                    width: 115px !important;
                }
                @-webkit-keyframes leftslide {
                    100% {
                        transform: translateX(0px);
                    }
                }
                @keyframes leftslide {
                    100% {
                        transform: translateX(0px);
                    }
                }
                .sidebar.close-sidebar {
                    -webkit-animation: leftslide-back 0.5s forwards;
                    animation: leftslide-back 0.5s forwards;
                }
                @-webkit-keyframes leftslide-back {
                    0% {
                        transform: translateX(0px);
                    }
                    100% {
                        transform: translateX(-300px);
                    }
                }
                @keyframes leftslide-back {
                    0% {
                        transform: translateX(0px);
                    }
                    100% {
                        transform: translateX(-300px);
                    }
                }
                .animate-0-left {
                    -webkit-animation: none;
                    animation: none;
                    transform: translateX(-400px);
                    opacity: 0;
                }
                .payment-col-sub {
                    width: 100% !important;
                }
                .sub-growth-list .login-starter-button-new {
                    margin-right: 16px;
                }
                .list-head-new {
                    font-size: 16px !important;
                }
                .list-head-new {
                    width: 650px !important;
                }
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.input-selct-all.align_cancel {
                    width: 100px;
                }
                .snipt-wrapper-content button.btn.btn-pink.px-xl-4.px-md-4 {
                    margin-top: 20px;
                }
            }

            @media (max-width: 767px) {
                .price-word-app {
                    width: auto;
                }
                .header-field .header-logo img {
                    width: 110px;
                    height: 60px;
                }
                /* .header-field {
        grid-template-columns: 150px 1fr;
    } */
                .register-banner-title {
                    font-size: 16px;
                }
                h3 {
                    font-size: 24px;
                }
                h2 {
                    font-size: 30px;
                }
                h3 {
                    font-size: 24px;
                }
                h4 {
                    font-size: 20px;
                }
                h5 {
                    font-size: 17px;
                }
                .f-20 {
                    font-size: 17px;
                }
                .f-18,
                .f18-size {
                    font-size: 15px;
                }
                p {
                    font-size: 14px;
                }
                .grid-rem .f-20 {
                    font-size: 15px;
                }
                .custom-slider-btn {
                    width: 35px;
                    height: 35px;
                }
                .custom-slider-btn:after,
                .custom-slider-btn:after {
                    font-size: 14px;
                }
                .reminder-date {
                    margin-right: 8px;
                }
                .reminder-custom-block {
                    grid-gap: 5px;
                }
                .list-head-new {
                    width: 480px !important;
                }
                .combine-in-one {
                    flex-wrap: wrap;
                    gap: 5px;
                }
                .btn-width {
                    width: 50% !important;
                }
            }

            @media(max-width:575px) {
                .header-field .filter-search {
                    display: none;
                }
                .register-list {
                    column-count: 1;
                }
                .userprofile img {
                    width: 35px;
                    height: 35px;
                }
                .sub-growth-list .login-starter-button-new {
                    margin-right: 5px;
                }
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.input-selct-all.align_cancel {
                    width: 90px;
                    font-size: 14px;
                }
                .combine-in-one {
                    flex-wrap: wrap;
                    margin-bottom: 10px;
                }
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.input-selct-unselect.align_cancel {
                    width: 80px;
                    font-size: 14px;
                    padding: 5px;
                }
                .copy-selct-d {
                    margin-bottom: 5px;
                }
                .btn-width,
                .message_field .btn-pink {
                    width: 100% !important;
                    height: 50px;
                }
            }

            @media (max-width: 1399px) and (min-width:992px) {
                h3 {
                    font-size: 24px;
                }
                h2 {
                    font-size: 30px;
                }
                h3 {
                    font-size: 24px;
                }
                h4 {
                    font-size: 20px;
                }
                h5 {
                    font-size: 17px;
                }
            }
            /* Layout Responsive end----------------------------------============*/
            /* Custom Responsive started--------------------------================*/

            @media (max-width: 1399px) {
                .ptb-top,
                .pttop-bottom {
                    padding-top: 30px;
                }
                .ptb-bottom,
                .pttop-bottom {
                    padding-bottom: 30px;
                }
                .settings-grid {
                    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
                }
                .reminder-row {
                    grid-gap: 20px;
                }
            }

            @media (max-width: 767px) {
                .theme-modal .modal-content {
                    padding-bottom: 20px;
                }
                .colorbox {
                    height: 70px;
                }
                .btn-pink,
                .btn-pink:hover {
                    padding: 9px 13px;
                    /* font-size: 13px; */
                }
                .settings-grid {
                    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
                    grid-gap: 10px;
                }
                .logo-home {
                    width: 130px;
                }
                .auth-subscription {
                    padding: 20px 10px;
                }
                .subsciption-width {
                    justify-content: center;
                }
                .subscription-item {
                    max-width: 330px;
                    width: 100%;
                }
                .reminder-slider-block {
                    padding-left: 35px;
                    padding-right: 35px;
                }
                .reminder-slider-block .swiper-button-next,
                .reminder-slider-block .swiper-button-prev {
                    width: 30px;
                    height: 30px;
                    top: calc(50% + 4px);
                }
                .reminder-slider-block .swiper-button-next:after,
                .reminder-slider-block .swiper-button-prev:after {
                    font-size: 15px;
                }
                .grid-rem {
                    display: grid;
                    grid-template-columns: 1fr auto;
                    grid-gap: 4px;
                }
                .bottom-pink {
                    margin-top: -38px;
                }
                .subscriptionslider .swiper-slide {
                    min-width: 320px;
                    max-width: 320px;
                }
                .subscriptionslider .swiper-wrapper {
                    justify-content: normal;
                }
                .social li {
                    margin-right: 10px;
                }
                .social li {}
                .list-item span {
                    font-size: 13px;
                }
                .social .list-item img {
                    width: 30px;
                    height: 30px;
                }
            }

            @media (max-width: 575px) {
                .login-inner {
                    max-width: 100%;
                }
                .inner-login input {
                    height: 46px;
                }
                .italic-text-heading {
                    font-size: 45px;
                    line-height: 81px;
                }
                .colorbox {
                    height: 50px;
                    aspect-ratio: 1/0.8;
                }
                .auth-subscription:after,
                .auth-subscription:before {
                    width: 100px;
                }
                .details-social a.icon-link-open {
                    width: 40px;
                    height: 40px;
                }
                .social-reminder {
                    justify-content: normal;
                }
                .settingIcon {
                    height: 58px;
                }
                .login-content-logo {
                    padding-left: 5px;
                    padding-right: 5px;
                }
                .register-banner-title {
                    font-size: 13px;
                    padding: 10px 13px;
                    line-height: 20px;
                }
                .colorbox .tickImg {
                    height: 30px;
                    width: 30px;
                    top: calc(50% - 15px);
                }
                /* subscription */
                .subscription-main .list-head {
                    width: 59%;
                    gap: 40px;
                }
                .sub-growth-list .list-logo-img img {
                    width: 20px !important;
                }
                .upsub-btn {
                    padding: 4px 8px;
                    font-size: 10px;
                }
                .user-head-new {
                    font-size: 16px !important;
                    margin: 0px;
                }
                .cus-btn {
                    font-size: 14px !important;
                    width: auto !important;
                }
            }

            @media (max-width: 450px) {
                .list-head-new {
                    width: 280px !important;
                }
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.input-selct-unselect.align_cancel {
                    /* font-size: 14px; */
                    width: 90px !important;
                }

            }
            @media (max-width: 420px) {
                .top-text {
                    width: 350px;
                }
            }

            @media(max-width:1600px) and (min-width:1400px) {
                .column-large-width {
                    flex: 0 0 auto;
                    width: 50%;
                }
            }

            @media (max-width: 575px) {
                .growth-inner-list li {
                    font-size: 12px !important;
                }
                .list-logo-img img {
                    width: 18px;
                }
                .login-mobile-button,
                .login-starter-button {
                    font-size: 12px !important;
                    padding: 4px 15px 4px 15px;
                }
                .growth-list ul {
                    padding-left: 19px;
                    padding-right: 10px;
                }
                .grow-inner,
                .price-word-app {
                    padding-top: 0px !important;
                }
                .redeem-btn {
                    font-size: 18px;
                    padding: 10px 22px;
                }
            }

            @media (max-width: 350px) {
                .growth-inner-list li {
                    font-size: 12px;
                    width: 90px;
                }
                .list-logo-img-cus {
                    margin: 0px 15px!important;
                }
                .list-logo-img.list-logo-img {
                    text-align: center;
                    margin: 0 auto;
                    justify-content: end;
                    display: flex;
                }
                .list-head-new {
                    width: 180px !important;
                }
                .cus-btn {
                    font-size: 10px !important;
                    width: 58px !important;
                    padding: 4px 0px !important;
                    height: 34px;
                    margin: 0px !important;
                }
                .task-main-res {
                    display: block;
                }
            }


            @media(max-width:1490px) {
                .sub-growth-list {
                    width: auto !important;
                }
            }

            @media (max-width: 767px) {
                .subscription-main {
                    margin-left: 15px;
                }
                .upgrade-heading-cus p {
                    font-size: 20px;
                }
                .payment-col-sub {
                    width: auto;
                }
            }

            @media (max-width: 860px) {
                .main-video-section iframe {
                    width: 700px;
                }
                .custom-modal-header {
                    width: 95%;
                }
                .main-button-section {
                    gap: 15px;
                }
            }

            @media (max-width: 767px) {
                .main-video-section iframe {
                    width: 600px;
                }
                .custom-modal-content {
                    width: 600px;
                    margin: 0px auto;
                }
                .custom-modal-header {
                    width: 100%;
                }
                .main-button-section {
                    left: 4%;
                }
                .main-video-buttons-1 h4 {
                    font-size: 20px;
                }
                .main-video-buttons-1 {
                    width: 270px;
                }
            }

            @media (max-width: 650px) {
                .main-video-section iframe {
                    width: 500px;
                }
                .custom-modal-content {
                    width: 500px;
                }
                .main-video-buttons-1 img {
                    width: 20%;
                }
                .main-video-buttons-1 h4 {
                    font-size: 16px;
                }
                .main-video-buttons-1 {
                    width: 220px;
                    height: 80px;
                }
            }

            @media (max-width: 567px) {
                .main-video-section iframe {
                    width: 400px;
                    height: 300px;
                }
                .custom-modal-content {
                    width: 400px;
                }
                .main-video-buttons-1 h4 {
                    font-size: 12px;
                }
                .main-button-section {
                    gap: 20px;
                    bottom: 20%;
                    left: 8%;
                }
                .main-video-buttons-1 {
                    width: 160px;
                    height: 70px;
                }
                .main-video-buttons-1 img {
                    width: 30%;
                }
                .vide-p {
                    font-size: 10px;
                }
                .btn-tex {
                    padding-top: 12px !important;
                }
                .custom-upgrade-heading {
                    text-align: start;
                }
            }

            @media (max-width: 450px) {
                .main-video-section iframe {
                    width: auto;
                    height: 200px;
                }
                .custom-modal-content {
                    width: auto;
                }
                .main-video-buttons-1 h4 {
                    font-size: 11px;
                }
                .main-button-section {
                    gap: 15px;
                    left: 8%;
                    bottom: 35%;
                }
                .main-video-buttons-1 {
                    width: 120px;
                    height: 50px;
                    padding: 0px 8px;
                }
                .main-video-buttons-1 img {
                    width: 30%;
                }
                .vide-p {
                    font-size: 10px;
                }
                .custom-modal-header {
                    width: 95%;
                }
                .btn-tex {
                    padding-top: 8px !important;
                }
            }

            @media (max-width: 380px) {
                .upper-main-section {
                    bottom: 0.5em;
                }
            }

            @media (max-width: 320px) {
                .main-video-section iframe {
                    width: 260px;
                }
                .main-video-buttons-1 {
                    width: 110px;
                    height: 45px;
                    padding: 0px 2px;
                }
                .main-video-buttons-1 h4 {
                    font-size: 10px;
                }
                .btn-tex {
                    padding-top: 5px !important;
                    padding-left: 4px !important;
                }
                .user-head-new {
                    font-size: 11px !important;
                }
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.copy-multiple-data,
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.delete-selct.delete-multiple-data,
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.input-selct-unselect.align_cancel,
                button.btn.btn-same.orange-btn.copy-selct.me-1.create-snippet.cancel-selct.align_cancel,
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.input-selct-all.align_cancel {
                    width: 70px;
                    font-size: 13px;
                    height: 35px;
                    padding: 0 5px;
                }
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.move-selct.orange-btn.copy-selct-d.move-multiple-data {
                    width: 78px;
                    font-size: 12px;
                    height: 35px;
                }
                button.btn-lightpink.btn-same.btn.px-4 {
                    height: 36px;
                }
                button.btn.btn-same.btn-lightpink.me-1.create-snippet.copy-selct.input-selct.align_cancel {
                    padding: 0 5px;
                    margin-left: 15px;
                }
            }

            @media (max-width: 667px) {
                .imp-btns .con-all {
                    display: none;
                }
                .filterrecurring .show-all {
                    display: none;
                }
            }

            @media (max-width: 580px) {
                .custom-scroll {
                    overflow-x: scroll;
                    width: 100%;
                }
                .inner-content-text {
                    width: 162px;
                }
            }
