* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
}
body {
    background: #F3F5F6;
    font-family: "Asap", sans-serif;
}
div.wrapper {
    width: 100%;
    display: inline-block;
}
.container {
    width: 1200px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}
header#siteHeader {
    position: absolute;
    width: calc(100% - 30px);
    left: 0;
    margin-top: 15px;
    margin-left: 15px;
    z-index: 123;
}
section#siteBanner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section#siteBanner .content {
    width: calc(50% - 40px);
    padding: 20px;
}
section#siteBanner .image-area {
    width: 50%;
}
section#siteBanner .content h1 {
    font-size: 80px;
    font-weight: 800;
}
section#siteBanner .content h3.tagline {
    font-size: 28px;
    margin: 20px 0px;
    font-weight: 600;
}
section#siteBanner .content p.features {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 50px;
}
section#siteBanner .content a.cta-button {
    background-image: linear-gradient(to right, #9298F9, #2547F9);
    text-decoration: none;
    padding:20px 30px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}
section#siteBanner .content a.cta-button:hover {
    background-image: linear-gradient(to right, #666DD8, #2547F9)
}
section#siteBanner .content .price {
    font-weight: 600;
    font-size: 28px;
}
section#siteBanner .image-area .app-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
section#siteBanner .image-area .app-preview .launch-badge {
    position: absolute;
    left: 0;
    background-image: linear-gradient(to right, #9298F9, #2547F9);
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    width: 276px;
    padding:25px;
    text-align: center;
    border-radius:10px;
    z-index: 12;
    transform: rotate(-10deg);
}
section#siteBanner .image-area .app-preview img.phone-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    z-index: 123;
}
section#siteBanner .image-area .app-preview img.dashCirclee {
    position: absolute;
}
section#siteBanner .image-area .app-preview img.dashCircle {
    position: absolute;
}
section#siteBanner .image-area .app-preview .dashCirclee {
    width: 70%;
    position: absolute;
    left: 65%;
    height: 96%;
    border: 2px dashed #ccc;
    border-radius:100%;
}
section#imageSlider .logoSlides {
    background:#fff;
    margin: 20px 15px;
    padding:0;
    text-align: center;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:20px;
}
section#imageSlider .logoSlides img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
section#imageSlider {
    margin:120px 0px 80px;
}
div.left_sh .product-gallery .slider-nav {
    width: 130px;
    margin-right: 15px;
}
div.left_sh .product-gallery .product-slider {
    width: calc(100% - 150px);
}
div.product-gallery .slider-nav .slideImage {
    margin:0px 5px;
}
div.product-gallery .slider-nav .slideImage img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.product-container .right_sh .product-info span.deman {
    color: red;
    font-weight: 700;
}


section#whyChoose h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 64px;
    font-weight: 800;
}

section#whyChoose .features-grid {
    -moz-column-count:3;
    -moz-column-gap: 24px;
    -moz-column-width: calc(33% - 20px);
    -webkit-column-count:3;
    -webkit-column-gap: 24px;
    -webkit-column-width: calc(33% - 20px);
    column-count: 3;
    column-gap: 24px;
    column-width: calc(33% - 20px);
}
section#whyChoose .feature-card {
    background-color: white;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 30px;
}
section#whyChoose .icon-container {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
section#whyChoose .icon {
    width: 60px;
    height: 60px;
}
section#whyChoose .icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
section#whyChoose .feature-title {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 8px;
}
section#whyChoose .feature-description {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}
section#whyChoose .feature-card:nth-child(1) .feature-title {
    margin-top: 150px;
}
section#whyChoose .feature-card:nth-child(2) .feature-title {
    margin-top: 100px;
}
section#whyChoose .feature-card:nth-child(3) .feature-title {
    margin-top: 100px;
}
section#whyChoose .feature-card:nth-child(4) .feature-title {
    margin-top: 180px;
}
section#whyChoose .feature-card:nth-child(5) .feature-title {
    margin-top: 150px;
}
section#whyChoose .feature-card:nth-child(6) .feature-title {
    margin-top: 130px;
}




