 @media screen and (min-width:880px) {
     .container {
         max-width: 980px;
     }
 }

 @media (min-width:992px) {
     .container {
         max-width: 1120px;
     }

     header.fixed {
         position: fixed;
         width: 100%;
         background: rgba(255, 255, 255, .7);
         backdrop-filter: blur(4px);
         left: 0;
         top: 0;
         z-index: 10;
         animation: fadeIn 0.8s linear
     }

     header.qr-header.fixed .navbar-brand {
         max-width: 190px;
     }

     @keyframes fadeIn {
         0% {
             opacity: 0;
             transform: translateY(-100px);
         }

         100% {
             opacity: 1;
             transform: translateY(0px);
         }
     }

     .qr-header .navbar-expand-lg .navbar-nav .nav-link:not(.btn-nav):after {
         content: "";
         right: 0;
         height: 1px;
         width: 0;
         background: var(--orange);
         position: absolute;
         bottom: 0;
         transition: 0.3s ease all;
     }

     .qr-header .navbar-expand-lg .navbar-nav .nav-link:hover:after {
         right: auto;
         left: 0;
         width: 100%;
     }
 }

 @media (min-width:1480px) {
     .container {
         max-width: 1390px;
         padding: 0 15px;
     }
 }

 @media (max-width:1440px) {
     .container {
         max-width: 1280px;
         padding: 0 20px;
     }

     h1 {
         font-size: 40px;
     }

     h2 {
         font-size: 28px;
     }

     h3,
     .h3 {
         font-size: 25px;
     }

     section.common-inner,
     .qr-corporate-plan-sec {
         padding-left: 20px;
         padding-right: 20px;
     }

     section.common-inner .container {
         max-width: 1240px;
         padding: 50px;
     }

     .tab-container {
         padding: 30px 40px;
     }
 }

 @media (max-width:1300px) {
     .img-banner .mb-banner {
         right: 60%;
         transform: translateY(-20%);
     }
 }
 /* @media (max-width:1100px){
    .ls-box .form-control, .ls-box .btn-primary, #addBtn{
        font-size: 10px;
     }
 } */

 @media (max-width:1280px) {
     h1 {
         font-size: 30px;
     }

     h2 {
         font-size: 25px;
     }

     h3,
     .h3 {
         font-size: 23px;
     }

     h4,
     .h4 {
         font-size: 20px;
     }

     h6,
     .footer-nav li a {
         font-size: 18px;
     }

     .bx-card h3 {
         font-size: 30px;
     }

     .bx-card {
         padding: 58px 30px 40px;
         min-height: 380px;
     }

     section.structure-plan .bx-card h3 {
         margin: 0;
     }
 }

 @media (max-width: 1199px) {
     .qr-header .navbar-expand-lg .navbar-nav .nav-link {
         padding: 13px 12px;
     }

     section.common-inner .container {
         padding: 35px;
     }

     .form-setup {
         padding: 30px 35px;
     }

     .logo-container img {
         max-width: 130px;
     }

     .qr-form-wrapper {
         padding: 0 30px;
     }

     .bx-contact h2,
     span.p-color {
         font-size: 24px;
     }

     .bx-card.bx-contact button.btn {
         margin-top: 0;
     }

     .qr-bx {
         width: 150px;
         height: 150px;
     }

     .qr-cont {
         max-width: calc(100% - 150px);
         padding-left: 20px;
     }

     .list-wrapper {
         margin-top: 25px;
     }

     .link-yu {
         margin: 8px 0;
     }

     .list-wrapper .list-box:not(:last-child) {
         margin-bottom: 20px;
     }

     .tab-multi .nav-tabs .nav-link:first-child::after {
         left: calc(100% - 130px);
     }

     .num-tab p {
         font-size: 14px;
     }

     .skip-wrap h4 {
         font-size: 18px;
     }

     .shape-tab {
         padding-bottom: 0;
     }

 }

 @media (max-width: 991px) {

     /* anmol 29-03-24 */
     .info-box p {
         text-align: center;
     }

     /*    header*/
     .active-menu .wp-toggle .line-toggle:first-child {
         transform: translateY(10px) translateX(0) rotate(45deg);
         width: 20px;
         height: 2px;
         transition-delay: .1s;
     }

     .active-menu .wp-toggle .line-toggle:last-child {
         transform: translateY(10px) translateX(0) rotate(314deg);
         width: 20px;
         height: 2px;
         transition-delay: .1s;
     }

     .active-menu .wp-toggle .line-toggle:nth-child(2) {
         transform: translateX(110px);
         transition-delay: 0s;
     }

     .wp-toggle .line-toggle:first-child {
         transform: translateY(15px) translateX(0px);
         width: 20px;
         transition-delay: 0s;
     }

     .wp-toggle .line-toggle:last-child {
         transform: translateY(10px) translateX(0);
         width: 20px;
         transition-delay: 0s;
     }

     .wp-toggle .line-toggle:nth-child(2) {
         transition-delay: .12s;
         top: 5px;
     }

     .wp-toggle .line-toggle {
         position: absolute;
         display: block;
         width: 20px;
         height: 2px;
         background: #000;
         border-radius: 5px;
         transition: all .6s;
         background: var(--orange);
     }

     .wp-toggle {
         cursor: pointer;
         overflow: hidden;
         width: 20px;
         height: 20px;
         position: relative;
         z-index: 9;
         margin-right: 0;
         margin-left: auto;
     }

     button.navbar-toggler {
         background: none;
         border: none;
         padding: 0;
         outline: none;
         width: 24px;
         height: auto;
     }

     .navbar-toggler .icon-bar {
         display: block;
         width: 100%;
         height: 2px;
         background: black;
         margin-bottom: 4px;
         transition: all 0.5s ease;
     }

     .navbar-toggler .icon-bar:last-child {
         margin: 0;
     }

     .navbar-toggler[aria-expanded="true"] {}

     .navbar-toggler[aria-expanded="true"] .top-bar {
         transform: rotate(45deg) translate(2px, 5px);
     }

     .navbar-toggler[aria-expanded="true"] .middle-bar {
         opacity: 0;
     }

     .navbar-toggler[aria-expanded="true"] .bottom-bar {
         transform: rotate(-45deg) translate(3px, -6px);
     }



     .navbar-collapse {
         position: absolute;
         top: 96px;
         z-index: 99;
         width: 100%;
         left: -101%;
         max-width: 580px;
         background: #fff;
         min-height: calc(100vh - 96px);
         overflow-y: auto;
         box-shadow: 3px 4px 3px 0 rgb(0 106 194 / 10%);
         transition: 0.3s ease all;
         max-height: 140%;
         display: block;
     }

     .active-menu .navbar-collapse {
         left: 0%;
     }

     .nav-item {
         width: 100%;
     }

     ul.navbar-nav {
         opacity: 1;
         visibility: visible;
         position: unset;
         box-shadow: none;
         min-width: inherit;
         transition: 0.3s ease all;
         overflow: hidden;
         transform-origin: top;
         padding: 0;
         width: 100%;
         gap: 0;
         flex-direction: column;
     }

     .nav-item:not(:last-child) {
         border-bottom: 1px dashed #efefef;
     }

     body.active-menu:before {
         visibility: visible;
         opacity: 1;
     }

     body.active-menu {
         overflow: hidden;
     }

     body:before {
         content: "";
         height: 100%;
         width: 100%;
         position: absolute;
         left: 0;
         top: 0;
         background: #00000052;
         backdrop-filter: blur(10px);
         opacity: 0;
         visibility: hidden;
         transition: 0.3s ease all;
         z-index: 9;
     }

     .qr-header .navbar-expand-lg .navbar-nav .nav-link.btn-nav {
         max-width: max-content;
         margin: 10px 10px 0;
     }

     /*    end of header*/
     .form-img .form-img-content :where(h3, h3 span) {
         font-size: 20px;
         font-style: normal;
         line-height: 30px;
     }

     .form-setup,
     .forget-content-area {
         padding: 20px 35px;
     }

     .profile h5 {
         font-size: 16px;
     }

     .forget-content-area {
         margin-top: 20px;
     }

     .forget-content-area .profile-des h5,
     .profile-des p {
         font-size: 14px;
     }

     section.common-inner.payment-table .container,
     section.common-inner .container,
     .qr-corporate-plan-sec .container {
         padding: 25px;
     }

     .profile-btn button.btn {
         max-width: max-content;
     }

     .btn.btn-nobg,
     .btn {
         min-height: 50px;
         font-size: 14px;
     }

     .profile h5 {
         line-height: normal;
     }

     .modal .modal-dialog {
         max-width: 90vw;
         margin: 0 auto;
     }

     .img-prof {
         max-width: 125px;
         height: 125px;
     }

     section.banner-section img.img-fluid {
         min-height: 220px;
     }

     .top-header-table {
         margin-bottom: 10px;
     }

     table.table {
         border-collapse: separate;
         border-spacing: 0 0.5em;
     }

     section.structure-plan .bx-card h3 {
         line-height: normal;
     }

     .bdge-content :where(h4, p) {
         font-size: 12px;
         text-align: center;
     }

     .bx-card {
         padding: 58px 15px 40px;
     }

     section.structure-plan .bx-card h3 {
         margin: 15px auto;
     }

     .bx-card {
         border-radius: 20px;
     }

     section.structure-plan .container>.row>[class*="col-md"] {
         max-width: calc(100%/2);
         width: 100%;
     }

     .bx-card.bx-contact h2 {
         margin-bottom: 5px;
     }

     p.dynqr {
         font-size: 16px;
         margin: 10px 0 30px;
     }

     span.p-color,
     .bdge-content h4,
     .plan-wraper h4 {
         font-size: 18px;
     }

     .first-party {
         flex-wrap: wrap;
         flex-direction: column-reverse;
     }

     .first-party [class*="col-md"] {
         width: 100%;
         max-width: 100%;
     }

     .first-party img {
         margin: 0 auto 30px;
         display: block;
     }

     .plan-wraper ul li:not(:last-child) {
         margin-bottom: 5px;
     }

     .heading-head,
     .first-party {
         margin-bottom: 25px;
     }

     .pro-pls h2 {
         font-size: 28px;
     }

     .pro-plus {
         padding: 30px;
         margin-left: 0;
         border-radius: 15px;
     }

     .pro-pls h3 {
         font-size: 18px;
     }

     .p-bx h4 {
         font-size: 16px;
     }

     .p-bx {
         padding: 15px;
         border-radius: 10px;
     }

     .list-ing {
         margin-top: 30px;
         margin-bottom: 30px;
     }

     .list-ing ul li {
         font-size: 14px;
     }

     .expire-d {
         margin: 15px auto;
     }

     .accordion-body {
         line-height: 1.5;
     }

     .top-header-table [class*="col-md"],
     .table-responsive {
         padding: 0;
     }

     .top-header-table {
         margin: 0 0px 7px;
     }

     footer {
         padding: 35px 0;
     }

     .tab-multi .nav-tabs .nav-link:first-child::after {
         left: calc(100% - 90px);
     }

     .skip-wrap h4,
     .tab-container h3 {
         font-size: 16px;
     }

     .tab-container {
         padding: 30px;
     }

     .num-tab p {
         font-size: 12px;
     }

     .tab-container.tab-upload>.d-flex {
         flex-wrap: wrap;
         justify-content: center;
     }

     .skip-wrap {
         max-width: 100%;
         height: max-content;
         justify-content: center;
     }

     .tab-multi .nav-tabs .nav-link:last-child::after {
         right: calc(100% - 90px);
     }

     .select-type .color_wrapper {
         gap: 15px;
     }

     .info-box h4 {
         font-size: 18px;
         margin-top: 10px;
     }

     .content-banner h1 {
         font-size: 50px;
         line-height: 55px;
     }

     .content-banner h1 span {
         font-size: 40px;
         line-height: 50px;
     }

     .info-box {
         padding: 20px 20px;
     }

     .info-box .d-flex {
         flex-direction: column-reverse;
     }

     .info-box .d-flex img {
         width: 80px;
     }

     .img-banner .mb-banner {
         right: 53%;
         transform: translateY(-45%);
     }

     /*
     .tech_stack .align-items-center,
     .qr-corporate-plan-row {
         flex-direction: column;
         row-gap: 2rem;
     }
*/

     .tech_stack .row .col-md-6,
     .qr-corporate-plan-row div {
         width: 100%;
     }

     .corporate-column-right {
         text-align: center;
     }

     .tech-stack {
         max-width: 100%;
         text-align: center;
     }

     .h-banner>.container>.row [class*="col-md"] {
         width: 100%;
         max-width: 100%;
     }

     .mb-banner>div {
         left: -60px;
     }

     .img-banner {
         text-align: right;
         padding-right: 40px;
         margin-bottom: 40px;
     }

     .h-banner>.container>.row {
         flex-direction: column-reverse;
         padding: 60px 0;
     }

     .logo-wrapper {
         padding: 0 25px;
     }

     .heading-head h2 {
         font-size: 28px;
     }

     .logo-wrapper h6 {
         margin-bottom: 35px;
     }

     .logo-wrapper .container {
         margin-bottom: -35px;
     }

     .gallery {
         padding: 0 0 60px;
     }

     .faq,
     .campaign,
     .info-wrapper {
         padding: 60px 0;
     }

     .info-wrapper [class*="col-md"] {
         width: 100%;
         max-width: calc(100%/2);
     }

     .qr-corporate-plan-row,
     .tech_stack .row,
     .row.benefit-corporate-row {
         flex-direction: column-reverse;
     }

     .row.benefit-corporate-row [class*="col-md"] {
         max-width: 100%;
         width: 100%;
     }

     .tech_stack {
         padding-bottom: 60px;
     }

     .corporate-column-left h2 br {
         display: none;
     }

     .corporate-column-left h2 {
         margin-top: 10px;
     }

     .corporate-column-left p {
         padding-right: 0;
     }

     .benefitCorporte-Formright {
         margin: 0 auto 40px;
     }

     .party-qr-cards {
         padding: 30px;
     }
 }

 @media (max-width: 767px) {
     .footer-nav {
         gap: 10px 20px;
         flex-wrap: wrap;
         justify-content: center !important;
     }

     .qr-form-wrapper {
         padding: 30px 15px;
         height: auto;
     }

     .form-img-content h3 {
         margin-bottom: 15px;
     }

     .form-img-content,
     .form-setup {
         padding: 20px;
     }

     .content-banner h1 {
         font-size: 43.223px;
     }

     .content-banner h1 span {
         font-size: 33.686px;
     }

     footer p,
     .footer-nav li a,
     .form-img-content p,
     button.primary-btn,
     label {
         font-size: 14px
     }

     .profile-img {
         max-width: 68px;
     }

     .form-img .form-img-content :where(h3, h3 span) {
         font-size: 18px;
         font-style: normal;
         line-height: 24px;
     }

     select.form-select,
     .form-control {
         padding: 12px 15px;
     }

     .styled-checkbox+label {
         font-size: 13px;
     }

     .qr-form-wrapper .container>.row {
         grid-template-columns: repeat(1, 1fr);
         border-radius: 15px;
     }

     .form-img {
         max-height: 350px;
     }

     .signup-form h3 {
         font-size: 24px;
     }

     select.form-select,
     .form-control {
         min-height: 52px;
     }

     select.form-select {
         line-height: 25px;
     }

     .forget-content-area .row [class*="col-md"]:first-child {
         border-right: none;
         border-bottom: 1px solid #D9D9D9;
         padding-bottom: 15px;
         margin-bottom: 15px;
     }

     section.common-inner {
         padding-left: 20px;
         padding-right: 20px;
     }

     .forget-content-area {
         padding: 20px 15px;
     }

     .email-content {
         padding-left: 0;
     }

     section.banner-section img.img-fluid {
         min-height: 180px;
     }

     .profile-btn {
         justify-content: center !important;
         margin-top: 20px;
     }

     section.common-inner .container,
     .qr-corporate-plan-sec .container {
         border-radius: 15px;
     }

     .logo-footer img {
         max-width: 140px;
     }

     .footer-des {
         margin: 15px auto 20px;
     }

     .bottom-footer {
         margin-top: 50px;
     }

     footer {
         padding: 35px 0;
     }

     .modal-header .modal-title {
         font-size: 22px;
     }

     .modal-content {
         border-radius: 15px;
         padding: 25px 20px;
     }

     .qr-radio {
         margin-bottom: 15px;
     }

     table.table {
         min-width: 700px;
     }

     .table-responsive {
         padding: 0;
     }

     section.common-inner.payment-table .container {
         padding: 25px 20px;
     }

     .heading-head {
         font-size: 20px;
         margin-bottom: 15px;
     }

     .formfield.searchbox {
         max-width: 100%;
     }

     .bx-card h3 {
         font-size: 26px;
     }

     .bx-card h3 span {
         font-size: 22px;
     }

     .data-p p,
     .bx-card p {
         font-size: 14px;
         line-height: normal;
     }

     section.structure-plan .container>.row>[class*="col-md"] {
         max-width: 100%;
         width: 100%;
     }

     section.structure-plan .container>.row>[class*="col-md"]:not(:last-child) {
         margin-bottom: 30px;
     }

     section.structure-plan .container>h3 {
         margin-bottom: 20px;
     }

     .bx-card {
         padding: 38px 30px;
         min-height: 350px;
     }

     .navbar-brand {
         max-width: 160px;
     }

     .btn-area {
         margin-top: 30px;
     }

     .img-prof {
         max-width: 115px;
         height: 115px;
     }

     .modal-footer .btn {
         max-width: max-content;
         padding-left: 30px;
         padding-right: 30px;
     }

     .tab-btngroup {
         margin-top: 10px;
     }

     .img-plan {
         display: grid;
         border-radius: 10px;
         margin-bottom: 25px;
         min-height: 100px;
     }

     .img-plan img {
         height: 100%;
         object-fit: cover;
         object-position: right;
     }

     .pro-pls h3,
     .plan-wraper h4 {
         font-size: 16px;
         line-height: normal;
     }

     .plan-content h3 {
         font-size: 20px;
     }

     .plan-content.g-topic {
         margin-bottom: 30px;
     }

     .demise {
         flex-wrap: wrap;
         gap: 15px;
     }

     .navbar-collapse {
         top: 80px;
         min-height: calc(100vh - 80px);
     }

     .pro-pls h2 {
         font-size: 24px;
     }

     section.common-inner.plan-management-details>.container,
     .pro-plus {
         padding: 20px;
     }

     .pro-plus>.d-flex {
         flex-wrap: wrap;
         flex-direction: column-reverse;
     }

     .pro-plusimg {
         margin: 0 auto 10px;
     }

     .list-ing ul li {
         width: 100%;
         max-width: 100%;
         flex: 100%;
         padding-left: 26px;
     }

     .list-ing {
         margin-top: 20px;
         margin-bottom: 15px;
     }

     .pro-plus .tab-btngroup .btn {
         padding-left: 10px;
         padding-right: 10px;
     }

     .accordion-button::after,
     .accordion-button:not(.collapsed)::after {
         background-size: 17px;
         background-repeat: no-repeat;
     }

     .accordion-body p,
     .accordion-item .accordion-button {
         font-size: 15px;
     }

     .accordion-item:not(:first-of-type) {
         padding-bottom: 0;
         padding-top: 0;
     }

     .note {
         margin: 30px auto auto;
     }

     .qr-radio [type="radio"]:checked+label:before,
     .qr-radio [type="radio"]:not(:checked)+label:before {
         top: 19px;
     }

     .qr-radio {
         padding: 15px 10px;
     }

     .list-box {
         flex-wrap: wrap;
     }

     .list-box .qr-cont {
         max-width: 100%;
         padding: 15px 0 0;
         flex-wrap: wrap;
     }

     .qr-data {
         max-width: 100%;
     }

     .qr-list-btns {
         flex-direction: column;
     }

     .qr-data .btn {
         max-width: 100%;
     }

     .link-area .btn {
         max-width: 100%;
     }

     .link-area {
         max-width: 100%;
         margin-top: 10px;
     }

     span.yuicon {
         flex: none;
     }

     .qr-bx {
         width: 140px;
         height: 140px;
         padding: 15px;
     }

     .qr-data h3 {
         font-size: 16px;
     }

     main.main {
         padding-top: 80px;
     }

     .corporate-column-left p {
         padding-right: 0;
     }

     .qr-party-column h3 {
         margin-bottom: 20px;
         margin-top: 30px;
         font-size: 20px;
     }

     .benefitCorporte-Formright {
         margin-top: 2rem;
     }

     .img-banner.position-relative {
         text-align: right;
         margin-bottom: 2rem;
     }

     .img-banner .mb-banner {
         right: auto;
         left: 0;
     }

     .mb-banner>div {
         left: 0;
     }

     .tech-stack-img {
         margin-top: 2rem;
     }

     .gallery-bx {
         text-align: center;
     }

     .h-banner {
         min-height: 755px;
         padding-top: 50px;
         padding-bottom: 100px;
     }

     .info-wrapper {
         padding: 50px 0;
     }

     .info-box .d-flex {
         align-items: center;
         column-gap: 10px;
     }

     .info-box {
         padding: 25px 25px;
     }

     .tech-stack-img:before {
         width: 300px;
         height: 300px;
     }

     .tech-stck:before {
         width: 260px;
         height: 260px;
     }

     .tech-stck:after {
         width: 340px;
         height: 340px;
     }

     .tech-stck>img {
         max-width: 280px;
     }

     .tch-p {
         left: 0;
         max-width: 230px;
     }

     .info-wrapper [class*="col-md"]:last-child {
         margin-bottom: 0;
     }

     .img-banner {
         padding-right: 0;
         padding-left: 100px;
     }

     .img-banner .mb-banner {
         max-width: 120px;
     }

     @keyframes scanning {
         0% {
             transform: translatey(35px);
         }

         100% {
             transform: translatey(170px);
         }
     }

     .content-banner h1 {
         font-size: 28px;
         line-height: 1.2;
     }

     .content-banner h1 span {
         font-size: 23px;
         line-height: 1.5;
     }

     .btn-grp .btn {
         min-height: 50px;
         max-width: max-content;
         padding-left: 20px;
         padding-right: 20px;
     }

     .h-banner>.container>.row {
         padding: 45px 0;
         gap: 15px 0;
     }

     .content-banner .badge {
         font-size: 14px;
     }

     .logo-wrapper .container {
         padding: 30px 20px;
     }

     .logo-wrapper .d-flex {
         gap: 20px;
         padding-bottom: 10px;
         flex-wrap: nowrap;
         overflow-x: auto
     }

     .logo-wrapper .d-flex .logo-bx {
         flex-shrink: 0;
     }

     .logo-wrapper .d-flex {
         justify-content: flex-start;
     }

     .logo-wrapper h6 {
         margin-bottom: 15px;
     }

     .benefit-corporate-row {
         margin-top: 30px;
     }
 }

 @media (max-width:640px) {
     .campaign-box {
         display: block !important;
     }

     .campaign-right {
         max-width: 100%;
         margin-top: 10px;
     }

     .info-box .d-flex {
         align-items: baseline;
         column-gap: 10px;
         flex-direction: column-reverse;
         row-gap: 10px;
         margin-bottom: 7px;
     }

     .info-box p {
         line-height: 1.3;
     }

     .info-box {
         padding: 25px 15px;
     }

     .info-wrapper [class*="col-md"] {
         max-width: 100%;
     }

     h6,
     .footer-nav li a {
         font-size: 16px;
     }

     .faq,
     .campaign,
     .info-wrapper {
         padding: 50px 0
     }

     .benefitCorporte-Formright {
         padding: 25px;
     }

     .g-recaptcha {
         transform: scale(0.9);
         margin-left: -20px;
     }

     .party-qr-cards h5 {
         font-size: 20px;
     }
 }

 @media (max-width:576px) {


     .tech-stck>img {
         transform: translateX(10px);
     }

     .heading-head h2,
     .corporate-column-left h2 {
         font-size: 22px;
     }

     .campaign-right h4 {
         font-size: 18px;
     }
 }
