/*qr-social-sec*/

    .qr-social-sec {
        z-index: 0;
        position: relative;
        background-color: #F3F9FF;
        padding: 100px 0 70px 0;
    }
    .qr-social-sec .cs-container {
        max-width: 1035px!important;
        margin: 0 auto;
        padding: 0 15px;
    }
    .qr-social-sec h4 {
        font-family: 'Work Sans';
        font-weight: 400!important;
        font-size: 34px;
        line-height: 40px;
        text-align: center;
        color: #16212F;
    }
    .qr-social-sec h4 span {
        font-weight: 600;
    }
    .qr-social-sec h6 {
        font-family: 'Work Sans';
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #16212F;
    }
    .qr-social-sec .cs-row {
        display: flex;
        margin: 0 -15px;
    }
    .qr-social-sec .cs-row>div {
        padding: 0 15px;
        width: 33.33%;
    }
    .qr-social-sec img {
        width: 100%;
    }
    .qr-social-sec .cs-row>div.cs-col-4.cs-center {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        position: relative;
    }
    .qr-social-card img.sub-img {
        position: absolute;
        width: 68%;
        object-fit: scale-down;
        height: max-content;
        max-width: 100%;
    }
    .qr-social-card figure {
        position: relative;
    }
    .qr-social-card img.sub-img img.sub-img.sub-img-1 {
        bottom: 0;
    }
    .cs-col-4.cs-center figure {
        background: #FFFFFF;
        box-shadow: 0px 8px 25px rgb(129 132 136 / 15%);
        border-radius: 50%;
        padding: 15px;
    }
    .qr-social-card {
        position: relative;
        z-index: 2;
    }
    .qr-social-card img.sub-img{
        /* z-index: -1; */
    }
    .qr-social-card img.sub-img.sub-img-1 {
        bottom: 30%;
        right: -51%;
    }
    .qr-social-card img.sub-img.sub-img-2 {
        top: 6%;
        right: -14%;
    }
    .qr-social-card img.sub-img.sub-img-3 {
        left: -18%;
        bottom: 1.5%;
    }
    .qr-social-card img.sub-img.sub-img-4 {
        left: -51%;
        top: 30%;
    }
    .qr-social-card figure {
        margin: 0;
    }
    .qr-social-sec .button-wrapper {
        text-align: center;
        margin-top: 30px;
    }
    .qr-social-sec .button-wrapper .btn {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #16212F!important;
        background-color: #FCBF49;
        padding: 9px 15px;
        white-space: normal;
    }
    .qr-social-sec .button-wrapper .btn span {
        font-weight: 600;
    }
    /*qr-social-sec end*/

    /*how-qr-work-code-sec*/
    .how-qr-work-code-sec {
        background: #16212F;
        padding: 60px 0 100px 0;
        z-index: 0;
        position: relative;
    }
    .how-qr-work-code-sec .cs-container {
        padding: 0 15px;
        max-width: 1170px!important;
        margin: 0 auto;
    }
    .how-qr-work-code-sec figure {
        margin: 0;
    }
    .how-qr-work-code-sec ul {
        list-style: none;
        padding-left: 0;
    }
    .how-qr-work-list {
        display: flex;
        justify-content: space-between;
    }

    .how-qr-work-list.cs-active .cs-center {
        /*padding: 0 10px;*/
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: -0.5px;
        color: #FFFFFF!important;
        max-width: 604px;
        padding-left: 80px;
    }
    .how-qr-work-list .cs-center {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16.0107px;
        line-height: 19px;  
        letter-spacing: -0.400267px;
        color: #FFFFFF;
        opacity: 0.08;
        max-width: 385px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .how-qr-work-list.cs-active .cs-center {
        opacity: 1;
    }
    .how-qr-work-list .cs-left, .how-qr-work-list .cs-center {
        padding-top: 110px;
    }
    .how-qr-work-code-sec ul li {
        position: relative;
        z-index: 1;
    }
    .how-qr-work-code-sec ul li:not(:last-child) {
        padding-bottom: 40px;
    }
    .how-qr-work-code-sec ul li:not(:last-child):before {
        position: absolute;
        content: "";
        left: 21px;
        top: 130px;
        height: 100%;
        width: 2px;
        background: #52565B;
        z-index: -1;
    }
    .how-qr-work-list .cs-left p {
        box-shadow: 0px 2px 8px rgb(129 132 136 / 15%);
        height: 43px;
        width: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        flex: 0 0 43px;
        background-color: #5E6980;
        color: #fbfafabf;
    }
    .how-qr-work-list.cs-active .cs-left p {
         background-color: #2595FF;
        color: #fff;
        box-shadow: 0px 2px 8px rgb(129 132 136 / 15%);
        height: 43px;
        width: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        flex: 0 0 43px;
    }
    .how-qr-work-list.cs-active .cs-right img {
        width: 100%;
        max-width: 100%;
    }

    .how-qr-work-list .cs-right img {
        width: 100%;
        max-width: 292px;
    }

    .how-qr-work-list.cs-active .cs-right {
        opacity: 1;
    }
    .how-qr-work-list .cs-right {
        opacity: .25;
        flex: 0 0 365px;
        width: 365px;
        max-width: 365px;
    }
    /*how-qr-work-code-sec end*/


    /*cs-review-sec*/
    section.cs-review-sec {
        padding: 90px 0 60px;
        position: relative;
        z-index: 0;
    }
    .cs-review-sec .cs-container {
        max-width: 1170px!important;
        padding: 0 15px;
        margin: 0 auto;
    }
    .cs-review-sec h4 {
        font-family: 'Work Sans';
        font-weight: 400!important;
        font-size: 34px;
        line-height: 40px;
        text-align: center;
        color: #16212F;
        margin-bottom: 60px!important;
    }
    .cs-review-outer-list {
        list-style: none;
        padding-left: 0;
    }
    .cs-review-card .cs-left figure {
        margin: 0px 25px;
    }
    .cs-review-card .cs-left figure img {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        background-color: #52565B;
    }
    .cs-review-card .cs-left figure {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        background-color: #52565B;
    }
   .cs-review-card {
        display: flex;
        padding: 25px 20px 25px 60px;
    }
    .cs-review-card .cs-right h3, .cs-review-card .cs-right .h3 {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600!important;
        font-size: 24px;
        line-height: 28px;
        color: #16212F;
        margin-bottom: 10px!important;
        padding: 0!important;
    }
    .cs-review-card .cs-right p {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: -0.376471px;
        color: #5E6980;
    }
    .cs-review-card .cs-right p span {
        font-weight: 500;
        letter-spacing: -0.376471px;
        color: #1DA1F2;
        word-break: break-all;
    }
    .cs-review-card .cs-right {
        max-width: 906px;
        padding-top: 10px;
    }
    .cs-review-card.first-review .cs-right {
        display: flex;
    }
    .cs-review-card.first-review .cs-right img {
        margin-left: 10px;
        max-width: 140px;
        width: 150px;
    }
    ul.cs-review-outer-list li {
        position: relative;
        transition: 0.3s ease-in-out;
    }
    ul.cs-review-outer-list li:hover {
        background-color: #F4F5F7;
        
    }
    .quote-icon {
        position: absolute;
        bottom: 30px;
        left: 25px;
    }
    .quote-icon img {
        width: 41px;
        height: 36px;
        object-fit: scale-down;
    }
    .two-review-card .cs-review-card .cs-left {
        position: relative;
    }
    .two-review-card .cs-review-card:not(:last-child) .cs-left:before {
        position: absolute;
        content: "";
        background: #C0C5CB;
        height: 100%;
        width: 1px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        top: 40px;
    }
    ul.cs-review-outer-list li a {
        display: block;
    }
    ul.cs-review-outer-list li:first-child a .twitter-line {
        padding: 0;
    }
    ul.cs-review-outer-list li:first-child a .twitter-line i {
        top: -20px;
    }
    /*twitter-line*/
    .twitter-line {
        position: relative;
        border-bottom: 1px solid #C0C5CB;
        padding: 10px 0 10px;
        z-index: 1;
    }
    .twitter-line i {
        background: #1DA1F2;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        border-radius: 50px;
        color: #fff;
        font-size: 20px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    /*twitter-line end*/
    /*linkdin icon */
    .linkdin-icon {
        position: relative;
        border-bottom: 1px solid #C0C5CB;
        padding: 10px 0 10px;
        z-index: 1;
    }
    .linkdin-icon i {
        background: #0072B1;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        border-radius: 50px;
        color: #fff;
        font-size: 20px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    /*linkdin icon end*/
    section.cs-review-sec .btn {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #2595FF;
    }
    /*cs-review-sec end*/

    .wp-block-button.is-style-default.qr-cta-container {
        display: none;
    }

    /*old section css*/

    /*cs-other-option-sec*/
    .cs-other-option-sec {
        background-color: #16212F !important;
        color: #ffff !important;
        padding: 90px 0 !important;
    }

    .cs-container {
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding: 0 15px !important;
    }

    .cs-other-option-head {
        text-align: center !important;
    }

    .cs-other-option-content .cs-row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin: 0 -15px !important;
    }

    .cs-other-option-content .cs-row>div {
        padding: 0 15px !important;
        margin: 0!important;
    }

    .cs-other-option-content .cs-row>div.cs-col-6 {
        width: 50% !important;
        display: flex;
        align-items: center;
    }

    .cs-other-option-card {
        padding: 30px !important;
        margin-top: 60px !important;
        display: flex !important;
    }
    .cs-other-option-card.card-blue {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .cs-other-option-card.card-bg {
        background: #ddefff0d !important;
        border-radius: 12px !important;
    }

    .cs-other-option-card.card-blue p {
        color: #51AAFF !important;
        font-family: 'Work Sans', sans-serif !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 24px !important;
        line-height: 28px !important;
        letter-spacing: -0.5px !important;
        margin: 0;
    }
    .cs-other-option-card.card-blue p span {
        font-weight: 700;
    }
    .cs-other-option-card figure {
        margin: 0;
        margin-right: 30px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 120px !important;
    }

    .cs-other-option-card.card-blue figure {
        flex: 0 0 70px !important;
    }

    .cs-other-option-card.card-bg h5, .cs-other-option-card.card-bg .h5 {
        font-family: 'Work Sans', sans-serif !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 28px !important;
        margin-bottom: 12px !important;
        color: #fff !important;
        padding: 0;
    }

    .cs-other-option-card.card-bg p {
        font-family: 'Work Sans', sans-serif !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 23px !important;
        letter-spacing: -0.5px !important;
        color: #E4E5E7 !important;
        margin: 0;
    }

    .cs-other-option-card figure img {
        width: 100% !important;
        height: 100% !important;
        object-fit: scale-down !important;
    }

    .cs-other-option-head h5 {
        font-family: 'Work Sans', sans-serif !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 34px !important;
        line-height: 40px !important;
        text-align: center !important;
        color: #FFFFFF !important;
        margin-bottom: 10px !important;
    }

    .cs-other-option-head p {
        font-family: 'Work Sans', sans-serif;
        font-style: italic;
        font-weight: 300;
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #FAFAFA;
    }

    /*cs-other-option-sec end*/
    div#custom-widget {
        padding-bottom: 50px!important;
    }


    .lose-your-audience-content {
        background-color: #2595FF;
        text-align: center;
        border-radius: 12px;
        padding: 55px 15px;
        margin: 40px 0 0 0;
    }

    .lose-your-audience-content h5 {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 24px !important;
        line-height: 28px;
        text-align: center;
        color: #FFFFFF;
    }

    .lose-your-audience-content a {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 18px;
        text-align: center;
        color: #16212F !important;
        padding: 10px;
        background: #FCBF49;
        border-radius: 2px;
        margin-top: 20px;
        display: inline-block;
    }
    .lose-your-audience-content a span {
        font-weight: 600;
    }
    .app-qr-download-content figure {
        position: relative;
        padding-bottom: 83%;
        margin-top: 30px;
        margin-bottom: 32px;
    }


    .app-qr-download-content figure img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: bottom;
        transition: 0.3s ease-in-out;
    }
    .app-qr-download-content figure img:hover {
        transform: scale(1.08) translateY(-12px);
    }
    .app-qr-download-content p {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px !important;
        line-height: 23px !important;
        letter-spacing: -0.5px;
        padding-left: 20px;
        color: #5E6980 !important;
        margin-bottom: 0 !important;
    }

    .app-qr-download-content figcaption {
        position: relative;
    }

    .app-qr-download-content p span {
        color: #2595FF;
        margin-right: 7px;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 700;
    }
    .app-qr-download-content h5, .depth-analytics-content h5, .marketing-campaigns-content h4 {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400!important;
        font-size: 34px!important;
        line-height: 40px!important;
        text-align: center;
        color: #16212F;
    }
    .marketing-campaigns-content .row>div {
        width: 33.33%;
    }
    .depth-analytics-content h5 span {
        font-weight: 600;
    }
    section.app-qr-download-sec {
        padding: 55px 0;
    }

    .depth-analytics-content figure {
        position: relative;
        padding-bottom: 81%;
    }

    .depth-analytics-content figure img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .depth-analytics-content h5 {
        margin-bottom: 30px;
    }

    .depth-analytics-sec .cs-button-wrapper a.cs-btn.outline-btn {
        background-color: #fff;
        color: #2595FF !important;
    }

    .depth-analytics-sec .cs-button-wrapper .cs-btn {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF !important;
        padding: 6px 15px;
        background: #2595FF;
        box-shadow: 0px 2px 8px rgb(129 132 136 / 15%);
        border-radius: 2px;
        margin: 20px 6px 6px !important;
        display: inline-block;
        border: 1px solid #2595FF;
    }

    .depth-analytics-sec .cs-button-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    section.depth-analytics-sec {
        padding: 55px 0;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }
    section.marketing-campaigns {
        background: #F8F9F9;
        text-align: center;
        padding: 60px 0;
    }
    .marketing-campaigns-content h6, .marketing-campaigns-content .h6 {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 20px!important;
        line-height: 26px!important;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 18px;
    }
    .marketing-campaigns-content p {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
    .marketing-campaigns .marketing-campaigns-content h4 {
        margin-bottom: 40px!important;
    }
    .marketing-campaigns .marketing-campaigns-content h4 span {
        font-weight: 600;
    }
    .marketing-campaigns figure {
        margin: 0;
        margin-top: 30px;
    }
    .marketing-campaigns figure img {
        height: 164px;
        max-width: 164px;
        object-fit: scale-down;
    }
    .marketing-campaigns .cs-container {
        max-width: 1070px !important;
    }
    /*RESPONSIVE CSS*/
    /*220816*/

    .depth-analytics-sec .cs-row {
        margin: 0 -15px;
        display: flex;
    }
    .depth-analytics-sec .depth-card img {
        width: 100%;
        border: 1px solid #C0C5CB;
        border-radius: 12px;
        transition: 0.3s ease-in-out;
    }
    .depth-analytics-sec .depth-card:hover img {
        filter: drop-shadow(0px 8px 25px rgba(37, 149, 255, 0.25));
        border: 1px solid #2595FF;
    }
    .depth-analytics-sec .cs-row.cs-top div.cs-col-4 {
        width: 33.33%;
    }
    .cs-row>div {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .img-content h6 {
        font-family: 'Work Sans', sans-serif !important;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        color: #DBDFE3;
        /*transition: 0.3s ease-in-out;*/
    }
    .depth-card:hover .img-content h6 {
        color: #2595FF;
    }
    .depth-card {
        position: relative;
    }

    .depth-card .img-content {
        position: absolute;
        top: 0;
        left: 0;
    }
    .cs-row.cs-top .depth-card.cs-left .img-content {
        top: -130px;
        max-width: 181px;
    }
    .depth-card .img-content svg {
        position: absolute;
        top: 34px;
        left: 100%;
    }
    .depth-card:hover .img-content svg path {
        stroke: #2595FF;
    }
    .depth-card.cs-center .img-content {
        top: -103px;
        left: -39px;
        max-width: 209px;
    }
    .depth-card.cs-center .img-content svg {
        left: 100%!important;
        top: 9px!important;
    }
    .depth-card.cs-center {
        margin-top: 120px;
    }
    .cs-row.cs-top .depth-card.cs-right .img-content {
        top: -123px;
        max-width: 209px;
        left: 29px;
    }
    .cs-row.cs-top .depth-card.cs-right .img-content svg {
        left: 100%;
        top: 32px;
    }
    .cs-row.cs-center .depth-card.cs-left .img-content {
        right: 0;
        max-width: 201px;
        top: 103%;
        left: unset;
        z-index: 1;
    }
    .cs-row.cs-center .depth-card.cs-left .img-content svg {
        right: 90%;
        transform: rotate(163deg);
        left: unset;
        top: -27px;
        width: 88px;
        height: 75px;
    }
    .cs-row.cs-center .depth-card.cs-right .img-content {
        top: 119%;
        right: 116px;
        left: unset;
        max-width: 209px;
    }
    .cs-row.cs-center .depth-card.cs-right .img-content svg {
        top: -30px;
        width: 88px;
        height: 75px;
        left: 83%;
    }
    .cs-row.cs-bottom .depth-card.cs-left .img-content {
        top: -60px;
        left: 0;
        max-width: 209px;
        z-index: 1;
    }
    .cs-row.cs-bottom .depth-card.cs-left .img-content svg {
        top: -10px;
        width: 88px;
        left: 92%;
        transform: rotate(-30deg);
    }

    .cs-row.cs-bottom .depth-card.cs-right .img-content {
        max-width: 168px;
        top: -50px;
        left: unset;
        right: 11px;
        z-index: 1
    }
    .cs-row.cs-bottom .depth-card.cs-right .img-content svg {
        left: -50px;
        transform: rotate(180deg);
        width: 88px;
        right: unset;
        top: 16px;
        height: 75px;
    }
    .cs-view-pricing-wrapper {
        width: 100%;
    }
    .cs-view-pricing-wrapper a {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF !important;
        padding: 6px 15px;
        background: #2595FF;
        box-shadow: 0px 2px 8px rgb(129 132 136 / 15%);
        border-radius: 2px;
        margin: 20px 6px 6px !important;
        display: inline-block;
        border: 1px solid #2595FF;
        max-width: 337px;
        width: 100%;
        margin-top: 25px!important;
    }
    .s-d-content h1 {
        font-family: 'Work Sans', sans-serif !important;
        font-style: normal;
        font-weight: 400!important;
        font-size: 34px!important;
        line-height: 40px!important;
        text-align: center!important;
        color: #FFFFFF!important;
    }
    /*220816 end*/
    .create-pdf-step .row {
    display: flex;
    flex-wrap: wrap;
}

.create-pdf-step .row>div {
    padding: 0 15px;
    width: 50%;
}

.create-pdf-step .row:before , .create-pdf-step .row:after {
    display: none;
}
.start-free-trial.text-center.social-page-free-trial {
    width: 100%;
}
    /*old end*/

/*220907*/
    /*11 august qr template css end */
    /*create app 3 steps  section css */
    .cs-pdf-qr {
        padding-bottom: 0px !important;
    }
    #brand-name {
        color: #ffe358 !important;
    }
    h5 {
        font-size: 17px !important;
    }
    .pdf-qr-code-sec {
        position: relative;
    }
    .pdf-qr-code-sec h2,
    .pdf-qr-code-sec h4 {
        /*padding-left: 10px;*/
    }

    .pdf-qr-code-sec h4 {
        margin-bottom: 30px;
    }

    .image-container.m-b.row {
        flex-wrap: nowrap;
    }

    .img-inner.imag-col-3 img:first-child {
        height: 327px;
    }

    .img-inner.imag-col-3 img:last-child {
        height: 208px;
    }

    .img-inner {
        display: flex;
    }

    .img-inner img {
        width: 100% !important;
        height: 268.62px;
        object-fit: cover;
        padding: 10px;
        border-radius: 20px;
    }
    .img-inner.imag-col-3 {
        flex-direction: column;
    }
    .img-inner.imag-col-1 img:first-child {
        max-width: 60%;
    }
    .img-inner.imag-col-1 img:last-child {
        max-width: 40%;
    }
    .img-inner.imag-col-2 img:last-child {
        max-width: 60%;
    }
    .img-inner.imag-col-2 img:first-child {
        max-width: 40%;
    }
    .qrcg-widget-logos-container {
        background-color: rgb(22, 33, 47);
        padding-bottom: 40px !important;
    }
    .cs-widget-logo-heading {
        margin: 0px;
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        color: #FFFFFF;
        margin-bottom: 35px;
    }
    .qrcg-widget-logos-container p {
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 20px !important;
        line-height: 23px !important;
        color: #fff !important;
        text-align: center;
    }
    .cs-widget-logo-images img {
        max-width: 200px;
        width: 100%;
        padding: 0px 15px;
        text-align: center;
        height: 55px;
        margin-bottom: 14px;
        object-fit: scale-down;
    }
    .img-inner.imag-col-3 img:first-child {
        height: 327px;
    }
    .img-inner.imag-col-3 img:last-child {
        height: 208px;
    }
    .cs-imgwrapper img {
        max-width: 119px;
        width: 100%;
        padding-right: 20px;
        height: auto;
    }
    .cs-rating-imgcontent-wrap {
        padding-top: 10px;
    }

    .cs-rate-inner {
        padding-left: 10px;
    }

    .cs-rating-card h5, .cs-rating-card .h5 {
        margin-top: 0px;
    }

    .cs-rating-card {
        padding-left: 30px;
    }

    .cs-rating-card.cs-right {
        margin-right: 30px;
    }

    .pdf-features {
        padding: 0px 0 50px;
        background: #FBFAFA;
    }

    .pdf-features .feature-box img {
        max-width: 165px;
        margin: 0 auto 25px;
    }

    .pdf-features .feature-box {
        padding: 0px 30px;
    }

    .pdf-features .feature-box h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #16212F;
    }

    .pdf-features .feature-box p {
        font-weight: 400;
        font-size: 20px !important;
        line-height: 23px !important;
        text-align: center;
        color: #979797;
    }

    .img-inner {
        display: flex;
    }

    .img-inner img {
        width: 100% !important;
        height: 268.62px;
        object-fit: cover;
        padding: 10px;
        border-radius: 20px;
    }

    /*.img-inner img:first-child {
                padding-left: 0px;
            }*/
    .img-inner.imag-col-3 {
        flex-direction: column;
    }

    .image-container.m-b.row {
        flex-wrap: nowrap;
    }

    .img-inner.imag-col-1 img:first-child {
        max-width: 60%;
    }

    .img-inner.imag-col-1 img:last-child {
        max-width: 40%;
    }

    .img-inner.imag-col-2 img:last-child {
        max-width: 60%;
    }

    .img-inner.imag-col-2 img:first-child {
        max-width: 40%;
    }

    .pdf-qr-code-sec h2,
    .pdf-qr-code-sec h6 {
        /*padding-left: 10px;*/
    }

    .pdf-qr-code-sec h4 {
        margin-bottom: 30px;
    }

    .pdf-features .feature-col:first-child .feature-box img {
        max-width: 195px;
    }

    .pdf-features .row {
        display: flex;
        flex-wrap: wrap;
    }

    #navbar.cs-active {
        background-color: #2595ff !important;
    }

    .cs-rating-card h4 {
        font-size: 34px;
        font-weight: 600!important;
        line-height: 40px;
    }

    .cs-rating-card h5, .cs-rating-card .h5 {
        font-weight: 700;
        font-size: 48px !important;
        line-height: 56px;
        color: #16212F;
        margin-top: 20px;
        display: block;
        margin-bottom: 10px;
        padding: 0;
    }
    section.cs-rating-sec {
        padding: 65px 0 60px;
        overflow: hidden;
        background-color: #F8F9F9;
    }
    .cs-rating-card ul {
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .cs-rating-card ul li {
        margin-right: 5px;
    }
    .cs-rating-card ul li img {
        max-width: 22px;
        height: auto;
    }
    .cs-rating-card.cs-right {
        background: #FFFFFF;
        border: 1px solid #EBEBEB;
        box-shadow: 0px 2px 11px 3px rgba(45, 50, 56, 0.073208);
        border-radius: 6px;
        padding: 30px;
    }
    .cs-rating-card.cs-right h3 {
        margin-top: 0px;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: #16212F;
    }
    .cs-rating-card.cs-right p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 16px !important;
        color: #5E6980;
        opacity: 0.8;
        margin-top: 20px;
    }
    .cs-rate-inner a {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: #2595FF;
    }
    .user-detail {
        display: flex;
        margin-top: 40px;
    }
    .user-profile {
        padding-left: 15px;
    }
    .user-detail figure img {
        width: 62px;
        height: 62px;
        border-radius: 50%;
    }
    .user-profile h6 {
        margin-top: 0px;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        color: #16212F;
        text-transform: capitalize;
    }

    .user-profile h6 span {
        display: block;
        text-transform: uppercase;
    }

    .user-profile img {
        max-width: 160px;
        padding-top: 3px;
    }

    .cs-rating-card h4 span {
        color: #2595FF;
    }
    .pdf-step-inner h3 {
        margin-top: 0px!important;
        font-weight: 600!important;
        font-size: 30px !important;
        color: #16212F;
        line-height: 30px;
        padding: 0!important;
    }

    .pdf-step-inner li button {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.5px;
        color: #2D3238 !important;
        margin-bottom: 10px !important;
        position: relative;
        background: #FBFAFA !important;
        border-radius: 9px;
        padding: 15px 20px 15px 70px;
        text-align: left;
        border: none !important;
        width: 100% !important;
        border-radius: 9px !important;
        min-height: 65px;
    }

    .pdf-step-inner p {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.5px;
        color: #5E6980;
        margin-top: 50px;
    }

    .pdf-step-inner ul {
        margin-top: 40px;
        counter-reset: section;
        padding: 0px;
        position: relative;
        list-style-type: none;
        border: none;
        float: unset;
    }
    .pdf-step-inner ul li {
        float: unset;
    }
    .pdf-step-inner p {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.5px;
        color: #5E6980;
        margin-top: 50px;
    }

    section.create-pdf-step {
        padding: 85px 0;
        background: #FBFAFA;
        z-index: 0;
        position: relative;
        overflow: hidden;
    }

    .pdf-step-inner h3 span {
        color: #2595FF;
    }

    .pdf-step-inner li button:before {
        counter-increment: section;
        content: counter(section);
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        background: #C0C5CB;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -0.5px;
        color: #fff;
        border-radius: 50%;
        z-index: 9;
    }

    .pdf-step-inner ul:before {
        content: "";
        border: 1px dashed #C0C5CB;
        height: 80%;
        position: absolute;
        left: 32px;
        top: 35px;
        z-index: 1;
    }

    .resturent-menu {
        padding-right: 70px;
    }

    .step-videos img {
        width: 100%;
    }

    .pdf-left {
        background: #fff;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .pdf-step-inner li {
        border: none !important;
        width: 100%;
    }

    .pdf-right {
        background: #F3F9FF !important;
        border-radius: 0px 20px 20px 0px;
    }

    .pdf-step-inner,
    .step-videos {
        padding: 60px 34px 120px;
    }

    .pdf-step-inner li button.active {
        border: 1px solid #2595FF !important;
        background: #fff !important;
    }

    .pdf-step-inner li button.active:before {
        background: #2595FF;
    }
    .fade:not(.show) {
        opacity: 0;
    }

    .start-free-trial {
        position: absolute;
        bottom: 50px;
    }

    .create-pdf-step .row {
        position: relative;
        box-shadow: 0px 8px 25px rgb(129 132 136 / 15%);
        border-radius: 20px !important;
    }

    .start-free-trial .btn {
        font-weight: 400;
        font-size: 20px !important;
        line-height: 23px;
        background: #2595FF;
        box-shadow: 0px 2px 8px rgba(129, 132, 136, 0.15);
        border-radius: 2px !important;
        color: #fff !important;
        padding: 7px 29px !important;
    }

    .pdf-step-inner li:last-child button:before {
        content: "\f00c ";
        font-family: 'FontAwesome';
    }

    .user-friendly-code {
        padding: 40px 0px;
    }

    .user-friendly-code h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
        text-align: center;
    }

    .user-friendly-code button {
        font-weight: 400;
        font-size: 20px !important;
        line-height: 23px !important;
        padding: 7px 22px !important;
    }

    .user-friendly-code button b {
        font-weight: 600;
    }

    .quick-easy-pdf h3 {
        font-weight: 400;
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 50px;
    }

    .quick-easy-pdf {
        background: #F5F5F5;
        padding: 50px 0;
    }

    .quick-easy-pdf h3 span {
        font-weight: 600;
    }

    .quick-text h4 {
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: #16212F;
    }

    .quick-text p {
        font-weight: 400;
        font-size: 13px !important;
        line-height: 18px !important;
        color: #5E6980;
        letter-spacing: 0.25px;
    }

    .quick-text .btn {
        font-weight: 500;
        font-size: 15px !important;
        line-height: 18px;
        background: #2595FF;
        border-radius: 3px;
        color: #fff !important;
        padding: 7px 15px !important;
    }

    ul#quick-easy-tab {
        margin: 50px 0px 0;
        border: none !important;
    }

    ul#quick-easy-tab li {
        width: calc(33.3% - 30px);
        margin: 0px 15px;
        border: none !important;
    }

    ul#quick-easy-tab li button {
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
        width: 100%;
        color: #979797;
        background: #E4E5E7;
        border-radius: 12px;
        padding: 24px 34px;
        border: none;
    }

    ul#quick-easy-tab li button.active {
        color: #2595FF;
        background: #fff;
    }

    .pdf-step-inner li:last-child button.active:before {
        background: #40D684;
    }

    .pdf-step-inner li button:hover,
    .pdf-step-inner li button {
        isolation: unset !important;
    }

    .docs-content h4 {
        font-size: 18px;
        line-height: 28px;
        color: #5E6980 !important;
        margin-top: 20px !important;
        font-weight: 400;
    }

    .docs-content p,
    .docs-content li {
        font-weight: 400;
        font-size: 18px !important;
        line-height: 28px !important;
        color: #5E6980 !important;
    }

    .docs-content h3,
    .docs-content h2 {
        font-weight: 500;
        font-size: 24px !important;
        line-height: 28px;
        color: #16212F;
    }

    .color-gray {
        /* color: #5E6980!important; */
    }

    .docs-content h4 i {
        color: #16212F;
        font-size: 20px;
    }

    .docs-content h4 b,
    .docs-content p b {
        font-weight: 600 !important;
    }

    .docs-content h2#create,
    .docs-content h2#pdf-qr,
    .docs-content h2#customize,
    .docs-content h2#edit,
    .docs-content h2#multi-lang,
    .docs-content h2#challenges,
    .docs-content h2#advantages,
    .docs-content h2#usecases,
    .docs-content h2#share,
    .docs-content h2#bestpractices,
    .docs-content h2#faqs {
        /* font-size: 34px!important;
                line-height: 40px!important;
                font-weight: 600; */
    }

    .docs-content .markdown-toc-eddy li {
        font-size: 16px !important;
        line-height: 25px !important;
    }

    /* 220623 */
    .cs-youtube-sec {
        margin: 0px;
        padding: 0px;
    }


   

    /*create app 3 steps  section css complete */
    /*old section css end*/

    /*change css*/
    .tab-content>.active {
        opacity: 1;
    }
    .depth-analytics-sec .cs-row.cs-center .cs-col-4 {
        width: 30%;
    }
    .depth-analytics-sec .cs-row.cs-center .cs-col-8 {
        width: 70%;
    }
    .depth-analytics-sec .cs-row.cs-bottom .cs-col-8 {
        width: 70%;
    }
    .depth-analytics-sec .cs-row.cs-bottom .cs-col-4 {
        width: 30%;
    }
    .depth-analytics-sec .cs-row.cs-top>div {
        margin-bottom: 30px;
    }
    .cs-other-option-content .cs-row {
        margin-top: 30px!important;
    }
    .start-free-trial.text-center a {
        white-space: normal;
    }
    .social-s-d-what-choose .container {
        width: 100%!important;
    }
    section.cs-rating-sec .container {
        width: 100%!important;
    }
    section.cs-rating-sec .d-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .s-d-what-choose.social-s-d-what-choose {
        padding: 50px 15px;
        position: relative;
        z-index: 0;
    }
    .cs-rating-content>.row {
        display: flex;
        flex-wrap: wrap;
    }
    .cs-rating-content figure {
        margin: 0;
    }
    div#qrcg-widget-container {
        background-color: #16212f!important;
    }
    .qrcg-widget-logos-container .container {
        width: 100%!important;
    }
    .qrcg-widget-logos-container .container .row {
        display: flex;
        flex-wrap: wrap;
    }
    .cs-widget-logo-images {
        display: flex;
        flex-wrap: wrap;
    }
    .qrcg-widget-logos-container {
        background-color: rgb(22, 33, 47);
        padding-bottom: 40px !important;
        margin-top: 40px;
    }
    /*220906*/
    .cs-rating-content>.row>div {
        width: 50%;
    }
    /*banner css*/
    .social-logo-img-container img {
        height: 39px;
        width: 39px;
        object-fit: scale-down;
        margin: 0 3px 10px 0;
        background: #FFFFFF;
        border: 0.893761px solid #E4E5E7;
        border-radius: 1.78752px;
        cursor: pointer;
    }
    .social-logo-img-container img.active {
        border: 2px solid #2595FF;
        border-radius: 1.78752px;
    }
    .multi-social-btn button {
        background: #F2F9FF;
        border: 0.893761px solid #2595FF;
        border-radius: 1.78752px;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        display: flex;
        align-items: center;
        letter-spacing: 0.25px;
        color: #2595FF;
        padding: 8px 23px;
        outline: none!important;
    }
    .multi-social-btn .switch {
      position: relative;
      display: inline-block;
      width: 25px;
      min-width: 25px;
      height: 16px;
      margin-right: 9px;
      top: 2px;
    }
    .multi-social-btn .switch input { 
      opacity: 0;
      width: 0;
      height: 0;
    }
    .multi-social-btn .social-switch-round {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #FAFAFA;
      -webkit-transition: .4s;
      transition: .4s;
      border: 1px solid #2595FF;
    }
    .multi-social-btn .social-switch-round:before {
      position: absolute;
      content: "";
      height: 15px;
      width: 15px;
      left: 0;
      bottom: 0;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
      border: 1px solid #2595FF;
    }

    .multi-social-btn  input:checked + .social-switch-round {
      background-color: #2196F3;
    }

    .multi-social-btn  input:focus + .social-switch-round {
      box-shadow: 0 0 1px #2196F3;
    }

    .multi-social-btn  input:checked + .social-switch-round:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(10px);
    }

    /* Rounded sliders */
    .multi-social-btn  .social-switch-round {
      border-radius: 34px;
    }
    .multi-social-btn  .social-switch-round:before {
      border-radius: 50%;
    }
    ul.social-icon-input-wrapper {
        margin: 0;
    }
    ul.social-icon-input-wrapper li {
        display: flex;
        flex-wrap: wrap;
    }
    ul.social-icon-input-wrapper li img {
        width: 18px;
        height: 18px;
        display: inline-block;
        flex: 0 0 18px;
        margin-right: 12px;
        margin-top: 12px;
    }
    ul.social-icon-input-wrapper li input {
        width: calc(100% - 30px);
        background: #FAFAFA;
        border: 0.893761px solid #E4E5E7;
        border-radius: 1.78752px;
        box-shadow: none!important;
        outline: none!important;
        font-size: 15px !important;
        line-height: 24px !important;
    }
    .cs-widget-wrapper div#qr-code-container {
        max-width: 344px;
        width: 34%;
    }

    .cs-widget-wrapper div#qr-code-generator {
        width: 66%;
    }

    .cs-widget-wrapper div#qr-code-container div#qr_sample_img {
        width: 100%!important;
        height: 421px;
    }  
    .cs-widget-wrapper div#qr-code-container div#qr_sample_img img {
        left: 50%;
        transform: translateX(-50%);
        max-width: 340px;
        max-height: 421px;
        width: 100%;
    }
    .cs-widget-wrapper .tab-content {
        background: white;
        padding: 15px 30px 20px 15px;
        border: 0.893761px solid #DBDFE3;
    }
    .cs-widget-wrapper p.social-widget-heading {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 14.3002px;
        line-height: 21px;
        display: flex;
        align-items: center;
        letter-spacing: 0.22344px;
        color: #16212F;
        width: 100%;
    }
    .cs-widget-wrapper .social-toggle-btns {
        display: flex;
        flex-wrap: wrap;
    }
    .cs-widget-wrapper .social-toggle-btns>div {
        display: flex;
        align-items: center;
        margin-right: 40px;
        margin-bottom: 10px;
    }
    .cs-widget-wrapper .panel-group.customize-block.m-t.hidden-xs {
        background: #FFFFFF;
        border: 0.893761px solid #DBDFE3;
        padding: 15px 20px 20px 15px;
    }
    .cs-widget-wrapper .customization-options .tab {
        background-color: #fff;
    }
    .cs-widget-wrapper .customization-holder {
        border: none;
        padding: 0;
    }
    .cs-widget-wrapper .panel {
        background-color: white;
    }
    .cs-widget-wrapper .social-toggle-btns span.social-switch-round {
        border-color: #C0C5CB;
    }
    .cs-widget-wrapper .social-toggle-btns span.social-switch-round:before {
        border-color: #C0C5CB;
        height: 10px;
        width: 10px;
        left: 2px;
        top: 2px;
        background-color: #C0C5CB;
    }
    .cs-widget-wrapper .social-toggle-btns input:checked + .social-switch-round:before {
        background-color: #fff;
    }
    .cs-widget-wrapper #qr-code-generator .panel-group .header {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 14.3002px !important;
        line-height: 24px;
        display: flex;
        align-items: center;
        letter-spacing: 0.22344px;
        color: #16212F;
    }
    .cs-widget-wrapper .customization-holder {
        cursor: pointer;
        position: relative;
    }
    .cs-widget-wrapper form label.form-label.header {
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 13px !important;
        line-height: 15px;
        letter-spacing: 0.22344px;
        color: #16212F;
    }
    .cs-widget-wrapper .social-logo-img-container, .cs-widget-wrapper .multi-social-btn {
        display: inline-block;
    }
    input#user_redirect_button {
        cursor: pointer;
    }
    .cs-widget-wrapper .social-widget-logos-section {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cs-widget-wrapper {
        margin-top: 40px;
    }

/*banner widget*/
div#premium-msgs {
    background: #FFF8EA;
    border: 0.894138px solid #FCBF49;
    border-radius: 1.78828px;
    padding: 11px 19px 11px 11px;
    display: flex;
    flex-wrap: wrap;
    max-width: 244px;
    margin: 0 auto 18px;
}
div#premium-msgs img {
    flex: 0 0 20px;
    margin-right: 10px;
    width: 70px;
    object-fit: scale-down;
}
div#premium-msgs .cs-left {
    width: calc(100% - 30px);
}
div#premium-msgs a {
    color: #2595FF;
    text-decoration: underline;
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 11.6238px;
    line-height: 16px;
}
span#cs-premium-msg {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 11.6238px;
    line-height: 16px;
}
img#qr_code_gen {
    max-width: 244px;
    margin: 0 auto;
}
form.social-user-redirect-form {
    max-width: 244px;
    margin: 0 auto;
}
form.social-user-redirect-form {
    max-width: 244px;
    margin: 0 auto;
}
form.social-user-redirect-form input {/* Neutrals/Neutral 5 */
    background: #FAFAFA;
    border: 0.894138px solid #E4E5E7;
    border-radius: 3.57655px;
    outline: none;
    box-shadow: none!important;
}
form.social-user-redirect-form button {
    margin-top: 0!important;
}
.social-widget-heading {
    position: relative;
}
.social-widget-heading:not(.cs-open){
    margin: 0;
}
.cs-widget-wrapper .customization-holder::before , .social-widget-heading::before {
    position: absolute;
    content: "";
    top: 1px;
    right: 10px;
    filter: brightness(0);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzI1OTVGRiI+IDxwYXRoIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZD0iTTIuMjMwNTIgNC4yMTgyNkgxMy43Njk2QzE0LjU2NzggNC4yMTgyNiAxNC45NjcgNS4xODI0NiAxNC40MDE5IDUuNzQ3NTNMOC42MzQ2MiAxMS41MTkzQzguMjg0ODIgMTEuODY5MSA3LjcxNTI2IDExLjg2OTEgNy4zNjU0NiAxMS41MTkzTDEuNTk4MTggNS43NDc1M0MxLjAzMzEyIDUuMTgyNDYgMS40MzIyNSA0LjIxODI2IDIuMjMwNTIgNC4yMTgyNloiIGZpbGw9IiUyMzI1OTVmZiIvPjwvc3ZnPg==');
    transition: 0.3s ease-in-out;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.cs-widget-wrapper .customization-holder.cs-open::before , .social-widget-heading.cs-open::before {
    transform: rotate(180deg);
    filter: brightness(1);
}
.cs-widget-wrapper .customization-options .tab button.active {
    opacity: 1;
    color: #fff;
}
.cs-widget-wrapper .customization-options .tab button {
    border: 0.5px solid #DBDFE3;
    font-size: 14px;
    border-radius: 0px;
    z-index: 1;
    font-weight: 500;
    min-width: 103px;
    position: relative;
    box-shadow: none;
    padding: 15px 10px!important;
    margin: 0;
    width: auto;
    opacity: .7;
}
.cs-widget-wrapper .customization-options .tab {
    background-color: #fff;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
.cs-widget-wrapper #qr-code-generator .panel-group .reset-customization.selected {
    margin-right: 40px;
}
.social-widget-heading::before {
    right: 0;
}
.cs-widget-wrapper .customization-options .tab button img.qrcg-custom-icons {
    top: unset;
    height: 18px;
    width: 17px;
    object-fit: contain;
}
/*banner widget end*/
#qr_code_div #qr_code_gen.premium-qr {
    border: 1px solid rgb(252, 191, 73);
    padding: 28px;
  }
