/* nav start */

@media (max-width: 767px) {
    .desktop {
        display: none !important;
    }
    .content {
        margin: 0 22px;
    }
    .client-img img {
        width: 100%;
    }
    .solution {
        display: none;
    }
    .home-page .banner {
        /* height: 440px !important; */
    }
    .home-page .banner .content {
        padding: 100px 0 50px 30px !important;
    }
    nav.mobile {
        background: #CB2133;
        width: 100%;
        height: 38px;
        position: fixed;
        background-color: rgb(0, 0, 0, 0.4);
        z-index: 99;
        top: 0;
    }
    nav.mobile.fixed-header {
        background-color: #CB2133;
        transition: background-color 0.3s ease;
    }
    .mobile .navbar-brand {
        padding-top: 8px;
    }
    .navbar-brand svg,
    .navbar-brand img {
        width: 100px;
    }
    .nav-rt {
        float: right;
    }
    .nav-rt a {
        font-weight: bold;
        font-size: 11px;
        line-height: 38px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0.56px;
        color: #fefefe;
        background-color: #bd0f2c;
        padding: 0 6px;
    }
    .menu-icon {
        float: right;
        padding: 8px 0 9px 8px;
        padding-left: 8px;
    }
    .menu-icon span {
        width: 16px;
        height: 1.5px;
        background-color: #fff;
        margin: 4px 0;
        display: block;
    }
    .pop-over {
        position: fixed;
        height: 100%;
        bottom: 0;
        top: 0;
        right: -100%;
        width: 100%;
        z-index: 99;
        /* background: rgba(0,0,0,.6); */
        transition: right 0.3s linear;
    }
    .topnav {
        /* display: none; */
        /* position: fixed;
        height: 100%;
        bottom: 0;
        top: 0;
        right: 0; */
        width: 75%;
        height: 100%;
        box-sizing: border-box;
        padding: 97px 30px;
        background-image: linear-gradient(to top, #e7e7e7, #f9f9f9);
        color: #d82d48;
        z-index: 99;
        float: right;
    }
    .topnav li {
        list-style: none;
        /* padding: 20px; */
    }
    .topnav a {
        display: block;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        line-height: 2.33;
        letter-spacing: 1.05px;
        color: #d82d48;
        padding-bottom: 16px;
        border-bottom: .5px solid rgba(0, 0, 0, .2);
        margin-bottom: 22px;
        cursor: pointer;
    }
    .topnav li:last-child a {
        border: none;
    }
    .close-menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        display: block;
        padding: 15px;
        background: #d82d45;
    }
    .close-menu:hover {
        opacity: 1;
    }
    .close-menu:before,
    .close-menu:after {
        position: absolute;
        left: 25px;
        content: '';
        height: 20px;
        width: 2px;
        background-color: #fff;
    }
    .close-menu:before {
        transform: rotate(45deg);
    }
    .close-menu:after {
        transform: rotate(-45deg);
    }
    /* Top banner start*/
    .ht-banner {
        position: absolute;
        left: 0;
        top: 40px;
        padding: 0 24px;
    }
    .tb-title {
        font-size: 20px;
        font-weight: normal;
        /* line-height: 32px; */
        color: #ffffff;
        padding-top: 40px;
    }
    .tb-title br {
        content: '';
    }
    .tb-subtitle {
        font-size: 12px;
        font-weight: normal;
        color: #ffffff;
        padding: 20px 0 30px;
    }
    .tb-btn {
        border-radius: 2.5px;
        box-shadow: -1.7px 1px 10px 0 rgba(0, 0, 0, 0.09);
        background-color: #f76378;
        display: inline-block;
        font-family: Roboto;
        font-size: 9px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        padding: 10px 10px;
    }
    /* Top banner end*/
    /* Sec */
    .flex-container {
        display: flex;
        justify-content: center;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }
    .flex-container .pi-item {
        width: 33.33%;
        margin: 10px 8px;
        text-align: center;
        border-right: solid 1px rgba(0, 0, 0, .2);
        padding-right: 8px;
    }
    .pi-item p {
        font-size: 8px;
        font-weight: bold;
        color: #1c1c1c;
        text-transform: uppercase;
    }
    .pi-item span {
        font-size: 15px;
        color: #d41132;
        font-weight: 500;
    }
    .status {
        padding-bottom: 22px;
    }
    .status .content {
        border-radius: 5px;
        box-shadow: 0px 4px 15.9px 1.6px rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
        width: auto;
        margin: -28px 12px 0;
    }
    .flex-container .pi-item:last-child {
        border: none;
    }
    /* client start */
    .client .content {
        background: #fff;
        padding: 18px 16px 12px;
    }
    .client-img {
        width: 25%;
        float: left;
        text-align: center;
        padding: 6px 8px;
        box-sizing: border-box;
    }
    .experience {
        padding: 12px 0;
    }
    .experience .img-wrapper img {
        width: 110%;
        display: block;
        margin-left: -10%;
    }
    .experience .content {
        position: static;
        left: 0;
        top: 0;
        margin: 0 22px;
        max-width: 100%;
    }
    .experience h2 {
        padding: 16px 0 12px;
        font-size: 20px;
        line-height: 1.25;
        color: #272727;
    }
    .experience p {
        font-size: 14px;
        color: #272727;
    }
    .experience .img-wrapper {
        margin-top: 23px;
    }
    /* client end */
    /*product-cycle start  */
    .product-cycle .content {
        background: #e9e9e9;
        margin-top: 12px;
        margin-bottom: 12px;
        padding: 24px;
    }
    .product-cycle .content h2 {
        padding: 8px 0;
        font-size: 20px;
    }
    .pci-img img {
        max-width: 130px;
        width: 100%;
    }
    .product-cycle h3 {
        display: block;
        font-size: 16px;
    }
    .pc-item .pci-hover {
        border: 0;
        position: relative;
        background: transparent;
        /* text-align: left; */
        padding: 0;
    }
    .pc-item .pci-hover h3 {
        display: none;
    }
    .pc-item {
        width: 100%;
        text-align: left;
        margin-bottom: 12px;
    }
    .pc-wrapper {
        flex-direction: column;
    }
    .product-cycle p {
        opacity: 1;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        padding-top: 12px;
    }
    .pc-item:hover h3 {
        color: initial;
        font-size: initial;
    }
    .pc-item:hover .pci-hover {
        box-shadow: none;
        padding: 0;
    }
    /* .pc-item {
        padding-top: 23px;
    } */
    .bar {
        transform: rotate(90deg);
        float: right;
        transition: auto;
        margin-top: 31px;
        margin-right: -30px;
    }
    .bar span {
        width: 65px;
        height: 2px;
        background: #d41132;
        display: inline-block;
    }
    /* product-cycle end */
    /*solutions start */
    .solution {
        display: block;
    }
    .solution .content {
        background: #e9e9e9;
        margin-top: 12px;
        margin-bottom: 22px;
        padding: 24px;
    }
    .solution .content h2 {
        padding: 8px 0 12px;
        font-size: 20px;
    }
    .solution-item {
        flex-wrap: wrap;
        align-items: center;
        margin: 8px 0;
    }
    .solution .img-wrapper {
        width: 100% !important;
        padding-bottom: 8px;
    }
    .solution .solution-text {
        width: 90% !important;
        position: relative;
    }
    .sol-row1 .solution-text {
        width: 90% !important;
        position: relative;
    }
    .sol-row1 .line,
    .sol-row3 .line,
    .sol-row4 .line-hr {
        display: none;
    }
    .sol-row1 .solution-text::after,
    .sol-row3 .img-wrapper::after {
        content: '';
        width: 2px;
        height: 65px;
        background: #d41132;
        position: absolute;
        right: -10%;
        top: 50%;
        margin-top: -30px;
    }
    .sol-row3 {
        position: relative;
    }
    .sol-row3 .img-wrapper::after {
        top: 0;
        right: 2px;
        margin-top: 0px;
    }
    .sol-row2 .img-wrapper {
        order: 1;
    }
    .sol-row2 .line-hr {
        order: 2;
    }
    .sol-row2 .solution-text {
        order: 3;
    }
    .sol-row4 .img-wrapper::before {
        content: '';
        width: 65px;
        height: 2px;
        background: #d41132;
        margin: 16px 0;
        display: block;
    }
    .sol-row4 .img-wrapper {
        order: 1;
    }
    .sol-row4 .solution-text {
        order: 3;
    }
    .solution-text h3 {
        padding: 16px 0 18px;
        font-size: 20px;
    }
    .solution-text p {
        font-size: 13px;
        padding-bottom: 8px;
    }
    .line {
        position: relative;
    }
    .line span {
        display: inline-block;
        width: 65px;
        height: 2px;
        background: #d41132;
        transform: rotate(90deg);
        margin-top: 0;
        position: absolute;
        left: -33px;
    }
    .line-hr span {
        display: inline-block;
        width: 65px;
        height: 2px;
        background: #d41132;
        margin-top: 30px;
    }
    /* Solutions end */
    /*client-info slider start */
    .client-info {
        margin: 15px 0;
        padding: 30px 0 16px;
    }
    .ci-item {
        position: relative;
    }
    .ci-text {
        margin: 8px 12px 0;
    }
    .ci-item img.quote-icon {
        max-width: 22px;
        height: 18px;
    }
    .ci-item img.ci-icon {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 80px;
        height: 30px;
    }
    .ci-text .title {
        font-size: 15px;
    }
    .ci-text .subtitle {
        font-size: 10px;
        padding: 4px 0 8px;
    }
    .ci-text .text {
        font-size: 13px;
        width: 100%;
        padding-bottom: 12px;
    }
    /*client-info slider end */
    /* quote Slider section start */
    .quote-sec {
        background-image: linear-gradient(to top, #f35942, #db1a3a);
    }
    .qoute-item {
        padding: 23px 0 10px;
    }
    .brand-icon {
        width: 80px;
        float: right;
        margin: 10px 0 20px;
    }
    .quote-text {
        clear: both;
        width: 100%;
        display: flex;
        align-items: stretch;
        /* background-color: #f1f1f1; */
    }
    .quote-text img {
        width: 30px;
        height: 26px;
        margin-right: 10px;
    }
    .author-detail {
        flex-grow: 1;
        color: #ffffff;
    }
    .title {
        font-size: 16px;
        font-weight: bold;
    }
    .subtitle {
        font-size: 11px;
        padding: 5px 0 12px;
    }
    .text {
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.46;
        color: #ffffff;
        padding-bottom: 36px;
    }
    /* quote Slider section start */
    /* Footer start*/
    footer {
        background: #bd0f2c;
    }
    footer .content {
        padding: 12px 0;
        margin-bottom: 0;
    }
    .footer-logo {
        padding: 18px 0 16px;
        width: 100px;
    }
    .f-address,
    .f-navigation {
        width: 100%;
    }
    footer .address {
        font-size: 11px;
        font-weight: 500;
        color: #ffffff;
        padding: 4px 0;
    }
    footer ul {
        padding: 16px 0;
    }
    footer ul li {
        width: 50%;
        padding: 5px 0;
    }
    footer ul li a {
        font-size: 11px;
        letter-spacing: 0.45px;
        padding: 6px 0;
    }
    footer h2 {
        font-size: 13px;
        color: #fff;
        padding: 5px 0;
    }
    footer .demo-btn {
        width: 64px;
        border-radius: 2.5px;
        box-shadow: -1.7px 1px 10px 0 rgba(0, 0, 0, 0.09);
        background-color: #f76378;
        display: inline-block;
        padding: 8px;
        font-size: 8px;
        font-weight: bold;
        color: #ffffff;
        letter-spacing: 0.56px;
        text-transform: uppercase;
    }
    .copyright {
        margin-top: 16px;
        padding: 12px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .copyright p {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.6;
    }
    .copyright p a {
        color: inherit;
    }
    footer input[type=text] {
        border: none;
        border-bottom: .5px solid rgba(255, 255, 255, 0.6);
        color: rgba(255, 255, 255, 0.6);
        background: transparent;
        padding: 7px 0;
        margin-right: 10px;
    }
    footer input[type=text]::-webkit-input-placeholder {
        /* Edge */
        color: rgba(255, 255, 255, 0.6);
    }
    footer input[type=text]:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: rgba(255, 255, 255, 0.6);
    }
    footer input[type=text]::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }
    footer input[type=text]:focus {
        outline: none;
    }
    /* Footer end */
    .pb-content {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 80px;
        padding: 0 22px;
    }
    .pb-content h2 {
        font-size: 22px;
        line-height: 1.36;
    }
    .prod-nav {
        width: 100%;
        overflow: auto;
        margin-bottom: 23px;
        top: 38px;
    }
    .prod-nav .content {
        display: block;
    }
    .prod-item {
        width: auto;
        padding: 5px 3%;
        text-align: center;
        display: inline-block;
    }
    .prod-item img {
        max-width: 20px;
    }
    .prod-page .prod-item.hh img {
        width: 15px;
    }
    .prod-page .prod-item.sm img {
        max-width: 26px;
    }
    .prod-item p {
        font-family: Roboto;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 6px 0;
    }
    .prod-item.active p {
        border-bottom: 1.5px solid #d41132
    }
    .prod-list .content {
        margin: 0 22px;
    }
    .prod-detail {
        padding: 16px 24px;
        background: #e9e9e9;
    }
    .prod-img {
        width: 103px;
    }
    .prod-detail h2 {
        padding: 4px 0 12px;
        font-size: 20px;
    }
    .prod-detail h3 {
        font-size: 14px;
        line-height: 1.69;
        letter-spacing: 0.26px;
        padding: 12px 0 8px;
        color: #e53d3d;
        text-align: left;
    }
    .p-note {
        font-size: 13px;
        font-weight: 500;
        color: #272727;
        line-height: 1.58;
        width: 100%;
        padding: 0;
    }
    .pdi-normal {
        display: none;
    }
    .pd-item .pdi-hover {
        position: relative;
        background-color: transparent;
        bottom: 0;
        padding: 0;
    }
    .pd-item:hover .pdi-hover {
        padding: 0;
    }
    .prod-detail p,
    .prod-detail li {
        padding-bottom: 20px;
        font-weight: 500;
        line-height: 1.58;
        width: 100%;
        font-size: 13px;
        color: #272727;
    }
    .prod-desc {
        width: 100%;
        float: left;
        display: block;
        text-align: left;
        padding-top: 0;
        justify-content: left;
        flex-wrap: wrap;
    }
    .pd-item {
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 12px;
    }
    .pd-item::before {
        content: '';
        width: 50px;
        height: 1.5px;
        /* background-color: #d41132; */
        display: block;
        margin: 0;
        border-width: 1.5px;
    }
    .prod-line {
        width: 50px;
        height: 2px;
        background-color: #d41132;
        display: block;
    }
    .pd-item br {
        content: ' ';
    }
    .pd-item br:after {
        content: ' ';
    }
    .prod-detail ul {
        list-style: none;
    }
    .prod-detail ul li::before {
        content: "\2022";
        color: #d41132;
        font-weight: bold;
        display: inline-block;
        width: 15px;
        margin-left: -15px;
        font-size: 27px;
    }
    /* solution page start */
    .solution-page .sb-content {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 80px;
        padding: 0 22px;
    }
    .solution-page .sb-content h2 {
        font-size: 28px;
        line-height: 1.46;
    }
    .solution-sec1 {
        display: none;
    }
    .solution-sec2 {
        padding-bottom: 16px;
    }
    .sol-item2 {
        padding: 16px 32px;
    }
    .sol-item2 .heading {
        text-align: left;
    }
    .sol-item2 h2 {
        padding: 16px 0;
        text-transform: uppercase;
        font-size: 22px;
        color: #272727;
    }
    .sol-item2 h3 {
        max-width: 100%;
        padding-bottom: 22px;
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.46;
        color: #272727;
    }
    .si-lt,
    .si-rt {
        width: 100%;
        float: left;
    }
    .tab {
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        border: none;
    }
    .tab::after {
        content: '';
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        display: block;
    }
    .tab button {
        font-size: 16px;
        font-weight: 500;
        color: rgba(39, 39, 39, 0.5);
        padding: 12px 14px;
        /* display: inline; */
        float: none;
        width: auto;
        box-sizing: border-box;
        border-width: 2px;
        top: 2px;
    }
    .tabcontent {
        padding: 10px 0;
    }
    .tabcontent p {
        padding: 10px 0;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.55;
        color: #272727;
    }
    /* solution page end */
    /* contact-us mobile page style start */
    .cu-bText {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 80px;
        padding: 0 22px;
    }
    .cu-bText h2 {
        width: 100%;
        font-size: 17px;
        line-height: 1.36;
    }
    .cu-row1 {
        margin: 0;
    }
    .cu-row1 .content,
    .cu-row2 .content {
        background: #e9e9e9;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 24px 24px;
    }
    .carrer-wrapper,
    .row2-content {
        display: block;
    }
    .contect-form {
        width: 100%;
        max-width: 100%;
    }
    .cu-row1 .title h2 {
        font-size: 20px;
    }
    .cu-row1 .title p {
        font-size: 14px;
        margin: 6px 0 8px;
    }
    .career-item::before {
        content: '';
        width: 90px;
        height: 2px;
        margin-bottom: 12px;
    }
    .cu-row1 .title {
        padding-bottom: 20px;
    }
    .career-item h3 {
        font-size: 18px;
        padding-bottom: 4px;
    }
    .career-item p {
        font-size: 16px;
        padding: 2px 0;
    }
    .career-item {
        padding-bottom: 30px;
    }
    .cu-row2 .title h2 {
        font-size: 20px;
    }
    .cu-row2 .title p {
        font-size: 14px;
        margin: 12px 0 18px;
    }
    .floating-label {
        position: relative;
        margin: 12px 0;
        padding: 8px 0;
    }
    .floating-label label {
        top: 8px;
        font-size: 14px;
    }
    .floating-input {
        padding: 2px 0px;
        height: 22px;
        font-size: 14px;
    }
    .floating-input:focus~label,
    .floating-input:not(:placeholder-shown)~label {
        top: -7px;
        font-size: 11px;
    }
    .contect-details {
        margin: 30px 0;
    }
    .cu-address {
        display: none;
    }
    .cu-address .navbar-brand {
        float: left;
    }
    .contect-form input[type="submit"],
    .submit-btn {
        font-size: 13px;
        padding: 12px 36px;
        display: block;
        margin: 30px auto 60px;
    }
    /* contact-us  mobile page style end */
    /* Resource mobile page start */
    .res-sec,
    .blog-page-sec {
        padding-top: 4px;
    }
    .blog-item1,
    .blog-item1.master {
        width: 100%;
        margin-bottom: 22px;
        height: auto;
    }
    .see-all {
        font-size: 16px;
        line-height: 42px;
        margin: 8px auto 24px;
    }
    .item-type1-title {
        font-size: 24px;
        padding: 20px 0;
    }
    .blog-item1 .text h2 {
        font-size: 23px;
        padding-bottom: 12px;
    }
    .blog-item1 .text {
        padding: 24px 16px 6px;
    }
    .blog-item1 .text p {
        font-size: 14px;
        line-height: 1.26;
    }
    /* Resource mobile page end */
    /* Resource detail mobile page start */
    .res-detail-row1 {
        margin-top: 46px;
    }
    .rdb-title {
        padding-top: 20px;
        text-align: left;
    }
    .rdb-title h2 {
        font-size: 20px;
        line-height: 1.3;
    }
    .rdb-title p {
        font-size: 14px;
        padding: 10px 0 20px;
    }
    .rdb-title p br {
        content: ' ';
    }
    .rdb-title p br:after {
        content: ' ';
    }
    .rdp-lt {
        width: 100%;
        padding: 0;
    }
    .res-detail-row2 .content {
        padding: 0;
    }
    .res-detail-row2 {
        margin: 20px 0;
    }
    .rdp-lt h2 {
        font-size: 15px;
        padding-bottom: 20px;
    }
    .rdp-lt p {
        font-size: 13px;
        padding-bottom: 20px;
    }
    .rdp-rt {
        width: 100%;
    }
    .rdp-rt h2 {
        font-size: 22px;
        padding-bottom: 20px;
    }
    .rdp-rt .desc h3 {
        font-size: 16px;
        padding-bottom: 6px;
    }
    .articleList {
        height: auto;
        overflow-y: unset;
    }
    .item-type2 {
        padding-bottom: 12px;
    }
    .rdp-rt .desc {
        padding: 0 0 0 12px;
    }
    /* Resource detail mobile page end */
    /*Integration mobile page start  */
    .int-bText {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 98px;
        padding: 0 22px;
    }
    .int-bText h2 {
        font-size: 24px;
        line-height: 1.26;
    }
    .mp-title {
        display: block;
        width: 100%;
    }
    .mp-lt img {
        max-width: 124px;
    }
    .mp-lt,
    .mp-rt {
        width: 100%;
        text-align: left;
        padding: 12px 0;
    }
    .mp-rt h2 {
        padding: 12px 0;
        font-size: 18px;
        line-height: 1.25;
        color: #272727;
        text-transform: uppercase;
    }
    .mp-rt p {
        font-size: 14px;
        width: 100%;
    }
    .maketplace {
        margin: 22px 0;
        padding: 16px 24px 8px;
    }
    .mp-list {
        flex-direction: column;
        padding: 8px 0;
    }
    .mpi-normal {
        padding: 0px;
    }
    .mp-item {
        width: 100%;
        border-right: none;
        padding: 8px 0;
        margin: 0;
    }
    .mp-item img {
        max-width: 100px;
        max-height: 50px;
    }
    .mp-item p {
        padding: 10px 0 24px;
        font-size: 14px;
    }
    .mp-item::after {
        content: none;
    }
    .inte-sec2 .mp-title,
    .cp-logo-sec {
        margin-top: 0px;
        /* padding: 16px 0; */
    }
    .inte-sec2 .mp-lt,
    .inte-sec2 .mp-rt {
        width: 100%;
        text-align: left;
        margin: 0;
        max-width: 100%;
    }
    .cp-logo-sec {
        padding: 12px 0;
        clear: both;
    }
    .inte-sec2 .mp-lt img {
        max-width: 220px;
        margin-top: -10px;
    }
    .inte-sec2 .mp-rt {
        padding: 12px 0 0;
    }
    .cp-logo {
        width: 33.33%;
        float: left;
        padding: 8px;
        text-align: center;
        box-sizing: border-box
    }
    .cp-slider .row img {
        max-width: 100%;
        max-height: 40px;
    }
    .cp-slider {
        margin: auto -8px;
    }
    .cpl-wrapp {
        width: 100%;
    }
    .cp-slider .row .cp-logo:nth-child(4n+1) {
        clear: none;
    }
    .cp-slider .row .cp-logo:nth-child(3n+1) {
        clear: both;
    }
    /*Integration mobile page end  */
    .privacy-container {
        padding: 18px 22px;
        background: #e9e9e9;
        margin: 62px 7% 32px;
    }
    .pp-title h2 {
        padding: 8px 0 16px;
        font-size: 20px;
        color: #272727;
    }
    .pp-title p,
    .pp-title li {
        width: 100%;
        padding-bottom: 12px;
        font-size: 13px;
    }
    .pp-title h4 {
        font-size: 18px;
        padding: 8px 0 12px;
    }
    .pp-title ul,
    .pp-content ul,
    .pp-content p,
    .pp-content li {
        width: 100%;
        font-size: 13px;
        line-height: 1.7;
    }
    .pp-content h4 {
        padding: 12px 0 10px;
        font-size: 16px;
    }
    .pp-content p,
    .pp-content li {
        padding-bottom: 16px;
    }
    .popup-content {
        padding: 0 30px 40px 30px;
    }
    .popup-content .submit-btn {
        font-size: 13px;
        padding: 12px 36px;
        display: block;
        margin: 0 auto 18px;
    }
    .popup p {
        font-size: 20px;
    }
    #recaptchaHtml, #recaptchaHtml1{
        margin-bottom: 10px;
    }
    #cookieNotice {
        width: 84%;
        padding: 20px 8%;
    }
    #cookieNotice .msg-wrap{
        width: 100%;
    }
    #cookieNotice .btn-wrap{
        width: 100%;
        text-align: left;
        margin-top: 16px;
    }
    #cookieNotice .btn{
        height: 36px;
    }
    .banner::before{
        background-image: url(https://pyck-res-bucket.s3-ap-southeast-1.amazonaws.com/clickpost_assets/assets/clickpost/Home_banner_mobile.png);
    }
    .rt-banner {
        position: absolute;
        left: unset;
        top: 18%;
    }
}