body {
    font-family: "Poppins", sans-serif;
}
p{
    margin-bottom: 0;
}
img{
    max-width: 100%;
}
header {
    justify-content: space-between;
    background-color: #fff;
    display: flex;
    padding: 15px 30px;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.popup {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    max-width: 630px;
    width: 100%;
    height: 35%;
    position: relative;
    opacity: 0;
    transform: translateY(-30px);
    animation: fadeFromUp 0.6s forwards;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.ppp-cnt h2 span {
    font-size: 35px;
    color: #000;
}
/* Animation keyframes */
@keyframes fadeFromUp {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.popup img {
    width: 45%;
    object-fit: cover;
    background: #fff;
    border: 1px solid #ffaf00;
    border-radius: 10px;
    padding-top: 15px;
}
.ppp-cnt {
    text-align: center;
}
.ppp-cnt h2 {
    text-transform: uppercase;
    font-size: 25px;
    color: #ffaf00;
    font-weight: 900;
}
/* Close icon button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: 2px solid #000;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    color: #000000;
    padding-inline: 10px;
}
.close-btn:hover {
    color: red;
}
svg.wave-top {
    margin-bottom: -100px;
}
svg.wave-bottom {
    rotate: 180deg;
    margin-top: -105px;
}
.pw-hst {
    margin-bottom: 80px;
    background-image: linear-gradient(180deg, #FECC69 0%, #f2295b 100%);
}
.tstm-rw h2, .wewr-rw h2, .ypsfq-mnhd, h2.mnhd, h2.gnfq-mnhd, .cmpr-rw h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}
.app-nw-sct .col-lg-4 {
    padding-inline: 20px;
}
.phone-mockup {
    position: relative;
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    aspect-ratio: 0.5625;
}
.phone-mockup video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.store-icons img {
    height: 50px;
    margin-right: 10px;
}
.steps-wrapper-pc {
    display: block;
}
.steps-wrapper-pc > .row > div {
    margin-bottom: 20px;
}
.step-box.stb-1:hover {
    background: #AA8FDD2E;
}
.step-box.stb-2:hover {
    background: #42BCCD42;
}
.step-box.stb-3:hover {
    background: #FF857242;
}
.step-box.stb-4:hover {
    background: #FFC85B40;
}
.step-box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.step-box {
    border-radius: 25px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s ease;
    border: 1px solid #EFEFEF;
}
.step-number.stnm-1 {
    color: #AA8FDD;
    padding-right: 30px;
    border-right: 1px solid #EFEFEF;
}
.step-number.stnm-2 {
    color: #42BCCD;
    padding-left: 30px;
    border-left: 1px solid #EFEFEF;
}
.step-number.stnm-3 {
    color: #FF8572;
    padding-right: 30px;
    border-right: 1px solid #EFEFEF;
}
.step-number.stnm-4 {
    color: #FFC85B;
    padding-left: 30px;
    border-left: 1px solid #EFEFEF;
}
.steps-wrapper-mb {
    display: none !important;
}
.step-number {
    font-size: 55px;
    font-weight: bold;
    flex-shrink: 0;
    -webkit-text-stroke: 2px #000;
    padding-block: 20px;
}
.step-text h5 {
    margin-bottom: 15px;
    font-weight: 700;
}
.step-text p {
    margin: 0;
    color: #555;
}
.cmpr-rw {
    margin-block: 80px;
    width: 100%;
    overflow: hidden;
}
.cmpr-cnt-dv {
    padding-left: 40px;
    padding-right: 25px;
}
h2.fqnw, .cmpr-rw h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}
.cmpr-sc {
    padding: 15px;
    border-radius: 15px;
}
.cmpr-1 {
    background: #755AA6;
    color: #fff;
}
.cmpr-2 {
    background: #DEDEDE;
    color: #000;
}
.cmpr-sc ul {
    list-style: none;
    padding: 0;
}
.cmpr-sc ul li {
    display: flex;
    gap: 5px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid;
}
.cmpr-sc ul li:last-child {
    border: 0;
}
.cmpr-sc img {
    width: 5%;
}
.cmpr-mg-dv {
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    padding: 0;
}
.app-nw-sct, .faq-rw-nw {
    width: 76%;
}
.faq-rw-nw {
    margin-bottom: 80px;
}
.accordion-item:first-of-type {
    border-radius: 20px;
}
.accordion-item:last-of-type {
    border-radius: 20px;
}
.accordion-item {
    border: 2px solid #d5d8dc;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}
.accordion-header {
    margin-bottom: 0;
    background: #E6D8FF;
}
.accordion-button:not(.collapsed) {
    border-radius: 20px;
    background-color: #E6D8FF;
    box-shadow: none;
    color: #000;
}
.accordion-button {
    color: #000;
    background-color: #E6D8FF;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    padding: 20px;
}
.hro-sc {
    z-index: 1;
    position: relative;
}
.app-sc-new {
    display: flex;
    width: fit-content;
    justify-content: space-between;
    align-items: center;
    background: #ffeab9;
    padding: 7px 15px;
    border-radius: 30px;
    border: 2px solid #755ba6;
    gap: 20px;
}
.app-sc-new p {
    font-weight: 600;
}
.app-dv {
    display: flex;
    width: fit-content;
    padding: 7px 15px;
    background: #755ba6;
    border-radius: 30px;
    gap: 10px;
}
.app-dv img {
    display: inline-block;
    width: 30px;
}
img.logo {
    width: 120px
}
.gl-dv .gl-cnt i {
    color: #ffbb00;
}
.gl-dv .gl-hd-p-dv h5 {
    font-weight: 700;
    margin: 0;
}
.gl-dv .gl-hd-p-dv p {
    font-size: 11px;
}
.gl-dv .gl-hd-p-dv {
    display: flex;
    gap: 5px;
    align-items: center;
}
.gl-dv img {
    width: 20%;
}
.gl-dv {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
    padding: 10px;
    width: 18%;
    background: #fff;
    border-radius: 10px;
}
.bk-ic {
    text-align: center;
    display: block;
    position: relative;
}
.bk-ic p {
    margin: 0;
    font-size: 15px;
}
.bk-ic a {
    color: #fff;
    text-decoration: none;
}
.bk-ic i {
    color: #000;
    background: #FFAF00;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 7px;
}
img.pc-mg {
    max-width: 100%;
}
img.mb-mg {
    max-width: 100%;
    display: none;
}
.frm-dv h2 {
    font-size: 28px;
    font-weight: bolder;
    line-height: 38px;
    color: #000;
}
.frm-dv {
    width: 28%;
    padding: 25px 40px;
    background: #fff;
    display: block;
    position: absolute;
    top: 40%;
    right: 0;
    text-align: center;
    border-radius: 20px;
    z-index: 1;
    margin-left: auto;
    margin-right: 2%;
    box-shadow: 12px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.gl-rt-rw {
    margin-top: 40px;
}
.gl-rt-rw div {
    width: 22%;
}
.gl-rt-rw img {
    width: 100%;
}
.gl-rt-rw h2 {
    font-size: 18px;
    font-weight: 500;
    color: #5A5252;
    margin: 0;
}
.gl-rt-rw h2 span {
    font-size: 21px;
    color: #000;
    font-weight: 600;
}
.bgmg-rw h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.bgmg-rw {
    position: relative;
    display: block;
    padding: 30px 0 15px;
    text-align: center;
}
.cntr-nw-mg-rw img {
    max-width: 100%;
}
.scope-bg{
    background-image: url(../assets/images/scope-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-block: 40px;
    background-position: center;
}

.frm-dv p {
    font-size: 16px;
    font-weight: 600;
    color: #894aed;
    margin-bottom: 30px;
}
.frm-dv input {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 17px;
    border: 1px solid #000000;
    border-radius: 50px;
    width: 100%;
}
.frm-dv input[type=submit] {
    background-color: #ffaf00;
    border-radius: 50px;
    color: #000;
    font-weight: 700 !important;
    padding: 0.5rem 1rem;
    border: 0;
}
.frm-dv span {
    font-weight: 700;
    color: #000;
    margin: 30px 0 12px;
    display: inline-block;
    font-size: 13px;
}
.bk-btn-dv a {
    padding: 8px 24px;
    background-color: #ffaf00;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
}
.bk-btn-dv {
    margin: 40px 0 0;
}
.bk-btn-dv a i {
    margin-left: 5px;
}
.tstm-rw {
    background-color: #fff;
    max-width: 100%;
    --bs-gutter-x: 0;
    padding: 80px 0 0;
    position: relative;
}

.sleep-cat {
    position: absolute;
    right: 0;
    width: 28%;
    top: 24%;
}

.tstm-rw img {
    max-width: 87%;
    margin-top: -215px;
    margin-bottom: -13px;
}
.cntr-rw {
    padding-left: 120px;
}
.cntr-sc {
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin: 10px;
    color: #894aed;
    border: 1px solid #0003;
}
.cntr-sc h2 {
    font-size: 55px;
    font-weight: 700;
    color: #755AA6;
}

.tstm-cnt-dv {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #0003; 
}
.tstm-para {
    height: 100px;
    overflow: auto;
    margin-bottom: 20px;
}
.tstm-para p {
    font-size: 16px;
    line-height: 1.5;
}
.tstm-str-dv {
    margin-bottom: 10px;
}
.tstm-str-dv i {
    color: #fec42d;
}
.tstm-mg-nm-dv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.tstm-mg-nm-dv img {
    width: 20%!important;
    border-radius: 50px;
}
.tstm-mg-nm-dv h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.cntr-sc p {
    font-size: 20px;
    color: #755AA6;
    font-weight: 500;
}

.ftrs-rw {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;   
}
.ftrs-rw h2, .sleep-cat-text, .tstm-rw-testi h2, .flow-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
}
.ftrs-sc {
    display: flex;
    justify-content: center;
    height: auto;
    width: 80%;
    margin: auto;
    position: relative;
    margin-bottom: 40px;
    gap: 30px;
}
.ftrs-dv {
    width: 33.33%;
    display: block;
    position: relative;
}
.ftrs-dv img {
    width: 35%;
    margin-bottom: 10px;
}
.ftrs-dv h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
h4.ty3 {
    color: #47B5C4;
}
h4.ty2 {
    color: #EF7F9B;
}
h4.ty1 {
    color: #E49C0F;
}
.ftrs-dv p {
    color: #7a7a7a;
}

.trpt-sc1 img {
    max-width: 100%;
}
.trpt-sc1 h5 {
    margin-top: 15px;
    font-size: 25px;
}
.tbl-rw h2 {
    text-align: center;
    margin-bottom: 20px;
}
.tbl-rw {
    margin-bottom: 80px;
}
table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
th {
    background-color: #ffe4a1;
    padding: 30px;
    font-size: 20px;
    border: 1px solid #ffffff;
}
td {
    padding: 20px;
    border: 1px solid #ffffff;
}
tr:nth-child(2), tr:nth-child(4) {
    background-color: #fdbdb7; /* Light pink */
}
tr:nth-child(3) {
    background-color: #97dbe5; /* Light teal */
}
.dw-ap-sc {
    display: flex;
    width: 95%;
    margin: auto;
    background: url(images/Web2-1.png);
    border-radius: 20px;
    padding: 0 110px;
    background-size: cover;
    background-repeat: no-repeat;
}
.dw-cnt-dv h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 44px;
    color: #000;
}
.dw-cnt-dv {
    padding: 60px 0;
}
.dw-cnt-dv ul {
    list-style: none;
    padding: 0 20px;
}
.dw-ap-sc ul li {
    margin-top: 12px;
    color: #54595f;
}
.dw-cnt-dv ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: url(images/accept.png);
    background-size: cover;
    border-radius: 30px;
    margin-top: 4px;
    margin-left: -18px;
}
.dw-ap-lnk p {
    margin-right: 20px;
}
.dw-ap-lnk img {
    width: 90%;
}
.dw-ap-lnk {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dw-mg {
    display: block;
    position: relative;
}
.dw-mg img {
    padding-top: 120px;
}
.faq-rw h2.faq-mnhd {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    margin-bottom: 30px;
}
.faq-rw {
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
footer {
    text-align: center;
    background: url(images/footer-bg.png);
    color: #fff;
    padding: 30px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
}
footer h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    max-width: 38%;
    margin: auto;
}
footer p:not(.copyright) {
    margin: 15px 0px 30px;
}
footer .bk-btn-dv {
    padding: 0 0 35px;
    border-bottom: 1px solid #fff;
    width: 80%;
    margin: auto;
}
p.copyright {
    padding: 10px 0 35px;
    font-size: 12px;
}
footer .bk-btn-mb-dv {
    display: none;
}
.dw-ap-mb-rw{
    display: none;
}
.yt-vd-sc {
    display: flex;
}
.tstm-rw-testi{
    background: #FFF;
    padding: 30px 10px 50px;
}
.stk-cta h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.stk-cta a {
    display: inline-block;
    background: #fff;
    text-decoration: none;
    color: #000;
    padding: 20px 0;
    box-shadow: 0 0 30px #0003;
    border: 1px solid #894aed;
    border-radius: 50%;
}
.stk-cta img {
    width: 50%;
    opacity: 0.7;
}
.stk-cta {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 10%;
    text-align: center;
    z-index: 999;
    animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.ftrs-pc{
    display: block;
}
.ftrs-mb{
    display: none;
}
.sty-brdr {
    padding: 0 0px 10px;
    color: #ffaf00;
    border-bottom: 4px solid #000;
}
.ctr-dv {
    width: 32%;
    display: block;
    position: relative;
    margin-top: -10%;
    padding: 30px;
    border-radius: 30px;
}
.ctr-dv img {
    width: 30%;
}
.ctr-dv h2 {
    font-size: 45px;
    font-weight: 700;
}
.cntr-rw-nw .row {
    gap: 15px;
}
.ctr-dv.ctr-1 {
    background: #E1F0FF;
}
.ctr-dv.ctr-2 {
    background: #FFF5DE;
}
.ctr-dv.ctr-3 {
    background: #FFDDD3;
}
.cntr-rw-nw {
    margin-bottom: 80px;
}
.tstm-mg-nm-dv {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    position: relative;
}
.tstm-mg-nm-dv:after {
    content: '';
    background: url(images/quote.png);
    width: 20%;
    height: 100%;
    position: absolute;
    background-size: contain;
    left: 70%;
    top: 0;
    opacity: 0.5;
}
/*mobile view*/
@media only screen and (min-width: 320px) and (max-width: 600px){
    .app-dv {
        gap: 16px;
        padding: 5px 16px;
    }
    .frm-dv {
        width: 95%;
        margin: auto;
        margin-top: 20px;
        position: relative;
        top: 0;
        margin-bottom: 20px;
        box-shadow: 0px 0px 10px 0 rgb(142 140 140 / 70%);
    }
    .app-sc-new p {
        display: none;
    }
    .steps-wrapper-mb {
        display: block !important;
        padding-top: 40px;
    }
    .steps-wrapper-pc {
        display: none;
    }
    .step-box {
        flex-direction: column;
        text-align: center;
    }
    .step-number.stnm-1 {
        padding-bottom: 20px;
        border-bottom: 1px solid #EFEFEF;
        border-right: none;
        padding-right: 0;
    }
    .step-number.stnm-2 {
        padding-top: 20px;
        border-top: 1px solid #EFEFEF;
        border-left: none;
        padding-left: 0;
    }
    .step-number.stnm-3 {
        padding-bottom: 20px;
        border-bottom: 1px solid #EFEFEF;
        border-right: none;
        padding-right: 0;
    }
    .step-number.stnm-4 {
        padding-top: 20px;
        border-top: 1px solid #EFEFEF;
        border-left: none;
        padding-left: 0;
    }
    .ctr-dv {
        width: 85%;
        margin-top: 5%;
    }
    .ftrs-dv img {
        width: 47%!important;
        margin: auto;
    }
    .ftrs-mb{
        display: block;
    }
    .ftrs-pc{
        display: none;
    }
    .gl-rt-rw div {
        width: 75%;
        margin-top: 20px;
    }
    .stk-cta {
        display: none;
    }
    th {
        padding: 5px;
        font-size: 14px;
    }
    td {
        padding: 5px;
        font-size: 10px;
    }
    .cntr-rw {
        padding: 0px;
    }
    .cntr-rw .row {
        max-width: 100%;
        --bs-gutter-x: 0;
        gap: 20px;
        margin-bottom: 20px;
    }
    .cntr-sc {
        margin: 0;
    }
    .tstm-rw img {
        max-width: 100%;
        margin-top: -80px;
        margin-bottom: -60px;
        text-align: center;
        position: relative;
        width: 70%;
        margin-inline: auto;
        display: block;
    }
    .gl-dv{
        gap: 5px;
        padding: 5px;
        width: 33%;
        height: 65px;
    }
    .gl-dv img {
        width: 20%;
    }
    .gl-dv .gl-cnt i {
        font-size: 10px;
        top: -5px;
        position: relative;
    }
    .gl-dv .gl-hd-p-dv{
        top: -7px;
        position: relative;
    }
    .yt-vd-sc {
        flex-direction: column;
    }
    img.pc-mg {
        max-width: 100%;
        display: none;
    }
    img.mb-mg {
        max-width: 100%;
        display: block;
    }
    .frm-dv {
        width: 95%;
        margin: auto;
        margin-top: 20px;
        position: relative;
        top:0;
        margin-bottom: 20px;
    }
    .bgmg-rw {
        padding: 50px 0;
    }
    .why-chs-sc, .why-chs-dv, .cnt-rw, .wrk-sc, .ftrs-sc {
        flex-direction: column;
    }
    .yt-vd-sc iframe {
        width: 100%;
    }
    .dw-ap-rw {
        display: none;
    }
    header {
        padding: 10px 15px;
        gap: 0;
    }
    .bgmg-rw h2 {
        font-size: 26px;
    }
    .why-chs-dv {
        width: 97%;
        margin-top: 30px;
    }
    .why-chs-sc{
        margin-bottom: 0;
    }
    .why-chs-cnt {
        text-align: center;
    }
    img.logo {
        width: 100px
    }
    img.gl-bdg {
        width: 35%;
    }
    .tstm-rw h2 {
        font-size: 26px;
    }
    .tstm-rw {
        padding: 50px 10px;
        overflow: hidden;
    }
    .cnt-it {
        width: 100%;
    }
    .yt-vd-rw h2 {
        font-size: 26px;
    }
    .wrk-sc {
        width: 95%;
    }
    .wrk-cnt1, .wrk-cnt2 {
        margin-bottom: 20px;
        border-bottom: 1px solid #ff9e8e;
        padding-bottom: 15px;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    .wrk-hd h3 {
        font-size: 18px;
    }
    .wrk-rw {
        padding: 50px 0;
    }
    .wrk-rw h2 {
        font-size: 26px;
    }
    .ftrs-rw {
        padding:0;
    }
    .ftrs-rw h2 {
        margin-bottom: 30px;
        font-size: 26px;
    }
    .ftrs-dv {
        width: 100%;
    }
    .faq-rw {
        padding: 0;
        margin-top: 50px;
    }
    .faq-rw h2.faq-mnhd {
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
    }
    .faq-rw .accordion-button {
        font-size: 16px;
        line-height: 1.5;
    }
    .faq-rw .accordion-body p {
        font-size: 14px;
    }
    footer {
        padding: 60px 0 0;
    }
    footer h2 {
        font-size: 30px;
        line-height: 40px;
        max-width: 100%;
    }
    p.copyright {
        padding: 10px 20px 57px;
    }
    footer .bk-btn-mb-dv a {
        padding: 8px 35px;
        font-size: 13px;
    }
    footer .bk-btn-mb-dv {
        display: flex;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 3px;
        position: fixed;
        bottom: 0;
        gap: 7px;
        justify-content: center;
        z-index: 99;
    }
    .dw-ap-mb-rw {
        background: url(images/Mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 25px;
        width: 95%;
        margin-inline: auto;
        border-radius: 20px;
        margin-block: 50px;
        display: block;
    }
    .dw-ap-mb-rw h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .dw-mb-ap {
        display: flex;
        width: 55%;
        gap: 10px;
    }
    .dw-mb-ap img {
        width: 100%;
    }
    .dw-ap-mb-rw p {
        font-size: 11px;
        margin-top: 15px;
    }
    .dw-ap-mb-rw img.emoji {
        width: 3%;
    }
}

.mb-mg{display: none !important;}
.pc-mg{display: block !important;}

@media only screen and (max-width: 767px) {
    .frm-dv h2 {
    font-size: 23px;
}
.mb-mg{display: block !important;}
.pc-mg{display: none !important;}

.trpt-rw h2 {
    font-size: 23px;
    margin-bottom: 18px;
    margin-top: 20px;
}
.sleep-cat-text {
    font-size: 21px;
}

.cntr-sc {
    margin-bottom: 10px;
}

.tstm-rw-testi h2{
    font-size: 19px;
    text-align: center;
}

.flow-title h2{
    font-size: 21px;
    text-align: center;
}
}