section#promoApp {
    margin-top: 50px;
    width: 100%;
    display: inline-block;
}
.promo-container {
    max-width: calc(100% - 60px);
    margin: 0 auto;
    background: linear-gradient(90deg, #7f78ff 0%, #4066e0 100%);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
}
.promo-left {
    width: 30%;
    color: white;
    position: relative;
    z-index: 2;
}
.promo-label {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.promo-price {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}
.promo-button {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    padding:20px 50px;
    border-radius:10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration:none;
    margin-top: 10px;
    transition: 0.3s ease-in-out;
}
.promo-button:hover {
    background-image: linear-gradient(to right, #666DD8, #2547F9);
    color: #fff;
}
.promo-center {
    width: 30%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.phone-mockup {
    width: 100%;
    position: relative;
    text-align: center;
}
.phone-frame {
    width: 100%;
    max-width: 300px;
    position: relative;
    z-index: 123;
}
.phone-screen {
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 100%;
    border-radius:50%;
    overflow:hidden;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #fff;
}
.phone-screen img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}
.promo-right {
    width: 30%;
    color: white;
    position: relative;
    z-index: 2;
}
.benefits-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.benefits-list {
    list-style-type: none;
}
.benefits-list li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.benefits-list li::before {
    content: "✓";
    color: #000;
    font-size: 20px;
    background:#fff;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:90px;
    margin-right: 10px;
    font-weight: 800;
}
.glow-effect {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
}
footer#siteFooter {
    width: 100%;
    display: inline-block;
}
footer#siteFooter .footerBox {
    text-align: center;
    max-width: 750px;
    margin:80px auto;
}
footer#siteFooter .footerBox .mainItem p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
}

div.copyRightItem {
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
div.copyRightItem .copyright {
    font-size: 14px;
    color: #070808;
    flex:1;
}
div.copyRightItem .social-links {
    display: flex;
    gap:10px;
    flex:1;
    justify-content: center;
}
div.copyRightItem .social-link {
    display: flex;
    align-items: center;
    padding:12px 30px;
    background-color: #ffffff;
    border-radius:10px;
    text-decoration:none;
    color: #070808;
    font-size: 14px;
    transition:all 0.3s ease;
    border:1px solid #e0e0e0;
}
div.copyRightItem .social-link:hover {
    background-color: #000;
    color: #fff;
}
div.copyRightItem .social-link:hover img {
    filter: brightness(0) invert(1);
}
div.copyRightItem .social-link i {
    margin-right: 6px;
}
div.copyRightItem .credits {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #070808;
    flex:1;
    justify-content: end;
}
div.copyRightItem .credits img {
    height: 20px;
    margin-left: 8px;
}
div.copyRightItem .mainBorderItem {
    display: none;
}
div.copyRightItem .copyright.mobileItem {
    display: none;
}
div.copyRightItem .social-link img {
    margin-right: 5px;
}
.co-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-family: Arial, sans-serif;
}
.co-popup-container {
    position: relative;
    background-color: white;
    border-radius:30px;
    width: 100%;
    max-width: 800px;
    padding:30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.co-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background:white;
    font-size: 24px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border-radius:9px;
    display: flex;
    justify-content: center;
    padding:0;
    line-height: 1.3em;
    border:1px solid #ccc;
    margin-right: 10px;
    margin-top: 10px;
    transition: 0.3s ease-in-out
}
.co-popup-close:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.co-popup-heading {
    font-size: 48px;
    margin-bottom: 25px;
    text-align: left;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.co-popup-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.co-form-control {
    width: 100%;
    padding:12px 15px;
    border:1px solid #817F7E;
    border-radius:10px;
    font-size: 16px;
    box-sizing: border-box;
    outline:none;
}
.co-submit-button {
    background-image: linear-gradient(to right, #9298F9, #2547F9);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 10px;
}
.co-submit-button:hover {
    background-color: #5b6be0;
}
.co-popup-overlay.hidden {
    display: none;
}
footer#siteFooter .mainBorderItem.MobileItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ccc;
}
footer#siteFooter .mainBorderItem.MobileItem .border {
    height: 1px;
    border-top: 1px solid #ccc;
    width: calc(100% - 40px);
    margin-top: 2px;
}
section#siteBanner .mobileButton {
    display: none;
}