.social-customization-content .customization-options div#template .flex-container {
    display: flex !important;
    overflow-x: auto !important;
    min-height: 100px !important;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
}
.social-customization-content .customization-options div#template .flex-container .custom-option-holder {
    filter: none;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    margin: 0!important;
    max-width: 100%!important;
}
.social-customization-content .customization-options div#template .flex-container .premium-icon-parent {
    /*border: 1px solid #e1e1e1;*/
    margin-right: 11px;
    height: 118px;
    width: 120px;
    border-radius: 2px;
    flex: 0 0 120px;
}
.social-customization-content .tabcontent label {
    margin-bottom: 0.7rem;
    color: #16212f;
    font-weight: 400;
    font-size: 13px;
    margin-top: 20px;
    display: block;
}
.cs-scrollbar-tem {
    position: relative;
}
.cs-scroll-button a#scroll-left-template {
    position: absolute !important;
    left: -5px !important;
    top: -5px;
    border-radius: 4px;
    box-shadow: 13px 0px 12px 10px white;
    height: 122px !important;
    width: 30px !important;
    font-size: 30px !important;
    background: rgba(221,239,255,1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-scroll-button a#scroll-right-template {
    position: absolute !important;
    right: -6px !important;
    top: 0px;
    border-radius: 4px;
    box-shadow: -6px -4px 10px 16px white;
    height: 118px !important;
    width: 30px !important;
    font-size: 30px !important;
    background: rgba(221,239,255,1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-scroll-button i {
    color: #2595ff !important;
}
.cs-div-block {
    width: 100%;
    margin-top: 19px;
}
.social-customization-content  button#qr_logo {
    margin-bottom: 3px;
}
.cs-gallery-block , .cs-gallery-block p {
    font-size: 15px !important;
    line-height: 1.4 !important;
    color: #2595ff!important;
}

.cs-gallery-block i {
    margin-left: 5px!important;
}
.cs-or-wrapper p {
    color: #c0c5cb!important;
}

.cs-or-wrapper {
    padding-left: 0!important;
}
div#section-color label {
    width: 100%;
}
div#section-color label {
    width: 100%;
}
div#data .flex-container>div {
    width: 102px;
    /*border: 1px solid #d5d5d5;*/
    border-radius: 3px;
    margin: 0 10px 10px 0;
}
div#data .flex-container .custom-option-holder.selected-option {
    border: 2px solid #2595ff;
}
div#data .flex-container .custom-option-holder {
    border: 1px solid #d5d5d5;
}
div#data .flex-container img {
    width: 100%;
    height: 100%;
    filter: none;
}
div#frame .flex-container>div img.custom-option-holder {
    border: 1px solid #d5d5d5;
    width: 156px!important;
    height: 156px!important;
    margin: 0;
    filter: none;
    max-width: 100%!important;
}
div#frame .flex-container>div {
    margin: 0 10px 0 0;
}
div#frame .flex-container>div img.custom-option-holder.selected-option {
    border: 2px solid #2595ff;
}
.cs-scroll-div img.img-responsive.custom-option-holder.template.selected-option {
    border: 2px solid #2595ff;
    border-radius: 2px;
}
.cs-scroll-div img.img-responsive.custom-option-holder.template {
    border: 1px solid #d7d7d7;
}
div#eyes label {
    width: 100%;
    display: block;
}
div#eyes div#outer-eye-color label span {
    float: unset;
    position: relative;
    left: unset;
    top: unset!important;
    right: unset!important;
    margin-left: 10px;
    display: inline;
}
.cs-widget-wrapper .customization-options .tab button {
    color: #6c6f73;
}
.cs-widget-wrapper .customization-options .tab button:hover {
    color: #fff;
}
.cs-widget-wrapper .eye-options.selected-eye-border {
    border: 2px solid #2595ff;
}
.cs-widget-wrapper .eyes-holder div {
    margin: 0 10px 0 0;
}
.cs-widget-wrapper .eyes-holder img {
    max-width: 48px;
    filter: invert(.3);
    padding: 10px;
}
.cs-widget-wrapper .eyes-holder div {
    max-width: 50px;
    max-height: 50px;
}
div#reset-container-xs {
    display: none!important;
}
.beaconstac-nav-section {
    z-index: 999;
}
section.cs-rating-sec .row {
    max-width: 100%;
}
/*220907 end*/


     /* 220623 */
    @media(min-width: 575px) {
          #qrcg-widget-container .container {
            width: 1144px !important;
            max-width: 80%;
            margin: auto;
        }
    }

    @media only screen and (min-width: 1300px) {
        .container {
            max-width: 1200px !important;
        }
    }

    @media(min-width: 1199px){
        section.create-pdf-step .container {
            width: 1170px;
        }
    }
 /*1199*/
