@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

html{
 scroll-behavior: smooth;
 scroll-padding-top: 160px;
}

body {
    font-family: "Quicksand", sans-serif;
    overflow-x: hidden;
}
p{
    margin-bottom: 0;
}
img{
    max-width: 100%;
}
header {
    justify-content: center;
    background-color: #fff;
    display: flex;
    padding: 15px 120px 15px 175px;
    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 box */
.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;
}
.cmpr-rw {
    margin-block: 80px;
    width: 100%;
}
.cmpr-cnt-dv {
    padding-left: 40px;
    padding-right: 25px;
}
.cmpr-mg-dv {
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    padding: 0;
}
.cmpr-2 {
    background: #DEDEDE;
    color: #000;
}

.cmpr-1 {
    background: #755AA6;
    color: #fff;
}
.cmpr-sc {
    padding: 15px;
    border-radius: 15px;
}
.cmpr-sc ul li:last-child {
    border: 0;
}
.cmpr-sc ul li {
    display: flex;
    gap: 5px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid;
}
.cmpr-sc ul {
    list-style: none;
    padding: 0;
}
.cmpr-sc img {
    width: 5%;
}
.faq-rw-nw{
    margin-bottom:80px;
}
.app-nw-sct, .faq-rw-nw {
    width: 76%;
}
.app-nw-sct .col-lg-4 {
    padding-inline: 20px;
}
.store-icons img {
    height: 50px;
    margin-right: 10px;
}

.phone-mockup {
    position: relative;
    width: 100%;
   /*padding-top: 177.78%;  9:16 aspect ratio (16/9 * 100) reversed */
    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;
}

.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 {
    font-size: 55px;
    font-weight: bold;
    flex-shrink: 0;
    -webkit-text-stroke: 2px #000;
    padding-block: 20px;
}
.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;
}
/*.step-box.stb-1 {
    border: 1px solid #AA8FDD;
}
.step-box.stb-2 {
    border: 1px solid #42BCCD;
}
.step-box.stb-3 {
    border: 1px solid #FF8572;
}
.step-box.stb-4 {
    border: 1px solid #FFC85B;
}*/
.step-box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.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-text h5 {
    margin-bottom: 15px;
    font-weight: 700;
}

.step-text p {
    margin: 0;
    color: #555;
}

.steps-wrapper-pc > .row > div {
    margin-bottom: 20px;
}
.steps-wrapper-pc{
    display: block;
}
.steps-wrapper-mb{
    display: none!important;
}
.hro-sc {
    z-index: 1;
    position: relative;
}
img.logo {
    width: 11%;
    height: 11%;
}
.gl-rt-rw {
    margin-top: 40px;
}
.gl-rt-rw div {
    width: 20%;
}
.gl-rt-rw img {
    width: 100%;
}
.gl-rt-rw h2 {
    font-size: 18px;
    font-weight: 600;
    color: #5A5252;
    margin: 0;
}
.gl-rt-rw h2 span {
    font-size: 21px;
    color: #000;
    font-weight: 600;
}
.sty-brdr {
    padding: 0 0px 10px;
    color: #ffaf00;
    text-decoration: underline 4px solid #000;
    text-underline-offset: 8px;
    line-height: 1.5;
}
.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;
    color: #894aed;
}
.gl-dv .gl-hd-p-dv {
    display: flex;
    gap: 5px;
    align-items: center;
}
.gl-dv img {
    width: 20%;
}
.gl-dv {
    display: flex;
    justify-content: center;
    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;
}
.hero-section{
	position: relative;
    padding: 80px 0;
}
.hero-section .bg-drop{
	position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
img.pc-mg {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img.mb-mg {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: none;
}
.frm-dv h2 {
    font-size: 28px;
    font-weight: bolder;
    line-height: 38px;
    color: #000;
}
.frm-dv {
    width: 100%;
    max-width: 400px;
    padding: 25px 40px;
    background: #fff;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    height: fit-content;
    bottom: 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);
}
.frm-dv p {
    font-size: 20px;
    font-weight: 600;
    color: #894aed;
}
.frm-dv input {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 8px;
    width: 100%;
}
.frm-dv input[type=submit] {
    background-color: #ffaf00;
    border-radius: 8px;
    color: #000;
    font-weight: 700 !important;
    padding: 0.5rem 1rem;
    border: 0;
}
.frm-dv span {
    font-weight: 800;
    color: #000;
    margin: 40px 0 12px;
}
.frm-dv span, .frm-dv span1 {
    display: inline-block;
    font-size: 13px;
}
.frm-dv span1 {
    font-weight: 600;
}
.vdo-rw video {
    height: 560px;
    border-radius: 20px;
}
/*.cmps-rw {
    margin-block: 50px;
}*/
.wewr-rw {
    margin-block: 50px;
}
.wewrdv {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    gap: 25px;
}
.wewrdv1 i, .wewrdv2 i {
    font-size: 50px;
    margin-bottom: 20px;
}
.wewrdv1 h4, .wewrdv2 h4 {
    font-weight: 600;
}
.wewrdv1 {
    border: 1px solid #000;
    padding: 20px;
    text-align: center;
    background: #FCF2D1;
    border-radius: 30px;
}
.wewrdv2 {
    border: 1px solid #000;
    padding: 20px;
    text-align: center;
    background: #fcc40c;
    border-radius: 30px;
}
.bgmg-rw h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.bgmg-rw {
    position: relative;
    display: block;
    padding: 80px 0;
    text-align: center;
    background-image: url(images/bg-landing-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.why-chs-sc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 15px;
}
.why-chs-dv {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 40%;
    gap: 15px;
}
.why-chs-dv img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(37%) saturate(694%) hue-rotate(220deg) brightness(94%) contrast(90%);
    width: 13%;
}
.why-chs-cnt {
    text-align: left;
}
.why-chs-cnt h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
}
.why-chs-cnt p {
    color: #1e1e1e;
}
footer .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 a {
    padding: 15px 50px;
    background-color: #ffaf00;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    font-weight: 500;
    transition: 0.5s;
    border: 2px solid #ffaf00;
}
.bk-btn-dv a:hover {
    background: transparent;
    border-color: #894aed;
    color: #894aed;
}
.bk-btn-dv {
    margin: 40px 0 0;
    text-align: center;
}
.bk-btn-dv a i {
    margin-left: 5px;
}
.owl-carousel {
    width: 100%;
    margin: auto;
    padding: 20px 0;
}
.tstm-rw h2, .wewr-rw h2, .ypsfq-mnhd, h2.mnhd, h2.gnfq-mnhd, .cmpr-rw h2 {
    text-align: center;
    font-size: calc(1.725rem + .9vw) !important;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}