/*==================================
         RESPONSIVE WEBSITE
====================================*/
@media only screen and (min-width : 1920px) {/* to 1366px */
}
@media only screen and (max-width : 1919px) {/* to 1366px */
}
@media only screen and (max-width : 1620px) {/* to 1366px */
}
@media only screen and (max-width : 1536px) {/* to 1366px */
    section#siteBanner .image-area .app-preview img.dashCircle {
        left: 0px;
    }
    section#siteBanner .image-area .app-preview img.phone-img {
        max-width: 380px;
    }
    section#siteBanner {
        position: relative;
        overflow:hidden;
    }
    section#siteBanner .content h1 {
        font-size: 60px;
    }
    section#siteBanner .content .price {
        font-size: 22px;
    }
    section#siteBanner .image-area .app-preview .launch-badge {
        font-size: 30px;
        left: -30px;
    }
    section#imageSlider {
        margin:70px 0px 60px;
    }
    .promo-price {
        font-size: 44px;
    }
    section#whyChoose h1 {
        font-size: 54px;
    }
}
@media only screen and (max-width : 1440px) {/* to 1366px */
    section#siteBanner .image-area .app-preview img.phone-img {
        margin-left: 65px;
    }
    section#siteBanner .content a.cta-button {
        margin-right: 10px;
    }
    section#siteBanner .content a.cta-button {
        padding: 18px 20px;
    }
    header#siteHeader .logo img {
        width: 190px;
    }
    .promo-price {
        font-size: 36px;
    }
    .benefits-title {
        font-size: 28px;
    }
    .benefits-list li {
        font-size: 18px;
    }
}
@media only screen and (max-width : 1365px) { /* to 1024 */
    
}
@media only screen and (max-width : 1280px) { /* to 1024 */
    section#imageSlider .logoSlides {
        margin:20px 20px;
        height: 100px;
        padding:20px;
    }
    section#siteBanner .content h1 {
        font-size: 50px;
    }
    section#siteBanner .image-area .app-preview .launch-badge {
        font-size: 30px;
        left: -30px;
        width: 200px;
        font-size: 24px;
    }
    section#siteBanner .content .price {
        font-size: 16px;
    }
    section#siteBanner .content a.cta-button {
        padding: 16px 14px;
        font-size: 16px;
        transition: 0.3s ease-in-out;
    }
    section#imageSlider {
        margin: 70px 0px 40px;
    }
    section#whyChoose .feature-card:nth-child(4) .feature-title {
        margin-top: 125px;
    }
    section#whyChoose .feature-card:nth-child(6) .feature-title {
        margin-top: 120px;
    }
}
@media only screen and (max-width : 1120px) { 
    section#whyChoose .feature-card:nth-child(4) .feature-title {
        margin-top: 100px;
    }
    section#whyChoose .feature-card:nth-child(6) .feature-title {
        margin-top: 98px;
    }
}
@media only screen and (max-width : 1023px) { /* to 980 */
    section#siteBanner .image-area .app-preview img.phone-img {
        max-width: 330px;
    }
    section#siteBanner .content h1 {
        font-size: 40px;
    }
    section#siteBanner .content {
        margin-top: 40px;
    }
    section#siteBanner .content a.cta-button {
        padding:16px 14px;
        font-size: 14px;
    }
    section#whyChoose h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    section#whyChoose .feature-card:nth-child(1) .feature-title {
        margin-top: 160px;
    }
    section#whyChoose .feature-card:nth-child(2) .feature-title {
        margin-top: 66px;
    }
    section#whyChoose .feature-card:nth-child(6) .feature-title {
        margin-top: 70px;
    }
}
@media only screen and (max-width : 979px) { /* to 800 */
    .co-popup-container {
        width: calc(100% - 60px);
    }
    .co-popup-heading {
        font-size: 32px; 
    }
    .co-popup-overlay {
        z-index: 123456788999;
    }
    section#siteBanner .mobileButton .cta-button {
        z-index: 12345567;
    }
}
@media only screen and (max-width : 799px) { /* to 768 */
    section#siteBanner .content {
        width: 100%;
        padding:20px;
    }
    section#siteBanner .image-area {
        width: 100%;
    }
    section#siteBanner {
        position: relative;
        overflow: hidden;
        flex-flow: column;
        margin-top: 60px;
    }
    section#siteBanner .content a.cta-button {
        display: none;
    }
    section#siteBanner .content .price {
        font-size: 16px;
        display: none;
    }
    section#siteBanner .image-area .app-preview {
        max-width: 500px;
        margin:0 auto;
        z-index: 12345678;
    }
    section#siteBanner .image-area .app-preview .dashCirclee {
        display: none;
    }
    section#imageSlider .logoSlides {
        margin: 0px 8px;
    }
    section#siteBanner .content p.features {
        margin-bottom: 30px;
    }
    section#siteBanner .mobileButton .cta-button {
        background-image: linear-gradient(to right, #9298F9, #2547F9);
        font-size: 16px;
        padding:18px 35px;
        display: inline-block;
        color: #fff;
        text-decoration:none;
        border-radius:20px;
        font-weight: 600;
    }
     section#siteBanner .mobileButton {
        margin-top: 40px;
        display: flex;
        flex-flow: column-reverse;
        gap: 23px;
        justify-content: center;
        align-items: center;
    }
    section#siteBanner .mobileButton span.price {
        font-size: 25px;
        font-weight: 600;
    }
    section#siteBanner .image-area .app-preview .dashCircle.desktopImage {
        display: none;
    }
    section#whyChoose .feature-card:nth-child(1) .feature-title {
        margin-top: 100px !important;
    }
    section#whyChoose .feature-card:nth-child(2) .feature-title {
        margin-top: 100px !important;
    }
    section#whyChoose .feature-card:nth-child(3) .feature-title {
        margin-top: 100px !important;
    }
    section#whyChoose .feature-card:nth-child(4) .feature-title {
        margin-top: 50px !important;
    }
    section#whyChoose .feature-card:nth-child(5) .feature-title {
        margin-top: 100px !important;
    }
    section#whyChoose .feature-card:nth-child(6) .feature-title {
        margin-top: 126px !important;
    }
    section#whyChoose .features-grid {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -moz-column-width: calc(33% - 20px);
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        -webkit-column-width: calc(33% - 20px);
        column-count: 2;
        column-gap: 20px;
        column-width: calc(33% - 20px);
    }
    section#promoApp .promo-container .glow-effect {
        display: none;
    }
    section#promoApp .promo-container {
        display: flex;
        flex-flow: column;
    }
    .promo-left {
        width: 100%;
        color: white;
        position: relative;
        z-index: 2;
        margin-bottom: 50px;
    }
    .promo-right {
        width: 100%;
        color: white;
        position: relative;
        z-index: 2;
    }
    .promo-center {
        width: 50%;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 2;
        margin-bottom: 116px;
    }
    section#promoApp .promo-container {
        padding-bottom: 20px;
    }
    footer#siteFooter .footerBox .logo {
        margin-bottom: 12px;
    }
    footer#siteFooter .footerBox {
        margin: 50px auto;
    }
    div.copyRightItem {
        padding: 8px 0px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-top: 0px solid #ccc;
        flex-flow: column;
    }
    div.mainBorderItem {
        display: flex;
        width: calc(100% - 10px);
        justify-content: space-between;
        color: #ccc;
        margin: 10px 0px;
        align-items: center;
    }
    div.mainBorderItem .border {
        width: calc(100% - 40px);
        border-top: 1px solid #ccc;
        height: 1px;
    }
    div.copyRightItem .social-links {
        display: flex;
        gap: 10px;
        width: calc(100% - 50px);
    }
    div.copyRightItem .social-links .social-link {
        width: 50%;
        border-radius: 10px;
        padding: 20px 30px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    div.copyRightItem .copyright.mobileItem {
        font-size: 16px;
        margin-bottom: 10px;
    }
    div.copyRightItem .credits {
        margin-bottom: 16px;
    }
    div.copyRightItem .copyright {
        font-size: 16px;
    }
    div.copyRightItem .copyright.desktop {
        display: none;
    }
    footer#siteFooter .footerBox {
        margin: 50px auto 30px;
    }
    .promo-center {
        width: 70%;
    }
}
@media only screen and (max-width : 768px) {
    section#whyChoose .features-grid {
        -moz-column-count: unset;
        -moz-column-gap: unset;
        -moz-column-width: unset;
        -webkit-column-count: unset;
        -webkit-column-gap: unset;
        -webkit-column-width: unset;
        column-count: unset;
        column-gap: unset;
        column-width: unset;
    }
}
  