@media(max-width: 1199px){

    .img-content h6 {
        font-size: 16px!important;
        line-height: 20px!important;
    }
    .depth-card .img-content svg {
        width: 70px!important;
        height: 70px!important;
    }
    .cs-row.cs-top .depth-card.cs-left .img-content {
        top: -109px!important;
    }
    .depth-card.cs-center .img-content {
        top: -83px!important;
    }
    .cs-row.cs-top .depth-card.cs-right .img-content {
        top: -103px!important;
        max-width: 159px!important;
    }
    .cs-row.cs-center .depth-card.cs-left .img-content {
        max-width: 161px!important;
    }
    .cs-row.cs-center .depth-card.cs-right .img-content {
        right: 96px!important;
        max-width: 169px!important;
    }
    .cs-row.cs-bottom .depth-card.cs-right .img-content {
        max-width: 148px!important;
        top: -50px!important;
    }
    .depth-card.cs-center {
        margin-top: 100px!important;
    }
}
/*1199 end*/

    /*MAX-WIDTH 1199PX*/
    @media(max-width: 1199px){
        .how-qr-work-list.cs-active .cs-center {
            padding-left: 30px;
        }
        .qr-social-sec .cs-container, .how-qr-work-code-sec .cs-container, .cs-review-sec .cs-container {
            max-width: 1000px!important;
        }
        .cs-review-card .cs-right p {
            font-size: 18px;
            line-height: 23px;
        }
        .cs-review-card .cs-right h3, .cs-review-card .cs-right .h3 {
            font-size: 22px;
            line-height: 26px;
        }
       .cs-review-card {
            padding: 20px 20px 20px 51px;
        }
    }
     @media(max-width:1199px) {
        .what-choose-slider .owl-stage-outer:after {
            box-shadow: 0 0 130px 170px rgb(22 33 47 / 93%);
        }

        .what-choose-slider .owl-stage-outer:before {
            box-shadow: 0 0 130px 170px rgb(22 33 47 / 93%);
        }
        .marketing-campaigns figure img {

        }
    }
    @media only screen and (max-width: 1199px) {
        body .cs-widget-logo-images {
            justify-content: center !important;
        }

        .cs-widget-logo-images img {
            margin: 10px 0;
        }

        section.cs-rating-sec,
        section.create-pdf-step {
            padding: 60px 0;
        }

        .cs-rating-card.cs-right h3 {
            font-size: 20px;
        }

        .cs-rating-card.cs-right p {
            margin-top: 10px;
            margin-bottom: 0px;
        }

        .user-detail {
            margin-top: 30px;
        }

        .cs-rating-imgcontent-wrap {
            padding: 0px;
            align-items: flex-start !important;
        }

        .cs-rating-card h5, .cs-rating-card .h5 {
            margin: 0px;
        }
        .cs-rate-inner ul {
            margin-bottom: 0px;
        }

       .cs-rate-inner a {
            font-size: 20px;
            margin-top: 10px;
            display: inline-block;
        }

        .cs-rating-card {
            padding-left: 0px;
        }

        .cs-rate-inner {
            padding-left: 10px;
        }



        .user-friendly-code h3 {
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 20px;
        }

        .user-friendly-code button {
            font-size: 18px !important;
            line-height: 20px !important;
        }

        .pdf-step-inner li button {
            font-size: 12px;
            line-height: 15px;
            min-height: 70px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .pdf-step-inner,
        .step-videos {
            padding: 40px 20px 120px;
        }

        .pdf-step-inner ul {
            margin-top: 30px;
        }

        .pdf-step-inner li button:before {
            width: 33px;
            height: 33px;
            font-size: 18px;
        }

        .pdf-step-inner ul:before {
            left: 26px;
        }

        .pdf-features .feature-box p {
            font-size: 16px !important;
            line-height: 20px !important;
        }

        .quick-easy-pdf h3 {
            margin-bottom: 30px;
        }

        ul#quick-easy-tab li button {
            font-size: 18px;
            line-height: 20px;
            padding: 15px;
        }

        ul#quick-easy-tab {
            margin-top: 40px;
        }

        /**/
        .cs-img-cont .img-inner img {
            height: 200px;
        }

        .cs-img-cont .img-inner.imag-col-3 img:first-child {
            height: 247px;
        }

        .cs-img-cont .img-inner.imag-col-3 img:last-child {
            height: 151px;
        }
        .cs-other-option-content .cs-row {
            margin-top: 0!important;
        }
        .app-qr-download-content h5, .depth-analytics-content h5, .marketing-campaigns-content h4 {
            font-size: 28px!important;
            line-height: 34px!important;
        }
       .cs-rating-content>.row>div {
            padding: 0 15px;
        }
        .cs-other-option-card.card-bg p, .cs-other-option-card.card-blue p {
            font-size: 18px!important;
            line-height: 22px!important;
        }
            .cs-other-option-card figure {
            flex: 0 0 70px !important;
        }
        .marketing-campaigns figure img {
            height: 104px;
            max-width: 125px;
        }
    }

    @media only screen and (max-width: 991px) {
        .image-container.m-b.row {
            flex-wrap: wrap;
        }

        .docs-content h3,
        .docs-content h2 {
            font-size: 20px !important;
            line-height: 25px;
        }

        .docs-content p,
        .docs-content li,
        .docs-content h4 {
            font-size: 16px !important;
            line-height: 20px !important;
        }

        .docs-content h4 i {
            font-size: 18px;
        }

        .docs-content h2#create,
        .docs-content h2#pdf-qr,
        .docs-content h2#customize,
        .docs-content h2#edit,
        .docs-content h2#multi-lang,
        .docs-content h2#challenges,
        .docs-content h2#advantages,
        .docs-content h2#usecases,
        .docs-content h2#share,
        .docs-content h2#bestpractices,
        .docs-content h2#faqs {
            /* font-size: 25px!important;
                    line-height: 30px!important; */
        }

        .docs-content .markdown-toc-eddy li {
            font-size: 14px !important;
            line-height: 20px !important;
        }

        .cs-img-cont .img-inner img {
            height: 160px;
        }

        .cs-img-cont .img-inner.imag-col-3 img:first-child {
            height: 207px;
        }

        .cs-img-cont .img-inner.imag-col-3 img:last-child {
            height: 113px;
        }
    }

    @media only screen and (max-width: 480px) {
        .img-inner {
            flex-wrap: wrap;
        }

        .img-inner img {
            max-width: 100% !important;
            height: auto !important;
        }

    }



    @media only screen and (max-width: 991px) {
        .cs-rating-card {
            padding-bottom: 0px;
        }

        .image-container.m-b.row {
            flex-wrap: wrap;
        }

        .pdf-features .feature-box h3 {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .pdf-features .feature-box img {
            max-width: 105px;
        }

        .pdf-features .feature-col:first-child .feature-box img {
            max-width: 135px;
            margin-bottom: 20px;
        }

        .pdf-features .feature-box {
            padding: 0px;
        }

        .cs-rating-card.cs-right {
            margin-bottom: 30px;
        }

        .cs-rating-card.cs-right {
            margin-right: 0px;
        }

        .cs-rating-card {
            padding-left: 0px;
        }

    }
/*991*/
@media(max-width: 991px){
    .img-content h6 {
        font-size: 13px!important;
        line-height: 16px!important;
    }
    .depth-card .img-content svg {
        width: 40px!important;
        height: 40px!important;
    }
    .cs-row.cs-top .depth-card.cs-left .img-content {
        top: -70px!important;
        max-width: 121px!important;
    }
    .depth-card .img-content svg {
        top: 22px!important;
    }
    .depth-card.cs-center .img-content {
        top: -53px!important;
        left: -20px!important;
        max-width: 209px!important;
    }
    .cs-row.cs-top .depth-card.cs-right .img-content svg {
        top: 22px!important;
    }
    .cs-row.cs-top .depth-card.cs-right .img-content {
        top: -70px!important;
        max-width: 129px!important;
        left: 20px!important;
    }
    .cs-row.cs-center .depth-card.cs-left .img-content svg {
        top: -7px!important;
        width: 40px!important;
        height: 40px!important;
    }
    .cs-row.cs-center .depth-card.cs-left .img-content {
        max-width: 131px!important;
    }
    .cs-row.cs-bottom .depth-card.cs-left .img-content svg {
        top: 0px!important;
        width: 40px!important;
    }
    .cs-row.cs-bottom .depth-card.cs-left .img-content {
        top: -40px!important;
        left: 10px!important;
        max-width: 149px!important;
    }
    .cs-row.cs-center .depth-card.cs-right .img-content {
        top: 111%!important;
        right: 66px!important;
        max-width: 139px!important;
    }
    .cs-row.cs-center .depth-card.cs-right .img-content svg {
        top: -12px!important;
        width: 40px!important;
        height: 40px!important;
        left: 83%!important;
    }
    .cs-row.cs-bottom .depth-card.cs-right .img-content {
        max-width: 128px!important;
        top: -54px!important;
        left: unset!important;
        right: 2px!important;
    }
    .cs-row.cs-bottom .depth-card.cs-right .img-content svg {
        width: 40px!important;
        top: 16px!important;
        height: 40px!important;
        left: -7px!important;
    }
    .depth-analytics-sec .cs-button-wrapper .cs-btn {
        font-size: 15px!important;
        line-height: 20px!important;
    }
    .depth-analytics-sec {
        padding: 50px 0!important;
        overflow: hidden!important;
    }
    .depth-analytics-content h5 {
        font-size: 24px!important;
        line-height: 32px!important;
        margin-bottom: 20px!important;
    }
    .depth-card.cs-center {
        margin-top: 80px!important;
    }
    .app-qr-download-content h5, .depth-analytics-content h5, .marketing-campaigns-content h4 {
    font-size: 24px!important;
    line-height: 30px!important;
}
.marketing-campaigns-content p {
    font-size: 14px!important;
    line-height: 20px!important;
}
}
/*991 end*/
    @media only screen and (max-width: 768px) {
        .img-inner img {
            height: 200px !important;
        }

        .user-friendly-code button {
            font-size: 15px !important;
        }

        .pdf-left {
            border-bottom-left-radius: 0px;
            border-top-right-radius: 20px;
        }

        .pdf-right {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px;
        }

        .start-free-trial .btn {
            font-size: 15px !important;
            margin: 0px 12px;
        }

        .start-free-trial {
            padding: 0px 23px;
            bottom: 45px;
        }

        .pdf-step-inner li button {
            padding: 15px 15px 15px 53px;
        }

        .quick-text-inner {
            padding-top: 20px;
        }

        ul#quick-easy-tab li {
            width: calc(33.3% - 14px);
            margin: 0px 7px;
        }

        ul#quick-easy-tab li button {
            font-size: 14px;
            padding: 10px;
        }

        .cs-rating-card h4 br {
            display: none;
        }

        .docs-content p,
        .docs-content li,
        .docs-content h4 {
            font-size: 15px !important;
        }

        .docs-content h3,
        .docs-content h2 {
            font-size: 18px !important;
        }

        .docs-content h2#create,
        .docs-content h2#pdf-qr,
        .docs-content h2#customize,
        .docs-content h2#edit,
        .docs-content h2#multi-lang,
        .docs-content h2#challenges,
        .docs-content h2#advantages,
        .docs-content h2#usecases,
        .docs-content h2#share,
        .docs-content h2#bestpractices,
        .docs-content h2#faqs {
            /* font-size: 20px!important;
                    line-height: 25px!important; */
        }
    }

    @media only screen and (max-width: 575px) {
        ul#quick-easy-tab li {
            width: 100%;
            margin: 10px 10px 0;
        }

        ul#quick-easy-tab {
            margin-top: 30px;
        }

        .cs-rating-card.cs-right {
            padding: 20px;
        }

        .bottom-content.user-detail {
            flex-wrap: wrap;
        }

        .user-profile {
            padding: 0px;
            width: 100%;
        }
        .social-page-free-trial a.btn {
            padding-left: 10px!important;
            padding-right: 10px!important;
            font-size: 14px!important;
            line-height: 17px!important;
            margin: 0;
        }
        #qr_code_div {
            width: calc(100% - 30px) !important;
        }
    }

    @media only screen and (max-width: 480px) {
        .img-inner {
            flex-wrap: wrap;
        }

        .img-inner img {
            max-width: 100% !important;
            height: auto !important;
        }
        .cs-imgwrapper {
            width: 100%;
            justify-content: flex-start;
        }
        .cs-imgwrapper img {
            margin: 0px !important;
        }
    }

    @media (max-width: 772px) {
        .docs-content.container h2.heading-underline {
            font-size: 26px !important;
        }
        .cs-widget-wrapper div#qr-code-container {
        margin: 0 auto; 
        }
    }


    .cs-img-cont {
        margin: 0 -10px !important;
    }

    .cs-img-cont>div {
        padding: 0 !important;
    }

    .docs-content.container h2.heading-underline {
        font-size: 32px !important;
        line-height: 38px !important;
        font-weight: 500 !important;
    }

    .docs-content p,
    .docs-content li {
        letter-spacing: .02em !important;
        line-height: 1.6em !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        color: #6c6f73 !important;
    }

    .docs-content h4 {
        font-size: 19px;
        line-height: 1.2;
        color: #4e4e4e !important;
        margin-top: 20px !important;
        font-weight: 400;
    }
    .cs-third-phase #qr_code_div img {
        max-width: 244px !important;
        height: 244px !important;
        width: 100%;
        object-fit: contain; 
    }
    .multi-social-btn button:hover,
    .multi-social-btn button:focus{
        color: #fff !important
    }
    .multi-social-btn button label{
        border-radius: 8px;
    }
    .multi-social-btn button:hover > label,
    .multi-social-btn button:focus > label{
        outline: 1px solid #fff;

    }
    .social-customization-content .customization-options .tab button:hover{
        background-color: #2595ff !important;
    }

    /********************************RESPONSIVE CSS*******************************/



    @media(max-width: 1380px) {

 
        .cs-review-card .cs-right p, .cs-review-card .cs-right p a {
            font-size: 15px;
            line-height: 18px;
        }
        .cs-review-card .cs-right h3, .cs-review-card .cs-right .h3 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 5px!important;
        }
        .cs-review-card .cs-left figure , .cs-review-card .cs-left figure img {
            width: 50px;
            height: 50px;
        }
        .cs-review-card .cs-left figure {
            margin: 0 13px;
        }
        .quote-icon img {
            width: 30px;
            height: 30px;
        }
    }
   

    /*MAX-WIDTH 991PX*/
    @media(max-width: 991px){
        .qr-social-sec {
            padding: 60px 0;
        }
        .qr-social-sec .cs-container, .how-qr-work-code-sec .cs-container, .cs-review-sec .cs-container {
            max-width: 690px!important;
        }
        .qr-social-sec h4 , .cs-review-sec h4 {
            font-size: 28px;
            line-height: 34px;
        }
        .cs-review-card .cs-right p {
            font-size: 16px;
            line-height: 19px;
        }
        .cs-review-card .cs-right h3, .cs-review-card .cs-right .h3 {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 7px;
        }
        .how-qr-work-list .cs-right {
            flex: 0 0 300px;
            width: 300px;
            max-width: 300px;
        }
        .how-qr-work-list .cs-left, .how-qr-work-list .cs-center {
            padding-top: 60px;
        }
        .cs-review-card .cs-left figure {
            width: 40px;
            height: 40px;
        }
        .cs-review-card .cs-left figure img {
            width: 40px;
            height: 40px;
        }
        .cs-review-card .cs-left figure {
            margin: 0px 15px;
        }
        .quote-icon img {
            width: 31px;
            height: 26px;
        }
        .qr-social-sec h4, .cs-review-sec h4 {
            font-size: 24px;
            line-height: 30px;
        }
        .qr-social-sec h6 {
            font-size: 18px;
            line-height: 24px;
        }
       
    }
    @media screen and (min-device-width: 769px) and (max-device-width: 900px) { 
        .how-qr-work-list {
            flex-direction: column;
            align-items: center;
        }
        .how-qr-work-code-sec ul li:not(:last-child):before {
            display: none;
        }
        .how-qr-work-list .cs-left, .how-qr-work-list .cs-center {
            padding-top: 20px;
        }
        .how-qr-work-list figure {
            margin: 0;
        }
        .how-qr-work-list .cs-right {
            margin-top: 30px;
        }

    }