.tstm-rw {
    background: #FFF;
    margin-block: 80px;
}
.tstm-cnt-dv {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #0003;
}
.tstm-mg-nm-dv:after {
    content: '';
    background: url(images/quote.png);
    width: 25px;
    height: 25px;
    position: absolute;
}
.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: 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;
}
.tstm-mg-nm-dv img {
    width: 20%!important;
    border-radius: 50px;
    box-shadow: 0 0 10px #0005;
}
.tstm-mg-nm-dv h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
.pw-hst, .pw-styctn {
    margin-bottom: 80px;
    background-image: linear-gradient(180deg, #FECC69 0%, #f2295b 100%);
}
svg.wave-bottom {
    rotate: 180deg;
    margin-top: -105px;
}
svg.wave-top {
    margin-bottom: -100px;
}
.pw-hst img, .pw-styctn img {
    border-radius: 30px;
}
.owl-theme .owl-nav{
    display: none;
}
.owl-theme .owl-dots .owl-dot span{
    background: #0003;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #894aed;
}
.owl-dots {
    top: 35px;
    position: relative;
}
.cnt-rw {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 80%;
    margin: 50px auto 0;
}
.ctr-dv p {
    font-weight: 500;
}
.ctr-dv.ctr-1 {
    background: #E1F0FF;
}
.ctr-dv.ctr-2 {
    background: #FFF5DE;
}
.ctr-dv.ctr-3 {
    background: #FFDDD3;
}
.ctr-dv.ctr-4 {
    background: #eee;
}
.ctr-dv.ctr-5 {
    background: #d1fffe;
}
.ctr-dv {
    padding: 35px;
    border-radius: 30px;
    width: 32%;
}
.ctr-dv h2 {
    font-size: 40px;
    font-weight: 700;
}
.cnt-it {
    padding: 30px 40px;
    background-color: #fef0d0;
    border: 1px solid #ffaf00;
    border-radius: 16px;
    display: grid;
    width: 33.33%;
}
.cnt-it h3 {
    font-size: 35px;
    font-weight: 700;
    color: #894aed;
}
.cnt-it p {
    color: #894aed;
}
.cntr-rw-nw .row {
    gap: 15px;
}
.yt-vd-rw h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}
.yt-vd-rw {
    padding: 50px 0;
    text-align: center;
}
.yt-vd-sc iframe {
    border-radius: 20px;
    padding: 10px;
}
.wrk-rw {
    padding: 80px 0;
    text-align: center;
    background: url(images/Frame-3825.png);
    background-size: cover;
}
.wrk-rw h2{
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;  
}
.wrk-sc {
    display: flex;
    width: 80%;
    margin: auto;
    background: #fff;
    padding: 32px 24px;
    border: 1px solid #ff9e8e;
    border-radius: 16px;
    text-align: left;
}
.wrk-hd svg {
    width: 50px;
    height: 50px;
}
.wrk-hd h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #894aed;
}
.wrk-sc p {
    color: #6c6873;
}
.wrk-hd {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.wrk-cnt1, .wrk-cnt2 {
    margin-right: 20px;
    border-right: 1px solid #ff9e8e;
    padding-right: 12px;
}
.ftrs-rw.trn-dv {
    /*background: url(images/bg-landing.png);*/
    padding-block: 50px;
    margin-bottom: 0;
    /*background-size: cover;*/
}
.ftrs-rw.trn-dv p {
    font-size: 16px;
}
.trn-dv .ftrs-dv h4{
    color: #894aed;
}
.trn-dv .ftrs-dv img {
    width: 47%;
    margin-bottom: 0;
}
.ftrs-pc {
    display: block;
}
.ftrs-mb {
    display: none;
}
.ftrs-rw {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;   
}
.ftrs-rw h2{
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
.ftrs-rw p {
    font-size: 23px;
    margin-bottom: 30px;
}
.ftrs-sc {
    display: flex;
    justify-content: center;
    height: auto;
    margin: auto;
    position: relative;
    margin-bottom: 40px;
    gap: 30px;
}
.ftrs-dv {
    width: 33.33%;
    display: block;
    position: relative;
}
.ftrs-dv img {
    width: 30%;
    margin-bottom: 20px;
}
.ftrs-dv h4 {
    font-size: 18px;
    font-weight: 600;
    color: #626161;
    line-height: 28px;
}
.ftrs-dv p {
    color: #7a7a7a;
}
.cntr-rw {
    background: #894aed;
    padding-block: 40px;
}
.cntr-rw .row {
    justify-content: center;
    width: 100%;
    margin: auto;
}
.cntr-rw .col-md-2 {
    margin: 0;
}
.cntr-rw h2 {
    font-size: 50px;
}
.cntr-rw h2, .cntr-rw p {
    color: #fff;
} 
.cntr-rw-nw {
    margin-top: -10%;
    margin-bottom: 80px;
}
.cntr-rw-nw img {
    width: 40%;
}
.dw-ap-rw {
    margin-block: 80px;
}
.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: 36px;
    font-weight: 500;
    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;
}
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;
}
.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-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;
}
.accordion-header {
    margin-bottom: 0;
    background: #E6D8FF;
}
h2.fqnw, .cmpr-rw h2 {
    font-size: calc(1.725rem + .9vw);
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}
.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.inactive,
.stk-cta {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 10%;
    text-align: center;
    z-index: 999;
    animation: bounce 2s infinite;
}
.stk-cta.active {
	display: block;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.tstm-vd-rw-pc{
    display: block;
    margin-bottom: 80px;
}
.tstm-vd-rw-mb{
    display: none;
}
.vdo-rw iframe {
    border-radius: 30px;
}
.vdo-rw {
    margin-bottom: 30px;
}
.tstm-vd-rw-pc iframe, .tstm-vd-rw-mb iframe {
    border-radius: 30px;
}
/*mobile view*/
@media only screen and (min-width: 320px) and (max-width: 600px){
    .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;
    }
    .steps-wrapper-pc{
        display: none;
    }
    .steps-wrapper-mb{
        display: block!important;
        padding-top: 40px;
    }
    .app-nw-sct .col-lg-4 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .cntr-rw-nw{
        margin-bottom: 50px;
    }
    .gl-rt-rw div {
        width: 75%;
        margin-top: 20px;
    }
    .vdo-rw iframe{
        width: 100%;
    }
    .tstm-vd-rw-pc{
        display: none;
    }
    .tstm-vd-rw-mb{
        display: block;
        margin-bottom: 50px;
    }
    .ctr-dv h2 {
        font-size: 30px;
        font-weight: 700;
    }
    .ctr-dv {
        padding: 10px;
        border-radius: 20px;
        width: 45%;
    }
    .ftrs-pc {
        display: none;
    }
    .ftrs-mb {
        display: block;
        padding-bottom: 15px !important;
    }
    .stk-cta {
        display: none !important;
        width: 20%;
        bottom: 50px;
        left: 5px;
    }
    .stk-cta a{
        padding: 7px 5px;
    }
    .stk-cta h3{
        font-size: 13px;
    }
    .tstm-rw h2, .wewr-rw h2, .ypsfq-mnhd, h2.mnhd, h2.gnfq-mnhd{
        font-size: 30px;
    }
    .cntr-rw{
        margin-bottom: 50px;
    }
    svg.wave-top {
        margin-bottom: -8px;
    }
    svg.wave-bottom {
        margin-top: -16px;
    }
    .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:60%;
        margin-bottom: 20px;
    }
    .bgmg-rw {
        padding: 50px 0;
    }
    .why-chs-sc, .why-chs-dv, .cnt-rw, .wrk-sc, .ftrs-sc, .wewrdv, .ypsfq section {
        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: 30%;
    }
    img.gl-bdg {
        width: 35%;
    }
    .tstm-rw h2 {
        font-size: 26px;
    }
    .tstm-rw {
        padding: 15px 20px 0px;
        margin-bottom: 50px;
    }
    .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 h2 {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .ftrs-rw.trn-dv .owl-dots{
        top:0;
    }
    .trn-dv .ftrs-dv img {
        width: 40%;
        margin: auto;
    }
    .ftrs-rw.trn-dv p{
        margin-bottom: 0;
    }
    .cntr-rw .row{
        justify-content: center;
        width: 100%;
        margin: auto;
        max-width: 100%;
        align-items: center;
        flex-direction: column;
        gap: 25px;
    }
    .ftrs-dv {
        width: 100%;
    }
    .faq-rw {
        display: none;
    }
    footer {
        padding: 20px 0;
    }
    footer h2 {
        font-size: 30px;
        line-height: 40px;
        max-width: 99%;;
    }
    p.copyright {
        padding: 10px 20px 57px;
    }
    footer .bk-btn-mb-dv a {
        padding: 8px 35px;
        font-size: 18px;
    }
    footer .bk-btn-mb-dv {
		display: flex;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 10px 5px;
        position: fixed;
        bottom: -1px;
        gap: 7px;
        justify-content: center;
        z-index: 99;
        box-shadow: 0px -1px 14px 0px #00000094;
    }
    .dw-ap-mb-rw {
        background: url(images/Mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 25px;
        width: 95%;
        margin: 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%;
    }

}

header .gl-bdg{
        display: none;
        width: 125px;
}
@media (max-width:768px){
    header{
        justify-content: space-between;
        gap: 15px;
        
    }
    header .gl-bdg{
        display: block;
    }
}

/* ======================
    CTA Section Style 
==========================*/
    .cta-section{
        padding: clamp(60px, 6vw, 120px) 0 clamp(60px, 6vw, 100px);
        position: relative;
    }
    .cta-section .cta-bg-overlay{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        z-index: -1;
    }
    .cta-section .cta-bg-overlay img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        
    }
    .cta-section .cta-content-wrapper{
        max-width: 1000px;
        margin: auto;
        text-align: center;
        color: #fff;
    }
    .cta-section .cta-content-wrapper h2{
        font-size: clamp(28px, 4vw, 48px);
        line-height: clamp(40px, 4.5vw, 68px);
        Font-weight: 700;
        font-family: "Poppins", sans-serif;
        color: inherit;
        margin-bottom:20px;
    }
    .cta-section .cta-content-wrapper p{
        font-size: clamp(16px, 2.5vw, 18px);
        line-height: clamp(24px, 2.7vw, 28px);
        Font-weight: 400;
        font-family: "Poppins", sans-serif;
        color: inherit;
        margin-bottom: 16px;
    }
    .btn-wrapper{
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
    .btn-wrapper .btn-primary{
        padding: 10px 16px;
        background: #FFAF00;
        border-radius: 8px;
        color: #000;
        font-size: clamp(16px, 2vw, 18px);
        line-height: normal;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-family: "Poppins", sans-serif;
        Font-weight: 600;
    }
    .bk-btn-dv.bk-btn-mb-dv a:last-of-type{
        background-color:#fff;
        border:1px solid #000;
    }

.hero-left-content h1{
	font-size: clamp(28px, 4.5vw, 72px);
    line-height: clamp(36px, 5vw, 74px);
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.hero-left-content .chirp-text{
	border: 4px solid #fff;
    border-radius: 12px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    margin-top: 20px;
}
.hero-left-content .chirp-text svg{
	width: 25px;
    height: 44px;
}
.hero-left-content .chirp-text svg path{
	fill: #fff;
}
.hero-left-content .chirp-text span{
	font-size: clamp(18px, 3vw, 38px);
    line-height: normal;
    color: #fff;
    font-weight: 700;
}
@media (max-width: 600px){
	.hero-left-content{
        text-align: center;
    }
    .hero-left-content .chirp-text{
    	border: 2px solid #fff;
        border-radius: 12px;
        gap: 8px;
        padding: 0px 8px;
        margin-top: 20px;
    }
    .hero-left-content .chirp-text svg{
    	width: 16px;
        height: 44px;
    }
    .hero-section{
    	padding: 60px 0 250px;
    }
}
@media (max-width: 400px){
	.hero-section{
    	padding: 30px 0 140px;
    }
	.frm-dv {
        width: 98%;
        margin: auto;
        margin-top: 20px;
        position: relative;
        top: 35%;
        margin-bottom: 20px;
        padding: 30px 15px 0;
    }
}