@media only screen and (max-width : 767px) { /* to 600 */
    footer#siteFooter .footerBox .logo {
        width: 200px;
        margin: 12px auto;
    }
    footer#siteFooter .footerBox .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    section#siteBanner .content {
        margin-top: 25px;
    }
    section#siteBanner .image-area {
        width: 100%;
        position: relative;
    }
    section#siteBanner .image-area .mobleBorder_1 {
        border-top:3px dashed #ccc;
        height: 300px;
        border-radius: 50%;
        position: absolute;
        top: 20%;
        left: 0;
        width: 100%;
    }
    section#siteBanner .image-area .mobleBorder_2 {
        border-top:3px dashed #ccc;
        height: 300px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
    }
    section#siteBanner .image-area .mobleBorder_3 {
        border-top:3px dashed #ccc;
        height: 300px;
        border-radius: 50%;
        position: absolute;
        top: 75%;
        left: 0;
        width: 100%;
    }
    div.copyRightItem .mainBorderItem {
        display: flex;
    }
    div.copyRightItem .copyright.mobileItem {
        display: flex;
    }
    .phone-screen {
        height: 80px;
    }
    footer#siteFooter .mainBorderItem.MobileItem {
        display: none;
    }
    section#siteBanner .mobileButton {
        display: flex;
    }
    section#whyChoose .feature-card {
        margin: 0px 10px 10px;
    }
    section#whyChoose .feature-card:nth-child(1) .feature-title {
        margin-top: 0px !important;
    }
    section#whyChoose .feature-card:nth-child(2) .feature-title {
        margin-top: 0px !important;
    }
    section#whyChoose .feature-card:nth-child(3) .feature-title {
        margin-top: 0px !important;
    }
    section#whyChoose .feature-card:nth-child(4) .feature-title {
        margin-top: 0px !important;
    }
    section#whyChoose .feature-card:nth-child(5) .feature-title {
        margin-top: 0px !important;
    }
    section#whyChoose .feature-card:nth-child(6) .feature-title {
        margin-top: 0px !important;
    }
    section#whyChoose .feature-card {
        margin: 0px 10px 10px;
        min-height: 250px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
    header#siteHeader .logo {
        text-align: center;
    }
    section#siteBanner .content {
        text-align: center;
    }
    section#imageSlider {
        margin: 90px 0px 150px;
    }
    section#whyChoose h1 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    section#promoApp {
        margin-top: 100px;
    }
    .promo-left {
        text-align: center;
    }
    section#imageSlider .logoSlides {
        height: 150px;
    }
    section#whyChoose .container {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
    section#whyChoose .features-grid {
        display: flex;
        overflow-x: auto;
    }
}
@media only screen and (max-width : 599px) { /* to 480 */  
    section#whyChoose h1 {
        font-size: 32px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width : 481px) { /* to 375 */
    .container {
        width: 1200px;
        max-width: calc(100% - 30px);
        margin: 0 auto;
    }
    section#siteBanner .image-area .app-preview img.phone-img {
        max-width: 250px;
    }
    section#siteBanner .image-area .app-preview .launch-badge {
        font-size: 30px;
        left: 25px;
        width: 160px;
        font-size: 24px;
    }
    section#siteBanner .image-area .app-preview .launch-badge {
        font-size: 18px;
    }
    section#siteBanner .content h1 {
        font-size: 32px;
    }
    section#siteBanner .content h3.tagline {
        font-size: 24px;
        margin: 12px 0px;
        font-weight: 600;
    }
    .promo-label {
        font-size: 22px;
    }
    .promo-price br {
        display: none;
    }
    .promo-container {
        max-width: calc(100% - 30px);
    }
    .phone-frame {
        max-width: 260px;
    }
    .phone-screen {
        bottom: -72px;
        width: 100%;
    }
    .promo-center {
        width: 90%;
    }
    .co-popup-heading {
        font-size: 20px;
    }
    .co-popup-container {
        width: calc(100% - 30px);
    }
    .co-popup-close {
        margin-right: 0px;
        margin-top: 0px;
    }
    section#whyChoose .feature-card {
        min-height: 350px;
        min-width: 350px !important;
        margin: 20px 10px;
    }
    section#whyChoose .feature-card:first-of-type {
        margin-left: 20px;
    }
    section#whyChoose .feature-card:last-of-type {
        margin-right: 20px;
    }
    
}
@media only screen and (max-width : 400px) { /* to 360 */
    section#siteBanner .image-area .app-preview img.phone-img {
        max-width: 200px;
    }
    section#siteBanner .image-area .app-preview .launch-badge {
        font-size: 16px;
        padding: 10px;
        width: 128px;
    }
    .promo-price {
        font-size: 28px;
    }
    .benefits-title {
        font-size: 24px;
    }
    .benefits-list li {
       font-size: 16px;
    }
}
@media only screen and (max-width : 359px) { /* to 320 */
}