@media(max-width: 772px){
    .cs-widget-wrapper .customization-options .tab button.active span {
        color: #fff!important;
    }
    .cs-widget-wrapper .customization-options .tab button.active {
        background-color: #2595ff!important;
    }
    .cs-widget-wrapper .customization-options .tab button {
        background-color: #fff!important;
    }
    .cs-widget-wrapper .premium-icon-parent .premium-icon {
        top: 7px !important;
        right: 6px !important;
    }
    div#frame .flex-container>div img.custom-option-holder {
        object-fit: scale-down;
    }
    .cs-widget-wrapper div#qr-code-container {
        display: block!important;
    }
    .cs-widget-wrapper div#customise-mobile {
        display: none!important;
    }
    .cs-widget-wrapper div#customise {
        display: block!important;
    }
    .cs-widget-wrapper div#qr-code-generator {
        display: block!important;
    }
    .cs-widget-wrapper div#qr-code-container {
        /*margin-top: 5%!important;*/
    }
    .cs-widget-wrapper .social-toggle-btns>div {
        background-color: #fff;
        width: 100%;
        padding: 10px;
        border: 1px solid #E4E5E7;
        border-radius: 4px;
        margin-right: 0;
    }
    .cs-widget-wrapper  button#qr_creator {
        background-color: #2595ff;
        border-color: #2595ff;
    }
}

    /*MAX-WIDTH 767PX*/
    @media(max-width: 767px){
        .qr-social-sec .cs-container {
            max-width: 575px;
        }
        .how-qr-work-list .cs-left, .how-qr-work-list .cs-center {
            padding-top: 70px;
        }
        .how-qr-work-list .cs-right img {
            width: 100%;
            max-width: 192px;
        }
        .how-qr-work-list .cs-right {
            flex: 0 0 230px;
            width: 230px;
            max-width: 230px;
        }
        .how-qr-work-list.cs-active .cs-center {
            font-size: 16px;
            line-height: 20px;
        }
        .how-qr-work-code-sec ul li:not(:last-child):before {
            top: 90px;
        }
        .cs-review-card.first-review .cs-right {
            flex-direction: column;
        }
        .cs-review-card.first-review .cs-right img {
            margin-left: 0px;
        }
        .cs-review-card .cs-right {
            padding-top: 2px;
        }
        .cs-review-card {
            padding: 30px 15px 35px 15px;
        }
        .how-qr-work-code-sec {
            padding: 55px 0;
        }
        .qr-social-sec h6 {
            font-size: 18px;
            line-height: 24px;
        }
        .two-review-card .cs-review-card:not(:last-child) .cs-left:before {
            height: 130%;
            top: 40px;
        }
        .quote-icon {
            position: absolute;
            bottom: 30px;
            left: 15px;
        }
        div#premium-msgs {
            margin-top: 30px;
        }


    }

    /*MAX-WIDTH 575PX*/
    @media(max-width: 575px){
        .how-qr-work-list {
            flex-direction: column;
            justify-content: center;
            text-align: center;
            align-items: center;
            max-width: 400px;
            margin: 0 auto;
        }
        .how-qr-work-code-sec ul li:not(:last-child):before {
            display: none;
        }
        .how-qr-work-list>div {
            padding-top: 30px;
        }
        .how-qr-work-list .cs-left, .how-qr-work-list .cs-center {
            padding-top: 20px;
        }
        .how-qr-work-list .cs-left p {
            margin-bottom: 0;
        }
        .how-qr-work-list .cs-left {
            padding-top: 0;
        }
        .how-qr-work-list .cs-right {
            flex: unset;
            width: 100%;
            max-width: 320px;
        }
        .how-qr-work-list .cs-right img {
            width: 100%;
            max-width: 100%;
        }
        .how-qr-work-list .cs-center , .how-qr-work-list.cs-active .cs-center {
            font-size: 20px;
            line-height: 23px;
            padding-left: 0;
            padding-right: 0;
            font-weight: 400;
        }
        .how-qr-work-list figure {
            margin-bottom: 0;
        }
        .how-qr-work-code-sec ul li:not(:last-child) {
            padding-bottom: 80px;
        }
        .qr-social-sec .cs-row>div {
            width: 100%;
            padding-top: 30px;
        }
        .qr-social-sec .cs-row {
            flex-direction: column;
            align-items: center;
        }
        .qr-social-card {
            max-width: 288px;
            margin: 0 auto;
        }
        .qr-social-card img.sub-img {
            display: none;
        }
        .qr-social-sec .cs-col-4.cs-center {
            order: 1;
        }

        .qr-social-sec .cs-col-4.cs-left {
            order: 2;
        }
        .qr-social-sec .cs-col-4.cs-right {
            order: 3;
            z-index: 0;
        }
        .cs-col-4.cs-center figure {
            max-width: 226px;   
        }
        .qr-social-card figure:before {
            position: absolute;
            /*content: "";*/
            left: 50%;
            transform: translateX(-50%);
            height: 100%;
            z-index: -1;
            border: 2px dashed #2595FF;
            border-radius: 26px;
        }
        .qr-social-sec .cs-row>div.cs-col-4.cs-center .qr-social-card:before {
            position: absolute;
            content: "";
            left: 50%;
            transform: translateX(-50%);
            height: 138px;
            z-index: 1;
            border: 2px dashed #2595FF;
            border-radius: 26px;
            bottom: unset;
            top: 100%;
        }
        .qr-social-sec .cs-col-4.cs-left .qr-social-card figure:before {
            position: absolute;
            content: "";
            left: 50%;
            transform: translateX(-50%);
            height: 130px;
            z-index: 1;
            border: 2px dashed #2595FF;
            border-radius: 26px;
            bottom: 0;
            top: 87%;
        }
        .cs-review-card .cs-right h3, .cs-review-card .cs-right .h3 {
            font-size: 15px;
            line-height: 18px;
            margin-bottom: 7px!important;
        }
        .cs-review-card .cs-right p {
            font-size: 13px;
            line-height: 16px;
            margin-bottom: 5px;
        }
        .cs-review-card .cs-right p a {
            font-size: 14px;
            line-height: 19px;
        }
        .cs-review-card .cs-right h3, .cs-review-card .cs-right .h3, .cs-review-card .cs-right p, .cs-review-card .cs-right a {
            word-break: break-word;
        }
        .cs-review-sec .btn {
            font-size: 15px;
            line-height: 22px;
        }
        /*220905*/
        .qr-social-sec .cs-col-4.cs-left .qr-social-card figure:nth-of-type(2):before {
            height: 191px;
            bottom: 0;
            top: 87%;
        }
        .qr-social-sec .cs-col-4.cs-right .qr-social-card figure:nth-of-type(1):before {
            position: absolute;
            content: "";
            left: 50%;
            transform: translateX(-50%);
            height: 131px;
            z-index: 1;
            border: 2px dashed #2595FF;
            border-radius: 26px;
            bottom: unset;
            top: 87%;
        }
        /*220905 end*/
        .cs-widget-wrapper .customization-options .tab button {
            width: 50%;
        }
        .cs-widget-wrapper .multi-social-btn, .cs-widget-wrapper .multi-social-btn button {
            width: 100%!important;
        }
    }
    /*RESPONSIVE END CSS*/


    @media(max-width: 992px) {

    }

    /*MAX-WIDTH 991PX*/
    @media(max-width: 991px) {
        /*other sec*/
        .cs-other-option-card.card-blue p,
        .cs-other-option-card.card-bg p {
            font-size: 14px !important;
            line-height: 22px !important;
        }

        .cs-other-option-card.card-bg h5, .cs-other-option-card.card-bg .h5 {
            font-size: 18px !important;
            line-height: 26px !important;
            margin-bottom: 5px !important;
        }

        .cs-other-option-card {
            padding: 15px !important;
            margin-top: 30px !important;
        }

        .cs-other-option-card figure {
            margin-right: 20px !important;
            flex: 0 0 90px !important;
        }

        .cs-other-option-sec {
            padding: 60px 0 !important;
        }

        .cs-other-option-head h5 {
            font-size: 24px !important;
            line-height: 30px !important;

        }

        .cs-other-option-head p {
            font-size: 18px;
            line-height: 27px;

        }

        /*other sec end*/
        .app-qr-download-content .row .col-md-4 {
            width: 50%;
        }

        .app-qr-download-content figure {
            padding-bottom: 71%;
        }

        .app-qr-download-content h5,
        .depth-analytics-content h5,
        .marketing-campaigns-content h4 {
            font-size: 26px!important;
            line-height: 32px!important;
        }

        .marketing-campaigns-content h6 {
            font-size: 18px!important;
            line-height: 26px!important;
            margin-bottom: 8px;
        }

        .marketing-campaigns-content .col-md-4 {
            width: 50%;
        }
        .s-d-content h1 {
            font-size: 25px!important;
            line-height: 32px!important;
        }
        .s-d-what-choose {
            padding: 60px 0!important;
        }
        .cs-other-option-sec {
            padding: 60px 0 !important;
        }
        .cs-other-option-card {
            margin-top: 40px !important;
        }
        section.cs-review-sec {
            padding: 50px 0;
        }
        .cs-rating-card h4 {
            font-size: 22px;
            line-height: 27px;
        }
        .cs-imgwrapper img {
            max-width: 90px;
        }
        .cs-rating-card h5, .cs-rating-card .h5 {
            font-size: 40px !important;
            line-height: 46px;
        }
        .cs-rating-card ul li img {
            max-width: 17px;
        }
        .cs-rate-inner a {
            font-size: 17px;
            margin-top: 5px;
            display: inline-block;
        }
        /*banner responsive*/
        .cs-widget-wrapper div#qr-code-container, .cs-widget-wrapper div#qr-code-generator {
            width: 100%;
        }
        .cs-first-phase h5.text-black.visible-xs.text-center.m-t-0 {
            display: none!important;
        }
        .cs-first-phase div#qr_code_div {
            width: 100%;
            border: none;
            max-width: calc(100% - 30px);
        }
        .cs-first-phase div#qr_sample_img img {
            width: 100%!important;
            height: 100%!important;
            object-fit: contain!important;
            max-width: 100%!important;
            max-height: 100%!important;
            margin: 0;
        }
        /*banner responsive end*/
    }

    /*MAX-WIDTH 767PX*/
    @media(max-width: 767px) {
        .cs-other-option-sec {
            padding: 50px 0 !important;
        }
        .cs-other-option-card figure {
            margin-right: 20px !important;
        }
        .cs-other-option-content .cs-row>div.cs-col-6 {
            width: 100% !important;
        }
        .cs-other-option-head p {
            font-size: 16px;
            line-height: 24px;
        }
        .app-qr-download-content .row .col-md-4 {
            width: 100%;
        }
        .app-qr-download-content h5,
        .depth-analytics-content h5,
        .marketing-campaigns-content h4 {
            font-size: 22px!important;
            line-height: 30px!important;
        }
        .marketing-campaigns-content .col-md-4 {
            width: 100%;
        }
        #qr_sample_img {
            height: 486px;
        }
        .cs-third-phase div#qr_code_div {
            border: none;
        }
         .cs-third-phase #qr_code_div img {
            max-width: 245px !important;
            max-height: 225px !important;
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }

    /*RESPONSIVE END CSS*/
    .latest-review-figure img {
        max-width: 529px;
        object-fit: contain;
        width: 100%;
    }
    /*10 aug 2022 new design css end*/

    /*11 august qr template css start */
    .s-d-what-choose {
        padding: 80px 0;
        background: #16212F;
    }

    .s-d-slider-card img {
        height: 100%;
        width: 100%;
        /* object-fit: scale-down; */
        object-fit: contain;
        position: absolute;
        left: 0;
        top: 0;
    }

    .s-d-slider-card figure {
        /* height: 300px; */
        padding-bottom: 70%;
        margin: 0px;
    }
    .what-choose-slider {
        max-width: 750px;
        margin: 0 auto;
    }
    .what-choose-slider .owl-item.center.active .item {
        transform: scale(1.2);
        transition: 0.3s ease-in-out;
    }

    .what-choose-slider .owl-item.active .item {
        transform: scale(1);
        transition: 0.3s ease-in-out;
    }
    .what-choose-slider .owl-item figure {
        position: relative;
    }
    .what-choose-slider.owl-carousel .owl-stage-outer {
        padding: 30px 0;
    }
    .what-choose-slider .owl-dots {
        text-align: center;
        margin-top: 8px;
    }
    .what-choose-slider .owl-dots button.owl-dot {
        background-color: #747b83;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 4px;
        outline: none;
    }
    .what-choose-slider .owl-dots button.owl-dot.active {
        background-color: #fff;
    }
    .s-d-what-choose .owl-nav button {
        position: absolute;
        top: 42%;
        left: 0 !important;
        text-align: unset;
        outline: none;
        box-shadow: none;
        transform: translateY(-50%);
    }
    .s-d-what-choose .owl-nav button i {
        color: #737a82;
        font-size: 18px;
    }
    .owl-nav {
        width: 100%;
    }
    .s-d-what-choose .owl-nav button.owl-next {
        right: 0;
        left: unset !important;
        text-align: right;
    }
    .s-d-content h1 {
        font-style: normal;
        font-weight: 400!important;
        font-size: 24px!important;
        line-height: 30px!important;
        text-align: center!important;
        color: #fff!important;
        margin-bottom: 30px!important;
    }
    .s-d-content {
        max-width: 720px;
        margin: 0 auto 40px;
    }
    .s-d-content p {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #E2E2E3 !important;
        margin-top: 15px;
    }
    .use-template-wrap a {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #2595FF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 26px;
        text-decoration: none;
    }
    .use-template-wrap a span {
        padding-right: 7px;
    }
    .use-template-wrap form input[type="email"] {
        padding: 8px 10px;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #16212F;
        outline: none;
        box-shadow: none;
        border: 1px solid #E4E5E7;
        border-radius: 4px;
        width: 100%;
        padding-right: 155px;
        margin: 0;
    }
    .use-template-wrap form input[type="email"]::placeholder {
        color: #979797;
    }
    .use-template-wrap form input.btn {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        background: #7CBFFF;
        border-radius: 4px;
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        height: 100%;
        outline: none !important;
        box-shadow: none !important;
    }
    .use-template-wrap form input.btn.active {
        background: #2595FF;
    }
    .use-template-wrap form {
        position: relative;
        max-width: 400px;
        margin: 0 auto;
    }
    .use-template-wrap {
        padding-top: 40px;
    }
    .what-choose-slider .item {
        display: block;
    }
    .what-choose-slider .owl-stage-outer:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        height: 100%;
        box-shadow: 0 0 130px 190px rgb(22 33 47 / 93%);
        z-index: 1;
    }
    .what-choose-slider .owl-stage-outer:before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 100%;
        box-shadow: 0 0 130px 190px rgb(22 33 47 / 93%);
        z-index: 1;
    }

    @media(max-width: 1400px) {
        .s-d-content {
            margin-bottom: 10px;
        }
        .what-choose-slider .owl-dots {
            margin-top: 0px;
        }
        .s-d-content h1 {
            font-size: 25px;
            line-height: 30px;
        }
        .s-d-content p {
            font-size: 14px;
            margin-top: 0px;
        }
        .use-template-wrap {
            padding-top: 30px;
        }
        .use-template-wrap a {
            margin-top: 15px;
        }
        .use-template-wrap form input[type="email"] {
            padding: 5px 10px;
            font-size: 14px;
            padding-right: 140px;
        }
        .use-template-wrap form input.btn {
            font-size: 14px;
        }
    }

    @media(max-width: 767px) {
        .s-d-what-choose .owl-nav {
            display: none;
        }
        .what-choose-slider .owl-item.center .item {
            transform: scale(1.2);
            transition: 0.3s ease-in-out;
        }
        .s-d-what-choose .col-md-12 {
            padding: 0px;
        }
        .s-d-what-choose .s-d-content,
        .use-template-wrap {
            padding-left: 15px;
            padding-right: 15px;
        }
        .s-d-content h1 {
            font-size: 24px;
            line-height: 28px;
            text-align: left;
        }
        .s-d-content p {
            text-align: left;
        }
        .s-d-content {
            margin-bottom: 30px;
        }
        .what-choose-slider .owl-dots {
            margin-top: 10px;
        }
        .use-template-wrap form input[type="email"] {
            background: #0D1724;
            border: none;
            /*border-bottom: 1px solid #979797;*/
            border-radius: 4px;
            text-align: center;
            padding-right: 10px;
            color: #fff;
        }
        .use-template-wrap form input[type="email"]::placeholder {
            color: #979797;
        }
        .use-template-wrap form input.btn {
            position: unset;
            padding: 7px;
            width: 100%;
            margin-top: 15px;
        }
        .s-d-slider-card figure {
            padding-bottom: 80%;
        }
        .s-d-what-choose .container {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
        .s-d-what-choose .container .row {
            margin-left: 0px;
            margin-right: 0px;
        }
        .s-d-content h1 br {
            display: none;
        }
        .use-template-wrap a {
            font-size: 14px;
            line-height: 19px;
        }
        .marketing-campaigns-content h6 {
            font-size: 20px!important;
            line-height: 27px!important;
            margin-bottom: 8px;
        }
        .app-qr-download-content h5, .depth-analytics-content h5, .marketing-campaigns-content h4 {
            font-size: 18px!important;
            line-height: 25px!important;
        }
        section.marketing-campaigns {
            padding: 30px 0;
        }
        section.cs-review-sec {
            padding: 50px 0 30px;
        }
        section.cs-rating-sec, section.create-pdf-step {
            padding: 30px 0;
        }
        .cs-other-option-head h5 {
            font-size: 21px !important;
            line-height: 27px !important;
        }
        .cs-other-option-head p {
            font-size: 14px;
            line-height: 21px;
            margin: 0;
        }
        .cs-other-option-card {
            margin-top: 10px !important;
        }
        .cs-other-option-card.card-bg h5, .cs-other-option-card.card-bg .h5 {
            font-size: 17px !important;
            line-height: 24px !important;
            margin-bottom: 5px !important;
        }
        .cs-other-option-card.card-blue p, .cs-other-option-card.card-bg p {
            font-size: 13px !important;
            line-height: 17px !important;
        }
        .s-d-what-choose {
            padding: 40px 0!important;
        }
        .depth-analytics-sec .cs-button-wrapper .cs-btn {
            font-size: 14px!important;
            line-height: 19px!important;
            padding: 9px 15px;
        }
        .depth-analytics-sec .cs-button-wrapper a {
            width: 100%!important;
            max-width: 255px!important;
        }
        .depth-analytics-sec .cs-button-wrapper a:last-child {
            margin-top: 10px!important;
        }
        .depth-analytics-sec .cs-button-wrapper {
           margin-top: 20px;
           flex-direction: column;
           align-items: center;
        }
        section.cs-rating-sec {
            padding: 30px 0;
        }
        .cs-widget-wrapper div#qr-code-container, .cs-widget-wrapper div#qr-code-generator {
            width: 100%!important;
            max-width: 100%!important;
        }
        .cs-widget-wrapper .social-toggle-btns {
            margin-top: 15px;
        }
        .multi-social-btn .switch {
            min-width: 30px;
        }
        h1.cs-social-heading, h6.cs-social-subheading {
            text-align: left!important;
        }
        h1.cs-social-heading {
            padding: 0 25px;
        }
        .cs-widget-logo-images img {
            max-width: 107px!important;
            height: 30px!important;
        }
        div#qrcg-widget-container {
            padding-bottom: 0;
        }
        .create-pdf-step .row>div {
            width: 100%;
        }
        .marketing-campaigns-content .row>div {
            width: 100%;
        }
        .cs-other-option-card.card-blue figure, .cs-other-option-card figure {
            flex: 0 0 40px!important;
        }
       .depth-analytics-sec .cs-row>div {
            width: 100%!important;
            max-width: 400px;
            margin: 0 auto 30px;
        }
        .depth-analytics-sec .depth-card .img-content , .cs-row.cs-top .depth-card.cs-left .img-content, .cs-row.cs-top .depth-card.cs-right .img-content, .cs-row.cs-center .depth-card.cs-left .img-content, .cs-row.cs-center .depth-card.cs-right .img-content, .cs-row.cs-bottom .depth-card.cs-left .img-content, .cs-row.cs-bottom .depth-card.cs-right .img-content {
            position: relative!important;
            left: unset!important;
            top: unset!important;
            bottom: unset!important;
            right: unset!important;
            width: 100%;
            max-width: 100%!important;
            margin: 0!important;
            padding-bottom: 13px;
        }
        .depth-analytics-sec .depth-card .img-content svg , .img-content h6 br{
            display: none;
        }
        .depth-card.cs-center {
            margin-top: 0!important;
        }
        .img-content h6 {
            font-size: 16px!important;
            line-height: 19px!important;
        }
        .cs-rating-content>.row>div {
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
        }
        .cs-rating-content>.row>div:not(:last-child) {
            margin-bottom: 15px;
        }
        section.cs-review-sec .btn {
            font-size: 20px;
            line-height: 26px;
        }
        .depth-analytics-content h5, .s-d-content h1, .marketing-campaigns .marketing-campaigns-content h4, .qr-social-sec h4, .cs-review-sec h4 {
            font-size: 28px!important;
            line-height: 33px!important;
        }
        .pdf-step-inner, .step-videos {
            padding: 60px 34px 120px;
        }
        .pdf-step-inner li button {
            font-size: 13px;
            line-height: 16px;
        }
        .pdf-step-inner h3 {
            font-size: 30px !important; 
            line-height: 30px !important;
        }
        .pdf-step-inner {
            padding-bottom: 20px;
        }
        .cs-other-option-card.card-blue {
            padding-top: 15px!important;
            padding-bottom: 15px!important;
        }
    }

    @media (max-width:600px) {
        .what-choose-slider .owl-stage-outer:after {
            box-shadow: 0 0 50px 60px rgb(22 33 47 / 93%);
        }
        .what-choose-slider .owl-stage-outer:before {
            box-shadow: 0 0 50px 60px rgb(22 33 47 / 93%);
        }
       .qr-social-sec h6 {
            font-size: 16px;
            line-height: 24px;
            max-width: 240px;
            margin: 0 auto;
        }
        .qr-social-sec .button-wrapper .btn {
            font-size: 12px;
            line-height: 15px;
            padding: 10px 15px;
        }
        section.qr-social-sec {
            padding-bottom: 40px;
        }
        .how-qr-work-code-sec h5 {
            font-size: 30px !important;
        }
    }

    @media screen and (min-device-width: 380px) and (max-device-width: 575px) { 
        .qr-social-card {
            max-width: 352px;
            margin: 0 auto;
        }
        .qr-social-sec .cs-row>div.cs-col-4.cs-center .qr-social-card:before {
            height: 151px;
        }
        .qr-social-sec .cs-col-4.cs-left .qr-social-card figure:before {
            height: 159px;
        }
        .qr-social-sec .cs-col-4.cs-left .qr-social-card figure:nth-of-type(2):before {
            height: 220px;
        }
        .qr-social-sec .cs-col-4.cs-right .qr-social-card figure:nth-of-type(1):before {
            height: 161px;
        }
    }
    /*220906 end*/
    @media (max-width:425px) {
        .how-qr-work-code-sec h5 {
            font-size: 24px !important;
        }
    }
    /*220912 start*/

        .how-qr-work-code-sec h5 {
            font-family: 'Work Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 34px !important;
            line-height: 40px;
            text-align: center;
            color: #FFFFFF;
        }
        a#more-btn {
            padding-top: 60px;
        }
     /*220912 end*/

    .create-pdf-step .pdf-right .step-videos {
      padding: 60px 8px 120px !important;
    } 

    .social-toggle-btns .form-check-label {
    font-size: 14px; 
  }

  h2.dynamic_widget_title{
    margin-bottom: 20px !important;
    font-weight: 500 !important;
    padding-top: 0 !important;
    line-height: 1.6;
}
.sectionTitle {
    font-weight: 400;
    font-size: 32px!important;
    line-height: 40px!important;
    font-style: normal !important;
    text-align: center;
    color: #16212F;
}
.sectionTitle strong{
    font-weight: 600;
}
.color-white{
    color: #ffffff!important;
}
.qr-social-sec p.qr-social-sec-subtitle {
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #16212F;
}
.pdf-step-inner .sectionTitle{
    margin: 0px;
    font-weight: 600;
    font-size: 30px !important;
    color: #16212F;
    line-height: 32px!important;
    text-align: left;
}
.color-primary {
    color: #2595FF!important;
}
.mb-0{
    margin-bottom: 0!important;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-60{
    margin-bottom: 60px;
}
.text-left{
    text-align: left!important;
}
.depth-card .img-content p{
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #DBDFE3;
    margin: 0;
    padding: 0;
}
.depth-card:hover .img-content p{
    color: #2595FF;
}
@media (max-width: 767px){
    .sectionTitle{
        font-size: 28px!important;
        line-height: 34px!important;
    }
    .qr-social-sec p.qr-social-sec-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}